@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,2690 @@
1
+ 'use strict';
2
+
3
+ // DEFLATE is a complex format; to read this code, you should probably check the RFC first:
4
+ // https://tools.ietf.org/html/rfc1951
5
+ // You may also wish to take a look at the guide I made about this program:
6
+ // https://gist.github.com/101arrowz/253f31eb5abc3d9275ab943003ffecad
7
+ // Some of the following code is similar to that of UZIP.js:
8
+ // https://github.com/photopea/UZIP.js
9
+ // However, the vast majority of the codebase has diverged from UZIP.js to increase performance and reduce bundle size.
10
+ // Sometimes 0 will appear where -1 would be more appropriate. This is because using a uint
11
+ // is better for memory in most engines (I *think*).
12
+ var ch2 = {};
13
+ var wk = (function (c, id, msg, transfer, cb) {
14
+ var w = new Worker(ch2[id] || (ch2[id] = URL.createObjectURL(new Blob([
15
+ c + ';addEventListener("error",function(e){e=e.error;postMessage({$e$:[e.message,e.code,e.stack]})})'
16
+ ], { type: 'text/javascript' }))));
17
+ w.onmessage = function (e) {
18
+ var d = e.data, ed = d.$e$;
19
+ if (ed) {
20
+ var err = new Error(ed[0]);
21
+ err['code'] = ed[1];
22
+ err.stack = ed[2];
23
+ cb(err, null);
24
+ }
25
+ else
26
+ cb(null, d);
27
+ };
28
+ w.postMessage(msg, transfer);
29
+ return w;
30
+ });
31
+
32
+ // aliases for shorter compressed code (most minifers don't do this)
33
+ var u8 = Uint8Array, u16 = Uint16Array, i32 = Int32Array;
34
+ // fixed length extra bits
35
+ 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]);
36
+ // fixed distance extra bits
37
+ 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]);
38
+ // code length index map
39
+ var clim = new u8([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]);
40
+ // get base, reverse index map from extra bits
41
+ var freb = function (eb, start) {
42
+ var b = new u16(31);
43
+ for (var i = 0; i < 31; ++i) {
44
+ b[i] = start += 1 << eb[i - 1];
45
+ }
46
+ // numbers here are at max 18 bits
47
+ var r = new i32(b[30]);
48
+ for (var i = 1; i < 30; ++i) {
49
+ for (var j = b[i]; j < b[i + 1]; ++j) {
50
+ r[j] = ((j - b[i]) << 5) | i;
51
+ }
52
+ }
53
+ return { b: b, r: r };
54
+ };
55
+ var _a = freb(fleb, 2), fl = _a.b, revfl = _a.r;
56
+ // we can ignore the fact that the other numbers are wrong; they never happen anyway
57
+ fl[28] = 258, revfl[258] = 28;
58
+ var _b = freb(fdeb, 0), fd = _b.b, revfd = _b.r;
59
+ // map of value to reverse (assuming 16 bits)
60
+ var rev = new u16(32768);
61
+ for (var i = 0; i < 32768; ++i) {
62
+ // reverse table algorithm from SO
63
+ var x = ((i & 0xAAAA) >> 1) | ((i & 0x5555) << 1);
64
+ x = ((x & 0xCCCC) >> 2) | ((x & 0x3333) << 2);
65
+ x = ((x & 0xF0F0) >> 4) | ((x & 0x0F0F) << 4);
66
+ rev[i] = (((x & 0xFF00) >> 8) | ((x & 0x00FF) << 8)) >> 1;
67
+ }
68
+ // create huffman tree from u8 "map": index -> code length for code index
69
+ // mb (max bits) must be at most 15
70
+ // TODO: optimize/split up?
71
+ var hMap = (function (cd, mb, r) {
72
+ var s = cd.length;
73
+ // index
74
+ var i = 0;
75
+ // u16 "map": index -> # of codes with bit length = index
76
+ var l = new u16(mb);
77
+ // length of cd must be 288 (total # of codes)
78
+ for (; i < s; ++i) {
79
+ if (cd[i])
80
+ ++l[cd[i] - 1];
81
+ }
82
+ // u16 "map": index -> minimum code for bit length = index
83
+ var le = new u16(mb);
84
+ for (i = 1; i < mb; ++i) {
85
+ le[i] = (le[i - 1] + l[i - 1]) << 1;
86
+ }
87
+ var co;
88
+ if (r) {
89
+ // u16 "map": index -> number of actual bits, symbol for code
90
+ co = new u16(1 << mb);
91
+ // bits to remove for reverser
92
+ var rvb = 15 - mb;
93
+ for (i = 0; i < s; ++i) {
94
+ // ignore 0 lengths
95
+ if (cd[i]) {
96
+ // num encoding both symbol and bits read
97
+ var sv = (i << 4) | cd[i];
98
+ // free bits
99
+ var r_1 = mb - cd[i];
100
+ // start value
101
+ var v = le[cd[i] - 1]++ << r_1;
102
+ // m is end value
103
+ for (var m = v | ((1 << r_1) - 1); v <= m; ++v) {
104
+ // every 16 bit value starting with the code yields the same result
105
+ co[rev[v] >> rvb] = sv;
106
+ }
107
+ }
108
+ }
109
+ }
110
+ else {
111
+ co = new u16(s);
112
+ for (i = 0; i < s; ++i) {
113
+ if (cd[i]) {
114
+ co[i] = rev[le[cd[i] - 1]++] >> (15 - cd[i]);
115
+ }
116
+ }
117
+ }
118
+ return co;
119
+ });
120
+ // fixed length tree
121
+ var flt = new u8(288);
122
+ for (var i = 0; i < 144; ++i)
123
+ flt[i] = 8;
124
+ for (var i = 144; i < 256; ++i)
125
+ flt[i] = 9;
126
+ for (var i = 256; i < 280; ++i)
127
+ flt[i] = 7;
128
+ for (var i = 280; i < 288; ++i)
129
+ flt[i] = 8;
130
+ // fixed distance tree
131
+ var fdt = new u8(32);
132
+ for (var i = 0; i < 32; ++i)
133
+ fdt[i] = 5;
134
+ // fixed length map
135
+ var flm = /*#__PURE__*/ hMap(flt, 9, 0), flrm = /*#__PURE__*/ hMap(flt, 9, 1);
136
+ // fixed distance map
137
+ var fdm = /*#__PURE__*/ hMap(fdt, 5, 0), fdrm = /*#__PURE__*/ hMap(fdt, 5, 1);
138
+ // find max of array
139
+ var max = function (a) {
140
+ var m = a[0];
141
+ for (var i = 1; i < a.length; ++i) {
142
+ if (a[i] > m)
143
+ m = a[i];
144
+ }
145
+ return m;
146
+ };
147
+ // read d, starting at bit p and mask with m
148
+ var bits = function (d, p, m) {
149
+ var o = (p / 8) | 0;
150
+ return ((d[o] | (d[o + 1] << 8)) >> (p & 7)) & m;
151
+ };
152
+ // read d, starting at bit p continuing for at least 16 bits
153
+ var bits16 = function (d, p) {
154
+ var o = (p / 8) | 0;
155
+ return ((d[o] | (d[o + 1] << 8) | (d[o + 2] << 16)) >> (p & 7));
156
+ };
157
+ // get end of byte
158
+ var shft = function (p) { return ((p + 7) / 8) | 0; };
159
+ // typed array slice - allows garbage collector to free original reference,
160
+ // while being more compatible than .slice
161
+ var slc = function (v, s, e) {
162
+ if (s == null || s < 0)
163
+ s = 0;
164
+ if (e == null || e > v.length)
165
+ e = v.length;
166
+ // can't use .constructor in case user-supplied
167
+ return new u8(v.subarray(s, e));
168
+ };
169
+ /**
170
+ * Codes for errors generated within this library
171
+ */
172
+ var FlateErrorCode = {
173
+ UnexpectedEOF: 0,
174
+ InvalidBlockType: 1,
175
+ InvalidLengthLiteral: 2,
176
+ InvalidDistance: 3,
177
+ StreamFinished: 4,
178
+ NoStreamHandler: 5,
179
+ InvalidHeader: 6,
180
+ NoCallback: 7,
181
+ InvalidUTF8: 8,
182
+ ExtraFieldTooLong: 9,
183
+ InvalidDate: 10,
184
+ FilenameTooLong: 11,
185
+ StreamFinishing: 12,
186
+ InvalidZipData: 13,
187
+ UnknownCompressionMethod: 14
188
+ };
189
+ // error codes
190
+ var ec = [
191
+ 'unexpected EOF',
192
+ 'invalid block type',
193
+ 'invalid length/literal',
194
+ 'invalid distance',
195
+ 'stream finished',
196
+ 'no stream handler',
197
+ ,
198
+ 'no callback',
199
+ 'invalid UTF-8 data',
200
+ 'extra field too long',
201
+ 'date not in range 1980-2099',
202
+ 'filename too long',
203
+ 'stream finishing',
204
+ 'invalid zip data'
205
+ // determined by unknown compression method
206
+ ];
207
+ ;
208
+ var err = function (ind, msg, nt) {
209
+ var e = new Error(msg || ec[ind]);
210
+ e.code = ind;
211
+ if (Error.captureStackTrace)
212
+ Error.captureStackTrace(e, err);
213
+ if (!nt)
214
+ throw e;
215
+ return e;
216
+ };
217
+ // expands raw DEFLATE data
218
+ var inflt = function (dat, st, buf, dict) {
219
+ // source length dict length
220
+ var sl = dat.length, dl = dict ? dict.length : 0;
221
+ if (!sl || st.f && !st.l)
222
+ return buf || new u8(0);
223
+ var noBuf = !buf;
224
+ // have to estimate size
225
+ var resize = noBuf || st.i != 2;
226
+ // no state
227
+ var noSt = st.i;
228
+ // Assumes roughly 33% compression ratio average
229
+ if (noBuf)
230
+ buf = new u8(sl * 3);
231
+ // ensure buffer can fit at least l elements
232
+ var cbuf = function (l) {
233
+ var bl = buf.length;
234
+ // need to increase size to fit
235
+ if (l > bl) {
236
+ // Double or set to necessary, whichever is greater
237
+ var nbuf = new u8(Math.max(bl * 2, l));
238
+ nbuf.set(buf);
239
+ buf = nbuf;
240
+ }
241
+ };
242
+ // last chunk bitpos bytes
243
+ 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;
244
+ // total bits
245
+ var tbts = sl * 8;
246
+ do {
247
+ if (!lm) {
248
+ // BFINAL - this is only 1 when last chunk is next
249
+ final = bits(dat, pos, 1);
250
+ // type: 0 = no compression, 1 = fixed huffman, 2 = dynamic huffman
251
+ var type = bits(dat, pos + 1, 3);
252
+ pos += 3;
253
+ if (!type) {
254
+ // go to end of byte boundary
255
+ var s = shft(pos) + 4, l = dat[s - 4] | (dat[s - 3] << 8), t = s + l;
256
+ if (t > sl) {
257
+ if (noSt)
258
+ err(0);
259
+ break;
260
+ }
261
+ // ensure size
262
+ if (resize)
263
+ cbuf(bt + l);
264
+ // Copy over uncompressed data
265
+ buf.set(dat.subarray(s, t), bt);
266
+ // Get new bitpos, update byte count
267
+ st.b = bt += l, st.p = pos = t * 8, st.f = final;
268
+ continue;
269
+ }
270
+ else if (type == 1)
271
+ lm = flrm, dm = fdrm, lbt = 9, dbt = 5;
272
+ else if (type == 2) {
273
+ // literal lengths
274
+ var hLit = bits(dat, pos, 31) + 257, hcLen = bits(dat, pos + 10, 15) + 4;
275
+ var tl = hLit + bits(dat, pos + 5, 31) + 1;
276
+ pos += 14;
277
+ // length+distance tree
278
+ var ldt = new u8(tl);
279
+ // code length tree
280
+ var clt = new u8(19);
281
+ for (var i = 0; i < hcLen; ++i) {
282
+ // use index map to get real code
283
+ clt[clim[i]] = bits(dat, pos + i * 3, 7);
284
+ }
285
+ pos += hcLen * 3;
286
+ // code lengths bits
287
+ var clb = max(clt), clbmsk = (1 << clb) - 1;
288
+ // code lengths map
289
+ var clm = hMap(clt, clb, 1);
290
+ for (var i = 0; i < tl;) {
291
+ var r = clm[bits(dat, pos, clbmsk)];
292
+ // bits read
293
+ pos += r & 15;
294
+ // symbol
295
+ var s = r >> 4;
296
+ // code length to copy
297
+ if (s < 16) {
298
+ ldt[i++] = s;
299
+ }
300
+ else {
301
+ // copy count
302
+ var c = 0, n = 0;
303
+ if (s == 16)
304
+ n = 3 + bits(dat, pos, 3), pos += 2, c = ldt[i - 1];
305
+ else if (s == 17)
306
+ n = 3 + bits(dat, pos, 7), pos += 3;
307
+ else if (s == 18)
308
+ n = 11 + bits(dat, pos, 127), pos += 7;
309
+ while (n--)
310
+ ldt[i++] = c;
311
+ }
312
+ }
313
+ // length tree distance tree
314
+ var lt = ldt.subarray(0, hLit), dt = ldt.subarray(hLit);
315
+ // max length bits
316
+ lbt = max(lt);
317
+ // max dist bits
318
+ dbt = max(dt);
319
+ lm = hMap(lt, lbt, 1);
320
+ dm = hMap(dt, dbt, 1);
321
+ }
322
+ else
323
+ err(1);
324
+ if (pos > tbts) {
325
+ if (noSt)
326
+ err(0);
327
+ break;
328
+ }
329
+ }
330
+ // Make sure the buffer can hold this + the largest possible addition
331
+ // Maximum chunk size (practically, theoretically infinite) is 2^17
332
+ if (resize)
333
+ cbuf(bt + 131072);
334
+ var lms = (1 << lbt) - 1, dms = (1 << dbt) - 1;
335
+ var lpos = pos;
336
+ for (;; lpos = pos) {
337
+ // bits read, code
338
+ var c = lm[bits16(dat, pos) & lms], sym = c >> 4;
339
+ pos += c & 15;
340
+ if (pos > tbts) {
341
+ if (noSt)
342
+ err(0);
343
+ break;
344
+ }
345
+ if (!c)
346
+ err(2);
347
+ if (sym < 256)
348
+ buf[bt++] = sym;
349
+ else if (sym == 256) {
350
+ lpos = pos, lm = null;
351
+ break;
352
+ }
353
+ else {
354
+ var add = sym - 254;
355
+ // no extra bits needed if less
356
+ if (sym > 264) {
357
+ // index
358
+ var i = sym - 257, b = fleb[i];
359
+ add = bits(dat, pos, (1 << b) - 1) + fl[i];
360
+ pos += b;
361
+ }
362
+ // dist
363
+ var d = dm[bits16(dat, pos) & dms], dsym = d >> 4;
364
+ if (!d)
365
+ err(3);
366
+ pos += d & 15;
367
+ var dt = fd[dsym];
368
+ if (dsym > 3) {
369
+ var b = fdeb[dsym];
370
+ dt += bits16(dat, pos) & (1 << b) - 1, pos += b;
371
+ }
372
+ if (pos > tbts) {
373
+ if (noSt)
374
+ err(0);
375
+ break;
376
+ }
377
+ if (resize)
378
+ cbuf(bt + 131072);
379
+ var end = bt + add;
380
+ if (bt < dt) {
381
+ var shift = dl - dt, dend = Math.min(dt, end);
382
+ if (shift + bt < 0)
383
+ err(3);
384
+ for (; bt < dend; ++bt)
385
+ buf[bt] = dict[shift + bt];
386
+ }
387
+ for (; bt < end; ++bt)
388
+ buf[bt] = buf[bt - dt];
389
+ }
390
+ }
391
+ st.l = lm, st.p = lpos, st.b = bt, st.f = final;
392
+ if (lm)
393
+ final = 1, st.m = lbt, st.d = dm, st.n = dbt;
394
+ } while (!final);
395
+ // don't reallocate for streams or user buffers
396
+ return bt != buf.length && noBuf ? slc(buf, 0, bt) : buf.subarray(0, bt);
397
+ };
398
+ // starting at p, write the minimum number of bits that can hold v to d
399
+ var wbits = function (d, p, v) {
400
+ v <<= p & 7;
401
+ var o = (p / 8) | 0;
402
+ d[o] |= v;
403
+ d[o + 1] |= v >> 8;
404
+ };
405
+ // starting at p, write the minimum number of bits (>8) that can hold v to d
406
+ var wbits16 = function (d, p, v) {
407
+ v <<= p & 7;
408
+ var o = (p / 8) | 0;
409
+ d[o] |= v;
410
+ d[o + 1] |= v >> 8;
411
+ d[o + 2] |= v >> 16;
412
+ };
413
+ // creates code lengths from a frequency table
414
+ var hTree = function (d, mb) {
415
+ // Need extra info to make a tree
416
+ var t = [];
417
+ for (var i = 0; i < d.length; ++i) {
418
+ if (d[i])
419
+ t.push({ s: i, f: d[i] });
420
+ }
421
+ var s = t.length;
422
+ var t2 = t.slice();
423
+ if (!s)
424
+ return { t: et, l: 0 };
425
+ if (s == 1) {
426
+ var v = new u8(t[0].s + 1);
427
+ v[t[0].s] = 1;
428
+ return { t: v, l: 1 };
429
+ }
430
+ t.sort(function (a, b) { return a.f - b.f; });
431
+ // after i2 reaches last ind, will be stopped
432
+ // freq must be greater than largest possible number of symbols
433
+ t.push({ s: -1, f: 25001 });
434
+ var l = t[0], r = t[1], i0 = 0, i1 = 1, i2 = 2;
435
+ t[0] = { s: -1, f: l.f + r.f, l: l, r: r };
436
+ // efficient algorithm from UZIP.js
437
+ // i0 is lookbehind, i2 is lookahead - after processing two low-freq
438
+ // symbols that combined have high freq, will start processing i2 (high-freq,
439
+ // non-composite) symbols instead
440
+ // see https://reddit.com/r/photopea/comments/ikekht/uzipjs_questions/
441
+ while (i1 != s - 1) {
442
+ l = t[t[i0].f < t[i2].f ? i0++ : i2++];
443
+ r = t[i0 != i1 && t[i0].f < t[i2].f ? i0++ : i2++];
444
+ t[i1++] = { s: -1, f: l.f + r.f, l: l, r: r };
445
+ }
446
+ var maxSym = t2[0].s;
447
+ for (var i = 1; i < s; ++i) {
448
+ if (t2[i].s > maxSym)
449
+ maxSym = t2[i].s;
450
+ }
451
+ // code lengths
452
+ var tr = new u16(maxSym + 1);
453
+ // max bits in tree
454
+ var mbt = ln(t[i1 - 1], tr, 0);
455
+ if (mbt > mb) {
456
+ // more algorithms from UZIP.js
457
+ // TODO: find out how this code works (debt)
458
+ // ind debt
459
+ var i = 0, dt = 0;
460
+ // left cost
461
+ var lft = mbt - mb, cst = 1 << lft;
462
+ t2.sort(function (a, b) { return tr[b.s] - tr[a.s] || a.f - b.f; });
463
+ for (; i < s; ++i) {
464
+ var i2_1 = t2[i].s;
465
+ if (tr[i2_1] > mb) {
466
+ dt += cst - (1 << (mbt - tr[i2_1]));
467
+ tr[i2_1] = mb;
468
+ }
469
+ else
470
+ break;
471
+ }
472
+ dt >>= lft;
473
+ while (dt > 0) {
474
+ var i2_2 = t2[i].s;
475
+ if (tr[i2_2] < mb)
476
+ dt -= 1 << (mb - tr[i2_2]++ - 1);
477
+ else
478
+ ++i;
479
+ }
480
+ for (; i >= 0 && dt; --i) {
481
+ var i2_3 = t2[i].s;
482
+ if (tr[i2_3] == mb) {
483
+ --tr[i2_3];
484
+ ++dt;
485
+ }
486
+ }
487
+ mbt = mb;
488
+ }
489
+ return { t: new u8(tr), l: mbt };
490
+ };
491
+ // get the max length and assign length codes
492
+ var ln = function (n, l, d) {
493
+ return n.s == -1
494
+ ? Math.max(ln(n.l, l, d + 1), ln(n.r, l, d + 1))
495
+ : (l[n.s] = d);
496
+ };
497
+ // length codes generation
498
+ var lc = function (c) {
499
+ var s = c.length;
500
+ // Note that the semicolon was intentional
501
+ while (s && !c[--s])
502
+ ;
503
+ var cl = new u16(++s);
504
+ // ind num streak
505
+ var cli = 0, cln = c[0], cls = 1;
506
+ var w = function (v) { cl[cli++] = v; };
507
+ for (var i = 1; i <= s; ++i) {
508
+ if (c[i] == cln && i != s)
509
+ ++cls;
510
+ else {
511
+ if (!cln && cls > 2) {
512
+ for (; cls > 138; cls -= 138)
513
+ w(32754);
514
+ if (cls > 2) {
515
+ w(cls > 10 ? ((cls - 11) << 5) | 28690 : ((cls - 3) << 5) | 12305);
516
+ cls = 0;
517
+ }
518
+ }
519
+ else if (cls > 3) {
520
+ w(cln), --cls;
521
+ for (; cls > 6; cls -= 6)
522
+ w(8304);
523
+ if (cls > 2)
524
+ w(((cls - 3) << 5) | 8208), cls = 0;
525
+ }
526
+ while (cls--)
527
+ w(cln);
528
+ cls = 1;
529
+ cln = c[i];
530
+ }
531
+ }
532
+ return { c: cl.subarray(0, cli), n: s };
533
+ };
534
+ // calculate the length of output from tree, code lengths
535
+ var clen = function (cf, cl) {
536
+ var l = 0;
537
+ for (var i = 0; i < cl.length; ++i)
538
+ l += cf[i] * cl[i];
539
+ return l;
540
+ };
541
+ // writes a fixed block
542
+ // returns the new bit pos
543
+ var wfblk = function (out, pos, dat) {
544
+ // no need to write 00 as type: TypedArray defaults to 0
545
+ var s = dat.length;
546
+ var o = shft(pos + 2);
547
+ out[o] = s & 255;
548
+ out[o + 1] = s >> 8;
549
+ out[o + 2] = out[o] ^ 255;
550
+ out[o + 3] = out[o + 1] ^ 255;
551
+ for (var i = 0; i < s; ++i)
552
+ out[o + i + 4] = dat[i];
553
+ return (o + 4 + s) * 8;
554
+ };
555
+ // writes a block
556
+ var wblk = function (dat, out, final, syms, lf, df, eb, li, bs, bl, p) {
557
+ wbits(out, p++, final);
558
+ ++lf[256];
559
+ var _a = hTree(lf, 15), dlt = _a.t, mlb = _a.l;
560
+ var _b = hTree(df, 15), ddt = _b.t, mdb = _b.l;
561
+ var _c = lc(dlt), lclt = _c.c, nlc = _c.n;
562
+ var _d = lc(ddt), lcdt = _d.c, ndc = _d.n;
563
+ var lcfreq = new u16(19);
564
+ for (var i = 0; i < lclt.length; ++i)
565
+ ++lcfreq[lclt[i] & 31];
566
+ for (var i = 0; i < lcdt.length; ++i)
567
+ ++lcfreq[lcdt[i] & 31];
568
+ var _e = hTree(lcfreq, 7), lct = _e.t, mlcb = _e.l;
569
+ var nlcc = 19;
570
+ for (; nlcc > 4 && !lct[clim[nlcc - 1]]; --nlcc)
571
+ ;
572
+ var flen = (bl + 5) << 3;
573
+ var ftlen = clen(lf, flt) + clen(df, fdt) + eb;
574
+ var dtlen = clen(lf, dlt) + clen(df, ddt) + eb + 14 + 3 * nlcc + clen(lcfreq, lct) + 2 * lcfreq[16] + 3 * lcfreq[17] + 7 * lcfreq[18];
575
+ if (bs >= 0 && flen <= ftlen && flen <= dtlen)
576
+ return wfblk(out, p, dat.subarray(bs, bs + bl));
577
+ var lm, ll, dm, dl;
578
+ wbits(out, p, 1 + (dtlen < ftlen)), p += 2;
579
+ if (dtlen < ftlen) {
580
+ lm = hMap(dlt, mlb, 0), ll = dlt, dm = hMap(ddt, mdb, 0), dl = ddt;
581
+ var llm = hMap(lct, mlcb, 0);
582
+ wbits(out, p, nlc - 257);
583
+ wbits(out, p + 5, ndc - 1);
584
+ wbits(out, p + 10, nlcc - 4);
585
+ p += 14;
586
+ for (var i = 0; i < nlcc; ++i)
587
+ wbits(out, p + 3 * i, lct[clim[i]]);
588
+ p += 3 * nlcc;
589
+ var lcts = [lclt, lcdt];
590
+ for (var it = 0; it < 2; ++it) {
591
+ var clct = lcts[it];
592
+ for (var i = 0; i < clct.length; ++i) {
593
+ var len = clct[i] & 31;
594
+ wbits(out, p, llm[len]), p += lct[len];
595
+ if (len > 15)
596
+ wbits(out, p, (clct[i] >> 5) & 127), p += clct[i] >> 12;
597
+ }
598
+ }
599
+ }
600
+ else {
601
+ lm = flm, ll = flt, dm = fdm, dl = fdt;
602
+ }
603
+ for (var i = 0; i < li; ++i) {
604
+ var sym = syms[i];
605
+ if (sym > 255) {
606
+ var len = (sym >> 18) & 31;
607
+ wbits16(out, p, lm[len + 257]), p += ll[len + 257];
608
+ if (len > 7)
609
+ wbits(out, p, (sym >> 23) & 31), p += fleb[len];
610
+ var dst = sym & 31;
611
+ wbits16(out, p, dm[dst]), p += dl[dst];
612
+ if (dst > 3)
613
+ wbits16(out, p, (sym >> 5) & 8191), p += fdeb[dst];
614
+ }
615
+ else {
616
+ wbits16(out, p, lm[sym]), p += ll[sym];
617
+ }
618
+ }
619
+ wbits16(out, p, lm[256]);
620
+ return p + ll[256];
621
+ };
622
+ // deflate options (nice << 13) | chain
623
+ var deo = /*#__PURE__*/ new i32([65540, 131080, 131088, 131104, 262176, 1048704, 1048832, 2114560, 2117632]);
624
+ // empty
625
+ var et = /*#__PURE__*/ new u8(0);
626
+ // compresses data into a raw DEFLATE buffer
627
+ var dflt = function (dat, lvl, plvl, pre, post, st) {
628
+ var s = st.z || dat.length;
629
+ var o = new u8(pre + s + 5 * (1 + Math.ceil(s / 7000)) + post);
630
+ // writing to this writes to the output buffer
631
+ var w = o.subarray(pre, o.length - post);
632
+ var lst = st.l;
633
+ var pos = (st.r || 0) & 7;
634
+ if (lvl) {
635
+ if (pos)
636
+ w[0] = st.r >> 3;
637
+ var opt = deo[lvl - 1];
638
+ var n = opt >> 13, c = opt & 8191;
639
+ var msk_1 = (1 << plvl) - 1;
640
+ // prev 2-byte val map curr 2-byte val map
641
+ var prev = st.p || new u16(32768), head = st.h || new u16(msk_1 + 1);
642
+ var bs1_1 = Math.ceil(plvl / 3), bs2_1 = 2 * bs1_1;
643
+ var hsh = function (i) { return (dat[i] ^ (dat[i + 1] << bs1_1) ^ (dat[i + 2] << bs2_1)) & msk_1; };
644
+ // 24576 is an arbitrary number of maximum symbols per block
645
+ // 424 buffer for last block
646
+ var syms = new i32(25000);
647
+ // length/literal freq distance freq
648
+ var lf = new u16(288), df = new u16(32);
649
+ // l/lcnt exbits index l/lind waitdx blkpos
650
+ var lc_1 = 0, eb = 0, i = st.i || 0, li = 0, wi = st.w || 0, bs = 0;
651
+ for (; i + 2 < s; ++i) {
652
+ // hash value
653
+ var hv = hsh(i);
654
+ // index mod 32768 previous index mod
655
+ var imod = i & 32767, pimod = head[hv];
656
+ prev[imod] = pimod;
657
+ head[hv] = imod;
658
+ // We always should modify head and prev, but only add symbols if
659
+ // this data is not yet processed ("wait" for wait index)
660
+ if (wi <= i) {
661
+ // bytes remaining
662
+ var rem = s - i;
663
+ if ((lc_1 > 7000 || li > 24576) && (rem > 423 || !lst)) {
664
+ pos = wblk(dat, w, 0, syms, lf, df, eb, li, bs, i - bs, pos);
665
+ li = lc_1 = eb = 0, bs = i;
666
+ for (var j = 0; j < 286; ++j)
667
+ lf[j] = 0;
668
+ for (var j = 0; j < 30; ++j)
669
+ df[j] = 0;
670
+ }
671
+ // len dist chain
672
+ var l = 2, d = 0, ch_1 = c, dif = imod - pimod & 32767;
673
+ if (rem > 2 && hv == hsh(i - dif)) {
674
+ var maxn = Math.min(n, rem) - 1;
675
+ var maxd = Math.min(32767, i);
676
+ // max possible length
677
+ // not capped at dif because decompressors implement "rolling" index population
678
+ var ml = Math.min(258, rem);
679
+ while (dif <= maxd && --ch_1 && imod != pimod) {
680
+ if (dat[i + l] == dat[i + l - dif]) {
681
+ var nl = 0;
682
+ for (; nl < ml && dat[i + nl] == dat[i + nl - dif]; ++nl)
683
+ ;
684
+ if (nl > l) {
685
+ l = nl, d = dif;
686
+ // break out early when we reach "nice" (we are satisfied enough)
687
+ if (nl > maxn)
688
+ break;
689
+ // now, find the rarest 2-byte sequence within this
690
+ // length of literals and search for that instead.
691
+ // Much faster than just using the start
692
+ var mmd = Math.min(dif, nl - 2);
693
+ var md = 0;
694
+ for (var j = 0; j < mmd; ++j) {
695
+ var ti = i - dif + j & 32767;
696
+ var pti = prev[ti];
697
+ var cd = ti - pti & 32767;
698
+ if (cd > md)
699
+ md = cd, pimod = ti;
700
+ }
701
+ }
702
+ }
703
+ // check the previous match
704
+ imod = pimod, pimod = prev[imod];
705
+ dif += imod - pimod & 32767;
706
+ }
707
+ }
708
+ // d will be nonzero only when a match was found
709
+ if (d) {
710
+ // store both dist and len data in one int32
711
+ // Make sure this is recognized as a len/dist with 28th bit (2^28)
712
+ syms[li++] = 268435456 | (revfl[l] << 18) | revfd[d];
713
+ var lin = revfl[l] & 31, din = revfd[d] & 31;
714
+ eb += fleb[lin] + fdeb[din];
715
+ ++lf[257 + lin];
716
+ ++df[din];
717
+ wi = i + l;
718
+ ++lc_1;
719
+ }
720
+ else {
721
+ syms[li++] = dat[i];
722
+ ++lf[dat[i]];
723
+ }
724
+ }
725
+ }
726
+ for (i = Math.max(i, wi); i < s; ++i) {
727
+ syms[li++] = dat[i];
728
+ ++lf[dat[i]];
729
+ }
730
+ pos = wblk(dat, w, lst, syms, lf, df, eb, li, bs, i - bs, pos);
731
+ if (!lst) {
732
+ st.r = (pos & 7) | w[(pos / 8) | 0] << 3;
733
+ // shft(pos) now 1 less if pos & 7 != 0
734
+ pos -= 7;
735
+ st.h = head, st.p = prev, st.i = i, st.w = wi;
736
+ }
737
+ }
738
+ else {
739
+ for (var i = st.w || 0; i < s + lst; i += 65535) {
740
+ // end
741
+ var e = i + 65535;
742
+ if (e >= s) {
743
+ // write final block
744
+ w[(pos / 8) | 0] = lst;
745
+ e = s;
746
+ }
747
+ pos = wfblk(w, pos + 1, dat.subarray(i, e));
748
+ }
749
+ st.i = s;
750
+ }
751
+ return slc(o, 0, pre + shft(pos) + post);
752
+ };
753
+ // CRC32 table
754
+ var crct = /*#__PURE__*/ (function () {
755
+ var t = new Int32Array(256);
756
+ for (var i = 0; i < 256; ++i) {
757
+ var c = i, k = 9;
758
+ while (--k)
759
+ c = ((c & 1) && -306674912) ^ (c >>> 1);
760
+ t[i] = c;
761
+ }
762
+ return t;
763
+ })();
764
+ // CRC32
765
+ var crc = function () {
766
+ var c = -1;
767
+ return {
768
+ p: function (d) {
769
+ // closures have awful performance
770
+ var cr = c;
771
+ for (var i = 0; i < d.length; ++i)
772
+ cr = crct[(cr & 255) ^ d[i]] ^ (cr >>> 8);
773
+ c = cr;
774
+ },
775
+ d: function () { return ~c; }
776
+ };
777
+ };
778
+ // Adler32
779
+ var adler = function () {
780
+ var a = 1, b = 0;
781
+ return {
782
+ p: function (d) {
783
+ // closures have awful performance
784
+ var n = a, m = b;
785
+ var l = d.length | 0;
786
+ for (var i = 0; i != l;) {
787
+ var e = Math.min(i + 2655, l);
788
+ for (; i < e; ++i)
789
+ m += n += d[i];
790
+ n = (n & 65535) + 15 * (n >> 16), m = (m & 65535) + 15 * (m >> 16);
791
+ }
792
+ a = n, b = m;
793
+ },
794
+ d: function () {
795
+ a %= 65521, b %= 65521;
796
+ return (a & 255) << 24 | (a & 0xFF00) << 8 | (b & 255) << 8 | (b >> 8);
797
+ }
798
+ };
799
+ };
800
+ ;
801
+ // deflate with opts
802
+ var dopt = function (dat, opt, pre, post, st) {
803
+ if (!st) {
804
+ st = { l: 1 };
805
+ if (opt.dictionary) {
806
+ var dict = opt.dictionary.subarray(-32768);
807
+ var newDat = new u8(dict.length + dat.length);
808
+ newDat.set(dict);
809
+ newDat.set(dat, dict.length);
810
+ dat = newDat;
811
+ st.w = dict.length;
812
+ }
813
+ }
814
+ 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);
815
+ };
816
+ // Walmart object spread
817
+ var mrg = function (a, b) {
818
+ var o = {};
819
+ for (var k in a)
820
+ o[k] = a[k];
821
+ for (var k in b)
822
+ o[k] = b[k];
823
+ return o;
824
+ };
825
+ // worker clone
826
+ // This is possibly the craziest part of the entire codebase, despite how simple it may seem.
827
+ // The only parameter to this function is a closure that returns an array of variables outside of the function scope.
828
+ // We're going to try to figure out the variable names used in the closure as strings because that is crucial for workerization.
829
+ // We will return an object mapping of true variable name to value (basically, the current scope as a JS object).
830
+ // The reason we can't just use the original variable names is minifiers mangling the toplevel scope.
831
+ // This took me three weeks to figure out how to do.
832
+ var wcln = function (fn, fnStr, td) {
833
+ var dt = fn();
834
+ var st = fn.toString();
835
+ var ks = st.slice(st.indexOf('[') + 1, st.lastIndexOf(']')).replace(/\s+/g, '').split(',');
836
+ for (var i = 0; i < dt.length; ++i) {
837
+ var v = dt[i], k = ks[i];
838
+ if (typeof v == 'function') {
839
+ fnStr += ';' + k + '=';
840
+ var st_1 = v.toString();
841
+ if (v.prototype) {
842
+ // for global objects
843
+ if (st_1.indexOf('[native code]') != -1) {
844
+ var spInd = st_1.indexOf(' ', 8) + 1;
845
+ fnStr += st_1.slice(spInd, st_1.indexOf('(', spInd));
846
+ }
847
+ else {
848
+ fnStr += st_1;
849
+ for (var t in v.prototype)
850
+ fnStr += ';' + k + '.prototype.' + t + '=' + v.prototype[t].toString();
851
+ }
852
+ }
853
+ else
854
+ fnStr += st_1;
855
+ }
856
+ else
857
+ td[k] = v;
858
+ }
859
+ return fnStr;
860
+ };
861
+ var ch = [];
862
+ // clone bufs
863
+ var cbfs = function (v) {
864
+ var tl = [];
865
+ for (var k in v) {
866
+ if (v[k].buffer) {
867
+ tl.push((v[k] = new v[k].constructor(v[k])).buffer);
868
+ }
869
+ }
870
+ return tl;
871
+ };
872
+ // use a worker to execute code
873
+ var wrkr = function (fns, init, id, cb) {
874
+ if (!ch[id]) {
875
+ var fnStr = '', td_1 = {}, m = fns.length - 1;
876
+ for (var i = 0; i < m; ++i)
877
+ fnStr = wcln(fns[i], fnStr, td_1);
878
+ ch[id] = { c: wcln(fns[m], fnStr, td_1), e: td_1 };
879
+ }
880
+ var td = mrg({}, ch[id].e);
881
+ 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);
882
+ };
883
+ // base async inflate fn
884
+ 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]; };
885
+ 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]; };
886
+ // gzip extra
887
+ var gze = function () { return [gzh, gzhl, wbytes, crc, crct]; };
888
+ // gunzip extra
889
+ var guze = function () { return [gzs, gzl]; };
890
+ // zlib extra
891
+ var zle = function () { return [zlh, wbytes, adler]; };
892
+ // unzlib extra
893
+ var zule = function () { return [zls]; };
894
+ // post buf
895
+ var pbf = function (msg) { return postMessage(msg, [msg.buffer]); };
896
+ // get opts
897
+ var gopt = function (o) { return o && {
898
+ out: o.size && new u8(o.size),
899
+ dictionary: o.dictionary
900
+ }; };
901
+ // async helper
902
+ var cbify = function (dat, opts, fns, init, id, cb) {
903
+ var w = wrkr(fns, init, id, function (err, dat) {
904
+ w.terminate();
905
+ cb(err, dat);
906
+ });
907
+ w.postMessage([dat, opts], opts.consume ? [dat.buffer] : []);
908
+ return function () { w.terminate(); };
909
+ };
910
+ // auto stream
911
+ var astrm = function (strm) {
912
+ strm.ondata = function (dat, final) { return postMessage([dat, final], [dat.buffer]); };
913
+ return function (ev) {
914
+ if (ev.data.length) {
915
+ strm.push(ev.data[0], ev.data[1]);
916
+ postMessage([ev.data[0].length]);
917
+ }
918
+ else
919
+ strm.flush();
920
+ };
921
+ };
922
+ // async stream attach
923
+ var astrmify = function (fns, strm, opts, init, id, flush, ext) {
924
+ var t;
925
+ var w = wrkr(fns, init, id, function (err, dat) {
926
+ if (err)
927
+ w.terminate(), strm.ondata.call(strm, err);
928
+ else if (!Array.isArray(dat))
929
+ ext(dat);
930
+ else if (dat.length == 1) {
931
+ strm.queuedSize -= dat[0];
932
+ if (strm.ondrain)
933
+ strm.ondrain(dat[0]);
934
+ }
935
+ else {
936
+ if (dat[1])
937
+ w.terminate();
938
+ strm.ondata.call(strm, err, dat[0], dat[1]);
939
+ }
940
+ });
941
+ w.postMessage(opts);
942
+ strm.queuedSize = 0;
943
+ strm.push = function (d, f) {
944
+ if (!strm.ondata)
945
+ err(5);
946
+ if (t)
947
+ strm.ondata(err(4, 0, 1), null, !!f);
948
+ strm.queuedSize += d.length;
949
+ w.postMessage([d, t = f], [d.buffer]);
950
+ };
951
+ strm.terminate = function () { w.terminate(); };
952
+ if (flush) {
953
+ strm.flush = function () { w.postMessage([]); };
954
+ }
955
+ };
956
+ // read 2 bytes
957
+ var b2 = function (d, b) { return d[b] | (d[b + 1] << 8); };
958
+ // read 4 bytes
959
+ var b4 = function (d, b) { return (d[b] | (d[b + 1] << 8) | (d[b + 2] << 16) | (d[b + 3] << 24)) >>> 0; };
960
+ var b8 = function (d, b) { return b4(d, b) + (b4(d, b + 4) * 4294967296); };
961
+ // write bytes
962
+ var wbytes = function (d, b, v) {
963
+ for (; v; ++b)
964
+ d[b] = v, v >>>= 8;
965
+ };
966
+ // gzip header
967
+ var gzh = function (c, o) {
968
+ var fn = o.filename;
969
+ 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
970
+ if (o.mtime != 0)
971
+ wbytes(c, 4, Math.floor(new Date(o.mtime || Date.now()) / 1000));
972
+ if (fn) {
973
+ c[3] = 8;
974
+ for (var i = 0; i <= fn.length; ++i)
975
+ c[i + 10] = fn.charCodeAt(i);
976
+ }
977
+ };
978
+ // gzip footer: -8 to -4 = CRC, -4 to -0 is length
979
+ // gzip start
980
+ var gzs = function (d) {
981
+ if (d[0] != 31 || d[1] != 139 || d[2] != 8)
982
+ err(6, 'invalid gzip data');
983
+ var flg = d[3];
984
+ var st = 10;
985
+ if (flg & 4)
986
+ st += (d[10] | d[11] << 8) + 2;
987
+ for (var zs = (flg >> 3 & 1) + (flg >> 4 & 1); zs > 0; zs -= !d[st++])
988
+ ;
989
+ return st + (flg & 2);
990
+ };
991
+ // gzip length
992
+ var gzl = function (d) {
993
+ var l = d.length;
994
+ return (d[l - 4] | d[l - 3] << 8 | d[l - 2] << 16 | d[l - 1] << 24) >>> 0;
995
+ };
996
+ // gzip header length
997
+ var gzhl = function (o) { return 10 + (o.filename ? o.filename.length + 1 : 0); };
998
+ // zlib header
999
+ var zlh = function (c, o) {
1000
+ var lv = o.level, fl = lv == 0 ? 0 : lv < 6 ? 1 : lv == 9 ? 3 : 2;
1001
+ c[0] = 120, c[1] = (fl << 6) | (o.dictionary && 32);
1002
+ c[1] |= 31 - ((c[0] << 8) | c[1]) % 31;
1003
+ if (o.dictionary) {
1004
+ var h = adler();
1005
+ h.p(o.dictionary);
1006
+ wbytes(c, 2, h.d());
1007
+ }
1008
+ };
1009
+ // zlib start
1010
+ var zls = function (d, dict) {
1011
+ if ((d[0] & 15) != 8 || (d[0] >> 4) > 7 || ((d[0] << 8 | d[1]) % 31))
1012
+ err(6, 'invalid zlib data');
1013
+ if ((d[1] >> 5 & 1) == +!dict)
1014
+ err(6, 'invalid zlib data: ' + (d[1] & 32 ? 'need' : 'unexpected') + ' dictionary');
1015
+ return (d[1] >> 3 & 4) + 2;
1016
+ };
1017
+ function StrmOpt(opts, cb) {
1018
+ if (typeof opts == 'function')
1019
+ cb = opts, opts = {};
1020
+ this.ondata = cb;
1021
+ return opts;
1022
+ }
1023
+ /**
1024
+ * Streaming DEFLATE compression
1025
+ */
1026
+ var Deflate = /*#__PURE__*/ (function () {
1027
+ function Deflate(opts, cb) {
1028
+ if (typeof opts == 'function')
1029
+ cb = opts, opts = {};
1030
+ this.ondata = cb;
1031
+ this.o = opts || {};
1032
+ this.s = { l: 0, i: 32768, w: 32768, z: 32768 };
1033
+ // Buffer length must always be 0 mod 32768 for index calculations to be correct when modifying head and prev
1034
+ // 98304 = 32768 (lookback) + 65536 (common chunk size)
1035
+ this.b = new u8(98304);
1036
+ if (this.o.dictionary) {
1037
+ var dict = this.o.dictionary.subarray(-32768);
1038
+ this.b.set(dict, 32768 - dict.length);
1039
+ this.s.i = 32768 - dict.length;
1040
+ }
1041
+ }
1042
+ Deflate.prototype.p = function (c, f) {
1043
+ this.ondata(dopt(c, this.o, 0, 0, this.s), f);
1044
+ };
1045
+ /**
1046
+ * Pushes a chunk to be deflated
1047
+ * @param chunk The chunk to push
1048
+ * @param final Whether this is the last chunk
1049
+ */
1050
+ Deflate.prototype.push = function (chunk, final) {
1051
+ if (!this.ondata)
1052
+ err(5);
1053
+ if (this.s.l)
1054
+ err(4);
1055
+ var endLen = chunk.length + this.s.z;
1056
+ if (endLen > this.b.length) {
1057
+ if (endLen > 2 * this.b.length - 32768) {
1058
+ var newBuf = new u8(endLen & -32768);
1059
+ newBuf.set(this.b.subarray(0, this.s.z));
1060
+ this.b = newBuf;
1061
+ }
1062
+ var split = this.b.length - this.s.z;
1063
+ this.b.set(chunk.subarray(0, split), this.s.z);
1064
+ this.s.z = this.b.length;
1065
+ this.p(this.b, false);
1066
+ this.b.set(this.b.subarray(-32768));
1067
+ this.b.set(chunk.subarray(split), 32768);
1068
+ this.s.z = chunk.length - split + 32768;
1069
+ this.s.i = 32766, this.s.w = 32768;
1070
+ }
1071
+ else {
1072
+ this.b.set(chunk, this.s.z);
1073
+ this.s.z += chunk.length;
1074
+ }
1075
+ this.s.l = final & 1;
1076
+ if (this.s.z > this.s.w + 8191 || final) {
1077
+ this.p(this.b, final || false);
1078
+ this.s.w = this.s.i, this.s.i -= 2;
1079
+ }
1080
+ };
1081
+ /**
1082
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1083
+ * deflated output for small inputs.
1084
+ */
1085
+ Deflate.prototype.flush = function () {
1086
+ if (!this.ondata)
1087
+ err(5);
1088
+ if (this.s.l)
1089
+ err(4);
1090
+ this.p(this.b, false);
1091
+ this.s.w = this.s.i, this.s.i -= 2;
1092
+ };
1093
+ return Deflate;
1094
+ }());
1095
+ /**
1096
+ * Asynchronous streaming DEFLATE compression
1097
+ */
1098
+ var AsyncDeflate = /*#__PURE__*/ (function () {
1099
+ function AsyncDeflate(opts, cb) {
1100
+ astrmify([
1101
+ bDflt,
1102
+ function () { return [astrm, Deflate]; }
1103
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1104
+ var strm = new Deflate(ev.data);
1105
+ onmessage = astrm(strm);
1106
+ }, 6, 1);
1107
+ }
1108
+ return AsyncDeflate;
1109
+ }());
1110
+ function deflate(data, opts, cb) {
1111
+ if (!cb)
1112
+ cb = opts, opts = {};
1113
+ if (typeof cb != 'function')
1114
+ err(7);
1115
+ return cbify(data, opts, [
1116
+ bDflt,
1117
+ ], function (ev) { return pbf(deflateSync(ev.data[0], ev.data[1])); }, 0, cb);
1118
+ }
1119
+ /**
1120
+ * Compresses data with DEFLATE without any wrapper
1121
+ * @param data The data to compress
1122
+ * @param opts The compression options
1123
+ * @returns The deflated version of the data
1124
+ */
1125
+ function deflateSync(data, opts) {
1126
+ return dopt(data, opts || {}, 0, 0);
1127
+ }
1128
+ /**
1129
+ * Streaming DEFLATE decompression
1130
+ */
1131
+ var Inflate = /*#__PURE__*/ (function () {
1132
+ function Inflate(opts, cb) {
1133
+ // no StrmOpt here to avoid adding to workerizer
1134
+ if (typeof opts == 'function')
1135
+ cb = opts, opts = {};
1136
+ this.ondata = cb;
1137
+ var dict = opts && opts.dictionary && opts.dictionary.subarray(-32768);
1138
+ this.s = { i: 0, b: dict ? dict.length : 0 };
1139
+ this.o = new u8(32768);
1140
+ this.p = new u8(0);
1141
+ if (dict)
1142
+ this.o.set(dict);
1143
+ }
1144
+ Inflate.prototype.e = function (c) {
1145
+ if (!this.ondata)
1146
+ err(5);
1147
+ if (this.d)
1148
+ err(4);
1149
+ if (!this.p.length)
1150
+ this.p = c;
1151
+ else if (c.length) {
1152
+ var n = new u8(this.p.length + c.length);
1153
+ n.set(this.p), n.set(c, this.p.length), this.p = n;
1154
+ }
1155
+ };
1156
+ Inflate.prototype.c = function (final) {
1157
+ this.s.i = +(this.d = final || false);
1158
+ var bts = this.s.b;
1159
+ var dt = inflt(this.p, this.s, this.o);
1160
+ this.ondata(slc(dt, bts, this.s.b), this.d);
1161
+ this.o = slc(dt, this.s.b - 32768), this.s.b = this.o.length;
1162
+ this.p = slc(this.p, (this.s.p / 8) | 0), this.s.p &= 7;
1163
+ };
1164
+ /**
1165
+ * Pushes a chunk to be inflated
1166
+ * @param chunk The chunk to push
1167
+ * @param final Whether this is the final chunk
1168
+ */
1169
+ Inflate.prototype.push = function (chunk, final) {
1170
+ this.e(chunk), this.c(final);
1171
+ };
1172
+ return Inflate;
1173
+ }());
1174
+ /**
1175
+ * Asynchronous streaming DEFLATE decompression
1176
+ */
1177
+ var AsyncInflate = /*#__PURE__*/ (function () {
1178
+ function AsyncInflate(opts, cb) {
1179
+ astrmify([
1180
+ bInflt,
1181
+ function () { return [astrm, Inflate]; }
1182
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1183
+ var strm = new Inflate(ev.data);
1184
+ onmessage = astrm(strm);
1185
+ }, 7, 0);
1186
+ }
1187
+ return AsyncInflate;
1188
+ }());
1189
+ function inflate(data, opts, cb) {
1190
+ if (!cb)
1191
+ cb = opts, opts = {};
1192
+ if (typeof cb != 'function')
1193
+ err(7);
1194
+ return cbify(data, opts, [
1195
+ bInflt
1196
+ ], function (ev) { return pbf(inflateSync(ev.data[0], gopt(ev.data[1]))); }, 1, cb);
1197
+ }
1198
+ /**
1199
+ * Expands DEFLATE data with no wrapper
1200
+ * @param data The data to decompress
1201
+ * @param opts The decompression options
1202
+ * @returns The decompressed version of the data
1203
+ */
1204
+ function inflateSync(data, opts) {
1205
+ return inflt(data, { i: 2 }, opts && opts.out, opts && opts.dictionary);
1206
+ }
1207
+ // before you yell at me for not just using extends, my reason is that TS inheritance is hard to workerize.
1208
+ /**
1209
+ * Streaming GZIP compression
1210
+ */
1211
+ var Gzip = /*#__PURE__*/ (function () {
1212
+ function Gzip(opts, cb) {
1213
+ this.c = crc();
1214
+ this.l = 0;
1215
+ this.v = 1;
1216
+ Deflate.call(this, opts, cb);
1217
+ }
1218
+ /**
1219
+ * Pushes a chunk to be GZIPped
1220
+ * @param chunk The chunk to push
1221
+ * @param final Whether this is the last chunk
1222
+ */
1223
+ Gzip.prototype.push = function (chunk, final) {
1224
+ this.c.p(chunk);
1225
+ this.l += chunk.length;
1226
+ Deflate.prototype.push.call(this, chunk, final);
1227
+ };
1228
+ Gzip.prototype.p = function (c, f) {
1229
+ var raw = dopt(c, this.o, this.v && gzhl(this.o), f && 8, this.s);
1230
+ if (this.v)
1231
+ gzh(raw, this.o), this.v = 0;
1232
+ if (f)
1233
+ wbytes(raw, raw.length - 8, this.c.d()), wbytes(raw, raw.length - 4, this.l);
1234
+ this.ondata(raw, f);
1235
+ };
1236
+ /**
1237
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1238
+ * GZIPped output for small inputs.
1239
+ */
1240
+ Gzip.prototype.flush = function () {
1241
+ Deflate.prototype.flush.call(this);
1242
+ };
1243
+ return Gzip;
1244
+ }());
1245
+ /**
1246
+ * Asynchronous streaming GZIP compression
1247
+ */
1248
+ var AsyncGzip = /*#__PURE__*/ (function () {
1249
+ function AsyncGzip(opts, cb) {
1250
+ astrmify([
1251
+ bDflt,
1252
+ gze,
1253
+ function () { return [astrm, Deflate, Gzip]; }
1254
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1255
+ var strm = new Gzip(ev.data);
1256
+ onmessage = astrm(strm);
1257
+ }, 8, 1);
1258
+ }
1259
+ return AsyncGzip;
1260
+ }());
1261
+ function gzip(data, opts, cb) {
1262
+ if (!cb)
1263
+ cb = opts, opts = {};
1264
+ if (typeof cb != 'function')
1265
+ err(7);
1266
+ return cbify(data, opts, [
1267
+ bDflt,
1268
+ gze,
1269
+ function () { return [gzipSync]; }
1270
+ ], function (ev) { return pbf(gzipSync(ev.data[0], ev.data[1])); }, 2, cb);
1271
+ }
1272
+ /**
1273
+ * Compresses data with GZIP
1274
+ * @param data The data to compress
1275
+ * @param opts The compression options
1276
+ * @returns The gzipped version of the data
1277
+ */
1278
+ function gzipSync(data, opts) {
1279
+ if (!opts)
1280
+ opts = {};
1281
+ var c = crc(), l = data.length;
1282
+ c.p(data);
1283
+ var d = dopt(data, opts, gzhl(opts), 8), s = d.length;
1284
+ return gzh(d, opts), wbytes(d, s - 8, c.d()), wbytes(d, s - 4, l), d;
1285
+ }
1286
+ /**
1287
+ * Streaming single or multi-member GZIP decompression
1288
+ */
1289
+ var Gunzip = /*#__PURE__*/ (function () {
1290
+ function Gunzip(opts, cb) {
1291
+ this.v = 1;
1292
+ this.r = 0;
1293
+ Inflate.call(this, opts, cb);
1294
+ }
1295
+ /**
1296
+ * Pushes a chunk to be GUNZIPped
1297
+ * @param chunk The chunk to push
1298
+ * @param final Whether this is the last chunk
1299
+ */
1300
+ Gunzip.prototype.push = function (chunk, final) {
1301
+ Inflate.prototype.e.call(this, chunk);
1302
+ this.r += chunk.length;
1303
+ if (this.v) {
1304
+ var p = this.p.subarray(this.v - 1);
1305
+ var s = p.length > 3 ? gzs(p) : 4;
1306
+ if (s > p.length) {
1307
+ if (!final)
1308
+ return;
1309
+ }
1310
+ else if (this.v > 1 && this.onmember) {
1311
+ this.onmember(this.r - p.length);
1312
+ }
1313
+ this.p = p.subarray(s), this.v = 0;
1314
+ }
1315
+ // necessary to prevent TS from using the closure value
1316
+ // This allows for workerization to function correctly
1317
+ Inflate.prototype.c.call(this, final);
1318
+ // process concatenated GZIP
1319
+ if (this.s.f && !this.s.l && !final) {
1320
+ this.v = shft(this.s.p) + 9;
1321
+ this.s = { i: 0 };
1322
+ this.o = new u8(0);
1323
+ this.push(new u8(0), final);
1324
+ }
1325
+ };
1326
+ return Gunzip;
1327
+ }());
1328
+ /**
1329
+ * Asynchronous streaming single or multi-member GZIP decompression
1330
+ */
1331
+ var AsyncGunzip = /*#__PURE__*/ (function () {
1332
+ function AsyncGunzip(opts, cb) {
1333
+ var _this = this;
1334
+ astrmify([
1335
+ bInflt,
1336
+ guze,
1337
+ function () { return [astrm, Inflate, Gunzip]; }
1338
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1339
+ var strm = new Gunzip(ev.data);
1340
+ strm.onmember = function (offset) { return postMessage(offset); };
1341
+ onmessage = astrm(strm);
1342
+ }, 9, 0, function (offset) { return _this.onmember && _this.onmember(offset); });
1343
+ }
1344
+ return AsyncGunzip;
1345
+ }());
1346
+ function gunzip(data, opts, cb) {
1347
+ if (!cb)
1348
+ cb = opts, opts = {};
1349
+ if (typeof cb != 'function')
1350
+ err(7);
1351
+ return cbify(data, opts, [
1352
+ bInflt,
1353
+ guze,
1354
+ function () { return [gunzipSync]; }
1355
+ ], function (ev) { return pbf(gunzipSync(ev.data[0], ev.data[1])); }, 3, cb);
1356
+ }
1357
+ /**
1358
+ * Expands GZIP data
1359
+ * @param data The data to decompress
1360
+ * @param opts The decompression options
1361
+ * @returns The decompressed version of the data
1362
+ */
1363
+ function gunzipSync(data, opts) {
1364
+ var st = gzs(data);
1365
+ if (st + 8 > data.length)
1366
+ err(6, 'invalid gzip data');
1367
+ return inflt(data.subarray(st, -8), { i: 2 }, opts && opts.out || new u8(gzl(data)), opts && opts.dictionary);
1368
+ }
1369
+ /**
1370
+ * Streaming Zlib compression
1371
+ */
1372
+ var Zlib = /*#__PURE__*/ (function () {
1373
+ function Zlib(opts, cb) {
1374
+ this.c = adler();
1375
+ this.v = 1;
1376
+ Deflate.call(this, opts, cb);
1377
+ }
1378
+ /**
1379
+ * Pushes a chunk to be zlibbed
1380
+ * @param chunk The chunk to push
1381
+ * @param final Whether this is the last chunk
1382
+ */
1383
+ Zlib.prototype.push = function (chunk, final) {
1384
+ this.c.p(chunk);
1385
+ Deflate.prototype.push.call(this, chunk, final);
1386
+ };
1387
+ Zlib.prototype.p = function (c, f) {
1388
+ var raw = dopt(c, this.o, this.v && (this.o.dictionary ? 6 : 2), f && 4, this.s);
1389
+ if (this.v)
1390
+ zlh(raw, this.o), this.v = 0;
1391
+ if (f)
1392
+ wbytes(raw, raw.length - 4, this.c.d());
1393
+ this.ondata(raw, f);
1394
+ };
1395
+ /**
1396
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1397
+ * zlibbed output for small inputs.
1398
+ */
1399
+ Zlib.prototype.flush = function () {
1400
+ Deflate.prototype.flush.call(this);
1401
+ };
1402
+ return Zlib;
1403
+ }());
1404
+ /**
1405
+ * Asynchronous streaming Zlib compression
1406
+ */
1407
+ var AsyncZlib = /*#__PURE__*/ (function () {
1408
+ function AsyncZlib(opts, cb) {
1409
+ astrmify([
1410
+ bDflt,
1411
+ zle,
1412
+ function () { return [astrm, Deflate, Zlib]; }
1413
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1414
+ var strm = new Zlib(ev.data);
1415
+ onmessage = astrm(strm);
1416
+ }, 10, 1);
1417
+ }
1418
+ return AsyncZlib;
1419
+ }());
1420
+ function zlib(data, opts, cb) {
1421
+ if (!cb)
1422
+ cb = opts, opts = {};
1423
+ if (typeof cb != 'function')
1424
+ err(7);
1425
+ return cbify(data, opts, [
1426
+ bDflt,
1427
+ zle,
1428
+ function () { return [zlibSync]; }
1429
+ ], function (ev) { return pbf(zlibSync(ev.data[0], ev.data[1])); }, 4, cb);
1430
+ }
1431
+ /**
1432
+ * Compress data with Zlib
1433
+ * @param data The data to compress
1434
+ * @param opts The compression options
1435
+ * @returns The zlib-compressed version of the data
1436
+ */
1437
+ function zlibSync(data, opts) {
1438
+ if (!opts)
1439
+ opts = {};
1440
+ var a = adler();
1441
+ a.p(data);
1442
+ var d = dopt(data, opts, opts.dictionary ? 6 : 2, 4);
1443
+ return zlh(d, opts), wbytes(d, d.length - 4, a.d()), d;
1444
+ }
1445
+ /**
1446
+ * Streaming Zlib decompression
1447
+ */
1448
+ var Unzlib = /*#__PURE__*/ (function () {
1449
+ function Unzlib(opts, cb) {
1450
+ Inflate.call(this, opts, cb);
1451
+ this.v = opts && opts.dictionary ? 2 : 1;
1452
+ }
1453
+ /**
1454
+ * Pushes a chunk to be unzlibbed
1455
+ * @param chunk The chunk to push
1456
+ * @param final Whether this is the last chunk
1457
+ */
1458
+ Unzlib.prototype.push = function (chunk, final) {
1459
+ Inflate.prototype.e.call(this, chunk);
1460
+ if (this.v) {
1461
+ if (this.p.length < 6 && !final)
1462
+ return;
1463
+ this.p = this.p.subarray(zls(this.p, this.v - 1)), this.v = 0;
1464
+ }
1465
+ if (final) {
1466
+ if (this.p.length < 4)
1467
+ err(6, 'invalid zlib data');
1468
+ this.p = this.p.subarray(0, -4);
1469
+ }
1470
+ // necessary to prevent TS from using the closure value
1471
+ // This allows for workerization to function correctly
1472
+ Inflate.prototype.c.call(this, final);
1473
+ };
1474
+ return Unzlib;
1475
+ }());
1476
+ /**
1477
+ * Asynchronous streaming Zlib decompression
1478
+ */
1479
+ var AsyncUnzlib = /*#__PURE__*/ (function () {
1480
+ function AsyncUnzlib(opts, cb) {
1481
+ astrmify([
1482
+ bInflt,
1483
+ zule,
1484
+ function () { return [astrm, Inflate, Unzlib]; }
1485
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1486
+ var strm = new Unzlib(ev.data);
1487
+ onmessage = astrm(strm);
1488
+ }, 11, 0);
1489
+ }
1490
+ return AsyncUnzlib;
1491
+ }());
1492
+ function unzlib(data, opts, cb) {
1493
+ if (!cb)
1494
+ cb = opts, opts = {};
1495
+ if (typeof cb != 'function')
1496
+ err(7);
1497
+ return cbify(data, opts, [
1498
+ bInflt,
1499
+ zule,
1500
+ function () { return [unzlibSync]; }
1501
+ ], function (ev) { return pbf(unzlibSync(ev.data[0], gopt(ev.data[1]))); }, 5, cb);
1502
+ }
1503
+ /**
1504
+ * Expands Zlib data
1505
+ * @param data The data to decompress
1506
+ * @param opts The decompression options
1507
+ * @returns The decompressed version of the data
1508
+ */
1509
+ function unzlibSync(data, opts) {
1510
+ return inflt(data.subarray(zls(data, opts && opts.dictionary), -4), { i: 2 }, opts && opts.out, opts && opts.dictionary);
1511
+ }
1512
+ /**
1513
+ * Streaming GZIP, Zlib, or raw DEFLATE decompression
1514
+ */
1515
+ var Decompress = /*#__PURE__*/ (function () {
1516
+ function Decompress(opts, cb) {
1517
+ this.o = StrmOpt.call(this, opts, cb) || {};
1518
+ this.G = Gunzip;
1519
+ this.I = Inflate;
1520
+ this.Z = Unzlib;
1521
+ }
1522
+ // init substream
1523
+ // overriden by AsyncDecompress
1524
+ Decompress.prototype.i = function () {
1525
+ var _this = this;
1526
+ this.s.ondata = function (dat, final) {
1527
+ _this.ondata(dat, final);
1528
+ };
1529
+ };
1530
+ /**
1531
+ * Pushes a chunk to be decompressed
1532
+ * @param chunk The chunk to push
1533
+ * @param final Whether this is the last chunk
1534
+ */
1535
+ Decompress.prototype.push = function (chunk, final) {
1536
+ if (!this.ondata)
1537
+ err(5);
1538
+ if (!this.s) {
1539
+ if (this.p && this.p.length) {
1540
+ var n = new u8(this.p.length + chunk.length);
1541
+ n.set(this.p), n.set(chunk, this.p.length);
1542
+ }
1543
+ else
1544
+ this.p = chunk;
1545
+ if (this.p.length > 2) {
1546
+ this.s = (this.p[0] == 31 && this.p[1] == 139 && this.p[2] == 8)
1547
+ ? new this.G(this.o)
1548
+ : ((this.p[0] & 15) != 8 || (this.p[0] >> 4) > 7 || ((this.p[0] << 8 | this.p[1]) % 31))
1549
+ ? new this.I(this.o)
1550
+ : new this.Z(this.o);
1551
+ this.i();
1552
+ this.s.push(this.p, final);
1553
+ this.p = null;
1554
+ }
1555
+ }
1556
+ else
1557
+ this.s.push(chunk, final);
1558
+ };
1559
+ return Decompress;
1560
+ }());
1561
+ /**
1562
+ * Asynchronous streaming GZIP, Zlib, or raw DEFLATE decompression
1563
+ */
1564
+ var AsyncDecompress = /*#__PURE__*/ (function () {
1565
+ function AsyncDecompress(opts, cb) {
1566
+ Decompress.call(this, opts, cb);
1567
+ this.queuedSize = 0;
1568
+ this.G = AsyncGunzip;
1569
+ this.I = AsyncInflate;
1570
+ this.Z = AsyncUnzlib;
1571
+ }
1572
+ AsyncDecompress.prototype.i = function () {
1573
+ var _this = this;
1574
+ this.s.ondata = function (err, dat, final) {
1575
+ _this.ondata(err, dat, final);
1576
+ };
1577
+ this.s.ondrain = function (size) {
1578
+ _this.queuedSize -= size;
1579
+ if (_this.ondrain)
1580
+ _this.ondrain(size);
1581
+ };
1582
+ };
1583
+ /**
1584
+ * Pushes a chunk to be decompressed
1585
+ * @param chunk The chunk to push
1586
+ * @param final Whether this is the last chunk
1587
+ */
1588
+ AsyncDecompress.prototype.push = function (chunk, final) {
1589
+ this.queuedSize += chunk.length;
1590
+ Decompress.prototype.push.call(this, chunk, final);
1591
+ };
1592
+ return AsyncDecompress;
1593
+ }());
1594
+ function decompress(data, opts, cb) {
1595
+ if (!cb)
1596
+ cb = opts, opts = {};
1597
+ if (typeof cb != 'function')
1598
+ err(7);
1599
+ return (data[0] == 31 && data[1] == 139 && data[2] == 8)
1600
+ ? gunzip(data, opts, cb)
1601
+ : ((data[0] & 15) != 8 || (data[0] >> 4) > 7 || ((data[0] << 8 | data[1]) % 31))
1602
+ ? inflate(data, opts, cb)
1603
+ : unzlib(data, opts, cb);
1604
+ }
1605
+ /**
1606
+ * Expands compressed GZIP, Zlib, or raw DEFLATE data, automatically detecting the format
1607
+ * @param data The data to decompress
1608
+ * @param opts The decompression options
1609
+ * @returns The decompressed version of the data
1610
+ */
1611
+ function decompressSync(data, opts) {
1612
+ return (data[0] == 31 && data[1] == 139 && data[2] == 8)
1613
+ ? gunzipSync(data, opts)
1614
+ : ((data[0] & 15) != 8 || (data[0] >> 4) > 7 || ((data[0] << 8 | data[1]) % 31))
1615
+ ? inflateSync(data, opts)
1616
+ : unzlibSync(data, opts);
1617
+ }
1618
+ // flatten a directory structure
1619
+ var fltn = function (d, p, t, o) {
1620
+ for (var k in d) {
1621
+ var val = d[k], n = p + k, op = o;
1622
+ if (Array.isArray(val))
1623
+ op = mrg(o, val[1]), val = val[0];
1624
+ if (val instanceof u8)
1625
+ t[n] = [val, op];
1626
+ else {
1627
+ t[n += '/'] = [new u8(0), op];
1628
+ fltn(val, n, t, o);
1629
+ }
1630
+ }
1631
+ };
1632
+ // text encoder
1633
+ var te = typeof TextEncoder != 'undefined' && /*#__PURE__*/ new TextEncoder();
1634
+ // text decoder
1635
+ var td = typeof TextDecoder != 'undefined' && /*#__PURE__*/ new TextDecoder();
1636
+ // text decoder stream
1637
+ var tds = 0;
1638
+ try {
1639
+ td.decode(et, { stream: true });
1640
+ tds = 1;
1641
+ }
1642
+ catch (e) { }
1643
+ // decode UTF8
1644
+ var dutf8 = function (d) {
1645
+ for (var r = '', i = 0;;) {
1646
+ var c = d[i++];
1647
+ var eb = (c > 127) + (c > 223) + (c > 239);
1648
+ if (i + eb > d.length)
1649
+ return { s: r, r: slc(d, i - 1) };
1650
+ if (!eb)
1651
+ r += String.fromCharCode(c);
1652
+ else if (eb == 3) {
1653
+ c = ((c & 15) << 18 | (d[i++] & 63) << 12 | (d[i++] & 63) << 6 | (d[i++] & 63)) - 65536,
1654
+ r += String.fromCharCode(55296 | (c >> 10), 56320 | (c & 1023));
1655
+ }
1656
+ else if (eb & 1)
1657
+ r += String.fromCharCode((c & 31) << 6 | (d[i++] & 63));
1658
+ else
1659
+ r += String.fromCharCode((c & 15) << 12 | (d[i++] & 63) << 6 | (d[i++] & 63));
1660
+ }
1661
+ };
1662
+ /**
1663
+ * Streaming UTF-8 decoding
1664
+ */
1665
+ var DecodeUTF8 = /*#__PURE__*/ (function () {
1666
+ /**
1667
+ * Creates a UTF-8 decoding stream
1668
+ * @param cb The callback to call whenever data is decoded
1669
+ */
1670
+ function DecodeUTF8(cb) {
1671
+ this.ondata = cb;
1672
+ if (tds)
1673
+ this.t = new TextDecoder();
1674
+ else
1675
+ this.p = et;
1676
+ }
1677
+ /**
1678
+ * Pushes a chunk to be decoded from UTF-8 binary
1679
+ * @param chunk The chunk to push
1680
+ * @param final Whether this is the last chunk
1681
+ */
1682
+ DecodeUTF8.prototype.push = function (chunk, final) {
1683
+ if (!this.ondata)
1684
+ err(5);
1685
+ final = !!final;
1686
+ if (this.t) {
1687
+ this.ondata(this.t.decode(chunk, { stream: true }), final);
1688
+ if (final) {
1689
+ if (this.t.decode().length)
1690
+ err(8);
1691
+ this.t = null;
1692
+ }
1693
+ return;
1694
+ }
1695
+ if (!this.p)
1696
+ err(4);
1697
+ var dat = new u8(this.p.length + chunk.length);
1698
+ dat.set(this.p);
1699
+ dat.set(chunk, this.p.length);
1700
+ var _a = dutf8(dat), s = _a.s, r = _a.r;
1701
+ if (final) {
1702
+ if (r.length)
1703
+ err(8);
1704
+ this.p = null;
1705
+ }
1706
+ else
1707
+ this.p = r;
1708
+ this.ondata(s, final);
1709
+ };
1710
+ return DecodeUTF8;
1711
+ }());
1712
+ /**
1713
+ * Streaming UTF-8 encoding
1714
+ */
1715
+ var EncodeUTF8 = /*#__PURE__*/ (function () {
1716
+ /**
1717
+ * Creates a UTF-8 decoding stream
1718
+ * @param cb The callback to call whenever data is encoded
1719
+ */
1720
+ function EncodeUTF8(cb) {
1721
+ this.ondata = cb;
1722
+ }
1723
+ /**
1724
+ * Pushes a chunk to be encoded to UTF-8
1725
+ * @param chunk The string data to push
1726
+ * @param final Whether this is the last chunk
1727
+ */
1728
+ EncodeUTF8.prototype.push = function (chunk, final) {
1729
+ if (!this.ondata)
1730
+ err(5);
1731
+ if (this.d)
1732
+ err(4);
1733
+ this.ondata(strToU8(chunk), this.d = final || false);
1734
+ };
1735
+ return EncodeUTF8;
1736
+ }());
1737
+ /**
1738
+ * Converts a string into a Uint8Array for use with compression/decompression methods
1739
+ * @param str The string to encode
1740
+ * @param latin1 Whether or not to interpret the data as Latin-1. This should
1741
+ * not need to be true unless decoding a binary string.
1742
+ * @returns The string encoded in UTF-8/Latin-1 binary
1743
+ */
1744
+ function strToU8(str, latin1) {
1745
+ if (latin1) {
1746
+ var ar_1 = new u8(str.length);
1747
+ for (var i = 0; i < str.length; ++i)
1748
+ ar_1[i] = str.charCodeAt(i);
1749
+ return ar_1;
1750
+ }
1751
+ if (te)
1752
+ return te.encode(str);
1753
+ var l = str.length;
1754
+ var ar = new u8(str.length + (str.length >> 1));
1755
+ var ai = 0;
1756
+ var w = function (v) { ar[ai++] = v; };
1757
+ for (var i = 0; i < l; ++i) {
1758
+ if (ai + 5 > ar.length) {
1759
+ var n = new u8(ai + 8 + ((l - i) << 1));
1760
+ n.set(ar);
1761
+ ar = n;
1762
+ }
1763
+ var c = str.charCodeAt(i);
1764
+ if (c < 128 || latin1)
1765
+ w(c);
1766
+ else if (c < 2048)
1767
+ w(192 | (c >> 6)), w(128 | (c & 63));
1768
+ else if (c > 55295 && c < 57344)
1769
+ c = 65536 + (c & 1023 << 10) | (str.charCodeAt(++i) & 1023),
1770
+ w(240 | (c >> 18)), w(128 | ((c >> 12) & 63)), w(128 | ((c >> 6) & 63)), w(128 | (c & 63));
1771
+ else
1772
+ w(224 | (c >> 12)), w(128 | ((c >> 6) & 63)), w(128 | (c & 63));
1773
+ }
1774
+ return slc(ar, 0, ai);
1775
+ }
1776
+ /**
1777
+ * Converts a Uint8Array to a string
1778
+ * @param dat The data to decode to string
1779
+ * @param latin1 Whether or not to interpret the data as Latin-1. This should
1780
+ * not need to be true unless encoding to binary string.
1781
+ * @returns The original UTF-8/Latin-1 string
1782
+ */
1783
+ function strFromU8(dat, latin1) {
1784
+ if (latin1) {
1785
+ var r = '';
1786
+ for (var i = 0; i < dat.length; i += 16384)
1787
+ r += String.fromCharCode.apply(null, dat.subarray(i, i + 16384));
1788
+ return r;
1789
+ }
1790
+ else if (td) {
1791
+ return td.decode(dat);
1792
+ }
1793
+ else {
1794
+ var _a = dutf8(dat), s = _a.s, r = _a.r;
1795
+ if (r.length)
1796
+ err(8);
1797
+ return s;
1798
+ }
1799
+ }
1800
+ ;
1801
+ // deflate bit flag
1802
+ var dbf = function (l) { return l == 1 ? 3 : l < 6 ? 2 : l == 9 ? 1 : 0; };
1803
+ // skip local zip header
1804
+ var slzh = function (d, b) { return b + 30 + b2(d, b + 26) + b2(d, b + 28); };
1805
+ // read zip header
1806
+ var zh = function (d, b, z) {
1807
+ 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);
1808
+ 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];
1809
+ return [b2(d, b + 10), sc, su, fn, es + b2(d, b + 30) + b2(d, b + 32), off];
1810
+ };
1811
+ // read zip64 extra field
1812
+ var z64e = function (d, b) {
1813
+ for (; b2(d, b) != 1; b += 4 + b2(d, b + 2))
1814
+ ;
1815
+ return [b8(d, b + 12), b8(d, b + 4), b8(d, b + 20)];
1816
+ };
1817
+ // extra field length
1818
+ var exfl = function (ex) {
1819
+ var le = 0;
1820
+ if (ex) {
1821
+ for (var k in ex) {
1822
+ var l = ex[k].length;
1823
+ if (l > 65535)
1824
+ err(9);
1825
+ le += l + 4;
1826
+ }
1827
+ }
1828
+ return le;
1829
+ };
1830
+ // write zip header
1831
+ var wzh = function (d, b, f, fn, u, c, ce, co) {
1832
+ var fl = fn.length, ex = f.extra, col = co && co.length;
1833
+ var exl = exfl(ex);
1834
+ wbytes(d, b, ce != null ? 0x2014B50 : 0x4034B50), b += 4;
1835
+ if (ce != null)
1836
+ d[b++] = 20, d[b++] = f.os;
1837
+ d[b] = 20, b += 2; // spec compliance? what's that?
1838
+ d[b++] = (f.flag << 1) | (c < 0 && 8), d[b++] = u && 8;
1839
+ d[b++] = f.compression & 255, d[b++] = f.compression >> 8;
1840
+ var dt = new Date(f.mtime == null ? Date.now() : f.mtime), y = dt.getFullYear() - 1980;
1841
+ if (y < 0 || y > 119)
1842
+ err(10);
1843
+ wbytes(d, b, (y << 25) | ((dt.getMonth() + 1) << 21) | (dt.getDate() << 16) | (dt.getHours() << 11) | (dt.getMinutes() << 5) | (dt.getSeconds() >> 1)), b += 4;
1844
+ if (c != -1) {
1845
+ wbytes(d, b, f.crc);
1846
+ wbytes(d, b + 4, c < 0 ? -c - 2 : c);
1847
+ wbytes(d, b + 8, f.size);
1848
+ }
1849
+ wbytes(d, b + 12, fl);
1850
+ wbytes(d, b + 14, exl), b += 16;
1851
+ if (ce != null) {
1852
+ wbytes(d, b, col);
1853
+ wbytes(d, b + 6, f.attrs);
1854
+ wbytes(d, b + 10, ce), b += 14;
1855
+ }
1856
+ d.set(fn, b);
1857
+ b += fl;
1858
+ if (exl) {
1859
+ for (var k in ex) {
1860
+ var exf = ex[k], l = exf.length;
1861
+ wbytes(d, b, +k);
1862
+ wbytes(d, b + 2, l);
1863
+ d.set(exf, b + 4), b += 4 + l;
1864
+ }
1865
+ }
1866
+ if (col)
1867
+ d.set(co, b), b += col;
1868
+ return b;
1869
+ };
1870
+ // write zip footer (end of central directory)
1871
+ var wzf = function (o, b, c, d, e) {
1872
+ wbytes(o, b, 0x6054B50); // skip disk
1873
+ wbytes(o, b + 8, c);
1874
+ wbytes(o, b + 10, c);
1875
+ wbytes(o, b + 12, d);
1876
+ wbytes(o, b + 16, e);
1877
+ };
1878
+ /**
1879
+ * A pass-through stream to keep data uncompressed in a ZIP archive.
1880
+ */
1881
+ var ZipPassThrough = /*#__PURE__*/ (function () {
1882
+ /**
1883
+ * Creates a pass-through stream that can be added to ZIP archives
1884
+ * @param filename The filename to associate with this data stream
1885
+ */
1886
+ function ZipPassThrough(filename) {
1887
+ this.filename = filename;
1888
+ this.c = crc();
1889
+ this.size = 0;
1890
+ this.compression = 0;
1891
+ }
1892
+ /**
1893
+ * Processes a chunk and pushes to the output stream. You can override this
1894
+ * method in a subclass for custom behavior, but by default this passes
1895
+ * the data through. You must call this.ondata(err, chunk, final) at some
1896
+ * point in this method.
1897
+ * @param chunk The chunk to process
1898
+ * @param final Whether this is the last chunk
1899
+ */
1900
+ ZipPassThrough.prototype.process = function (chunk, final) {
1901
+ this.ondata(null, chunk, final);
1902
+ };
1903
+ /**
1904
+ * Pushes a chunk to be added. If you are subclassing this with a custom
1905
+ * compression algorithm, note that you must push data from the source
1906
+ * file only, pre-compression.
1907
+ * @param chunk The chunk to push
1908
+ * @param final Whether this is the last chunk
1909
+ */
1910
+ ZipPassThrough.prototype.push = function (chunk, final) {
1911
+ if (!this.ondata)
1912
+ err(5);
1913
+ this.c.p(chunk);
1914
+ this.size += chunk.length;
1915
+ if (final)
1916
+ this.crc = this.c.d();
1917
+ this.process(chunk, final || false);
1918
+ };
1919
+ return ZipPassThrough;
1920
+ }());
1921
+ // I don't extend because TypeScript extension adds 1kB of runtime bloat
1922
+ /**
1923
+ * Streaming DEFLATE compression for ZIP archives. Prefer using AsyncZipDeflate
1924
+ * for better performance
1925
+ */
1926
+ var ZipDeflate = /*#__PURE__*/ (function () {
1927
+ /**
1928
+ * Creates a DEFLATE stream that can be added to ZIP archives
1929
+ * @param filename The filename to associate with this data stream
1930
+ * @param opts The compression options
1931
+ */
1932
+ function ZipDeflate(filename, opts) {
1933
+ var _this = this;
1934
+ if (!opts)
1935
+ opts = {};
1936
+ ZipPassThrough.call(this, filename);
1937
+ this.d = new Deflate(opts, function (dat, final) {
1938
+ _this.ondata(null, dat, final);
1939
+ });
1940
+ this.compression = 8;
1941
+ this.flag = dbf(opts.level);
1942
+ }
1943
+ ZipDeflate.prototype.process = function (chunk, final) {
1944
+ try {
1945
+ this.d.push(chunk, final);
1946
+ }
1947
+ catch (e) {
1948
+ this.ondata(e, null, final);
1949
+ }
1950
+ };
1951
+ /**
1952
+ * Pushes a chunk to be deflated
1953
+ * @param chunk The chunk to push
1954
+ * @param final Whether this is the last chunk
1955
+ */
1956
+ ZipDeflate.prototype.push = function (chunk, final) {
1957
+ ZipPassThrough.prototype.push.call(this, chunk, final);
1958
+ };
1959
+ return ZipDeflate;
1960
+ }());
1961
+ /**
1962
+ * Asynchronous streaming DEFLATE compression for ZIP archives
1963
+ */
1964
+ var AsyncZipDeflate = /*#__PURE__*/ (function () {
1965
+ /**
1966
+ * Creates an asynchronous DEFLATE stream that can be added to ZIP archives
1967
+ * @param filename The filename to associate with this data stream
1968
+ * @param opts The compression options
1969
+ */
1970
+ function AsyncZipDeflate(filename, opts) {
1971
+ var _this = this;
1972
+ if (!opts)
1973
+ opts = {};
1974
+ ZipPassThrough.call(this, filename);
1975
+ this.d = new AsyncDeflate(opts, function (err, dat, final) {
1976
+ _this.ondata(err, dat, final);
1977
+ });
1978
+ this.compression = 8;
1979
+ this.flag = dbf(opts.level);
1980
+ this.terminate = this.d.terminate;
1981
+ }
1982
+ AsyncZipDeflate.prototype.process = function (chunk, final) {
1983
+ this.d.push(chunk, final);
1984
+ };
1985
+ /**
1986
+ * Pushes a chunk to be deflated
1987
+ * @param chunk The chunk to push
1988
+ * @param final Whether this is the last chunk
1989
+ */
1990
+ AsyncZipDeflate.prototype.push = function (chunk, final) {
1991
+ ZipPassThrough.prototype.push.call(this, chunk, final);
1992
+ };
1993
+ return AsyncZipDeflate;
1994
+ }());
1995
+ // TODO: Better tree shaking
1996
+ /**
1997
+ * A zippable archive to which files can incrementally be added
1998
+ */
1999
+ var Zip = /*#__PURE__*/ (function () {
2000
+ /**
2001
+ * Creates an empty ZIP archive to which files can be added
2002
+ * @param cb The callback to call whenever data for the generated ZIP archive
2003
+ * is available
2004
+ */
2005
+ function Zip(cb) {
2006
+ this.ondata = cb;
2007
+ this.u = [];
2008
+ this.d = 1;
2009
+ }
2010
+ /**
2011
+ * Adds a file to the ZIP archive
2012
+ * @param file The file stream to add
2013
+ */
2014
+ Zip.prototype.add = function (file) {
2015
+ var _this = this;
2016
+ if (!this.ondata)
2017
+ err(5);
2018
+ // finishing or finished
2019
+ if (this.d & 2)
2020
+ this.ondata(err(4 + (this.d & 1) * 8, 0, 1), null, false);
2021
+ else {
2022
+ var f = strToU8(file.filename), fl_1 = f.length;
2023
+ var com = file.comment, o = com && strToU8(com);
2024
+ var u = fl_1 != file.filename.length || (o && (com.length != o.length));
2025
+ var hl_1 = fl_1 + exfl(file.extra) + 30;
2026
+ if (fl_1 > 65535)
2027
+ this.ondata(err(11, 0, 1), null, false);
2028
+ var header = new u8(hl_1);
2029
+ wzh(header, 0, file, f, u, -1);
2030
+ var chks_1 = [header];
2031
+ var pAll_1 = function () {
2032
+ for (var _i = 0, chks_2 = chks_1; _i < chks_2.length; _i++) {
2033
+ var chk = chks_2[_i];
2034
+ _this.ondata(null, chk, false);
2035
+ }
2036
+ chks_1 = [];
2037
+ };
2038
+ var tr_1 = this.d;
2039
+ this.d = 0;
2040
+ var ind_1 = this.u.length;
2041
+ var uf_1 = mrg(file, {
2042
+ f: f,
2043
+ u: u,
2044
+ o: o,
2045
+ t: function () {
2046
+ if (file.terminate)
2047
+ file.terminate();
2048
+ },
2049
+ r: function () {
2050
+ pAll_1();
2051
+ if (tr_1) {
2052
+ var nxt = _this.u[ind_1 + 1];
2053
+ if (nxt)
2054
+ nxt.r();
2055
+ else
2056
+ _this.d = 1;
2057
+ }
2058
+ tr_1 = 1;
2059
+ }
2060
+ });
2061
+ var cl_1 = 0;
2062
+ file.ondata = function (err, dat, final) {
2063
+ if (err) {
2064
+ _this.ondata(err, dat, final);
2065
+ _this.terminate();
2066
+ }
2067
+ else {
2068
+ cl_1 += dat.length;
2069
+ chks_1.push(dat);
2070
+ if (final) {
2071
+ var dd = new u8(16);
2072
+ wbytes(dd, 0, 0x8074B50);
2073
+ wbytes(dd, 4, file.crc);
2074
+ wbytes(dd, 8, cl_1);
2075
+ wbytes(dd, 12, file.size);
2076
+ chks_1.push(dd);
2077
+ uf_1.c = cl_1, uf_1.b = hl_1 + cl_1 + 16, uf_1.crc = file.crc, uf_1.size = file.size;
2078
+ if (tr_1)
2079
+ uf_1.r();
2080
+ tr_1 = 1;
2081
+ }
2082
+ else if (tr_1)
2083
+ pAll_1();
2084
+ }
2085
+ };
2086
+ this.u.push(uf_1);
2087
+ }
2088
+ };
2089
+ /**
2090
+ * Ends the process of adding files and prepares to emit the final chunks.
2091
+ * This *must* be called after adding all desired files for the resulting
2092
+ * ZIP file to work properly.
2093
+ */
2094
+ Zip.prototype.end = function () {
2095
+ var _this = this;
2096
+ if (this.d & 2) {
2097
+ this.ondata(err(4 + (this.d & 1) * 8, 0, 1), null, true);
2098
+ return;
2099
+ }
2100
+ if (this.d)
2101
+ this.e();
2102
+ else
2103
+ this.u.push({
2104
+ r: function () {
2105
+ if (!(_this.d & 1))
2106
+ return;
2107
+ _this.u.splice(-1, 1);
2108
+ _this.e();
2109
+ },
2110
+ t: function () { }
2111
+ });
2112
+ this.d = 3;
2113
+ };
2114
+ Zip.prototype.e = function () {
2115
+ var bt = 0, l = 0, tl = 0;
2116
+ for (var _i = 0, _a = this.u; _i < _a.length; _i++) {
2117
+ var f = _a[_i];
2118
+ tl += 46 + f.f.length + exfl(f.extra) + (f.o ? f.o.length : 0);
2119
+ }
2120
+ var out = new u8(tl + 22);
2121
+ for (var _b = 0, _c = this.u; _b < _c.length; _b++) {
2122
+ var f = _c[_b];
2123
+ wzh(out, bt, f, f.f, f.u, -f.c - 2, l, f.o);
2124
+ bt += 46 + f.f.length + exfl(f.extra) + (f.o ? f.o.length : 0), l += f.b;
2125
+ }
2126
+ wzf(out, bt, this.u.length, tl, l);
2127
+ this.ondata(null, out, true);
2128
+ this.d = 2;
2129
+ };
2130
+ /**
2131
+ * A method to terminate any internal workers used by the stream. Subsequent
2132
+ * calls to add() will fail.
2133
+ */
2134
+ Zip.prototype.terminate = function () {
2135
+ for (var _i = 0, _a = this.u; _i < _a.length; _i++) {
2136
+ var f = _a[_i];
2137
+ f.t();
2138
+ }
2139
+ this.d = 2;
2140
+ };
2141
+ return Zip;
2142
+ }());
2143
+ function zip(data, opts, cb) {
2144
+ if (!cb)
2145
+ cb = opts, opts = {};
2146
+ if (typeof cb != 'function')
2147
+ err(7);
2148
+ var r = {};
2149
+ fltn(data, '', r, opts);
2150
+ var k = Object.keys(r);
2151
+ var lft = k.length, o = 0, tot = 0;
2152
+ var slft = lft, files = new Array(lft);
2153
+ var term = [];
2154
+ var tAll = function () {
2155
+ for (var i = 0; i < term.length; ++i)
2156
+ term[i]();
2157
+ };
2158
+ var cbd = function (a, b) {
2159
+ mt(function () { cb(a, b); });
2160
+ };
2161
+ mt(function () { cbd = cb; });
2162
+ var cbf = function () {
2163
+ var out = new u8(tot + 22), oe = o, cdl = tot - o;
2164
+ tot = 0;
2165
+ for (var i = 0; i < slft; ++i) {
2166
+ var f = files[i];
2167
+ try {
2168
+ var l = f.c.length;
2169
+ wzh(out, tot, f, f.f, f.u, l);
2170
+ var badd = 30 + f.f.length + exfl(f.extra);
2171
+ var loc = tot + badd;
2172
+ out.set(f.c, loc);
2173
+ wzh(out, o, f, f.f, f.u, l, tot, f.m), o += 16 + badd + (f.m ? f.m.length : 0), tot = loc + l;
2174
+ }
2175
+ catch (e) {
2176
+ return cbd(e, null);
2177
+ }
2178
+ }
2179
+ wzf(out, o, files.length, cdl, oe);
2180
+ cbd(null, out);
2181
+ };
2182
+ if (!lft)
2183
+ cbf();
2184
+ var _loop_1 = function (i) {
2185
+ var fn = k[i];
2186
+ var _a = r[fn], file = _a[0], p = _a[1];
2187
+ var c = crc(), size = file.length;
2188
+ c.p(file);
2189
+ var f = strToU8(fn), s = f.length;
2190
+ var com = p.comment, m = com && strToU8(com), ms = m && m.length;
2191
+ var exl = exfl(p.extra);
2192
+ var compression = p.level == 0 ? 0 : 8;
2193
+ var cbl = function (e, d) {
2194
+ if (e) {
2195
+ tAll();
2196
+ cbd(e, null);
2197
+ }
2198
+ else {
2199
+ var l = d.length;
2200
+ files[i] = mrg(p, {
2201
+ size: size,
2202
+ crc: c.d(),
2203
+ c: d,
2204
+ f: f,
2205
+ m: m,
2206
+ u: s != fn.length || (m && (com.length != ms)),
2207
+ compression: compression
2208
+ });
2209
+ o += 30 + s + exl + l;
2210
+ tot += 76 + 2 * (s + exl) + (ms || 0) + l;
2211
+ if (!--lft)
2212
+ cbf();
2213
+ }
2214
+ };
2215
+ if (s > 65535)
2216
+ cbl(err(11, 0, 1), null);
2217
+ if (!compression)
2218
+ cbl(null, file);
2219
+ else if (size < 160000) {
2220
+ try {
2221
+ cbl(null, deflateSync(file, p));
2222
+ }
2223
+ catch (e) {
2224
+ cbl(e, null);
2225
+ }
2226
+ }
2227
+ else
2228
+ term.push(deflate(file, p, cbl));
2229
+ };
2230
+ // Cannot use lft because it can decrease
2231
+ for (var i = 0; i < slft; ++i) {
2232
+ _loop_1(i);
2233
+ }
2234
+ return tAll;
2235
+ }
2236
+ /**
2237
+ * Synchronously creates a ZIP file. Prefer using `zip` for better performance
2238
+ * with more than one file.
2239
+ * @param data The directory structure for the ZIP archive
2240
+ * @param opts The main options, merged with per-file options
2241
+ * @returns The generated ZIP archive
2242
+ */
2243
+ function zipSync(data, opts) {
2244
+ if (!opts)
2245
+ opts = {};
2246
+ var r = {};
2247
+ var files = [];
2248
+ fltn(data, '', r, opts);
2249
+ var o = 0;
2250
+ var tot = 0;
2251
+ for (var fn in r) {
2252
+ var _a = r[fn], file = _a[0], p = _a[1];
2253
+ var compression = p.level == 0 ? 0 : 8;
2254
+ var f = strToU8(fn), s = f.length;
2255
+ var com = p.comment, m = com && strToU8(com), ms = m && m.length;
2256
+ var exl = exfl(p.extra);
2257
+ if (s > 65535)
2258
+ err(11);
2259
+ var d = compression ? deflateSync(file, p) : file, l = d.length;
2260
+ var c = crc();
2261
+ c.p(file);
2262
+ files.push(mrg(p, {
2263
+ size: file.length,
2264
+ crc: c.d(),
2265
+ c: d,
2266
+ f: f,
2267
+ m: m,
2268
+ u: s != fn.length || (m && (com.length != ms)),
2269
+ o: o,
2270
+ compression: compression
2271
+ }));
2272
+ o += 30 + s + exl + l;
2273
+ tot += 76 + 2 * (s + exl) + (ms || 0) + l;
2274
+ }
2275
+ var out = new u8(tot + 22), oe = o, cdl = tot - o;
2276
+ for (var i = 0; i < files.length; ++i) {
2277
+ var f = files[i];
2278
+ wzh(out, f.o, f, f.f, f.u, f.c.length);
2279
+ var badd = 30 + f.f.length + exfl(f.extra);
2280
+ out.set(f.c, f.o + badd);
2281
+ wzh(out, o, f, f.f, f.u, f.c.length, f.o, f.m), o += 16 + badd + (f.m ? f.m.length : 0);
2282
+ }
2283
+ wzf(out, o, files.length, cdl, oe);
2284
+ return out;
2285
+ }
2286
+ /**
2287
+ * Streaming pass-through decompression for ZIP archives
2288
+ */
2289
+ var UnzipPassThrough = /*#__PURE__*/ (function () {
2290
+ function UnzipPassThrough() {
2291
+ }
2292
+ UnzipPassThrough.prototype.push = function (data, final) {
2293
+ this.ondata(null, data, final);
2294
+ };
2295
+ UnzipPassThrough.compression = 0;
2296
+ return UnzipPassThrough;
2297
+ }());
2298
+ /**
2299
+ * Streaming DEFLATE decompression for ZIP archives. Prefer AsyncZipInflate for
2300
+ * better performance.
2301
+ */
2302
+ var UnzipInflate = /*#__PURE__*/ (function () {
2303
+ /**
2304
+ * Creates a DEFLATE decompression that can be used in ZIP archives
2305
+ */
2306
+ function UnzipInflate() {
2307
+ var _this = this;
2308
+ this.i = new Inflate(function (dat, final) {
2309
+ _this.ondata(null, dat, final);
2310
+ });
2311
+ }
2312
+ UnzipInflate.prototype.push = function (data, final) {
2313
+ try {
2314
+ this.i.push(data, final);
2315
+ }
2316
+ catch (e) {
2317
+ this.ondata(e, null, final);
2318
+ }
2319
+ };
2320
+ UnzipInflate.compression = 8;
2321
+ return UnzipInflate;
2322
+ }());
2323
+ /**
2324
+ * Asynchronous streaming DEFLATE decompression for ZIP archives
2325
+ */
2326
+ var AsyncUnzipInflate = /*#__PURE__*/ (function () {
2327
+ /**
2328
+ * Creates a DEFLATE decompression that can be used in ZIP archives
2329
+ */
2330
+ function AsyncUnzipInflate(_, sz) {
2331
+ var _this = this;
2332
+ if (sz < 320000) {
2333
+ this.i = new Inflate(function (dat, final) {
2334
+ _this.ondata(null, dat, final);
2335
+ });
2336
+ }
2337
+ else {
2338
+ this.i = new AsyncInflate(function (err, dat, final) {
2339
+ _this.ondata(err, dat, final);
2340
+ });
2341
+ this.terminate = this.i.terminate;
2342
+ }
2343
+ }
2344
+ AsyncUnzipInflate.prototype.push = function (data, final) {
2345
+ if (this.i.terminate)
2346
+ data = slc(data, 0);
2347
+ this.i.push(data, final);
2348
+ };
2349
+ AsyncUnzipInflate.compression = 8;
2350
+ return AsyncUnzipInflate;
2351
+ }());
2352
+ /**
2353
+ * A ZIP archive decompression stream that emits files as they are discovered
2354
+ */
2355
+ var Unzip = /*#__PURE__*/ (function () {
2356
+ /**
2357
+ * Creates a ZIP decompression stream
2358
+ * @param cb The callback to call whenever a file in the ZIP archive is found
2359
+ */
2360
+ function Unzip(cb) {
2361
+ this.onfile = cb;
2362
+ this.k = [];
2363
+ this.o = {
2364
+ 0: UnzipPassThrough
2365
+ };
2366
+ this.p = et;
2367
+ }
2368
+ /**
2369
+ * Pushes a chunk to be unzipped
2370
+ * @param chunk The chunk to push
2371
+ * @param final Whether this is the last chunk
2372
+ */
2373
+ Unzip.prototype.push = function (chunk, final) {
2374
+ var _this = this;
2375
+ if (!this.onfile)
2376
+ err(5);
2377
+ if (!this.p)
2378
+ err(4);
2379
+ if (this.c > 0) {
2380
+ var len = Math.min(this.c, chunk.length);
2381
+ var toAdd = chunk.subarray(0, len);
2382
+ this.c -= len;
2383
+ if (this.d)
2384
+ this.d.push(toAdd, !this.c);
2385
+ else
2386
+ this.k[0].push(toAdd);
2387
+ chunk = chunk.subarray(len);
2388
+ if (chunk.length)
2389
+ return this.push(chunk, final);
2390
+ }
2391
+ else {
2392
+ var f = 0, i = 0, is = void 0, buf = void 0;
2393
+ if (!this.p.length)
2394
+ buf = chunk;
2395
+ else if (!chunk.length)
2396
+ buf = this.p;
2397
+ else {
2398
+ buf = new u8(this.p.length + chunk.length);
2399
+ buf.set(this.p), buf.set(chunk, this.p.length);
2400
+ }
2401
+ var l = buf.length, oc = this.c, add = oc && this.d;
2402
+ var _loop_2 = function () {
2403
+ var _a;
2404
+ var sig = b4(buf, i);
2405
+ if (sig == 0x4034B50) {
2406
+ f = 1, is = i;
2407
+ this_1.d = null;
2408
+ this_1.c = 0;
2409
+ 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);
2410
+ if (l > i + 30 + fnl + es) {
2411
+ var chks_3 = [];
2412
+ this_1.k.unshift(chks_3);
2413
+ f = 2;
2414
+ var sc_1 = b4(buf, i + 18), su_1 = b4(buf, i + 22);
2415
+ var fn_1 = strFromU8(buf.subarray(i + 30, i += 30 + fnl), !u);
2416
+ if (sc_1 == 4294967295) {
2417
+ _a = dd ? [-2] : z64e(buf, i), sc_1 = _a[0], su_1 = _a[1];
2418
+ }
2419
+ else if (dd)
2420
+ sc_1 = -1;
2421
+ i += es;
2422
+ this_1.c = sc_1;
2423
+ var d_1;
2424
+ var file_1 = {
2425
+ name: fn_1,
2426
+ compression: cmp_1,
2427
+ start: function () {
2428
+ if (!file_1.ondata)
2429
+ err(5);
2430
+ if (!sc_1)
2431
+ file_1.ondata(null, et, true);
2432
+ else {
2433
+ var ctr = _this.o[cmp_1];
2434
+ if (!ctr)
2435
+ file_1.ondata(err(14, 'unknown compression type ' + cmp_1, 1), null, false);
2436
+ d_1 = sc_1 < 0 ? new ctr(fn_1) : new ctr(fn_1, sc_1, su_1);
2437
+ d_1.ondata = function (err, dat, final) { file_1.ondata(err, dat, final); };
2438
+ for (var _i = 0, chks_4 = chks_3; _i < chks_4.length; _i++) {
2439
+ var dat = chks_4[_i];
2440
+ d_1.push(dat, false);
2441
+ }
2442
+ if (_this.k[0] == chks_3 && _this.c)
2443
+ _this.d = d_1;
2444
+ else
2445
+ d_1.push(et, true);
2446
+ }
2447
+ },
2448
+ terminate: function () {
2449
+ if (d_1 && d_1.terminate)
2450
+ d_1.terminate();
2451
+ }
2452
+ };
2453
+ if (sc_1 >= 0)
2454
+ file_1.size = sc_1, file_1.originalSize = su_1;
2455
+ this_1.onfile(file_1);
2456
+ }
2457
+ return "break";
2458
+ }
2459
+ else if (oc) {
2460
+ if (sig == 0x8074B50) {
2461
+ is = i += 12 + (oc == -2 && 8), f = 3, this_1.c = 0;
2462
+ return "break";
2463
+ }
2464
+ else if (sig == 0x2014B50) {
2465
+ is = i -= 4, f = 3, this_1.c = 0;
2466
+ return "break";
2467
+ }
2468
+ }
2469
+ };
2470
+ var this_1 = this;
2471
+ for (; i < l - 4; ++i) {
2472
+ var state_1 = _loop_2();
2473
+ if (state_1 === "break")
2474
+ break;
2475
+ }
2476
+ this.p = et;
2477
+ if (oc < 0) {
2478
+ var dat = f ? buf.subarray(0, is - 12 - (oc == -2 && 8) - (b4(buf, is - 16) == 0x8074B50 && 4)) : buf.subarray(0, i);
2479
+ if (add)
2480
+ add.push(dat, !!f);
2481
+ else
2482
+ this.k[+(f == 2)].push(dat);
2483
+ }
2484
+ if (f & 2)
2485
+ return this.push(buf.subarray(i), final);
2486
+ this.p = buf.subarray(i);
2487
+ }
2488
+ if (final) {
2489
+ if (this.c)
2490
+ err(13);
2491
+ this.p = null;
2492
+ }
2493
+ };
2494
+ /**
2495
+ * Registers a decoder with the stream, allowing for files compressed with
2496
+ * the compression type provided to be expanded correctly
2497
+ * @param decoder The decoder constructor
2498
+ */
2499
+ Unzip.prototype.register = function (decoder) {
2500
+ this.o[decoder.compression] = decoder;
2501
+ };
2502
+ return Unzip;
2503
+ }());
2504
+ var mt = typeof queueMicrotask == 'function' ? queueMicrotask : typeof setTimeout == 'function' ? setTimeout : function (fn) { fn(); };
2505
+ function unzip(data, opts, cb) {
2506
+ if (!cb)
2507
+ cb = opts, opts = {};
2508
+ if (typeof cb != 'function')
2509
+ err(7);
2510
+ var term = [];
2511
+ var tAll = function () {
2512
+ for (var i = 0; i < term.length; ++i)
2513
+ term[i]();
2514
+ };
2515
+ var files = {};
2516
+ var cbd = function (a, b) {
2517
+ mt(function () { cb(a, b); });
2518
+ };
2519
+ mt(function () { cbd = cb; });
2520
+ var e = data.length - 22;
2521
+ for (; b4(data, e) != 0x6054B50; --e) {
2522
+ if (!e || data.length - e > 65558) {
2523
+ cbd(err(13, 0, 1), null);
2524
+ return tAll;
2525
+ }
2526
+ }
2527
+ ;
2528
+ var lft = b2(data, e + 8);
2529
+ if (lft) {
2530
+ var c = lft;
2531
+ var o = b4(data, e + 16);
2532
+ var z = o == 4294967295 || c == 65535;
2533
+ if (z) {
2534
+ var ze = b4(data, e - 12);
2535
+ z = b4(data, ze) == 0x6064B50;
2536
+ if (z) {
2537
+ c = lft = b4(data, ze + 32);
2538
+ o = b4(data, ze + 48);
2539
+ }
2540
+ }
2541
+ var fltr = opts && opts.filter;
2542
+ var _loop_3 = function (i) {
2543
+ 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);
2544
+ o = no;
2545
+ var cbl = function (e, d) {
2546
+ if (e) {
2547
+ tAll();
2548
+ cbd(e, null);
2549
+ }
2550
+ else {
2551
+ if (d)
2552
+ files[fn] = d;
2553
+ if (!--lft)
2554
+ cbd(null, files);
2555
+ }
2556
+ };
2557
+ if (!fltr || fltr({
2558
+ name: fn,
2559
+ size: sc,
2560
+ originalSize: su,
2561
+ compression: c_1
2562
+ })) {
2563
+ if (!c_1)
2564
+ cbl(null, slc(data, b, b + sc));
2565
+ else if (c_1 == 8) {
2566
+ var infl = data.subarray(b, b + sc);
2567
+ // Synchronously decompress under 512KB, or barely-compressed data
2568
+ if (su < 524288 || sc > 0.8 * su) {
2569
+ try {
2570
+ cbl(null, inflateSync(infl, { out: new u8(su) }));
2571
+ }
2572
+ catch (e) {
2573
+ cbl(e, null);
2574
+ }
2575
+ }
2576
+ else
2577
+ term.push(inflate(infl, { size: su }, cbl));
2578
+ }
2579
+ else
2580
+ cbl(err(14, 'unknown compression type ' + c_1, 1), null);
2581
+ }
2582
+ else
2583
+ cbl(null, null);
2584
+ };
2585
+ for (var i = 0; i < c; ++i) {
2586
+ _loop_3(i);
2587
+ }
2588
+ }
2589
+ else
2590
+ cbd(null, {});
2591
+ return tAll;
2592
+ }
2593
+ /**
2594
+ * Synchronously decompresses a ZIP archive. Prefer using `unzip` for better
2595
+ * performance with more than one file.
2596
+ * @param data The raw compressed ZIP file
2597
+ * @param opts The ZIP extraction options
2598
+ * @returns The decompressed files
2599
+ */
2600
+ function unzipSync(data, opts) {
2601
+ var files = {};
2602
+ var e = data.length - 22;
2603
+ for (; b4(data, e) != 0x6054B50; --e) {
2604
+ if (!e || data.length - e > 65558)
2605
+ err(13);
2606
+ }
2607
+ ;
2608
+ var c = b2(data, e + 8);
2609
+ if (!c)
2610
+ return {};
2611
+ var o = b4(data, e + 16);
2612
+ var z = o == 4294967295 || c == 65535;
2613
+ if (z) {
2614
+ var ze = b4(data, e - 12);
2615
+ z = b4(data, ze) == 0x6064B50;
2616
+ if (z) {
2617
+ c = b4(data, ze + 32);
2618
+ o = b4(data, ze + 48);
2619
+ }
2620
+ }
2621
+ var fltr = opts && opts.filter;
2622
+ for (var i = 0; i < c; ++i) {
2623
+ 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);
2624
+ o = no;
2625
+ if (!fltr || fltr({
2626
+ name: fn,
2627
+ size: sc,
2628
+ originalSize: su,
2629
+ compression: c_2
2630
+ })) {
2631
+ if (!c_2)
2632
+ files[fn] = slc(data, b, b + sc);
2633
+ else if (c_2 == 8)
2634
+ files[fn] = inflateSync(data.subarray(b, b + sc), { out: new u8(su) });
2635
+ else
2636
+ err(14, 'unknown compression type ' + c_2);
2637
+ }
2638
+ }
2639
+ return files;
2640
+ }
2641
+
2642
+ exports.AsyncCompress = AsyncGzip;
2643
+ exports.AsyncDecompress = AsyncDecompress;
2644
+ exports.AsyncDeflate = AsyncDeflate;
2645
+ exports.AsyncGunzip = AsyncGunzip;
2646
+ exports.AsyncGzip = AsyncGzip;
2647
+ exports.AsyncInflate = AsyncInflate;
2648
+ exports.AsyncUnzipInflate = AsyncUnzipInflate;
2649
+ exports.AsyncUnzlib = AsyncUnzlib;
2650
+ exports.AsyncZipDeflate = AsyncZipDeflate;
2651
+ exports.AsyncZlib = AsyncZlib;
2652
+ exports.Compress = Gzip;
2653
+ exports.DecodeUTF8 = DecodeUTF8;
2654
+ exports.Decompress = Decompress;
2655
+ exports.Deflate = Deflate;
2656
+ exports.EncodeUTF8 = EncodeUTF8;
2657
+ exports.FlateErrorCode = FlateErrorCode;
2658
+ exports.Gunzip = Gunzip;
2659
+ exports.Gzip = Gzip;
2660
+ exports.Inflate = Inflate;
2661
+ exports.Unzip = Unzip;
2662
+ exports.UnzipInflate = UnzipInflate;
2663
+ exports.UnzipPassThrough = UnzipPassThrough;
2664
+ exports.Unzlib = Unzlib;
2665
+ exports.Zip = Zip;
2666
+ exports.ZipDeflate = ZipDeflate;
2667
+ exports.ZipPassThrough = ZipPassThrough;
2668
+ exports.Zlib = Zlib;
2669
+ exports.compress = gzip;
2670
+ exports.compressSync = gzipSync;
2671
+ exports.decompress = decompress;
2672
+ exports.decompressSync = decompressSync;
2673
+ exports.deflate = deflate;
2674
+ exports.deflateSync = deflateSync;
2675
+ exports.gunzip = gunzip;
2676
+ exports.gunzipSync = gunzipSync;
2677
+ exports.gzip = gzip;
2678
+ exports.gzipSync = gzipSync;
2679
+ exports.inflate = inflate;
2680
+ exports.inflateSync = inflateSync;
2681
+ exports.strFromU8 = strFromU8;
2682
+ exports.strToU8 = strToU8;
2683
+ exports.unzip = unzip;
2684
+ exports.unzipSync = unzipSync;
2685
+ exports.unzlib = unzlib;
2686
+ exports.unzlibSync = unzlibSync;
2687
+ exports.zip = zip;
2688
+ exports.zipSync = zipSync;
2689
+ exports.zlib = zlib;
2690
+ exports.zlibSync = zlibSync;