@ibiz-template/vue3-components 0.7.41-alpha.8 → 0.7.41-alpha.80

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 (2694) 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-YVJmo2Yz.js +1 -0
  4. package/dist/index-54pX0-Qp.js +1 -0
  5. package/dist/index-B8Whf0uX.js +1 -0
  6. package/dist/index-gZTPm40a.js +339 -0
  7. package/dist/index.es-B6VGdqEV.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--Q1OutNb.js +1 -0
  14. package/dist/xlsx-util-CISrhwn0.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 +1 -1
  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 +1 -1
  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 +1 -1
  251. package/es/common/pql-editor/pql-editor.module.mjs +2 -2
  252. package/es/common/quick-edit/quick-edit.mjs +1 -1
  253. package/es/common/rawitem/rawitem.mjs +45 -6
  254. package/es/common/row/row.mjs +1 -1
  255. package/es/common/sort-bar/sort-bar.mjs +1 -1
  256. package/es/common/split/split.mjs +1 -1
  257. package/es/common/split-trigger/split-trigger.mjs +1 -1
  258. package/es/common/view-message/view-message.mjs +1 -1
  259. package/es/control/app-menu/app-menu.css +1 -1
  260. package/es/control/app-menu/app-menu.mjs +198 -209
  261. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +65 -94
  262. package/es/control/app-menu/index.mjs +1 -1
  263. package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
  264. package/es/control/app-menu-icon-view/index.mjs +1 -1
  265. package/es/control/calendar/calendar-util.mjs +30 -1
  266. package/es/control/calendar/calendar.css +1 -1
  267. package/es/control/calendar/calendar.mjs +168 -66
  268. package/es/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  269. package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +54 -17
  270. package/es/control/calendar/components/calendar-daily/use-calendar-daily.mjs +135 -47
  271. package/es/control/calendar/components/calendar-user/calendar-user.css +1 -1
  272. package/es/control/calendar/components/calendar-user/calendar-user.mjs +79 -4
  273. package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
  274. package/es/control/calendar/components/calendar-week/calendar-week.mjs +92 -71
  275. package/es/control/calendar/components/calendar-week/use-calendar-week.mjs +347 -156
  276. package/es/control/calendar/components/constant/event.mjs +2 -1
  277. package/es/control/calendar/components/constant/index.mjs +1 -1
  278. package/es/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  279. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +34 -19
  280. package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +24 -1
  281. package/es/control/calendar/components/interface/calendar-daily.mjs +7 -2
  282. package/es/control/calendar/components/interface/calendar-user.mjs +1 -1
  283. package/es/control/calendar/components/interface/calendar-week.mjs +3 -2
  284. package/es/control/calendar/components/interface/custom-calendar.mjs +4 -3
  285. package/es/control/calendar/components/util/index.mjs +1 -1
  286. package/es/control/calendar/components/util/util.mjs +41 -3
  287. package/es/control/calendar/index.mjs +1 -1
  288. package/es/control/caption-bar/caption-bar.mjs +7 -1
  289. package/es/control/caption-bar/index.mjs +1 -1
  290. package/es/control/chart/chart.mjs +46 -40
  291. package/es/control/chart/index.mjs +1 -1
  292. package/es/control/context-menu/context-menu.css +1 -1
  293. package/es/control/context-menu/context-menu.mjs +77 -5
  294. package/es/control/context-menu/index.mjs +1 -1
  295. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +7 -3
  296. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +3 -3
  297. package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +1 -1
  298. package/es/control/dashboard/dashboard.css +1 -1
  299. package/es/control/dashboard/dashboard.mjs +5 -4
  300. package/es/control/dashboard/index.mjs +1 -1
  301. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +4 -1
  302. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +2 -2
  303. package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
  304. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +1 -1
  305. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
  306. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
  307. package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
  308. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +2 -2
  309. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  310. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
  311. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +2 -2
  312. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  313. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +53 -12
  314. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
  315. package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +2 -2
  316. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
  317. package/es/control/data-view/data-view.css +1 -1
  318. package/es/control/data-view/data-view.mjs +151 -26
  319. package/es/control/data-view/index.mjs +1 -1
  320. package/es/control/drbar/drbar.controller.mjs +50 -34
  321. package/es/control/drbar/drbar.css +1 -1
  322. package/es/control/drbar/drbar.mjs +11 -5
  323. package/es/control/drbar/index.mjs +1 -1
  324. package/es/control/drtab/drtab-control.util.mjs +2 -2
  325. package/es/control/drtab/drtab.controller.mjs +92 -18
  326. package/es/control/drtab/drtab.css +1 -1
  327. package/es/control/drtab/drtab.mjs +23 -7
  328. package/es/control/drtab/flow-drtab.css +1 -1
  329. package/es/control/drtab/flow-drtab.mjs +204 -11
  330. package/es/control/drtab/index.mjs +1 -1
  331. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +3 -3
  332. package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
  333. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +3 -3
  334. package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
  335. package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +3 -3
  336. package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
  337. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +3 -3
  338. package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
  339. package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
  340. package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +3 -3
  341. package/es/control/exp-bar/render-util.mjs +2 -2
  342. package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
  343. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +3 -3
  344. package/es/control/form/edit-form/edit-form.mjs +31 -5
  345. package/es/control/form/edit-form/index.mjs +1 -1
  346. package/es/control/form/form/form.css +1 -1
  347. package/es/control/form/form/form.mjs +6 -4
  348. package/es/control/form/form/index.mjs +2 -0
  349. package/es/control/form/form-detail/form-button/form-button.css +1 -1
  350. package/es/control/form/form-detail/form-button/form-button.mjs +2 -2
  351. package/es/control/form/form-detail/form-button-list/form-button-list.mjs +1 -1
  352. package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
  353. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +12 -6
  354. package/es/control/form/form-detail/form-iframe/form-iframe.css +1 -0
  355. package/es/control/form/form-detail/form-iframe/form-iframe.mjs +53 -0
  356. package/es/control/form/form-detail/form-iframe/form-iframe.provider.mjs +21 -0
  357. package/es/control/form/form-detail/form-iframe/index.mjs +12 -0
  358. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +1 -1
  359. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.controller.mjs +187 -0
  360. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.css +1 -0
  361. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.mjs +175 -0
  362. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.provider.mjs +21 -0
  363. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.state.mjs +22 -0
  364. package/es/control/form/form-detail/form-item/composite-form-item-ex/index.mjs +16 -0
  365. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +54 -12
  366. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  367. package/es/control/form/form-detail/form-item/form-item.mjs +34 -28
  368. package/es/control/form/form-detail/form-item/index.mjs +2 -0
  369. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +4 -2
  370. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +44 -14
  371. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +11 -1
  372. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.util.mjs +30 -0
  373. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  374. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +151 -64
  375. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
  376. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.mjs +309 -0
  377. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +7 -2
  378. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +14 -4
  379. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +5 -2
  380. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  381. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +82 -19
  382. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +2 -2
  383. package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +5 -4
  384. package/es/control/form/form-detail/form-page/form-page.mjs +1 -1
  385. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
  386. package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +4 -3
  387. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  388. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +61 -38
  389. package/es/control/form/form-detail/index.mjs +1 -0
  390. package/es/control/form/index.mjs +1 -0
  391. package/es/control/form/search-form/advance-search/advance-search.mjs +1 -1
  392. package/es/control/form/search-form/index.mjs +1 -1
  393. package/es/control/form/search-form/search-form.mjs +11 -5
  394. package/es/control/gantt/gantt.css +1 -1
  395. package/es/control/gantt/gantt.mjs +195 -21
  396. package/es/control/gantt/index.mjs +1 -1
  397. package/es/control/grid/grid/grid-control.util.mjs +67 -45
  398. package/es/control/grid/grid/grid.css +1 -1
  399. package/es/control/grid/grid/grid.mjs +65 -51
  400. package/es/control/grid/grid/index.mjs +3 -1
  401. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.mjs +2 -2
  402. package/es/control/grid/grid-column/grid-column-header/grid-column-header.mjs +1 -1
  403. package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.mjs +16 -5
  404. package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.mjs +88 -25
  405. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  406. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +31 -33
  407. package/es/control/grid/grid-column/grid-field-edit-column/all-edit.mjs +2 -1
  408. package/es/control/grid/grid-column/grid-field-edit-column/cell-edit.mjs +2 -1
  409. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
  410. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +60 -22
  411. package/es/control/grid/grid-column/grid-field-edit-column/row-edit.mjs +2 -1
  412. package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +2 -2
  413. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +3 -2
  414. package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
  415. package/es/control/grid/virtualized-table/index.mjs +18 -0
  416. package/es/control/grid/virtualized-table/virtualized-table.css +1 -0
  417. package/es/control/grid/virtualized-table/virtualized-table.mjs +326 -0
  418. package/es/control/grid/virtualized-table/virtualized-table.provider.mjs +14 -0
  419. package/es/control/grid/virtualized-table/virtualized-table.util.mjs +191 -0
  420. package/es/control/index.mjs +1 -0
  421. package/es/control/kanban/index.mjs +1 -1
  422. package/es/control/kanban/kanban.css +1 -1
  423. package/es/control/kanban/kanban.mjs +119 -36
  424. package/es/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -0
  425. package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +465 -0
  426. package/es/control/list/index.mjs +1 -1
  427. package/es/control/list/list.css +1 -1
  428. package/es/control/list/list.mjs +204 -84
  429. package/es/control/map/index.mjs +1 -1
  430. package/es/control/map/map.mjs +24 -22
  431. package/es/control/medit-view-panel/index.mjs +1 -1
  432. package/es/control/medit-view-panel/medit-view-panel.css +1 -1
  433. package/es/control/medit-view-panel/medit-view-panel.mjs +51 -31
  434. package/es/control/pickup-view-panel/index.mjs +1 -1
  435. package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
  436. package/es/control/report-panel/index.mjs +3 -1
  437. package/es/control/report-panel/report-detail/bi-report/bi-report.css +1 -0
  438. package/es/control/report-panel/report-detail/bi-report/bi-report.mjs +46 -0
  439. package/es/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.css +1 -0
  440. package/es/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.mjs +184 -0
  441. package/es/control/report-panel/report-detail/bi-report/commons/index.mjs +3 -0
  442. package/es/control/report-panel/report-detail/bi-report/index.mjs +9 -0
  443. package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
  444. package/es/control/report-panel/report-detail/index.mjs +1 -0
  445. package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
  446. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
  447. package/es/control/report-panel/report-panel.mjs +10 -9
  448. package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
  449. package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
  450. package/es/control/search-bar/index.mjs +1 -1
  451. package/es/control/search-bar/quick-search-select/quick-search-select.mjs +1 -1
  452. package/es/control/search-bar/search-bar.css +1 -1
  453. package/es/control/search-bar/search-bar.mjs +35 -5
  454. package/es/control/search-bar/search-groups/search-groups.css +1 -1
  455. package/es/control/search-bar/search-groups/search-groups.mjs +17 -3
  456. package/es/control/tab-exp-panel/index.mjs +1 -1
  457. package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
  458. package/es/control/tab-exp-panel/tab-exp-panel.mjs +10 -4
  459. package/es/control/toolbar/export-excel/export-excel.mjs +22 -7
  460. package/es/control/toolbar/index.mjs +5 -1
  461. package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
  462. package/es/control/toolbar/toolbar.css +1 -1
  463. package/es/control/toolbar/toolbar.mjs +108 -49
  464. package/es/control/tree/index.mjs +1 -1
  465. package/es/control/tree/tree.css +1 -1
  466. package/es/control/tree/tree.mjs +44 -71
  467. package/es/control/tree-grid/index.mjs +1 -1
  468. package/es/control/tree-grid/tree-grid.mjs +144 -68
  469. package/es/control/tree-grid-ex/index.mjs +1 -1
  470. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.mjs +3 -1
  471. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +2 -2
  472. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.css +1 -1
  473. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +15 -8
  474. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.css +1 -1
  475. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +3 -2
  476. package/es/control/tree-grid-ex/tree-grid-ex.css +1 -1
  477. package/es/control/tree-grid-ex/tree-grid-ex.mjs +73 -41
  478. package/es/control/view-panel/index.mjs +1 -1
  479. package/es/control/view-panel/view-panel.mjs +1 -1
  480. package/es/control/wizard-panel/index.mjs +1 -1
  481. package/es/control/wizard-panel/wizard-panel.mjs +2 -2
  482. package/es/directives/common/index.mjs +10 -0
  483. package/es/directives/common/tooltip/tooltip.css +1 -0
  484. package/es/directives/common/tooltip/tooltip.mjs +175 -0
  485. package/es/directives/index.mjs +13 -0
  486. package/es/directives/tooltip/tooltip.mjs +96 -0
  487. package/es/editor/array/ibiz-array/ibiz-array.css +1 -1
  488. package/es/editor/array/ibiz-array/ibiz-array.mjs +15 -3
  489. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -3
  490. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +34 -14
  491. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +146 -338
  492. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +10 -4
  493. package/es/editor/check-box-list/checkbox-list-editor.controller.mjs +4 -1
  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 +161 -51
  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 +11 -14
  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 +6 -6
  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 +24 -21
  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 +148 -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.mjs +3 -3
  545. package/es/editor/markdown/ibiz-markdown-editor/custom-menu.mjs +125 -0
  546. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  547. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +382 -30
  548. package/es/editor/markdown/ibiz-markdown-editor/render-util.mjs +126 -0
  549. package/es/editor/markdown/markdown-editor.controller.mjs +271 -2
  550. package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
  551. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +8 -2
  552. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +2 -2
  553. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +8 -2
  554. package/es/editor/radio-button-list/radio-button-list.controller.mjs +4 -1
  555. package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +5 -2
  556. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +15 -5
  557. package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +14 -2
  558. package/es/editor/span/span/span.mjs +8 -7
  559. package/es/editor/span/span-editor.controller.mjs +3 -3
  560. package/es/editor/span/span-link/span-link.mjs +2 -2
  561. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +2 -2
  562. package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +5 -2
  563. package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.mjs +2 -2
  564. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  565. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +168 -109
  566. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +2 -2
  567. package/es/editor/text-box/index.mjs +1 -0
  568. package/es/editor/text-box/input/input.css +1 -1
  569. package/es/editor/text-box/input/input.mjs +20 -180
  570. package/es/editor/text-box/signature/signature.css +1 -0
  571. package/es/editor/text-box/signature/signature.mjs +259 -0
  572. package/es/editor/text-box/text-box-editor.provider.mjs +4 -0
  573. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  574. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +82 -9
  575. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +14 -4
  576. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +7 -4
  577. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +2 -2
  578. package/es/editor/upload/upload-editor.controller.mjs +117 -2
  579. package/es/editor/upload/use/use-custom-upload.mjs +142 -0
  580. package/es/editor/upload/use/use-iview-upload.mjs +120 -34
  581. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +2 -2
  582. package/es/ibiz-vue3.mjs +2 -0
  583. package/es/index.mjs +8 -1
  584. package/es/locale/en/index.mjs +140 -17
  585. package/es/locale/zh-CN/index.mjs +140 -17
  586. 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
  587. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +27 -0
  588. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
  589. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +14 -0
  590. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
  591. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
  592. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/config/index.mjs +7 -0
  593. package/es/node_modules/.pnpm/canvg@3.0.11/node_modules/canvg/lib/index.es.mjs +6550 -0
  594. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-callable.mjs +21 -0
  595. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-constructor.mjs +21 -0
  596. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-possible-prototype.mjs +18 -0
  597. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/add-to-unscopables.mjs +33 -0
  598. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/advance-string-index.mjs +16 -0
  599. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-instance.mjs +17 -0
  600. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-object.mjs +19 -0
  601. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-includes.mjs +46 -0
  602. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-method-is-strict.mjs +18 -0
  603. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-reduce.mjs +60 -0
  604. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-slice.mjs +12 -0
  605. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/check-correctness-of-iteration.mjs +51 -0
  606. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof-raw.mjs +17 -0
  607. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof.mjs +44 -0
  608. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/copy-constructor-properties.mjs +31 -0
  609. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-is-regexp-logic.mjs +24 -0
  610. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-prototype-getter.mjs +17 -0
  611. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-iter-result-object.mjs +12 -0
  612. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-non-enumerable-property.mjs +23 -0
  613. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-property-descriptor.mjs +15 -0
  614. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in-accessor.mjs +19 -0
  615. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in.mjs +42 -0
  616. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-global-property.mjs +21 -0
  617. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/descriptors.mjs +16 -0
  618. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/document-create-element.mjs +21 -0
  619. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-iterables.mjs +42 -0
  620. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-token-list-prototype.mjs +16 -0
  621. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/enum-bug-keys.mjs +17 -0
  622. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios-pebble.mjs +12 -0
  623. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios.mjs +12 -0
  624. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-node.mjs +12 -0
  625. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-webos-webkit.mjs +12 -0
  626. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-user-agent.mjs +15 -0
  627. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-v8-version.mjs +38 -0
  628. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment.mjs +33 -0
  629. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/export.mjs +75 -0
  630. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fails.mjs +14 -0
  631. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.mjs +97 -0
  632. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-apply.mjs +19 -0
  633. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-context.mjs +26 -0
  634. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-native.mjs +17 -0
  635. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-call.mjs +16 -0
  636. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-name.mjs +28 -0
  637. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-accessor.mjs +20 -0
  638. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-clause.mjs +20 -0
  639. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this.mjs +21 -0
  640. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-built-in.mjs +21 -0
  641. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator-method.mjs +30 -0
  642. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator.mjs +30 -0
  643. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-method.mjs +20 -0
  644. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-substitution.mjs +56 -0
  645. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/global-this.mjs +22 -0
  646. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/has-own-property.mjs +22 -0
  647. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/hidden-keys.mjs +8 -0
  648. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/host-report-errors.mjs +13 -0
  649. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/html.mjs +12 -0
  650. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ie8-dom-define.mjs +24 -0
  651. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/indexed-object.mjs +28 -0
  652. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/inspect-source.mjs +27 -0
  653. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/internal-state.mjs +93 -0
  654. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array-iterator-method.mjs +21 -0
  655. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array.mjs +17 -0
  656. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-callable.mjs +18 -0
  657. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-constructor.mjs +70 -0
  658. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-forced.mjs +33 -0
  659. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-null-or-undefined.mjs +12 -0
  660. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-object.mjs +14 -0
  661. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-possible-prototype.mjs +14 -0
  662. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-pure.mjs +8 -0
  663. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-regexp.mjs +25 -0
  664. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-symbol.mjs +28 -0
  665. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterate.mjs +100 -0
  666. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-close.mjs +36 -0
  667. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-create-constructor.mjs +32 -0
  668. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-define.mjs +136 -0
  669. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators-core.mjs +71 -0
  670. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators.mjs +8 -0
  671. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/length-of-array-like.mjs +16 -0
  672. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/make-built-in.mjs +81 -0
  673. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/math-trunc.mjs +17 -0
  674. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/microtask.mjs +103 -0
  675. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/new-promise-capability.mjs +28 -0
  676. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/not-a-regexp.mjs +18 -0
  677. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-create.mjs +105 -0
  678. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-properties.mjs +38 -0
  679. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-property.mjs +59 -0
  680. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-descriptor.mjs +44 -0
  681. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-names.mjs +21 -0
  682. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-symbols.mjs +8 -0
  683. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-prototype-of.mjs +38 -0
  684. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-is-prototype-of.mjs +12 -0
  685. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys-internal.mjs +37 -0
  686. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys.mjs +20 -0
  687. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-property-is-enumerable.mjs +19 -0
  688. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-set-prototype-of.mjs +43 -0
  689. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ordinary-to-primitive.mjs +28 -0
  690. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/own-keys.mjs +31 -0
  691. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/path.mjs +12 -0
  692. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/perform.mjs +14 -0
  693. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-constructor-detection.mjs +71 -0
  694. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-native-constructor.mjs +12 -0
  695. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-resolve.mjs +25 -0
  696. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-statics-incorrect-iteration.mjs +20 -0
  697. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/queue.mjs +31 -0
  698. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec-abstract.mjs +37 -0
  699. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec.mjs +150 -0
  700. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags-detection.mjs +57 -0
  701. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags.mjs +26 -0
  702. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-get-flags.mjs +32 -0
  703. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-sticky-helpers.mjs +41 -0
  704. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-dot-all.mjs +21 -0
  705. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-ncg.mjs +22 -0
  706. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/require-object-coercible.mjs +19 -0
  707. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/safe-get-built-in.mjs +23 -0
  708. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-species.mjs +32 -0
  709. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-to-string-tag.mjs +25 -0
  710. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-key.mjs +19 -0
  711. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-store.mjs +31 -0
  712. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared.mjs +14 -0
  713. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/species-constructor.mjs +29 -0
  714. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-multibyte.mjs +51 -0
  715. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim-forced.mjs +28 -0
  716. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim.mjs +45 -0
  717. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/symbol-constructor-detection.mjs +31 -0
  718. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/task.mjs +147 -0
  719. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-absolute-index.mjs +21 -0
  720. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-indexed-object.mjs +18 -0
  721. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-integer-or-infinity.mjs +18 -0
  722. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-length.mjs +19 -0
  723. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-object.mjs +18 -0
  724. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-primitive.mjs +44 -0
  725. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-property-key.mjs +20 -0
  726. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string-tag-support.mjs +17 -0
  727. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string.mjs +17 -0
  728. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/try-to-string.mjs +16 -0
  729. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/uid.mjs +18 -0
  730. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/use-symbol-as-uid.mjs +15 -0
  731. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/v8-prototype-define-bug.mjs +23 -0
  732. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/validate-arguments-length.mjs +13 -0
  733. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/weak-map-basic-detection.mjs +17 -0
  734. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/well-known-symbol.mjs +37 -0
  735. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/whitespaces.mjs +10 -0
  736. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.index-of.mjs +34 -0
  737. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.iterator.mjs +86 -0
  738. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reduce.mjs +33 -0
  739. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reverse.mjs +28 -0
  740. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.all.mjs +56 -0
  741. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.catch.mjs +43 -0
  742. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.constructor.mjs +344 -0
  743. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.mjs +10 -0
  744. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.race.mjs +43 -0
  745. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.reject.mjs +24 -0
  746. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.resolve.mjs +33 -0
  747. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.exec.mjs +16 -0
  748. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.to-string.mjs +41 -0
  749. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.ends-with.mjs +55 -0
  750. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.includes.mjs +36 -0
  751. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.match.mjs +81 -0
  752. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.replace.mjs +184 -0
  753. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.split.mjs +146 -0
  754. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.starts-with.mjs +53 -0
  755. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.trim.mjs +21 -0
  756. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/web.dom-collections.iterator.mjs +54 -0
  757. package/es/node_modules/.pnpm/dompurify@2.5.8/node_modules/dompurify/dist/purify.es.mjs +1530 -0
  758. package/es/node_modules/.pnpm/element-plus@2.4.4_vue@3.5.22/node_modules/element-plus/dist/locale/en.mjs +166 -0
  759. package/es/node_modules/.pnpm/fflate@0.8.2/node_modules/fflate/esm/browser.mjs +2640 -0
  760. package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs +7821 -0
  761. package/es/node_modules/.pnpm/jspdf@2.5.2/node_modules/jspdf/dist/jspdf.es.min.mjs +336 -0
  762. package/es/node_modules/.pnpm/modern-screenshot@4.6.7/node_modules/modern-screenshot/dist/index.mjs +1652 -0
  763. package/es/node_modules/.pnpm/performance-now@2.1.0/node_modules/performance-now/lib/performance-now.mjs +46 -0
  764. package/es/node_modules/.pnpm/raf@3.4.1/node_modules/raf/index.mjs +87 -0
  765. package/es/node_modules/.pnpm/rgbcolor@1.0.1/node_modules/rgbcolor/index.mjs +308 -0
  766. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/h.mjs +87 -0
  767. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/htmldomapi.mjs +115 -0
  768. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/index.mjs +16 -0
  769. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/init.mjs +392 -0
  770. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/jsx.mjs +61 -0
  771. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/attributes.mjs +63 -0
  772. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/dataset.mjs +42 -0
  773. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/eventlisteners.mjs +85 -0
  774. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/style.mjs +115 -0
  775. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/thunk.mjs +52 -0
  776. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/tovnode.mjs +56 -0
  777. package/es/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.mjs +3377 -0
  778. package/es/node_modules/.pnpm/stackblur-canvas@2.7.0/node_modules/stackblur-canvas/dist/stackblur-es.mjs +639 -0
  779. package/es/node_modules/.pnpm/svg-pathdata@6.0.3/node_modules/svg-pathdata/lib/SVGPathData.module.mjs +17 -0
  780. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.mjs +1 -1
  781. package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.mjs +21 -6
  782. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.css +1 -1
  783. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.mjs +8 -4
  784. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.mjs +11 -1
  785. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  786. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.mjs +278 -0
  787. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.mjs +1 -1
  788. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.mjs +1 -1
  789. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.mjs +1 -1
  790. package/es/panel-component/app-switch/app-switch.controller.mjs +9 -3
  791. package/es/panel-component/app-switch/app-switch.css +1 -1
  792. package/es/panel-component/app-switch/app-switch.mjs +1 -1
  793. package/es/panel-component/auth-captcha/auth-captcha.mjs +1 -1
  794. package/es/panel-component/auth-sso/auth-sso.css +1 -1
  795. package/es/panel-component/auth-sso/auth-sso.mjs +78 -6
  796. package/es/panel-component/auth-userinfo/auth-userinfo.controller.mjs +51 -0
  797. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  798. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +21 -6
  799. package/es/panel-component/auth-userinfo/auth-userinfo.provider.mjs +2 -2
  800. package/es/panel-component/coop-pos/coop-pos.controller.mjs +25 -1
  801. package/es/panel-component/coop-pos/coop-pos.mjs +1 -1
  802. package/es/panel-component/data-import/data-import-shell.mjs +1 -1
  803. package/es/panel-component/global-search/global-search.controller.mjs +39 -18
  804. package/es/panel-component/global-search/global-search.mjs +9 -2
  805. package/es/panel-component/global-search/virtual-list/virtual-list.mjs +1 -1
  806. package/es/panel-component/index-actions/index-actions.mjs +3 -5
  807. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +0 -2
  808. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +2 -4
  809. package/es/panel-component/index.mjs +2 -1
  810. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +65 -19
  811. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -1
  812. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +15 -4
  813. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +6 -7
  814. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +6 -0
  815. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +50 -6
  816. package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +3 -3
  817. package/es/panel-component/nav-pos-index/nav-pos-index.mjs +1 -1
  818. package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +1 -1
  819. package/es/panel-component/nav-tabs/nav-tabs.mjs +3 -1
  820. package/es/panel-component/panel-app-header/panel-app-header.mjs +1 -1
  821. package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +2 -4
  822. package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +9 -4
  823. package/es/panel-component/panel-app-title/panel-app-title.mjs +30 -45
  824. package/es/panel-component/panel-button/panel-button.controller.mjs +3 -3
  825. package/es/panel-component/panel-button/panel-button.css +1 -1
  826. package/es/panel-component/panel-button/panel-button.mjs +3 -2
  827. package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +37 -18
  828. package/es/panel-component/panel-button-list/panel-button-list.mjs +2 -3
  829. package/es/panel-component/panel-container-group/index.mjs +20 -0
  830. package/es/panel-component/panel-container-group/panel-container-group.controller.mjs +97 -0
  831. package/es/panel-component/panel-container-group/panel-container-group.css +1 -0
  832. package/es/panel-component/panel-container-group/panel-container-group.mjs +141 -0
  833. package/es/panel-component/panel-container-group/panel-container-group.provider.mjs +21 -0
  834. package/es/panel-component/panel-container-group/panel-container-group.state.mjs +23 -0
  835. package/es/panel-component/panel-exp-header/panel-exp-header.mjs +1 -1
  836. package/es/panel-component/panel-index-view-search/panel-index-view-search.controller.mjs +51 -0
  837. package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +18 -4
  838. package/es/panel-component/panel-index-view-search/panel-index-view-search.provider.mjs +2 -2
  839. package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
  840. package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +1 -1
  841. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +2 -2
  842. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +3 -3
  843. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +2 -2
  844. package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -6
  845. package/es/panel-component/panel-view-content/panel-view-content.provider.mjs +2 -2
  846. package/es/panel-component/panel-view-header/panel-view-header.mjs +7 -6
  847. package/es/panel-component/panel-view-header/panel-view-header.provider.mjs +2 -2
  848. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
  849. package/es/panel-component/short-cut/short-cut.mjs +30 -5
  850. package/es/panel-component/split-container/split-container.controller.mjs +4 -3
  851. package/es/panel-component/split-container/split-container.mjs +5 -4
  852. package/es/panel-component/split-container/split-container.state.mjs +2 -2
  853. package/es/panel-component/user-action/user-action.mjs +1 -1
  854. package/es/panel-component/user-message/addin-changed/addin-changed.mjs +1 -1
  855. package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
  856. package/es/panel-component/user-message/async-action/async-action/async-action.provider.mjs +14 -0
  857. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
  858. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.css +1 -0
  859. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +161 -9
  860. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.css +1 -1
  861. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
  862. package/es/panel-component/user-message/async-action/async-data-export/async-data-export.css +1 -0
  863. package/es/panel-component/user-message/async-action/async-data-export/async-data-export.mjs +90 -0
  864. package/es/panel-component/user-message/index.mjs +21 -11
  865. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -1
  866. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +25 -11
  867. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +4 -2
  868. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.mjs +1 -1
  869. package/es/panel-component/user-message/internal-message/index.mjs +2 -0
  870. package/es/panel-component/user-message/internal-message/internal-message-group/internal-message-group.css +1 -0
  871. package/es/panel-component/user-message/internal-message/internal-message-group/internal-message-group.mjs +121 -0
  872. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -1
  873. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +5 -3
  874. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  875. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +44 -18
  876. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.mjs +54 -0
  877. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +91 -13
  878. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +4 -2
  879. package/es/panel-component/user-message/user-message.mjs +2 -2
  880. package/es/panel-component/view-message/view-message.mjs +1 -1
  881. package/es/panel-component/view-msg-pos/view-msg-pos.mjs +1 -1
  882. package/es/util/ai-chat-util/ai-chat-util.mjs +1296 -0
  883. package/es/util/ai-chat-util/ai-feedback/ai-feedback.css +1 -0
  884. package/es/util/ai-chat-util/ai-feedback/ai-feedback.mjs +130 -0
  885. package/es/util/app-drawer/app-drawer-component.mjs +2 -2
  886. package/es/util/app-float-window/app-float-window-component.mjs +2 -2
  887. package/es/util/app-modal/app-modal-component.css +1 -1
  888. package/es/util/app-modal/app-modal-component.mjs +45 -4
  889. package/es/util/app-popover/app-popover-component.css +1 -1
  890. package/es/util/app-popover/app-popover-component.mjs +3 -2
  891. package/es/util/app-util/app-util.mjs +114 -223
  892. package/es/util/context-menu/context-menu.mjs +52 -0
  893. package/es/util/fullscreen/fullscreen-util.mjs +1 -1
  894. package/es/util/icon/icon.mjs +25 -0
  895. package/es/util/index.mjs +7 -1
  896. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.css +1 -0
  897. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.mjs +56 -0
  898. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.css +1 -0
  899. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.mjs +52 -0
  900. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.css +1 -0
  901. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.mjs +143 -0
  902. package/es/util/inline-ai-util/inline-ai-textarea/common/index.mjs +4 -0
  903. package/es/util/inline-ai-util/inline-ai-textarea/icon.mjs +267 -0
  904. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
  905. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.mjs +395 -0
  906. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.mjs +321 -0
  907. package/es/util/inline-ai-util/inline-ai-textarea/interface.mjs +1 -0
  908. package/es/util/inline-ai-util/inline-ai-util.mjs +147 -0
  909. package/es/util/modal-util/modal-util.mjs +10 -0
  910. package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
  911. package/es/util/open-view-util/open-view-util.mjs +1 -1
  912. package/es/util/pagination/use-pagination.mjs +1 -1
  913. package/es/util/print-preview-util/html-export/html-helper.mjs +28 -0
  914. package/es/util/print-preview-util/pdf-export/pdf-helper.mjs +325 -0
  915. package/es/util/print-preview-util/pdf-export/pdf-print-process.css +1 -0
  916. package/es/util/print-preview-util/pdf-export/pdf-print-process.mjs +90 -0
  917. package/es/util/print-preview-util/print-preview-markdown/icon/icon.mjs +46 -0
  918. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  919. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.mjs +75 -0
  920. package/es/util/print-preview-util/print-preview-util.mjs +206 -0
  921. package/es/util/render-util/render-util.mjs +1 -1
  922. package/es/util/screen-shot-util/screen-shot/components/index.mjs +3 -0
  923. package/es/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.css +1 -0
  924. package/es/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.mjs +134 -0
  925. package/es/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.css +1 -0
  926. package/es/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.mjs +105 -0
  927. package/es/util/screen-shot-util/screen-shot/constant/index.mjs +178 -0
  928. package/es/util/screen-shot-util/screen-shot/controller/index.mjs +3 -0
  929. package/es/util/screen-shot-util/screen-shot/controller/screen-shot.controller.mjs +384 -0
  930. package/es/util/screen-shot-util/screen-shot/controller/screen-shot.store.mjs +57 -0
  931. package/es/util/screen-shot-util/screen-shot/icon/icon.mjs +100 -0
  932. package/es/util/screen-shot-util/screen-shot/icon/index.mjs +3 -0
  933. package/es/util/screen-shot-util/screen-shot/index.mjs +4 -0
  934. package/es/util/screen-shot-util/screen-shot/module/draw-arrow.mjs +109 -0
  935. package/es/util/screen-shot-util/screen-shot/module/draw-circle.mjs +25 -0
  936. package/es/util/screen-shot-util/screen-shot/module/draw-mosaic.mjs +54 -0
  937. package/es/util/screen-shot-util/screen-shot/module/draw-pencil.mjs +15 -0
  938. package/es/util/screen-shot-util/screen-shot/module/draw-rectangle.mjs +12 -0
  939. package/es/util/screen-shot-util/screen-shot/module/draw-text.mjs +12 -0
  940. package/es/util/screen-shot-util/screen-shot/module/index.mjs +8 -0
  941. package/es/util/screen-shot-util/screen-shot/type/index.mjs +17 -0
  942. package/es/util/screen-shot-util/screen-shot/util/index.mjs +8 -0
  943. package/es/util/screen-shot-util/screen-shot-util.mjs +67 -0
  944. package/es/util/user-route-util/user-route-util.mjs +55 -0
  945. package/es/view/403-view/403-view.mjs +1 -1
  946. package/es/view/404-view/404-view.mjs +1 -1
  947. package/es/view/error-view/error-view.mjs +1 -1
  948. package/es/view/login-view/login-view.mjs +1 -1
  949. package/es/view/share-view/share-view.mjs +1 -1
  950. package/es/view/sub-app-ref-view/index.mjs +1 -1
  951. package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
  952. package/es/view/wf-step-trace-view/index.mjs +1 -1
  953. package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
  954. package/es/view-engine/calendar-exp-view.engine.mjs +6 -24
  955. package/es/view-engine/calendar-view.engine.mjs +10 -0
  956. package/es/view-engine/chart-exp-view.engine.mjs +6 -15
  957. package/es/view-engine/custom-view.engine.mjs +5 -13
  958. package/es/view-engine/data-view.engine.mjs +0 -1
  959. package/es/view-engine/de-index-view-engine.mjs +1 -1
  960. package/es/view-engine/edit-view.engine.mjs +22 -4
  961. package/es/view-engine/gantt-view.engine.mjs +5 -45
  962. package/es/view-engine/grid-view.engine.mjs +0 -1
  963. package/es/view-engine/index-view.engine.mjs +0 -1
  964. package/es/view-engine/index.mjs +4 -0
  965. package/es/view-engine/list-view.engine.mjs +0 -1
  966. package/es/view-engine/login-view.engine.mjs +17 -4
  967. package/es/view-engine/md-custom-view.engine.mjs +88 -15
  968. package/es/view-engine/medit-view9.engine.mjs +0 -1
  969. package/es/view-engine/mpickup-view-engine.mjs +54 -22
  970. package/es/view-engine/opt-view.engine.mjs +7 -2
  971. package/es/view-engine/pickup-data-view.engine.mjs +31 -1
  972. package/es/view-engine/pickup-grid-view.engine.mjs +31 -1
  973. package/es/view-engine/pickup-tree-view.engine.mjs +15 -60
  974. package/es/view-engine/pickup-view.engine.mjs +26 -0
  975. package/es/view-engine/portal-view-engine.mjs +5 -9
  976. package/es/view-engine/report-view.engine.mjs +0 -1
  977. package/es/view-engine/tab-exp-view.engine.mjs +1 -1
  978. package/es/view-engine/tab-search-view.engine.mjs +4 -3
  979. package/es/view-engine/tree-exp-view.engine.mjs +0 -1
  980. package/es/view-engine/tree-grid-ex-view.engine.mjs +0 -1
  981. package/es/view-engine/tree-grid-view.engine.mjs +0 -1
  982. package/es/view-engine/tree-view.engine.mjs +41 -12
  983. package/es/view-engine/wf-dyna-action-view.engine.mjs +0 -1
  984. package/es/view-engine/wf-dyna-edit-view.engine.mjs +2 -2
  985. package/es/view-engine/wf-dyna-start-view.engine.mjs +0 -1
  986. package/es/web-app/App.mjs +18 -2
  987. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
  988. package/es/web-app/components/router-shell/router-shell.mjs +2 -2
  989. package/es/web-app/create-vue-app.mjs +5 -4
  990. package/es/web-app/guard/auth-guard/auth-guard.mjs +35 -8
  991. package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +1 -0
  992. package/es/web-app/main.mjs +9 -1
  993. package/es/web-app/router/index.mjs +183 -97
  994. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +22 -1
  995. package/lib/_virtual/a-callable.cjs +9 -0
  996. package/lib/_virtual/a-constructor.cjs +9 -0
  997. package/lib/_virtual/a-possible-prototype.cjs +9 -0
  998. package/lib/_virtual/add-to-unscopables.cjs +9 -0
  999. package/lib/_virtual/advance-string-index.cjs +9 -0
  1000. package/lib/_virtual/an-instance.cjs +9 -0
  1001. package/lib/_virtual/an-object.cjs +9 -0
  1002. package/lib/_virtual/array-includes.cjs +9 -0
  1003. package/lib/_virtual/array-method-is-strict.cjs +9 -0
  1004. package/lib/_virtual/array-reduce.cjs +9 -0
  1005. package/lib/_virtual/array-slice.cjs +9 -0
  1006. package/lib/_virtual/check-correctness-of-iteration.cjs +9 -0
  1007. package/lib/_virtual/classof-raw.cjs +9 -0
  1008. package/lib/_virtual/classof.cjs +9 -0
  1009. package/lib/_virtual/copy-constructor-properties.cjs +9 -0
  1010. package/lib/_virtual/correct-is-regexp-logic.cjs +9 -0
  1011. package/lib/_virtual/correct-prototype-getter.cjs +9 -0
  1012. package/lib/_virtual/create-iter-result-object.cjs +9 -0
  1013. package/lib/_virtual/create-non-enumerable-property.cjs +9 -0
  1014. package/lib/_virtual/create-property-descriptor.cjs +9 -0
  1015. package/lib/_virtual/define-built-in-accessor.cjs +9 -0
  1016. package/lib/_virtual/define-built-in.cjs +9 -0
  1017. package/lib/_virtual/define-global-property.cjs +9 -0
  1018. package/lib/_virtual/descriptors.cjs +9 -0
  1019. package/lib/_virtual/document-create-element.cjs +9 -0
  1020. package/lib/_virtual/dom-iterables.cjs +9 -0
  1021. package/lib/_virtual/dom-token-list-prototype.cjs +9 -0
  1022. package/lib/_virtual/enum-bug-keys.cjs +9 -0
  1023. package/lib/_virtual/environment-is-ios-pebble.cjs +9 -0
  1024. package/lib/_virtual/environment-is-ios.cjs +9 -0
  1025. package/lib/_virtual/environment-is-node.cjs +9 -0
  1026. package/lib/_virtual/environment-is-webos-webkit.cjs +9 -0
  1027. package/lib/_virtual/environment-user-agent.cjs +9 -0
  1028. package/lib/_virtual/environment-v8-version.cjs +9 -0
  1029. package/lib/_virtual/environment.cjs +9 -0
  1030. package/lib/_virtual/es.array.index-of.cjs +5 -0
  1031. package/lib/_virtual/es.array.iterator.cjs +9 -0
  1032. package/lib/_virtual/es.array.reduce.cjs +5 -0
  1033. package/lib/_virtual/es.array.reverse.cjs +5 -0
  1034. package/lib/_virtual/es.promise.all.cjs +4 -0
  1035. package/lib/_virtual/es.promise.all2.cjs +5 -0
  1036. package/lib/_virtual/es.promise.catch.cjs +4 -0
  1037. package/lib/_virtual/es.promise.catch2.cjs +5 -0
  1038. package/lib/_virtual/es.promise.cjs +5 -0
  1039. package/lib/_virtual/es.promise.constructor.cjs +4 -0
  1040. package/lib/_virtual/es.promise.constructor2.cjs +5 -0
  1041. package/lib/_virtual/es.promise.race.cjs +4 -0
  1042. package/lib/_virtual/es.promise.race2.cjs +5 -0
  1043. package/lib/_virtual/es.promise.reject.cjs +4 -0
  1044. package/lib/_virtual/es.promise.reject2.cjs +5 -0
  1045. package/lib/_virtual/es.promise.resolve.cjs +4 -0
  1046. package/lib/_virtual/es.promise.resolve2.cjs +5 -0
  1047. package/lib/_virtual/es.regexp.exec.cjs +4 -0
  1048. package/lib/_virtual/es.regexp.exec2.cjs +5 -0
  1049. package/lib/_virtual/es.regexp.to-string.cjs +5 -0
  1050. package/lib/_virtual/es.string.ends-with.cjs +5 -0
  1051. package/lib/_virtual/es.string.includes.cjs +5 -0
  1052. package/lib/_virtual/es.string.match.cjs +5 -0
  1053. package/lib/_virtual/es.string.replace.cjs +5 -0
  1054. package/lib/_virtual/es.string.split.cjs +5 -0
  1055. package/lib/_virtual/es.string.starts-with.cjs +5 -0
  1056. package/lib/_virtual/es.string.trim.cjs +5 -0
  1057. package/lib/_virtual/export.cjs +9 -0
  1058. package/lib/_virtual/fails.cjs +9 -0
  1059. package/lib/_virtual/fix-regexp-well-known-symbol-logic.cjs +9 -0
  1060. package/lib/_virtual/function-apply.cjs +9 -0
  1061. package/lib/_virtual/function-bind-context.cjs +9 -0
  1062. package/lib/_virtual/function-bind-native.cjs +9 -0
  1063. package/lib/_virtual/function-call.cjs +9 -0
  1064. package/lib/_virtual/function-name.cjs +9 -0
  1065. package/lib/_virtual/function-uncurry-this-accessor.cjs +9 -0
  1066. package/lib/_virtual/function-uncurry-this-clause.cjs +9 -0
  1067. package/lib/_virtual/function-uncurry-this.cjs +9 -0
  1068. package/lib/_virtual/get-built-in.cjs +9 -0
  1069. package/lib/_virtual/get-iterator-method.cjs +9 -0
  1070. package/lib/_virtual/get-iterator.cjs +9 -0
  1071. package/lib/_virtual/get-method.cjs +9 -0
  1072. package/lib/_virtual/get-substitution.cjs +9 -0
  1073. package/lib/_virtual/global-this.cjs +9 -0
  1074. package/lib/_virtual/has-own-property.cjs +9 -0
  1075. package/lib/_virtual/hidden-keys.cjs +9 -0
  1076. package/lib/_virtual/host-report-errors.cjs +9 -0
  1077. package/lib/_virtual/html.cjs +9 -0
  1078. package/lib/_virtual/ie8-dom-define.cjs +9 -0
  1079. package/lib/_virtual/index2.cjs +5 -0
  1080. package/lib/_virtual/indexed-object.cjs +9 -0
  1081. package/lib/_virtual/inspect-source.cjs +9 -0
  1082. package/lib/_virtual/internal-state.cjs +9 -0
  1083. package/lib/_virtual/is-array-iterator-method.cjs +9 -0
  1084. package/lib/_virtual/is-array.cjs +9 -0
  1085. package/lib/_virtual/is-callable.cjs +9 -0
  1086. package/lib/_virtual/is-constructor.cjs +9 -0
  1087. package/lib/_virtual/is-forced.cjs +9 -0
  1088. package/lib/_virtual/is-null-or-undefined.cjs +9 -0
  1089. package/lib/_virtual/is-object.cjs +9 -0
  1090. package/lib/_virtual/is-possible-prototype.cjs +9 -0
  1091. package/lib/_virtual/is-pure.cjs +9 -0
  1092. package/lib/_virtual/is-regexp.cjs +9 -0
  1093. package/lib/_virtual/is-symbol.cjs +9 -0
  1094. package/lib/_virtual/iterate.cjs +9 -0
  1095. package/lib/_virtual/iterator-close.cjs +9 -0
  1096. package/lib/_virtual/iterator-create-constructor.cjs +9 -0
  1097. package/lib/_virtual/iterator-define.cjs +9 -0
  1098. package/lib/_virtual/iterators-core.cjs +9 -0
  1099. package/lib/_virtual/iterators.cjs +9 -0
  1100. package/lib/_virtual/length-of-array-like.cjs +9 -0
  1101. package/lib/_virtual/make-built-in.cjs +9 -0
  1102. package/lib/_virtual/make-built-in2.cjs +5 -0
  1103. package/lib/_virtual/math-trunc.cjs +9 -0
  1104. package/lib/_virtual/microtask.cjs +9 -0
  1105. package/lib/_virtual/new-promise-capability.cjs +4 -0
  1106. package/lib/_virtual/new-promise-capability2.cjs +5 -0
  1107. package/lib/_virtual/not-a-regexp.cjs +9 -0
  1108. package/lib/_virtual/object-create.cjs +9 -0
  1109. package/lib/_virtual/object-define-properties.cjs +4 -0
  1110. package/lib/_virtual/object-define-properties2.cjs +5 -0
  1111. package/lib/_virtual/object-define-property.cjs +4 -0
  1112. package/lib/_virtual/object-define-property2.cjs +5 -0
  1113. package/lib/_virtual/object-get-own-property-descriptor.cjs +4 -0
  1114. package/lib/_virtual/object-get-own-property-descriptor2.cjs +5 -0
  1115. package/lib/_virtual/object-get-own-property-names.cjs +4 -0
  1116. package/lib/_virtual/object-get-own-property-names2.cjs +5 -0
  1117. package/lib/_virtual/object-get-own-property-symbols.cjs +4 -0
  1118. package/lib/_virtual/object-get-own-property-symbols2.cjs +5 -0
  1119. package/lib/_virtual/object-get-prototype-of.cjs +9 -0
  1120. package/lib/_virtual/object-is-prototype-of.cjs +9 -0
  1121. package/lib/_virtual/object-keys-internal.cjs +9 -0
  1122. package/lib/_virtual/object-keys.cjs +9 -0
  1123. package/lib/_virtual/object-property-is-enumerable.cjs +4 -0
  1124. package/lib/_virtual/object-property-is-enumerable2.cjs +5 -0
  1125. package/lib/_virtual/object-set-prototype-of.cjs +9 -0
  1126. package/lib/_virtual/ordinary-to-primitive.cjs +9 -0
  1127. package/lib/_virtual/own-keys.cjs +9 -0
  1128. package/lib/_virtual/path.cjs +9 -0
  1129. package/lib/_virtual/perform.cjs +9 -0
  1130. package/lib/_virtual/performance-now.cjs +9 -0
  1131. package/lib/_virtual/performance-now2.cjs +5 -0
  1132. package/lib/_virtual/promise-constructor-detection.cjs +9 -0
  1133. package/lib/_virtual/promise-native-constructor.cjs +9 -0
  1134. package/lib/_virtual/promise-resolve.cjs +9 -0
  1135. package/lib/_virtual/promise-statics-incorrect-iteration.cjs +9 -0
  1136. package/lib/_virtual/queue.cjs +9 -0
  1137. package/lib/_virtual/regexp-exec-abstract.cjs +9 -0
  1138. package/lib/_virtual/regexp-exec.cjs +9 -0
  1139. package/lib/_virtual/regexp-flags-detection.cjs +9 -0
  1140. package/lib/_virtual/regexp-flags.cjs +9 -0
  1141. package/lib/_virtual/regexp-get-flags.cjs +9 -0
  1142. package/lib/_virtual/regexp-sticky-helpers.cjs +9 -0
  1143. package/lib/_virtual/regexp-unsupported-dot-all.cjs +9 -0
  1144. package/lib/_virtual/regexp-unsupported-ncg.cjs +9 -0
  1145. package/lib/_virtual/require-object-coercible.cjs +9 -0
  1146. package/lib/_virtual/safe-get-built-in.cjs +9 -0
  1147. package/lib/_virtual/set-species.cjs +9 -0
  1148. package/lib/_virtual/set-to-string-tag.cjs +9 -0
  1149. package/lib/_virtual/shared-key.cjs +9 -0
  1150. package/lib/_virtual/shared-store.cjs +9 -0
  1151. package/lib/_virtual/shared-store2.cjs +5 -0
  1152. package/lib/_virtual/shared.cjs +9 -0
  1153. package/lib/_virtual/species-constructor.cjs +9 -0
  1154. package/lib/_virtual/string-multibyte.cjs +9 -0
  1155. package/lib/_virtual/string-trim-forced.cjs +9 -0
  1156. package/lib/_virtual/string-trim.cjs +9 -0
  1157. package/lib/_virtual/symbol-constructor-detection.cjs +9 -0
  1158. package/lib/_virtual/task.cjs +9 -0
  1159. package/lib/_virtual/to-absolute-index.cjs +9 -0
  1160. package/lib/_virtual/to-indexed-object.cjs +9 -0
  1161. package/lib/_virtual/to-integer-or-infinity.cjs +9 -0
  1162. package/lib/_virtual/to-length.cjs +9 -0
  1163. package/lib/_virtual/to-object.cjs +9 -0
  1164. package/lib/_virtual/to-primitive.cjs +9 -0
  1165. package/lib/_virtual/to-property-key.cjs +9 -0
  1166. package/lib/_virtual/to-string-tag-support.cjs +9 -0
  1167. package/lib/_virtual/to-string.cjs +9 -0
  1168. package/lib/_virtual/try-to-string.cjs +9 -0
  1169. package/lib/_virtual/uid.cjs +9 -0
  1170. package/lib/_virtual/use-symbol-as-uid.cjs +9 -0
  1171. package/lib/_virtual/v8-prototype-define-bug.cjs +9 -0
  1172. package/lib/_virtual/validate-arguments-length.cjs +9 -0
  1173. package/lib/_virtual/weak-map-basic-detection.cjs +9 -0
  1174. package/lib/_virtual/web.dom-collections.iterator.cjs +5 -0
  1175. package/lib/_virtual/well-known-symbol.cjs +9 -0
  1176. package/lib/_virtual/whitespaces.cjs +9 -0
  1177. package/lib/common/action-toolbar/action-toolbar.cjs +100 -26
  1178. package/lib/common/action-toolbar/action-toolbar.css +1 -1
  1179. package/lib/common/button-list/button-list.cjs +83 -37
  1180. package/lib/common/button-list/button-list.css +1 -1
  1181. package/lib/common/carousel/carousel.css +1 -1
  1182. package/lib/common/col/col.cjs +19 -2
  1183. package/lib/common/control-navigation/control-navigation.cjs +8 -9
  1184. package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +21 -8
  1185. package/lib/common/control-navigation/provider/chart-navigation.provider.cjs +150 -0
  1186. package/lib/common/control-navigation/provider/index.cjs +4 -1
  1187. package/lib/common/control-navigation/provider/map-navigation.provider.cjs +46 -10
  1188. package/lib/common/control-navigation/provider/navigation-base.provider.cjs +25 -10
  1189. package/lib/common/control-navigation/provider/tree-navigation.provider.cjs +5 -8
  1190. package/lib/common/custom-theme/custom-theme.cjs +13 -7
  1191. package/lib/common/custom-theme/custom-theme.controller.cjs +34 -0
  1192. package/lib/common/data-import2/data-import2.cjs +10 -5
  1193. package/lib/common/data-import2-select/data-import2-select.cjs +7 -2
  1194. package/lib/common/emoji-select/components/emoji-list/emoji-list.cjs +1 -1
  1195. package/lib/common/emoji-select/emoji-select.cjs +5 -5
  1196. package/lib/common/grid-setting/grid-setting.cjs +9 -4
  1197. package/lib/common/index.cjs +3 -0
  1198. package/lib/common/kanben-setting/kanben-setting.cjs +67 -0
  1199. package/lib/common/kanben-setting/kanben-setting.css +1 -0
  1200. package/lib/common/map-chart/map-chart.cjs +11 -17
  1201. package/lib/common/map-chart/map-manager.cjs +3 -4
  1202. package/lib/common/map-chart-user/map-chart-user.cjs +82 -5
  1203. package/lib/common/map-chart-user/map-chart-user.css +1 -1
  1204. package/lib/common/map-chart-user/map-chart-user.util.cjs +54 -3
  1205. package/lib/common/map-chart-user/map-user-manager.cjs +46 -10
  1206. package/lib/common/pagination/pagination.cjs +23 -0
  1207. package/lib/common/pagination/pagination.css +1 -1
  1208. package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
  1209. package/lib/common/rawitem/rawitem.cjs +44 -5
  1210. package/lib/control/app-menu/app-menu.cjs +195 -206
  1211. package/lib/control/app-menu/app-menu.css +1 -1
  1212. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +63 -92
  1213. package/lib/control/calendar/calendar-util.cjs +30 -0
  1214. package/lib/control/calendar/calendar.cjs +165 -63
  1215. package/lib/control/calendar/calendar.css +1 -1
  1216. package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +53 -16
  1217. package/lib/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  1218. package/lib/control/calendar/components/calendar-daily/use-calendar-daily.cjs +133 -45
  1219. package/lib/control/calendar/components/calendar-user/calendar-user.cjs +77 -2
  1220. package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -1
  1221. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +90 -69
  1222. package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
  1223. package/lib/control/calendar/components/calendar-week/use-calendar-week.cjs +345 -154
  1224. package/lib/control/calendar/components/constant/event.cjs +2 -0
  1225. package/lib/control/calendar/components/constant/index.cjs +1 -0
  1226. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +31 -16
  1227. package/lib/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  1228. package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +24 -0
  1229. package/lib/control/calendar/components/interface/calendar-daily.cjs +6 -1
  1230. package/lib/control/calendar/components/interface/calendar-week.cjs +2 -1
  1231. package/lib/control/calendar/components/interface/custom-calendar.cjs +2 -1
  1232. package/lib/control/calendar/components/util/index.cjs +6 -0
  1233. package/lib/control/calendar/components/util/util.cjs +45 -1
  1234. package/lib/control/caption-bar/caption-bar.cjs +6 -0
  1235. package/lib/control/chart/chart.cjs +45 -39
  1236. package/lib/control/context-menu/context-menu.cjs +76 -4
  1237. package/lib/control/context-menu/context-menu.css +1 -1
  1238. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +6 -2
  1239. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +2 -2
  1240. package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +1 -1
  1241. package/lib/control/dashboard/dashboard.cjs +3 -2
  1242. package/lib/control/dashboard/dashboard.css +1 -1
  1243. package/lib/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.cjs +3 -0
  1244. package/lib/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  1245. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +51 -10
  1246. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  1247. package/lib/control/data-view/data-view.cjs +149 -24
  1248. package/lib/control/data-view/data-view.css +1 -1
  1249. package/lib/control/drbar/drbar.cjs +10 -4
  1250. package/lib/control/drbar/drbar.controller.cjs +50 -34
  1251. package/lib/control/drbar/drbar.css +1 -1
  1252. package/lib/control/drtab/drtab-control.util.cjs +2 -2
  1253. package/lib/control/drtab/drtab.cjs +22 -6
  1254. package/lib/control/drtab/drtab.controller.cjs +92 -18
  1255. package/lib/control/drtab/drtab.css +1 -1
  1256. package/lib/control/drtab/flow-drtab.cjs +203 -10
  1257. package/lib/control/drtab/flow-drtab.css +1 -1
  1258. package/lib/control/exp-bar/calendar-exp-bar/calendar-exp-bar.cjs +2 -2
  1259. package/lib/control/exp-bar/chart-exp-bar/chart-exp-bar.cjs +2 -2
  1260. package/lib/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.cjs +2 -2
  1261. package/lib/control/exp-bar/grid-exp-bar/grid-exp-bar.cjs +2 -2
  1262. package/lib/control/exp-bar/list-exp-bar/list-exp-bar.cjs +2 -2
  1263. package/lib/control/exp-bar/tree-exp-bar/tree-exp-bar.cjs +2 -2
  1264. package/lib/control/form/edit-form/edit-form.cjs +29 -3
  1265. package/lib/control/form/form/form.cjs +3 -1
  1266. package/lib/control/form/form/form.css +1 -1
  1267. package/lib/control/form/form/index.cjs +2 -0
  1268. package/lib/control/form/form-detail/form-button/form-button.cjs +1 -1
  1269. package/lib/control/form/form-detail/form-button/form-button.css +1 -1
  1270. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +11 -5
  1271. package/lib/control/form/form-detail/form-iframe/form-iframe.cjs +58 -0
  1272. package/lib/control/form/form-detail/form-iframe/form-iframe.css +1 -0
  1273. package/lib/control/form/form-detail/form-iframe/form-iframe.provider.cjs +23 -0
  1274. package/lib/control/form/form-detail/form-iframe/index.cjs +17 -0
  1275. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.cjs +180 -0
  1276. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.controller.cjs +189 -0
  1277. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.css +1 -0
  1278. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.provider.cjs +23 -0
  1279. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.state.cjs +24 -0
  1280. package/lib/control/form/form-detail/form-item/composite-form-item-ex/index.cjs +20 -0
  1281. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +52 -10
  1282. package/lib/control/form/form-detail/form-item/form-item.cjs +32 -26
  1283. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  1284. package/lib/control/form/form-detail/form-item/index.cjs +2 -0
  1285. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +3 -1
  1286. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +43 -13
  1287. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +10 -0
  1288. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.util.cjs +32 -0
  1289. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +149 -62
  1290. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  1291. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.cjs +311 -0
  1292. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
  1293. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +6 -1
  1294. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +12 -2
  1295. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +4 -1
  1296. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +81 -18
  1297. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  1298. package/lib/control/form/form-detail/form-page/form-page-item/form-page.item.cjs +4 -3
  1299. package/lib/control/form/form-detail/form-tab-page/form-tab-page.cjs +3 -2
  1300. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +60 -37
  1301. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  1302. package/lib/control/form/form-detail/index.cjs +2 -0
  1303. package/lib/control/form/index.cjs +6 -4
  1304. package/lib/control/form/search-form/search-form.cjs +9 -3
  1305. package/lib/control/gantt/gantt.cjs +194 -20
  1306. package/lib/control/gantt/gantt.css +1 -1
  1307. package/lib/control/grid/grid/grid-control.util.cjs +65 -43
  1308. package/lib/control/grid/grid/grid.cjs +63 -49
  1309. package/lib/control/grid/grid/grid.css +1 -1
  1310. package/lib/control/grid/grid/index.cjs +2 -0
  1311. package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.cjs +14 -3
  1312. package/lib/control/grid/grid-column/grid-field-column/attachment-column/file-util.cjs +88 -25
  1313. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +28 -30
  1314. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  1315. package/lib/control/grid/grid-column/grid-field-edit-column/all-edit.cjs +2 -1
  1316. package/lib/control/grid/grid-column/grid-field-edit-column/cell-edit.cjs +2 -1
  1317. package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +57 -19
  1318. package/lib/control/grid/grid-column/grid-field-edit-column/row-edit.cjs +2 -1
  1319. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.cjs +1 -0
  1320. package/lib/control/grid/virtualized-table/index.cjs +23 -0
  1321. package/lib/control/grid/virtualized-table/virtualized-table.cjs +328 -0
  1322. package/lib/control/grid/virtualized-table/virtualized-table.css +1 -0
  1323. package/lib/control/grid/virtualized-table/virtualized-table.provider.cjs +16 -0
  1324. package/lib/control/grid/virtualized-table/virtualized-table.util.cjs +193 -0
  1325. package/lib/control/index.cjs +82 -80
  1326. package/lib/control/kanban/kanban.cjs +115 -32
  1327. package/lib/control/kanban/kanban.css +1 -1
  1328. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +467 -0
  1329. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -0
  1330. package/lib/control/list/list.cjs +201 -81
  1331. package/lib/control/list/list.css +1 -1
  1332. package/lib/control/map/map.cjs +23 -21
  1333. package/lib/control/medit-view-panel/medit-view-panel.cjs +50 -30
  1334. package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
  1335. package/lib/control/report-panel/index.cjs +8 -6
  1336. package/lib/control/report-panel/report-detail/bi-report/bi-report.cjs +48 -0
  1337. package/lib/control/report-panel/report-detail/bi-report/bi-report.css +1 -0
  1338. package/lib/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.cjs +186 -0
  1339. package/lib/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.css +1 -0
  1340. package/lib/control/report-panel/report-detail/bi-report/commons/index.cjs +7 -0
  1341. package/lib/control/report-panel/report-detail/bi-report/index.cjs +14 -0
  1342. package/lib/control/report-panel/report-detail/index.cjs +2 -0
  1343. package/lib/control/report-panel/report-panel.cjs +9 -8
  1344. package/lib/control/search-bar/search-bar.cjs +34 -4
  1345. package/lib/control/search-bar/search-bar.css +1 -1
  1346. package/lib/control/search-bar/search-groups/search-groups.cjs +15 -1
  1347. package/lib/control/search-bar/search-groups/search-groups.css +1 -1
  1348. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +9 -3
  1349. package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
  1350. package/lib/control/toolbar/export-excel/export-excel.cjs +21 -6
  1351. package/lib/control/toolbar/index.cjs +4 -0
  1352. package/lib/control/toolbar/toolbar.cjs +107 -48
  1353. package/lib/control/toolbar/toolbar.css +1 -1
  1354. package/lib/control/tree/tree.cjs +42 -69
  1355. package/lib/control/tree/tree.css +1 -1
  1356. package/lib/control/tree-grid/tree-grid.cjs +141 -65
  1357. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.cjs +3 -1
  1358. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +13 -6
  1359. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.css +1 -1
  1360. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.cjs +1 -0
  1361. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.css +1 -1
  1362. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +70 -38
  1363. package/lib/control/tree-grid-ex/tree-grid-ex.css +1 -1
  1364. package/lib/directives/common/index.cjs +13 -0
  1365. package/lib/directives/common/tooltip/tooltip.cjs +177 -0
  1366. package/lib/directives/common/tooltip/tooltip.css +1 -0
  1367. package/lib/directives/index.cjs +15 -0
  1368. package/lib/directives/tooltip/tooltip.cjs +102 -0
  1369. package/lib/editor/array/ibiz-array/ibiz-array.cjs +13 -1
  1370. package/lib/editor/array/ibiz-array/ibiz-array.css +1 -1
  1371. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +1 -1
  1372. package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.cjs +32 -12
  1373. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +144 -336
  1374. package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.cjs +8 -2
  1375. package/lib/editor/check-box-list/checkbox-list-editor.controller.cjs +4 -1
  1376. package/lib/editor/code/code-editor.controller.cjs +253 -0
  1377. package/lib/editor/code/monaco-editor/monaco-editor.cjs +153 -189
  1378. package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
  1379. package/lib/editor/color-picker/color-picker-editor.controller.cjs +4 -1
  1380. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +8 -8
  1381. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +143 -67
  1382. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  1383. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +159 -49
  1384. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  1385. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +9 -12
  1386. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  1387. package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.cjs +16 -9
  1388. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +4 -4
  1389. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +55 -43
  1390. package/lib/editor/data-picker/picker-editor.controller.cjs +96 -9
  1391. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +9 -0
  1392. package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
  1393. package/lib/editor/date-range-select/date-range-select.controller.cjs +9 -0
  1394. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +14 -3
  1395. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +22 -19
  1396. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  1397. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +9 -7
  1398. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -1
  1399. package/lib/editor/html/html-editor.controller.cjs +223 -1
  1400. package/lib/editor/html/wang-editor/config/index.cjs +7 -0
  1401. package/lib/editor/html/wang-editor/config/toolbar.cjs +92 -0
  1402. package/lib/editor/html/wang-editor/constants/svg.cjs +14 -0
  1403. package/lib/editor/html/wang-editor/index.cjs +5 -0
  1404. package/lib/editor/html/wang-editor/module/ai-module.cjs +1 -1
  1405. package/lib/editor/html/wang-editor/module/emoji-module.cjs +2 -2
  1406. package/lib/editor/html/wang-editor/module/extra-module.cjs +83 -0
  1407. package/lib/editor/html/wang-editor/module/index.cjs +5 -0
  1408. package/lib/editor/html/wang-editor/module/inline-ai-module.cjs +98 -0
  1409. package/lib/editor/html/wang-editor/wang-editor.cjs +145 -194
  1410. package/lib/editor/html/wang-editor/wang-editor.css +1 -1
  1411. package/lib/editor/index.cjs +6 -0
  1412. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.cjs +1 -1
  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 +380 -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/rate/ibiz-rate/ibiz-rate.cjs +3 -0
  1422. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +13 -3
  1423. package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +12 -0
  1424. package/lib/editor/span/span/span.cjs +5 -4
  1425. package/lib/editor/span/span-editor.controller.cjs +2 -2
  1426. package/lib/editor/switch/ibiz-switch/ibiz-switch.cjs +3 -0
  1427. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +166 -107
  1428. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  1429. package/lib/editor/text-box/index.cjs +2 -0
  1430. package/lib/editor/text-box/input/input.cjs +17 -177
  1431. package/lib/editor/text-box/input/input.css +1 -1
  1432. package/lib/editor/text-box/signature/signature.cjs +261 -0
  1433. package/lib/editor/text-box/signature/signature.css +1 -0
  1434. package/lib/editor/text-box/text-box-editor.provider.cjs +4 -0
  1435. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +80 -7
  1436. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  1437. package/lib/editor/upload/ibiz-image-cropping/ibiz-image-cropping.cjs +12 -2
  1438. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +5 -2
  1439. package/lib/editor/upload/upload-editor.controller.cjs +117 -2
  1440. package/lib/editor/upload/use/use-custom-upload.cjs +148 -0
  1441. package/lib/editor/upload/use/use-iview-upload.cjs +120 -34
  1442. package/lib/ibiz-vue3.cjs +2 -0
  1443. package/lib/index.cjs +128 -112
  1444. package/lib/locale/en/index.cjs +132 -9
  1445. package/lib/locale/zh-CN/index.cjs +132 -9
  1446. 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
  1447. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs +31 -0
  1448. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +16 -0
  1449. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +18 -0
  1450. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +13 -0
  1451. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.cjs +15 -0
  1452. package/lib/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/config/index.cjs +11 -0
  1453. package/lib/node_modules/.pnpm/canvg@3.0.11/node_modules/canvg/lib/index.es.cjs +6639 -0
  1454. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-callable.cjs +26 -0
  1455. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-constructor.cjs +26 -0
  1456. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-possible-prototype.cjs +23 -0
  1457. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/add-to-unscopables.cjs +38 -0
  1458. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/advance-string-index.cjs +21 -0
  1459. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-instance.cjs +22 -0
  1460. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-object.cjs +24 -0
  1461. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-includes.cjs +51 -0
  1462. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-method-is-strict.cjs +23 -0
  1463. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-reduce.cjs +65 -0
  1464. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-slice.cjs +17 -0
  1465. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/check-correctness-of-iteration.cjs +56 -0
  1466. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof-raw.cjs +22 -0
  1467. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof.cjs +49 -0
  1468. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/copy-constructor-properties.cjs +36 -0
  1469. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-is-regexp-logic.cjs +29 -0
  1470. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-prototype-getter.cjs +22 -0
  1471. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-iter-result-object.cjs +17 -0
  1472. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-non-enumerable-property.cjs +28 -0
  1473. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-property-descriptor.cjs +20 -0
  1474. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in-accessor.cjs +24 -0
  1475. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in.cjs +47 -0
  1476. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-global-property.cjs +26 -0
  1477. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/descriptors.cjs +21 -0
  1478. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/document-create-element.cjs +26 -0
  1479. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-iterables.cjs +47 -0
  1480. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-token-list-prototype.cjs +21 -0
  1481. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/enum-bug-keys.cjs +22 -0
  1482. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios-pebble.cjs +17 -0
  1483. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios.cjs +17 -0
  1484. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-node.cjs +17 -0
  1485. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-webos-webkit.cjs +17 -0
  1486. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-user-agent.cjs +20 -0
  1487. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-v8-version.cjs +43 -0
  1488. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment.cjs +38 -0
  1489. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/export.cjs +80 -0
  1490. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fails.cjs +19 -0
  1491. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.cjs +102 -0
  1492. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-apply.cjs +24 -0
  1493. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-context.cjs +31 -0
  1494. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-native.cjs +22 -0
  1495. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-call.cjs +21 -0
  1496. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-name.cjs +33 -0
  1497. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-accessor.cjs +25 -0
  1498. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-clause.cjs +25 -0
  1499. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this.cjs +26 -0
  1500. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-built-in.cjs +26 -0
  1501. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator-method.cjs +35 -0
  1502. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator.cjs +35 -0
  1503. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-method.cjs +25 -0
  1504. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-substitution.cjs +61 -0
  1505. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/global-this.cjs +27 -0
  1506. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/has-own-property.cjs +27 -0
  1507. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/hidden-keys.cjs +13 -0
  1508. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/host-report-errors.cjs +18 -0
  1509. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/html.cjs +17 -0
  1510. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ie8-dom-define.cjs +29 -0
  1511. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/indexed-object.cjs +33 -0
  1512. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/inspect-source.cjs +32 -0
  1513. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/internal-state.cjs +98 -0
  1514. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array-iterator-method.cjs +26 -0
  1515. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array.cjs +22 -0
  1516. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-callable.cjs +23 -0
  1517. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-constructor.cjs +75 -0
  1518. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-forced.cjs +38 -0
  1519. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-null-or-undefined.cjs +17 -0
  1520. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-object.cjs +19 -0
  1521. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-possible-prototype.cjs +19 -0
  1522. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-pure.cjs +13 -0
  1523. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-regexp.cjs +30 -0
  1524. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-symbol.cjs +33 -0
  1525. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterate.cjs +105 -0
  1526. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-close.cjs +41 -0
  1527. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-create-constructor.cjs +37 -0
  1528. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-define.cjs +141 -0
  1529. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators-core.cjs +76 -0
  1530. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators.cjs +13 -0
  1531. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/length-of-array-like.cjs +21 -0
  1532. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/make-built-in.cjs +86 -0
  1533. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/math-trunc.cjs +22 -0
  1534. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/microtask.cjs +108 -0
  1535. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/new-promise-capability.cjs +33 -0
  1536. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/not-a-regexp.cjs +23 -0
  1537. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-create.cjs +110 -0
  1538. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-properties.cjs +43 -0
  1539. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-property.cjs +64 -0
  1540. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-descriptor.cjs +49 -0
  1541. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-names.cjs +26 -0
  1542. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-symbols.cjs +13 -0
  1543. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-prototype-of.cjs +43 -0
  1544. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-is-prototype-of.cjs +17 -0
  1545. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys-internal.cjs +42 -0
  1546. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys.cjs +25 -0
  1547. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-property-is-enumerable.cjs +24 -0
  1548. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-set-prototype-of.cjs +48 -0
  1549. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ordinary-to-primitive.cjs +33 -0
  1550. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/own-keys.cjs +36 -0
  1551. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/path.cjs +17 -0
  1552. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/perform.cjs +19 -0
  1553. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-constructor-detection.cjs +76 -0
  1554. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-native-constructor.cjs +17 -0
  1555. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-resolve.cjs +30 -0
  1556. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-statics-incorrect-iteration.cjs +25 -0
  1557. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/queue.cjs +36 -0
  1558. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec-abstract.cjs +42 -0
  1559. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec.cjs +155 -0
  1560. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags-detection.cjs +62 -0
  1561. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags.cjs +31 -0
  1562. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-get-flags.cjs +37 -0
  1563. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-sticky-helpers.cjs +46 -0
  1564. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-dot-all.cjs +26 -0
  1565. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-ncg.cjs +27 -0
  1566. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/require-object-coercible.cjs +24 -0
  1567. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/safe-get-built-in.cjs +28 -0
  1568. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-species.cjs +37 -0
  1569. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-to-string-tag.cjs +30 -0
  1570. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-key.cjs +24 -0
  1571. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-store.cjs +36 -0
  1572. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared.cjs +19 -0
  1573. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/species-constructor.cjs +34 -0
  1574. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-multibyte.cjs +56 -0
  1575. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim-forced.cjs +33 -0
  1576. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim.cjs +50 -0
  1577. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/symbol-constructor-detection.cjs +36 -0
  1578. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/task.cjs +152 -0
  1579. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-absolute-index.cjs +26 -0
  1580. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-indexed-object.cjs +23 -0
  1581. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-integer-or-infinity.cjs +23 -0
  1582. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-length.cjs +24 -0
  1583. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-object.cjs +23 -0
  1584. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-primitive.cjs +49 -0
  1585. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-property-key.cjs +25 -0
  1586. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string-tag-support.cjs +22 -0
  1587. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string.cjs +22 -0
  1588. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/try-to-string.cjs +21 -0
  1589. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/uid.cjs +23 -0
  1590. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/use-symbol-as-uid.cjs +20 -0
  1591. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/v8-prototype-define-bug.cjs +28 -0
  1592. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/validate-arguments-length.cjs +18 -0
  1593. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/weak-map-basic-detection.cjs +22 -0
  1594. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/well-known-symbol.cjs +42 -0
  1595. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/whitespaces.cjs +15 -0
  1596. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.index-of.cjs +40 -0
  1597. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.iterator.cjs +91 -0
  1598. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reduce.cjs +39 -0
  1599. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reverse.cjs +34 -0
  1600. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.all.cjs +62 -0
  1601. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.catch.cjs +49 -0
  1602. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.cjs +16 -0
  1603. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.constructor.cjs +350 -0
  1604. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.race.cjs +49 -0
  1605. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.reject.cjs +30 -0
  1606. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.resolve.cjs +39 -0
  1607. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.exec.cjs +22 -0
  1608. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.to-string.cjs +47 -0
  1609. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.ends-with.cjs +61 -0
  1610. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.includes.cjs +42 -0
  1611. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.match.cjs +87 -0
  1612. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.replace.cjs +190 -0
  1613. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.split.cjs +152 -0
  1614. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.starts-with.cjs +59 -0
  1615. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.trim.cjs +27 -0
  1616. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/web.dom-collections.iterator.cjs +60 -0
  1617. package/lib/node_modules/.pnpm/dompurify@2.5.8/node_modules/dompurify/dist/purify.es.cjs +1534 -0
  1618. package/lib/node_modules/.pnpm/element-plus@2.4.4_vue@3.5.22/node_modules/element-plus/dist/locale/en.cjs +170 -0
  1619. package/lib/node_modules/.pnpm/fflate@0.8.2/node_modules/fflate/esm/browser.cjs +2690 -0
  1620. package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.cjs +7825 -0
  1621. package/lib/node_modules/.pnpm/jspdf@2.5.2/node_modules/jspdf/dist/jspdf.es.min.cjs +356 -0
  1622. package/lib/node_modules/.pnpm/modern-screenshot@4.6.7/node_modules/modern-screenshot/dist/index.cjs +1667 -0
  1623. package/lib/node_modules/.pnpm/performance-now@2.1.0/node_modules/performance-now/lib/performance-now.cjs +51 -0
  1624. package/lib/node_modules/.pnpm/raf@3.4.1/node_modules/raf/index.cjs +93 -0
  1625. package/lib/node_modules/.pnpm/rgbcolor@1.0.1/node_modules/rgbcolor/index.cjs +312 -0
  1626. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/h.cjs +91 -0
  1627. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/htmldomapi.cjs +117 -0
  1628. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/index.cjs +39 -0
  1629. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/init.cjs +394 -0
  1630. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/jsx.cjs +64 -0
  1631. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/attributes.cjs +65 -0
  1632. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/dataset.cjs +44 -0
  1633. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/eventlisteners.cjs +87 -0
  1634. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/style.cjs +117 -0
  1635. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/thunk.cjs +54 -0
  1636. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/tovnode.cjs +58 -0
  1637. package/lib/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.cjs +3384 -0
  1638. package/lib/node_modules/.pnpm/stackblur-canvas@2.7.0/node_modules/stackblur-canvas/dist/stackblur-es.cjs +646 -0
  1639. package/lib/node_modules/.pnpm/svg-pathdata@6.0.3/node_modules/svg-pathdata/lib/SVGPathData.module.cjs +22 -0
  1640. package/lib/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.cjs +20 -5
  1641. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.cjs +6 -2
  1642. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.css +1 -1
  1643. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.cjs +11 -0
  1644. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.cjs +280 -0
  1645. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  1646. package/lib/panel-component/app-switch/app-switch.controller.cjs +9 -3
  1647. package/lib/panel-component/app-switch/app-switch.css +1 -1
  1648. package/lib/panel-component/auth-sso/auth-sso.cjs +77 -5
  1649. package/lib/panel-component/auth-sso/auth-sso.css +1 -1
  1650. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +20 -5
  1651. package/lib/panel-component/auth-userinfo/auth-userinfo.controller.cjs +53 -0
  1652. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  1653. package/lib/panel-component/auth-userinfo/auth-userinfo.provider.cjs +2 -2
  1654. package/lib/panel-component/coop-pos/coop-pos.controller.cjs +25 -1
  1655. package/lib/panel-component/global-search/global-search.cjs +8 -1
  1656. package/lib/panel-component/global-search/global-search.controller.cjs +39 -18
  1657. package/lib/panel-component/index-actions/index-actions.cjs +1 -3
  1658. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.cjs +1 -3
  1659. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +0 -2
  1660. package/lib/panel-component/index.cjs +26 -25
  1661. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +14 -3
  1662. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +63 -17
  1663. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -1
  1664. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +4 -5
  1665. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +6 -0
  1666. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +52 -5
  1667. package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +2 -2
  1668. package/lib/panel-component/nav-tabs/nav-tabs.cjs +2 -0
  1669. package/lib/panel-component/panel-app-login-view/panel-app-login-view.cjs +1 -3
  1670. package/lib/panel-component/panel-app-title/panel-app-title.cjs +29 -44
  1671. package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +9 -4
  1672. package/lib/panel-component/panel-button/panel-button.cjs +2 -1
  1673. package/lib/panel-component/panel-button/panel-button.controller.cjs +3 -3
  1674. package/lib/panel-component/panel-button/panel-button.css +1 -1
  1675. package/lib/panel-component/panel-button-list/panel-button-list.cjs +1 -2
  1676. package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +36 -17
  1677. package/lib/panel-component/panel-container-group/index.cjs +27 -0
  1678. package/lib/panel-component/panel-container-group/panel-container-group.cjs +143 -0
  1679. package/lib/panel-component/panel-container-group/panel-container-group.controller.cjs +99 -0
  1680. package/lib/panel-component/panel-container-group/panel-container-group.css +1 -0
  1681. package/lib/panel-component/panel-container-group/panel-container-group.provider.cjs +23 -0
  1682. package/lib/panel-component/panel-container-group/panel-container-group.state.cjs +25 -0
  1683. package/lib/panel-component/panel-index-view-search/panel-index-view-search.cjs +16 -2
  1684. package/lib/panel-component/panel-index-view-search/panel-index-view-search.controller.cjs +53 -0
  1685. package/lib/panel-component/panel-index-view-search/panel-index-view-search.provider.cjs +2 -2
  1686. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +2 -2
  1687. package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +1 -1
  1688. package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +1 -1
  1689. package/lib/panel-component/panel-view-content/panel-view-content.cjs +5 -4
  1690. package/lib/panel-component/panel-view-content/panel-view-content.provider.cjs +1 -1
  1691. package/lib/panel-component/panel-view-header/panel-view-header.cjs +5 -4
  1692. package/lib/panel-component/panel-view-header/panel-view-header.provider.cjs +1 -1
  1693. package/lib/panel-component/short-cut/short-cut.cjs +26 -1
  1694. package/lib/panel-component/split-container/split-container.cjs +4 -3
  1695. package/lib/panel-component/split-container/split-container.controller.cjs +3 -2
  1696. package/lib/panel-component/split-container/split-container.state.cjs +1 -1
  1697. package/lib/panel-component/user-message/async-action/async-action/async-action.provider.cjs +14 -0
  1698. package/lib/panel-component/user-message/async-action/async-action-result/async-action-result.cjs +160 -8
  1699. package/lib/panel-component/user-message/async-action/async-action-result/async-action-result.css +1 -0
  1700. package/lib/panel-component/user-message/async-action/async-action-tab/async-action-tab.css +1 -1
  1701. package/lib/panel-component/user-message/async-action/async-data-export/async-data-export.cjs +92 -0
  1702. package/lib/panel-component/user-message/async-action/async-data-export/async-data-export.css +1 -0
  1703. package/lib/panel-component/user-message/index.cjs +21 -11
  1704. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +24 -10
  1705. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -1
  1706. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.cjs +3 -1
  1707. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.cjs +1 -1
  1708. package/lib/panel-component/user-message/internal-message/index.cjs +2 -0
  1709. package/lib/panel-component/user-message/internal-message/internal-message-group/internal-message-group.cjs +123 -0
  1710. package/lib/panel-component/user-message/internal-message/internal-message-group/internal-message-group.css +1 -0
  1711. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.cjs +4 -2
  1712. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -1
  1713. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +43 -17
  1714. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  1715. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.cjs +54 -0
  1716. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +90 -12
  1717. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.cjs +3 -1
  1718. package/lib/panel-component/user-message/user-message.cjs +1 -1
  1719. package/lib/util/ai-chat-util/ai-chat-util.cjs +1298 -0
  1720. package/lib/util/ai-chat-util/ai-feedback/ai-feedback.cjs +132 -0
  1721. package/lib/util/ai-chat-util/ai-feedback/ai-feedback.css +1 -0
  1722. package/lib/util/app-modal/app-modal-component.cjs +43 -2
  1723. package/lib/util/app-modal/app-modal-component.css +1 -1
  1724. package/lib/util/app-popover/app-popover-component.cjs +1 -0
  1725. package/lib/util/app-popover/app-popover-component.css +1 -1
  1726. package/lib/util/app-util/app-util.cjs +112 -221
  1727. package/lib/util/context-menu/context-menu.cjs +54 -0
  1728. package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
  1729. package/lib/util/icon/icon.cjs +28 -0
  1730. package/lib/util/index.cjs +16 -2
  1731. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.cjs +58 -0
  1732. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.css +1 -0
  1733. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.cjs +54 -0
  1734. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.css +1 -0
  1735. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.cjs +145 -0
  1736. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.css +1 -0
  1737. package/lib/util/inline-ai-util/inline-ai-textarea/common/index.cjs +9 -0
  1738. package/lib/util/inline-ai-util/inline-ai-textarea/icon.cjs +283 -0
  1739. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.cjs +323 -0
  1740. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
  1741. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.cjs +400 -0
  1742. package/lib/util/inline-ai-util/inline-ai-textarea/interface.cjs +3 -0
  1743. package/lib/util/inline-ai-util/inline-ai-util.cjs +149 -0
  1744. package/lib/util/modal-util/modal-util.cjs +10 -0
  1745. package/lib/util/open-view-util/open-view-util.cjs +1 -1
  1746. package/lib/util/print-preview-util/html-export/html-helper.cjs +31 -0
  1747. package/lib/util/print-preview-util/pdf-export/pdf-helper.cjs +340 -0
  1748. package/lib/util/print-preview-util/pdf-export/pdf-print-process.cjs +92 -0
  1749. package/lib/util/print-preview-util/pdf-export/pdf-print-process.css +1 -0
  1750. package/lib/util/print-preview-util/print-preview-markdown/icon/icon.cjs +52 -0
  1751. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.cjs +77 -0
  1752. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  1753. package/lib/util/print-preview-util/print-preview-util.cjs +208 -0
  1754. package/lib/util/screen-shot-util/screen-shot/components/index.cjs +7 -0
  1755. package/lib/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.cjs +136 -0
  1756. package/lib/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.css +1 -0
  1757. package/lib/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.cjs +107 -0
  1758. package/lib/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.css +1 -0
  1759. package/lib/util/screen-shot-util/screen-shot/constant/index.cjs +180 -0
  1760. package/lib/util/screen-shot-util/screen-shot/controller/index.cjs +7 -0
  1761. package/lib/util/screen-shot-util/screen-shot/controller/screen-shot.controller.cjs +386 -0
  1762. package/lib/util/screen-shot-util/screen-shot/controller/screen-shot.store.cjs +59 -0
  1763. package/lib/util/screen-shot-util/screen-shot/icon/icon.cjs +111 -0
  1764. package/lib/util/screen-shot-util/screen-shot/icon/index.cjs +16 -0
  1765. package/lib/util/screen-shot-util/screen-shot/index.cjs +8 -0
  1766. package/lib/util/screen-shot-util/screen-shot/module/draw-arrow.cjs +111 -0
  1767. package/lib/util/screen-shot-util/screen-shot/module/draw-circle.cjs +27 -0
  1768. package/lib/util/screen-shot-util/screen-shot/module/draw-mosaic.cjs +56 -0
  1769. package/lib/util/screen-shot-util/screen-shot/module/draw-pencil.cjs +18 -0
  1770. package/lib/util/screen-shot-util/screen-shot/module/draw-rectangle.cjs +14 -0
  1771. package/lib/util/screen-shot-util/screen-shot/module/draw-text.cjs +14 -0
  1772. package/lib/util/screen-shot-util/screen-shot/module/index.cjs +18 -0
  1773. package/lib/util/screen-shot-util/screen-shot/type/index.cjs +19 -0
  1774. package/lib/util/screen-shot-util/screen-shot/util/index.cjs +10 -0
  1775. package/lib/util/screen-shot-util/screen-shot-util.cjs +69 -0
  1776. package/lib/util/user-route-util/user-route-util.cjs +58 -0
  1777. package/lib/view-engine/calendar-exp-view.engine.cjs +6 -24
  1778. package/lib/view-engine/calendar-view.engine.cjs +10 -0
  1779. package/lib/view-engine/chart-exp-view.engine.cjs +6 -15
  1780. package/lib/view-engine/custom-view.engine.cjs +5 -13
  1781. package/lib/view-engine/data-view.engine.cjs +0 -1
  1782. package/lib/view-engine/de-index-view-engine.cjs +1 -1
  1783. package/lib/view-engine/edit-view.engine.cjs +22 -4
  1784. package/lib/view-engine/gantt-view.engine.cjs +4 -44
  1785. package/lib/view-engine/grid-view.engine.cjs +0 -1
  1786. package/lib/view-engine/index-view.engine.cjs +0 -1
  1787. package/lib/view-engine/index.cjs +4 -0
  1788. package/lib/view-engine/list-view.engine.cjs +0 -1
  1789. package/lib/view-engine/login-view.engine.cjs +17 -4
  1790. package/lib/view-engine/md-custom-view.engine.cjs +88 -15
  1791. package/lib/view-engine/medit-view9.engine.cjs +0 -1
  1792. package/lib/view-engine/mpickup-view-engine.cjs +54 -22
  1793. package/lib/view-engine/opt-view.engine.cjs +7 -2
  1794. package/lib/view-engine/pickup-data-view.engine.cjs +31 -1
  1795. package/lib/view-engine/pickup-grid-view.engine.cjs +31 -1
  1796. package/lib/view-engine/pickup-tree-view.engine.cjs +15 -60
  1797. package/lib/view-engine/pickup-view.engine.cjs +26 -0
  1798. package/lib/view-engine/portal-view-engine.cjs +4 -8
  1799. package/lib/view-engine/report-view.engine.cjs +0 -1
  1800. package/lib/view-engine/tab-exp-view.engine.cjs +1 -1
  1801. package/lib/view-engine/tab-search-view.engine.cjs +4 -3
  1802. package/lib/view-engine/tree-exp-view.engine.cjs +0 -1
  1803. package/lib/view-engine/tree-grid-ex-view.engine.cjs +0 -1
  1804. package/lib/view-engine/tree-grid-view.engine.cjs +0 -1
  1805. package/lib/view-engine/tree-view.engine.cjs +41 -12
  1806. package/lib/view-engine/wf-dyna-action-view.engine.cjs +0 -1
  1807. package/lib/view-engine/wf-dyna-edit-view.engine.cjs +2 -2
  1808. package/lib/view-engine/wf-dyna-start-view.engine.cjs +0 -1
  1809. package/lib/web-app/App.cjs +16 -0
  1810. package/lib/web-app/create-vue-app.cjs +5 -4
  1811. package/lib/web-app/guard/auth-guard/auth-guard.cjs +34 -7
  1812. package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +1 -0
  1813. package/lib/web-app/main.cjs +9 -1
  1814. package/lib/web-app/router/index.cjs +182 -96
  1815. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +22 -1
  1816. package/package.json +30 -21
  1817. package/dist/chart-8QfxarWf.js +0 -1
  1818. package/dist/ibiz-markdown-editor-V31Pwvs_.js +0 -1
  1819. package/dist/index-CsiyXR27.js +0 -1
  1820. package/dist/index-bg15JdWL.js +0 -4
  1821. package/dist/index-tjsobxd3.js +0 -1
  1822. package/dist/map-chart-HL7emT5a.js +0 -1
  1823. package/dist/map-chart-user-xOSZGbF2.js +0 -1
  1824. package/dist/wang-editor-7B_U_6_C.js +0 -1
  1825. package/dist/xlsx-util-J0IypI5_.js +0 -2
  1826. package/es/common/action-toolbar/action-toolbar.d.ts +0 -96
  1827. package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +0 -66
  1828. package/es/common/anchor-container/anchor-container.d.ts +0 -103
  1829. package/es/common/button-list/button-list.d.ts +0 -46
  1830. package/es/common/carousel/carousel.d.ts +0 -141
  1831. package/es/common/carousel-card/carousel-card.d.ts +0 -41
  1832. package/es/common/col/col.d.ts +0 -53
  1833. package/es/common/control-navigation/control-navigation.d.ts +0 -35
  1834. package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +0 -17
  1835. package/es/common/control-navigation/provider/index.d.ts +0 -10
  1836. package/es/common/control-navigation/provider/map-navigation.provider.d.ts +0 -17
  1837. package/es/common/control-navigation/provider/navigation-base.provider.d.ts +0 -84
  1838. package/es/common/control-navigation/provider/tree-navigation.provider.d.ts +0 -30
  1839. package/es/common/coop-alert/coop-alert.d.ts +0 -41
  1840. package/es/common/cropping/cropping.d.ts +0 -54
  1841. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +0 -1003
  1842. package/es/common/custom-theme/custom-theme-model.d.ts +0 -167
  1843. package/es/common/custom-theme/custom-theme.controller.d.ts +0 -133
  1844. package/es/common/custom-theme/custom-theme.d.ts +0 -26
  1845. package/es/common/data-import/data-import.d.ts +0 -57
  1846. package/es/common/data-import2/data-import2.d.ts +0 -106
  1847. package/es/common/data-import2-select/data-import2-select.d.ts +0 -59
  1848. package/es/common/data-import2-table/data-import2-table.d.ts +0 -56
  1849. package/es/common/doing-notice/doing-notice.d.ts +0 -19
  1850. package/es/common/editor-empty-text/editor-empty-text.d.ts +0 -25
  1851. package/es/common/emoji-select/components/categories/categories.d.ts +0 -30
  1852. package/es/common/emoji-select/components/categories/index.d.ts +0 -1
  1853. package/es/common/emoji-select/components/category-label/category-label.d.ts +0 -18
  1854. package/es/common/emoji-select/components/category-label/index.d.ts +0 -1
  1855. package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +0 -44
  1856. package/es/common/emoji-select/components/emoji-item/index.d.ts +0 -1
  1857. package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +0 -92
  1858. package/es/common/emoji-select/components/emoji-list/index.d.ts +0 -1
  1859. package/es/common/emoji-select/components/index.d.ts +0 -5
  1860. package/es/common/emoji-select/components/input-search/index.d.ts +0 -1
  1861. package/es/common/emoji-select/components/input-search/input-search.d.ts +0 -9
  1862. package/es/common/emoji-select/emoji-select.d.ts +0 -142
  1863. package/es/common/emoji-select/icons/categories.d.ts +0 -2
  1864. package/es/common/emoji-select/icons/emoji.d.ts +0 -2
  1865. package/es/common/emoji-select/icons/index.d.ts +0 -3
  1866. package/es/common/emoji-select/icons/search.d.ts +0 -1
  1867. package/es/common/emoji-select/interface/category.d.ts +0 -44
  1868. package/es/common/emoji-select/interface/emoji.d.ts +0 -37
  1869. package/es/common/emoji-select/interface/index.d.ts +0 -3
  1870. package/es/common/emoji-select/interface/map-emojis.d.ts +0 -17
  1871. package/es/common/extend-action-timeline/extend-action-timeline.d.ts +0 -16
  1872. package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.d.ts +0 -9
  1873. package/es/common/fullscreen-toolbar/fullscreen-toolbar.d.ts +0 -13
  1874. package/es/common/gantt-setting/gantt-setting.d.ts +0 -63
  1875. package/es/common/grid-setting/grid-setting.d.ts +0 -38
  1876. package/es/common/index.d.ts +0 -14
  1877. package/es/common/map-chart/map-chart.d.ts +0 -128
  1878. package/es/common/map-chart/map-chart.util.d.ts +0 -30
  1879. package/es/common/map-chart/map-json.d.ts +0 -1
  1880. package/es/common/map-chart/map-manager.d.ts +0 -20
  1881. package/es/common/map-chart-user/map-chart-user.d.ts +0 -136
  1882. package/es/common/map-chart-user/map-chart-user.util.d.ts +0 -39
  1883. package/es/common/map-chart-user/map-user-manager.d.ts +0 -21
  1884. package/es/common/nav-split/nav-split.d.ts +0 -57
  1885. package/es/common/no-data/no-data.d.ts +0 -37
  1886. package/es/common/pagination/pagination.d.ts +0 -57
  1887. package/es/common/pql-editor/components/index.d.ts +0 -1
  1888. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.d.ts +0 -28
  1889. package/es/common/pql-editor/pql-editor.d.ts +0 -74
  1890. package/es/common/pql-editor/pql-editor.module.d.ts +0 -47
  1891. package/es/common/pql-editor/utils/index.d.ts +0 -19
  1892. package/es/common/quick-edit/quick-edit.d.ts +0 -48
  1893. package/es/common/rawitem/rawitem.d.ts +0 -51
  1894. package/es/common/row/row.d.ts +0 -10
  1895. package/es/common/sort-bar/sort-bar.d.ts +0 -46
  1896. package/es/common/split/split.d.ts +0 -56
  1897. package/es/common/split-trigger/split-trigger.d.ts +0 -11
  1898. package/es/common/view-message/view-message.d.ts +0 -922
  1899. package/es/control/app-menu/app-menu.d.ts +0 -110
  1900. package/es/control/app-menu/app-menu.provider.d.ts +0 -13
  1901. package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +0 -43
  1902. package/es/control/app-menu/index.d.ts +0 -68
  1903. package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +0 -90
  1904. package/es/control/app-menu-icon-view/app-menu-icon-view.provider.d.ts +0 -13
  1905. package/es/control/app-menu-icon-view/index.d.ts +0 -53
  1906. package/es/control/calendar/calendar-util.d.ts +0 -24
  1907. package/es/control/calendar/calendar.d.ts +0 -124
  1908. package/es/control/calendar/calendar.provider.d.ts +0 -13
  1909. package/es/control/calendar/components/calendar-daily/calendar-daily.d.ts +0 -18
  1910. package/es/control/calendar/components/calendar-daily/index.d.ts +0 -18
  1911. package/es/control/calendar/components/calendar-daily/use-calendar-daily.d.ts +0 -154
  1912. package/es/control/calendar/components/calendar-user/calendar-user.d.ts +0 -15
  1913. package/es/control/calendar/components/calendar-user/index.d.ts +0 -15
  1914. package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +0 -17
  1915. package/es/control/calendar/components/calendar-week/calendar-week.d.ts +0 -18
  1916. package/es/control/calendar/components/calendar-week/index.d.ts +0 -18
  1917. package/es/control/calendar/components/calendar-week/use-calendar-week.d.ts +0 -159
  1918. package/es/control/calendar/components/constant/event.d.ts +0 -5
  1919. package/es/control/calendar/components/constant/index.d.ts +0 -1
  1920. package/es/control/calendar/components/custom-calendar/custom-calendar.d.ts +0 -24
  1921. package/es/control/calendar/components/custom-calendar/index.d.ts +0 -24
  1922. package/es/control/calendar/components/custom-calendar/use-custom-calendar.d.ts +0 -3
  1923. package/es/control/calendar/components/interface/calendar-daily.d.ts +0 -12
  1924. package/es/control/calendar/components/interface/calendar-user.d.ts +0 -10
  1925. package/es/control/calendar/components/interface/calendar-week.d.ts +0 -12
  1926. package/es/control/calendar/components/interface/common.d.ts +0 -116
  1927. package/es/control/calendar/components/interface/custom-calendar.d.ts +0 -14
  1928. package/es/control/calendar/components/interface/index.d.ts +0 -5
  1929. package/es/control/calendar/components/util/index.d.ts +0 -1
  1930. package/es/control/calendar/components/util/util.d.ts +0 -89
  1931. package/es/control/calendar/index.d.ts +0 -75
  1932. package/es/control/caption-bar/caption-bar.d.ts +0 -69
  1933. package/es/control/caption-bar/caption-bar.provider.d.ts +0 -13
  1934. package/es/control/caption-bar/index.d.ts +0 -40
  1935. package/es/control/chart/chart.d.ts +0 -166
  1936. package/es/control/chart/chart.provider.d.ts +0 -13
  1937. package/es/control/chart/index.d.ts +0 -5
  1938. package/es/control/context-menu/context-menu.d.ts +0 -142
  1939. package/es/control/context-menu/context-menu.provider.d.ts +0 -13
  1940. package/es/control/context-menu/index.d.ts +0 -85
  1941. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +0 -3
  1942. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +0 -78
  1943. package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +0 -10
  1944. package/es/control/dashboard/dashboard.d.ts +0 -79
  1945. package/es/control/dashboard/dashboard.provider.d.ts +0 -13
  1946. package/es/control/dashboard/index.d.ts +0 -51
  1947. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.d.ts +0 -25
  1948. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.provider.d.ts +0 -15
  1949. package/es/control/dashboard/portlet/actionbar-portlet/index.d.ts +0 -24
  1950. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.d.ts +0 -24
  1951. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.provider.d.ts +0 -15
  1952. package/es/control/dashboard/portlet/chart-portlet/index.d.ts +0 -24
  1953. package/es/control/dashboard/portlet/container-portlet/container-portlet.d.ts +0 -25
  1954. package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.d.ts +0 -14
  1955. package/es/control/dashboard/portlet/container-portlet/index.d.ts +0 -23
  1956. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +0 -64
  1957. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.d.ts +0 -0
  1958. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +0 -41
  1959. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.d.ts +0 -30
  1960. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.d.ts +0 -15
  1961. package/es/control/dashboard/portlet/filter-portlet/index.d.ts +0 -28
  1962. package/es/control/dashboard/portlet/html-portlet/html-portlet.d.ts +0 -25
  1963. package/es/control/dashboard/portlet/html-portlet/html-portlet.provider.d.ts +0 -15
  1964. package/es/control/dashboard/portlet/html-portlet/index.d.ts +0 -23
  1965. package/es/control/dashboard/portlet/index.d.ts +0 -11
  1966. package/es/control/dashboard/portlet/list-portlet/index.d.ts +0 -24
  1967. package/es/control/dashboard/portlet/list-portlet/list-portlet.d.ts +0 -24
  1968. package/es/control/dashboard/portlet/list-portlet/list-portlet.provider.d.ts +0 -15
  1969. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.d.ts +0 -52
  1970. package/es/control/dashboard/portlet/menu-portlet/index.d.ts +0 -24
  1971. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.d.ts +0 -25
  1972. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.d.ts +0 -14
  1973. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +0 -33
  1974. package/es/control/dashboard/portlet/rawitem-portlet/index.d.ts +0 -24
  1975. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.d.ts +0 -25
  1976. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.provider.d.ts +0 -15
  1977. package/es/control/dashboard/portlet/report-portlet/index.d.ts +0 -25
  1978. package/es/control/dashboard/portlet/report-portlet/report-portlet.d.ts +0 -25
  1979. package/es/control/dashboard/portlet/report-portlet/report-portlet.provider.d.ts +0 -15
  1980. package/es/control/dashboard/portlet/view-portlet/index.d.ts +0 -24
  1981. package/es/control/dashboard/portlet/view-portlet/view-portlet.d.ts +0 -25
  1982. package/es/control/dashboard/portlet/view-portlet/view-portlet.provider.d.ts +0 -15
  1983. package/es/control/data-view/data-view.d.ts +0 -182
  1984. package/es/control/data-view/data-view.provider.d.ts +0 -11
  1985. package/es/control/data-view/index.d.ts +0 -122
  1986. package/es/control/drbar/drbar.controller.d.ts +0 -213
  1987. package/es/control/drbar/drbar.d.ts +0 -118
  1988. package/es/control/drbar/drbar.provider.d.ts +0 -11
  1989. package/es/control/drbar/index.d.ts +0 -71
  1990. package/es/control/drtab/drtab-control.util.d.ts +0 -17
  1991. package/es/control/drtab/drtab.controller.d.ts +0 -223
  1992. package/es/control/drtab/drtab.d.ts +0 -91
  1993. package/es/control/drtab/drtab.provider.d.ts +0 -11
  1994. package/es/control/drtab/flow-drtab.d.ts +0 -77
  1995. package/es/control/drtab/index.d.ts +0 -56
  1996. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +0 -104
  1997. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.provider.d.ts +0 -11
  1998. package/es/control/exp-bar/calendar-exp-bar/index.d.ts +0 -62
  1999. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +0 -104
  2000. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.provider.d.ts +0 -11
  2001. package/es/control/exp-bar/chart-exp-bar/index.d.ts +0 -62
  2002. package/es/control/exp-bar/data-view-exp-bar/data-view-exp-bar.provider.d.ts +0 -13
  2003. package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +0 -104
  2004. package/es/control/exp-bar/data-view-exp-bar/index.d.ts +0 -62
  2005. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +0 -104
  2006. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.provider.d.ts +0 -13
  2007. package/es/control/exp-bar/grid-exp-bar/index.d.ts +0 -62
  2008. package/es/control/exp-bar/index.d.ts +0 -6
  2009. package/es/control/exp-bar/list-exp-bar/index.d.ts +0 -62
  2010. package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +0 -104
  2011. package/es/control/exp-bar/list-exp-bar/list-exp-bar.provider.d.ts +0 -13
  2012. package/es/control/exp-bar/render-util.d.ts +0 -25
  2013. package/es/control/exp-bar/tree-exp-bar/index.d.ts +0 -72
  2014. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +0 -120
  2015. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.provider.d.ts +0 -11
  2016. package/es/control/form/edit-form/edit-form.d.ts +0 -3
  2017. package/es/control/form/edit-form/edit-form.provider.d.ts +0 -13
  2018. package/es/control/form/edit-form/index.d.ts +0 -3
  2019. package/es/control/form/form/form.d.ts +0 -32
  2020. package/es/control/form/form/index.d.ts +0 -31
  2021. package/es/control/form/form-detail/form-button/form-button.d.ts +0 -27
  2022. package/es/control/form/form-detail/form-button/form-button.provider.d.ts +0 -15
  2023. package/es/control/form/form-detail/form-button/index.d.ts +0 -23
  2024. package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +0 -27
  2025. package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +0 -13
  2026. package/es/control/form/form-detail/form-button-list/index.d.ts +0 -23
  2027. package/es/control/form/form-detail/form-druipart/form-druipart.d.ts +0 -28
  2028. package/es/control/form/form-detail/form-druipart/form-druipart.provider.d.ts +0 -15
  2029. package/es/control/form/form-detail/form-druipart/index.d.ts +0 -24
  2030. package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +0 -29
  2031. package/es/control/form/form-detail/form-group-panel/form-group-panel.provider.d.ts +0 -15
  2032. package/es/control/form/form-detail/form-group-panel/index.d.ts +0 -25
  2033. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +0 -35
  2034. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +0 -17
  2035. package/es/control/form/form-detail/form-item/form-item.d.ts +0 -37
  2036. package/es/control/form/form-detail/form-item/form-item.provider.d.ts +0 -15
  2037. package/es/control/form/form-detail/form-item/index.d.ts +0 -34
  2038. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +0 -18
  2039. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.d.ts +0 -19
  2040. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.d.ts +0 -15
  2041. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +0 -3
  2042. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +0 -20
  2043. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +0 -32
  2044. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.d.ts +0 -31
  2045. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.d.ts +0 -15
  2046. package/es/control/form/form-detail/form-mdctrl/index.d.ts +0 -27
  2047. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +0 -48
  2048. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/icon/index.d.ts +0 -21
  2049. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.d.ts +0 -38
  2050. package/es/control/form/form-detail/form-page/form-page-item/form-page.item.d.ts +0 -24
  2051. package/es/control/form/form-detail/form-page/form-page.d.ts +0 -28
  2052. package/es/control/form/form-detail/form-page/form-page.provider.d.ts +0 -15
  2053. package/es/control/form/form-detail/form-page/index.d.ts +0 -25
  2054. package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +0 -30
  2055. package/es/control/form/form-detail/form-rawitem/form-rawitem.provider.d.ts +0 -15
  2056. package/es/control/form/form-detail/form-rawitem/index.d.ts +0 -26
  2057. package/es/control/form/form-detail/form-tab-page/form-tab-page.d.ts +0 -26
  2058. package/es/control/form/form-detail/form-tab-page/form-tab-page.provider.d.ts +0 -15
  2059. package/es/control/form/form-detail/form-tab-page/index.d.ts +0 -22
  2060. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +0 -28
  2061. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.provider.d.ts +0 -15
  2062. package/es/control/form/form-detail/form-tab-panel/index.d.ts +0 -24
  2063. package/es/control/form/form-detail/index.d.ts +0 -10
  2064. package/es/control/form/index.d.ts +0 -4
  2065. package/es/control/form/search-form/advance-search/advance-search.d.ts +0 -24
  2066. package/es/control/form/search-form/index.d.ts +0 -65
  2067. package/es/control/form/search-form/search-form.d.ts +0 -114
  2068. package/es/control/form/search-form/search-form.provider.d.ts +0 -13
  2069. package/es/control/gantt/gantt.d.ts +0 -138
  2070. package/es/control/gantt/gantt.provider.d.ts +0 -13
  2071. package/es/control/gantt/index.d.ts +0 -90
  2072. package/es/control/grid/grid/grid-control.util.d.ts +0 -97
  2073. package/es/control/grid/grid/grid.d.ts +0 -234
  2074. package/es/control/grid/grid/grid.provider.d.ts +0 -13
  2075. package/es/control/grid/grid/index.d.ts +0 -171
  2076. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.d.ts +0 -39
  2077. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.provider.d.ts +0 -13
  2078. package/es/control/grid/grid-column/auto-grid-field-edit-column/index.d.ts +0 -37
  2079. package/es/control/grid/grid-column/auto-grid-field-edit-column/row-edit.d.ts +0 -13
  2080. package/es/control/grid/grid-column/grid-column-header/grid-column-header.d.ts +0 -36
  2081. package/es/control/grid/grid-column/grid-column-header/index.d.ts +0 -33
  2082. package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.d.ts +0 -65
  2083. package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.d.ts +0 -28
  2084. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +0 -42
  2085. package/es/control/grid/grid-column/grid-field-column/grid-field-column.provider.d.ts +0 -15
  2086. package/es/control/grid/grid-column/grid-field-column/index.d.ts +0 -40
  2087. package/es/control/grid/grid-column/grid-field-edit-column/all-edit.d.ts +0 -15
  2088. package/es/control/grid/grid-column/grid-field-edit-column/cell-edit.d.ts +0 -20
  2089. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.d.ts +0 -49
  2090. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.d.ts +0 -40
  2091. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.provider.d.ts +0 -15
  2092. package/es/control/grid/grid-column/grid-field-edit-column/index.d.ts +0 -37
  2093. package/es/control/grid/grid-column/grid-field-edit-column/row-edit.d.ts +0 -14
  2094. package/es/control/grid/grid-column/grid-group-column/grid-group-column.d.ts +0 -23
  2095. package/es/control/grid/grid-column/grid-group-column/grid-group-column.provider.d.ts +0 -13
  2096. package/es/control/grid/grid-column/grid-group-column/index.d.ts +0 -22
  2097. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.d.ts +0 -27
  2098. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.provider.d.ts +0 -15
  2099. package/es/control/grid/grid-column/grid-ua-column/index.d.ts +0 -24
  2100. package/es/control/grid/grid-column/index.d.ts +0 -6
  2101. package/es/control/grid/index.d.ts +0 -2
  2102. package/es/control/grid/row-edit-popover/row-edit-popover.d.ts +0 -24
  2103. package/es/control/grid/row-edit-popover/use-row-edit-popover.d.ts +0 -5
  2104. package/es/control/index.d.ts +0 -28
  2105. package/es/control/kanban/index.d.ts +0 -70
  2106. package/es/control/kanban/kanban.d.ts +0 -119
  2107. package/es/control/kanban/kanban.provider.d.ts +0 -11
  2108. package/es/control/kanban/lane-kanban/lane-kanban.css +0 -1
  2109. package/es/control/kanban/lane-kanban/lane-kanban.d.ts +0 -27
  2110. package/es/control/kanban/lane-kanban/lane-kanban.mjs +0 -409
  2111. package/es/control/list/index.d.ts +0 -123
  2112. package/es/control/list/list.d.ts +0 -178
  2113. package/es/control/list/list.provider.d.ts +0 -13
  2114. package/es/control/map/index.d.ts +0 -5
  2115. package/es/control/map/map.d.ts +0 -135
  2116. package/es/control/map/map.provider.d.ts +0 -13
  2117. package/es/control/medit-view-panel/index.d.ts +0 -35
  2118. package/es/control/medit-view-panel/medit-view-panel.d.ts +0 -58
  2119. package/es/control/medit-view-panel/medit-view-panel.provider.d.ts +0 -11
  2120. package/es/control/pickup-view-panel/index.d.ts +0 -58
  2121. package/es/control/pickup-view-panel/pickup-view-panel.d.ts +0 -102
  2122. package/es/control/pickup-view-panel/pickup-view-panel.provider.d.ts +0 -11
  2123. package/es/control/report-panel/index.d.ts +0 -2
  2124. package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.d.ts +0 -16
  2125. package/es/control/report-panel/report-detail/bi-report-panel/index.d.ts +0 -14
  2126. package/es/control/report-panel/report-detail/index.d.ts +0 -3
  2127. package/es/control/report-panel/report-detail/user-report-panel/index.d.ts +0 -14
  2128. package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.d.ts +0 -16
  2129. package/es/control/report-panel/report-detail/user2-report-panel/index.d.ts +0 -15
  2130. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.d.ts +0 -17
  2131. package/es/control/report-panel/report-panel.d.ts +0 -86
  2132. package/es/control/report-panel/report-panel.provider.d.ts +0 -11
  2133. package/es/control/search-bar/filter-mode-select/filter-mode-select.d.ts +0 -135
  2134. package/es/control/search-bar/filter-tree/filter-tree.d.ts +0 -104
  2135. package/es/control/search-bar/index.d.ts +0 -48
  2136. package/es/control/search-bar/quick-search-select/quick-search-select.d.ts +0 -16
  2137. package/es/control/search-bar/search-bar.d.ts +0 -77
  2138. package/es/control/search-bar/search-bar.provider.d.ts +0 -13
  2139. package/es/control/search-bar/search-groups/edit-group-util.d.ts +0 -10
  2140. package/es/control/search-bar/search-groups/new-group-util.d.ts +0 -10
  2141. package/es/control/search-bar/search-groups/search-groups.d.ts +0 -40
  2142. package/es/control/tab-exp-panel/index.d.ts +0 -49
  2143. package/es/control/tab-exp-panel/tab-exp-panel.d.ts +0 -84
  2144. package/es/control/tab-exp-panel/tab-exp-panel.provider.d.ts +0 -11
  2145. package/es/control/toolbar/export-excel/export-excel.d.ts +0 -52
  2146. package/es/control/toolbar/index.d.ts +0 -68
  2147. package/es/control/toolbar/short-cut-button/short-cut-button.d.ts +0 -48
  2148. package/es/control/toolbar/toolbar.d.ts +0 -107
  2149. package/es/control/toolbar/toolbar.provider.d.ts +0 -13
  2150. package/es/control/tree/el-tree-util.d.ts +0 -991
  2151. package/es/control/tree/index.d.ts +0 -1054
  2152. package/es/control/tree/tree.d.ts +0 -1143
  2153. package/es/control/tree/tree.provider.d.ts +0 -13
  2154. package/es/control/tree-grid/index.d.ts +0 -154
  2155. package/es/control/tree-grid/tree-grid.d.ts +0 -214
  2156. package/es/control/tree-grid/tree-grid.provider.d.ts +0 -13
  2157. package/es/control/tree-grid-ex/index.d.ts +0 -53
  2158. package/es/control/tree-grid-ex/tree-grid-ex-column/index.d.ts +0 -3
  2159. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.d.ts +0 -15
  2160. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/cell-edit.d.ts +0 -19
  2161. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/row-edit.d.ts +0 -14
  2162. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.d.ts +0 -31
  2163. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/index.d.ts +0 -30
  2164. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.d.ts +0 -33
  2165. 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
  2166. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/index.d.ts +0 -24
  2167. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.d.ts +0 -27
  2168. 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
  2169. package/es/control/tree-grid-ex/tree-grid-ex.d.ts +0 -80
  2170. package/es/control/tree-grid-ex/tree-grid-ex.provider.d.ts +0 -13
  2171. package/es/control/tree-grid-ex/use-row-edit-popover.d.ts +0 -5
  2172. package/es/control/view-panel/index.d.ts +0 -40
  2173. package/es/control/view-panel/view-panel.d.ts +0 -69
  2174. package/es/control/view-panel/view-panel.provider.d.ts +0 -10
  2175. package/es/control/wizard-panel/index.d.ts +0 -39
  2176. package/es/control/wizard-panel/wizard-panel.d.ts +0 -68
  2177. package/es/control/wizard-panel/wizard-panel.provider.d.ts +0 -13
  2178. package/es/editor/array/array-editor.controller.d.ts +0 -10
  2179. package/es/editor/array/array-editor.provider.d.ts +0 -17
  2180. package/es/editor/array/ibiz-array/ibiz-array.d.ts +0 -155
  2181. package/es/editor/array/index.d.ts +0 -3
  2182. package/es/editor/autocomplete/autocomplete-editor.controller.d.ts +0 -83
  2183. package/es/editor/autocomplete/autocomplete-editor.provider.d.ts +0 -17
  2184. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +0 -96
  2185. package/es/editor/autocomplete/index.d.ts +0 -3
  2186. package/es/editor/carousel/carousel-editor.controller.d.ts +0 -10
  2187. package/es/editor/carousel/carousel-editor.provider.d.ts +0 -17
  2188. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +0 -83
  2189. package/es/editor/carousel/index.d.ts +0 -3
  2190. package/es/editor/cascader/cascader-editor.controller.d.ts +0 -10
  2191. package/es/editor/cascader/cascader-editor.provider.d.ts +0 -17
  2192. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +0 -109
  2193. package/es/editor/cascader/index.d.ts +0 -3
  2194. package/es/editor/check-box/check-box-editor.controller.d.ts +0 -11
  2195. package/es/editor/check-box/check-box-editor.provider.d.ts +0 -17
  2196. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +0 -79
  2197. package/es/editor/check-box/index.d.ts +0 -3
  2198. package/es/editor/check-box-list/checkbox-list-editor.controller.d.ts +0 -25
  2199. package/es/editor/check-box-list/checkbox-list-editor.provider.d.ts +0 -17
  2200. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +0 -116
  2201. package/es/editor/check-box-list/index.d.ts +0 -3
  2202. package/es/editor/code/code-editor.controller.d.ts +0 -40
  2203. package/es/editor/code/code-editor.provider.d.ts +0 -17
  2204. package/es/editor/code/index.d.ts +0 -3
  2205. package/es/editor/code/monaco-editor/monaco-editor.d.ts +0 -102
  2206. package/es/editor/color-picker/color-picker-editor.controller.d.ts +0 -20
  2207. package/es/editor/color-picker/color-picker-editor.provider.d.ts +0 -17
  2208. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +0 -101
  2209. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +0 -56
  2210. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +0 -95
  2211. package/es/editor/color-picker/index.d.ts +0 -3
  2212. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +0 -93
  2213. package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +0 -95
  2214. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +0 -96
  2215. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +0 -93
  2216. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +0 -79
  2217. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +0 -108
  2218. package/es/editor/data-picker/ibiz-transfer-picker/components/index.d.ts +0 -1
  2219. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.d.ts +0 -2
  2220. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.d.ts +0 -99
  2221. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.d.ts +0 -17
  2222. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.d.ts +0 -182
  2223. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.d.ts +0 -1
  2224. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.d.ts +0 -60
  2225. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.d.ts +0 -14
  2226. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.d.ts +0 -108
  2227. package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.d.ts +0 -97
  2228. package/es/editor/data-picker/index.d.ts +0 -9
  2229. package/es/editor/data-picker/picker-editor.controller.d.ts +0 -143
  2230. package/es/editor/data-picker/picker-editor.provider.d.ts +0 -18
  2231. package/es/editor/date-picker/date-picker-editor.controller.d.ts +0 -26
  2232. package/es/editor/date-picker/date-picker-editor.provider.d.ts +0 -17
  2233. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +0 -86
  2234. package/es/editor/date-picker/index.d.ts +0 -3
  2235. package/es/editor/date-range/date-range-editor.controller.d.ts +0 -36
  2236. package/es/editor/date-range/date-range-editor.provider.d.ts +0 -15
  2237. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +0 -96
  2238. package/es/editor/date-range/index.d.ts +0 -3
  2239. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.d.ts +0 -51
  2240. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.d.ts +0 -65
  2241. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.d.ts +0 -52
  2242. package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +0 -104
  2243. package/es/editor/date-range-select/date-range-select.controller.d.ts +0 -328
  2244. package/es/editor/date-range-select/date-range-select.provider.d.ts +0 -8
  2245. package/es/editor/date-range-select/index.d.ts +0 -3
  2246. package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +0 -37
  2247. package/es/editor/dropdown-list/dropdown-list-editor.provider.d.ts +0 -18
  2248. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +0 -101
  2249. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +0 -82
  2250. package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.d.ts +0 -93
  2251. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +0 -97
  2252. package/es/editor/dropdown-list/index.d.ts +0 -6
  2253. package/es/editor/html/html-editor.controller.d.ts +0 -131
  2254. package/es/editor/html/html-editor.provider.d.ts +0 -17
  2255. package/es/editor/html/index.d.ts +0 -2
  2256. package/es/editor/html/wang-editor/component/emoji/emoji.d.ts +0 -17
  2257. package/es/editor/html/wang-editor/component/index.d.ts +0 -1
  2258. package/es/editor/html/wang-editor/element/emoji.d.ts +0 -7
  2259. package/es/editor/html/wang-editor/element/index.d.ts +0 -1
  2260. package/es/editor/html/wang-editor/index.d.ts +0 -4
  2261. package/es/editor/html/wang-editor/module/ai-module.d.ts +0 -67
  2262. package/es/editor/html/wang-editor/module/emoji-module.d.ts +0 -7
  2263. package/es/editor/html/wang-editor/module/index.d.ts +0 -2
  2264. package/es/editor/html/wang-editor/plugin/index.d.ts +0 -1
  2265. package/es/editor/html/wang-editor/plugin/plugin.d.ts +0 -7
  2266. package/es/editor/html/wang-editor/wang-editor.d.ts +0 -110
  2267. package/es/editor/index.d.ts +0 -5
  2268. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +0 -82
  2269. package/es/editor/list-box/index.d.ts +0 -4
  2270. package/es/editor/list-box/list-box-editor.controller.d.ts +0 -18
  2271. package/es/editor/list-box/list-box-editor.provider.d.ts +0 -18
  2272. package/es/editor/list-box/list-box-picker-editor.controller.d.ts +0 -49
  2273. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.d.ts +0 -11
  2274. package/es/editor/map-picker/index.d.ts +0 -3
  2275. package/es/editor/map-picker/map-picker-editor.controller.d.ts +0 -10
  2276. package/es/editor/map-picker/map-picker-editor.provider.d.ts +0 -14
  2277. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +0 -12
  2278. package/es/editor/markdown/index.d.ts +0 -2
  2279. package/es/editor/markdown/markdown-editor.controller.d.ts +0 -76
  2280. package/es/editor/markdown/markdown-editor.provider.d.ts +0 -17
  2281. package/es/editor/not-supported-editor/not-supported-editor.d.ts +0 -23
  2282. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +0 -100
  2283. package/es/editor/number-range/index.d.ts +0 -3
  2284. package/es/editor/number-range/number-range-editor.controller.d.ts +0 -11
  2285. package/es/editor/number-range/number-range-editor.provider.d.ts +0 -15
  2286. package/es/editor/preset/index.d.ts +0 -1
  2287. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +0 -78
  2288. package/es/editor/preset/preset-rawitem/index.d.ts +0 -3
  2289. package/es/editor/preset/preset-rawitem/preset-rawitem.controller.d.ts +0 -10
  2290. package/es/editor/preset/preset-rawitem/preset-rawitem.provider.d.ts +0 -17
  2291. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +0 -85
  2292. package/es/editor/radio-button-list/index.d.ts +0 -3
  2293. package/es/editor/radio-button-list/radio-button-list.controller.d.ts +0 -18
  2294. package/es/editor/radio-button-list/radio-button-list.provider.d.ts +0 -17
  2295. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +0 -109
  2296. package/es/editor/rate/index.d.ts +0 -3
  2297. package/es/editor/rate/rate-editor.controller.d.ts +0 -11
  2298. package/es/editor/rate/rate-editor.provider.d.ts +0 -15
  2299. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +0 -81
  2300. package/es/editor/raw/index.d.ts +0 -3
  2301. package/es/editor/raw/raw-editor.controller.d.ts +0 -11
  2302. package/es/editor/raw/raw-editor.provider.d.ts +0 -15
  2303. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +0 -100
  2304. package/es/editor/slider/index.d.ts +0 -3
  2305. package/es/editor/slider/slider-editor.controller.d.ts +0 -12
  2306. package/es/editor/slider/slider-editor.provider.d.ts +0 -15
  2307. package/es/editor/span/index.d.ts +0 -4
  2308. package/es/editor/span/span/span.d.ts +0 -108
  2309. package/es/editor/span/span-editor.controller.d.ts +0 -33
  2310. package/es/editor/span/span-editor.provider.d.ts +0 -18
  2311. package/es/editor/span/span-link/span-link.d.ts +0 -78
  2312. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +0 -88
  2313. package/es/editor/stepper/index.d.ts +0 -3
  2314. package/es/editor/stepper/stepper-editor.controller.d.ts +0 -11
  2315. package/es/editor/stepper/stepper-editor.provider.d.ts +0 -15
  2316. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +0 -82
  2317. package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.d.ts +0 -68
  2318. package/es/editor/switch/index.d.ts +0 -4
  2319. package/es/editor/switch/switch-editor.controller.d.ts +0 -11
  2320. package/es/editor/switch/switch-editor.provider.d.ts +0 -16
  2321. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +0 -85
  2322. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +0 -93
  2323. package/es/editor/text-box/index.d.ts +0 -5
  2324. package/es/editor/text-box/input/input.d.ts +0 -136
  2325. package/es/editor/text-box/text-box-editor.controller.d.ts +0 -91
  2326. package/es/editor/text-box/text-box-editor.provider.d.ts +0 -18
  2327. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +0 -98
  2328. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +0 -111
  2329. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +0 -78
  2330. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +0 -102
  2331. package/es/editor/upload/index.d.ts +0 -6
  2332. package/es/editor/upload/upload-editor.controller.d.ts +0 -46
  2333. package/es/editor/upload/upload-editor.provider.d.ts +0 -18
  2334. package/es/editor/upload/use/use-ibiz-upload.d.ts +0 -95
  2335. package/es/editor/upload/use/use-ibiz-upload.mjs +0 -170
  2336. package/es/editor/upload/use/use-iview-upload.d.ts +0 -31
  2337. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.d.ts +0 -46
  2338. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +0 -89
  2339. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.d.ts +0 -17
  2340. package/es/editor/user/ibiz-searchcond-edit/index.d.ts +0 -3
  2341. package/es/editor/user/index.d.ts +0 -1
  2342. package/es/ibiz-vue3.d.ts +0 -5
  2343. package/es/index.d.ts +0 -10
  2344. package/es/interface/i-field.d.ts +0 -66
  2345. package/es/interface/i-filter-condition.d.ts +0 -52
  2346. package/es/interface/i-pql-item.d.ts +0 -53
  2347. package/es/interface/i-pql-node-item.d.ts +0 -35
  2348. package/es/interface/i-pql-node.d.ts +0 -37
  2349. package/es/interface/i-schema-field.d.ts +0 -51
  2350. package/es/interface/index.d.ts +0 -6
  2351. package/es/locale/en/index.d.ts +0 -1528
  2352. package/es/locale/index.d.ts +0 -108
  2353. package/es/locale/zh-CN/index.d.ts +0 -1523
  2354. package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +0 -23
  2355. 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
  2356. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.mjs +0 -89
  2357. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.mjs +0 -115
  2358. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.mjs +0 -18
  2359. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.mjs +0 -376
  2360. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.mjs +0 -64
  2361. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.mjs +0 -59
  2362. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.mjs +0 -42
  2363. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.mjs +0 -85
  2364. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.mjs +0 -115
  2365. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.mjs +0 -52
  2366. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.mjs +0 -62
  2367. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.controller.d.ts +0 -10
  2368. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.d.ts +0 -45
  2369. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.provider.d.ts +0 -7
  2370. package/es/panel-component/app-extend-menu/bottom-side-menu/index.d.ts +0 -5
  2371. package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.d.ts +0 -135
  2372. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.d.ts +0 -2030
  2373. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.controller.d.ts +0 -149
  2374. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.state.d.ts +0 -27
  2375. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.d.ts +0 -166
  2376. package/es/panel-component/app-extend-menu/index.d.ts +0 -5
  2377. package/es/panel-component/app-extend-menu/left-side-menu/index.d.ts +0 -5
  2378. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.controller.d.ts +0 -10
  2379. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.d.ts +0 -45
  2380. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.provider.d.ts +0 -7
  2381. package/es/panel-component/app-extend-menu/right-side-menu/index.d.ts +0 -5
  2382. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.controller.d.ts +0 -10
  2383. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.d.ts +0 -45
  2384. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.provider.d.ts +0 -7
  2385. package/es/panel-component/app-extend-menu/top-side-menu/index.d.ts +0 -5
  2386. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.controller.d.ts +0 -10
  2387. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.d.ts +0 -45
  2388. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.provider.d.ts +0 -7
  2389. package/es/panel-component/app-switch/app-switch.controller.d.ts +0 -116
  2390. package/es/panel-component/app-switch/app-switch.d.ts +0 -46
  2391. package/es/panel-component/app-switch/app-switch.provider.d.ts +0 -7
  2392. package/es/panel-component/app-switch/app-switch.state.d.ts +0 -23
  2393. package/es/panel-component/app-switch/index.d.ts +0 -3
  2394. package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +0 -69
  2395. package/es/panel-component/auth-captcha/auth-captcha.d.ts +0 -46
  2396. package/es/panel-component/auth-captcha/auth-captcha.provider.d.ts +0 -14
  2397. package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +0 -47
  2398. package/es/panel-component/auth-captcha/index.d.ts +0 -26
  2399. package/es/panel-component/auth-sso/auth-sso.d.ts +0 -43
  2400. package/es/panel-component/auth-sso/auth-sso.provider.d.ts +0 -6
  2401. package/es/panel-component/auth-sso/index.d.ts +0 -23
  2402. package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +0 -49
  2403. package/es/panel-component/auth-userinfo/auth-userinfo.provider.d.ts +0 -15
  2404. package/es/panel-component/auth-userinfo/index.d.ts +0 -29
  2405. package/es/panel-component/coop-pos/coop-pos.controller.d.ts +0 -81
  2406. package/es/panel-component/coop-pos/coop-pos.d.ts +0 -55
  2407. package/es/panel-component/coop-pos/coop-pos.provider.d.ts +0 -7
  2408. package/es/panel-component/coop-pos/coop-pos.state.d.ts +0 -39
  2409. package/es/panel-component/coop-pos/index.d.ts +0 -30
  2410. package/es/panel-component/data-import/data-import-shell.d.ts +0 -44
  2411. package/es/panel-component/data-import/data-import.provider.d.ts +0 -15
  2412. package/es/panel-component/data-import/index.d.ts +0 -24
  2413. package/es/panel-component/global-search/global-search.controller.d.ts +0 -172
  2414. package/es/panel-component/global-search/global-search.d.ts +0 -58
  2415. package/es/panel-component/global-search/global-search.provider.d.ts +0 -14
  2416. package/es/panel-component/global-search/global-search.state.d.ts +0 -75
  2417. package/es/panel-component/global-search/index.d.ts +0 -33
  2418. package/es/panel-component/global-search/virtual-list/virtual-list.d.ts +0 -89
  2419. package/es/panel-component/index-actions/index-actions.d.ts +0 -45
  2420. package/es/panel-component/index-actions/index-actions.provider.d.ts +0 -15
  2421. package/es/panel-component/index-actions/index.d.ts +0 -24
  2422. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +0 -54
  2423. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +0 -43
  2424. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.d.ts +0 -14
  2425. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.d.ts +0 -10
  2426. package/es/panel-component/index-blank-placeholder/index.d.ts +0 -25
  2427. package/es/panel-component/index.d.ts +0 -14
  2428. package/es/panel-component/nav-breadcrumb/index.d.ts +0 -26
  2429. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +0 -126
  2430. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +0 -51
  2431. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +0 -13
  2432. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +0 -63
  2433. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +0 -27
  2434. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +0 -39
  2435. package/es/panel-component/nav-pos-index/index.d.ts +0 -27
  2436. package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +0 -164
  2437. package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +0 -46
  2438. package/es/panel-component/nav-pos-index/nav-pos-index.provider.d.ts +0 -16
  2439. package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +0 -39
  2440. package/es/panel-component/nav-tabs/index.d.ts +0 -44
  2441. package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +0 -100
  2442. package/es/panel-component/nav-tabs/nav-tabs.d.ts +0 -51
  2443. package/es/panel-component/nav-tabs/nav-tabs.provider.d.ts +0 -16
  2444. package/es/panel-component/nav-tabs/nav-tabs.state.d.ts +0 -65
  2445. package/es/panel-component/panel-app-header/index.d.ts +0 -25
  2446. package/es/panel-component/panel-app-header/panel-app-header.d.ts +0 -45
  2447. package/es/panel-component/panel-app-header/panel-app-header.provider.d.ts +0 -15
  2448. package/es/panel-component/panel-app-login-view/index.d.ts +0 -27
  2449. package/es/panel-component/panel-app-login-view/panel-app-login-view.controller.d.ts +0 -14
  2450. package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +0 -44
  2451. package/es/panel-component/panel-app-login-view/panel-app-login-view.provider.d.ts +0 -15
  2452. package/es/panel-component/panel-app-login-view/panel-app-login-view.state.d.ts +0 -12
  2453. package/es/panel-component/panel-app-title/index.d.ts +0 -29
  2454. package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +0 -51
  2455. package/es/panel-component/panel-app-title/panel-app-title.d.ts +0 -49
  2456. package/es/panel-component/panel-app-title/panel-app-title.provider.d.ts +0 -14
  2457. package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +0 -55
  2458. package/es/panel-component/panel-button/index.d.ts +0 -35
  2459. package/es/panel-component/panel-button/panel-button.controller.d.ts +0 -92
  2460. package/es/panel-component/panel-button/panel-button.d.ts +0 -55
  2461. package/es/panel-component/panel-button/panel-button.provider.d.ts +0 -14
  2462. package/es/panel-component/panel-button/panel-button.state.d.ts +0 -25
  2463. package/es/panel-component/panel-button-list/index.d.ts +0 -24
  2464. package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +0 -78
  2465. package/es/panel-component/panel-button-list/panel-button-list.d.ts +0 -46
  2466. package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +0 -14
  2467. package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +0 -17
  2468. package/es/panel-component/panel-exp-header/index.d.ts +0 -25
  2469. package/es/panel-component/panel-exp-header/panel-exp-header.d.ts +0 -45
  2470. package/es/panel-component/panel-exp-header/panel-exp-header.provider.d.ts +0 -15
  2471. package/es/panel-component/panel-index-view-search/index.d.ts +0 -30
  2472. package/es/panel-component/panel-index-view-search/panel-index-view-search.d.ts +0 -50
  2473. package/es/panel-component/panel-index-view-search/panel-index-view-search.provider.d.ts +0 -13
  2474. package/es/panel-component/panel-remember-me/index.d.ts +0 -28
  2475. package/es/panel-component/panel-remember-me/panel-remember-me.controller.d.ts +0 -14
  2476. package/es/panel-component/panel-remember-me/panel-remember-me.d.ts +0 -44
  2477. package/es/panel-component/panel-remember-me/panel-remember-me.provider.d.ts +0 -15
  2478. package/es/panel-component/panel-remember-me/panel-remember-me.state.d.ts +0 -12
  2479. package/es/panel-component/panel-static-carousel/index.d.ts +0 -32
  2480. package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +0 -55
  2481. package/es/panel-component/panel-static-carousel/panel-static-carousel.provider.d.ts +0 -15
  2482. package/es/panel-component/panel-tab-panel/index.d.ts +0 -25
  2483. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +0 -30
  2484. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +0 -45
  2485. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +0 -14
  2486. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +0 -19
  2487. package/es/panel-component/panel-view-content/index.d.ts +0 -25
  2488. package/es/panel-component/panel-view-content/panel-view-content.d.ts +0 -47
  2489. package/es/panel-component/panel-view-content/panel-view-content.provider.d.ts +0 -15
  2490. package/es/panel-component/panel-view-header/index.d.ts +0 -25
  2491. package/es/panel-component/panel-view-header/panel-view-header.d.ts +0 -45
  2492. package/es/panel-component/panel-view-header/panel-view-header.provider.d.ts +0 -15
  2493. package/es/panel-component/searchform-buttons/index.d.ts +0 -27
  2494. package/es/panel-component/searchform-buttons/searchform-buttons.controller.d.ts +0 -55
  2495. package/es/panel-component/searchform-buttons/searchform-buttons.d.ts +0 -47
  2496. package/es/panel-component/searchform-buttons/searchform-buttons.provider.d.ts +0 -15
  2497. package/es/panel-component/short-cut/index.d.ts +0 -60
  2498. package/es/panel-component/short-cut/short-cut.d.ts +0 -80
  2499. package/es/panel-component/short-cut/short-cut.provider.d.ts +0 -12
  2500. package/es/panel-component/split-container/index.d.ts +0 -25
  2501. package/es/panel-component/split-container/split-container.controller.d.ts +0 -70
  2502. package/es/panel-component/split-container/split-container.d.ts +0 -43
  2503. package/es/panel-component/split-container/split-container.provider.d.ts +0 -16
  2504. package/es/panel-component/split-container/split-container.state.d.ts +0 -24
  2505. package/es/panel-component/user-action/index.d.ts +0 -25
  2506. package/es/panel-component/user-action/user-action-provider.d.ts +0 -6
  2507. package/es/panel-component/user-action/user-action.d.ts +0 -48
  2508. package/es/panel-component/user-message/addin-changed/addin-changed.d.ts +0 -20
  2509. package/es/panel-component/user-message/addin-changed/index.d.ts +0 -1
  2510. package/es/panel-component/user-message/async-action/async-action/async-action.d.ts +0 -34
  2511. package/es/panel-component/user-message/async-action/async-action/async-action.provider.d.ts +0 -39
  2512. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.d.ts +0 -40
  2513. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.d.ts +0 -25
  2514. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.d.ts +0 -52
  2515. package/es/panel-component/user-message/async-action/index.d.ts +0 -3
  2516. package/es/panel-component/user-message/index.d.ts +0 -33
  2517. package/es/panel-component/user-message/internal-message/common/index.d.ts +0 -3
  2518. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.d.ts +0 -104
  2519. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.d.ts +0 -29
  2520. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +0 -28
  2521. package/es/panel-component/user-message/internal-message/index.d.ts +0 -3
  2522. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +0 -30
  2523. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +0 -31
  2524. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +0 -37
  2525. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +0 -38
  2526. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +0 -55
  2527. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.d.ts +0 -29
  2528. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.d.ts +0 -28
  2529. package/es/panel-component/user-message/user-message.d.ts +0 -53
  2530. package/es/panel-component/user-message/user-message.provider.d.ts +0 -15
  2531. package/es/panel-component/view-message/index.d.ts +0 -24
  2532. package/es/panel-component/view-message/view-message.d.ts +0 -45
  2533. package/es/panel-component/view-message/view-message.provider.d.ts +0 -15
  2534. package/es/panel-component/view-msg-pos/index.d.ts +0 -25
  2535. package/es/panel-component/view-msg-pos/view-msg-pos.controller.d.ts +0 -19
  2536. package/es/panel-component/view-msg-pos/view-msg-pos.d.ts +0 -43
  2537. package/es/panel-component/view-msg-pos/view-msg-pos.provider.d.ts +0 -16
  2538. package/es/util/ai-util/ai-util.d.ts +0 -25
  2539. package/es/util/ai-util/ai-util.mjs +0 -44
  2540. package/es/util/app-drawer/app-drawer-component.d.ts +0 -38
  2541. package/es/util/app-float-window/app-float-window-component.d.ts +0 -53
  2542. package/es/util/app-modal/app-modal-component.d.ts +0 -44
  2543. package/es/util/app-popover/app-popover-component.d.ts +0 -17
  2544. package/es/util/app-util/app-util.d.ts +0 -112
  2545. package/es/util/button-util/button-util.d.ts +0 -7
  2546. package/es/util/confirm-util/confirm-util.d.ts +0 -17
  2547. package/es/util/fullscreen/fullscreen-util.d.ts +0 -38
  2548. package/es/util/index.d.ts +0 -16
  2549. package/es/util/keydown-util/keydown-util.d.ts +0 -21
  2550. package/es/util/loading-util/loading-util.d.ts +0 -66
  2551. package/es/util/message-util/message-util.d.ts +0 -28
  2552. package/es/util/modal-util/modal-util.d.ts +0 -17
  2553. package/es/util/notice-util/notice-util.d.ts +0 -14
  2554. package/es/util/notification-util/notification-util.d.ts +0 -64
  2555. package/es/util/notification-util/upload-manager/file-type.d.ts +0 -8
  2556. package/es/util/notification-util/upload-manager/upload-manager.d.ts +0 -64
  2557. package/es/util/open-view-util/open-view-util.d.ts +0 -82
  2558. package/es/util/overlay-controller/overlay-controller.d.ts +0 -21
  2559. package/es/util/pagination/use-pagination.d.ts +0 -15
  2560. package/es/util/render-util/render-util.d.ts +0 -48
  2561. package/es/util/wang-editor-util/wang-editor-util.d.ts +0 -12
  2562. package/es/util/xlsx-util/xlsx-util.d.ts +0 -45
  2563. package/es/view/403-view/403-view.d.ts +0 -6
  2564. package/es/view/404-view/404-view.d.ts +0 -6
  2565. package/es/view/error-view/error-view.d.ts +0 -6
  2566. package/es/view/index.d.ts +0 -6
  2567. package/es/view/login-view/login-view.d.ts +0 -4
  2568. package/es/view/share-view/share-view.d.ts +0 -10
  2569. package/es/view/sub-app-ref-view/index.d.ts +0 -41
  2570. package/es/view/sub-app-ref-view/sub-app-ref-view.d.ts +0 -44
  2571. package/es/view/sub-app-ref-view/sub-app-ref-view.provider.d.ts +0 -13
  2572. package/es/view/wf-step-trace-view/index.d.ts +0 -39
  2573. package/es/view/wf-step-trace-view/wf-step-trace-view.d.ts +0 -42
  2574. package/es/view/wf-step-trace-view/wf-step-trace-view.provider.d.ts +0 -11
  2575. package/es/view-engine/app-data-upload-view.engine.d.ts +0 -13
  2576. package/es/view-engine/app-start-view.engine.d.ts +0 -12
  2577. package/es/view-engine/app-welcome-view.engine.d.ts +0 -12
  2578. package/es/view-engine/calendar-exp-view.engine.d.ts +0 -25
  2579. package/es/view-engine/calendar-view.engine.d.ts +0 -7
  2580. package/es/view-engine/chart-exp-view.engine.d.ts +0 -24
  2581. package/es/view-engine/chart-view.engine.d.ts +0 -15
  2582. package/es/view-engine/custom-view.engine.d.ts +0 -43
  2583. package/es/view-engine/data-view-exp-view.engine.d.ts +0 -35
  2584. package/es/view-engine/data-view.engine.d.ts +0 -26
  2585. package/es/view-engine/de-index-view-engine.d.ts +0 -39
  2586. package/es/view-engine/edit-view.engine.d.ts +0 -111
  2587. package/es/view-engine/edit-view2.engine.d.ts +0 -32
  2588. package/es/view-engine/edit-view3.engine.d.ts +0 -32
  2589. package/es/view-engine/edit-view4.engine.d.ts +0 -32
  2590. package/es/view-engine/exp-view.engine.d.ts +0 -62
  2591. package/es/view-engine/form-pickup-data-view.engine.d.ts +0 -6
  2592. package/es/view-engine/gantt-view.engine.d.ts +0 -9
  2593. package/es/view-engine/grid-exp-view.engine.d.ts +0 -35
  2594. package/es/view-engine/grid-view.engine.d.ts +0 -8
  2595. package/es/view-engine/index-view.engine.d.ts +0 -33
  2596. package/es/view-engine/index.d.ts +0 -54
  2597. package/es/view-engine/kanban-view.engine.d.ts +0 -25
  2598. package/es/view-engine/list-exp-view.engine.d.ts +0 -35
  2599. package/es/view-engine/list-view.engine.d.ts +0 -8
  2600. package/es/view-engine/login-view.engine.d.ts +0 -42
  2601. package/es/view-engine/map-view.engine.d.ts +0 -7
  2602. package/es/view-engine/md-custom-view.engine.d.ts +0 -81
  2603. package/es/view-engine/medit-view9.engine.d.ts +0 -16
  2604. package/es/view-engine/mpickup-view-engine.d.ts +0 -120
  2605. package/es/view-engine/mpickup-view2-engine.d.ts +0 -34
  2606. package/es/view-engine/opt-view.engine.d.ts +0 -94
  2607. package/es/view-engine/panel-view-engine.d.ts +0 -21
  2608. package/es/view-engine/pickup-data-view.engine.d.ts +0 -18
  2609. package/es/view-engine/pickup-grid-view.engine.d.ts +0 -18
  2610. package/es/view-engine/pickup-tree-view.engine.d.ts +0 -45
  2611. package/es/view-engine/pickup-view.engine.d.ts +0 -62
  2612. package/es/view-engine/pickup-view2.engine.d.ts +0 -25
  2613. package/es/view-engine/portal-view-engine.d.ts +0 -57
  2614. package/es/view-engine/report-view.engine.d.ts +0 -115
  2615. package/es/view-engine/sub-app-ref-view.engine.d.ts +0 -11
  2616. package/es/view-engine/tab-exp-view.engine.d.ts +0 -59
  2617. package/es/view-engine/tab-search-view.engine.d.ts +0 -81
  2618. package/es/view-engine/tree-exp-view.engine.d.ts +0 -40
  2619. package/es/view-engine/tree-grid-ex-view.engine.d.ts +0 -8
  2620. package/es/view-engine/tree-grid-view.engine.d.ts +0 -19
  2621. package/es/view-engine/tree-view.engine.d.ts +0 -8
  2622. package/es/view-engine/wf-dyna-action-view.engine.d.ts +0 -30
  2623. package/es/view-engine/wf-dyna-edit-view.engine.d.ts +0 -103
  2624. package/es/view-engine/wf-dyna-edit-view3.engine.d.ts +0 -21
  2625. package/es/view-engine/wf-dyna-start-view.engine.d.ts +0 -30
  2626. package/es/view-engine/wf-step-data-view.engine.d.ts +0 -10
  2627. package/es/view-engine/wizard-view-engine.d.ts +0 -26
  2628. package/es/web-app/App.d.ts +0 -6
  2629. package/es/web-app/attach-environment-config.d.ts +0 -1
  2630. package/es/web-app/components/index.d.ts +0 -2
  2631. package/es/web-app/components/modal-router-shell/modal-router-shell.d.ts +0 -13
  2632. package/es/web-app/components/router-shell/router-shell.d.ts +0 -35
  2633. package/es/web-app/create-vue-app.d.ts +0 -13
  2634. package/es/web-app/guard/auth-guard/auth-guard.d.ts +0 -96
  2635. package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +0 -6
  2636. package/es/web-app/guard/index.d.ts +0 -2
  2637. package/es/web-app/index.d.ts +0 -3
  2638. package/es/web-app/main.d.ts +0 -5
  2639. package/es/web-app/router/index.d.ts +0 -9
  2640. package/es/web-app/util/index.d.ts +0 -1
  2641. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +0 -56
  2642. package/lib/control/kanban/lane-kanban/lane-kanban.cjs +0 -411
  2643. package/lib/control/kanban/lane-kanban/lane-kanban.css +0 -1
  2644. package/lib/editor/upload/use/use-ibiz-upload.cjs +0 -175
  2645. package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +0 -27
  2646. 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
  2647. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.cjs +0 -93
  2648. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.cjs +0 -117
  2649. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.cjs +0 -42
  2650. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.cjs +0 -378
  2651. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.cjs +0 -67
  2652. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.cjs +0 -61
  2653. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.cjs +0 -44
  2654. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.cjs +0 -87
  2655. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.cjs +0 -117
  2656. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.cjs +0 -54
  2657. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.cjs +0 -64
  2658. package/lib/util/ai-util/ai-util.cjs +0 -46
  2659. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.7_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
  2660. /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
  2661. /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
  2662. /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
  2663. /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
  2664. /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
  2665. /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
  2666. /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
  2667. /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
  2668. /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
  2669. /package/es/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.18}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
  2670. /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
  2671. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
  2672. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.mjs +0 -0
  2673. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.mjs +0 -0
  2674. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.mjs +0 -0
  2675. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.mjs +0 -0
  2676. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.mjs +0 -0
  2677. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.7_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
  2678. /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
  2679. /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
  2680. /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
  2681. /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
  2682. /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
  2683. /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
  2684. /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
  2685. /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
  2686. /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
  2687. /package/lib/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.18}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
  2688. /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
  2689. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
  2690. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.cjs +0 -0
  2691. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.cjs +0 -0
  2692. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.cjs +0 -0
  2693. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.cjs +0 -0
  2694. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.cjs +0 -0
@@ -0,0 +1 @@
1
+ System.register(["vue","@ibiz-template/vue3-util","echarts","qx-util","lodash-es","@ibiz-template/runtime"],function(e){"use strict";var t,i,a,l,n,o,r,s,d,c,h,u,m,p,v,f,g,w;return{setters:[function(e){t=e.defineComponent,i=e.createVNode,a=e.resolveComponent,l=e.ref,n=e.watch,o=e.onMounted,r=e.onBeforeUnmount,s=e.nextTick,d=e.isVNode},function(e){c=e.useControlController,h=e.useNamespace,u=e.hasEmptyPanelRenderer,m=e.IBizCustomRender},function(e){p=e.init},function(e){v=e.createUUID},function(e){f=e.isArray},function(e){g=e.ChartController,w=e.ControlVO}],execute:function(){function b(e){return"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!d(e)}e("default",t({name:"IBizChartControl",props:{modelData:{type:Object,required:!0},context:{type:Object,required:!0},params:{type:Object,default:()=>({})},provider:{type:Object},mdctrlActiveMode:{type:Number,default:void 0},loadDefault:{type:Boolean,default:!0},isSimple:{type:Boolean,required:!1},data:{type:Array,required:!1}},emits:["drillDetail"],setup(e,{emit:t}){const d=c((...e)=>new g(...e)),D=h("control-".concat(d.model.controlType.toLowerCase())),y=l(),z=l(0),C=v(),L=l(!1),x=l({}),P=l();let R;const B=()=>{e.data&&(d.state.items=e.data.map(e=>new w(e)),d.afterLoad({},d.state.items))};d.evt.on("onCreated",async()=>{e.isSimple&&(B(),d.state.isSimple=!0,d.state.isLoaded=!0)}),n(()=>e.data,()=>{e.isSimple&&B()},{deep:!0});const N=async()=>{await s();const e=document.getElementById(C);e&&("bottom"===d.state.gridPosition||"top"===d.state.gridPosition?z.value=e.offsetHeight/2-8:z.value=e.offsetHeight-16)},S=()=>{L.value=!1},E=()=>{L.value||d.changeTooltipState(!0)};let O;o(()=>{var t,i;const a=p(y.value);ibiz.log.debug("初始化图表元素,源dom对象:",y.value,"目标图表对象:",a),d.initChart(a),window.addEventListener("resize",N),window.addEventListener("pointerdown",S),window.addEventListener("click",E),y.value&&ResizeObserver&&(O=new ResizeObserver(()=>{d.resizeChart()}),O.observe(y.value)),N();let l=(null==(i=null==(t=e.modelData.controlParam)?void 0:t.ctrlParams)?void 0:i.ENABLEDRILLDETAIL)||d.controlParams.enabledrilldetail;if(l&&!f(l))try{l=JSON.parse(l)}catch(e){ibiz.log.error(e),l=void 0}(null==l?void 0:l.length)&&a.on("click",e=>{const t=d.computedClickSerieModel(e);if(!t||ibiz.fullscreenUtil.isFullScreen)return;const i=l.find(e=>e.name===t.valueField);i&&i.isDrill&&(R=e,(e=>{if(e.event){const t=e.event.event,{offsetX:i,offsetY:a}=e.event,{clientWidth:l}=t.target;x.value=i+160>l?{top:"".concat(a-20,"px"),left:"".concat(i-160,"px")}:{top:"".concat(a,"px"),left:"".concat(i+16,"px")}}})(e),a.dispatchAction({type:"hideTip"}),d.changeTooltipState(!1),L.value=!0)})});n(()=>d.state.showGrid,()=>{N()},{immediate:!0});return r(()=>{window.removeEventListener("resize",N),window.removeEventListener("pointerdown",S),window.removeEventListener("click",E),null==O||O.disconnect()}),{c:d,ns:D,chartRef:y,uuid:C,showCheck:L,drillDetailPos:x,drillDetailRef:P,openDrillDetail:e=>{e.stopPropagation(),e.preventDefault(),L.value=!1,d.changeTooltipState(!0);const i=d.computedDrillDetailParam(R);t("drillDetail",i)},renderGrid:()=>{let e;return i(a("el-table"),{ref:"tableRef",data:d.state.gridData||[],border:!0,style:{width:"100%"},"max-height":z.value,"span-method":d.spanMethod.bind(d),"header-row-class-name":D.e("grid-header")},b(e=d.state.gridHeaders.map(e=>i(a("el-table-column"),{prop:e.id,align:"center",label:e.name},null)))?e:{default:()=>[e]})},renderNoData:()=>{if(0===d.state.items.length){const e={};return u(d)&&Object.assign(e,{customRender:()=>i(m,{controller:d},null)}),i(a("iBizNoData"),{text:d.model.emptyText,emptyTextLanguageRes:d.model.emptyTextLanguageRes,hideNoDataImage:d.state.hideNoDataImage},b(e)?e:{default:()=>[e]})}}}},render(){return i(a("iBizControlNavigation"),{controller:this.c},{default:()=>[i(a("iBizControlBase"),{controller:this.c},{default:()=>[i("div",{id:this.uuid,class:this.ns.b("chart-container")},[this.renderNoData(),i("div",{class:[this.ns.e("chart-grid"),this.ns.is("no-data",0===this.c.state.items.length),this.ns.is("show-grid",this.c.state.showGrid),{[this.ns.em("chart-grid",this.c.state.gridPosition)]:this.c.state.showGrid}]},[i("div",{class:[this.ns.e("chart-grid-container"),this.ns.is(this.c.state.gridPosition,this.c.state.showGrid),this.ns.is("no-grid",!this.c.state.showGrid)]},[i("div",{ref:"chartRef",class:[this.ns.e("chart")]},[ibiz.i18n.t("control.chart.chartPlaceholder")]),this.showCheck?i("div",{ref:"drillDetailRef",class:this.ns.e("drill-detail"),style:this.drillDetailPos,onPointerdown:this.openDrillDetail},[i("div",{class:this.ns.em("drill-detail","item")},[i("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",height:"1em",width:"1em",focusable:"false",fill:"currentColor"},[i("g",{id:"aspnormal/preview","stroke-width":"1","fill-rule":"evenodd"},[i("path",{d:"M11.626 0c1.057 0 1.923.818 2 1.855l.005.15v3.411a.6.6 0 0 1-1.192.097l-.008-.097.001-1.348V2.005c0-.41-.31-.749-.705-.799l-.101-.006h-9.62c-.41 0-.75.308-.8.704l-.006.101v11.989c0 .41.308.75.705.8l.101.006h5.906l.017-.004.016-.003h2.074a.598.598 0 1 1 .107 1.187l-.095.01V16H2.006a2.006 2.006 0 0 1-2-1.856L0 13.994V2.005C0 .948.818.082 1.856.005L2.006 0h9.62zm-1.595 6.328a3.669 3.669 0 0 1 3.665 3.665c0 .79-.251 1.523-.678 2.123l2.412 2.412a.6.6 0 1 1-.848.85l-2.41-2.412a3.646 3.646 0 0 1-2.14.692 3.67 3.67 0 0 1-3.667-3.665 3.67 3.67 0 0 1 3.666-3.665zm-5.106 5.29a.6.6 0 0 1 .097 1.191l-.097.008H2.85a.6.6 0 0 1-.097-1.192l.097-.008h2.074zm5.106-4.09a2.468 2.468 0 0 0-2.466 2.465 2.468 2.468 0 0 0 2.466 2.466 2.47 2.47 0 0 0 2.466-2.466 2.469 2.469 0 0 0-2.466-2.465zm-4.815-.126a.6.6 0 0 1 .097 1.193l-.097.007h-2.35A.6.6 0 0 1 2.77 7.41l.098-.008h2.349zm5.58-4a.6.6 0 0 1 .097 1.192l-.097.008H2.867A.6.6 0 0 1 2.77 3.41l.097-.008h7.929z",id:"asp合并形状"},null)])]),i("div",{class:this.ns.em("drill-detail","item-text")},[ibiz.i18n.t("control.chart.drillDetail")])])]):null]),this.c.state.showGrid?i("div",{class:this.ns.e("grid")},[this.renderGrid()]):null])])]})]})}}))}}});
@@ -0,0 +1,21 @@
1
+ System.register([],function(A){"use strict";return{execute:function(){
2
+ /*!
3
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
4
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
5
+ * Released under MIT License
6
+ */
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+
10
+ Permission to use, copy, modify, and/or distribute this software for any
11
+ purpose with or without fee is hereby granted.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
+ PERFORMANCE OF THIS SOFTWARE.
20
+ ***************************************************************************** */
21
+ var e=function(A,t){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])},e(A,t)};function t(A,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=A}e(A,t),A.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var r=function(){return r=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++)for(var B in e=arguments[t])Object.prototype.hasOwnProperty.call(e,B)&&(A[B]=e[B]);return A},r.apply(this,arguments)};function B(A,e,t,r){return new(t||(t=Promise))(function(e,B){function n(A){try{o(r.next(A))}catch(A){B(A)}}function s(A){try{o(r.throw(A))}catch(A){B(A)}}function o(A){var r;A.done?e(A.value):(r=A.value,r instanceof t?r:new t(function(A){A(r)})).then(n,s)}o((r=r.apply(A,[])).next())})}function n(A,e){var t,r,B,n,s={label:0,sent:function(){if(1&B[0])throw B[1];return B[1]},trys:[],ops:[]};return n={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function o(n){return function(o){return function(n){if(t)throw new TypeError("Generator is already executing.");for(;s;)try{if(t=1,r&&(B=2&n[0]?r.return:n[0]?r.throw||((B=r.return)&&B.call(r),0):r.next)&&!(B=B.call(r,n[1])).done)return B;switch(r=0,B&&(n=[2&n[0],B.value]),n[0]){case 0:case 1:B=n;break;case 4:return s.label++,{value:n[1],done:!1};case 5:s.label++,r=n[1],n=[0];continue;case 7:n=s.ops.pop(),s.trys.pop();continue;default:if(!(B=s.trys,(B=B.length>0&&B[B.length-1])||6!==n[0]&&2!==n[0])){s=0;continue}if(3===n[0]&&(!B||n[1]>B[0]&&n[1]<B[3])){s.label=n[1];break}if(6===n[0]&&s.label<B[1]){s.label=B[1],B=n;break}if(B&&s.label<B[2]){s.label=B[2],s.ops.push(n);break}B[2]&&s.ops.pop(),s.trys.pop();continue}n=e.call(A,s)}catch(A){n=[6,A],r=0}finally{t=B=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,o])}}}function s(A,e,t){if(2===arguments.length)for(var r,B=0,n=e.length;B<n;B++)!r&&B in e||(r||(r=Array.prototype.slice.call(e,0,B)),r[B]=e[B]);return A.concat(r||e)}for(var o=function(){function A(A,e,t,r){this.left=A,this.top=e,this.width=t,this.height=r}return A.prototype.add=function(e,t,r,B){return new A(this.left+e,this.top+t,this.width+r,this.height+B)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(A){return 0!==A.width});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),i=function(A,e){return o.fromClientRect(A,e.getBoundingClientRect())},Q=function(A){for(var e=[],t=0,r=A.length;t<r;){var B=A.charCodeAt(t++);if(B>=55296&&B<=56319&&t<r){var n=A.charCodeAt(t++);56320==(64512&n)?e.push(((1023&B)<<10)+(1023&n)+65536):(e.push(B),t--)}else e.push(B)}return e},c=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],B=-1,n="";++B<t;){var s=A[B];s<=65535?r.push(s):(s-=65536,r.push(55296+(s>>10),s%1024+56320)),(B+1===t||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",w="undefined"==typeof Uint8Array?[]:new Uint8Array(256),g=0;g<64;g++)w[a.charCodeAt(g)]=g;for(var u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l="undefined"==typeof Uint8Array?[]:new Uint8Array(256),U=0;U<64;U++)l[u.charCodeAt(U)]=U;for(var C=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},F=function(){function A(A,e,t,r,B,n){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=B,this.data=n}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=2080+(A>>11),e=this.index[e],e+=A>>5&63,e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d="undefined"==typeof Uint8Array?[]:new Uint8Array(256),f=0;f<64;f++)d[h.charCodeAt(f)]=f;var H=10,p=13,E=15,I=17,y=18,K=19,m=20,L=21,b=22,v=24,D=25,x=26,M=27,S=28,T=30,G=32,O=33,V=34,k=35,R=37,N=38,P=39,X=40,J=42,Y=[9001,65288],W="×",Z="÷",_=function(A){var e,t,r,B=function(A){var e,t,r,B,n,s=.75*A.length,o=A.length,i=0;"="===A[A.length-1]&&(s--,"="===A[A.length-2]&&s--);var Q="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),c=Array.isArray(Q)?Q:new Uint8Array(Q);for(e=0;e<o;e+=4)t=l[A.charCodeAt(e)],r=l[A.charCodeAt(e+1)],B=l[A.charCodeAt(e+2)],n=l[A.charCodeAt(e+3)],c[i++]=t<<2|r>>4,c[i++]=(15&r)<<4|B>>2,c[i++]=(3&B)<<6|63&n;return Q}(A),n=Array.isArray(B)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(B):new Uint32Array(B),s=Array.isArray(B)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(B):new Uint16Array(B),o=C(s,12,n[4]/2),i=2===n[5]?C(s,(24+n[4])/2):(e=n,t=Math.ceil((24+n[4])/4),e.slice?e.slice(t,r):new Uint32Array(Array.prototype.slice.call(e,t,r)));return new F(n[0],n[1],n[2],n[3],o,i)}("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),q=[T,36],j=[1,2,3,5],z=[H,8],$=[M,x],AA=j.concat(z),eA=[N,P,X,V,k],tA=[E,p],rA=function(A,e,t,r){var B=r[t];if(Array.isArray(A)?-1!==A.indexOf(B):A===B)for(var n=t;n<=r.length;){if((i=r[++n])===e)return!0;if(i!==H)break}if(B===H)for(n=t;n>0;){var s=r[--n];if(Array.isArray(A)?-1!==A.indexOf(s):A===s)for(var o=t;o<=r.length;){var i;if((i=r[++o])===e)return!0;if(i!==H)break}if(s!==H)break}return!1},BA=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r!==H)return r;t--}return 0},nA=function(A,e,t,r,B){if(0===t[r])return W;var n=r-1;if(Array.isArray(B)&&!0===B[n])return W;var s=n-1,o=n+1,i=e[n],Q=s>=0?e[s]:0,c=e[o];if(2===i&&3===c)return W;if(-1!==j.indexOf(i))return"!";if(-1!==j.indexOf(c))return W;if(-1!==z.indexOf(c))return W;if(8===BA(n,e))return Z;if(11===_.get(A[n]))return W;if((i===G||i===O)&&11===_.get(A[o]))return W;if(7===i||7===c)return W;if(9===i)return W;if(-1===[H,p,E].indexOf(i)&&9===c)return W;if(-1!==[I,y,K,v,S].indexOf(c))return W;if(BA(n,e)===b)return W;if(rA(23,b,n,e))return W;if(rA([I,y],L,n,e))return W;if(rA(12,12,n,e))return W;if(i===H)return Z;if(23===i||23===c)return W;if(16===c||16===i)return Z;if(-1!==[p,E,L].indexOf(c)||14===i)return W;if(36===Q&&-1!==tA.indexOf(i))return W;if(i===S&&36===c)return W;if(c===m)return W;if(-1!==q.indexOf(c)&&i===D||-1!==q.indexOf(i)&&c===D)return W;if(i===M&&-1!==[R,G,O].indexOf(c)||-1!==[R,G,O].indexOf(i)&&c===x)return W;if(-1!==q.indexOf(i)&&-1!==$.indexOf(c)||-1!==$.indexOf(i)&&-1!==q.indexOf(c))return W;if(-1!==[M,x].indexOf(i)&&(c===D||-1!==[b,E].indexOf(c)&&e[o+1]===D)||-1!==[b,E].indexOf(i)&&c===D||i===D&&-1!==[D,S,v].indexOf(c))return W;if(-1!==[D,S,v,I,y].indexOf(c))for(var a=n;a>=0;){if((w=e[a])===D)return W;if(-1===[S,v].indexOf(w))break;a--}if(-1!==[M,x].indexOf(c))for(a=-1!==[I,y].indexOf(i)?s:n;a>=0;){var w;if((w=e[a])===D)return W;if(-1===[S,v].indexOf(w))break;a--}if(N===i&&-1!==[N,P,V,k].indexOf(c)||-1!==[P,V].indexOf(i)&&-1!==[P,X].indexOf(c)||-1!==[X,k].indexOf(i)&&c===X)return W;if(-1!==eA.indexOf(i)&&-1!==[m,x].indexOf(c)||-1!==eA.indexOf(c)&&i===M)return W;if(-1!==q.indexOf(i)&&-1!==q.indexOf(c))return W;if(i===v&&-1!==q.indexOf(c))return W;if(-1!==q.concat(D).indexOf(i)&&c===b&&-1===Y.indexOf(A[o])||-1!==q.concat(D).indexOf(c)&&i===y)return W;if(41===i&&41===c){for(var g=t[n],u=1;g>0&&41===e[--g];)u++;if(u%2!=0)return W}return i===G&&c===O?W:Z},sA=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=function(A,e){void 0===e&&(e="strict");var t=[],r=[],B=[];return A.forEach(function(A,n){var s=_.get(A);if(s>50?(B.push(!0),s-=50):B.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return r.push(n),t.push(16);if(4===s||11===s){if(0===n)return r.push(n),t.push(T);var o=t[n-1];return-1===AA.indexOf(o)?(r.push(r[n-1]),t.push(o)):(r.push(n),t.push(T))}return r.push(n),31===s?t.push("strict"===e?L:R):s===J||29===s?t.push(T):43===s?A>=131072&&A<=196605||A>=196608&&A<=262141?t.push(R):t.push(T):void t.push(s)}),[r,t,B]}(A,e.lineBreak),r=t[0],B=t[1],n=t[2];"break-all"!==e.wordBreak&&"break-word"!==e.wordBreak||(B=B.map(function(A){return-1!==[D,T,J].indexOf(A)?R:A}));var s="keep-all"===e.wordBreak?n.map(function(e,t){return e&&A[t]>=19968&&A[t]<=40959}):void 0;return[r,B,s]},oA=function(){function A(A,e,t,r){this.codePoints=A,this.required="!"===e,this.start=t,this.end=r}return A.prototype.slice=function(){return c.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),iA=45,QA=43,cA=-1,aA=function(A){return A>=48&&A<=57},wA=function(A){return aA(A)||A>=65&&A<=70||A>=97&&A<=102},gA=function(A){return 10===A||9===A||32===A},uA=function(A){return function(A){return function(A){return A>=97&&A<=122}(A)||function(A){return A>=65&&A<=90}(A)}(A)||function(A){return A>=128}(A)||95===A},lA=function(A){return uA(A)||aA(A)||A===iA},UA=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},CA=function(A,e){return 92===A&&10!==e},FA=function(A,e,t){return A===iA?uA(e)||CA(e,t):!!uA(A)||!(92!==A||!CA(A,e))},hA=function(A,e,t){return A===QA||A===iA?!!aA(e)||46===e&&aA(t):aA(46===A?e:A)},dA=function(A){var e=0,t=1;A[e]!==QA&&A[e]!==iA||(A[e]===iA&&(t=-1),e++);for(var r=[];aA(A[e]);)r.push(A[e++]);var B=r.length?parseInt(c.apply(void 0,r),10):0;46===A[e]&&e++;for(var n=[];aA(A[e]);)n.push(A[e++]);var s=n.length,o=s?parseInt(c.apply(void 0,n),10):0;69!==A[e]&&101!==A[e]||e++;var i=1;A[e]!==QA&&A[e]!==iA||(A[e]===iA&&(i=-1),e++);for(var Q=[];aA(A[e]);)Q.push(A[e++]);var a=Q.length?parseInt(c.apply(void 0,Q),10):0;return t*(B+o*Math.pow(10,-s))*Math.pow(10,i*a)},fA={type:2},HA={type:3},pA={type:4},EA={type:13},IA={type:8},yA={type:21},KA={type:9},mA={type:10},LA={type:11},bA={type:12},vA={type:14},DA={type:23},xA={type:1},MA={type:25},SA={type:24},TA={type:26},GA={type:27},OA={type:28},VA={type:29},kA={type:31},RA={type:32},NA=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(Q(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==RA;)A.push(e),e=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(lA(e)||CA(t,r)){var B=FA(e,t,r)?2:1;return{type:5,value:this.consumeName(),flags:B}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),EA;break;case 39:return this.consumeStringToken(39);case 40:return fA;case 41:return HA;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),vA;break;case QA:if(hA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return pA;case iA:var n=A,s=this.peekCodePoint(0),o=this.peekCodePoint(1);if(hA(n,s,o))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(FA(n,s,o))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(s===iA&&62===o)return this.consumeCodePoint(),this.consumeCodePoint(),SA;break;case 46:if(hA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 47:if(42===this.peekCodePoint(0))for(this.consumeCodePoint();;){var i=this.consumeCodePoint();if(42===i&&47===(i=this.consumeCodePoint()))return this.consumeToken();if(i===cA)return this.consumeToken()}break;case 58:return TA;case 59:return GA;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===iA&&this.peekCodePoint(2)===iA)return this.consumeCodePoint(),this.consumeCodePoint(),MA;break;case 64:var Q=this.peekCodePoint(0),a=this.peekCodePoint(1),w=this.peekCodePoint(2);if(FA(Q,a,w))return{type:7,value:this.consumeName()};break;case 91:return OA;case 92:if(CA(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return VA;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),IA;break;case 123:return LA;case 125:return bA;case 117:case 85:var g=this.peekCodePoint(0),u=this.peekCodePoint(1);return g!==QA||!wA(u)&&63!==u||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),KA;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),yA;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mA;break;case cA:return RA}return gA(A)?(this.consumeWhiteSpace(),kA):aA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):uA(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:c(A)}},A.prototype.consumeCodePoint=function(){var A=this._value.shift();return void 0===A?-1:A},A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();wA(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var t=!1;63===e&&A.length<6;)A.push(e),e=this.consumeCodePoint(),t=!0;if(t)return{type:30,start:parseInt(c.apply(void 0,A.map(function(A){return 63===A?48:A})),16),end:parseInt(c.apply(void 0,A.map(function(A){return 63===A?70:A})),16)};var r=parseInt(c.apply(void 0,A),16);if(this.peekCodePoint(0)===iA&&wA(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var B=[];wA(e)&&B.length<6;)B.push(e),e=this.consumeCodePoint();return{type:30,start:r,end:parseInt(c.apply(void 0,B),16)}}return{type:30,start:r,end:r}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===cA)return{type:22,value:""};var e=this.peekCodePoint(0);if(39===e||34===e){var t=this.consumeStringToken(this.consumeCodePoint());return 0===t.type&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===cA||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),DA)}for(;;){var r=this.consumeCodePoint();if(r===cA||41===r)return{type:22,value:c.apply(void 0,A)};if(gA(r))return this.consumeWhiteSpace(),this.peekCodePoint(0)===cA||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:c.apply(void 0,A)}):(this.consumeBadUrlRemnants(),DA);if(34===r||39===r||40===r||UA(r))return this.consumeBadUrlRemnants(),DA;if(92===r){if(!CA(r,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),DA;A.push(this.consumeEscapedCodePoint())}else A.push(r)}},A.prototype.consumeWhiteSpace=function(){for(;gA(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===cA)return;CA(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=c.apply(void 0,this._value.splice(0,t)),A-=t}return this._value.shift(),e},A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(r===cA||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===r)return this._value.splice(0,t),xA;if(92===r){var B=this._value[t+1];B!==cA&&void 0!==B&&(10===B?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):CA(r,B)&&(e+=this.consumeStringSlice(t),e+=c(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);for(t!==QA&&t!==iA||A.push(this.consumeCodePoint());aA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(46===t&&aA(r))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;aA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),r=this.peekCodePoint(1);var B=this.peekCodePoint(2);if((69===t||101===t)&&((r===QA||r===iA)&&aA(B)||aA(r)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;aA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[dA(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0),B=this.peekCodePoint(1),n=this.peekCodePoint(2);return FA(r,B,n)?{type:15,number:e,flags:t,unit:this.consumeName()}:37===r?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(wA(A)){for(var e=c(A);wA(this.peekCodePoint(0))&&e.length<6;)e+=c(this.consumeCodePoint());gA(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return 0===t||function(A){return A>=55296&&A<=57343}(t)||t>1114111?65533:t}return A===cA?65533:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(lA(e))A+=c(e);else{if(!CA(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=c(this.consumeEscapedCodePoint())}}},A}(),PA=function(){function A(A){this._tokens=A}return A.create=function(e){var t=new NA;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||zA(t,A))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this._tokens.shift();return void 0===A?RA:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),XA=function(A){return 15===A.type},JA=function(A){return 17===A.type},YA=function(A){return 20===A.type},WA=function(A){return 0===A.type},ZA=function(A,e){return YA(A)&&A.value===e},_A=function(A){return 31!==A.type},qA=function(A){return 31!==A.type&&4!==A.type},jA=function(A){var e=[],t=[];return A.forEach(function(A){if(4===A.type){if(0===t.length)throw new Error("Error parsing function args, zero tokens for arg");return e.push(t),void(t=[])}31!==A.type&&t.push(A)}),t.length&&e.push(t),e},zA=function(A,e){return 11===e&&12===A.type||(28===e&&29===A.type||2===e&&3===A.type)},$A=function(A){return 17===A.type||15===A.type},Ae=function(A){return 16===A.type||$A(A)},ee=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},te={type:17,number:0,flags:4},re={type:16,number:50,flags:4},Be={type:16,number:100,flags:4},ne=function(A,e,t){var r=A[0],B=A[1];return[se(r,e),se(void 0!==B?B:r,t)]},se=function(A,e){if(16===A.type)return A.number/100*e;if(XA(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},oe="grad",ie="turn",Qe=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case oe:return Math.PI/200*e.number;case"rad":return e.number;case ie:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},ce=function(A){return 15===A.type&&("deg"===A.unit||A.unit===oe||"rad"===A.unit||A.unit===ie)},ae=function(A){switch(A.filter(YA).map(function(A){return A.value}).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[te,te];case"to top":case"bottom":return we(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[te,Be];case"to right":case"left":return we(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[Be,Be];case"to bottom":case"top":return we(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[Be,te];case"to left":case"right":return we(270)}return 0},we=function(A){return Math.PI*A/180},ge=function(A,e){if(18===e.type){var t=fe[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3);return Ue(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),1)}if(4===e.value.length){r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3);var s=e.value.substring(3,4);return Ue(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),parseInt(s+s,16)/255)}if(6===e.value.length){r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6);return Ue(parseInt(r,16),parseInt(B,16),parseInt(n,16),1)}if(8===e.value.length){r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6),s=e.value.substring(6,8);return Ue(parseInt(r,16),parseInt(B,16),parseInt(n,16),parseInt(s,16)/255)}}if(20===e.type){var o=pe[e.value.toUpperCase()];if(void 0!==o)return o}return pe.TRANSPARENT},ue=function(A){return!(255&A)},le=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,B=255&A>>24;return e<255?"rgba("+B+","+r+","+t+","+e/255+")":"rgb("+B+","+r+","+t+")"},Ue=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r))>>>0},Ce=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},Fe=function(A,e){var t=e.filter(qA);if(3===t.length){var r=t.map(Ce),B=r[0],n=r[1],s=r[2];return Ue(B,n,s,1)}if(4===t.length){var o=t.map(Ce),i=(B=o[0],n=o[1],s=o[2],o[3]);return Ue(B,n,s,i)}return 0};function he(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<.5?e:t<2/3?6*(e-A)*(2/3-t)+A:A}var de=function(A,e){var t=e.filter(qA),r=t[0],B=t[1],n=t[2],s=t[3],o=(17===r.type?we(r.number):Qe(A,r))/(2*Math.PI),i=Ae(B)?B.number/100:0,Q=Ae(n)?n.number/100:0,c=void 0!==s&&Ae(s)?se(s,1):1;if(0===i)return Ue(255*Q,255*Q,255*Q,1);var a=Q<=.5?Q*(i+1):Q+i-Q*i,w=2*Q-a,g=he(w,a,o+1/3),u=he(w,a,o),l=he(w,a,o-1/3);return Ue(255*g,255*u,255*l,c)},fe={hsl:de,hsla:de,rgb:Fe,rgba:Fe},He=function(A,e){return ge(A,PA.create(e).parseComponentValue())},pe={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Ee={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(YA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Ie={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ye=function(A,e){var t=ge(A,e[0]),r=e[1];return r&&Ae(r)?{color:t,stop:r}:{color:t,stop:null}},Ke=function(A,e){var t=A[0],r=A[A.length-1];null===t.stop&&(t.stop=te),null===r.stop&&(r.stop=Be);for(var B=[],n=0,s=0;s<A.length;s++){var o=A[s].stop;if(null!==o){var i=se(o,e);i>n?B.push(i):B.push(n),n=i}else B.push(null)}var Q=null;for(s=0;s<B.length;s++){var c=B[s];if(null===c)null===Q&&(Q=s);else if(null!==Q){for(var a=s-Q,w=(c-B[Q-1])/(a+1),g=1;g<=a;g++)B[Q+g-1]=w*g;Q=null}}return A.map(function(A,t){return{color:A.color,stop:Math.max(Math.min(1,B[t]/e),0)}})},me=function(A,e,t){var r="number"==typeof A?A:function(A,e,t){var r=e/2,B=t/2,n=se(A[0],e)-r,s=B-se(A[1],t);return(Math.atan2(s,n)+2*Math.PI)%(2*Math.PI)}(A,e,t),B=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),n=e/2,s=t/2,o=B/2,i=Math.sin(r-Math.PI/2)*o,Q=Math.cos(r-Math.PI/2)*o;return[B,n-Q,n+Q,s-i,s+i]},Le=function(A,e){return Math.sqrt(A*A+e*e)},be=function(A,e,t,r,B){return[[0,0],[0,e],[A,0],[A,e]].reduce(function(A,e){var n=e[0],s=e[1],o=Le(t-n,r-s);return(B?o<A.optimumDistance:o>A.optimumDistance)?{optimumCorner:e,optimumDistance:o}:A},{optimumDistance:B?1/0:-1/0,optimumCorner:null}).optimumCorner},ve=function(A,e){var t=we(180),r=[];return jA(e).forEach(function(e,B){if(0===B){var n=e[0];if(20===n.type&&-1!==["top","left","right","bottom"].indexOf(n.value))return void(t=ae(e));if(ce(n))return void(t=(Qe(A,n)+we(270))%we(360))}var s=ye(A,e);r.push(s)}),{angle:t,stops:r,type:1}},De="closest-side",xe="farthest-side",Me="closest-corner",Se="farthest-corner",Te="circle",Ge="ellipse",Oe="cover",Ve="contain",ke=function(A,e){var t=0,r=3,B=[],n=[];return jA(e).forEach(function(e,s){var o=!0;if(0===s?o=e.reduce(function(A,e){if(YA(e))switch(e.value){case"center":return n.push(re),!1;case"top":case"left":return n.push(te),!1;case"right":case"bottom":return n.push(Be),!1}else if(Ae(e)||$A(e))return n.push(e),!1;return A},o):1===s&&(o=e.reduce(function(A,e){if(YA(e))switch(e.value){case Te:return t=0,!1;case Ge:return t=1,!1;case Ve:case De:return r=0,!1;case xe:return r=1,!1;case Me:return r=2,!1;case Oe:case Se:return r=3,!1}else if($A(e)||Ae(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A},o)),o){var i=ye(A,e);B.push(i)}}),{size:r,shape:t,stops:B,position:n,type:2}},Re=function(A,e){if(22===e.type){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(18===e.type){var r=Pe[e.name];if(void 0===r)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Ne,Pe={"linear-gradient":function(A,e){var t=we(180),r=[];return jA(e).forEach(function(e,B){if(0===B){var n=e[0];if(20===n.type&&"to"===n.value)return void(t=ae(e));if(ce(n))return void(t=Qe(A,n))}var s=ye(A,e);r.push(s)}),{angle:t,stops:r,type:1}},"-moz-linear-gradient":ve,"-ms-linear-gradient":ve,"-o-linear-gradient":ve,"-webkit-linear-gradient":ve,"radial-gradient":function(A,e){var t=0,r=3,B=[],n=[];return jA(e).forEach(function(e,s){var o=!0;if(0===s){var i=!1;o=e.reduce(function(A,e){if(i)if(YA(e))switch(e.value){case"center":return n.push(re),A;case"top":case"left":return n.push(te),A;case"right":case"bottom":return n.push(Be),A}else(Ae(e)||$A(e))&&n.push(e);else if(YA(e))switch(e.value){case Te:return t=0,!1;case Ge:return t=1,!1;case"at":return i=!0,!1;case De:return r=0,!1;case Oe:case xe:return r=1,!1;case Ve:case Me:return r=2,!1;case Se:return r=3,!1}else if($A(e)||Ae(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A},o)}if(o){var Q=ye(A,e);B.push(Q)}}),{size:r,shape:t,stops:B,position:n,type:2}},"-moz-radial-gradient":ke,"-ms-radial-gradient":ke,"-o-radial-gradient":ke,"-webkit-radial-gradient":ke,"-webkit-gradient":function(A,e){var t=we(180),r=[],B=1;return jA(e).forEach(function(e,t){var n=e[0];if(0===t){if(YA(n)&&"linear"===n.value)return void(B=1);if(YA(n)&&"radial"===n.value)return void(B=2)}if(18===n.type)if("from"===n.name){var s=ge(A,n.values[0]);r.push({stop:te,color:s})}else if("to"===n.name){s=ge(A,n.values[0]);r.push({stop:Be,color:s})}else if("color-stop"===n.name){var o=n.values.filter(qA);if(2===o.length){s=ge(A,o[1]);var i=o[0];JA(i)&&r.push({stop:{type:16,number:100*i.number,flags:i.flags},color:s})}}}),1===B?{angle:(t+we(180))%we(360),stops:r,type:B}:{size:3,shape:0,stops:r,position:[],type:B}}},Xe={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e.filter(function(A){return qA(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Pe[A.name])}(A)}).map(function(e){return Re(A,e)})}},Je={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(YA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Ye={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return jA(e).map(function(A){return A.filter(Ae)}).map(ee)}},We={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return jA(e).map(function(A){return A.filter(YA).map(function(A){return A.value}).join(" ")}).map(Ze)}},Ze=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};!function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"}(Ne||(Ne={}));var _e,qe={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return jA(e).map(function(A){return A.filter(je)})}},je=function(A){return YA(A)||Ae(A)},ze=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},$e=ze("top"),At=ze("right"),et=ze("bottom"),tt=ze("left"),rt=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return ee(e.filter(Ae))}}},Bt=rt("top-left"),nt=rt("top-right"),st=rt("bottom-right"),ot=rt("bottom-left"),it=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Qt=it("top"),ct=it("right"),at=it("bottom"),wt=it("left"),gt=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return XA(e)?e.number:0}}},ut=gt("top"),lt=gt("right"),Ut=gt("bottom"),Ct=gt("left"),Ft={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ht={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"===e?1:0}},dt={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(YA).reduce(function(A,e){return A|ft(e.value)},0)}},ft=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Ht={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},pt={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return 20===e.type&&"normal"===e.value?0:17===e.type||15===e.type?e.number:0}};!function(A){A.NORMAL="normal",A.STRICT="strict"}(_e||(_e={}));var Et,It={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?_e.STRICT:_e.NORMAL}},yt={name:"line-height",initialValue:"normal",prefix:!1,type:4},Kt=function(A,e){return YA(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:Ae(A)?se(A,e):e},mt={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return 20===e.type&&"none"===e.value?null:Re(A,e)}},Lt={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return"inside"===e?0:1}},bt={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},vt=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},Dt=vt("top"),xt=vt("right"),Mt=vt("bottom"),St=vt("left"),Tt={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(YA).map(function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},Gt={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},Ot=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Vt=Ot("top"),kt=Ot("right"),Rt=Ot("bottom"),Nt=Ot("left"),Pt={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Xt={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Jt={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&ZA(e[0],"none")?[]:jA(e).map(function(e){for(var t={color:pe.TRANSPARENT,offsetX:te,offsetY:te,blur:te},r=0,B=0;B<e.length;B++){var n=e[B];$A(n)?(0===r?t.offsetX=n:1===r?t.offsetY=n:t.blur=n,r++):t.color=ge(A,n)}return t})}},Yt={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Wt={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;if(18===e.type){var t=Zt[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Zt={matrix:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number});return 6===e.length?e:null},matrix3d:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number}),t=e[0],r=e[1];e[2],e[3];var B=e[4],n=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var s=e[12],o=e[13];return e[14],e[15],16===e.length?[t,r,B,n,s,o]:null}},_t={type:16,number:50,flags:4},qt=[_t,_t],jt={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(Ae);return 2!==t.length?qt:[t[0],t[1]]}},zt={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}};!function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"}(Et||(Et={}));for(var $t={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Et.BREAK_ALL;case"keep-all":return Et.KEEP_ALL;default:return Et.NORMAL}}},Ar={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(JA(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},er=function(A,e){if(15===e.type)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")},tr={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return JA(e)?e.number:1}},rr={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Br={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(YA).map(function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(A){return 0!==A})}},nr={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(A){switch(A.type){case 20:case 0:t.push(A.value);break;case 17:t.push(A.number.toString());break;case 4:r.push(t.join(" ")),t.length=0}}),t.length&&r.push(t.join(" ")),r.map(function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"})}},sr={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},or={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return JA(e)?e.number:YA(e)&&"bold"===e.value?700:400}},ir={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(YA).map(function(A){return A.value})}},Qr={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},cr=function(A,e){return 0!==(A&e)},ar={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e}},wr={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;for(var r=[],B=e.filter(_A),n=0;n<B.length;n++){var s=B[n],o=B[n+1];if(20===s.type){var i=o&&JA(o)?o.number:1;r.push({counter:s.value,increment:i})}}return r}},gr={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],r=e.filter(_A),B=0;B<r.length;B++){var n=r[B],s=r[B+1];if(YA(n)&&"none"!==n.value){var o=s&&JA(s)?s.number:0;t.push({counter:n.value,reset:o})}}return t}},ur={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(XA).map(function(e){return er(A,e)})}},lr={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;var r=[],B=e.filter(WA);if(B.length%2!=0)return null;for(var n=0;n<B.length;n+=2){var s=B[n].value,o=B[n+1].value;r.push({open:s,close:o})}return r}},Ur=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},Cr={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&ZA(e[0],"none")?[]:jA(e).map(function(e){for(var t={color:255,offsetX:te,offsetY:te,blur:te,spread:te,inset:!1},r=0,B=0;B<e.length;B++){var n=e[B];ZA(n,"inset")?t.inset=!0:$A(n)?(0===r?t.offsetX=n:1===r?t.offsetY=n:2===r?t.blur=n:t.spread=n,r++):t.color=ge(A,n)}return t})}},Fr={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];return e.filter(YA).forEach(function(A){switch(A.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2)}}),[0,1,2].forEach(function(A){-1===t.indexOf(A)&&t.push(A)}),t}},hr={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},dr={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return XA(e)?e.number:0}},fr=function(){function A(A,e){var t,r;this.animationDuration=Er(A,ur,e.animationDuration),this.backgroundClip=Er(A,Ee,e.backgroundClip),this.backgroundColor=Er(A,Ie,e.backgroundColor),this.backgroundImage=Er(A,Xe,e.backgroundImage),this.backgroundOrigin=Er(A,Je,e.backgroundOrigin),this.backgroundPosition=Er(A,Ye,e.backgroundPosition),this.backgroundRepeat=Er(A,We,e.backgroundRepeat),this.backgroundSize=Er(A,qe,e.backgroundSize),this.borderTopColor=Er(A,$e,e.borderTopColor),this.borderRightColor=Er(A,At,e.borderRightColor),this.borderBottomColor=Er(A,et,e.borderBottomColor),this.borderLeftColor=Er(A,tt,e.borderLeftColor),this.borderTopLeftRadius=Er(A,Bt,e.borderTopLeftRadius),this.borderTopRightRadius=Er(A,nt,e.borderTopRightRadius),this.borderBottomRightRadius=Er(A,st,e.borderBottomRightRadius),this.borderBottomLeftRadius=Er(A,ot,e.borderBottomLeftRadius),this.borderTopStyle=Er(A,Qt,e.borderTopStyle),this.borderRightStyle=Er(A,ct,e.borderRightStyle),this.borderBottomStyle=Er(A,at,e.borderBottomStyle),this.borderLeftStyle=Er(A,wt,e.borderLeftStyle),this.borderTopWidth=Er(A,ut,e.borderTopWidth),this.borderRightWidth=Er(A,lt,e.borderRightWidth),this.borderBottomWidth=Er(A,Ut,e.borderBottomWidth),this.borderLeftWidth=Er(A,Ct,e.borderLeftWidth),this.boxShadow=Er(A,Cr,e.boxShadow),this.color=Er(A,Ft,e.color),this.direction=Er(A,ht,e.direction),this.display=Er(A,dt,e.display),this.float=Er(A,Ht,e.cssFloat),this.fontFamily=Er(A,nr,e.fontFamily),this.fontSize=Er(A,sr,e.fontSize),this.fontStyle=Er(A,Qr,e.fontStyle),this.fontVariant=Er(A,ir,e.fontVariant),this.fontWeight=Er(A,or,e.fontWeight),this.letterSpacing=Er(A,pt,e.letterSpacing),this.lineBreak=Er(A,It,e.lineBreak),this.lineHeight=Er(A,yt,e.lineHeight),this.listStyleImage=Er(A,mt,e.listStyleImage),this.listStylePosition=Er(A,Lt,e.listStylePosition),this.listStyleType=Er(A,bt,e.listStyleType),this.marginTop=Er(A,Dt,e.marginTop),this.marginRight=Er(A,xt,e.marginRight),this.marginBottom=Er(A,Mt,e.marginBottom),this.marginLeft=Er(A,St,e.marginLeft),this.opacity=Er(A,tr,e.opacity);var B=Er(A,Tt,e.overflow);this.overflowX=B[0],this.overflowY=B[B.length>1?1:0],this.overflowWrap=Er(A,Gt,e.overflowWrap),this.paddingTop=Er(A,Vt,e.paddingTop),this.paddingRight=Er(A,kt,e.paddingRight),this.paddingBottom=Er(A,Rt,e.paddingBottom),this.paddingLeft=Er(A,Nt,e.paddingLeft),this.paintOrder=Er(A,Fr,e.paintOrder),this.position=Er(A,Xt,e.position),this.textAlign=Er(A,Pt,e.textAlign),this.textDecorationColor=Er(A,rr,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color),this.textDecorationLine=Er(A,Br,null!==(r=e.textDecorationLine)&&void 0!==r?r:e.textDecoration),this.textShadow=Er(A,Jt,e.textShadow),this.textTransform=Er(A,Yt,e.textTransform),this.transform=Er(A,Wt,e.transform),this.transformOrigin=Er(A,jt,e.transformOrigin),this.visibility=Er(A,zt,e.visibility),this.webkitTextStrokeColor=Er(A,hr,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=Er(A,dr,e.webkitTextStrokeWidth),this.wordBreak=Er(A,$t,e.wordBreak),this.zIndex=Er(A,Ar,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return ue(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return cr(this.display,4)||cr(this.display,33554432)||cr(this.display,268435456)||cr(this.display,536870912)||cr(this.display,67108864)||cr(this.display,134217728)},A}(),Hr=function(A,e){this.content=Er(A,ar,e.content),this.quotes=Er(A,lr,e.quotes)},pr=function(A,e){this.counterIncrement=Er(A,wr,e.counterIncrement),this.counterReset=Er(A,gr,e.counterReset)},Er=function(A,e,t){var r=new NA,B=null!=t?t.toString():e.initialValue;r.write(B);var n=new PA(r.read());switch(e.type){case 2:var s=n.parseComponentValue();return e.parse(A,YA(s)?s.value:e.initialValue);case 0:return e.parse(A,n.parseComponentValue());case 1:return e.parse(A,n.parseComponentValues());case 4:return n.parseComponentValue();case 3:switch(e.format){case"angle":return Qe(A,n.parseComponentValue());case"color":return ge(A,n.parseComponentValue());case"image":return Re(A,n.parseComponentValue());case"length":var o=n.parseComponentValue();return $A(o)?o:te;case"length-percentage":var i=n.parseComponentValue();return Ae(i)?i:te;case"time":return er(A,n.parseComponentValue())}}},Ir=function(A,e){var t=function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}}(A);return 1===t||e===t},yr=function(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Ir(e,3),this.styles=new fr(A,window.getComputedStyle(e,null)),bB(e)&&(this.styles.animationDuration.some(function(A){return A>0})&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none")),this.bounds=i(this.context,e),Ir(e,4)&&(this.flags|=16)},Kr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mr="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Lr=0;Lr<64;Lr++)mr[Kr.charCodeAt(Lr)]=Lr;for(var br=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},vr=function(){function A(A,e,t,r,B,n){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=B,this.data=n}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=2080+(A>>11),e=this.index[e],e+=A>>5&63,e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),Dr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",xr="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Mr=0;Mr<64;Mr++)xr[Dr.charCodeAt(Mr)]=Mr;var Sr,Tr=8,Gr=9,Or=11,Vr=12,kr=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],B=-1,n="";++B<t;){var s=A[B];s<=65535?r.push(s):(s-=65536,r.push(55296+(s>>10),s%1024+56320)),(B+1===t||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},Rr=function(A){var e,t,r,B=function(A){var e,t,r,B,n,s=.75*A.length,o=A.length,i=0;"="===A[A.length-1]&&(s--,"="===A[A.length-2]&&s--);var Q="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),c=Array.isArray(Q)?Q:new Uint8Array(Q);for(e=0;e<o;e+=4)t=mr[A.charCodeAt(e)],r=mr[A.charCodeAt(e+1)],B=mr[A.charCodeAt(e+2)],n=mr[A.charCodeAt(e+3)],c[i++]=t<<2|r>>4,c[i++]=(15&r)<<4|B>>2,c[i++]=(3&B)<<6|63&n;return Q}(A),n=Array.isArray(B)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(B):new Uint32Array(B),s=Array.isArray(B)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(B):new Uint16Array(B),o=br(s,12,n[4]/2),i=2===n[5]?br(s,(24+n[4])/2):(e=n,t=Math.ceil((24+n[4])/4),e.slice?e.slice(t,r):new Uint32Array(Array.prototype.slice.call(e,t,r)));return new vr(n[0],n[1],n[2],n[3],o,i)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Nr="×",Pr=function(A){return Rr.get(A)},Xr=function(A,e,t){var r=t-2,B=e[r],n=e[t-1],s=e[t];if(2===n&&3===s)return Nr;if(2===n||3===n||4===n)return"÷";if(2===s||3===s||4===s)return"÷";if(n===Tr&&-1!==[Tr,Gr,Or,Vr].indexOf(s))return Nr;if(!(n!==Or&&n!==Gr||s!==Gr&&10!==s))return Nr;if((n===Vr||10===n)&&10===s)return Nr;if(13===s||5===s)return Nr;if(7===s)return Nr;if(1===n)return Nr;if(13===n&&14===s){for(;5===B;)B=e[--r];if(14===B)return Nr}if(15===n&&15===s){for(var o=0;15===B;)o++,B=e[--r];if(o%2==0)return Nr}return"÷"},Jr=function(A){var e=function(A){for(var e=[],t=0,r=A.length;t<r;){var B=A.charCodeAt(t++);if(B>=55296&&B<=56319&&t<r){var n=A.charCodeAt(t++);56320==(64512&n)?e.push(((1023&B)<<10)+(1023&n)+65536):(e.push(B),t--)}else e.push(B)}return e}(A),t=e.length,r=0,B=0,n=e.map(Pr);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A=Nr;r<t&&(A=Xr(0,n,++r))===Nr;);if(A!==Nr||r===t){var s=kr.apply(null,e.slice(B,r));return B=r,{value:s,done:!1}}return{done:!0,value:null}}}},Yr=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Wr=function(A,e,t,r,B){var n="http://www.w3.org/2000/svg",s=document.createElementNS(n,"svg"),o=document.createElementNS(n,"foreignObject");return s.setAttributeNS(null,"width",A.toString()),s.setAttributeNS(null,"height",e.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",t.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),s.appendChild(o),o.appendChild(B),s},Zr=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},_r={get SUPPORT_RANGE_BOUNDS(){var A=function(A){if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height="123px",t.style.display="block",A.body.appendChild(t),e.selectNode(t);var r=e.getBoundingClientRect(),B=Math.round(r.height);if(A.body.removeChild(t),123===B)return!0}}return!1}(document);return Object.defineProperty(_r,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=_r.SUPPORT_RANGE_BOUNDS&&function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var r=e.firstChild,B=Q(r.data).map(function(A){return c(A)}),n=0,s={},o=B.every(function(A,e){t.setStart(r,n),t.setEnd(r,n+A.length);var B=t.getBoundingClientRect();n+=A.length;var o=B.x>s.x||B.y>s.y;return s=B,0===e||o});return A.body.removeChild(e),o}(document);return Object.defineProperty(_r,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0}(document);return Object.defineProperty(_r,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var B=new Image,n=e.toDataURL();B.src=n;var s=Wr(t,t,0,0,B);return r.fillStyle="red",r.fillRect(0,0,t,t),Zr(s).then(function(e){r.drawImage(e,0,0);var B=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var s=A.createElement("div");return s.style.backgroundImage="url("+n+")",s.style.height=t+"px",Yr(B)?Zr(Wr(t,t,0,0,s)):Promise.reject(!1)}).then(function(A){return r.drawImage(A,0,0),Yr(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})}(document):Promise.resolve(!1);return Object.defineProperty(_r,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(_r,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(_r,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(_r,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(_r,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},qr=function(A,e){this.text=A,this.bounds=e},jr=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var B=e.parentNode;if(B){B.replaceChild(r,e);var n=i(A,r);return r.firstChild&&B.replaceChild(r.firstChild,r),n}}return o.EMPTY},zr=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var B=r.createRange();return B.setStart(A,e),B.setEnd(A,e+t),B},$r=function(A){if(_r.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(A){return A.segment})}return function(A){for(var e,t=Jr(A),r=[];!(e=t.next()).done;)e.value&&r.push(e.value.slice());return r}(A)},AB=function(A,e){return 0!==e.letterSpacing?$r(A):function(A,e){if(_r.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(A){return A.segment})}return tB(A,e)}(A,e)},eB=[32,160,4961,65792,65793,4153,4241],tB=function(A,e){for(var t,r=function(A,e){var t=Q(A),r=sA(t,e),B=r[0],n=r[1],s=r[2],o=t.length,i=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=W;c<o&&(A=nA(t,n,B,++c,s))===W;);if(A!==W||c===o){var e=new oA(t,A,i,c);return i=c,{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),B=[],n=function(){if(t.value){var A=t.value.slice(),e=Q(A),r="";e.forEach(function(A){-1===eB.indexOf(A)?r+=c(A):(r.length&&B.push(r),B.push(c(A)),r="")}),r.length&&B.push(r)}};!(t=r.next()).done;)n();return B},rB=function(A,e,t){this.text=BB(e.data,t.textTransform),this.textBounds=function(A,e,t,r){var B=AB(e,t),n=[],s=0;return B.forEach(function(e){if(t.textDecorationLine.length||e.trim().length>0)if(_r.SUPPORT_RANGE_BOUNDS){var B=zr(r,s,e.length).getClientRects();if(B.length>1){var i=$r(e),Q=0;i.forEach(function(e){n.push(new qr(e,o.fromDOMRectList(A,zr(r,Q+s,e.length).getClientRects()))),Q+=e.length})}else n.push(new qr(e,o.fromDOMRectList(A,B)))}else{var c=r.splitText(e.length);n.push(new qr(e,jr(A,r))),r=c}else _r.SUPPORT_RANGE_BOUNDS||(r=r.splitText(e.length));s+=e.length}),n}(A,this.text,t,e)},BB=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(nB,sB);case 2:return A.toUpperCase();default:return A}},nB=/(^|\s|:|-|\(|\))([a-z])/g,sB=function(A,e,t){return A.length>0?e+t.toUpperCase():A},oB=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.src=t.currentSrc||t.src,r.intrinsicWidth=t.naturalWidth,r.intrinsicHeight=t.naturalHeight,r.context.cache.addImage(r.src),r}return t(e,A),e}(yr),iB=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.canvas=t,r.intrinsicWidth=t.width,r.intrinsicHeight=t.height,r}return t(e,A),e}(yr),QB=function(A){function e(e,t){var r=A.call(this,e,t)||this,B=new XMLSerializer,n=i(e,t);return t.setAttribute("width",n.width+"px"),t.setAttribute("height",n.height+"px"),r.svg="data:image/svg+xml,"+encodeURIComponent(B.serializeToString(t)),r.intrinsicWidth=t.width.baseVal.value,r.intrinsicHeight=t.height.baseVal.value,r.context.cache.addImage(r.svg),r}return t(e,A),e}(yr),cB=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return t(e,A),e}(yr),aB=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.start=t.start,r.reversed="boolean"==typeof t.reversed&&!0===t.reversed,r}return t(e,A),e}(yr),wB=[{type:15,flags:0,unit:"px",number:3}],gB=[{type:16,flags:0,number:50}],uB="checkbox",lB="radio",UB="password",CB=707406591,FB=function(A){function e(e,t){var r,B,n,s=A.call(this,e,t)||this;switch(s.type=t.type.toLowerCase(),s.checked=t.checked,s.value=0===(B=(r=t).type===UB?new Array(r.value.length+1).join("•"):r.value).length?r.placeholder||"":B,s.type!==uB&&s.type!==lB||(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=(n=s.bounds).width>n.height?new o(n.left+(n.width-n.height)/2,n.top,n.height,n.height):n.width<n.height?new o(n.left,n.top+(n.height-n.width)/2,n.width,n.width):n),s.type){case uB:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=wB;break;case lB:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=gB}return s}return t(e,A),e}(yr),hB=function(A){function e(e,t){var r=A.call(this,e,t)||this,B=t.options[t.selectedIndex||0];return r.value=B&&B.text||"",r}return t(e,A),e}(yr),dB=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return t(e,A),e}(yr),fB=function(A){function e(e,t){var r=A.call(this,e,t)||this;r.src=t.src,r.width=parseInt(t.width,10)||0,r.height=parseInt(t.height,10)||0,r.backgroundColor=r.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){r.tree=IB(e,t.contentWindow.document.documentElement);var B=t.contentWindow.document.documentElement?He(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):pe.TRANSPARENT,n=t.contentWindow.document.body?He(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):pe.TRANSPARENT;r.backgroundColor=ue(B)?ue(n)?r.styles.backgroundColor:n:B}}catch(A){}return r}return t(e,A),e}(yr),HB=["OL","UL","MENU"],pB=function(A,e,t,r){for(var B=e.firstChild,n=void 0;B;B=n)if(n=B.nextSibling,mB(B)&&B.data.trim().length>0)t.textNodes.push(new rB(A,B,t.styles));else if(LB(B))if(XB(B)&&B.assignedNodes)B.assignedNodes().forEach(function(e){return pB(A,e,t,r)});else{var s=EB(A,B);s.styles.isVisible()&&(yB(B,s,r)?s.flags|=4:KB(s.styles)&&(s.flags|=2),-1!==HB.indexOf(B.tagName)&&(s.flags|=8),t.elements.push(s),B.slot,B.shadowRoot?pB(A,B.shadowRoot,s,r):NB(B)||SB(B)||PB(B)||pB(A,B,s,r))}},EB=function(A,e){return VB(e)?new oB(A,e):GB(e)?new iB(A,e):SB(e)?new QB(A,e):DB(e)?new cB(A,e):xB(e)?new aB(A,e):MB(e)?new FB(A,e):PB(e)?new hB(A,e):NB(e)?new dB(A,e):kB(e)?new fB(A,e):new yr(A,e)},IB=function(A,e){var t=EB(A,e);return t.flags|=4,pB(A,e,t,t),t},yB=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||TB(A)&&t.styles.isTransparent()},KB=function(A){return A.isPositioned()||A.isFloating()},mB=function(A){return A.nodeType===Node.TEXT_NODE},LB=function(A){return A.nodeType===Node.ELEMENT_NODE},bB=function(A){return LB(A)&&void 0!==A.style&&!vB(A)},vB=function(A){return"object"==typeof A.className},DB=function(A){return"LI"===A.tagName},xB=function(A){return"OL"===A.tagName},MB=function(A){return"INPUT"===A.tagName},SB=function(A){return"svg"===A.tagName},TB=function(A){return"BODY"===A.tagName},GB=function(A){return"CANVAS"===A.tagName},OB=function(A){return"VIDEO"===A.tagName},VB=function(A){return"IMG"===A.tagName},kB=function(A){return"IFRAME"===A.tagName},RB=function(A){return"STYLE"===A.tagName},NB=function(A){return"TEXTAREA"===A.tagName},PB=function(A){return"SELECT"===A.tagName},XB=function(A){return"SLOT"===A.tagName},JB=function(A){return A.tagName.indexOf("-")>0},YB=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(A){var e=this.counters[A];return e||[]},A.prototype.pop=function(A){var e=this;A.forEach(function(A){return e.counters[A].pop()})},A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,B=!0;null!==t&&t.forEach(function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(B=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)});var n=[];return B&&r.forEach(function(A){var t=e.counters[A.counter];n.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)}),n},A}(),WB={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},ZB={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},_B={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},qB={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},jB=function(A,e,t,r,B,n){return A<e||A>t?sn(A,B,n.length>0):r.integers.reduce(function(e,t,B){for(;A>=t;)A-=t,e+=r.values[B];return e},"")+n},zB=function(A,e,t,r){var B="";do{t||A--,B=r(A)+B,A/=e}while(A*e>=e);return B},$B=function(A,e,t,r,B){var n=t-e+1;return(A<0?"-":"")+(zB(Math.abs(A),n,r,function(A){return c(Math.floor(A%n)+e)})+B)},An=function(A,e,t){void 0===t&&(t=". ");var r=e.length;return zB(Math.abs(A),r,!1,function(A){return e[Math.floor(A%r)]})+t},en=function(A,e,t,r,B,n){if(A<-9999||A>9999)return sn(A,4,B.length>0);var s=Math.abs(A),o=B;if(0===s)return e[0]+o;for(var i=0;s>0&&i<=4;i++){var Q=s%10;0===Q&&cr(n,1)&&""!==o?o=e[Q]+o:Q>1||1===Q&&0===i||1===Q&&1===i&&cr(n,2)||1===Q&&1===i&&cr(n,4)&&A>100||1===Q&&i>1&&cr(n,8)?o=e[Q]+(i>0?t[i-1]:"")+o:1===Q&&i>0&&(o=t[i-1]+o),s=Math.floor(s/10)}return(A<0?r:"")+o},tn="十百千萬",rn="拾佰仟萬",Bn="マイナス",nn="마이너스",sn=function(A,e,t){var r=t?". ":"",B=t?"、":"",n=t?", ":"",s=t?" ":"";switch(e){case 0:return"•"+s;case 1:return"◦"+s;case 2:return"◾"+s;case 5:var o=$B(A,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return An(A,"〇一二三四五六七八九",B);case 6:return jB(A,1,3999,WB,3,r).toLowerCase();case 7:return jB(A,1,3999,WB,3,r);case 8:return $B(A,945,969,!1,r);case 9:return $B(A,97,122,!1,r);case 10:return $B(A,65,90,!1,r);case 11:return $B(A,1632,1641,!0,r);case 12:case 49:return jB(A,1,9999,ZB,3,r);case 35:return jB(A,1,9999,ZB,3,r).toLowerCase();case 13:return $B(A,2534,2543,!0,r);case 14:case 30:return $B(A,6112,6121,!0,r);case 15:return An(A,"子丑寅卯辰巳午未申酉戌亥",B);case 16:return An(A,"甲乙丙丁戊己庚辛壬癸",B);case 17:case 48:return en(A,"零一二三四五六七八九",tn,"負",B,14);case 47:return en(A,"零壹貳參肆伍陸柒捌玖",rn,"負",B,15);case 42:return en(A,"零一二三四五六七八九",tn,"负",B,14);case 41:return en(A,"零壹贰叁肆伍陆柒捌玖",rn,"负",B,15);case 26:return en(A,"〇一二三四五六七八九","十百千万",Bn,B,0);case 25:return en(A,"零壱弐参四伍六七八九","拾百千万",Bn,B,7);case 31:return en(A,"영일이삼사오육칠팔구","십백천만",nn,n,7);case 33:return en(A,"零一二三四五六七八九","十百千萬",nn,n,0);case 32:return en(A,"零壹貳參四五六七八九","拾百千",nn,n,7);case 18:return $B(A,2406,2415,!0,r);case 20:return jB(A,1,19999,qB,3,r);case 21:return $B(A,2790,2799,!0,r);case 22:return $B(A,2662,2671,!0,r);case 22:return jB(A,1,10999,_B,3,r);case 23:return An(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return An(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return $B(A,3302,3311,!0,r);case 28:return An(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",B);case 29:return An(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",B);case 34:return $B(A,3792,3801,!0,r);case 37:return $B(A,6160,6169,!0,r);case 38:return $B(A,4160,4169,!0,r);case 39:return $B(A,2918,2927,!0,r);case 40:return $B(A,1776,1785,!0,r);case 43:return $B(A,3046,3055,!0,r);case 44:return $B(A,3174,3183,!0,r);case 45:return $B(A,3664,3673,!0,r);case 46:return $B(A,3872,3881,!0,r);default:return $B(A,48,57,!0,r)}},on="data-html2canvas-ignore",Qn=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new YB,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,e){var t=this,r=an(A,e);if(!r.contentWindow)return Promise.reject("Unable to find iframe window");var s=A.defaultView.pageXOffset,o=A.defaultView.pageYOffset,i=r.contentWindow,Q=i.document,c=un(r).then(function(){return B(t,0,void 0,function(){var A,t;return n(this,function(B){switch(B.label){case 0:return this.scrolledElements.forEach(hn),i&&(i.scrollTo(e.left,e.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||i.scrollY===e.top&&i.scrollX===e.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-e.left,i.scrollY-e.top,0,0))),A=this.options.onclone,void 0===(t=this.clonedReferenceElement)?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:Q.fonts&&Q.fonts.ready?[4,Q.fonts.ready]:[3,2];case 1:B.sent(),B.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,gn(Q)]:[3,4];case 3:B.sent(),B.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then(function(){return A(Q,t)}).then(function(){return r})]:[2,r]}})})});return Q.open(),Q.write(Cn(document.doctype)+"<html></html>"),Fn(this.referenceElement.ownerDocument,s,o),Q.replaceChild(Q.adoptNode(this.documentElement),Q.documentElement),Q.close(),c},A.prototype.createElementClone=function(A){if(Ir(A,2),GB(A))return this.createCanvasClone(A);if(OB(A))return this.createVideoClone(A);if(RB(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return VB(e)&&(VB(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),JB(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return Un(A.style,e),e},A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(A,e){return e&&"string"==typeof e.cssText?A+e.cssText:A},""),r=A.cloneNode(!1);return r.textContent=t,r}}catch(A){if(this.context.logger.error("Unable to access cssRules property",A),"SecurityError"!==A.name)throw A}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){var e;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch(e){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width,r.height=A.height;var B=A.getContext("2d"),n=r.getContext("2d");if(n)if(!this.options.allowTaint&&B)n.putImageData(B.getImageData(0,0,A.width,A.height),0,0);else{var s=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(s){var o=s.getContextAttributes();!1===(null==o?void 0:o.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}n.drawImage(A,0,0)}return r}catch(e){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r},A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch(e){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");return r.width=A.offsetWidth,r.height=A.offsetHeight,r},A.prototype.appendChildNode=function(A,e,t){LB(e)&&("SCRIPT"===e.tagName||e.hasAttribute(on)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&LB(e)&&RB(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,B=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;B;B=B.nextSibling)if(LB(B)&&XB(B)&&"function"==typeof B.assignedNodes){var n=B.assignedNodes();n.length&&n.forEach(function(A){return r.appendChildNode(e,A,t)})}else this.appendChildNode(e,B,t)},A.prototype.cloneNode=function(A,e){if(mB(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&LB(A)&&(bB(A)||vB(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var B=t.getComputedStyle(A),n=t.getComputedStyle(A,":before"),s=t.getComputedStyle(A,":after");this.referenceElement===A&&bB(r)&&(this.clonedReferenceElement=r),TB(r)&&pn(r);var o=this.counters.parse(new pr(this.context,B)),i=this.resolvePseudoContent(A,r,n,Sr.BEFORE);JB(A)&&(e=!0),OB(A)||this.cloneChildNodes(A,r,e),i&&r.insertBefore(i,r.firstChild);var Q=this.resolvePseudoContent(A,r,s,Sr.AFTER);return Q&&r.appendChild(Q),this.counters.pop(o),(B&&(this.options.copyStyles||vB(A))&&!kB(A)||e)&&Un(B,r),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(NB(A)||PB(A))&&(NB(r)||PB(r))&&(r.value=A.value),r}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,r){var B=this;if(t){var n=t.content,s=e.ownerDocument;if(s&&n&&"none"!==n&&"-moz-alt-content"!==n&&"none"!==t.display){this.counters.parse(new pr(this.context,t));var o=new Hr(this.context,t),i=s.createElement("html2canvaspseudoelement");Un(t,i),o.content.forEach(function(e){if(0===e.type)i.appendChild(s.createTextNode(e.value));else if(22===e.type){var t=s.createElement("img");t.src=e.value,t.style.opacity="1",i.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(YA);r.length&&i.appendChild(s.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var n=e.values.filter(qA),Q=n[0],c=n[1];if(Q&&YA(Q)){var a=B.counters.getCounterValue(Q.value),w=c&&YA(c)?bt.parse(B.context,c.value):3;i.appendChild(s.createTextNode(sn(a,w,!1)))}}else if("counters"===e.name){var g=e.values.filter(qA),u=(Q=g[0],g[1]);c=g[2];if(Q&&YA(Q)){var l=B.counters.getCounterValues(Q.value),U=c&&YA(c)?bt.parse(B.context,c.value):3,C=u&&0===u.type?u.value:"",F=l.map(function(A){return sn(A,U,!1)}).join(C);i.appendChild(s.createTextNode(F))}}}else if(20===e.type)switch(e.value){case"open-quote":i.appendChild(s.createTextNode(Ur(o.quotes,B.quoteDepth++,!0)));break;case"close-quote":i.appendChild(s.createTextNode(Ur(o.quotes,--B.quoteDepth,!1)));break;default:i.appendChild(s.createTextNode(e.value))}}),i.className=dn+" "+fn;var Q=r===Sr.BEFORE?" "+dn:" "+fn;return vB(e)?e.className.baseValue+=Q:e.className+=Q,i}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A}();!function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"}(Sr||(Sr={}));var cn,an=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(on,"true"),A.body.appendChild(t),t},wn=function(A){return new Promise(function(e){A.complete?e():A.src?(A.onload=e,A.onerror=e):e()})},gn=function(A){return Promise.all([].slice.call(A.images,0).map(wn))},un=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var B=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval(function(){B.body.childNodes.length>0&&"complete"===B.readyState&&(clearInterval(t),e(A))},50)}})},ln=["all","d","content"],Un=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);-1===ln.indexOf(r)&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Cn=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Fn=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},hn=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},dn="___html2canvas___pseudoelement_before",fn="___html2canvas___pseudoelement_after",Hn='{\n content: "" !important;\n display: none !important;\n}',pn=function(A){En(A,"."+dn+":before"+Hn+"\n ."+fn+":after"+Hn)},En=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},In=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),yn=function(){function A(A,e){this.context=A,this._options=e,this._cache={}}return A.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)?e:xn(A)||bn(A)?((this._cache[A]=this.loadImage(A)).catch(function(){}),e):e},A.prototype.match=function(A){return this._cache[A]},A.prototype.loadImage=function(A){return B(this,0,void 0,function(){var e,t,r,B,s=this;return n(this,function(n){switch(n.label){case 0:return e=In.isSameOrigin(A),t=!vn(A)&&!0===this._options.useCORS&&_r.SUPPORT_CORS_IMAGES&&!e,r=!vn(A)&&!e&&!xn(A)&&"string"==typeof this._options.proxy&&_r.SUPPORT_CORS_XHR&&!t,e||!1!==this._options.allowTaint||vn(A)||xn(A)||r||t?(B=A,r?[4,this.proxy(B)]:[3,2]):[2];case 1:B=n.sent(),n.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(A,e){var r=new Image;r.onload=function(){return A(r)},r.onerror=e,(Dn(B)||t)&&(r.crossOrigin="anonymous"),r.src=B,!0===r.complete&&setTimeout(function(){return A(r)},500),s._options.imageTimeout>0&&setTimeout(function(){return e("Timed out ("+s._options.imageTimeout+"ms) loading image")},s._options.imageTimeout)})];case 3:return[2,n.sent()]}})})},A.prototype.has=function(A){return void 0!==this._cache[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise(function(B,n){var s=_r.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===s)B(o.response);else{var A=new FileReader;A.addEventListener("load",function(){return B(A.result)},!1),A.addEventListener("error",function(A){return n(A)},!1),A.readAsDataURL(o.response)}else n("Failed to proxy resource "+r+" with status code "+o.status)},o.onerror=n;var i=t.indexOf("?")>-1?"&":"?";if(o.open("GET",""+t+i+"url="+encodeURIComponent(A)+"&responseType="+s),"text"!==s&&o instanceof XMLHttpRequest&&(o.responseType=s),e._options.imageTimeout){var Q=e._options.imageTimeout;o.timeout=Q,o.ontimeout=function(){return n("Timed out ("+Q+"ms) proxying "+r)}}o.send()})},A}(),Kn=/^data:image\/svg\+xml/i,mn=/^data:image\/.*;base64,/i,Ln=/^data:image\/.*/i,bn=function(A){return _r.SUPPORT_SVG_DRAWING||!Mn(A)},vn=function(A){return Ln.test(A)},Dn=function(A){return mn.test(A)},xn=function(A){return"blob"===A.substr(0,4)},Mn=function(A){return"svg"===A.substr(-3).toLowerCase()||Kn.test(A)},Sn=function(){function A(A,e){this.type=0,this.x=A,this.y=e}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),Tn=function(A,e,t){return new Sn(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},Gn=function(){function A(A,e,t,r){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=r}return A.prototype.subdivide=function(e,t){var r=Tn(this.start,this.startControl,e),B=Tn(this.startControl,this.endControl,e),n=Tn(this.endControl,this.end,e),s=Tn(r,B,e),o=Tn(B,n,e),i=Tn(s,o,e);return t?new A(this.start,r,s,i):new A(i,o,n,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),On=function(A){return 1===A.type},Vn=function(A){var e=A.styles,t=A.bounds,r=ne(e.borderTopLeftRadius,t.width,t.height),B=r[0],n=r[1],s=ne(e.borderTopRightRadius,t.width,t.height),o=s[0],i=s[1],Q=ne(e.borderBottomRightRadius,t.width,t.height),c=Q[0],a=Q[1],w=ne(e.borderBottomLeftRadius,t.width,t.height),g=w[0],u=w[1],l=[];l.push((B+o)/t.width),l.push((g+c)/t.width),l.push((n+u)/t.height),l.push((i+a)/t.height);var U=Math.max.apply(Math,l);U>1&&(B/=U,n/=U,o/=U,i/=U,c/=U,a/=U,g/=U,u/=U);var C=t.width-o,F=t.height-a,h=t.width-c,d=t.height-u,f=e.borderTopWidth,H=e.borderRightWidth,p=e.borderBottomWidth,E=e.borderLeftWidth,I=se(e.paddingTop,A.bounds.width),y=se(e.paddingRight,A.bounds.width),K=se(e.paddingBottom,A.bounds.width),m=se(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=B>0||n>0?kn(t.left+E/3,t.top+f/3,B-E/3,n-f/3,cn.TOP_LEFT):new Sn(t.left+E/3,t.top+f/3),this.topRightBorderDoubleOuterBox=B>0||n>0?kn(t.left+C,t.top+f/3,o-H/3,i-f/3,cn.TOP_RIGHT):new Sn(t.left+t.width-H/3,t.top+f/3),this.bottomRightBorderDoubleOuterBox=c>0||a>0?kn(t.left+h,t.top+F,c-H/3,a-p/3,cn.BOTTOM_RIGHT):new Sn(t.left+t.width-H/3,t.top+t.height-p/3),this.bottomLeftBorderDoubleOuterBox=g>0||u>0?kn(t.left+E/3,t.top+d,g-E/3,u-p/3,cn.BOTTOM_LEFT):new Sn(t.left+E/3,t.top+t.height-p/3),this.topLeftBorderDoubleInnerBox=B>0||n>0?kn(t.left+2*E/3,t.top+2*f/3,B-2*E/3,n-2*f/3,cn.TOP_LEFT):new Sn(t.left+2*E/3,t.top+2*f/3),this.topRightBorderDoubleInnerBox=B>0||n>0?kn(t.left+C,t.top+2*f/3,o-2*H/3,i-2*f/3,cn.TOP_RIGHT):new Sn(t.left+t.width-2*H/3,t.top+2*f/3),this.bottomRightBorderDoubleInnerBox=c>0||a>0?kn(t.left+h,t.top+F,c-2*H/3,a-2*p/3,cn.BOTTOM_RIGHT):new Sn(t.left+t.width-2*H/3,t.top+t.height-2*p/3),this.bottomLeftBorderDoubleInnerBox=g>0||u>0?kn(t.left+2*E/3,t.top+d,g-2*E/3,u-2*p/3,cn.BOTTOM_LEFT):new Sn(t.left+2*E/3,t.top+t.height-2*p/3),this.topLeftBorderStroke=B>0||n>0?kn(t.left+E/2,t.top+f/2,B-E/2,n-f/2,cn.TOP_LEFT):new Sn(t.left+E/2,t.top+f/2),this.topRightBorderStroke=B>0||n>0?kn(t.left+C,t.top+f/2,o-H/2,i-f/2,cn.TOP_RIGHT):new Sn(t.left+t.width-H/2,t.top+f/2),this.bottomRightBorderStroke=c>0||a>0?kn(t.left+h,t.top+F,c-H/2,a-p/2,cn.BOTTOM_RIGHT):new Sn(t.left+t.width-H/2,t.top+t.height-p/2),this.bottomLeftBorderStroke=g>0||u>0?kn(t.left+E/2,t.top+d,g-E/2,u-p/2,cn.BOTTOM_LEFT):new Sn(t.left+E/2,t.top+t.height-p/2),this.topLeftBorderBox=B>0||n>0?kn(t.left,t.top,B,n,cn.TOP_LEFT):new Sn(t.left,t.top),this.topRightBorderBox=o>0||i>0?kn(t.left+C,t.top,o,i,cn.TOP_RIGHT):new Sn(t.left+t.width,t.top),this.bottomRightBorderBox=c>0||a>0?kn(t.left+h,t.top+F,c,a,cn.BOTTOM_RIGHT):new Sn(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=g>0||u>0?kn(t.left,t.top+d,g,u,cn.BOTTOM_LEFT):new Sn(t.left,t.top+t.height),this.topLeftPaddingBox=B>0||n>0?kn(t.left+E,t.top+f,Math.max(0,B-E),Math.max(0,n-f),cn.TOP_LEFT):new Sn(t.left+E,t.top+f),this.topRightPaddingBox=o>0||i>0?kn(t.left+Math.min(C,t.width-H),t.top+f,C>t.width+H?0:Math.max(0,o-H),Math.max(0,i-f),cn.TOP_RIGHT):new Sn(t.left+t.width-H,t.top+f),this.bottomRightPaddingBox=c>0||a>0?kn(t.left+Math.min(h,t.width-E),t.top+Math.min(F,t.height-p),Math.max(0,c-H),Math.max(0,a-p),cn.BOTTOM_RIGHT):new Sn(t.left+t.width-H,t.top+t.height-p),this.bottomLeftPaddingBox=g>0||u>0?kn(t.left+E,t.top+Math.min(d,t.height-p),Math.max(0,g-E),Math.max(0,u-p),cn.BOTTOM_LEFT):new Sn(t.left+E,t.top+t.height-p),this.topLeftContentBox=B>0||n>0?kn(t.left+E+m,t.top+f+I,Math.max(0,B-(E+m)),Math.max(0,n-(f+I)),cn.TOP_LEFT):new Sn(t.left+E+m,t.top+f+I),this.topRightContentBox=o>0||i>0?kn(t.left+Math.min(C,t.width+E+m),t.top+f+I,C>t.width+E+m?0:o-E+m,i-(f+I),cn.TOP_RIGHT):new Sn(t.left+t.width-(H+y),t.top+f+I),this.bottomRightContentBox=c>0||a>0?kn(t.left+Math.min(h,t.width-(E+m)),t.top+Math.min(F,t.height+f+I),Math.max(0,c-(H+y)),a-(p+K),cn.BOTTOM_RIGHT):new Sn(t.left+t.width-(H+y),t.top+t.height-(p+K)),this.bottomLeftContentBox=g>0||u>0?kn(t.left+E+m,t.top+d,Math.max(0,g-(E+m)),u-(p+K),cn.BOTTOM_LEFT):new Sn(t.left+E+m,t.top+t.height-(p+K))};!function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"}(cn||(cn={}));var kn=function(A,e,t,r,B){var n=(Math.sqrt(2)-1)/3*4,s=t*n,o=r*n,i=A+t,Q=e+r;switch(B){case cn.TOP_LEFT:return new Gn(new Sn(A,Q),new Sn(A,Q-o),new Sn(i-s,e),new Sn(i,e));case cn.TOP_RIGHT:return new Gn(new Sn(A,e),new Sn(A+s,e),new Sn(i,Q-o),new Sn(i,Q));case cn.BOTTOM_RIGHT:return new Gn(new Sn(i,e),new Sn(i,e+o),new Sn(A+s,Q),new Sn(A,Q));case cn.BOTTOM_LEFT:default:return new Gn(new Sn(i,Q),new Sn(i-s,Q),new Sn(A,e+o),new Sn(A,e))}},Rn=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Nn=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},Pn=function(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6},Xn=function(A,e){this.path=A,this.target=e,this.type=1},Jn=function(A){this.opacity=A,this.type=2,this.target=6},Yn=function(A){return 1===A.type},Wn=function(A,e){return A.length===e.length&&A.some(function(A,t){return A===e[t]})},Zn=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},_n=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new Vn(this.container),this.container.styles.opacity<1&&this.effects.push(new Jn(this.container.styles.opacity)),null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,B=this.container.styles.transform;this.effects.push(new Pn(t,r,B))}if(0!==this.container.styles.overflowX){var n=Rn(this.curves),s=Nn(this.curves);Wn(n,s)?this.effects.push(new Xn(n,6)):(this.effects.push(new Xn(n,2)),this.effects.push(new Xn(s,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var B=t.effects.filter(function(A){return!Yn(A)});if(e||0!==t.container.styles.position||!t.parent){if(r.unshift.apply(r,B),e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var n=Rn(t.curves),s=Nn(t.curves);Wn(n,s)||r.unshift(new Xn(s,6))}}else r.unshift.apply(r,B);t=t.parent}return r.filter(function(e){return cr(e.target,A)})},A}(),qn=function(A,e,t,r){A.container.elements.forEach(function(B){var n=cr(B.flags,4),s=cr(B.flags,2),o=new _n(B,A);cr(B.styles.display,2048)&&r.push(o);var i=cr(B.flags,8)?[]:r;if(n||s){var Q=n||B.styles.isPositioned()?t:e,c=new Zn(o);if(B.styles.isPositioned()||B.styles.opacity<1||B.styles.isTransformed()){var a=B.styles.zIndex.order;if(a<0){var w=0;Q.negativeZIndex.some(function(A,e){return a>A.element.container.styles.zIndex.order?(w=e,!1):w>0}),Q.negativeZIndex.splice(w,0,c)}else if(a>0){var g=0;Q.positiveZIndex.some(function(A,e){return a>=A.element.container.styles.zIndex.order?(g=e+1,!1):g>0}),Q.positiveZIndex.splice(g,0,c)}else Q.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else B.styles.isFloating()?Q.nonPositionedFloats.push(c):Q.nonPositionedInlineLevel.push(c);qn(o,c,n?c:t,i)}else B.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),qn(o,e,t,i);cr(B.flags,8)&&jn(B,i)})},jn=function(A,e){for(var t=A instanceof aB?A.start:1,r=A instanceof aB&&A.reversed,B=0;B<e.length;B++){var n=e[B];n.container instanceof cB&&"number"==typeof n.container.value&&0!==n.container.value&&(t=n.container.value),n.listValue=sn(t,n.container.styles.listStyleType,!0),t+=r?-1:1}},zn=function(A,e){switch(e){case 0:return As(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return As(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return As(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return As(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},$n=function(A,e){var t=[];return On(A)?t.push(A.subdivide(.5,!1)):t.push(A),On(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},As=function(A,e,t,r){var B=[];return On(A)?B.push(A.subdivide(.5,!1)):B.push(A),On(t)?B.push(t.subdivide(.5,!0)):B.push(t),On(r)?B.push(r.subdivide(.5,!0).reverse()):B.push(r),On(e)?B.push(e.subdivide(.5,!1).reverse()):B.push(e),B},es=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},ts=function(A){var e=A.styles,t=A.bounds,r=se(e.paddingLeft,t.width),B=se(e.paddingRight,t.width),n=se(e.paddingTop,t.width),s=se(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,n+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+B),-(e.borderTopWidth+e.borderBottomWidth+n+s))},rs=function(A,e,t){var r=function(A,e){return 0===A?e.bounds:2===A?ts(e):es(e)}(os(A.styles.backgroundOrigin,e),A),B=function(A,e){return 0===A?e.bounds:2===A?ts(e):es(e)}(os(A.styles.backgroundClip,e),A),n=ss(os(A.styles.backgroundSize,e),t,r),s=n[0],o=n[1],i=ne(os(A.styles.backgroundPosition,e),r.width-s,r.height-o);return[is(os(A.styles.backgroundRepeat,e),i,n,r,B),Math.round(r.left+i[0]),Math.round(r.top+i[1]),s,o]},Bs=function(A){return YA(A)&&A.value===Ne.AUTO},ns=function(A){return"number"==typeof A},ss=function(A,e,t){var r=e[0],B=e[1],n=e[2],s=A[0],o=A[1];if(!s)return[0,0];if(Ae(s)&&o&&Ae(o))return[se(s,t.width),se(o,t.height)];var i=ns(n);if(YA(s)&&(s.value===Ne.CONTAIN||s.value===Ne.COVER))return ns(n)?t.width/t.height<n!=(s.value===Ne.COVER)?[t.width,t.width/n]:[t.height*n,t.height]:[t.width,t.height];var Q=ns(r),c=ns(B),a=Q||c;if(Bs(s)&&(!o||Bs(o)))return Q&&c?[r,B]:i||a?a&&i?[Q?r:B*n,c?B:r/n]:[Q?r:t.width,c?B:t.height]:[t.width,t.height];if(i){var w=0,g=0;return Ae(s)?w=se(s,t.width):Ae(o)&&(g=se(o,t.height)),Bs(s)?w=g*n:o&&!Bs(o)||(g=w/n),[w,g]}var u=null,l=null;if(Ae(s)?u=se(s,t.width):o&&Ae(o)&&(l=se(o,t.height)),null===u||o&&!Bs(o)||(l=Q&&c?u/r*B:t.height),null!==l&&Bs(s)&&(u=Q&&c?l/B*r:t.width),null!==u&&null!==l)return[u,l];throw new Error("Unable to calculate background-size for element")},os=function(A,e){var t=A[e];return void 0===t?A[0]:t},is=function(A,e,t,r,B){var n=e[0],s=e[1],o=t[0],i=t[1];switch(A){case 2:return[new Sn(Math.round(r.left),Math.round(r.top+s)),new Sn(Math.round(r.left+r.width),Math.round(r.top+s)),new Sn(Math.round(r.left+r.width),Math.round(i+r.top+s)),new Sn(Math.round(r.left),Math.round(i+r.top+s))];case 3:return[new Sn(Math.round(r.left+n),Math.round(r.top)),new Sn(Math.round(r.left+n+o),Math.round(r.top)),new Sn(Math.round(r.left+n+o),Math.round(r.height+r.top)),new Sn(Math.round(r.left+n),Math.round(r.height+r.top))];case 1:return[new Sn(Math.round(r.left+n),Math.round(r.top+s)),new Sn(Math.round(r.left+n+o),Math.round(r.top+s)),new Sn(Math.round(r.left+n+o),Math.round(r.top+s+i)),new Sn(Math.round(r.left+n),Math.round(r.top+s+i))];default:return[new Sn(Math.round(B.left),Math.round(B.top)),new Sn(Math.round(B.left+B.width),Math.round(B.top)),new Sn(Math.round(B.left+B.width),Math.round(B.height+B.top)),new Sn(Math.round(B.left),Math.round(B.height+B.top))]}},Qs="Hidden Text",cs=function(){function A(A){this._data={},this._document=A}return A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),r=this._document.createElement("img"),B=this._document.createElement("span"),n=this._document.body;t.style.visibility="hidden",t.style.fontFamily=A,t.style.fontSize=e,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",n.appendChild(t),r.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",r.width=1,r.height=1,r.style.margin="0",r.style.padding="0",r.style.verticalAlign="baseline",B.style.fontFamily=A,B.style.fontSize=e,B.style.margin="0",B.style.padding="0",B.appendChild(this._document.createTextNode(Qs)),t.appendChild(B),t.appendChild(r);var s=r.offsetTop-B.offsetTop+2;t.removeChild(B),t.appendChild(this._document.createTextNode(Qs)),t.style.lineHeight="normal",r.style.verticalAlign="super";var o=r.offsetTop-t.offsetTop+2;return n.removeChild(t),{baseline:s,middle:o}},A.prototype.getMetrics=function(A,e){var t=A+" "+e;return void 0===this._data[t]&&(this._data[t]=this.parseMetrics(A,e)),this._data[t]},A}(),as=function(A,e){this.context=A,this.options=e},ws=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r._activeEffects=[],r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),t.canvas||(r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width=t.width+"px",r.canvas.style.height=t.height+"px"),r.fontMetrics=new cs(document),r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.ctx.textBaseline="bottom",r._activeEffects=[],r.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),r}return t(e,A),e.prototype.applyEffects=function(A){for(var e=this;this._activeEffects.length;)this.popEffect();A.forEach(function(A){return e.applyEffect(A)})},e.prototype.applyEffect=function(A){this.ctx.save(),function(A){return 2===A.type}(A)&&(this.ctx.globalAlpha=A.opacity),function(A){return 0===A.type}(A)&&(this.ctx.translate(A.offsetX,A.offsetY),this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]),this.ctx.translate(-A.offsetX,-A.offsetY)),Yn(A)&&(this.path(A.path),this.ctx.clip()),this._activeEffects.push(A)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(A){return B(this,0,void 0,function(){return n(this,function(e){switch(e.label){case 0:return A.element.container.styles.isVisible()?[4,this.renderStackContent(A)]:[3,2];case 1:e.sent(),e.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(A){return B(this,0,void 0,function(){return n(this,function(e){switch(e.label){case 0:return cr(A.container.flags,16),A.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(A)]:[3,3];case 1:return e.sent(),[4,this.renderNodeContent(A)];case 2:e.sent(),e.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(A,e,t){var r=this;0===e?this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t):$r(A.text).reduce(function(e,B){return r.ctx.fillText(B,e,A.bounds.top+t),e+r.ctx.measureText(B).width},A.bounds.left)},e.prototype.createFontStyle=function(A){var e=A.fontVariant.filter(function(A){return"normal"===A||"small-caps"===A}).join(""),t=Cs(A.fontFamily).join(", "),r=XA(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,r,t].join(" "),t,r]},e.prototype.renderTextNode=function(A,e){return B(this,0,void 0,function(){var t,r,B,s,o,i,Q,c,a=this;return n(this,function(n){return t=this.createFontStyle(e),r=t[0],B=t[1],s=t[2],this.ctx.font=r,this.ctx.direction=1===e.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(B,s),i=o.baseline,Q=o.middle,c=e.paintOrder,A.textBounds.forEach(function(A){c.forEach(function(t){switch(t){case 0:a.ctx.fillStyle=le(e.color),a.renderTextWithLetterSpacing(A,e.letterSpacing,i);var r=e.textShadow;r.length&&A.text.trim().length&&(r.slice(0).reverse().forEach(function(t){a.ctx.shadowColor=le(t.color),a.ctx.shadowOffsetX=t.offsetX.number*a.options.scale,a.ctx.shadowOffsetY=t.offsetY.number*a.options.scale,a.ctx.shadowBlur=t.blur.number,a.renderTextWithLetterSpacing(A,e.letterSpacing,i)}),a.ctx.shadowColor="",a.ctx.shadowOffsetX=0,a.ctx.shadowOffsetY=0,a.ctx.shadowBlur=0),e.textDecorationLine.length&&(a.ctx.fillStyle=le(e.textDecorationColor||e.color),e.textDecorationLine.forEach(function(e){switch(e){case 1:a.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+i),A.bounds.width,1);break;case 2:a.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:a.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+Q),A.bounds.width,1)}}));break;case 1:e.webkitTextStrokeWidth&&A.text.trim().length&&(a.ctx.strokeStyle=le(e.webkitTextStrokeColor),a.ctx.lineWidth=e.webkitTextStrokeWidth,a.ctx.lineJoin=window.chrome?"miter":"round",a.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+i)),a.ctx.strokeStyle="",a.ctx.lineWidth=0,a.ctx.lineJoin="miter"}})}),[2]})})},e.prototype.renderReplacedElement=function(A,e,t){if(t&&A.intrinsicWidth>0&&A.intrinsicHeight>0){var r=ts(A),B=Nn(e);this.path(B),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,r.left,r.top,r.width,r.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(A){return B(this,0,void 0,function(){var t,r,B,s,i,Q,c,a,w,g,u,l,U,C,F,h,d,f;return n(this,function(n){switch(n.label){case 0:this.applyEffects(A.getEffects(4)),t=A.container,r=A.curves,B=t.styles,s=0,i=t.textNodes,n.label=1;case 1:return s<i.length?(Q=i[s],[4,this.renderTextNode(Q,B)]):[3,4];case 2:n.sent(),n.label=3;case 3:return s++,[3,1];case 4:if(!(t instanceof oB))return[3,8];n.label=5;case 5:return n.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return F=n.sent(),this.renderReplacedElement(t,r,F),[3,8];case 7:return n.sent(),this.context.logger.error("Error loading image "+t.src),[3,8];case 8:if(t instanceof iB&&this.renderReplacedElement(t,r,t.canvas),!(t instanceof QB))return[3,12];n.label=9;case 9:return n.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return F=n.sent(),this.renderReplacedElement(t,r,F),[3,12];case 11:return n.sent(),this.context.logger.error("Error loading svg "+t.svg.substring(0,255)),[3,12];case 12:return t instanceof fB&&t.tree?[4,new e(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}).render(t.tree)]:[3,14];case 13:c=n.sent(),t.width&&t.height&&this.ctx.drawImage(c,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),n.label=14;case 14:if(t instanceof FB&&(a=Math.min(t.bounds.width,t.bounds.height),t.type===uB?t.checked&&(this.ctx.save(),this.path([new Sn(t.bounds.left+.39363*a,t.bounds.top+.79*a),new Sn(t.bounds.left+.16*a,t.bounds.top+.5549*a),new Sn(t.bounds.left+.27347*a,t.bounds.top+.44071*a),new Sn(t.bounds.left+.39694*a,t.bounds.top+.5649*a),new Sn(t.bounds.left+.72983*a,t.bounds.top+.23*a),new Sn(t.bounds.left+.84*a,t.bounds.top+.34085*a),new Sn(t.bounds.left+.39363*a,t.bounds.top+.79*a)]),this.ctx.fillStyle=le(CB),this.ctx.fill(),this.ctx.restore()):t.type===lB&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+a/2,t.bounds.top+a/2,a/4,0,2*Math.PI,!0),this.ctx.fillStyle=le(CB),this.ctx.fill(),this.ctx.restore())),gs(t)&&t.value.length){switch(w=this.createFontStyle(B),d=w[0],g=w[1],u=this.fontMetrics.getMetrics(d,g).baseline,this.ctx.font=d,this.ctx.fillStyle=le(B.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=ls(t.styles.textAlign),f=ts(t),l=0,t.styles.textAlign){case 1:l+=f.width/2;break;case 2:l+=f.width}U=f.add(l,0,0,-f.height/2+1),this.ctx.save(),this.path([new Sn(f.left,f.top),new Sn(f.left+f.width,f.top),new Sn(f.left+f.width,f.top+f.height),new Sn(f.left,f.top+f.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new qr(t.value,U),B.letterSpacing,u),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!cr(t.styles.display,2048))return[3,20];if(null===t.styles.listStyleImage)return[3,19];if(0!==(C=t.styles.listStyleImage).type)return[3,18];F=void 0,h=C.url,n.label=15;case 15:return n.trys.push([15,17,,18]),[4,this.context.cache.match(h)];case 16:return F=n.sent(),this.ctx.drawImage(F,t.bounds.left-(F.width+10),t.bounds.top),[3,18];case 17:return n.sent(),this.context.logger.error("Error loading list-style-image "+h),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==t.styles.listStyleType&&(d=this.createFontStyle(B)[0],this.ctx.font=d,this.ctx.fillStyle=le(B.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",f=new o(t.bounds.left,t.bounds.top+se(t.styles.paddingTop,t.bounds.width),t.bounds.width,Kt(B.lineHeight,B.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new qr(A.listValue,f),B.letterSpacing,Kt(B.lineHeight,B.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),n.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(A){return B(this,0,void 0,function(){var e,t,r,B,s,o,i,Q,c,a,w,g,u,l,U;return n(this,function(n){switch(n.label){case 0:return cr(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:n.sent(),e=0,t=A.negativeZIndex,n.label=2;case 2:return e<t.length?(U=t[e],[4,this.renderStack(U)]):[3,5];case 3:n.sent(),n.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:n.sent(),r=0,B=A.nonInlineLevel,n.label=7;case 7:return r<B.length?(U=B[r],[4,this.renderNode(U)]):[3,10];case 8:n.sent(),n.label=9;case 9:return r++,[3,7];case 10:s=0,o=A.nonPositionedFloats,n.label=11;case 11:return s<o.length?(U=o[s],[4,this.renderStack(U)]):[3,14];case 12:n.sent(),n.label=13;case 13:return s++,[3,11];case 14:i=0,Q=A.nonPositionedInlineLevel,n.label=15;case 15:return i<Q.length?(U=Q[i],[4,this.renderStack(U)]):[3,18];case 16:n.sent(),n.label=17;case 17:return i++,[3,15];case 18:c=0,a=A.inlineLevel,n.label=19;case 19:return c<a.length?(U=a[c],[4,this.renderNode(U)]):[3,22];case 20:n.sent(),n.label=21;case 21:return c++,[3,19];case 22:w=0,g=A.zeroOrAutoZIndexOrTransformedOrOpacity,n.label=23;case 23:return w<g.length?(U=g[w],[4,this.renderStack(U)]):[3,26];case 24:n.sent(),n.label=25;case 25:return w++,[3,23];case 26:u=0,l=A.positiveZIndex,n.label=27;case 27:return u<l.length?(U=l[u],[4,this.renderStack(U)]):[3,30];case 28:n.sent(),n.label=29;case 29:return u++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(A){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(A.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(A){this.ctx.beginPath(),this.formatPath(A),this.ctx.closePath()},e.prototype.formatPath=function(A){var e=this;A.forEach(function(A,t){var r=On(A)?A.start:A;0===t?e.ctx.moveTo(r.x,r.y):e.ctx.lineTo(r.x,r.y),On(A)&&e.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)})},e.prototype.renderRepeat=function(A,e,t,r){this.path(A),this.ctx.fillStyle=e,this.ctx.translate(t,r),this.ctx.fill(),this.ctx.translate(-t,-r)},e.prototype.resizeImage=function(A,e,t){var r;if(A.width===e&&A.height===t)return A;var B=(null!==(r=this.canvas.ownerDocument)&&void 0!==r?r:document).createElement("canvas");return B.width=Math.max(1,e),B.height=Math.max(1,t),B.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t),B},e.prototype.renderBackgroundImage=function(A){return B(this,0,void 0,function(){var e,t,r,B,s,o;return n(this,function(i){switch(i.label){case 0:e=A.styles.backgroundImage.length-1,t=function(t){var B,s,o,i,Q,c,a,w,g,u,l,U,C,F,h,d,f,H,p,E,I,y,K,m,L,b,v,D,x,M,S;return n(this,function(n){switch(n.label){case 0:if(0!==t.type)return[3,5];B=void 0,s=t.url,n.label=1;case 1:return n.trys.push([1,3,,4]),[4,r.context.cache.match(s)];case 2:return B=n.sent(),[3,4];case 3:return n.sent(),r.context.logger.error("Error loading background-image "+s),[3,4];case 4:return B&&(o=rs(A,e,[B.width,B.height,B.width/B.height]),d=o[0],y=o[1],K=o[2],p=o[3],E=o[4],F=r.ctx.createPattern(r.resizeImage(B,p,E),"repeat"),r.renderRepeat(d,F,y,K)),[3,6];case 5:1===t.type?(i=rs(A,e,[null,null,null]),d=i[0],y=i[1],K=i[2],p=i[3],E=i[4],Q=me(t.angle,p,E),c=Q[0],a=Q[1],w=Q[2],g=Q[3],u=Q[4],(l=document.createElement("canvas")).width=p,l.height=E,U=l.getContext("2d"),C=U.createLinearGradient(a,g,w,u),Ke(t.stops,c).forEach(function(A){return C.addColorStop(A.stop,le(A.color))}),U.fillStyle=C,U.fillRect(0,0,p,E),p>0&&E>0&&(F=r.ctx.createPattern(l,"repeat"),r.renderRepeat(d,F,y,K))):function(A){return 2===A.type}(t)&&(h=rs(A,e,[null,null,null]),d=h[0],f=h[1],H=h[2],p=h[3],E=h[4],I=0===t.position.length?[re]:t.position,y=se(I[0],p),K=se(I[I.length-1],E),m=function(A,e,t,r,B){var n=0,s=0;switch(A.size){case 0:0===A.shape?n=s=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-B)):1===A.shape&&(n=Math.min(Math.abs(e),Math.abs(e-r)),s=Math.min(Math.abs(t),Math.abs(t-B)));break;case 2:if(0===A.shape)n=s=Math.min(Le(e,t),Le(e,t-B),Le(e-r,t),Le(e-r,t-B));else if(1===A.shape){var o=Math.min(Math.abs(t),Math.abs(t-B))/Math.min(Math.abs(e),Math.abs(e-r)),i=be(r,B,e,t,!0),Q=i[0],c=i[1];s=o*(n=Le(Q-e,(c-t)/o))}break;case 1:0===A.shape?n=s=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-B)):1===A.shape&&(n=Math.max(Math.abs(e),Math.abs(e-r)),s=Math.max(Math.abs(t),Math.abs(t-B)));break;case 3:if(0===A.shape)n=s=Math.max(Le(e,t),Le(e,t-B),Le(e-r,t),Le(e-r,t-B));else if(1===A.shape){o=Math.max(Math.abs(t),Math.abs(t-B))/Math.max(Math.abs(e),Math.abs(e-r));var a=be(r,B,e,t,!1);Q=a[0],c=a[1],s=o*(n=Le(Q-e,(c-t)/o))}}return Array.isArray(A.size)&&(n=se(A.size[0],r),s=2===A.size.length?se(A.size[1],B):n),[n,s]}(t,y,K,p,E),L=m[0],b=m[1],L>0&&b>0&&(v=r.ctx.createRadialGradient(f+y,H+K,0,f+y,H+K,L),Ke(t.stops,2*L).forEach(function(A){return v.addColorStop(A.stop,le(A.color))}),r.path(d),r.ctx.fillStyle=v,L!==b?(D=A.bounds.left+.5*A.bounds.width,x=A.bounds.top+.5*A.bounds.height,S=1/(M=b/L),r.ctx.save(),r.ctx.translate(D,x),r.ctx.transform(1,0,0,M,0,0),r.ctx.translate(-D,-x),r.ctx.fillRect(f,S*(H-x)+x,p,E*S),r.ctx.restore()):r.ctx.fill())),n.label=6;case 6:return e--,[2]}})},r=this,B=0,s=A.styles.backgroundImage.slice(0).reverse(),i.label=1;case 1:return B<s.length?(o=s[B],[5,t(o)]):[3,4];case 2:i.sent(),i.label=3;case 3:return B++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(A,e,t){return B(this,0,void 0,function(){return n(this,function(r){return this.path(zn(t,e)),this.ctx.fillStyle=le(A),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(A,e,t,r){return B(this,0,void 0,function(){var B,s;return n(this,function(n){switch(n.label){case 0:return e<3?[4,this.renderSolidBorder(A,t,r)]:[3,2];case 1:return n.sent(),[2];case 2:return B=function(A,e){switch(e){case 0:return As(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return As(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return As(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return As(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(r,t),this.path(B),this.ctx.fillStyle=le(A),this.ctx.fill(),s=function(A,e){switch(e){case 0:return As(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return As(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return As(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return As(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(r,t),this.path(s),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(A){return B(this,0,void 0,function(){var e,t,r,B,s,o,i,Q,c=this;return n(this,function(n){switch(n.label){case 0:return this.applyEffects(A.getEffects(2)),e=A.container.styles,t=!ue(e.backgroundColor)||e.backgroundImage.length,r=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}],B=us(os(e.backgroundClip,0),A.curves),t||e.boxShadow.length?(this.ctx.save(),this.path(B),this.ctx.clip(),ue(e.backgroundColor)||(this.ctx.fillStyle=le(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:n.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach(function(e){c.ctx.save();var t,r,B,n,s,o=Rn(A.curves),i=e.inset?0:1e4,Q=(t=o,r=-i+(e.inset?1:-1)*e.spread.number,B=(e.inset?1:-1)*e.spread.number,n=e.spread.number*(e.inset?-2:2),s=e.spread.number*(e.inset?-2:2),t.map(function(A,e){switch(e){case 0:return A.add(r,B);case 1:return A.add(r+n,B);case 2:return A.add(r+n,B+s);case 3:return A.add(r,B+s)}return A}));e.inset?(c.path(o),c.ctx.clip(),c.mask(Q)):(c.mask(o),c.ctx.clip(),c.path(Q)),c.ctx.shadowOffsetX=e.offsetX.number+i,c.ctx.shadowOffsetY=e.offsetY.number,c.ctx.shadowColor=le(e.color),c.ctx.shadowBlur=e.blur.number,c.ctx.fillStyle=e.inset?le(e.color):"rgba(0,0,0,1)",c.ctx.fill(),c.ctx.restore()}),n.label=2;case 2:s=0,o=0,i=r,n.label=3;case 3:return o<i.length?0!==(Q=i[o]).style&&!ue(Q.color)&&Q.width>0?2!==Q.style?[3,5]:[4,this.renderDashedDottedBorder(Q.color,Q.width,s,A.curves,2)]:[3,11]:[3,13];case 4:return n.sent(),[3,11];case 5:return 3!==Q.style?[3,7]:[4,this.renderDashedDottedBorder(Q.color,Q.width,s,A.curves,3)];case 6:return n.sent(),[3,11];case 7:return 4!==Q.style?[3,9]:[4,this.renderDoubleBorder(Q.color,Q.width,s,A.curves)];case 8:return n.sent(),[3,11];case 9:return[4,this.renderSolidBorder(Q.color,s,A.curves)];case 10:n.sent(),n.label=11;case 11:s++,n.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(A,e,t,r,s){return B(this,0,void 0,function(){var B,o,i,Q,c,a,w,g,u,l,U,C,F,h,d,f;return n(this,function(n){return this.ctx.save(),B=function(A,e){switch(e){case 0:return $n(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return $n(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return $n(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return $n(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(r,t),o=zn(r,t),2===s&&(this.path(o),this.ctx.clip()),On(o[0])?(i=o[0].start.x,Q=o[0].start.y):(i=o[0].x,Q=o[0].y),On(o[1])?(c=o[1].end.x,a=o[1].end.y):(c=o[1].x,a=o[1].y),w=0===t||2===t?Math.abs(i-c):Math.abs(Q-a),this.ctx.beginPath(),3===s?this.formatPath(B):this.formatPath(o.slice(0,2)),g=e<3?3*e:2*e,u=e<3?2*e:e,3===s&&(g=e,u=e),l=!0,w<=2*g?l=!1:w<=2*g+u?(g*=U=w/(2*g+u),u*=U):(C=Math.floor((w+u)/(g+u)),F=(w-C*g)/(C-1),u=(h=(w-(C+1)*g)/C)<=0||Math.abs(u-F)<Math.abs(u-h)?F:h),l&&(3===s?this.ctx.setLineDash([0,g+u]):this.ctx.setLineDash([g,u])),3===s?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=2*e+1.1,this.ctx.strokeStyle=le(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===s&&(On(o[0])&&(d=o[3],f=o[0],this.ctx.beginPath(),this.formatPath([new Sn(d.end.x,d.end.y),new Sn(f.start.x,f.start.y)]),this.ctx.stroke()),On(o[1])&&(d=o[1],f=o[2],this.ctx.beginPath(),this.formatPath([new Sn(d.end.x,d.end.y),new Sn(f.start.x,f.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(A){return B(this,0,void 0,function(){var e;return n(this,function(t){switch(t.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=le(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=new _n(A,null),B=new Zn(r),qn(r,B,B,n=[]),jn(r.container,n),e=B,[4,this.renderStack(e)];case 1:return t.sent(),this.applyEffects([]),[2,this.canvas]}var r,B,n})})},e}(as),gs=function(A){return A instanceof dB||(A instanceof hB||A instanceof FB&&A.type!==lB&&A.type!==uB)},us=function(A,e){switch(A){case 0:return Rn(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Nn(e)}},ls=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},Us=["-apple-system","system-ui"],Cs=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(A){return-1===Us.indexOf(A)}):A},Fs=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),r.options=t,r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width=t.width+"px",r.canvas.style.height=t.height+"px",r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),r}return t(e,A),e.prototype.render=function(A){return B(this,0,void 0,function(){var e,t;return n(this,function(r){switch(r.label){case 0:return e=Wr(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,hs(e)];case 1:return t=r.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=le(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(t,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e}(as),hs=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},ds=function(){function A(A){var e=A.id,t=A.enabled;this.id=e,this.enabled=t,this.start=Date.now()}return A.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.debug?console.debug.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&"undefined"!=typeof window&&window.console&&"function"==typeof console.info&&console.info.apply(console,s([this.id,this.getTime()+"ms"],A))},A.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.warn?console.warn.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.error?console.error.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.instances={},A}(),fs=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new ds({id:this.instanceName,enabled:e.logging}),this.cache=null!==(r=e.cache)&&void 0!==r?r:new yn(this,e)}return A.instanceCount=1,A}();A("default",function(A,e){return void 0===e&&(e={}),Hs(A,e)});"undefined"!=typeof window&&In.setContext(window);var Hs=function(A,e){return B(void 0,0,void 0,function(){var t,B,s,Q,c,a,w,g,u,l,U,C,F,h,d,f,H,p,E,I,y,K,m,L,b,v,D,x,M,S,T,G,O,V,k,R,N,P;return n(this,function(n){switch(n.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(t=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(B=t.defaultView))throw new Error("Document is not attached to a Window");return s={allowTaint:null!==(K=e.allowTaint)&&void 0!==K&&K,imageTimeout:null!==(m=e.imageTimeout)&&void 0!==m?m:15e3,proxy:e.proxy,useCORS:null!==(L=e.useCORS)&&void 0!==L&&L},Q=r({logging:null===(b=e.logging)||void 0===b||b,cache:e.cache},s),c={windowWidth:null!==(v=e.windowWidth)&&void 0!==v?v:B.innerWidth,windowHeight:null!==(D=e.windowHeight)&&void 0!==D?D:B.innerHeight,scrollX:null!==(x=e.scrollX)&&void 0!==x?x:B.pageXOffset,scrollY:null!==(M=e.scrollY)&&void 0!==M?M:B.pageYOffset},a=new o(c.scrollX,c.scrollY,c.windowWidth,c.windowHeight),w=new fs(Q,a),g=null!==(S=e.foreignObjectRendering)&&void 0!==S&&S,u={allowTaint:null!==(T=e.allowTaint)&&void 0!==T&&T,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:g,copyStyles:g},w.logger.debug("Starting document clone with size "+a.width+"x"+a.height+" scrolled to "+-a.left+","+-a.top),l=new Qn(w,A,u),(U=l.clonedReferenceElement)?[4,l.toIFrame(t,a)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return C=n.sent(),F=TB(U)||"HTML"===U.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),B=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new o(0,0,r,B)}(U.ownerDocument):i(w,U),h=F.width,d=F.height,f=F.left,H=F.top,p=ps(w,U,e.backgroundColor),E={canvas:e.canvas,backgroundColor:p,scale:null!==(O=null!==(G=e.scale)&&void 0!==G?G:B.devicePixelRatio)&&void 0!==O?O:1,x:(null!==(V=e.x)&&void 0!==V?V:0)+f,y:(null!==(k=e.y)&&void 0!==k?k:0)+H,width:null!==(R=e.width)&&void 0!==R?R:Math.ceil(h),height:null!==(N=e.height)&&void 0!==N?N:Math.ceil(d)},g?(w.logger.debug("Document cloned, using foreign object rendering"),[4,new Fs(w,E).render(U)]):[3,3];case 2:return I=n.sent(),[3,5];case 3:return w.logger.debug("Document cloned, element located at "+f+","+H+" with size "+h+"x"+d+" using computed rendering"),w.logger.debug("Starting DOM parsing"),y=IB(w,U),p===y.styles.backgroundColor&&(y.styles.backgroundColor=pe.TRANSPARENT),w.logger.debug("Starting renderer for element at "+E.x+","+E.y+" with size "+E.width+"x"+E.height),[4,new ws(w,E).render(y)];case 4:I=n.sent(),n.label=5;case 5:return(null===(P=e.removeContainer)||void 0===P||P)&&(Qn.destroy(C)||w.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),w.logger.debug("Finished rendering"),[2,I]}})})},ps=function(A,e,t){var r=e.ownerDocument,B=r.documentElement?He(A,getComputedStyle(r.documentElement).backgroundColor):pe.TRANSPARENT,n=r.body?He(A,getComputedStyle(r.body).backgroundColor):pe.TRANSPARENT,s="string"==typeof t?He(A,t):null===t?pe.TRANSPARENT:4294967295;return e===r.documentElement?ue(B)?ue(n)?s:n:B:s}}}});
@@ -0,0 +1 @@
1
+ System.register(["vue","@ibiz-template/vue3-util","qx-util","cherry-markdown","@ibiz-template/runtime","@ibiz-template/core"],function(e){"use strict";var t,n,i,o,a,l,r,s,c,d,u,m,v,h,p,f,b,w,g;return{setters:[function(e){t=e.nextTick,n=e.ref,i=e.onBeforeUnmount,o=e.createVNode,a=e.resolveComponent,l=e.defineComponent,r=e.watch,s=e.onMounted,c=e.onUnmounted},function(e){d=e.useUIStore,u=e.getMarkDownEmits,m=e.getMarkDownProps,v=e.useNamespace},function(e){h=e.createUUID},function(e){p=e.default},function(e){f=e.parseSearchParams,b=e.UIActionUtil,w=e.OpenAppViewCommand},function(e){g=e.IBizContext}],execute:function(){function k(e,t){return!(!e||1!==e.nodeType||e.nodeName!==t)}function C(e){const l=n(""),r=n([]),s=n(),c=n(!1);let d=null;const u=async e=>{var n;if(c.value=!0,l.value=e,r.value=[e],await t(),s.value){const{container:e}=s.value.$refs;e&&(null==(n=e.children[0])||n.click())}},m=e=>{"Escape"!==e.key&&27!==e.keyCode||(e.stopPropagation(),e.preventDefault(),r.value=[],c.value=!1,h())},v=async()=>{var e;await t();const n=null==(e=s.value)?void 0:e.$refs.container;if(!n)return;const i=n.querySelector(".el-image-viewer__wrapper");null==i||i.addEventListener("keydown",m)},h=()=>{var e;const t=null==(e=s.value)?void 0:e.$refs.container;if(!t)return;const n=t.querySelector(".el-image-viewer__wrapper");null==n||n.removeEventListener("keydown",m)},p=e=>{const t=null==e?void 0:e.target;if(k(t,"IMG")&&t)return void u(t.src);const n=function(e){let t=e;for(;t;){if(t.classList.contains("cherry-previewer"))return null;const e=t.parentElement;if(k(t,"svg")&&e&&"mermaid"===e.dataset.type)return t;t=t.parentElement}return null}(t);n&&u(function(e){const t=e.cloneNode(!0),n=e.width.baseVal.value||e.clientWidth,i=e.height.baseVal.value||e.clientHeight;t.setAttribute("width",n),t.setAttribute("height",i),t.style.backgroundColor="white";const o=(new XMLSerializer).serializeToString(t),a=btoa(unescape(encodeURIComponent(o)));return"data:image/svg+xml;base64,".concat(a)}(n))},f=()=>{r.value=[],c.value=!1};return i(()=>{d&&(d.removeEventListener("click",p),d=null),h()}),{isImgPreview:c,renderImgPreview:()=>o(a("el-image"),{class:e.e("img-preview"),ref:s,"zoom-rate":1.1,src:l.value,"preview-src-list":r.value,"hide-on-click-modal":!0,onShow:v,onClose:f,fit:"cover"},null),onMDEditorCreated:e=>{var t,n;d=(null==(n=null==(t=null==e?void 0:e.previewer)?void 0:t.previewerBubble)?void 0:n.previewerDom)||null,null==d||d.addEventListener("click",p)}}}e("default",l({name:"IBizMarkDown",props:m(),emits:u(),setup(e,{emit:a,slots:l}){var u,m,k,x,y,I;const z=v("markdown"),P=e.controller,M=n("");let E=null;const A=h(),{isImgPreview:S,onMDEditorCreated:U,renderImgPreview:D}=C(z),O=ibiz.util.file.getUploadHeaders(),T=n({...O}),B=n(""),L=(null==(u=null==P?void 0:P.editorParams)?void 0:u.customTheme)||(null==(m=null==P?void 0:P.editorParams)?void 0:m.customtheme),V="true"===(null==(k=null==P?void 0:P.editorParams)?void 0:k.enablenoaccess),{UIStore:N}=d(),R=n(L||N.theme),H=n(!1);let j="default";P&&(null==(x=P.editorParams)?void 0:x.showmode)&&(j=P.editorParams.showmode);const q=n(!1),F=n("editOnly");let J=null,W=null,$=0;const _=n({}),G=n({}),Y=n("pure");let X=!1,K=!1;(null==(y=null==P?void 0:P.editorParams)?void 0:y.disabledirectory)&&(K="true"===P.editorParams.disabledirectory);let Q="absolute";(null==(I=null==P?void 0:P.editorParams)?void 0:I.tocpos)&&(Q="fixed"===P.editorParams.tocpos?"fixed":"absolute");const[Z,ee,te]=function(e,n){if(!e)return[];const{props:i,isEditing:o,currentVal:a,emit:l}=n;let r=n.chatInstance;const s=p.createMenuHook("AI",{icon:{type:"svg",content:"<svg\n viewBox='0 0 16 16'\n xmlns='http://www.w3.org/2000/svg'\n fill='currentColor'\n height='1em'\n width='1em'\n preserveAspectRatio='xMidYMid meet'\n focusable='false'\n >\n <g\n id='aae1.Base基础/1.icon图标/2.normal/ai-star'\n stroke-width='1'\n fill-rule='evenodd'\n >\n <path\n d='M5.817 1.53l3.158 8.797h.054v.152l1.443 4.021-1.402.001-1.041-2.982H2.495l-1.03 2.982L0 14.5 4.671 1.533l1.146-.003zm7.86 5.424V14.5h-1.213V6.954h1.212zM5.248 3.549l-2.342 6.778h4.706L5.249 3.55zM13.046 0c.075 0 .147.02.204.071a.318.318 0 01.094.181l.064.273c.097.417.17.727.255.968.084.24.177.4.31.523.134.124.318.218.599.306.281.088.65.166 1.15.265a.358.358 0 01.195.095c.056.057.083.13.083.213a.289.289 0 01-.083.21.362.362 0 01-.197.094c-.528.093-.918.167-1.214.255-.295.088-.485.187-.621.324-.137.138-.23.324-.31.606-.08.283-.145.651-.23 1.147a.329.329 0 01-.093.184.293.293 0 01-.206.075.308.308 0 01-.207-.072.322.322 0 01-.1-.188l-.006-.033c-.085-.486-.149-.845-.228-1.12-.079-.274-.17-.452-.305-.585-.135-.133-.323-.23-.618-.32s-.683-.168-1.21-.273a.353.353 0 01-.2-.096.29.29 0 01-.08-.208c0-.079.023-.153.079-.211a.35.35 0 01.2-.097c.5-.098.869-.176 1.15-.263.282-.087.465-.18.597-.302.132-.12.224-.278.306-.511.082-.236.151-.539.244-.947l.071-.312a.312.312 0 01.102-.183.311.311 0 01.205-.069z'\n id='aae形状结合'\n ></path>\n </g>\n </svg>\n "},onClick:(n,i,o)=>{o.stopPropagation(),o.preventDefault(),t(()=>{var t;if(null==(t=e.mdeditor)?void 0:t.bubble){e.mdeditor.bubble.showBubble();const t=e.mdeditor.bubble.bubbleDom.getBoundingClientRect();if(!t||!t.left||!t.top)return;const n=ibiz.inLineAIUtil.calcContextMenus(e.deACMode,t=>{e.doInLineAIUIAction(t,e.model.appId)});if(0===n.length)return;const{zIndex:i}=d(),o=i.increment();ibiz.inLineAIUtil.showContextMenus(t.left,t.top+43,n,{zIndex:o,onClose:()=>{i.decrement()}})}})}}),c=p.createMenuHook("AIChart",{icon:{type:"svg",content:"<svg\n viewBox='0 0 16 16'\n xmlns='http://www.w3.org/2000/svg'\n fill='currentColor'\n height='1em'\n width='1em'\n preserveAspectRatio='xMidYMid meet'\n focusable='false'\n >\n <g\n id='aae1.Base基础/1.icon图标/2.normal/ai-star'\n stroke-width='1'\n fill-rule='evenodd'\n >\n <path\n d='M5.817 1.53l3.158 8.797h.054v.152l1.443 4.021-1.402.001-1.041-2.982H2.495l-1.03 2.982L0 14.5 4.671 1.533l1.146-.003zm7.86 5.424V14.5h-1.213V6.954h1.212zM5.248 3.549l-2.342 6.778h4.706L5.249 3.55zM13.046 0c.075 0 .147.02.204.071a.318.318 0 01.094.181l.064.273c.097.417.17.727.255.968.084.24.177.4.31.523.134.124.318.218.599.306.281.088.65.166 1.15.265a.358.358 0 01.195.095c.056.057.083.13.083.213a.289.289 0 01-.083.21.362.362 0 01-.197.094c-.528.093-.918.167-1.214.255-.295.088-.485.187-.621.324-.137.138-.23.324-.31.606-.08.283-.145.651-.23 1.147a.329.329 0 01-.093.184.293.293 0 01-.206.075.308.308 0 01-.207-.072.322.322 0 01-.1-.188l-.006-.033c-.085-.486-.149-.845-.228-1.12-.079-.274-.17-.452-.305-.585-.135-.133-.323-.23-.618-.32s-.683-.168-1.21-.273a.353.353 0 01-.2-.096.29.29 0 01-.08-.208c0-.079.023-.153.079-.211a.35.35 0 01.2-.097c.5-.098.869-.176 1.15-.263.282-.087.465-.18.597-.302.132-.12.224-.278.306-.511.082-.236.151-.539.244-.947l.071-.312a.312.312 0 01.102-.183.311.311 0 01.205-.069z'\n id='aae形状结合'\n ></path>\n </g>\n </svg>\n "},onClick:async()=>{const t=e.model.appDataEntityId;if(!t||!e.deACMode)return;const{zIndex:n}=d(),s=n.increment();r=await ibiz.aiChatUtil.getAIChat();const{containerOptions:c,chatOptions:u}=await ibiz.aiChatUtil.getEditorExAIChatParams(e.editorParams,e.context,e.params,i.data,e.deACMode,{chatInstance:r,view:e.view,ctrl:e.ctrl}),m=await ibiz.aiChatUtil.getAIResourceOptions(e.context,e.params);r.create({resourceOptions:m,containerOptions:{zIndex:s,...c},chatOptions:{caption:e.deACMode.logicName,context:{...e.context},params:{...e.params,srfactag:e.deACMode.codeName},appDataEntityId:t,...u,action:(e,t)=>{"backfill"===e&&(o.value?a.value=t.realcontent||"":l("change",t.realcontent))}}})}}),u={};return e.extraActions.forEach(t=>{const{uiactionId:n,sysImage:i,caption:o}=t,a=n.split("@")[0],r={onClick:async()=>{const t=await e.doCustomUIAction(n,e.model.appId);t.length>0&&l("customAction",{tag:n,data:t})}};i&&(r.icon={type:"svg",content:i.rawContent}),u[a]=p.createMenuHook(o,r)}),[s,c,u]}(P,{props:e,chatInstance:undefined,isEditing:H,currentVal:M,emit:a});r(()=>e.data,e=>{if(e&&P){const t={...P.editorParams,enableNoAccess:V};t.uploadparams&&(t.uploadParams=JSON.parse(t.uploadparams));const n=ibiz.util.file.calcFileUpDownUrl(P.context,P.params,e,t);B.value=n.uploadUrl}},{immediate:!0,deep:!0});const ne=n(),ie=async(t,n)=>{const i=await ibiz.util.file.fileUpload(B.value,t,T.value),o=((e,t)=>{if(!P)return"";const n={...P.editorParams,enableNoAccess:V};return n.exportparams&&(n.exportParams=JSON.parse(n.exportparams)),n.globaldownloadprifix?n.globalDownloadPrifix="true"===n.globaldownloadprifix:n.globalDownloadPrifix=ibiz.config.common.globalDownloadPrifix,t&&t.folder&&(n.osscat=t.folder),ibiz.util.file.calcFileUpDownUrl(P.context,P.params,e,n).downloadUrl})(e.data||{},i.fileid);let a=o.replace("%fileId%",i.fileid);if(ibiz.config.common.enableDownloadTicket&&P&&P.editorParams&&!V){const t=await ibiz.util.file.getDownloadTicket(P.context,P.params,e.data||{},{fileId:i.fileid},P.downloadTicketParams);t&&t.ticket&&(a=o.replace("%fileId%",t.ticket),n(a))}else n(a)},oe=()=>null==E?void 0:E.getMarkdown(),ae=e=>{X=!0,null==E||E.setMarkdown(e,!0)};r(()=>e.value,(e,t)=>{e!==t&&(M.value=e||"")},{immediate:!0}),r(M,(e,t)=>{const n=oe();e!==t&&n!==e&&ae(e)});const le=e=>{"manual"!==j&&(a("change",oe(),null==P?void 0:P.model.id,X),X=!1)},re=(e,t)=>({[e]:t}),se=t=>{var n,i,o;const a=null==(n=t.target)?void 0:n.closest('a[href^="chunkview://"], a[href^="view://"], a[href^="action://"]');if(!a)return;t.preventDefault();let l=a.getAttribute("href");if(!l)return;const r=["chunkview","view","action"].find(e=>l.startsWith("".concat(e,"://")))||"";if(!r)return;if("chunkview"===r){const t=(null==P?void 0:P.editorParams.chunkview)||e.chunkView,n=(null==P?void 0:P.editorParams.chunkentity)||e.chunkEntity;if(!t||!n)return;const i=l.replace("chunkview://","");l="view://".concat(t,'?srfnavctx={"').concat(n,'":"').concat(i,'"}')}const{protocolId:s,context:c,params:d}=(e=>{const t=new URL(e),n={},i={};let o="";if(t.searchParams.size>0){const o=t.searchParams.get("srfnavctx");if(o){try{Object.assign(n,JSON.parse(o))}catch(t){ibiz.log.error(ibiz.i18n.t("runtime.utils.openRedirectView.parseSrfnavctxParameter",{urlStr:e}),t)}t.searchParams.delete("srfnavctx")}t.searchParams.forEach((e,t)=>{i[t]=e})}else if(t.search){const o=f(t.search),a=o.srfnavctx;if(a){try{const e=decodeURIComponent(a);Object.assign(n,JSON.parse(e))}catch(t){ibiz.log.error(ibiz.i18n.t("runtime.utils.openRedirectView.parseSrfnavctxParameter",{urlStr:e}),t)}delete o.srfnavctx}Object.keys(o).forEach(e=>{i[e]=o[e]})}const a=t.pathname||t.hostname,l=a.replace("//","").split("/"),[r,s]=l;return o="action:"===t.protocol?"".concat(t.username,"@").concat(a):s||r,{params:i,context:n,protocolId:o}})(l);if(!s)return;const u=(null==(i=null==P?void 0:P.context)?void 0:i.clone())||(null==(o=e.context)?void 0:o.clone())||g.create({});switch(Object.assign(u,c),r){case"chunkview":case"view":ibiz.commands.execute(w.TAG,s,Object.assign(u,{srfkeepnull:!0}),d);break;case"action":b.exec(s,{event:t,params:d,context:u,data:[e.data||{}],view:(null==P?void 0:P.view)||e.view,ctrl:(null==P?void 0:P.ctrl)||e.ctrl},u.appid||u.srfappid)}},ce=(e,t="")=>{const n=document.createElement(e);return n.className=t,n},de=e=>ce("i","ch-icon ch-icon-".concat(e)),ue=z.e("fullscreen"),me=e=>{for(;e.firstChild;)e.removeChild(e.firstChild)},ve=()=>{if(E&&ne.value){const e=E.editor.options.editorDom.parentElement;if(!e)return{};const t=e.classList,n=ne.value.querySelector(".".concat(ue));return n?{parentElement:e,cherryClass:t,fullscreenNode:n}:{}}return{}},he=()=>{const{parentElement:e,cherryClass:t,fullscreenNode:n}=ve();e&&t&&n&&(me(n),n.appendChild(de("fullscreen")),n.title=ibiz.i18n.t("editor.common.fullscreen"),t.remove("fullscreen"),null==e||e.blur(),e.setAttribute("tabindex","-1"))},pe=()=>{const{cherryClass:e}=ve();return null==e?void 0:e.contains("fullscreen")},fe=()=>{E&&ne.value&&(pe()?(he(),E.toggleToc(Y.value),q.value=!1):((()=>{const{parentElement:e,cherryClass:n,fullscreenNode:i}=ve();e&&n&&i&&(me(i),i.appendChild(de("minscreen")),n.add("fullscreen"),i.title=ibiz.i18n.t("editor.common.minimize"),e.setAttribute("tabindex","-1"),t(()=>null==e?void 0:e.focus()))})(),Y.value=E.toc.model,E.toggleToc("full"),q.value=!0))},be=e=>{e.stopPropagation(),"Escape"===e.key&&(e.preventDefault(),pe()&&(he(),E.toggleToc(Y.value),q.value=!1))},we=e=>{null==P||P.setCurrentEditorTheme(e)},ge=e=>{var t,n;const{info:i}=e;let o=!0;const a=i.ranges&&i.ranges[0];if(a){const{anchor:e,head:t}=a;o=P.isPositionBefore(e,t)}else o=!0;const l=null==(t=P.mdeditor)?void 0:t.editor.editor.getCursor("start"),r=null==(n=P.mdeditor)?void 0:n.editor.editor.getCursor("end");P.setCursorPos(l,r),P.setSelectionDirection(o)};r(()=>N.theme,e=>{R.value=L||e,null==E||E.setTheme(R.value),null==E||E.setCodeBlockTheme(R.value)});const ke=()=>{H.value=!0,F.value="editOnly",null==E||E.switchModel(F.value)},Ce=()=>{H.value=!1,F.value="previewOnly",null==E||E.switchModel(F.value)},xe=()=>{ae(M.value),Ce()},ye=()=>{a("change",oe(),null==P?void 0:P.model.id,X),X=!1,Ce()},Ie=()=>{const e=document.getElementById(A);null==e||e.focus()};return s(()=>{var n;(e.disabled||e.readonly||"manual"===j)&&(F.value="previewOnly"),t(()=>{var t,n,i;const o=["bold","italic","underline","strikethrough","sub","sup","|","size","color"],a=["bold","italic","underline","strikethrough","|","color","header","|","list","image",{insert:["link","hr","br","code","formula","toc","table","line-table","bar-table"]},"settings","togglePreview"];if(P&&P.chatCompletion&&(a.unshift("AIChart"),o.unshift("AI")),P&&P.extraActions.length>0){const e=P.extraActions.map(e=>e.uiactionId.split("@")[0]);a.push(...e)}E=new p({id:A,value:M.value,previewer:{enablePreviewerBubble:!(e.disabled||e.readonly)},themeSettings:{mainTheme:R.value,codeBlockTheme:R.value},fileUpload:ie,emoji:{useUnicode:!0},header:{anchorStyle:"autonumber"},editor:{height:"100%",defaultModel:F.value,codemirror:{autofocus:!1,placeholder:null==P?void 0:P.placeHolder}},toolbars:{toolbar:a,bubble:o,float:["h1","h2","h3","|","checklist","quote","quickTable","code"],customMenu:{AI:Z,AIChart:ee,...te},sidebar:["theme","copy"],toolbarRight:[],toc:!K&&{updateLocationHash:!1,defaultModel:"pure",showAutoNumber:!0,position:Q,cssText:""}},callback:{afterChange:le,onClickPreview:se,beforeImageMounted:re},event:{changeMainTheme:we,selectionChange:ge},engine:{syntax:{table:{enableChart:!1,externals:["echarts"]}}}}),E.toggleToc("pure");const r=E.engine.makeHtml(M.value);E.previewer.update(r),null==(n=null==(t=E.toc)?void 0:t.updateTocList)||n.call(t),E.setTheme(R.value),L&&(E.setTheme(L),E.setCodeBlockTheme(L));const s=ce("span","".concat(ue," cherry-toolbar-button"));s.title=ibiz.i18n.t("editor.common.fullscreen"),s.onclick=fe,s.appendChild(de("fullscreen"));const c=e.disabled?E.editor.options.editorDom.parentElement:null==(i=E.editor.options.editorDom.parentElement)?void 0:i.querySelector(".cherry-toolbar>.toolbar-right");if(null==c||c.appendChild(s),null==P||P.setMDEditor(E),U(E),l.editorSwitchMenu&&window.ResizeObserver&&ne.value){const e=ne.value.querySelector(".cherry-toolbar");e&&(W=new ResizeObserver(e=>{var t;const n=null==(t=e[0])?void 0:t.contentRect.height;G.value=z.cssVarBlock({"toolbar-height":"".concat(n,"px")})}),W.observe(e))}}),(()=>{if(window.ResizeObserver&&ne.value){const e={width:ne.value.offsetWidth?"".concat(ne.value.offsetWidth,"px"):"100%"};P&&"number"==typeof P.parent.model.height&&Object.assign(e,{height:"".concat(P.parent.model.height,"px")}),_.value=z.cssVarBlock(e),J=new ResizeObserver(e=>{const t=e[0].contentRect.width;if(t!==$){const n={width:"".concat(e[0].contentRect.width,"px")};P&&"number"==typeof P.parent.model.height&&Object.assign(n,{height:"".concat(P.parent.model.height,"px")}),_.value=z.cssVarBlock(n),$=t}}),J.observe(ne.value)}})(),null==(n=ne.value)||n.addEventListener("keydown",be.bind(this))}),i(()=>{var e;null==(e=ne.value)||e.removeEventListener("keydown",be.bind(this))}),c(()=>{E=null,J&&J.disconnect(),W&&W.disconnect()}),{ns:z,currentVal:M,id:A,editor:E,markDownBox:ne,headers:T,theme:R,UIStore:N,defaultModel:F,cssVars:_,isEditing:H,showmode:j,isFullScreen:q,isImgPreview:S,getCherryHtml:()=>null==E?void 0:E.getHtml(),getCherryContent:oe,setCherryContent:ae,renderHeader:()=>{if("manual"===j&&!H.value)return o("div",{onClick:Ie,class:[z.e("header"),z.is("fullscreen",q.value)]},[!e.disabled&&!e.readonly&&o("div",{class:z.em("header","edit"),onClick:ke,title:ibiz.i18n.t("editor.markdown.edit")},[o("i",{class:"fa fa-edit","aria-hidden":"true"},null)]),o("div",{class:z.em("header","full"),onClick:fe},[q.value?o("i",{class:"fa fa-compress","aria-hidden":"true",title:ibiz.i18n.t("editor.html.reduce")},null):o("i",{class:"fa fa-expand","aria-hidden":"true",title:ibiz.i18n.t("editor.common.fullscreen")},null)])])},renderFooter:()=>{if("manual"===j&&H.value&&!e.disabled&&!e.readonly)return o("div",{onClick:Ie,class:[z.e("footer"),z.is("fullscreen",q.value)]},[o("div",{class:z.em("footer","cancel"),onClick:xe},[ibiz.i18n.t("editor.common.cancel")]),o("div",{class:z.em("footer","save"),onClick:ye},[ibiz.i18n.t("editor.common.confirm")])])},renderImgPreview:D,renderEditorSwitchMenu:()=>{var e;return o("div",{class:[z.b("menu"),z.is("fullscreen",q.value)],style:G.value},[null==(e=l.editorSwitchMenu)?void 0:e.call(l)])}}},render(){const e=!!this.$slots.editorSwitchMenu;return o("div",{ref:"markDownBox",class:[this.ns.b(),this.ns.is("disabled",this.disabled),this.ns.is("manual","manual"===this.showmode),this.ns.is("editing",this.isEditing),this.ns.is("show-editor-switch-menu",e),this.ns.is("editor-content-fixed",this.isFullScreen||this.isImgPreview)]},[e?this.renderEditorSwitchMenu():null,this.renderHeader(),this.renderFooter(),this.renderImgPreview(),o("div",{tabindex:"-1",id:this.id,style:this.cssVars,class:[this.ns.b("cherry"),this.ns.m("dark"===this.UIStore.theme?"dark":"light")]},null)])}}))}}});