@farris/ui-vue 1.3.0 → 1.3.3

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 (305) hide show
  1. package/components/accordion/index.esm.js +103 -99
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +454 -398
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/binding-selector/index.esm.js +444 -0
  6. package/components/binding-selector/index.umd.cjs +1 -0
  7. package/components/binding-selector/package.json +8 -0
  8. package/components/border-editor/index.esm.js +5 -3
  9. package/components/border-editor/index.umd.cjs +1 -1
  10. package/components/button-edit/index.esm.js +143 -139
  11. package/components/button-edit/index.umd.cjs +1 -1
  12. package/components/calendar/index.esm.js +479 -476
  13. package/components/calendar/index.umd.cjs +1 -1
  14. package/components/capsule/index.esm.js +255 -252
  15. package/components/capsule/index.umd.cjs +1 -1
  16. package/components/checkbox/index.esm.js +652 -567
  17. package/components/checkbox/index.umd.cjs +1 -1
  18. package/components/color-picker/index.esm.js +518 -521
  19. package/components/color-picker/index.umd.cjs +2 -2
  20. package/components/combo-list/index.esm.js +659 -553
  21. package/components/combo-list/index.umd.cjs +1 -1
  22. package/components/combo-tree/index.esm.js +162 -155
  23. package/components/combo-tree/index.umd.cjs +1 -1
  24. package/components/common/index.esm.js +866 -747
  25. package/components/common/index.umd.cjs +1 -1
  26. package/components/component/index.esm.js +371 -998
  27. package/components/component/index.umd.cjs +1 -1
  28. package/components/condition/index.esm.js +1174 -1280
  29. package/components/condition/index.umd.cjs +1 -1
  30. package/components/content-container/index.esm.js +340 -991
  31. package/components/content-container/index.umd.cjs +1 -1
  32. package/components/data-grid/index.esm.js +6066 -5847
  33. package/components/data-grid/index.umd.cjs +1 -1
  34. package/components/data-view/index.esm.js +3400 -3486
  35. package/components/data-view/index.umd.cjs +1 -1
  36. package/components/date-picker/index.esm.js +2328 -2446
  37. package/components/date-picker/index.umd.cjs +1 -1
  38. package/components/designer-canvas/index.css +1 -1
  39. package/components/designer-canvas/index.esm.js +9551 -1200
  40. package/components/designer-canvas/index.umd.cjs +1 -1
  41. package/components/designer-outline/index.esm.js +2 -1
  42. package/components/designer-outline/index.umd.cjs +1 -1
  43. package/components/drawer/index.esm.js +34 -38
  44. package/components/drawer/index.umd.cjs +1 -1
  45. package/components/dropdown/index.esm.js +234 -231
  46. package/components/dropdown/index.umd.cjs +2 -2
  47. package/components/dynamic-form/index.esm.js +1996 -2630
  48. package/components/dynamic-form/index.umd.cjs +1 -1
  49. package/components/dynamic-resolver/index.esm.js +138 -123
  50. package/components/dynamic-resolver/index.umd.cjs +1 -1
  51. package/components/dynamic-view/index.esm.js +218 -218
  52. package/components/dynamic-view/index.umd.cjs +1 -1
  53. package/components/event-parameter/index.esm.js +311 -0
  54. package/components/event-parameter/index.umd.cjs +1 -0
  55. package/components/event-parameter/package.json +8 -0
  56. package/components/events-editor/index.css +1 -1
  57. package/components/events-editor/index.esm.js +548 -586
  58. package/components/events-editor/index.umd.cjs +1 -1
  59. package/components/expression-editor/index.esm.js +95 -91
  60. package/components/expression-editor/index.umd.cjs +1 -1
  61. package/components/external-container/index.esm.js +2871 -3736
  62. package/components/external-container/index.umd.cjs +1 -1
  63. package/components/field-selector/index.esm.js +3380 -3645
  64. package/components/field-selector/index.umd.cjs +1 -1
  65. package/components/filter-bar/index.css +1 -1
  66. package/components/filter-bar/index.esm.js +10543 -3207
  67. package/components/filter-bar/index.umd.cjs +1 -1
  68. package/components/flow-canvas/index.css +1 -1
  69. package/components/flow-canvas/index.esm.js +9775 -1312
  70. package/components/flow-canvas/index.umd.cjs +1 -1
  71. package/components/image-cropper/index.esm.js +442 -438
  72. package/components/image-cropper/index.umd.cjs +1 -1
  73. package/components/input-group/index.esm.js +587 -807
  74. package/components/input-group/index.umd.cjs +1 -1
  75. package/components/layout/index.esm.js +415 -381
  76. package/components/layout/index.umd.cjs +1 -1
  77. package/components/list-nav/index.esm.js +361 -1024
  78. package/components/list-nav/index.umd.cjs +1 -1
  79. package/components/list-view/index.esm.js +2265 -2371
  80. package/components/list-view/index.umd.cjs +1 -1
  81. package/components/lookup/index.esm.js +6425 -6257
  82. package/components/lookup/index.umd.cjs +1 -1
  83. package/components/mapping-editor/index.esm.js +6164 -5946
  84. package/components/mapping-editor/index.umd.cjs +1 -1
  85. package/components/message-box/index.esm.js +252 -252
  86. package/components/message-box/index.umd.cjs +1 -1
  87. package/components/modal/index.esm.js +70 -70
  88. package/components/modal/index.umd.cjs +1 -1
  89. package/components/nav/index.esm.js +524 -1474
  90. package/components/nav/index.umd.cjs +3 -3
  91. package/components/number-range/index.esm.js +547 -502
  92. package/components/number-range/index.umd.cjs +1 -1
  93. package/components/number-spinner/index.esm.js +646 -574
  94. package/components/number-spinner/index.umd.cjs +1 -1
  95. package/components/order/index.esm.js +1181 -2028
  96. package/components/order/index.umd.cjs +1 -1
  97. package/components/page-footer/index.esm.js +134 -131
  98. package/components/page-footer/index.umd.cjs +1 -1
  99. package/components/page-header/index.esm.js +1185 -2027
  100. package/components/page-header/index.umd.cjs +1 -1
  101. package/components/pagination/index.esm.js +442 -1368
  102. package/components/pagination/index.umd.cjs +1 -1
  103. package/components/progress/index.esm.js +238 -235
  104. package/components/progress/index.umd.cjs +3 -3
  105. package/components/property-editor/index.esm.js +1635 -1713
  106. package/components/property-editor/index.umd.cjs +2 -2
  107. package/components/property-panel/index.esm.js +791 -716
  108. package/components/property-panel/index.umd.cjs +1 -1
  109. package/components/query-solution/index.css +1 -1
  110. package/components/query-solution/index.esm.js +12203 -5274
  111. package/components/query-solution/index.umd.cjs +6 -1
  112. package/components/radio-button/index.esm.js +97 -97
  113. package/components/radio-button/index.umd.cjs +1 -1
  114. package/components/radio-group/index.css +1 -1
  115. package/components/radio-group/index.esm.js +1873 -520
  116. package/components/radio-group/index.umd.cjs +1 -1
  117. package/components/rate/index.esm.js +299 -300
  118. package/components/rate/index.umd.cjs +1 -1
  119. package/components/response-layout/index.esm.js +176 -173
  120. package/components/response-layout/index.umd.cjs +1 -1
  121. package/components/response-layout-editor/index.esm.js +715 -659
  122. package/components/response-layout-editor/index.umd.cjs +1 -1
  123. package/components/response-toolbar/index.esm.js +1032 -1883
  124. package/components/response-toolbar/index.umd.cjs +1 -1
  125. package/components/schema-selector/index.esm.js +4767 -5693
  126. package/components/schema-selector/index.umd.cjs +2 -2
  127. package/components/search-box/index.esm.js +169 -161
  128. package/components/search-box/index.umd.cjs +1 -1
  129. package/components/section/index.esm.js +490 -1167
  130. package/components/section/index.umd.cjs +1 -1
  131. package/components/smoke-detector/index.esm.js +154 -151
  132. package/components/smoke-detector/index.umd.cjs +1 -1
  133. package/components/splitter/index.esm.js +575 -1204
  134. package/components/splitter/index.umd.cjs +1 -1
  135. package/components/splitter/style.js +2 -0
  136. package/components/step/index.esm.js +279 -276
  137. package/components/step/index.umd.cjs +1 -1
  138. package/components/switch/index.esm.js +478 -428
  139. package/components/switch/index.umd.cjs +1 -1
  140. package/components/tabs/index.esm.js +2591 -3326
  141. package/components/tabs/index.umd.cjs +1 -1
  142. package/components/tags/index.esm.js +442 -439
  143. package/components/tags/index.umd.cjs +1 -1
  144. package/components/text/index.esm.js +309 -307
  145. package/components/text/index.umd.cjs +1 -1
  146. package/components/textarea/index.esm.js +500 -430
  147. package/components/textarea/index.umd.cjs +1 -1
  148. package/components/time-picker/index.esm.js +1391 -1341
  149. package/components/time-picker/index.umd.cjs +1 -1
  150. package/components/transfer/index.esm.js +574 -575
  151. package/components/transfer/index.umd.cjs +1 -1
  152. package/components/tree-grid/index.esm.js +3422 -3536
  153. package/components/tree-grid/index.umd.cjs +1 -1
  154. package/components/tree-view/index.esm.js +2661 -2764
  155. package/components/tree-view/index.umd.cjs +1 -1
  156. package/components/uploader/index.esm.js +675 -674
  157. package/components/uploader/index.umd.cjs +2 -2
  158. package/components/verify-detail/index.esm.js +300 -297
  159. package/components/verify-detail/index.umd.cjs +1 -1
  160. package/components/video/index.esm.js +454 -1089
  161. package/components/video/index.umd.cjs +1 -1
  162. package/components/weather/index.esm.js +709 -706
  163. package/components/weather/index.umd.cjs +5 -5
  164. package/farris.all.esm.js +54780 -52757
  165. package/farris.all.umd.cjs +14 -9
  166. package/index.css +1 -1
  167. package/package.json +1 -1
  168. package/types/binding-selector/index.d.ts +55 -0
  169. package/types/binding-selector/src/binding-selector.component.d.ts +11 -0
  170. package/types/binding-selector/src/binding-selector.props.d.ts +52 -0
  171. package/types/binding-selector/src/components/binding-selector-container.component.d.ts +13 -0
  172. package/types/binding-selector/src/composition/use-field-selection.d.ts +9 -0
  173. package/types/combo-list/src/components/list-container.component.d.ts +6 -6
  174. package/types/combo-list/src/components/list-container.props.d.ts +1 -1
  175. package/types/combo-tree/src/components/tree-container.component.d.ts +5 -5
  176. package/types/common/directive/area-response.d.ts +10 -0
  177. package/types/common/entity/entity-schema.d.ts +26 -11
  178. package/types/common/index.d.ts +9 -0
  179. package/types/common/radio-checkbox/radio-checkbox.props.d.ts +1 -0
  180. package/types/common/types.d.ts +2 -2
  181. package/types/common/utils/resolve-field.d.ts +2 -0
  182. package/types/common/utils/use-class.d.ts +7 -0
  183. package/types/component/src/designer/use-designer-rules.d.ts +2 -2
  184. package/types/condition/src/condition-fields.design.component.d.ts +18 -0
  185. package/types/condition/src/types.d.ts +5 -4
  186. package/types/content-container/src/designer/use-designer-rules.d.ts +3 -3
  187. package/types/data-grid/index.d.ts +8 -5
  188. package/types/data-grid/src/composition/data-grid-component-creator.service.d.ts +20 -0
  189. package/types/data-grid/src/{designer/data-grid-column.props.d.ts → data-grid-column.props.d.ts} +1 -1
  190. package/types/data-grid/src/data-grid.component.d.ts +3 -2
  191. package/types/data-grid/src/data-grid.props.d.ts +2 -2
  192. package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
  193. package/types/data-grid/src/designer/grid-field-editor.component.d.ts +14 -14
  194. package/types/data-grid/src/designer/use-designer-rules.d.ts +2 -2
  195. package/types/data-grid/src/schema/schema-resolver.d.ts +1 -1
  196. package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
  197. package/types/data-view/composition/data/use-tree-data.d.ts +1 -1
  198. package/types/data-view/composition/types.d.ts +9 -11
  199. package/types/date-picker/src/components/calendar/calendar.component.d.ts +3 -3
  200. package/types/date-picker/src/components/month/month.component.d.ts +3 -3
  201. package/types/date-picker/src/components/year/year.component.d.ts +3 -3
  202. package/types/designer-canvas/index.d.ts +3 -1
  203. package/types/designer-canvas/src/composition/dg-control.d.ts +5 -0
  204. package/types/designer-canvas/src/composition/function/drag-resolve.d.ts +5 -0
  205. package/types/designer-canvas/src/composition/rule/use-dragula-common-rule.d.ts +4 -0
  206. package/types/designer-canvas/src/composition/rule/use-template-rule.d.ts +30 -0
  207. package/types/designer-canvas/src/composition/types.d.ts +49 -41
  208. package/types/designer-canvas/src/types.d.ts +10 -21
  209. package/types/dynamic-form/index.d.ts +1 -1
  210. package/types/dynamic-form/src/designer/form-group-use-designer-rules.d.ts +3 -0
  211. package/types/dynamic-form/src/designer/response-form-use-designer-rules.d.ts +3 -0
  212. package/types/dynamic-form/src/designer/response-form.design.component.d.ts +7 -1
  213. package/types/dynamic-form/src/property-config/{form.property-config.d.ts → response-form.property-config.d.ts} +1 -1
  214. package/types/dynamic-form/src/schema/{schema-resolver.d.ts → response-form-schema-resolver.d.ts} +1 -1
  215. package/types/dynamic-form/src/types.d.ts +1 -1
  216. package/types/dynamic-resolver/src/common/toolbar-resolver.d.ts +6 -1
  217. package/types/dynamic-resolver/src/converter/row-number.converter.d.ts +3 -0
  218. package/types/entity-binding-selector/composition/use-entity-tree.d.ts +7 -0
  219. package/types/entity-binding-selector/entity-binding-selector.component.d.ts +11 -0
  220. package/types/entity-binding-selector/entity-binding-selector.props.d.ts +3 -0
  221. package/types/enum-editor/src/components/enum-editor-container.component.d.ts +3 -3
  222. package/types/enum-editor/src/enum-editor.component.d.ts +3 -3
  223. package/types/event-parameter/index.d.ts +31 -0
  224. package/types/event-parameter/src/composition/type.d.ts +77 -0
  225. package/types/event-parameter/src/composition/use-editor-combotree.d.ts +3 -0
  226. package/types/event-parameter/src/composition/use-editor-input.d.ts +3 -0
  227. package/types/event-parameter/src/composition/use-editor-select.d.ts +3 -0
  228. package/types/event-parameter/src/composition/use-editor-switch.d.ts +3 -0
  229. package/types/event-parameter/src/composition/use-editor.d.ts +3 -0
  230. package/types/event-parameter/src/event-parameter.component.d.ts +8 -0
  231. package/types/event-parameter/src/event-parameter.props.d.ts +34 -0
  232. package/types/external-container/src/designer/import-external-schema.component.d.ts +1 -1
  233. package/types/external-container/src/designer/use-designer-rules.d.ts +3 -3
  234. package/types/field-selector/src/field-selector.component.d.ts +1 -2
  235. package/types/field-selector/src/field-selector.props.d.ts +0 -9
  236. package/types/input-group/src/designer/use-input-group-rules.d.ts +1 -2
  237. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +3 -3
  238. package/types/list-nav/src/designer/use-designer-rules.d.ts +3 -0
  239. package/types/list-view/src/designer/list-view-table.design.component.d.ts +15 -0
  240. package/types/list-view/src/list-view-table.component.d.ts +15 -0
  241. package/types/lookup/src/composition/use-user-data.d.ts +2 -2
  242. package/types/lookup/src/property-config/lookup.property-config.d.ts +2 -6
  243. package/types/modal/src/composition/modal.service.d.ts +2 -1
  244. package/types/page-header/src/designer/page-header.design.component.d.ts +1 -1
  245. package/types/page-header/src/page-header.component.d.ts +1 -1
  246. package/types/pagination/src/components/buttons/goto-buttons.component.d.ts +2 -2
  247. package/types/pagination/src/components/buttons/next-buttons.component.d.ts +2 -2
  248. package/types/pagination/src/components/buttons/previous-buttons.component.d.ts +2 -2
  249. package/types/pagination/src/components/pages/page-list.component.d.ts +2 -2
  250. package/types/pagination/src/components/pages/page-number.component.d.ts +2 -2
  251. package/types/property-panel/index.d.ts +3 -1
  252. package/types/property-panel/src/composition/entity/input-base-property.d.ts +1 -1
  253. package/types/property-panel/src/composition/entity/property-entity.d.ts +1 -1
  254. package/types/property-panel/src/composition/type.d.ts +0 -13
  255. package/types/query-solution/src/composition/types.d.ts +35 -4
  256. package/types/query-solution/src/composition/use-header.d.ts +21 -0
  257. package/types/query-solution/src/composition/{use-filter.d.ts → use-http.d.ts} +2 -2
  258. package/types/query-solution/src/composition/use-solution.d.ts +20 -0
  259. package/types/query-solution/src/designer/query-solution-config/composition/types.d.ts +43 -35
  260. package/types/query-solution/src/designer/query-solution-config/composition/use-panel.d.ts +2 -16
  261. package/types/query-solution/src/designer/query-solution-config/composition/use-property.d.ts +19 -0
  262. package/types/query-solution/src/designer/query-solution-config/composition/use-querysolution-rules.d.ts +3 -0
  263. package/types/query-solution/src/designer/query-solution-config/composition/use-transfer.d.ts +1 -1
  264. package/types/query-solution/src/designer/query-solution-config/query-solution-config.props.d.ts +14 -14
  265. package/types/query-solution/src/property-config/query-solution.property-config.d.ts +12 -0
  266. package/types/query-solution/src/query-solution.d.ts +10 -2
  267. package/types/query-solution/src/solutions.d.ts +108 -509
  268. package/types/radio-group/src/designer/item-collection-editor-inner.component.d.ts +29 -0
  269. package/types/radio-group/src/designer/item-collection-editor.component.d.ts +29 -0
  270. package/types/radio-group/src/designer/item-collection-editor.props.d.ts +21 -0
  271. package/types/radio-group/src/schema/schema-mapper.d.ts +1 -0
  272. package/types/radio-group/src/schema/schema-resolver.d.ts +1 -0
  273. package/types/response-layout-editor/index.d.ts +3 -1
  274. package/types/response-toolbar/src/designer/use-designer-rules.d.ts +3 -3
  275. package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -0
  276. package/types/response-toolbar/src/property-config/response-toolbar.property-config.d.ts +1 -0
  277. package/types/section/src/designer/use-designer-rules.d.ts +3 -3
  278. package/types/section/src/property-config/section.property-config.d.ts +17 -17
  279. package/types/section/src/schema/schema-resolver.d.ts +1 -2
  280. package/types/section/src/schema/toolbar-resolver.d.ts +1 -1
  281. package/types/splitter/src/components/splitter-pane.component.d.ts +1 -1
  282. package/types/splitter/src/designer/splitter-pane-use-designer-rules.d.ts +3 -3
  283. package/types/splitter/src/designer/splitter-use-designer-rules.d.ts +3 -3
  284. package/types/tabs/src/composition/types.d.ts +4 -1
  285. package/types/tabs/src/designer/tab-page-use-designer-rules.d.ts +3 -3
  286. package/types/tabs/src/designer/tab-use-designer-rules.d.ts +3 -3
  287. package/types/tabs/src/property-config/tab-page.property-config.d.ts +9 -59
  288. package/types/tabs/src/property-config/tabs.property-config.d.ts +8 -71
  289. package/types/tabs/src/schema/schema-resolver.d.ts +1 -2
  290. package/types/text/src/composition/types.d.ts +4 -4
  291. package/types/textarea/src/property-config/textarea.property-config.d.ts +23 -0
  292. package/types/tree-grid/index.d.ts +3 -3
  293. package/types/tree-grid/src/tree-grid.component.d.ts +1 -1
  294. package/types/weather/src/composition/use-weather-charts.d.ts +15 -0
  295. package/types/weather/src/composition/use-weather-color.d.ts +15 -0
  296. package/types/weather/src/composition/use-weather-data.d.ts +15 -0
  297. package/types/weather/src/composition/use-weather-format-number.d.ts +15 -0
  298. package/types/designer-canvas/src/composition/rule/use-drag-drop-rules.d.ts +0 -19
  299. package/types/designer-canvas/src/composition/use-dragula-common-rule.d.ts +0 -4
  300. package/types/dynamic-form/src/designer/use-designer-rules.d.ts +0 -3
  301. package/types/list-nav/src/composition/use-designer-rules.d.ts +0 -3
  302. package/types/property-panel/src/composition/entity/use-input-rules.d.ts +0 -3
  303. package/types/query-solution/src/designer/query-solution-config/composition/mock-data.d.ts +0 -6
  304. package/types/tree-grid/src/schema/column-resolver.d.ts +0 -3
  305. package/types/weather/src/composition/types.d.ts +0 -2
@@ -1,4 +1,4 @@
1
- (function(X,y){typeof exports=="object"&&typeof module<"u"?y(exports,require("vue"),require("@vueuse/core"),require("lodash-es"),require("echarts"),require("../progress/index.umd.js")):typeof define=="function"&&define.amd?define(["exports","vue","@vueuse/core","lodash-es","echarts","../progress/index.umd.js"],y):(X=typeof globalThis<"u"?globalThis:X||self,y(X.weather={},X.Vue,X.VueUseCore,X.LodashES,X.echarts,X.FProgress$1))})(this,function(X,y,wr,k0,_r,kr){"use strict";function Sr(o){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const i in o)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(o,i);Object.defineProperty(C,i,r.get?r:{enumerable:!0,get:()=>o[i]})}}return C.default=o,Object.freeze(C)}const i0=Sr(_r),me={},Ee={};function S0(o){const{properties:C,title:i,ignore:r}=o,l=r&&Array.isArray(r),g=Object.keys(C).reduce((F,p)=>((!l||!r.find(B=>B==p))&&(F[p]=C[p].type==="object"&&C[p].properties?S0(C[p]):k0.cloneDeep(C[p].default)),F),{});return(!l||!r.find(F=>F=="id"))&&(g.id=`${i}-${Date.now()}`),g}function N0(o,C={},i){const r=me[o];if(r){let l=S0(r);const g=Ee[o];return l=g?g({getSchemaByType:N0},l,C,i):l,l}return null}function Nr(o,C){const i=S0(C);return Object.keys(o).reduce((r,l)=>(r[l]&&k0.isPlainObject(r[l])&&k0.isPlainObject(o[l])?Object.assign(r[l],o[l]):r[l]=o[l],r),i),i}function Pr(o,C){return Object.keys(o).filter(r=>o[r]!=null).reduce((r,l)=>{if(C.has(l)){const g=C.get(l);if(typeof g=="string")r[g]=o[l];else{const F=g(l,o[l],o);Object.assign(r,F)}}else r[l]=o[l];return r},{})}function Hr(o,C,i=new Map){const r=Nr(o,C);return Pr(r,i)}function Rr(o={}){function C(e,t,u,n){if(typeof u=="number")return n[e].length===u;if(typeof u=="object"){const x=Object.keys(u)[0],c=u[x];if(x==="not")return Number(n[e].length)!==Number(c);if(x==="moreThan")return Number(n[e].length)>=Number(c);if(x==="lessThan")return Number(n[e].length)<=Number(c)}return!1}function i(e,t,u,n){return n[e]&&n[e].propertyValue&&String(n[e].propertyValue.value)===String(u)}const r=new Map([["length",C],["getProperty",i]]);Object.keys(o).reduce((e,t)=>(e.set(t,o[t]),e),r);function l(e,t){const u=e;return typeof t=="number"?[{target:u,operator:"length",param:null,value:Number(t)}]:typeof t=="boolean"?[{target:u,operator:"getProperty",param:e,value:!!t}]:typeof t=="object"?Object.keys(t).map(n=>{if(n==="length")return{target:u,operator:"length",param:null,value:t[n]};const x=n,c=t[n];return{target:u,operator:"getProperty",param:x,value:c}}):[]}function g(e){return Object.keys(e).reduce((u,n)=>{const x=l(n,e[n]);return u.push(...x),u},[])}function F(e,t){if(r.has(e.operator)){const u=r.get(e.operator);return u&&u(e.target,e.param,e.value,t)||!1}return!1}function p(e,t){return g(e).reduce((x,c)=>x&&F(c,t),!0)}function B(e,t){const u=Object.keys(e),n=u.includes("allOf"),x=u.includes("anyOf"),c=n||x,d=(c?e[c?n?"allOf":"anyOf":"allOf"]:[e]).map(s=>p(s,t));return n?!d.includes(!1):d.includes(!0)}return{parseValueSchema:B}}const Tr={},Vr={};Rr();function Ae(o,C,i=new Map,r=(F,p,B)=>p,l={},g=F=>F){return me[C.title]=C,Ee[C.title]=r,Tr[C.title]=l,Vr[C.title]=g,(F={})=>{const p=Hr(F,C,i),B=Object.keys(o).reduce((e,t)=>(e[t]=o[t].default,e),{});return Object.assign(B,p)}}function Fe(o,C){return{customClass:C.class,customStyle:C.style}}const Wr=new Map([["appearance",Fe]]);function zr(o,C,i){return C}const qr={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://farris-design.gitee.io/weather.schema.json",title:"weather",description:"A Farris Input Component",type:"object",properties:{id:{description:"The unique identifier for a weather",type:"string"},type:{description:"The type string of weather component",type:"string",default:"weather"},appearance:{description:"",type:"object",properties:{class:{type:"string"},style:{type:"string"}},default:{}}},required:["id","type"]},$r={title:"weather",description:"A Farris Component",type:"object",categories:{basic:{description:"Basic Infomation",title:"基本信息",properties:{id:{description:"组件标识",title:"标识",type:"string",readonly:!0},type:{description:"组件类型",title:"控件类型",type:"select",editor:{type:"waiting for modification",enum:[]}}}}}},Or={cityItems:{type:Array,default:[{province:"北京",city:["北京"]},{province:"山东",city:["济南","青岛"]},{province:"黑龙江",city:["牡丹江","齐齐哈尔"]}]},themeItems:{type:Array,default:[{title:"school",adviceItems:["clothes","sports","sunscreen"]},{title:"office",adviceItems:["clothes","traffic","umbrella"]},{title:"construction",adviceItems:["clothes","chill","heatstroke"]},{title:"tourism",adviceItems:["clothes","sunscreen","tourism"]}]},data:{type:Object,default:{sunriseTime:y.ref(new Date),sunsetTime:y.ref(new Date),temperature:y.ref(0),max:y.ref(0),min:y.ref(0),weather:y.ref("阴"),air:y.ref(0),adviceItems:[{key:"clothes",value:{name:"穿衣",info:"毛衣",detail:"建议穿长袖毛衣等服装。"}},{key:"sports",value:{name:"运动",info:"适宜",detail:"各项气象条件都很好,很适合户外运动。"}},{key:"sunscreen",value:{name:"防晒",info:"强",detail:"建议涂抹SPF在15-20之间,PA++的防晒护肤品。"}},{key:"traffic",value:{name:"交通",info:"良好",detail:"天气较好,路面干燥,交通气象条件良好,车辆可以正常行驶。"}},{key:"umbrella",value:{name:"雨伞",info:"不带伞",detail:"天气较好,您在出门的时候无须带雨伞。"}},{key:"chill",value:{name:"风寒",info:"无",detail:"温度未达到风寒所需的低温,稍作防寒准备即可。"}},{key:"heatstroke",value:{name:"中暑",info:"无中暑风险",detail:"天气不热,在炎炎夏日中十分难得,可以告别暑气漫漫啦~"}},{key:"tourism",value:{name:"旅游",info:"适宜",detail:"天气较好,温度适宜,是个好天气哦。这样的天气适宜旅游,您可以尽情地享受大自然的风光。"}}],proindexItemsSet:[[{title:"紫外线",icon:"UV",value:"中等",info:"16:00前注意防晒",explain:"紫外线指数(UVI)测量紫外线辐射。UVI越高,潜在伤害就越大,造成伤害的速度也越快。"},{title:"降水量",icon:"rainfall",value:"0mm",info:"过去24小时",explain:"降水量,是指12或24小时内降雨(雪)量的总和。"}],[{title:"湿度",icon:"humidity",value:"31%",info:"露点温度为4°",explain:"空气中含水量与空气可容纳水量的比值。气温越高,空气可容纳的水量就越多。湿度高意味着可能结露或起雾。"},{title:"体感温度",icon:"apparentTemp",value:"14°",info:"风较大,体感更凉",explain:"体感温度传达身体感觉有多暖或多冷,可能与实际温度不同。体感温度受湿度和风影响。"}],[{title:"气压",icon:"pressure",value:"1010mpa",info:"当前气压较稳定",explain:"气压的显著急剧变化用于预测天气变化。例如,气压降低表示雨雪即将来临,升高则表示天气将好转。"},{title:"能见度",icon:"visibility",value:"19km",info:"目前非常好",explain:"能见度会告诉你可以清晰地看到多远以外的物体。能见度测量大气透明度,不考虑光照强度或障碍物。"}]],dayItemsSet:[[{icon:"sunny",temp:15},{icon:"sunny",temp:16},{icon:"sunny",temp:20},{icon:"sunny",temp:22},{icon:"sunny",temp:24},{icon:"cloudy",temp:23},{icon:"cloudy",temp:20},{icon:"cloudy",temp:19},{icon:"cloudy",temp:19},{icon:"cloudy",temp:18},{icon:"rainy1",temp:18},{icon:"rainy1",temp:17},{icon:"rainy1",temp:15},{icon:"rainy1",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:18},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:20},{icon:"sunny",temp:20}],[{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:18},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:20},{icon:"sunny",temp:20},{icon:"rainy2",temp:21},{icon:"rainy2",temp:21},{icon:"rainy2",temp:21},{icon:"sunny",temp:21},{icon:"sunny",temp:22},{icon:"sunny",temp:24},{icon:"sunny",temp:24},{icon:"sunny",temp:23},{icon:"sunny",temp:20},{icon:"sunny",temp:20},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:15},{icon:"sunny",temp:15}]],weekItems:[{icon:"rainy1",max:24,min:15},{icon:"rainy2",max:24,min:15},{icon:"foggy",max:26,min:11},{icon:"cloudy",max:22,min:7},{icon:"snowy1",max:10,min:3},{icon:"sunny",max:19,min:5},{icon:"snowy2",max:10,min:4}]}}},E0={data:{type:Object,default:Or},theme:{type:Number,default:1}},P0=Ae(E0,qr,Wr,zr,$r);function De(o,C){function i(r){return r<10?"0"+r:r}return{addZero:i}}function A0(o,C){const i=y.ref(o.data.data);return{colorTheme:y.computed(()=>new Date().getTime()-i.value.default.sunriseTime.getTime()<0||i.value.default.sunsetTime.getTime()-new Date().getTime()<0?["#151276","#7939e0","#332396","#814ca7"]:new Date().getTime()-i.value.default.sunriseTime.getTime()<36e5?["#49417b","#f1b655","#b1785b","#d99877"]:i.value.default.sunsetTime.getTime()-new Date().getTime()<36e5?["#9e2e2e","#f59b0b","#c15334","#ff7361"]:["#0273D7","#76BAFF","#388FFF","#75C6FE"])}}function H0(o,C){const i=y.ref(o.data.data),r=A0(o);function l(){let e=i0.getInstanceByDom(document.getElementById("sunset"));e||(e=i0.init(document.getElementById("sunset"),null,{height:170,width:380})),e.setOption({series:[{data:[{value:new Date().getTime()-i.value.default.sunriseTime.getTime(),itemStyle:{borderRadius:10,color:{type:"linear",x:1,y:0,x2:0,y2:0,colorStops:[{offset:1,color:r.colorTheme.value?r.colorTheme.value[3]:"white"},{offset:0,color:"white"}]}}},{value:i.value.default.sunsetTime.getTime()-new Date().getTime(),itemStyle:{opacity:0}}],type:"pie",center:["50%","100%"],radius:["200%","190%"],startAngle:180,endAngle:360,label:{show:!1},emphasis:{scale:!1},emptyCircleStyle:{borderType:"dashed"}},{type:"gauge",center:["50%","100%"],radius:"220%",startAngle:180,endAngle:360,axisTick:{show:!1},axisLabel:{show:!1},axisLine:{show:!1},splitNumber:20,splitLine:{length:3,lineStyle:{width:10,color:"white"}}}]})}function g(e){let t=i0.getInstanceByDom(document.getElementById("chart24h"));t||(t=i0.init(document.getElementById("chart24h"),null,{width:1885,height:75})),t.setOption({xAxis:{type:"category",show:!1},yAxis:{type:"value",show:!1},series:[{data:i.value.default.dayItemsSet[e].map(u=>u.temp),type:"line",itemStyle:{color:"white"}}]})}function F(){const e=document.getElementById("background");if(e){const t=e.getBoundingClientRect().width,u=Math.max(t,400)*1.11;let n=i0.getInstanceByDom(document.getElementById("chart7d"));n?n.resize({width:u,height:90}):n=i0.init(document.getElementById("chart7d"),null,{width:u,height:90}),n.setOption({grid:{left:0},xAxis:{type:"category",show:!1},yAxis:{type:"value",show:!1},series:[{data:i.value.default.weekItems.map(x=>x.min),type:"line",itemStyle:{color:"#5C90F9"}},{data:i.value.default.weekItems.map(x=>x.max),type:"line",itemStyle:{color:"#FC9657"}}]})}}function p(){const e=document.getElementById("airPoint"),t=document.getElementById("background");e&&t&&(e.style.marginLeft=i.value.default.air/500*(t.getBoundingClientRect().width-50)-5+"px")}function B(e){l(),g(e),F(),p()}return{renderChart24h:g,renderChart7d:F,renderCharts:B}}function Ir(o,C){const i=y.ref(),r=y.ref(o.data.data),l=y.ref(0),g=De(),F=H0(o);function p(f){l.value=f}function B(f){switch(f){case 0:return"今天";case 1:return"明天";default:const d=new Date(new Date().getTime()+24*60*60*1e3*f).getDay(),a="周";switch(d){case 0:return a+"日";case 1:return a+"一";case 2:return a+"二";case 3:return a+"三";case 4:return a+"四";case 5:return a+"五";case 6:return a+"六"}break}}function e(f){const d=new Date(new Date().getTime()+864e5*f);return g.addZero(d.getMonth()+1)+"/"+g.addZero(d.getDate())}function t(){const d=i.value.getBoundingClientRect().width-120,a=document.getElementById("f-weather-24h-content");a&&(a.offsetLeft+d>-32?a.style.marginLeft="-32px":a.style.marginLeft=a.offsetLeft+d+"px")}function u(){const f=i.value.getBoundingClientRect().width,d=f-120,a=document.getElementById("f-weather-24h-content");if(a){const s=a.scrollWidth-f-130;a.offsetLeft-d<-s?a.style.marginLeft="-"+s+"px":a.style.marginLeft=a.offsetLeft-d+"px"}}function n(f,d){if(f===0){const a=new Date;return d===0?"现在":g.addZero((a.getHours()+d)%24)}else return g.addZero(d)}y.watch(l,()=>{const f=document.getElementById("f-weather-24h-content");f.style.marginLeft="-32px",F.renderChart24h(l.value)});function x(){return y.createVNode("div",{class:"f-weather-24h-container"},[y.createVNode("div",{class:"f-weather-24h-title"},[y.createTextVNode("24小时天气预报")]),y.createVNode("div",{class:"f-weather-lrbutton-container"},[y.createVNode("img",{src:"/components/weather/src/image/arrow-left.png",class:"f-weather-lrbutton-l",onClick:t},null),y.createVNode("img",{src:"/components/weather/src/image/arrow-right.png",class:"f-weather-lrbutton-r",onClick:u},null)]),y.createVNode("div",{class:"f-weather-24h-content-scroll"},[y.createVNode("div",{id:"f-weather-24h-content"},[r.value.default.dayItemsSet.map((f,d)=>d===l.value?y.createVNode("div",null,[y.createVNode("tr",{id:"report"+d,class:"f-weather-24h-tr"},[f.map((a,s)=>y.createVNode("td",{class:"f-weather-24h-td"},[y.createVNode("div",null,[n(d,s)]),y.createVNode("img",{src:"http://mat1.gtimg.com/pingjs/ext2020/weather/pc/icon/weather/day/"+a.icon+".png",class:"f-weather-24h-img"},null),y.createVNode("div",null,[a.temp+"°"])]))])]):""),y.createVNode("div",{id:"chart24h",class:"f-weather-chart24h"},null)])])])}function c(){return y.createVNode("div",{class:"f-weather-7d-container"},[y.createVNode("div",{class:"f-weather-7d-title"},[y.createTextVNode("七日天气预报")]),y.createVNode("tr",{class:"f-weather-7d-tr"},[r.value.default.weekItems.map((f,d)=>y.createVNode("td",{id:"day"+d,class:"f-weather-7d-td",style:"background-color: "+(d===l.value?"rgba(0, 0, 0, 0.05)":"none"),onClick:()=>p(d)},[y.createVNode("div",{class:"f-weather-7d-td-title"},[B(d)]),y.createVNode("div",{class:"f-weather-7d-td-date"},[e(d)]),y.createVNode("img",{src:"http://mat1.gtimg.com/pingjs/ext2020/weather/pc/icon/weather/day/"+f.icon+".png",class:"f-weather-7d-td-img"},null),y.createVNode("div",{class:"f-weather-7d-td-margin"},[f.max+"°"]),y.createVNode("div",null,[f.min+"°"])]))]),y.createVNode("div",{id:"chart7d",class:"f-weather-chart7d"},null)])}function h(){return y.createVNode("div",{ref:i},[x(),c()])}return{renderWeatherReport:h}}function jr(o,C){const i=y.ref(o.data.data);function r(){return y.createVNode("div",null,[i.value.default.proindexItemsSet.map(l=>y.createVNode("tr",{class:"f-weather-proindex-tr"},[l.map(g=>y.createVNode("td",{class:"f-weather-proindex-td"},[y.createVNode("div",{class:"f-weather-proindex-content-scroll"},[y.createVNode("div",{class:"f-weather-proindex-content"},[y.createVNode("img",{src:"/components/weather/src/image/proindexImage/"+g.icon+".png",class:"f-weather-proindex-icon"},null),y.createVNode("div",{class:"f-weather-proindex-text"},[y.createVNode("div",{class:"f-weather-proindex-title"},[g.title]),y.createVNode("div",{class:"f-weather-proindex-value"},[g.value])]),y.createVNode("div",{class:"f-weather-proindex-line"},null),y.createVNode("br",null,null),y.createVNode("div",{class:"f-weather-proindex-info"},[g.info]),y.createVNode("br",null,null),y.createVNode("div",null,[g.explain])])])]))]))])}return{renderWeatherProindex:r}}function Lr(o,C){const i=y.ref(!0),r=A0(o),{renderWeatherReport:l}=Ir(o),{renderWeatherProindex:g}=jr(o),F=y.computed(()=>({"background-color":i.value?r.colorTheme.value[2]:"",color:i.value?"white":""})),p=y.computed(()=>({"background-color":i.value?"":r.colorTheme.value[2],color:i.value?"":"white"})),B=y.computed(()=>({display:i.value?"block":"none"})),e=y.computed(()=>({display:i.value?"none":"block"}));function t(){i.value=!0}function u(){i.value=!1}function n(){return y.createVNode("div",{class:"f-weather-container f-weather-detail"},[y.createVNode("div",{style:"display:flex"},[y.createVNode("button",{class:"f-weather-button f-weather-button-report",style:F.value,onClick:t},[y.createTextVNode("天气预报")]),y.createVNode("button",{class:"f-weather-button f-weather-button-proindex",style:p.value,onClick:u},[y.createTextVNode("其它参数")])]),y.createVNode("div",{style:B.value},[l()]),y.createVNode("div",{style:e.value},[g()])])}return{renderWeatherDetail:n}}var W=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function be(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function Mr(o){if(o.__esModule)return o;var C=o.default;if(typeof C=="function"){var i=function r(){return this instanceof r?Reflect.construct(C,arguments,this.constructor):C.apply(this,arguments)};i.prototype=C.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var l=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(i,r,l.get?l:{enumerable:!0,get:function(){return o[r]}})}),i}var R0={exports:{}},T0={exports:{}},f0=1e3,l0=f0*60,u0=l0*60,d0=u0*24,Ur=d0*365.25,Gr=function(o,C){C=C||{};var i=typeof o;if(i==="string"&&o.length>0)return Xr(o);if(i==="number"&&isNaN(o)===!1)return C.long?Kr(o):Zr(o);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(o))};function Xr(o){if(o=String(o),!(o.length>100)){var C=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(o);if(C){var i=parseFloat(C[1]),r=(C[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return i*Ur;case"days":case"day":case"d":return i*d0;case"hours":case"hour":case"hrs":case"hr":case"h":return i*u0;case"minutes":case"minute":case"mins":case"min":case"m":return i*l0;case"seconds":case"second":case"secs":case"sec":case"s":return i*f0;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}}}function Zr(o){return o>=d0?Math.round(o/d0)+"d":o>=u0?Math.round(o/u0)+"h":o>=l0?Math.round(o/l0)+"m":o>=f0?Math.round(o/f0)+"s":o+"ms"}function Kr(o){return F0(o,d0,"day")||F0(o,u0,"hour")||F0(o,l0,"minute")||F0(o,f0,"second")||o+" ms"}function F0(o,C,i){if(!(o<C))return o<C*1.5?Math.floor(o/C)+" "+i:Math.ceil(o/C)+" "+i+"s"}(function(o,C){C=o.exports=l.debug=l.default=l,C.coerce=B,C.disable=F,C.enable=g,C.enabled=p,C.humanize=Gr,C.names=[],C.skips=[],C.formatters={};var i;function r(e){var t=0,u;for(u in e)t=(t<<5)-t+e.charCodeAt(u),t|=0;return C.colors[Math.abs(t)%C.colors.length]}function l(e){function t(){if(t.enabled){var u=t,n=+new Date,x=n-(i||n);u.diff=x,u.prev=i,u.curr=n,i=n;for(var c=new Array(arguments.length),h=0;h<c.length;h++)c[h]=arguments[h];c[0]=C.coerce(c[0]),typeof c[0]!="string"&&c.unshift("%O");var f=0;c[0]=c[0].replace(/%([a-zA-Z%])/g,function(a,s){if(a==="%%")return a;f++;var v=C.formatters[s];if(typeof v=="function"){var A=c[f];a=v.call(u,A),c.splice(f,1),f--}return a}),C.formatArgs.call(u,c);var d=t.log||C.log||console.log.bind(console);d.apply(u,c)}}return t.namespace=e,t.enabled=C.enabled(e),t.useColors=C.useColors(),t.color=r(e),typeof C.init=="function"&&C.init(t),t}function g(e){C.save(e),C.names=[],C.skips=[];for(var t=(typeof e=="string"?e:"").split(/[\s,]+/),u=t.length,n=0;n<u;n++)t[n]&&(e=t[n].replace(/\*/g,".*?"),e[0]==="-"?C.skips.push(new RegExp("^"+e.substr(1)+"$")):C.names.push(new RegExp("^"+e+"$")))}function F(){C.enable("")}function p(e){var t,u;for(t=0,u=C.skips.length;t<u;t++)if(C.skips[t].test(e))return!1;for(t=0,u=C.names.length;t<u;t++)if(C.names[t].test(e))return!0;return!1}function B(e){return e instanceof Error?e.stack||e.message:e}})(T0,T0.exports);var Yr=T0.exports;(function(o,C){C=o.exports=Yr,C.log=l,C.formatArgs=r,C.save=g,C.load=F,C.useColors=i,C.storage=typeof chrome<"u"&&typeof chrome.storage<"u"?chrome.storage.local:p(),C.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"];function i(){return typeof window<"u"&&window.process&&window.process.type==="renderer"?!0:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}C.formatters.j=function(B){try{return JSON.stringify(B)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}};function r(B){var e=this.useColors;if(B[0]=(e?"%c":"")+this.namespace+(e?" %c":" ")+B[0]+(e?"%c ":" ")+"+"+C.humanize(this.diff),!!e){var t="color: "+this.color;B.splice(1,0,t,"color: inherit");var u=0,n=0;B[0].replace(/%[a-zA-Z%]/g,function(x){x!=="%%"&&(u++,x==="%c"&&(n=u))}),B.splice(n,0,t)}}function l(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function g(B){try{B==null?C.storage.removeItem("debug"):C.storage.debug=B}catch{}}function F(){var B;try{B=C.storage.debug}catch{}return!B&&typeof process<"u"&&"env"in process&&(B=process.env.DEBUG),B}C.enable(F());function p(){try{return window.localStorage}catch{}}})(R0,R0.exports);var Qr=R0.exports,we=Qr("jsonp"),Jr=tt,et=0;function rt(){}function tt(o,C,i){typeof C=="function"&&(i=C,C={}),C||(C={});var r=C.prefix||"__jp",l=C.name||r+et++,g=C.param||"callback",F=C.timeout!=null?C.timeout:6e4,p=encodeURIComponent,B=document.getElementsByTagName("script")[0]||document.head,e,t;F&&(t=setTimeout(function(){u(),i&&i(new Error("Timeout"))},F));function u(){e.parentNode&&e.parentNode.removeChild(e),window[l]=rt,t&&clearTimeout(t)}function n(){window[l]&&u()}return window[l]=function(x){we("jsonp got",x),u(),i&&i(null,x)},o+=(~o.indexOf("?")?"&":"?")+g+"="+p(l),o=o.replace("?&","?"),we('jsonp req "%s"',o),e=document.createElement("script"),e.src=o,B.parentNode.insertBefore(e,B),n}const nt=be(Jr);var _e={exports:{}};function at(o){throw new Error('Could not dynamically require "'+o+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var V0={exports:{}};const ot=Mr(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var ke;function $(){return ke||(ke=1,function(o,C){(function(i,r){o.exports=r()})(W,function(){var i=i||function(r,l){var g;if(typeof window<"u"&&window.crypto&&(g=window.crypto),typeof self<"u"&&self.crypto&&(g=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(g=globalThis.crypto),!g&&typeof window<"u"&&window.msCrypto&&(g=window.msCrypto),!g&&typeof W<"u"&&W.crypto&&(g=W.crypto),!g&&typeof at=="function")try{g=ot}catch{}var F=function(){if(g){if(typeof g.getRandomValues=="function")try{return g.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof g.randomBytes=="function")try{return g.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},p=Object.create||function(){function a(){}return function(s){var v;return a.prototype=s,v=new a,a.prototype=null,v}}(),B={},e=B.lib={},t=e.Base=function(){return{extend:function(a){var s=p(this);return a&&s.mixIn(a),(!s.hasOwnProperty("init")||this.init===s.init)&&(s.init=function(){s.$super.init.apply(this,arguments)}),s.init.prototype=s,s.$super=this,s},create:function(){var a=this.extend();return a.init.apply(a,arguments),a},init:function(){},mixIn:function(a){for(var s in a)a.hasOwnProperty(s)&&(this[s]=a[s]);a.hasOwnProperty("toString")&&(this.toString=a.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),u=e.WordArray=t.extend({init:function(a,s){a=this.words=a||[],s!=l?this.sigBytes=s:this.sigBytes=a.length*4},toString:function(a){return(a||x).stringify(this)},concat:function(a){var s=this.words,v=a.words,A=this.sigBytes,m=a.sigBytes;if(this.clamp(),A%4)for(var D=0;D<m;D++){var w=v[D>>>2]>>>24-D%4*8&255;s[A+D>>>2]|=w<<24-(A+D)%4*8}else for(var P=0;P<m;P+=4)s[A+P>>>2]=v[P>>>2];return this.sigBytes+=m,this},clamp:function(){var a=this.words,s=this.sigBytes;a[s>>>2]&=4294967295<<32-s%4*8,a.length=r.ceil(s/4)},clone:function(){var a=t.clone.call(this);return a.words=this.words.slice(0),a},random:function(a){for(var s=[],v=0;v<a;v+=4)s.push(F());return new u.init(s,a)}}),n=B.enc={},x=n.Hex={stringify:function(a){for(var s=a.words,v=a.sigBytes,A=[],m=0;m<v;m++){var D=s[m>>>2]>>>24-m%4*8&255;A.push((D>>>4).toString(16)),A.push((D&15).toString(16))}return A.join("")},parse:function(a){for(var s=a.length,v=[],A=0;A<s;A+=2)v[A>>>3]|=parseInt(a.substr(A,2),16)<<24-A%8*4;return new u.init(v,s/2)}},c=n.Latin1={stringify:function(a){for(var s=a.words,v=a.sigBytes,A=[],m=0;m<v;m++){var D=s[m>>>2]>>>24-m%4*8&255;A.push(String.fromCharCode(D))}return A.join("")},parse:function(a){for(var s=a.length,v=[],A=0;A<s;A++)v[A>>>2]|=(a.charCodeAt(A)&255)<<24-A%4*8;return new u.init(v,s)}},h=n.Utf8={stringify:function(a){try{return decodeURIComponent(escape(c.stringify(a)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(a){return c.parse(unescape(encodeURIComponent(a)))}},f=e.BufferedBlockAlgorithm=t.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(a){typeof a=="string"&&(a=h.parse(a)),this._data.concat(a),this._nDataBytes+=a.sigBytes},_process:function(a){var s,v=this._data,A=v.words,m=v.sigBytes,D=this.blockSize,w=D*4,P=m/w;a?P=r.ceil(P):P=r.max((P|0)-this._minBufferSize,0);var E=P*D,b=r.min(E*4,m);if(E){for(var S=0;S<E;S+=D)this._doProcessBlock(A,S);s=A.splice(0,E),v.sigBytes-=b}return new u.init(s,b)},clone:function(){var a=t.clone.call(this);return a._data=this._data.clone(),a},_minBufferSize:0});e.Hasher=f.extend({cfg:t.extend(),init:function(a){this.cfg=this.cfg.extend(a),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(a){return this._append(a),this._process(),this},finalize:function(a){a&&this._append(a);var s=this._doFinalize();return s},blockSize:16,_createHelper:function(a){return function(s,v){return new a.init(v).finalize(s)}},_createHmacHelper:function(a){return function(s,v){return new d.HMAC.init(a,v).finalize(s)}}});var d=B.algo={};return B}(Math);return i})}(V0)),V0.exports}var W0={exports:{}},Se;function D0(){return Se||(Se=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.Base,p=g.WordArray,B=l.x64={};B.Word=F.extend({init:function(e,t){this.high=e,this.low=t}}),B.WordArray=F.extend({init:function(e,t){e=this.words=e||[],t!=r?this.sigBytes=t:this.sigBytes=e.length*8},toX32:function(){for(var e=this.words,t=e.length,u=[],n=0;n<t;n++){var x=e[n];u.push(x.high),u.push(x.low)}return p.create(u,this.sigBytes)},clone:function(){for(var e=F.clone.call(this),t=e.words=this.words.slice(0),u=t.length,n=0;n<u;n++)t[n]=t[n].clone();return e}})}(),i})}(W0)),W0.exports}var z0={exports:{}},Ne;function it(){return Ne||(Ne=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){if(typeof ArrayBuffer=="function"){var r=i,l=r.lib,g=l.WordArray,F=g.init,p=g.init=function(B){if(B instanceof ArrayBuffer&&(B=new Uint8Array(B)),(B instanceof Int8Array||typeof Uint8ClampedArray<"u"&&B instanceof Uint8ClampedArray||B instanceof Int16Array||B instanceof Uint16Array||B instanceof Int32Array||B instanceof Uint32Array||B instanceof Float32Array||B instanceof Float64Array)&&(B=new Uint8Array(B.buffer,B.byteOffset,B.byteLength)),B instanceof Uint8Array){for(var e=B.byteLength,t=[],u=0;u<e;u++)t[u>>>2]|=B[u]<<24-u%4*8;F.call(this,t,e)}else F.apply(this,arguments)};p.prototype=g}}(),i.lib.WordArray})}(z0)),z0.exports}var q0={exports:{}},Pe;function st(){return Pe||(Pe=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Utf16=F.Utf16BE={stringify:function(B){for(var e=B.words,t=B.sigBytes,u=[],n=0;n<t;n+=2){var x=e[n>>>2]>>>16-n%4*8&65535;u.push(String.fromCharCode(x))}return u.join("")},parse:function(B){for(var e=B.length,t=[],u=0;u<e;u++)t[u>>>1]|=B.charCodeAt(u)<<16-u%2*16;return g.create(t,e*2)}},F.Utf16LE={stringify:function(B){for(var e=B.words,t=B.sigBytes,u=[],n=0;n<t;n+=2){var x=p(e[n>>>2]>>>16-n%4*8&65535);u.push(String.fromCharCode(x))}return u.join("")},parse:function(B){for(var e=B.length,t=[],u=0;u<e;u++)t[u>>>1]|=p(B.charCodeAt(u)<<16-u%2*16);return g.create(t,e*2)}};function p(B){return B<<8&4278255360|B>>>8&16711935}}(),i.enc.Utf16})}(q0)),q0.exports}var $0={exports:{}},He;function a0(){return He||(He=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Base64={stringify:function(B){var e=B.words,t=B.sigBytes,u=this._map;B.clamp();for(var n=[],x=0;x<t;x+=3)for(var c=e[x>>>2]>>>24-x%4*8&255,h=e[x+1>>>2]>>>24-(x+1)%4*8&255,f=e[x+2>>>2]>>>24-(x+2)%4*8&255,d=c<<16|h<<8|f,a=0;a<4&&x+a*.75<t;a++)n.push(u.charAt(d>>>6*(3-a)&63));var s=u.charAt(64);if(s)for(;n.length%4;)n.push(s);return n.join("")},parse:function(B){var e=B.length,t=this._map,u=this._reverseMap;if(!u){u=this._reverseMap=[];for(var n=0;n<t.length;n++)u[t.charCodeAt(n)]=n}var x=t.charAt(64);if(x){var c=B.indexOf(x);c!==-1&&(e=c)}return p(B,e,u)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function p(B,e,t){for(var u=[],n=0,x=0;x<e;x++)if(x%4){var c=t[B.charCodeAt(x-1)]<<x%4*2,h=t[B.charCodeAt(x)]>>>6-x%4*2,f=c|h;u[n>>>2]|=f<<24-n%4*8,n++}return g.create(u,n)}}(),i.enc.Base64})}($0)),$0.exports}var O0={exports:{}},Re;function xt(){return Re||(Re=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Base64url={stringify:function(B,e){e===void 0&&(e=!0);var t=B.words,u=B.sigBytes,n=e?this._safe_map:this._map;B.clamp();for(var x=[],c=0;c<u;c+=3)for(var h=t[c>>>2]>>>24-c%4*8&255,f=t[c+1>>>2]>>>24-(c+1)%4*8&255,d=t[c+2>>>2]>>>24-(c+2)%4*8&255,a=h<<16|f<<8|d,s=0;s<4&&c+s*.75<u;s++)x.push(n.charAt(a>>>6*(3-s)&63));var v=n.charAt(64);if(v)for(;x.length%4;)x.push(v);return x.join("")},parse:function(B,e){e===void 0&&(e=!0);var t=B.length,u=e?this._safe_map:this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var x=0;x<u.length;x++)n[u.charCodeAt(x)]=x}var c=u.charAt(64);if(c){var h=B.indexOf(c);h!==-1&&(t=h)}return p(B,t,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function p(B,e,t){for(var u=[],n=0,x=0;x<e;x++)if(x%4){var c=t[B.charCodeAt(x-1)]<<x%4*2,h=t[B.charCodeAt(x)]>>>6-x%4*2,f=c|h;u[n>>>2]|=f<<24-n%4*8,n++}return g.create(u,n)}}(),i.enc.Base64url})}(O0)),O0.exports}var I0={exports:{}},Te;function o0(){return Te||(Te=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=[];(function(){for(var h=0;h<64;h++)e[h]=r.abs(r.sin(h+1))*4294967296|0})();var t=B.MD5=p.extend({_doReset:function(){this._hash=new F.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(h,f){for(var d=0;d<16;d++){var a=f+d,s=h[a];h[a]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360}var v=this._hash.words,A=h[f+0],m=h[f+1],D=h[f+2],w=h[f+3],P=h[f+4],E=h[f+5],b=h[f+6],S=h[f+7],_=h[f+8],T=h[f+9],V=h[f+10],z=h[f+11],M=h[f+12],O=h[f+13],j=h[f+14],I=h[f+15],k=v[0],H=v[1],R=v[2],N=v[3];k=u(k,H,R,N,A,7,e[0]),N=u(N,k,H,R,m,12,e[1]),R=u(R,N,k,H,D,17,e[2]),H=u(H,R,N,k,w,22,e[3]),k=u(k,H,R,N,P,7,e[4]),N=u(N,k,H,R,E,12,e[5]),R=u(R,N,k,H,b,17,e[6]),H=u(H,R,N,k,S,22,e[7]),k=u(k,H,R,N,_,7,e[8]),N=u(N,k,H,R,T,12,e[9]),R=u(R,N,k,H,V,17,e[10]),H=u(H,R,N,k,z,22,e[11]),k=u(k,H,R,N,M,7,e[12]),N=u(N,k,H,R,O,12,e[13]),R=u(R,N,k,H,j,17,e[14]),H=u(H,R,N,k,I,22,e[15]),k=n(k,H,R,N,m,5,e[16]),N=n(N,k,H,R,b,9,e[17]),R=n(R,N,k,H,z,14,e[18]),H=n(H,R,N,k,A,20,e[19]),k=n(k,H,R,N,E,5,e[20]),N=n(N,k,H,R,V,9,e[21]),R=n(R,N,k,H,I,14,e[22]),H=n(H,R,N,k,P,20,e[23]),k=n(k,H,R,N,T,5,e[24]),N=n(N,k,H,R,j,9,e[25]),R=n(R,N,k,H,w,14,e[26]),H=n(H,R,N,k,_,20,e[27]),k=n(k,H,R,N,O,5,e[28]),N=n(N,k,H,R,D,9,e[29]),R=n(R,N,k,H,S,14,e[30]),H=n(H,R,N,k,M,20,e[31]),k=x(k,H,R,N,E,4,e[32]),N=x(N,k,H,R,_,11,e[33]),R=x(R,N,k,H,z,16,e[34]),H=x(H,R,N,k,j,23,e[35]),k=x(k,H,R,N,m,4,e[36]),N=x(N,k,H,R,P,11,e[37]),R=x(R,N,k,H,S,16,e[38]),H=x(H,R,N,k,V,23,e[39]),k=x(k,H,R,N,O,4,e[40]),N=x(N,k,H,R,A,11,e[41]),R=x(R,N,k,H,w,16,e[42]),H=x(H,R,N,k,b,23,e[43]),k=x(k,H,R,N,T,4,e[44]),N=x(N,k,H,R,M,11,e[45]),R=x(R,N,k,H,I,16,e[46]),H=x(H,R,N,k,D,23,e[47]),k=c(k,H,R,N,A,6,e[48]),N=c(N,k,H,R,S,10,e[49]),R=c(R,N,k,H,j,15,e[50]),H=c(H,R,N,k,E,21,e[51]),k=c(k,H,R,N,M,6,e[52]),N=c(N,k,H,R,w,10,e[53]),R=c(R,N,k,H,V,15,e[54]),H=c(H,R,N,k,m,21,e[55]),k=c(k,H,R,N,_,6,e[56]),N=c(N,k,H,R,I,10,e[57]),R=c(R,N,k,H,b,15,e[58]),H=c(H,R,N,k,O,21,e[59]),k=c(k,H,R,N,P,6,e[60]),N=c(N,k,H,R,z,10,e[61]),R=c(R,N,k,H,D,15,e[62]),H=c(H,R,N,k,T,21,e[63]),v[0]=v[0]+k|0,v[1]=v[1]+H|0,v[2]=v[2]+R|0,v[3]=v[3]+N|0},_doFinalize:function(){var h=this._data,f=h.words,d=this._nDataBytes*8,a=h.sigBytes*8;f[a>>>5]|=128<<24-a%32;var s=r.floor(d/4294967296),v=d;f[(a+64>>>9<<4)+15]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,f[(a+64>>>9<<4)+14]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,h.sigBytes=(f.length+1)*4,this._process();for(var A=this._hash,m=A.words,D=0;D<4;D++){var w=m[D];m[D]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360}return A},clone:function(){var h=p.clone.call(this);return h._hash=this._hash.clone(),h}});function u(h,f,d,a,s,v,A){var m=h+(f&d|~f&a)+s+A;return(m<<v|m>>>32-v)+f}function n(h,f,d,a,s,v,A){var m=h+(f&a|d&~a)+s+A;return(m<<v|m>>>32-v)+f}function x(h,f,d,a,s,v,A){var m=h+(f^d^a)+s+A;return(m<<v|m>>>32-v)+f}function c(h,f,d,a,s,v,A){var m=h+(d^(f|~a))+s+A;return(m<<v|m>>>32-v)+f}l.MD5=p._createHelper(t),l.HmacMD5=p._createHmacHelper(t)}(Math),i.MD5})}(I0)),I0.exports}var j0={exports:{}},Ve;function We(){return Ve||(Ve=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=l.Hasher,p=r.algo,B=[],e=p.SHA1=F.extend({_doReset:function(){this._hash=new g.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,u){for(var n=this._hash.words,x=n[0],c=n[1],h=n[2],f=n[3],d=n[4],a=0;a<80;a++){if(a<16)B[a]=t[u+a]|0;else{var s=B[a-3]^B[a-8]^B[a-14]^B[a-16];B[a]=s<<1|s>>>31}var v=(x<<5|x>>>27)+d+B[a];a<20?v+=(c&h|~c&f)+1518500249:a<40?v+=(c^h^f)+1859775393:a<60?v+=(c&h|c&f|h&f)-1894007588:v+=(c^h^f)-899497514,d=f,f=h,h=c<<30|c>>>2,c=x,x=v}n[0]=n[0]+x|0,n[1]=n[1]+c|0,n[2]=n[2]+h|0,n[3]=n[3]+f|0,n[4]=n[4]+d|0},_doFinalize:function(){var t=this._data,u=t.words,n=this._nDataBytes*8,x=t.sigBytes*8;return u[x>>>5]|=128<<24-x%32,u[(x+64>>>9<<4)+14]=Math.floor(n/4294967296),u[(x+64>>>9<<4)+15]=n,t.sigBytes=u.length*4,this._process(),this._hash},clone:function(){var t=F.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA1=F._createHelper(e),r.HmacSHA1=F._createHmacHelper(e)}(),i.SHA1})}(j0)),j0.exports}var L0={exports:{}},ze;function M0(){return ze||(ze=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=[],t=[];(function(){function x(d){for(var a=r.sqrt(d),s=2;s<=a;s++)if(!(d%s))return!1;return!0}function c(d){return(d-(d|0))*4294967296|0}for(var h=2,f=0;f<64;)x(h)&&(f<8&&(e[f]=c(r.pow(h,1/2))),t[f]=c(r.pow(h,1/3)),f++),h++})();var u=[],n=B.SHA256=p.extend({_doReset:function(){this._hash=new F.init(e.slice(0))},_doProcessBlock:function(x,c){for(var h=this._hash.words,f=h[0],d=h[1],a=h[2],s=h[3],v=h[4],A=h[5],m=h[6],D=h[7],w=0;w<64;w++){if(w<16)u[w]=x[c+w]|0;else{var P=u[w-15],E=(P<<25|P>>>7)^(P<<14|P>>>18)^P>>>3,b=u[w-2],S=(b<<15|b>>>17)^(b<<13|b>>>19)^b>>>10;u[w]=E+u[w-7]+S+u[w-16]}var _=v&A^~v&m,T=f&d^f&a^d&a,V=(f<<30|f>>>2)^(f<<19|f>>>13)^(f<<10|f>>>22),z=(v<<26|v>>>6)^(v<<21|v>>>11)^(v<<7|v>>>25),M=D+z+_+t[w]+u[w],O=V+T;D=m,m=A,A=v,v=s+M|0,s=a,a=d,d=f,f=M+O|0}h[0]=h[0]+f|0,h[1]=h[1]+d|0,h[2]=h[2]+a|0,h[3]=h[3]+s|0,h[4]=h[4]+v|0,h[5]=h[5]+A|0,h[6]=h[6]+m|0,h[7]=h[7]+D|0},_doFinalize:function(){var x=this._data,c=x.words,h=this._nDataBytes*8,f=x.sigBytes*8;return c[f>>>5]|=128<<24-f%32,c[(f+64>>>9<<4)+14]=r.floor(h/4294967296),c[(f+64>>>9<<4)+15]=h,x.sigBytes=c.length*4,this._process(),this._hash},clone:function(){var x=p.clone.call(this);return x._hash=this._hash.clone(),x}});l.SHA256=p._createHelper(n),l.HmacSHA256=p._createHmacHelper(n)}(Math),i.SHA256})}(L0)),L0.exports}var U0={exports:{}},qe;function ct(){return qe||(qe=1,function(o,C){(function(i,r,l){o.exports=r($(),M0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.algo,p=F.SHA256,B=F.SHA224=p.extend({_doReset:function(){this._hash=new g.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=p._doFinalize.call(this);return e.sigBytes-=4,e}});r.SHA224=p._createHelper(B),r.HmacSHA224=p._createHmacHelper(B)}(),i.SHA224})}(U0)),U0.exports}var G0={exports:{}},$e;function Oe(){return $e||($e=1,function(o,C){(function(i,r,l){o.exports=r($(),D0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Hasher,F=r.x64,p=F.Word,B=F.WordArray,e=r.algo;function t(){return p.create.apply(p,arguments)}var u=[t(1116352408,3609767458),t(1899447441,602891725),t(3049323471,3964484399),t(3921009573,2173295548),t(961987163,4081628472),t(1508970993,3053834265),t(2453635748,2937671579),t(2870763221,3664609560),t(3624381080,2734883394),t(310598401,1164996542),t(607225278,1323610764),t(1426881987,3590304994),t(1925078388,4068182383),t(2162078206,991336113),t(2614888103,633803317),t(3248222580,3479774868),t(3835390401,2666613458),t(4022224774,944711139),t(264347078,2341262773),t(604807628,2007800933),t(770255983,1495990901),t(1249150122,1856431235),t(1555081692,3175218132),t(1996064986,2198950837),t(2554220882,3999719339),t(2821834349,766784016),t(2952996808,2566594879),t(3210313671,3203337956),t(3336571891,1034457026),t(3584528711,2466948901),t(113926993,3758326383),t(338241895,168717936),t(666307205,1188179964),t(773529912,1546045734),t(1294757372,1522805485),t(1396182291,2643833823),t(1695183700,2343527390),t(1986661051,1014477480),t(2177026350,1206759142),t(2456956037,344077627),t(2730485921,1290863460),t(2820302411,3158454273),t(3259730800,3505952657),t(3345764771,106217008),t(3516065817,3606008344),t(3600352804,1432725776),t(4094571909,1467031594),t(275423344,851169720),t(430227734,3100823752),t(506948616,1363258195),t(659060556,3750685593),t(883997877,3785050280),t(958139571,3318307427),t(1322822218,3812723403),t(1537002063,2003034995),t(1747873779,3602036899),t(1955562222,1575990012),t(2024104815,1125592928),t(2227730452,2716904306),t(2361852424,442776044),t(2428436474,593698344),t(2756734187,3733110249),t(3204031479,2999351573),t(3329325298,3815920427),t(3391569614,3928383900),t(3515267271,566280711),t(3940187606,3454069534),t(4118630271,4000239992),t(116418474,1914138554),t(174292421,2731055270),t(289380356,3203993006),t(460393269,320620315),t(685471733,587496836),t(852142971,1086792851),t(1017036298,365543100),t(1126000580,2618297676),t(1288033470,3409855158),t(1501505948,4234509866),t(1607167915,987167468),t(1816402316,1246189591)],n=[];(function(){for(var c=0;c<80;c++)n[c]=t()})();var x=e.SHA512=g.extend({_doReset:function(){this._hash=new B.init([new p.init(1779033703,4089235720),new p.init(3144134277,2227873595),new p.init(1013904242,4271175723),new p.init(2773480762,1595750129),new p.init(1359893119,2917565137),new p.init(2600822924,725511199),new p.init(528734635,4215389547),new p.init(1541459225,327033209)])},_doProcessBlock:function(c,h){for(var f=this._hash.words,d=f[0],a=f[1],s=f[2],v=f[3],A=f[4],m=f[5],D=f[6],w=f[7],P=d.high,E=d.low,b=a.high,S=a.low,_=s.high,T=s.low,V=v.high,z=v.low,M=A.high,O=A.low,j=m.high,I=m.low,k=D.high,H=D.low,R=w.high,N=w.low,U=P,L=E,Z=b,q=S,v0=_,s0=T,ge=V,p0=z,J=M,K=O,b0=j,B0=I,w0=k,C0=H,ye=R,g0=N,e0=0;e0<80;e0++){var Q,t0,_0=n[e0];if(e0<16)t0=_0.high=c[h+e0*2]|0,Q=_0.low=c[h+e0*2+1]|0;else{var vr=n[e0-15],x0=vr.high,y0=vr.low,Yt=(x0>>>1|y0<<31)^(x0>>>8|y0<<24)^x0>>>7,pr=(y0>>>1|x0<<31)^(y0>>>8|x0<<24)^(y0>>>7|x0<<25),Br=n[e0-2],c0=Br.high,m0=Br.low,Qt=(c0>>>19|m0<<13)^(c0<<3|m0>>>29)^c0>>>6,Cr=(m0>>>19|c0<<13)^(m0<<3|c0>>>29)^(m0>>>6|c0<<26),gr=n[e0-7],Jt=gr.high,en=gr.low,yr=n[e0-16],rn=yr.high,mr=yr.low;Q=pr+en,t0=Yt+Jt+(Q>>>0<pr>>>0?1:0),Q=Q+Cr,t0=t0+Qt+(Q>>>0<Cr>>>0?1:0),Q=Q+mr,t0=t0+rn+(Q>>>0<mr>>>0?1:0),_0.high=t0,_0.low=Q}var tn=J&b0^~J&w0,Er=K&B0^~K&C0,nn=U&Z^U&v0^Z&v0,an=L&q^L&s0^q&s0,on=(U>>>28|L<<4)^(U<<30|L>>>2)^(U<<25|L>>>7),Ar=(L>>>28|U<<4)^(L<<30|U>>>2)^(L<<25|U>>>7),sn=(J>>>14|K<<18)^(J>>>18|K<<14)^(J<<23|K>>>9),xn=(K>>>14|J<<18)^(K>>>18|J<<14)^(K<<23|J>>>9),Fr=u[e0],cn=Fr.high,Dr=Fr.low,Y=g0+xn,n0=ye+sn+(Y>>>0<g0>>>0?1:0),Y=Y+Er,n0=n0+tn+(Y>>>0<Er>>>0?1:0),Y=Y+Dr,n0=n0+cn+(Y>>>0<Dr>>>0?1:0),Y=Y+Q,n0=n0+t0+(Y>>>0<Q>>>0?1:0),br=Ar+an,fn=on+nn+(br>>>0<Ar>>>0?1:0);ye=w0,g0=C0,w0=b0,C0=B0,b0=J,B0=K,K=p0+Y|0,J=ge+n0+(K>>>0<p0>>>0?1:0)|0,ge=v0,p0=s0,v0=Z,s0=q,Z=U,q=L,L=Y+br|0,U=n0+fn+(L>>>0<Y>>>0?1:0)|0}E=d.low=E+L,d.high=P+U+(E>>>0<L>>>0?1:0),S=a.low=S+q,a.high=b+Z+(S>>>0<q>>>0?1:0),T=s.low=T+s0,s.high=_+v0+(T>>>0<s0>>>0?1:0),z=v.low=z+p0,v.high=V+ge+(z>>>0<p0>>>0?1:0),O=A.low=O+K,A.high=M+J+(O>>>0<K>>>0?1:0),I=m.low=I+B0,m.high=j+b0+(I>>>0<B0>>>0?1:0),H=D.low=H+C0,D.high=k+w0+(H>>>0<C0>>>0?1:0),N=w.low=N+g0,w.high=R+ye+(N>>>0<g0>>>0?1:0)},_doFinalize:function(){var c=this._data,h=c.words,f=this._nDataBytes*8,d=c.sigBytes*8;h[d>>>5]|=128<<24-d%32,h[(d+128>>>10<<5)+30]=Math.floor(f/4294967296),h[(d+128>>>10<<5)+31]=f,c.sigBytes=h.length*4,this._process();var a=this._hash.toX32();return a},clone:function(){var c=g.clone.call(this);return c._hash=this._hash.clone(),c},blockSize:1024/32});r.SHA512=g._createHelper(x),r.HmacSHA512=g._createHmacHelper(x)}(),i.SHA512})}(G0)),G0.exports}var X0={exports:{}},Ie;function ft(){return Ie||(Ie=1,function(o,C){(function(i,r,l){o.exports=r($(),D0(),Oe())})(W,function(i){return function(){var r=i,l=r.x64,g=l.Word,F=l.WordArray,p=r.algo,B=p.SHA512,e=p.SHA384=B.extend({_doReset:function(){this._hash=new F.init([new g.init(3418070365,3238371032),new g.init(1654270250,914150663),new g.init(2438529370,812702999),new g.init(355462360,4144912697),new g.init(1731405415,4290775857),new g.init(2394180231,1750603025),new g.init(3675008525,1694076839),new g.init(1203062813,3204075428)])},_doFinalize:function(){var t=B._doFinalize.call(this);return t.sigBytes-=16,t}});r.SHA384=B._createHelper(e),r.HmacSHA384=B._createHmacHelper(e)}(),i.SHA384})}(X0)),X0.exports}var Z0={exports:{}},je;function lt(){return je||(je=1,function(o,C){(function(i,r,l){o.exports=r($(),D0())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.x64,e=B.Word,t=l.algo,u=[],n=[],x=[];(function(){for(var f=1,d=0,a=0;a<24;a++){u[f+5*d]=(a+1)*(a+2)/2%64;var s=d%5,v=(2*f+3*d)%5;f=s,d=v}for(var f=0;f<5;f++)for(var d=0;d<5;d++)n[f+5*d]=d+(2*f+3*d)%5*5;for(var A=1,m=0;m<24;m++){for(var D=0,w=0,P=0;P<7;P++){if(A&1){var E=(1<<P)-1;E<32?w^=1<<E:D^=1<<E-32}A&128?A=A<<1^113:A<<=1}x[m]=e.create(D,w)}})();var c=[];(function(){for(var f=0;f<25;f++)c[f]=e.create()})();var h=t.SHA3=p.extend({cfg:p.cfg.extend({outputLength:512}),_doReset:function(){for(var f=this._state=[],d=0;d<25;d++)f[d]=new e.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(f,d){for(var a=this._state,s=this.blockSize/2,v=0;v<s;v++){var A=f[d+2*v],m=f[d+2*v+1];A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,m=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360;var D=a[v];D.high^=m,D.low^=A}for(var w=0;w<24;w++){for(var P=0;P<5;P++){for(var E=0,b=0,S=0;S<5;S++){var D=a[P+5*S];E^=D.high,b^=D.low}var _=c[P];_.high=E,_.low=b}for(var P=0;P<5;P++)for(var T=c[(P+4)%5],V=c[(P+1)%5],z=V.high,M=V.low,E=T.high^(z<<1|M>>>31),b=T.low^(M<<1|z>>>31),S=0;S<5;S++){var D=a[P+5*S];D.high^=E,D.low^=b}for(var O=1;O<25;O++){var E,b,D=a[O],j=D.high,I=D.low,k=u[O];k<32?(E=j<<k|I>>>32-k,b=I<<k|j>>>32-k):(E=I<<k-32|j>>>64-k,b=j<<k-32|I>>>64-k);var H=c[n[O]];H.high=E,H.low=b}var R=c[0],N=a[0];R.high=N.high,R.low=N.low;for(var P=0;P<5;P++)for(var S=0;S<5;S++){var O=P+5*S,D=a[O],U=c[O],L=c[(P+1)%5+5*S],Z=c[(P+2)%5+5*S];D.high=U.high^~L.high&Z.high,D.low=U.low^~L.low&Z.low}var D=a[0],q=x[w];D.high^=q.high,D.low^=q.low}},_doFinalize:function(){var f=this._data,d=f.words;this._nDataBytes*8;var a=f.sigBytes*8,s=this.blockSize*32;d[a>>>5]|=1<<24-a%32,d[(r.ceil((a+1)/s)*s>>>5)-1]|=128,f.sigBytes=d.length*4,this._process();for(var v=this._state,A=this.cfg.outputLength/8,m=A/8,D=[],w=0;w<m;w++){var P=v[w],E=P.high,b=P.low;E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,D.push(b),D.push(E)}return new F.init(D,A)},clone:function(){for(var f=p.clone.call(this),d=f._state=this._state.slice(0),a=0;a<25;a++)d[a]=d[a].clone();return f}});l.SHA3=p._createHelper(h),l.HmacSHA3=p._createHmacHelper(h)}(Math),i.SHA3})}(Z0)),Z0.exports}var K0={exports:{}},Le;function ut(){return Le||(Le=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){/** @preserve
1
+ (function(X,y){typeof exports=="object"&&typeof module<"u"?y(exports,require("vue"),require("@vueuse/core"),require("lodash-es"),require("echarts"),require("../progress/index.umd.js")):typeof define=="function"&&define.amd?define(["exports","vue","@vueuse/core","lodash-es","echarts","../progress/index.umd.js"],y):(X=typeof globalThis<"u"?globalThis:X||self,y(X.weather={},X.Vue,X.VueUseCore,X.LodashES,X.echarts,X.FProgress$1))})(this,function(X,y,_r,k0,wr,kr){"use strict";function Sr(o){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const i in o)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(o,i);Object.defineProperty(C,i,r.get?r:{enumerable:!0,get:()=>o[i]})}}return C.default=o,Object.freeze(C)}const i0=Sr(wr),ye={},me={};function S0(o){const{properties:C,title:i,ignore:r}=o,l=r&&Array.isArray(r),g=Object.keys(C).reduce((F,p)=>((!l||!r.find(B=>B===p))&&(F[p]=C[p].type==="object"&&C[p].properties?S0(C[p]):k0.cloneDeep(C[p].default)),F),{});if(i&&(!l||!r.find(F=>F==="id"))){const F=i.toLowerCase().replace(/-/g,"_");g.id=`${F}_${Math.random().toString().slice(2,6)}`}return g}function Ee(o,C={},i){const r=ye[o];if(r){let l=S0(r);const g=me[o];return l=g?g({getSchemaByType:Ee},l,C,i):l,l}return null}function Nr(o,C){const i=S0(C);return Object.keys(i).reduce((r,l)=>(r[l]&&k0.isPlainObject(r[l])&&k0.isPlainObject(o[l]||!o[l])?Object.assign(r[l],o[l]||{}):r[l]=o[l],r),i),i}function Pr(o,C){return Object.keys(o).filter(r=>o[r]!=null).reduce((r,l)=>{if(C.has(l)){const g=C.get(l);if(typeof g=="string")r[g]=o[l];else{const F=g(l,o[l],o);Object.assign(r,F)}}else r[l]=o[l];return r},{})}function Hr(o,C,i=new Map){const r=Nr(o,C);return Pr(r,i)}function Rr(o={}){function C(e,t,u,n){if(typeof u=="number")return n[e].length===u;if(typeof u=="object"){const x=Object.keys(u)[0],c=u[x];if(x==="not")return Number(n[e].length)!==Number(c);if(x==="moreThan")return Number(n[e].length)>=Number(c);if(x==="lessThan")return Number(n[e].length)<=Number(c)}return!1}function i(e,t,u,n){return n[e]&&n[e].propertyValue&&String(n[e].propertyValue.value)===String(u)}const r=new Map([["length",C],["getProperty",i]]);Object.keys(o).reduce((e,t)=>(e.set(t,o[t]),e),r);function l(e,t){const u=e;return typeof t=="number"?[{target:u,operator:"length",param:null,value:Number(t)}]:typeof t=="boolean"?[{target:u,operator:"getProperty",param:e,value:!!t}]:typeof t=="object"?Object.keys(t).map(n=>{if(n==="length")return{target:u,operator:"length",param:null,value:t[n]};const x=n,c=t[n];return{target:u,operator:"getProperty",param:x,value:c}}):[]}function g(e){return Object.keys(e).reduce((u,n)=>{const x=l(n,e[n]);return u.push(...x),u},[])}function F(e,t){if(r.has(e.operator)){const u=r.get(e.operator);return u&&u(e.target,e.param,e.value,t)||!1}return!1}function p(e,t){return g(e).reduce((x,c)=>x&&F(c,t),!0)}function B(e,t){const u=Object.keys(e),n=u.includes("allOf"),x=u.includes("anyOf"),c=n||x,d=(c?e[c?n?"allOf":"anyOf":"allOf"]:[e]).map(s=>p(s,t));return n?!d.includes(!1):d.includes(!0)}return{parseValueSchema:B}}const Tr={},Vr={};Rr();function Ae(o,C,i=new Map,r=(F,p,B,e)=>p,l={},g=F=>F){return ye[C.title]=C,me[C.title]=r,Tr[C.title]=l,Vr[C.title]=g,(F={})=>{const p=Hr(F,C,i),B=Object.keys(o).reduce((e,t)=>(e[t]=o[t].default,e),{});return Object.assign(B,p)}}function Fe(o,C){return{customClass:C.class,customStyle:C.style}}const Wr=new Map([["appearance",Fe]]);function zr(o,C,i){return C}const qr={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://farris-design.gitee.io/weather.schema.json",title:"weather",description:"A Farris Input Component",type:"object",properties:{id:{description:"The unique identifier for a weather",type:"string"},type:{description:"The type string of weather component",type:"string",default:"weather"},appearance:{description:"",type:"object",properties:{class:{type:"string"},style:{type:"string"}},default:{}}},required:["id","type"]},$r={title:"weather",description:"A Farris Component",type:"object",categories:{basic:{description:"Basic Infomation",title:"基本信息",properties:{id:{description:"组件标识",title:"标识",type:"string",readonly:!0},type:{description:"组件类型",title:"控件类型",type:"select",editor:{type:"waiting for modification",enum:[]}}}}}},Or={cityItems:{type:Array,default:[{province:"北京",city:["北京"]},{province:"山东",city:["济南","青岛"]},{province:"黑龙江",city:["牡丹江","齐齐哈尔"]}]},themeItems:{type:Array,default:[{title:"school",adviceItems:["clothes","sports","sunscreen"]},{title:"office",adviceItems:["clothes","traffic","umbrella"]},{title:"construction",adviceItems:["clothes","chill","heatstroke"]},{title:"tourism",adviceItems:["clothes","sunscreen","tourism"]}]},data:{type:Object,default:{sunriseTime:y.ref(new Date),sunsetTime:y.ref(new Date),temperature:y.ref(0),max:y.ref(0),min:y.ref(0),weather:y.ref("阴"),air:y.ref(0),adviceItems:[{key:"clothes",value:{name:"穿衣",info:"毛衣",detail:"建议穿长袖毛衣等服装。"}},{key:"sports",value:{name:"运动",info:"适宜",detail:"各项气象条件都很好,很适合户外运动。"}},{key:"sunscreen",value:{name:"防晒",info:"强",detail:"建议涂抹SPF在15-20之间,PA++的防晒护肤品。"}},{key:"traffic",value:{name:"交通",info:"良好",detail:"天气较好,路面干燥,交通气象条件良好,车辆可以正常行驶。"}},{key:"umbrella",value:{name:"雨伞",info:"不带伞",detail:"天气较好,您在出门的时候无须带雨伞。"}},{key:"chill",value:{name:"风寒",info:"无",detail:"温度未达到风寒所需的低温,稍作防寒准备即可。"}},{key:"heatstroke",value:{name:"中暑",info:"无中暑风险",detail:"天气不热,在炎炎夏日中十分难得,可以告别暑气漫漫啦~"}},{key:"tourism",value:{name:"旅游",info:"适宜",detail:"天气较好,温度适宜,是个好天气哦。这样的天气适宜旅游,您可以尽情地享受大自然的风光。"}}],proindexItemsSet:[[{title:"紫外线",icon:"UV",value:"中等",info:"16:00前注意防晒",explain:"紫外线指数(UVI)测量紫外线辐射。UVI越高,潜在伤害就越大,造成伤害的速度也越快。"},{title:"降水量",icon:"rainfall",value:"0mm",info:"过去24小时",explain:"降水量,是指12或24小时内降雨(雪)量的总和。"}],[{title:"湿度",icon:"humidity",value:"31%",info:"露点温度为4°",explain:"空气中含水量与空气可容纳水量的比值。气温越高,空气可容纳的水量就越多。湿度高意味着可能结露或起雾。"},{title:"体感温度",icon:"apparentTemp",value:"14°",info:"风较大,体感更凉",explain:"体感温度传达身体感觉有多暖或多冷,可能与实际温度不同。体感温度受湿度和风影响。"}],[{title:"气压",icon:"pressure",value:"1010mpa",info:"当前气压较稳定",explain:"气压的显著急剧变化用于预测天气变化。例如,气压降低表示雨雪即将来临,升高则表示天气将好转。"},{title:"能见度",icon:"visibility",value:"19km",info:"目前非常好",explain:"能见度会告诉你可以清晰地看到多远以外的物体。能见度测量大气透明度,不考虑光照强度或障碍物。"}]],dayItemsSet:[[{icon:"sunny",temp:15},{icon:"sunny",temp:16},{icon:"sunny",temp:20},{icon:"sunny",temp:22},{icon:"sunny",temp:24},{icon:"cloudy",temp:23},{icon:"cloudy",temp:20},{icon:"cloudy",temp:19},{icon:"cloudy",temp:19},{icon:"cloudy",temp:18},{icon:"rainy1",temp:18},{icon:"rainy1",temp:17},{icon:"rainy1",temp:15},{icon:"rainy1",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:18},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:20},{icon:"sunny",temp:20}],[{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"rainy2",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:15},{icon:"sunny",temp:18},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:20},{icon:"sunny",temp:20},{icon:"rainy2",temp:21},{icon:"rainy2",temp:21},{icon:"rainy2",temp:21},{icon:"sunny",temp:21},{icon:"sunny",temp:22},{icon:"sunny",temp:24},{icon:"sunny",temp:24},{icon:"sunny",temp:23},{icon:"sunny",temp:20},{icon:"sunny",temp:20},{icon:"sunny",temp:19},{icon:"sunny",temp:19},{icon:"sunny",temp:15},{icon:"sunny",temp:15}]],weekItems:[{icon:"rainy1",max:24,min:15},{icon:"rainy2",max:24,min:15},{icon:"foggy",max:26,min:11},{icon:"cloudy",max:22,min:7},{icon:"snowy1",max:10,min:3},{icon:"sunny",max:19,min:5},{icon:"snowy2",max:10,min:4}]}}},E0={data:{type:Object,default:Or},theme:{type:Number,default:1}},N0=Ae(E0,qr,Wr,zr,$r);function De(o,C){function i(r){return r<10?"0"+r:r}return{addZero:i}}function A0(o,C){const i=y.ref(o.data.data);return{colorTheme:y.computed(()=>new Date().getTime()-i.value.default.sunriseTime.getTime()<0||i.value.default.sunsetTime.getTime()-new Date().getTime()<0?["#151276","#7939e0","#332396","#814ca7"]:new Date().getTime()-i.value.default.sunriseTime.getTime()<36e5?["#49417b","#f1b655","#b1785b","#d99877"]:i.value.default.sunsetTime.getTime()-new Date().getTime()<36e5?["#9e2e2e","#f59b0b","#c15334","#ff7361"]:["#0273D7","#76BAFF","#388FFF","#75C6FE"])}}function P0(o,C){const i=y.ref(o.data.data),r=A0(o);function l(){let e=i0.getInstanceByDom(document.getElementById("sunset"));e||(e=i0.init(document.getElementById("sunset"),null,{height:170,width:380})),e.setOption({series:[{data:[{value:new Date().getTime()-i.value.default.sunriseTime.getTime(),itemStyle:{borderRadius:10,color:{type:"linear",x:1,y:0,x2:0,y2:0,colorStops:[{offset:1,color:r.colorTheme.value?r.colorTheme.value[3]:"white"},{offset:0,color:"white"}]}}},{value:i.value.default.sunsetTime.getTime()-new Date().getTime(),itemStyle:{opacity:0}}],type:"pie",center:["50%","100%"],radius:["200%","190%"],startAngle:180,endAngle:360,label:{show:!1},emphasis:{scale:!1},emptyCircleStyle:{borderType:"dashed"}},{type:"gauge",center:["50%","100%"],radius:"220%",startAngle:180,endAngle:360,axisTick:{show:!1},axisLabel:{show:!1},axisLine:{show:!1},splitNumber:20,splitLine:{length:3,lineStyle:{width:10,color:"white"}}}]})}function g(e){let t=i0.getInstanceByDom(document.getElementById("chart24h"));t||(t=i0.init(document.getElementById("chart24h"),null,{width:1885,height:75})),t.setOption({xAxis:{type:"category",show:!1},yAxis:{type:"value",show:!1},series:[{data:i.value.default.dayItemsSet[e].map(u=>u.temp),type:"line",itemStyle:{color:"white"}}]})}function F(){const e=document.getElementById("background");if(e){const t=e.getBoundingClientRect().width,u=Math.max(t,400)*1.11;let n=i0.getInstanceByDom(document.getElementById("chart7d"));n?n.resize({width:u,height:90}):n=i0.init(document.getElementById("chart7d"),null,{width:u,height:90}),n.setOption({grid:{left:0},xAxis:{type:"category",show:!1},yAxis:{type:"value",show:!1},series:[{data:i.value.default.weekItems.map(x=>x.min),type:"line",itemStyle:{color:"#5C90F9"}},{data:i.value.default.weekItems.map(x=>x.max),type:"line",itemStyle:{color:"#FC9657"}}]})}}function p(){const e=document.getElementById("airPoint"),t=document.getElementById("background");e&&t&&(e.style.marginLeft=i.value.default.air/500*(t.getBoundingClientRect().width-50)-5+"px")}function B(e){l(),g(e),F(),p()}return{renderChart24h:g,renderChart7d:F,renderCharts:B}}function jr(o,C){const i=y.ref(),r=y.ref(o.data.data),l=y.ref(0),g=De(),F=P0(o);function p(f){l.value=f}function B(f){switch(f){case 0:return"今天";case 1:return"明天";default:const d=new Date(new Date().getTime()+24*60*60*1e3*f).getDay(),a="周";switch(d){case 0:return a+"日";case 1:return a+"一";case 2:return a+"二";case 3:return a+"三";case 4:return a+"四";case 5:return a+"五";case 6:return a+"六"}break}}function e(f){const d=new Date(new Date().getTime()+864e5*f);return g.addZero(d.getMonth()+1)+"/"+g.addZero(d.getDate())}function t(){const d=i.value.getBoundingClientRect().width-120,a=document.getElementById("f-weather-24h-content");a&&(a.offsetLeft+d>-32?a.style.marginLeft="-32px":a.style.marginLeft=a.offsetLeft+d+"px")}function u(){const f=i.value.getBoundingClientRect().width,d=f-120,a=document.getElementById("f-weather-24h-content");if(a){const s=a.scrollWidth-f-130;a.offsetLeft-d<-s?a.style.marginLeft="-"+s+"px":a.style.marginLeft=a.offsetLeft-d+"px"}}function n(f,d){if(f===0){const a=new Date;return d===0?"现在":g.addZero((a.getHours()+d)%24)}else return g.addZero(d)}y.watch(l,()=>{const f=document.getElementById("f-weather-24h-content");f.style.marginLeft="-32px",F.renderChart24h(l.value)});function x(){return y.createVNode("div",{class:"f-weather-24h-container"},[y.createVNode("div",{class:"f-weather-24h-title"},[y.createTextVNode("24小时天气预报")]),y.createVNode("div",{class:"f-weather-lrbutton-container"},[y.createVNode("img",{src:"/components/weather/src/image/arrow-left.png",class:"f-weather-lrbutton-l",onClick:t},null),y.createVNode("img",{src:"/components/weather/src/image/arrow-right.png",class:"f-weather-lrbutton-r",onClick:u},null)]),y.createVNode("div",{class:"f-weather-24h-content-scroll"},[y.createVNode("div",{id:"f-weather-24h-content"},[r.value.default.dayItemsSet.map((f,d)=>d===l.value?y.createVNode("div",null,[y.createVNode("tr",{id:"report"+d,class:"f-weather-24h-tr"},[f.map((a,s)=>y.createVNode("td",{class:"f-weather-24h-td"},[y.createVNode("div",null,[n(d,s)]),y.createVNode("img",{src:"http://mat1.gtimg.com/pingjs/ext2020/weather/pc/icon/weather/day/"+a.icon+".png",class:"f-weather-24h-img"},null),y.createVNode("div",null,[a.temp+"°"])]))])]):""),y.createVNode("div",{id:"chart24h",class:"f-weather-chart24h"},null)])])])}function c(){return y.createVNode("div",{class:"f-weather-7d-container"},[y.createVNode("div",{class:"f-weather-7d-title"},[y.createTextVNode("七日天气预报")]),y.createVNode("tr",{class:"f-weather-7d-tr"},[r.value.default.weekItems.map((f,d)=>y.createVNode("td",{id:"day"+d,class:"f-weather-7d-td",style:"background-color: "+(d===l.value?"rgba(0, 0, 0, 0.05)":"none"),onClick:()=>p(d)},[y.createVNode("div",{class:"f-weather-7d-td-title"},[B(d)]),y.createVNode("div",{class:"f-weather-7d-td-date"},[e(d)]),y.createVNode("img",{src:"http://mat1.gtimg.com/pingjs/ext2020/weather/pc/icon/weather/day/"+f.icon+".png",class:"f-weather-7d-td-img"},null),y.createVNode("div",{class:"f-weather-7d-td-margin"},[f.max+"°"]),y.createVNode("div",null,[f.min+"°"])]))]),y.createVNode("div",{id:"chart7d",class:"f-weather-chart7d"},null)])}function v(){return y.createVNode("div",{ref:i},[x(),c()])}return{renderWeatherReport:v}}function Ir(o,C){const i=y.ref(o.data.data);function r(){return y.createVNode("div",null,[i.value.default.proindexItemsSet.map(l=>y.createVNode("tr",{class:"f-weather-proindex-tr"},[l.map(g=>y.createVNode("td",{class:"f-weather-proindex-td"},[y.createVNode("div",{class:"f-weather-proindex-content-scroll"},[y.createVNode("div",{class:"f-weather-proindex-content"},[y.createVNode("img",{src:"/components/weather/src/image/proindexImage/"+g.icon+".png",class:"f-weather-proindex-icon"},null),y.createVNode("div",{class:"f-weather-proindex-text"},[y.createVNode("div",{class:"f-weather-proindex-title"},[g.title]),y.createVNode("div",{class:"f-weather-proindex-value"},[g.value])]),y.createVNode("div",{class:"f-weather-proindex-line"},null),y.createVNode("br",null,null),y.createVNode("div",{class:"f-weather-proindex-info"},[g.info]),y.createVNode("br",null,null),y.createVNode("div",null,[g.explain])])])]))]))])}return{renderWeatherProindex:r}}function Lr(o,C){const i=y.ref(!0),r=A0(o),{renderWeatherReport:l}=jr(o),{renderWeatherProindex:g}=Ir(o),F=y.computed(()=>({"background-color":i.value?r.colorTheme.value[2]:"",color:i.value?"white":""})),p=y.computed(()=>({"background-color":i.value?"":r.colorTheme.value[2],color:i.value?"":"white"})),B=y.computed(()=>({display:i.value?"block":"none"})),e=y.computed(()=>({display:i.value?"none":"block"}));function t(){i.value=!0}function u(){i.value=!1}function n(){return y.createVNode("div",{class:"f-weather-container f-weather-detail"},[y.createVNode("div",{style:"display:flex"},[y.createVNode("button",{class:"f-weather-button f-weather-button-report",style:F.value,onClick:t},[y.createTextVNode("天气预报")]),y.createVNode("button",{class:"f-weather-button f-weather-button-proindex",style:p.value,onClick:u},[y.createTextVNode("其它参数")])]),y.createVNode("div",{style:B.value},[l()]),y.createVNode("div",{style:e.value},[g()])])}return{renderWeatherDetail:n}}var W=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function be(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function Mr(o){if(o.__esModule)return o;var C=o.default;if(typeof C=="function"){var i=function r(){return this instanceof r?Reflect.construct(C,arguments,this.constructor):C.apply(this,arguments)};i.prototype=C.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var l=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(i,r,l.get?l:{enumerable:!0,get:function(){return o[r]}})}),i}var H0={exports:{}},R0={exports:{}},f0=1e3,l0=f0*60,u0=l0*60,d0=u0*24,Ur=d0*365.25,Gr=function(o,C){C=C||{};var i=typeof o;if(i==="string"&&o.length>0)return Xr(o);if(i==="number"&&isNaN(o)===!1)return C.long?Kr(o):Zr(o);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(o))};function Xr(o){if(o=String(o),!(o.length>100)){var C=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(o);if(C){var i=parseFloat(C[1]),r=(C[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return i*Ur;case"days":case"day":case"d":return i*d0;case"hours":case"hour":case"hrs":case"hr":case"h":return i*u0;case"minutes":case"minute":case"mins":case"min":case"m":return i*l0;case"seconds":case"second":case"secs":case"sec":case"s":return i*f0;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}}}function Zr(o){return o>=d0?Math.round(o/d0)+"d":o>=u0?Math.round(o/u0)+"h":o>=l0?Math.round(o/l0)+"m":o>=f0?Math.round(o/f0)+"s":o+"ms"}function Kr(o){return F0(o,d0,"day")||F0(o,u0,"hour")||F0(o,l0,"minute")||F0(o,f0,"second")||o+" ms"}function F0(o,C,i){if(!(o<C))return o<C*1.5?Math.floor(o/C)+" "+i:Math.ceil(o/C)+" "+i+"s"}(function(o,C){C=o.exports=l.debug=l.default=l,C.coerce=B,C.disable=F,C.enable=g,C.enabled=p,C.humanize=Gr,C.names=[],C.skips=[],C.formatters={};var i;function r(e){var t=0,u;for(u in e)t=(t<<5)-t+e.charCodeAt(u),t|=0;return C.colors[Math.abs(t)%C.colors.length]}function l(e){function t(){if(t.enabled){var u=t,n=+new Date,x=n-(i||n);u.diff=x,u.prev=i,u.curr=n,i=n;for(var c=new Array(arguments.length),v=0;v<c.length;v++)c[v]=arguments[v];c[0]=C.coerce(c[0]),typeof c[0]!="string"&&c.unshift("%O");var f=0;c[0]=c[0].replace(/%([a-zA-Z%])/g,function(a,s){if(a==="%%")return a;f++;var h=C.formatters[s];if(typeof h=="function"){var m=c[f];a=h.call(u,m),c.splice(f,1),f--}return a}),C.formatArgs.call(u,c);var d=t.log||C.log||console.log.bind(console);d.apply(u,c)}}return t.namespace=e,t.enabled=C.enabled(e),t.useColors=C.useColors(),t.color=r(e),typeof C.init=="function"&&C.init(t),t}function g(e){C.save(e),C.names=[],C.skips=[];for(var t=(typeof e=="string"?e:"").split(/[\s,]+/),u=t.length,n=0;n<u;n++)t[n]&&(e=t[n].replace(/\*/g,".*?"),e[0]==="-"?C.skips.push(new RegExp("^"+e.substr(1)+"$")):C.names.push(new RegExp("^"+e+"$")))}function F(){C.enable("")}function p(e){var t,u;for(t=0,u=C.skips.length;t<u;t++)if(C.skips[t].test(e))return!1;for(t=0,u=C.names.length;t<u;t++)if(C.names[t].test(e))return!0;return!1}function B(e){return e instanceof Error?e.stack||e.message:e}})(R0,R0.exports);var Yr=R0.exports;(function(o,C){C=o.exports=Yr,C.log=l,C.formatArgs=r,C.save=g,C.load=F,C.useColors=i,C.storage=typeof chrome<"u"&&typeof chrome.storage<"u"?chrome.storage.local:p(),C.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"];function i(){return typeof window<"u"&&window.process&&window.process.type==="renderer"?!0:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}C.formatters.j=function(B){try{return JSON.stringify(B)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}};function r(B){var e=this.useColors;if(B[0]=(e?"%c":"")+this.namespace+(e?" %c":" ")+B[0]+(e?"%c ":" ")+"+"+C.humanize(this.diff),!!e){var t="color: "+this.color;B.splice(1,0,t,"color: inherit");var u=0,n=0;B[0].replace(/%[a-zA-Z%]/g,function(x){x!=="%%"&&(u++,x==="%c"&&(n=u))}),B.splice(n,0,t)}}function l(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function g(B){try{B==null?C.storage.removeItem("debug"):C.storage.debug=B}catch{}}function F(){var B;try{B=C.storage.debug}catch{}return!B&&typeof process<"u"&&"env"in process&&(B=process.env.DEBUG),B}C.enable(F());function p(){try{return window.localStorage}catch{}}})(H0,H0.exports);var Qr=H0.exports,_e=Qr("jsonp"),Jr=tt,et=0;function rt(){}function tt(o,C,i){typeof C=="function"&&(i=C,C={}),C||(C={});var r=C.prefix||"__jp",l=C.name||r+et++,g=C.param||"callback",F=C.timeout!=null?C.timeout:6e4,p=encodeURIComponent,B=document.getElementsByTagName("script")[0]||document.head,e,t;F&&(t=setTimeout(function(){u(),i&&i(new Error("Timeout"))},F));function u(){e.parentNode&&e.parentNode.removeChild(e),window[l]=rt,t&&clearTimeout(t)}function n(){window[l]&&u()}return window[l]=function(x){_e("jsonp got",x),u(),i&&i(null,x)},o+=(~o.indexOf("?")?"&":"?")+g+"="+p(l),o=o.replace("?&","?"),_e('jsonp req "%s"',o),e=document.createElement("script"),e.src=o,B.parentNode.insertBefore(e,B),n}const nt=be(Jr);var we={exports:{}};function at(o){throw new Error('Could not dynamically require "'+o+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var T0={exports:{}};const ot=Mr(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var ke;function $(){return ke||(ke=1,function(o,C){(function(i,r){o.exports=r()})(W,function(){var i=i||function(r,l){var g;if(typeof window<"u"&&window.crypto&&(g=window.crypto),typeof self<"u"&&self.crypto&&(g=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(g=globalThis.crypto),!g&&typeof window<"u"&&window.msCrypto&&(g=window.msCrypto),!g&&typeof W<"u"&&W.crypto&&(g=W.crypto),!g&&typeof at=="function")try{g=ot}catch{}var F=function(){if(g){if(typeof g.getRandomValues=="function")try{return g.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof g.randomBytes=="function")try{return g.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},p=Object.create||function(){function a(){}return function(s){var h;return a.prototype=s,h=new a,a.prototype=null,h}}(),B={},e=B.lib={},t=e.Base=function(){return{extend:function(a){var s=p(this);return a&&s.mixIn(a),(!s.hasOwnProperty("init")||this.init===s.init)&&(s.init=function(){s.$super.init.apply(this,arguments)}),s.init.prototype=s,s.$super=this,s},create:function(){var a=this.extend();return a.init.apply(a,arguments),a},init:function(){},mixIn:function(a){for(var s in a)a.hasOwnProperty(s)&&(this[s]=a[s]);a.hasOwnProperty("toString")&&(this.toString=a.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),u=e.WordArray=t.extend({init:function(a,s){a=this.words=a||[],s!=l?this.sigBytes=s:this.sigBytes=a.length*4},toString:function(a){return(a||x).stringify(this)},concat:function(a){var s=this.words,h=a.words,m=this.sigBytes,E=a.sigBytes;if(this.clamp(),m%4)for(var D=0;D<E;D++){var _=h[D>>>2]>>>24-D%4*8&255;s[m+D>>>2]|=_<<24-(m+D)%4*8}else for(var R=0;R<E;R+=4)s[m+R>>>2]=h[R>>>2];return this.sigBytes+=E,this},clamp:function(){var a=this.words,s=this.sigBytes;a[s>>>2]&=4294967295<<32-s%4*8,a.length=r.ceil(s/4)},clone:function(){var a=t.clone.call(this);return a.words=this.words.slice(0),a},random:function(a){for(var s=[],h=0;h<a;h+=4)s.push(F());return new u.init(s,a)}}),n=B.enc={},x=n.Hex={stringify:function(a){for(var s=a.words,h=a.sigBytes,m=[],E=0;E<h;E++){var D=s[E>>>2]>>>24-E%4*8&255;m.push((D>>>4).toString(16)),m.push((D&15).toString(16))}return m.join("")},parse:function(a){for(var s=a.length,h=[],m=0;m<s;m+=2)h[m>>>3]|=parseInt(a.substr(m,2),16)<<24-m%8*4;return new u.init(h,s/2)}},c=n.Latin1={stringify:function(a){for(var s=a.words,h=a.sigBytes,m=[],E=0;E<h;E++){var D=s[E>>>2]>>>24-E%4*8&255;m.push(String.fromCharCode(D))}return m.join("")},parse:function(a){for(var s=a.length,h=[],m=0;m<s;m++)h[m>>>2]|=(a.charCodeAt(m)&255)<<24-m%4*8;return new u.init(h,s)}},v=n.Utf8={stringify:function(a){try{return decodeURIComponent(escape(c.stringify(a)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(a){return c.parse(unescape(encodeURIComponent(a)))}},f=e.BufferedBlockAlgorithm=t.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(a){typeof a=="string"&&(a=v.parse(a)),this._data.concat(a),this._nDataBytes+=a.sigBytes},_process:function(a){var s,h=this._data,m=h.words,E=h.sigBytes,D=this.blockSize,_=D*4,R=E/_;a?R=r.ceil(R):R=r.max((R|0)-this._minBufferSize,0);var A=R*D,b=r.min(A*4,E);if(A){for(var S=0;S<A;S+=D)this._doProcessBlock(m,S);s=m.splice(0,A),h.sigBytes-=b}return new u.init(s,b)},clone:function(){var a=t.clone.call(this);return a._data=this._data.clone(),a},_minBufferSize:0});e.Hasher=f.extend({cfg:t.extend(),init:function(a){this.cfg=this.cfg.extend(a),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(a){return this._append(a),this._process(),this},finalize:function(a){a&&this._append(a);var s=this._doFinalize();return s},blockSize:16,_createHelper:function(a){return function(s,h){return new a.init(h).finalize(s)}},_createHmacHelper:function(a){return function(s,h){return new d.HMAC.init(a,h).finalize(s)}}});var d=B.algo={};return B}(Math);return i})}(T0)),T0.exports}var V0={exports:{}},Se;function D0(){return Se||(Se=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.Base,p=g.WordArray,B=l.x64={};B.Word=F.extend({init:function(e,t){this.high=e,this.low=t}}),B.WordArray=F.extend({init:function(e,t){e=this.words=e||[],t!=r?this.sigBytes=t:this.sigBytes=e.length*8},toX32:function(){for(var e=this.words,t=e.length,u=[],n=0;n<t;n++){var x=e[n];u.push(x.high),u.push(x.low)}return p.create(u,this.sigBytes)},clone:function(){for(var e=F.clone.call(this),t=e.words=this.words.slice(0),u=t.length,n=0;n<u;n++)t[n]=t[n].clone();return e}})}(),i})}(V0)),V0.exports}var W0={exports:{}},Ne;function it(){return Ne||(Ne=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){if(typeof ArrayBuffer=="function"){var r=i,l=r.lib,g=l.WordArray,F=g.init,p=g.init=function(B){if(B instanceof ArrayBuffer&&(B=new Uint8Array(B)),(B instanceof Int8Array||typeof Uint8ClampedArray<"u"&&B instanceof Uint8ClampedArray||B instanceof Int16Array||B instanceof Uint16Array||B instanceof Int32Array||B instanceof Uint32Array||B instanceof Float32Array||B instanceof Float64Array)&&(B=new Uint8Array(B.buffer,B.byteOffset,B.byteLength)),B instanceof Uint8Array){for(var e=B.byteLength,t=[],u=0;u<e;u++)t[u>>>2]|=B[u]<<24-u%4*8;F.call(this,t,e)}else F.apply(this,arguments)};p.prototype=g}}(),i.lib.WordArray})}(W0)),W0.exports}var z0={exports:{}},Pe;function st(){return Pe||(Pe=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Utf16=F.Utf16BE={stringify:function(B){for(var e=B.words,t=B.sigBytes,u=[],n=0;n<t;n+=2){var x=e[n>>>2]>>>16-n%4*8&65535;u.push(String.fromCharCode(x))}return u.join("")},parse:function(B){for(var e=B.length,t=[],u=0;u<e;u++)t[u>>>1]|=B.charCodeAt(u)<<16-u%2*16;return g.create(t,e*2)}},F.Utf16LE={stringify:function(B){for(var e=B.words,t=B.sigBytes,u=[],n=0;n<t;n+=2){var x=p(e[n>>>2]>>>16-n%4*8&65535);u.push(String.fromCharCode(x))}return u.join("")},parse:function(B){for(var e=B.length,t=[],u=0;u<e;u++)t[u>>>1]|=p(B.charCodeAt(u)<<16-u%2*16);return g.create(t,e*2)}};function p(B){return B<<8&4278255360|B>>>8&16711935}}(),i.enc.Utf16})}(z0)),z0.exports}var q0={exports:{}},He;function a0(){return He||(He=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Base64={stringify:function(B){var e=B.words,t=B.sigBytes,u=this._map;B.clamp();for(var n=[],x=0;x<t;x+=3)for(var c=e[x>>>2]>>>24-x%4*8&255,v=e[x+1>>>2]>>>24-(x+1)%4*8&255,f=e[x+2>>>2]>>>24-(x+2)%4*8&255,d=c<<16|v<<8|f,a=0;a<4&&x+a*.75<t;a++)n.push(u.charAt(d>>>6*(3-a)&63));var s=u.charAt(64);if(s)for(;n.length%4;)n.push(s);return n.join("")},parse:function(B){var e=B.length,t=this._map,u=this._reverseMap;if(!u){u=this._reverseMap=[];for(var n=0;n<t.length;n++)u[t.charCodeAt(n)]=n}var x=t.charAt(64);if(x){var c=B.indexOf(x);c!==-1&&(e=c)}return p(B,e,u)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function p(B,e,t){for(var u=[],n=0,x=0;x<e;x++)if(x%4){var c=t[B.charCodeAt(x-1)]<<x%4*2,v=t[B.charCodeAt(x)]>>>6-x%4*2,f=c|v;u[n>>>2]|=f<<24-n%4*8,n++}return g.create(u,n)}}(),i.enc.Base64})}(q0)),q0.exports}var $0={exports:{}},Re;function xt(){return Re||(Re=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.enc;F.Base64url={stringify:function(B,e){e===void 0&&(e=!0);var t=B.words,u=B.sigBytes,n=e?this._safe_map:this._map;B.clamp();for(var x=[],c=0;c<u;c+=3)for(var v=t[c>>>2]>>>24-c%4*8&255,f=t[c+1>>>2]>>>24-(c+1)%4*8&255,d=t[c+2>>>2]>>>24-(c+2)%4*8&255,a=v<<16|f<<8|d,s=0;s<4&&c+s*.75<u;s++)x.push(n.charAt(a>>>6*(3-s)&63));var h=n.charAt(64);if(h)for(;x.length%4;)x.push(h);return x.join("")},parse:function(B,e){e===void 0&&(e=!0);var t=B.length,u=e?this._safe_map:this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var x=0;x<u.length;x++)n[u.charCodeAt(x)]=x}var c=u.charAt(64);if(c){var v=B.indexOf(c);v!==-1&&(t=v)}return p(B,t,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function p(B,e,t){for(var u=[],n=0,x=0;x<e;x++)if(x%4){var c=t[B.charCodeAt(x-1)]<<x%4*2,v=t[B.charCodeAt(x)]>>>6-x%4*2,f=c|v;u[n>>>2]|=f<<24-n%4*8,n++}return g.create(u,n)}}(),i.enc.Base64url})}($0)),$0.exports}var O0={exports:{}},Te;function o0(){return Te||(Te=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=[];(function(){for(var v=0;v<64;v++)e[v]=r.abs(r.sin(v+1))*4294967296|0})();var t=B.MD5=p.extend({_doReset:function(){this._hash=new F.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(v,f){for(var d=0;d<16;d++){var a=f+d,s=v[a];v[a]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360}var h=this._hash.words,m=v[f+0],E=v[f+1],D=v[f+2],_=v[f+3],R=v[f+4],A=v[f+5],b=v[f+6],S=v[f+7],w=v[f+8],T=v[f+9],V=v[f+10],z=v[f+11],M=v[f+12],O=v[f+13],I=v[f+14],j=v[f+15],k=h[0],P=h[1],H=h[2],N=h[3];k=u(k,P,H,N,m,7,e[0]),N=u(N,k,P,H,E,12,e[1]),H=u(H,N,k,P,D,17,e[2]),P=u(P,H,N,k,_,22,e[3]),k=u(k,P,H,N,R,7,e[4]),N=u(N,k,P,H,A,12,e[5]),H=u(H,N,k,P,b,17,e[6]),P=u(P,H,N,k,S,22,e[7]),k=u(k,P,H,N,w,7,e[8]),N=u(N,k,P,H,T,12,e[9]),H=u(H,N,k,P,V,17,e[10]),P=u(P,H,N,k,z,22,e[11]),k=u(k,P,H,N,M,7,e[12]),N=u(N,k,P,H,O,12,e[13]),H=u(H,N,k,P,I,17,e[14]),P=u(P,H,N,k,j,22,e[15]),k=n(k,P,H,N,E,5,e[16]),N=n(N,k,P,H,b,9,e[17]),H=n(H,N,k,P,z,14,e[18]),P=n(P,H,N,k,m,20,e[19]),k=n(k,P,H,N,A,5,e[20]),N=n(N,k,P,H,V,9,e[21]),H=n(H,N,k,P,j,14,e[22]),P=n(P,H,N,k,R,20,e[23]),k=n(k,P,H,N,T,5,e[24]),N=n(N,k,P,H,I,9,e[25]),H=n(H,N,k,P,_,14,e[26]),P=n(P,H,N,k,w,20,e[27]),k=n(k,P,H,N,O,5,e[28]),N=n(N,k,P,H,D,9,e[29]),H=n(H,N,k,P,S,14,e[30]),P=n(P,H,N,k,M,20,e[31]),k=x(k,P,H,N,A,4,e[32]),N=x(N,k,P,H,w,11,e[33]),H=x(H,N,k,P,z,16,e[34]),P=x(P,H,N,k,I,23,e[35]),k=x(k,P,H,N,E,4,e[36]),N=x(N,k,P,H,R,11,e[37]),H=x(H,N,k,P,S,16,e[38]),P=x(P,H,N,k,V,23,e[39]),k=x(k,P,H,N,O,4,e[40]),N=x(N,k,P,H,m,11,e[41]),H=x(H,N,k,P,_,16,e[42]),P=x(P,H,N,k,b,23,e[43]),k=x(k,P,H,N,T,4,e[44]),N=x(N,k,P,H,M,11,e[45]),H=x(H,N,k,P,j,16,e[46]),P=x(P,H,N,k,D,23,e[47]),k=c(k,P,H,N,m,6,e[48]),N=c(N,k,P,H,S,10,e[49]),H=c(H,N,k,P,I,15,e[50]),P=c(P,H,N,k,A,21,e[51]),k=c(k,P,H,N,M,6,e[52]),N=c(N,k,P,H,_,10,e[53]),H=c(H,N,k,P,V,15,e[54]),P=c(P,H,N,k,E,21,e[55]),k=c(k,P,H,N,w,6,e[56]),N=c(N,k,P,H,j,10,e[57]),H=c(H,N,k,P,b,15,e[58]),P=c(P,H,N,k,O,21,e[59]),k=c(k,P,H,N,R,6,e[60]),N=c(N,k,P,H,z,10,e[61]),H=c(H,N,k,P,D,15,e[62]),P=c(P,H,N,k,T,21,e[63]),h[0]=h[0]+k|0,h[1]=h[1]+P|0,h[2]=h[2]+H|0,h[3]=h[3]+N|0},_doFinalize:function(){var v=this._data,f=v.words,d=this._nDataBytes*8,a=v.sigBytes*8;f[a>>>5]|=128<<24-a%32;var s=r.floor(d/4294967296),h=d;f[(a+64>>>9<<4)+15]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,f[(a+64>>>9<<4)+14]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,v.sigBytes=(f.length+1)*4,this._process();for(var m=this._hash,E=m.words,D=0;D<4;D++){var _=E[D];E[D]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360}return m},clone:function(){var v=p.clone.call(this);return v._hash=this._hash.clone(),v}});function u(v,f,d,a,s,h,m){var E=v+(f&d|~f&a)+s+m;return(E<<h|E>>>32-h)+f}function n(v,f,d,a,s,h,m){var E=v+(f&a|d&~a)+s+m;return(E<<h|E>>>32-h)+f}function x(v,f,d,a,s,h,m){var E=v+(f^d^a)+s+m;return(E<<h|E>>>32-h)+f}function c(v,f,d,a,s,h,m){var E=v+(d^(f|~a))+s+m;return(E<<h|E>>>32-h)+f}l.MD5=p._createHelper(t),l.HmacMD5=p._createHmacHelper(t)}(Math),i.MD5})}(O0)),O0.exports}var j0={exports:{}},Ve;function We(){return Ve||(Ve=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=l.Hasher,p=r.algo,B=[],e=p.SHA1=F.extend({_doReset:function(){this._hash=new g.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,u){for(var n=this._hash.words,x=n[0],c=n[1],v=n[2],f=n[3],d=n[4],a=0;a<80;a++){if(a<16)B[a]=t[u+a]|0;else{var s=B[a-3]^B[a-8]^B[a-14]^B[a-16];B[a]=s<<1|s>>>31}var h=(x<<5|x>>>27)+d+B[a];a<20?h+=(c&v|~c&f)+1518500249:a<40?h+=(c^v^f)+1859775393:a<60?h+=(c&v|c&f|v&f)-1894007588:h+=(c^v^f)-899497514,d=f,f=v,v=c<<30|c>>>2,c=x,x=h}n[0]=n[0]+x|0,n[1]=n[1]+c|0,n[2]=n[2]+v|0,n[3]=n[3]+f|0,n[4]=n[4]+d|0},_doFinalize:function(){var t=this._data,u=t.words,n=this._nDataBytes*8,x=t.sigBytes*8;return u[x>>>5]|=128<<24-x%32,u[(x+64>>>9<<4)+14]=Math.floor(n/4294967296),u[(x+64>>>9<<4)+15]=n,t.sigBytes=u.length*4,this._process(),this._hash},clone:function(){var t=F.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA1=F._createHelper(e),r.HmacSHA1=F._createHmacHelper(e)}(),i.SHA1})}(j0)),j0.exports}var I0={exports:{}},ze;function L0(){return ze||(ze=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=[],t=[];(function(){function x(d){for(var a=r.sqrt(d),s=2;s<=a;s++)if(!(d%s))return!1;return!0}function c(d){return(d-(d|0))*4294967296|0}for(var v=2,f=0;f<64;)x(v)&&(f<8&&(e[f]=c(r.pow(v,1/2))),t[f]=c(r.pow(v,1/3)),f++),v++})();var u=[],n=B.SHA256=p.extend({_doReset:function(){this._hash=new F.init(e.slice(0))},_doProcessBlock:function(x,c){for(var v=this._hash.words,f=v[0],d=v[1],a=v[2],s=v[3],h=v[4],m=v[5],E=v[6],D=v[7],_=0;_<64;_++){if(_<16)u[_]=x[c+_]|0;else{var R=u[_-15],A=(R<<25|R>>>7)^(R<<14|R>>>18)^R>>>3,b=u[_-2],S=(b<<15|b>>>17)^(b<<13|b>>>19)^b>>>10;u[_]=A+u[_-7]+S+u[_-16]}var w=h&m^~h&E,T=f&d^f&a^d&a,V=(f<<30|f>>>2)^(f<<19|f>>>13)^(f<<10|f>>>22),z=(h<<26|h>>>6)^(h<<21|h>>>11)^(h<<7|h>>>25),M=D+z+w+t[_]+u[_],O=V+T;D=E,E=m,m=h,h=s+M|0,s=a,a=d,d=f,f=M+O|0}v[0]=v[0]+f|0,v[1]=v[1]+d|0,v[2]=v[2]+a|0,v[3]=v[3]+s|0,v[4]=v[4]+h|0,v[5]=v[5]+m|0,v[6]=v[6]+E|0,v[7]=v[7]+D|0},_doFinalize:function(){var x=this._data,c=x.words,v=this._nDataBytes*8,f=x.sigBytes*8;return c[f>>>5]|=128<<24-f%32,c[(f+64>>>9<<4)+14]=r.floor(v/4294967296),c[(f+64>>>9<<4)+15]=v,x.sigBytes=c.length*4,this._process(),this._hash},clone:function(){var x=p.clone.call(this);return x._hash=this._hash.clone(),x}});l.SHA256=p._createHelper(n),l.HmacSHA256=p._createHmacHelper(n)}(Math),i.SHA256})}(I0)),I0.exports}var M0={exports:{}},qe;function ct(){return qe||(qe=1,function(o,C){(function(i,r,l){o.exports=r($(),L0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=r.algo,p=F.SHA256,B=F.SHA224=p.extend({_doReset:function(){this._hash=new g.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=p._doFinalize.call(this);return e.sigBytes-=4,e}});r.SHA224=p._createHelper(B),r.HmacSHA224=p._createHmacHelper(B)}(),i.SHA224})}(M0)),M0.exports}var U0={exports:{}},$e;function Oe(){return $e||($e=1,function(o,C){(function(i,r,l){o.exports=r($(),D0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Hasher,F=r.x64,p=F.Word,B=F.WordArray,e=r.algo;function t(){return p.create.apply(p,arguments)}var u=[t(1116352408,3609767458),t(1899447441,602891725),t(3049323471,3964484399),t(3921009573,2173295548),t(961987163,4081628472),t(1508970993,3053834265),t(2453635748,2937671579),t(2870763221,3664609560),t(3624381080,2734883394),t(310598401,1164996542),t(607225278,1323610764),t(1426881987,3590304994),t(1925078388,4068182383),t(2162078206,991336113),t(2614888103,633803317),t(3248222580,3479774868),t(3835390401,2666613458),t(4022224774,944711139),t(264347078,2341262773),t(604807628,2007800933),t(770255983,1495990901),t(1249150122,1856431235),t(1555081692,3175218132),t(1996064986,2198950837),t(2554220882,3999719339),t(2821834349,766784016),t(2952996808,2566594879),t(3210313671,3203337956),t(3336571891,1034457026),t(3584528711,2466948901),t(113926993,3758326383),t(338241895,168717936),t(666307205,1188179964),t(773529912,1546045734),t(1294757372,1522805485),t(1396182291,2643833823),t(1695183700,2343527390),t(1986661051,1014477480),t(2177026350,1206759142),t(2456956037,344077627),t(2730485921,1290863460),t(2820302411,3158454273),t(3259730800,3505952657),t(3345764771,106217008),t(3516065817,3606008344),t(3600352804,1432725776),t(4094571909,1467031594),t(275423344,851169720),t(430227734,3100823752),t(506948616,1363258195),t(659060556,3750685593),t(883997877,3785050280),t(958139571,3318307427),t(1322822218,3812723403),t(1537002063,2003034995),t(1747873779,3602036899),t(1955562222,1575990012),t(2024104815,1125592928),t(2227730452,2716904306),t(2361852424,442776044),t(2428436474,593698344),t(2756734187,3733110249),t(3204031479,2999351573),t(3329325298,3815920427),t(3391569614,3928383900),t(3515267271,566280711),t(3940187606,3454069534),t(4118630271,4000239992),t(116418474,1914138554),t(174292421,2731055270),t(289380356,3203993006),t(460393269,320620315),t(685471733,587496836),t(852142971,1086792851),t(1017036298,365543100),t(1126000580,2618297676),t(1288033470,3409855158),t(1501505948,4234509866),t(1607167915,987167468),t(1816402316,1246189591)],n=[];(function(){for(var c=0;c<80;c++)n[c]=t()})();var x=e.SHA512=g.extend({_doReset:function(){this._hash=new B.init([new p.init(1779033703,4089235720),new p.init(3144134277,2227873595),new p.init(1013904242,4271175723),new p.init(2773480762,1595750129),new p.init(1359893119,2917565137),new p.init(2600822924,725511199),new p.init(528734635,4215389547),new p.init(1541459225,327033209)])},_doProcessBlock:function(c,v){for(var f=this._hash.words,d=f[0],a=f[1],s=f[2],h=f[3],m=f[4],E=f[5],D=f[6],_=f[7],R=d.high,A=d.low,b=a.high,S=a.low,w=s.high,T=s.low,V=h.high,z=h.low,M=m.high,O=m.low,I=E.high,j=E.low,k=D.high,P=D.low,H=_.high,N=_.low,U=R,L=A,Z=b,q=S,v0=w,s0=T,Ce=V,p0=z,J=M,K=O,b0=I,B0=j,_0=k,C0=P,ge=H,g0=N,e0=0;e0<80;e0++){var Q,t0,w0=n[e0];if(e0<16)t0=w0.high=c[v+e0*2]|0,Q=w0.low=c[v+e0*2+1]|0;else{var vr=n[e0-15],x0=vr.high,y0=vr.low,Yt=(x0>>>1|y0<<31)^(x0>>>8|y0<<24)^x0>>>7,pr=(y0>>>1|x0<<31)^(y0>>>8|x0<<24)^(y0>>>7|x0<<25),Br=n[e0-2],c0=Br.high,m0=Br.low,Qt=(c0>>>19|m0<<13)^(c0<<3|m0>>>29)^c0>>>6,Cr=(m0>>>19|c0<<13)^(m0<<3|c0>>>29)^(m0>>>6|c0<<26),gr=n[e0-7],Jt=gr.high,en=gr.low,yr=n[e0-16],rn=yr.high,mr=yr.low;Q=pr+en,t0=Yt+Jt+(Q>>>0<pr>>>0?1:0),Q=Q+Cr,t0=t0+Qt+(Q>>>0<Cr>>>0?1:0),Q=Q+mr,t0=t0+rn+(Q>>>0<mr>>>0?1:0),w0.high=t0,w0.low=Q}var tn=J&b0^~J&_0,Er=K&B0^~K&C0,nn=U&Z^U&v0^Z&v0,an=L&q^L&s0^q&s0,on=(U>>>28|L<<4)^(U<<30|L>>>2)^(U<<25|L>>>7),Ar=(L>>>28|U<<4)^(L<<30|U>>>2)^(L<<25|U>>>7),sn=(J>>>14|K<<18)^(J>>>18|K<<14)^(J<<23|K>>>9),xn=(K>>>14|J<<18)^(K>>>18|J<<14)^(K<<23|J>>>9),Fr=u[e0],cn=Fr.high,Dr=Fr.low,Y=g0+xn,n0=ge+sn+(Y>>>0<g0>>>0?1:0),Y=Y+Er,n0=n0+tn+(Y>>>0<Er>>>0?1:0),Y=Y+Dr,n0=n0+cn+(Y>>>0<Dr>>>0?1:0),Y=Y+Q,n0=n0+t0+(Y>>>0<Q>>>0?1:0),br=Ar+an,fn=on+nn+(br>>>0<Ar>>>0?1:0);ge=_0,g0=C0,_0=b0,C0=B0,b0=J,B0=K,K=p0+Y|0,J=Ce+n0+(K>>>0<p0>>>0?1:0)|0,Ce=v0,p0=s0,v0=Z,s0=q,Z=U,q=L,L=Y+br|0,U=n0+fn+(L>>>0<Y>>>0?1:0)|0}A=d.low=A+L,d.high=R+U+(A>>>0<L>>>0?1:0),S=a.low=S+q,a.high=b+Z+(S>>>0<q>>>0?1:0),T=s.low=T+s0,s.high=w+v0+(T>>>0<s0>>>0?1:0),z=h.low=z+p0,h.high=V+Ce+(z>>>0<p0>>>0?1:0),O=m.low=O+K,m.high=M+J+(O>>>0<K>>>0?1:0),j=E.low=j+B0,E.high=I+b0+(j>>>0<B0>>>0?1:0),P=D.low=P+C0,D.high=k+_0+(P>>>0<C0>>>0?1:0),N=_.low=N+g0,_.high=H+ge+(N>>>0<g0>>>0?1:0)},_doFinalize:function(){var c=this._data,v=c.words,f=this._nDataBytes*8,d=c.sigBytes*8;v[d>>>5]|=128<<24-d%32,v[(d+128>>>10<<5)+30]=Math.floor(f/4294967296),v[(d+128>>>10<<5)+31]=f,c.sigBytes=v.length*4,this._process();var a=this._hash.toX32();return a},clone:function(){var c=g.clone.call(this);return c._hash=this._hash.clone(),c},blockSize:1024/32});r.SHA512=g._createHelper(x),r.HmacSHA512=g._createHmacHelper(x)}(),i.SHA512})}(U0)),U0.exports}var G0={exports:{}},je;function ft(){return je||(je=1,function(o,C){(function(i,r,l){o.exports=r($(),D0(),Oe())})(W,function(i){return function(){var r=i,l=r.x64,g=l.Word,F=l.WordArray,p=r.algo,B=p.SHA512,e=p.SHA384=B.extend({_doReset:function(){this._hash=new F.init([new g.init(3418070365,3238371032),new g.init(1654270250,914150663),new g.init(2438529370,812702999),new g.init(355462360,4144912697),new g.init(1731405415,4290775857),new g.init(2394180231,1750603025),new g.init(3675008525,1694076839),new g.init(1203062813,3204075428)])},_doFinalize:function(){var t=B._doFinalize.call(this);return t.sigBytes-=16,t}});r.SHA384=B._createHelper(e),r.HmacSHA384=B._createHmacHelper(e)}(),i.SHA384})}(G0)),G0.exports}var X0={exports:{}},Ie;function lt(){return Ie||(Ie=1,function(o,C){(function(i,r,l){o.exports=r($(),D0())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.x64,e=B.Word,t=l.algo,u=[],n=[],x=[];(function(){for(var f=1,d=0,a=0;a<24;a++){u[f+5*d]=(a+1)*(a+2)/2%64;var s=d%5,h=(2*f+3*d)%5;f=s,d=h}for(var f=0;f<5;f++)for(var d=0;d<5;d++)n[f+5*d]=d+(2*f+3*d)%5*5;for(var m=1,E=0;E<24;E++){for(var D=0,_=0,R=0;R<7;R++){if(m&1){var A=(1<<R)-1;A<32?_^=1<<A:D^=1<<A-32}m&128?m=m<<1^113:m<<=1}x[E]=e.create(D,_)}})();var c=[];(function(){for(var f=0;f<25;f++)c[f]=e.create()})();var v=t.SHA3=p.extend({cfg:p.cfg.extend({outputLength:512}),_doReset:function(){for(var f=this._state=[],d=0;d<25;d++)f[d]=new e.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(f,d){for(var a=this._state,s=this.blockSize/2,h=0;h<s;h++){var m=f[d+2*h],E=f[d+2*h+1];m=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360;var D=a[h];D.high^=E,D.low^=m}for(var _=0;_<24;_++){for(var R=0;R<5;R++){for(var A=0,b=0,S=0;S<5;S++){var D=a[R+5*S];A^=D.high,b^=D.low}var w=c[R];w.high=A,w.low=b}for(var R=0;R<5;R++)for(var T=c[(R+4)%5],V=c[(R+1)%5],z=V.high,M=V.low,A=T.high^(z<<1|M>>>31),b=T.low^(M<<1|z>>>31),S=0;S<5;S++){var D=a[R+5*S];D.high^=A,D.low^=b}for(var O=1;O<25;O++){var A,b,D=a[O],I=D.high,j=D.low,k=u[O];k<32?(A=I<<k|j>>>32-k,b=j<<k|I>>>32-k):(A=j<<k-32|I>>>64-k,b=I<<k-32|j>>>64-k);var P=c[n[O]];P.high=A,P.low=b}var H=c[0],N=a[0];H.high=N.high,H.low=N.low;for(var R=0;R<5;R++)for(var S=0;S<5;S++){var O=R+5*S,D=a[O],U=c[O],L=c[(R+1)%5+5*S],Z=c[(R+2)%5+5*S];D.high=U.high^~L.high&Z.high,D.low=U.low^~L.low&Z.low}var D=a[0],q=x[_];D.high^=q.high,D.low^=q.low}},_doFinalize:function(){var f=this._data,d=f.words;this._nDataBytes*8;var a=f.sigBytes*8,s=this.blockSize*32;d[a>>>5]|=1<<24-a%32,d[(r.ceil((a+1)/s)*s>>>5)-1]|=128,f.sigBytes=d.length*4,this._process();for(var h=this._state,m=this.cfg.outputLength/8,E=m/8,D=[],_=0;_<E;_++){var R=h[_],A=R.high,b=R.low;A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,D.push(b),D.push(A)}return new F.init(D,m)},clone:function(){for(var f=p.clone.call(this),d=f._state=this._state.slice(0),a=0;a<25;a++)d[a]=d[a].clone();return f}});l.SHA3=p._createHelper(v),l.HmacSHA3=p._createHmacHelper(v)}(Math),i.SHA3})}(X0)),X0.exports}var Z0={exports:{}},Le;function ut(){return Le||(Le=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){/** @preserve
2
2
  (c) 2012 by Cédric Mesnil. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -7,10 +7,10 @@
7
7
  - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
8
 
9
9
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10
- */return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=F.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),t=F.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),u=F.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),n=F.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),x=F.create([0,1518500249,1859775393,2400959708,2840853838]),c=F.create([1352829926,1548603684,1836072691,2053994217,0]),h=B.RIPEMD160=p.extend({_doReset:function(){this._hash=F.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(m,D){for(var w=0;w<16;w++){var P=D+w,E=m[P];m[P]=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360}var b=this._hash.words,S=x.words,_=c.words,T=e.words,V=t.words,z=u.words,M=n.words,O,j,I,k,H,R,N,U,L,Z;R=O=b[0],N=j=b[1],U=I=b[2],L=k=b[3],Z=H=b[4];for(var q,w=0;w<80;w+=1)q=O+m[D+T[w]]|0,w<16?q+=f(j,I,k)+S[0]:w<32?q+=d(j,I,k)+S[1]:w<48?q+=a(j,I,k)+S[2]:w<64?q+=s(j,I,k)+S[3]:q+=v(j,I,k)+S[4],q=q|0,q=A(q,z[w]),q=q+H|0,O=H,H=k,k=A(I,10),I=j,j=q,q=R+m[D+V[w]]|0,w<16?q+=v(N,U,L)+_[0]:w<32?q+=s(N,U,L)+_[1]:w<48?q+=a(N,U,L)+_[2]:w<64?q+=d(N,U,L)+_[3]:q+=f(N,U,L)+_[4],q=q|0,q=A(q,M[w]),q=q+Z|0,R=Z,Z=L,L=A(U,10),U=N,N=q;q=b[1]+I+L|0,b[1]=b[2]+k+Z|0,b[2]=b[3]+H+R|0,b[3]=b[4]+O+N|0,b[4]=b[0]+j+U|0,b[0]=q},_doFinalize:function(){var m=this._data,D=m.words,w=this._nDataBytes*8,P=m.sigBytes*8;D[P>>>5]|=128<<24-P%32,D[(P+64>>>9<<4)+14]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,m.sigBytes=(D.length+1)*4,this._process();for(var E=this._hash,b=E.words,S=0;S<5;S++){var _=b[S];b[S]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360}return E},clone:function(){var m=p.clone.call(this);return m._hash=this._hash.clone(),m}});function f(m,D,w){return m^D^w}function d(m,D,w){return m&D|~m&w}function a(m,D,w){return(m|~D)^w}function s(m,D,w){return m&w|D&~w}function v(m,D,w){return m^(D|~w)}function A(m,D){return m<<D|m>>>32-D}l.RIPEMD160=p._createHelper(h),l.HmacRIPEMD160=p._createHmacHelper(h)}(),i.RIPEMD160})}(K0)),K0.exports}var Y0={exports:{}},Me;function Q0(){return Me||(Me=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){(function(){var r=i,l=r.lib,g=l.Base,F=r.enc,p=F.Utf8,B=r.algo;B.HMAC=g.extend({init:function(e,t){e=this._hasher=new e.init,typeof t=="string"&&(t=p.parse(t));var u=e.blockSize,n=u*4;t.sigBytes>n&&(t=e.finalize(t)),t.clamp();for(var x=this._oKey=t.clone(),c=this._iKey=t.clone(),h=x.words,f=c.words,d=0;d<u;d++)h[d]^=1549556828,f[d]^=909522486;x.sigBytes=c.sigBytes=n,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,u=t.finalize(e);t.reset();var n=t.finalize(this._oKey.clone().concat(u));return n}})})()})}(Y0)),Y0.exports}var J0={exports:{}},Ue;function dt(){return Ue||(Ue=1,function(o,C){(function(i,r,l){o.exports=r($(),M0(),Q0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Base,F=l.WordArray,p=r.algo,B=p.SHA256,e=p.HMAC,t=p.PBKDF2=g.extend({cfg:g.extend({keySize:128/32,hasher:B,iterations:25e4}),init:function(u){this.cfg=this.cfg.extend(u)},compute:function(u,n){for(var x=this.cfg,c=e.create(x.hasher,u),h=F.create(),f=F.create([1]),d=h.words,a=f.words,s=x.keySize,v=x.iterations;d.length<s;){var A=c.update(n).finalize(f);c.reset();for(var m=A.words,D=m.length,w=A,P=1;P<v;P++){w=c.finalize(w),c.reset();for(var E=w.words,b=0;b<D;b++)m[b]^=E[b]}h.concat(A),a[0]++}return h.sigBytes=s*4,h}});r.PBKDF2=function(u,n,x){return t.create(x).compute(u,n)}}(),i.PBKDF2})}(J0)),J0.exports}var ee={exports:{}},Ge;function r0(){return Ge||(Ge=1,function(o,C){(function(i,r,l){o.exports=r($(),We(),Q0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Base,F=l.WordArray,p=r.algo,B=p.MD5,e=p.EvpKDF=g.extend({cfg:g.extend({keySize:128/32,hasher:B,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,u){for(var n,x=this.cfg,c=x.hasher.create(),h=F.create(),f=h.words,d=x.keySize,a=x.iterations;f.length<d;){n&&c.update(n),n=c.update(t).finalize(u),c.reset();for(var s=1;s<a;s++)n=c.finalize(n),c.reset();h.concat(n)}return h.sigBytes=d*4,h}});r.EvpKDF=function(t,u,n){return e.create(n).compute(t,u)}}(),i.EvpKDF})}(ee)),ee.exports}var re={exports:{}},Xe;function G(){return Xe||(Xe=1,function(o,C){(function(i,r,l){o.exports=r($(),r0())})(W,function(i){i.lib.Cipher||function(r){var l=i,g=l.lib,F=g.Base,p=g.WordArray,B=g.BufferedBlockAlgorithm,e=l.enc;e.Utf8;var t=e.Base64,u=l.algo,n=u.EvpKDF,x=g.Cipher=B.extend({cfg:F.extend(),createEncryptor:function(E,b){return this.create(this._ENC_XFORM_MODE,E,b)},createDecryptor:function(E,b){return this.create(this._DEC_XFORM_MODE,E,b)},init:function(E,b,S){this.cfg=this.cfg.extend(S),this._xformMode=E,this._key=b,this.reset()},reset:function(){B.reset.call(this),this._doReset()},process:function(E){return this._append(E),this._process()},finalize:function(E){E&&this._append(E);var b=this._doFinalize();return b},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function E(b){return typeof b=="string"?P:m}return function(b){return{encrypt:function(S,_,T){return E(_).encrypt(b,S,_,T)},decrypt:function(S,_,T){return E(_).decrypt(b,S,_,T)}}}}()});g.StreamCipher=x.extend({_doFinalize:function(){var E=this._process(!0);return E},blockSize:1});var c=l.mode={},h=g.BlockCipherMode=F.extend({createEncryptor:function(E,b){return this.Encryptor.create(E,b)},createDecryptor:function(E,b){return this.Decryptor.create(E,b)},init:function(E,b){this._cipher=E,this._iv=b}}),f=c.CBC=function(){var E=h.extend();E.Encryptor=E.extend({processBlock:function(S,_){var T=this._cipher,V=T.blockSize;b.call(this,S,_,V),T.encryptBlock(S,_),this._prevBlock=S.slice(_,_+V)}}),E.Decryptor=E.extend({processBlock:function(S,_){var T=this._cipher,V=T.blockSize,z=S.slice(_,_+V);T.decryptBlock(S,_),b.call(this,S,_,V),this._prevBlock=z}});function b(S,_,T){var V,z=this._iv;z?(V=z,this._iv=r):V=this._prevBlock;for(var M=0;M<T;M++)S[_+M]^=V[M]}return E}(),d=l.pad={},a=d.Pkcs7={pad:function(E,b){for(var S=b*4,_=S-E.sigBytes%S,T=_<<24|_<<16|_<<8|_,V=[],z=0;z<_;z+=4)V.push(T);var M=p.create(V,_);E.concat(M)},unpad:function(E){var b=E.words[E.sigBytes-1>>>2]&255;E.sigBytes-=b}};g.BlockCipher=x.extend({cfg:x.cfg.extend({mode:f,padding:a}),reset:function(){var E;x.reset.call(this);var b=this.cfg,S=b.iv,_=b.mode;this._xformMode==this._ENC_XFORM_MODE?E=_.createEncryptor:(E=_.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==E?this._mode.init(this,S&&S.words):(this._mode=E.call(_,this,S&&S.words),this._mode.__creator=E)},_doProcessBlock:function(E,b){this._mode.processBlock(E,b)},_doFinalize:function(){var E,b=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(b.pad(this._data,this.blockSize),E=this._process(!0)):(E=this._process(!0),b.unpad(E)),E},blockSize:128/32});var s=g.CipherParams=F.extend({init:function(E){this.mixIn(E)},toString:function(E){return(E||this.formatter).stringify(this)}}),v=l.format={},A=v.OpenSSL={stringify:function(E){var b,S=E.ciphertext,_=E.salt;return _?b=p.create([1398893684,1701076831]).concat(_).concat(S):b=S,b.toString(t)},parse:function(E){var b,S=t.parse(E),_=S.words;return _[0]==1398893684&&_[1]==1701076831&&(b=p.create(_.slice(2,4)),_.splice(0,4),S.sigBytes-=16),s.create({ciphertext:S,salt:b})}},m=g.SerializableCipher=F.extend({cfg:F.extend({format:A}),encrypt:function(E,b,S,_){_=this.cfg.extend(_);var T=E.createEncryptor(S,_),V=T.finalize(b),z=T.cfg;return s.create({ciphertext:V,key:S,iv:z.iv,algorithm:E,mode:z.mode,padding:z.padding,blockSize:E.blockSize,formatter:_.format})},decrypt:function(E,b,S,_){_=this.cfg.extend(_),b=this._parse(b,_.format);var T=E.createDecryptor(S,_).finalize(b.ciphertext);return T},_parse:function(E,b){return typeof E=="string"?b.parse(E,this):E}}),D=l.kdf={},w=D.OpenSSL={execute:function(E,b,S,_,T){if(_||(_=p.random(64/8)),T)var V=n.create({keySize:b+S,hasher:T}).compute(E,_);else var V=n.create({keySize:b+S}).compute(E,_);var z=p.create(V.words.slice(b),S*4);return V.sigBytes=b*4,s.create({key:V,iv:z,salt:_})}},P=g.PasswordBasedCipher=m.extend({cfg:m.cfg.extend({kdf:w}),encrypt:function(E,b,S,_){_=this.cfg.extend(_);var T=_.kdf.execute(S,E.keySize,E.ivSize,_.salt,_.hasher);_.iv=T.iv;var V=m.encrypt.call(this,E,b,T.key,_);return V.mixIn(T),V},decrypt:function(E,b,S,_){_=this.cfg.extend(_),b=this._parse(b,_.format);var T=_.kdf.execute(S,E.keySize,E.ivSize,b.salt,_.hasher);_.iv=T.iv;var V=m.decrypt.call(this,E,b,T.key,_);return V}})}()})}(re)),re.exports}var te={exports:{}},Ze;function ht(){return Ze||(Ze=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.CFB=function(){var r=i.lib.BlockCipherMode.extend();r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize;l.call(this,g,F,B,p),this._prevBlock=g.slice(F,F+B)}}),r.Decryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=g.slice(F,F+B);l.call(this,g,F,B,p),this._prevBlock=e}});function l(g,F,p,B){var e,t=this._iv;t?(e=t.slice(0),this._iv=void 0):e=this._prevBlock,B.encryptBlock(e,0);for(var u=0;u<p;u++)g[F+u]^=e[u]}return r}(),i.mode.CFB})}(te)),te.exports}var ne={exports:{}},Ke;function vt(){return Ke||(Ke=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.CTR=function(){var r=i.lib.BlockCipherMode.extend(),l=r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=this._iv,t=this._counter;e&&(t=this._counter=e.slice(0),this._iv=void 0);var u=t.slice(0);p.encryptBlock(u,0),t[B-1]=t[B-1]+1|0;for(var n=0;n<B;n++)g[F+n]^=u[n]}});return r.Decryptor=l,r}(),i.mode.CTR})}(ne)),ne.exports}var ae={exports:{}},Ye;function pt(){return Ye||(Ye=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){/** @preserve
10
+ */return function(r){var l=i,g=l.lib,F=g.WordArray,p=g.Hasher,B=l.algo,e=F.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),t=F.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),u=F.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),n=F.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),x=F.create([0,1518500249,1859775393,2400959708,2840853838]),c=F.create([1352829926,1548603684,1836072691,2053994217,0]),v=B.RIPEMD160=p.extend({_doReset:function(){this._hash=F.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(E,D){for(var _=0;_<16;_++){var R=D+_,A=E[R];E[R]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}var b=this._hash.words,S=x.words,w=c.words,T=e.words,V=t.words,z=u.words,M=n.words,O,I,j,k,P,H,N,U,L,Z;H=O=b[0],N=I=b[1],U=j=b[2],L=k=b[3],Z=P=b[4];for(var q,_=0;_<80;_+=1)q=O+E[D+T[_]]|0,_<16?q+=f(I,j,k)+S[0]:_<32?q+=d(I,j,k)+S[1]:_<48?q+=a(I,j,k)+S[2]:_<64?q+=s(I,j,k)+S[3]:q+=h(I,j,k)+S[4],q=q|0,q=m(q,z[_]),q=q+P|0,O=P,P=k,k=m(j,10),j=I,I=q,q=H+E[D+V[_]]|0,_<16?q+=h(N,U,L)+w[0]:_<32?q+=s(N,U,L)+w[1]:_<48?q+=a(N,U,L)+w[2]:_<64?q+=d(N,U,L)+w[3]:q+=f(N,U,L)+w[4],q=q|0,q=m(q,M[_]),q=q+Z|0,H=Z,Z=L,L=m(U,10),U=N,N=q;q=b[1]+j+L|0,b[1]=b[2]+k+Z|0,b[2]=b[3]+P+H|0,b[3]=b[4]+O+N|0,b[4]=b[0]+I+U|0,b[0]=q},_doFinalize:function(){var E=this._data,D=E.words,_=this._nDataBytes*8,R=E.sigBytes*8;D[R>>>5]|=128<<24-R%32,D[(R+64>>>9<<4)+14]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,E.sigBytes=(D.length+1)*4,this._process();for(var A=this._hash,b=A.words,S=0;S<5;S++){var w=b[S];b[S]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360}return A},clone:function(){var E=p.clone.call(this);return E._hash=this._hash.clone(),E}});function f(E,D,_){return E^D^_}function d(E,D,_){return E&D|~E&_}function a(E,D,_){return(E|~D)^_}function s(E,D,_){return E&_|D&~_}function h(E,D,_){return E^(D|~_)}function m(E,D){return E<<D|E>>>32-D}l.RIPEMD160=p._createHelper(v),l.HmacRIPEMD160=p._createHmacHelper(v)}(),i.RIPEMD160})}(Z0)),Z0.exports}var K0={exports:{}},Me;function Y0(){return Me||(Me=1,function(o,C){(function(i,r){o.exports=r($())})(W,function(i){(function(){var r=i,l=r.lib,g=l.Base,F=r.enc,p=F.Utf8,B=r.algo;B.HMAC=g.extend({init:function(e,t){e=this._hasher=new e.init,typeof t=="string"&&(t=p.parse(t));var u=e.blockSize,n=u*4;t.sigBytes>n&&(t=e.finalize(t)),t.clamp();for(var x=this._oKey=t.clone(),c=this._iKey=t.clone(),v=x.words,f=c.words,d=0;d<u;d++)v[d]^=1549556828,f[d]^=909522486;x.sigBytes=c.sigBytes=n,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,u=t.finalize(e);t.reset();var n=t.finalize(this._oKey.clone().concat(u));return n}})})()})}(K0)),K0.exports}var Q0={exports:{}},Ue;function dt(){return Ue||(Ue=1,function(o,C){(function(i,r,l){o.exports=r($(),L0(),Y0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Base,F=l.WordArray,p=r.algo,B=p.SHA256,e=p.HMAC,t=p.PBKDF2=g.extend({cfg:g.extend({keySize:128/32,hasher:B,iterations:25e4}),init:function(u){this.cfg=this.cfg.extend(u)},compute:function(u,n){for(var x=this.cfg,c=e.create(x.hasher,u),v=F.create(),f=F.create([1]),d=v.words,a=f.words,s=x.keySize,h=x.iterations;d.length<s;){var m=c.update(n).finalize(f);c.reset();for(var E=m.words,D=E.length,_=m,R=1;R<h;R++){_=c.finalize(_),c.reset();for(var A=_.words,b=0;b<D;b++)E[b]^=A[b]}v.concat(m),a[0]++}return v.sigBytes=s*4,v}});r.PBKDF2=function(u,n,x){return t.create(x).compute(u,n)}}(),i.PBKDF2})}(Q0)),Q0.exports}var J0={exports:{}},Ge;function r0(){return Ge||(Ge=1,function(o,C){(function(i,r,l){o.exports=r($(),We(),Y0())})(W,function(i){return function(){var r=i,l=r.lib,g=l.Base,F=l.WordArray,p=r.algo,B=p.MD5,e=p.EvpKDF=g.extend({cfg:g.extend({keySize:128/32,hasher:B,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,u){for(var n,x=this.cfg,c=x.hasher.create(),v=F.create(),f=v.words,d=x.keySize,a=x.iterations;f.length<d;){n&&c.update(n),n=c.update(t).finalize(u),c.reset();for(var s=1;s<a;s++)n=c.finalize(n),c.reset();v.concat(n)}return v.sigBytes=d*4,v}});r.EvpKDF=function(t,u,n){return e.create(n).compute(t,u)}}(),i.EvpKDF})}(J0)),J0.exports}var ee={exports:{}},Xe;function G(){return Xe||(Xe=1,function(o,C){(function(i,r,l){o.exports=r($(),r0())})(W,function(i){i.lib.Cipher||function(r){var l=i,g=l.lib,F=g.Base,p=g.WordArray,B=g.BufferedBlockAlgorithm,e=l.enc;e.Utf8;var t=e.Base64,u=l.algo,n=u.EvpKDF,x=g.Cipher=B.extend({cfg:F.extend(),createEncryptor:function(A,b){return this.create(this._ENC_XFORM_MODE,A,b)},createDecryptor:function(A,b){return this.create(this._DEC_XFORM_MODE,A,b)},init:function(A,b,S){this.cfg=this.cfg.extend(S),this._xformMode=A,this._key=b,this.reset()},reset:function(){B.reset.call(this),this._doReset()},process:function(A){return this._append(A),this._process()},finalize:function(A){A&&this._append(A);var b=this._doFinalize();return b},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function A(b){return typeof b=="string"?R:E}return function(b){return{encrypt:function(S,w,T){return A(w).encrypt(b,S,w,T)},decrypt:function(S,w,T){return A(w).decrypt(b,S,w,T)}}}}()});g.StreamCipher=x.extend({_doFinalize:function(){var A=this._process(!0);return A},blockSize:1});var c=l.mode={},v=g.BlockCipherMode=F.extend({createEncryptor:function(A,b){return this.Encryptor.create(A,b)},createDecryptor:function(A,b){return this.Decryptor.create(A,b)},init:function(A,b){this._cipher=A,this._iv=b}}),f=c.CBC=function(){var A=v.extend();A.Encryptor=A.extend({processBlock:function(S,w){var T=this._cipher,V=T.blockSize;b.call(this,S,w,V),T.encryptBlock(S,w),this._prevBlock=S.slice(w,w+V)}}),A.Decryptor=A.extend({processBlock:function(S,w){var T=this._cipher,V=T.blockSize,z=S.slice(w,w+V);T.decryptBlock(S,w),b.call(this,S,w,V),this._prevBlock=z}});function b(S,w,T){var V,z=this._iv;z?(V=z,this._iv=r):V=this._prevBlock;for(var M=0;M<T;M++)S[w+M]^=V[M]}return A}(),d=l.pad={},a=d.Pkcs7={pad:function(A,b){for(var S=b*4,w=S-A.sigBytes%S,T=w<<24|w<<16|w<<8|w,V=[],z=0;z<w;z+=4)V.push(T);var M=p.create(V,w);A.concat(M)},unpad:function(A){var b=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=b}};g.BlockCipher=x.extend({cfg:x.cfg.extend({mode:f,padding:a}),reset:function(){var A;x.reset.call(this);var b=this.cfg,S=b.iv,w=b.mode;this._xformMode==this._ENC_XFORM_MODE?A=w.createEncryptor:(A=w.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==A?this._mode.init(this,S&&S.words):(this._mode=A.call(w,this,S&&S.words),this._mode.__creator=A)},_doProcessBlock:function(A,b){this._mode.processBlock(A,b)},_doFinalize:function(){var A,b=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(b.pad(this._data,this.blockSize),A=this._process(!0)):(A=this._process(!0),b.unpad(A)),A},blockSize:128/32});var s=g.CipherParams=F.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),h=l.format={},m=h.OpenSSL={stringify:function(A){var b,S=A.ciphertext,w=A.salt;return w?b=p.create([1398893684,1701076831]).concat(w).concat(S):b=S,b.toString(t)},parse:function(A){var b,S=t.parse(A),w=S.words;return w[0]==1398893684&&w[1]==1701076831&&(b=p.create(w.slice(2,4)),w.splice(0,4),S.sigBytes-=16),s.create({ciphertext:S,salt:b})}},E=g.SerializableCipher=F.extend({cfg:F.extend({format:m}),encrypt:function(A,b,S,w){w=this.cfg.extend(w);var T=A.createEncryptor(S,w),V=T.finalize(b),z=T.cfg;return s.create({ciphertext:V,key:S,iv:z.iv,algorithm:A,mode:z.mode,padding:z.padding,blockSize:A.blockSize,formatter:w.format})},decrypt:function(A,b,S,w){w=this.cfg.extend(w),b=this._parse(b,w.format);var T=A.createDecryptor(S,w).finalize(b.ciphertext);return T},_parse:function(A,b){return typeof A=="string"?b.parse(A,this):A}}),D=l.kdf={},_=D.OpenSSL={execute:function(A,b,S,w,T){if(w||(w=p.random(64/8)),T)var V=n.create({keySize:b+S,hasher:T}).compute(A,w);else var V=n.create({keySize:b+S}).compute(A,w);var z=p.create(V.words.slice(b),S*4);return V.sigBytes=b*4,s.create({key:V,iv:z,salt:w})}},R=g.PasswordBasedCipher=E.extend({cfg:E.cfg.extend({kdf:_}),encrypt:function(A,b,S,w){w=this.cfg.extend(w);var T=w.kdf.execute(S,A.keySize,A.ivSize,w.salt,w.hasher);w.iv=T.iv;var V=E.encrypt.call(this,A,b,T.key,w);return V.mixIn(T),V},decrypt:function(A,b,S,w){w=this.cfg.extend(w),b=this._parse(b,w.format);var T=w.kdf.execute(S,A.keySize,A.ivSize,b.salt,w.hasher);w.iv=T.iv;var V=E.decrypt.call(this,A,b,T.key,w);return V}})}()})}(ee)),ee.exports}var re={exports:{}},Ze;function ht(){return Ze||(Ze=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.CFB=function(){var r=i.lib.BlockCipherMode.extend();r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize;l.call(this,g,F,B,p),this._prevBlock=g.slice(F,F+B)}}),r.Decryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=g.slice(F,F+B);l.call(this,g,F,B,p),this._prevBlock=e}});function l(g,F,p,B){var e,t=this._iv;t?(e=t.slice(0),this._iv=void 0):e=this._prevBlock,B.encryptBlock(e,0);for(var u=0;u<p;u++)g[F+u]^=e[u]}return r}(),i.mode.CFB})}(re)),re.exports}var te={exports:{}},Ke;function vt(){return Ke||(Ke=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.CTR=function(){var r=i.lib.BlockCipherMode.extend(),l=r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=this._iv,t=this._counter;e&&(t=this._counter=e.slice(0),this._iv=void 0);var u=t.slice(0);p.encryptBlock(u,0),t[B-1]=t[B-1]+1|0;for(var n=0;n<B;n++)g[F+n]^=u[n]}});return r.Decryptor=l,r}(),i.mode.CTR})}(te)),te.exports}var ne={exports:{}},Ye;function pt(){return Ye||(Ye=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){/** @preserve
11
11
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
12
12
  * derived from CryptoJS.mode.CTR
13
13
  * Jan Hruby jhruby.web@gmail.com
14
- */return i.mode.CTRGladman=function(){var r=i.lib.BlockCipherMode.extend();function l(p){if((p>>24&255)===255){var B=p>>16&255,e=p>>8&255,t=p&255;B===255?(B=0,e===255?(e=0,t===255?t=0:++t):++e):++B,p=0,p+=B<<16,p+=e<<8,p+=t}else p+=1<<24;return p}function g(p){return(p[0]=l(p[0]))===0&&(p[1]=l(p[1])),p}var F=r.Encryptor=r.extend({processBlock:function(p,B){var e=this._cipher,t=e.blockSize,u=this._iv,n=this._counter;u&&(n=this._counter=u.slice(0),this._iv=void 0),g(n);var x=n.slice(0);e.encryptBlock(x,0);for(var c=0;c<t;c++)p[B+c]^=x[c]}});return r.Decryptor=F,r}(),i.mode.CTRGladman})}(ae)),ae.exports}var oe={exports:{}},Qe;function Bt(){return Qe||(Qe=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.OFB=function(){var r=i.lib.BlockCipherMode.extend(),l=r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=this._iv,t=this._keystream;e&&(t=this._keystream=e.slice(0),this._iv=void 0),p.encryptBlock(t,0);for(var u=0;u<B;u++)g[F+u]^=t[u]}});return r.Decryptor=l,r}(),i.mode.OFB})}(oe)),oe.exports}var ie={exports:{}},Je;function Ct(){return Je||(Je=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.ECB=function(){var r=i.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(l,g){this._cipher.encryptBlock(l,g)}}),r.Decryptor=r.extend({processBlock:function(l,g){this._cipher.decryptBlock(l,g)}}),r}(),i.mode.ECB})}(ie)),ie.exports}var se={exports:{}},er;function gt(){return er||(er=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.AnsiX923={pad:function(r,l){var g=r.sigBytes,F=l*4,p=F-g%F,B=g+p-1;r.clamp(),r.words[B>>>2]|=p<<24-B%4*8,r.sigBytes+=p},unpad:function(r){var l=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=l}},i.pad.Ansix923})}(se)),se.exports}var xe={exports:{}},rr;function yt(){return rr||(rr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.Iso10126={pad:function(r,l){var g=l*4,F=g-r.sigBytes%g;r.concat(i.lib.WordArray.random(F-1)).concat(i.lib.WordArray.create([F<<24],1))},unpad:function(r){var l=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=l}},i.pad.Iso10126})}(xe)),xe.exports}var ce={exports:{}},tr;function mt(){return tr||(tr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.Iso97971={pad:function(r,l){r.concat(i.lib.WordArray.create([2147483648],1)),i.pad.ZeroPadding.pad(r,l)},unpad:function(r){i.pad.ZeroPadding.unpad(r),r.sigBytes--}},i.pad.Iso97971})}(ce)),ce.exports}var fe={exports:{}},nr;function Et(){return nr||(nr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.ZeroPadding={pad:function(r,l){var g=l*4;r.clamp(),r.sigBytes+=g-(r.sigBytes%g||g)},unpad:function(r){for(var l=r.words,g=r.sigBytes-1,g=r.sigBytes-1;g>=0;g--)if(l[g>>>2]>>>24-g%4*8&255){r.sigBytes=g+1;break}}},i.pad.ZeroPadding})}(fe)),fe.exports}var le={exports:{}},ar;function At(){return ar||(ar=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.NoPadding={pad:function(){},unpad:function(){}},i.pad.NoPadding})}(le)),le.exports}var ue={exports:{}},or;function Ft(){return or||(or=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.CipherParams,p=l.enc,B=p.Hex,e=l.format;e.Hex={stringify:function(t){return t.ciphertext.toString(B)},parse:function(t){var u=B.parse(t);return F.create({ciphertext:u})}}}(),i.format.Hex})}(ue)),ue.exports}var de={exports:{}},ir;function Dt(){return ir||(ir=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.BlockCipher,F=r.algo,p=[],B=[],e=[],t=[],u=[],n=[],x=[],c=[],h=[],f=[];(function(){for(var s=[],v=0;v<256;v++)v<128?s[v]=v<<1:s[v]=v<<1^283;for(var A=0,m=0,v=0;v<256;v++){var D=m^m<<1^m<<2^m<<3^m<<4;D=D>>>8^D&255^99,p[A]=D,B[D]=A;var w=s[A],P=s[w],E=s[P],b=s[D]*257^D*16843008;e[A]=b<<24|b>>>8,t[A]=b<<16|b>>>16,u[A]=b<<8|b>>>24,n[A]=b;var b=E*16843009^P*65537^w*257^A*16843008;x[D]=b<<24|b>>>8,c[D]=b<<16|b>>>16,h[D]=b<<8|b>>>24,f[D]=b,A?(A=w^s[s[s[E^w]]],m^=s[s[m]]):A=m=1}})();var d=[0,1,2,4,8,16,32,64,128,27,54],a=F.AES=g.extend({_doReset:function(){var s;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var v=this._keyPriorReset=this._key,A=v.words,m=v.sigBytes/4,D=this._nRounds=m+6,w=(D+1)*4,P=this._keySchedule=[],E=0;E<w;E++)E<m?P[E]=A[E]:(s=P[E-1],E%m?m>6&&E%m==4&&(s=p[s>>>24]<<24|p[s>>>16&255]<<16|p[s>>>8&255]<<8|p[s&255]):(s=s<<8|s>>>24,s=p[s>>>24]<<24|p[s>>>16&255]<<16|p[s>>>8&255]<<8|p[s&255],s^=d[E/m|0]<<24),P[E]=P[E-m]^s);for(var b=this._invKeySchedule=[],S=0;S<w;S++){var E=w-S;if(S%4)var s=P[E];else var s=P[E-4];S<4||E<=4?b[S]=s:b[S]=x[p[s>>>24]]^c[p[s>>>16&255]]^h[p[s>>>8&255]]^f[p[s&255]]}}},encryptBlock:function(s,v){this._doCryptBlock(s,v,this._keySchedule,e,t,u,n,p)},decryptBlock:function(s,v){var A=s[v+1];s[v+1]=s[v+3],s[v+3]=A,this._doCryptBlock(s,v,this._invKeySchedule,x,c,h,f,B);var A=s[v+1];s[v+1]=s[v+3],s[v+3]=A},_doCryptBlock:function(s,v,A,m,D,w,P,E){for(var b=this._nRounds,S=s[v]^A[0],_=s[v+1]^A[1],T=s[v+2]^A[2],V=s[v+3]^A[3],z=4,M=1;M<b;M++){var O=m[S>>>24]^D[_>>>16&255]^w[T>>>8&255]^P[V&255]^A[z++],j=m[_>>>24]^D[T>>>16&255]^w[V>>>8&255]^P[S&255]^A[z++],I=m[T>>>24]^D[V>>>16&255]^w[S>>>8&255]^P[_&255]^A[z++],k=m[V>>>24]^D[S>>>16&255]^w[_>>>8&255]^P[T&255]^A[z++];S=O,_=j,T=I,V=k}var O=(E[S>>>24]<<24|E[_>>>16&255]<<16|E[T>>>8&255]<<8|E[V&255])^A[z++],j=(E[_>>>24]<<24|E[T>>>16&255]<<16|E[V>>>8&255]<<8|E[S&255])^A[z++],I=(E[T>>>24]<<24|E[V>>>16&255]<<16|E[S>>>8&255]<<8|E[_&255])^A[z++],k=(E[V>>>24]<<24|E[S>>>16&255]<<16|E[_>>>8&255]<<8|E[T&255])^A[z++];s[v]=O,s[v+1]=j,s[v+2]=I,s[v+3]=k},keySize:256/32});r.AES=g._createHelper(a)}(),i.AES})}(de)),de.exports}var he={exports:{}},sr;function bt(){return sr||(sr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=l.BlockCipher,p=r.algo,B=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],e=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],t=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],u=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],n=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],x=p.DES=F.extend({_doReset:function(){for(var d=this._key,a=d.words,s=[],v=0;v<56;v++){var A=B[v]-1;s[v]=a[A>>>5]>>>31-A%32&1}for(var m=this._subKeys=[],D=0;D<16;D++){for(var w=m[D]=[],P=t[D],v=0;v<24;v++)w[v/6|0]|=s[(e[v]-1+P)%28]<<31-v%6,w[4+(v/6|0)]|=s[28+(e[v+24]-1+P)%28]<<31-v%6;w[0]=w[0]<<1|w[0]>>>31;for(var v=1;v<7;v++)w[v]=w[v]>>>(v-1)*4+3;w[7]=w[7]<<5|w[7]>>>27}for(var E=this._invSubKeys=[],v=0;v<16;v++)E[v]=m[15-v]},encryptBlock:function(d,a){this._doCryptBlock(d,a,this._subKeys)},decryptBlock:function(d,a){this._doCryptBlock(d,a,this._invSubKeys)},_doCryptBlock:function(d,a,s){this._lBlock=d[a],this._rBlock=d[a+1],c.call(this,4,252645135),c.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),c.call(this,1,1431655765);for(var v=0;v<16;v++){for(var A=s[v],m=this._lBlock,D=this._rBlock,w=0,P=0;P<8;P++)w|=u[P][((D^A[P])&n[P])>>>0];this._lBlock=D,this._rBlock=m^w}var E=this._lBlock;this._lBlock=this._rBlock,this._rBlock=E,c.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),c.call(this,16,65535),c.call(this,4,252645135),d[a]=this._lBlock,d[a+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function c(d,a){var s=(this._lBlock>>>d^this._rBlock)&a;this._rBlock^=s,this._lBlock^=s<<d}function h(d,a){var s=(this._rBlock>>>d^this._lBlock)&a;this._lBlock^=s,this._rBlock^=s<<d}r.DES=F._createHelper(x);var f=p.TripleDES=F.extend({_doReset:function(){var d=this._key,a=d.words;if(a.length!==2&&a.length!==4&&a.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var s=a.slice(0,2),v=a.length<4?a.slice(0,2):a.slice(2,4),A=a.length<6?a.slice(0,2):a.slice(4,6);this._des1=x.createEncryptor(g.create(s)),this._des2=x.createEncryptor(g.create(v)),this._des3=x.createEncryptor(g.create(A))},encryptBlock:function(d,a){this._des1.encryptBlock(d,a),this._des2.decryptBlock(d,a),this._des3.encryptBlock(d,a)},decryptBlock:function(d,a){this._des3.decryptBlock(d,a),this._des2.encryptBlock(d,a),this._des1.decryptBlock(d,a)},keySize:192/32,ivSize:64/32,blockSize:64/32});r.TripleDES=F._createHelper(f)}(),i.TripleDES})}(he)),he.exports}var ve={exports:{}},xr;function wt(){return xr||(xr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=F.RC4=g.extend({_doReset:function(){for(var t=this._key,u=t.words,n=t.sigBytes,x=this._S=[],c=0;c<256;c++)x[c]=c;for(var c=0,h=0;c<256;c++){var f=c%n,d=u[f>>>2]>>>24-f%4*8&255;h=(h+x[c]+d)%256;var a=x[c];x[c]=x[h],x[h]=a}this._i=this._j=0},_doProcessBlock:function(t,u){t[u]^=B.call(this)},keySize:256/32,ivSize:0});function B(){for(var t=this._S,u=this._i,n=this._j,x=0,c=0;c<4;c++){u=(u+1)%256,n=(n+t[u])%256;var h=t[u];t[u]=t[n],t[n]=h,x|=t[(t[u]+t[n])%256]<<24-c*8}return this._i=u,this._j=n,x}r.RC4=g._createHelper(p);var e=F.RC4Drop=p.extend({cfg:p.cfg.extend({drop:192}),_doReset:function(){p._doReset.call(this);for(var t=this.cfg.drop;t>0;t--)B.call(this)}});r.RC4Drop=g._createHelper(e)}(),i.RC4})}(ve)),ve.exports}var pe={exports:{}},cr;function _t(){return cr||(cr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=[],B=[],e=[],t=F.Rabbit=g.extend({_doReset:function(){for(var n=this._key.words,x=this.cfg.iv,c=0;c<4;c++)n[c]=(n[c]<<8|n[c]>>>24)&16711935|(n[c]<<24|n[c]>>>8)&4278255360;var h=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],f=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var c=0;c<4;c++)u.call(this);for(var c=0;c<8;c++)f[c]^=h[c+4&7];if(x){var d=x.words,a=d[0],s=d[1],v=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,A=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,m=v>>>16|A&4294901760,D=A<<16|v&65535;f[0]^=v,f[1]^=m,f[2]^=A,f[3]^=D,f[4]^=v,f[5]^=m,f[6]^=A,f[7]^=D;for(var c=0;c<4;c++)u.call(this)}},_doProcessBlock:function(n,x){var c=this._X;u.call(this),p[0]=c[0]^c[5]>>>16^c[3]<<16,p[1]=c[2]^c[7]>>>16^c[5]<<16,p[2]=c[4]^c[1]>>>16^c[7]<<16,p[3]=c[6]^c[3]>>>16^c[1]<<16;for(var h=0;h<4;h++)p[h]=(p[h]<<8|p[h]>>>24)&16711935|(p[h]<<24|p[h]>>>8)&4278255360,n[x+h]^=p[h]},blockSize:128/32,ivSize:64/32});function u(){for(var n=this._X,x=this._C,c=0;c<8;c++)B[c]=x[c];x[0]=x[0]+1295307597+this._b|0,x[1]=x[1]+3545052371+(x[0]>>>0<B[0]>>>0?1:0)|0,x[2]=x[2]+886263092+(x[1]>>>0<B[1]>>>0?1:0)|0,x[3]=x[3]+1295307597+(x[2]>>>0<B[2]>>>0?1:0)|0,x[4]=x[4]+3545052371+(x[3]>>>0<B[3]>>>0?1:0)|0,x[5]=x[5]+886263092+(x[4]>>>0<B[4]>>>0?1:0)|0,x[6]=x[6]+1295307597+(x[5]>>>0<B[5]>>>0?1:0)|0,x[7]=x[7]+3545052371+(x[6]>>>0<B[6]>>>0?1:0)|0,this._b=x[7]>>>0<B[7]>>>0?1:0;for(var c=0;c<8;c++){var h=n[c]+x[c],f=h&65535,d=h>>>16,a=((f*f>>>17)+f*d>>>15)+d*d,s=((h&4294901760)*h|0)+((h&65535)*h|0);e[c]=a^s}n[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,n[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,n[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,n[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,n[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,n[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,n[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,n[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.Rabbit=g._createHelper(t)}(),i.Rabbit})}(pe)),pe.exports}var Be={exports:{}},fr;function kt(){return fr||(fr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=[],B=[],e=[],t=F.RabbitLegacy=g.extend({_doReset:function(){var n=this._key.words,x=this.cfg.iv,c=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],h=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var f=0;f<4;f++)u.call(this);for(var f=0;f<8;f++)h[f]^=c[f+4&7];if(x){var d=x.words,a=d[0],s=d[1],v=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,A=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,m=v>>>16|A&4294901760,D=A<<16|v&65535;h[0]^=v,h[1]^=m,h[2]^=A,h[3]^=D,h[4]^=v,h[5]^=m,h[6]^=A,h[7]^=D;for(var f=0;f<4;f++)u.call(this)}},_doProcessBlock:function(n,x){var c=this._X;u.call(this),p[0]=c[0]^c[5]>>>16^c[3]<<16,p[1]=c[2]^c[7]>>>16^c[5]<<16,p[2]=c[4]^c[1]>>>16^c[7]<<16,p[3]=c[6]^c[3]>>>16^c[1]<<16;for(var h=0;h<4;h++)p[h]=(p[h]<<8|p[h]>>>24)&16711935|(p[h]<<24|p[h]>>>8)&4278255360,n[x+h]^=p[h]},blockSize:128/32,ivSize:64/32});function u(){for(var n=this._X,x=this._C,c=0;c<8;c++)B[c]=x[c];x[0]=x[0]+1295307597+this._b|0,x[1]=x[1]+3545052371+(x[0]>>>0<B[0]>>>0?1:0)|0,x[2]=x[2]+886263092+(x[1]>>>0<B[1]>>>0?1:0)|0,x[3]=x[3]+1295307597+(x[2]>>>0<B[2]>>>0?1:0)|0,x[4]=x[4]+3545052371+(x[3]>>>0<B[3]>>>0?1:0)|0,x[5]=x[5]+886263092+(x[4]>>>0<B[4]>>>0?1:0)|0,x[6]=x[6]+1295307597+(x[5]>>>0<B[5]>>>0?1:0)|0,x[7]=x[7]+3545052371+(x[6]>>>0<B[6]>>>0?1:0)|0,this._b=x[7]>>>0<B[7]>>>0?1:0;for(var c=0;c<8;c++){var h=n[c]+x[c],f=h&65535,d=h>>>16,a=((f*f>>>17)+f*d>>>15)+d*d,s=((h&4294901760)*h|0)+((h&65535)*h|0);e[c]=a^s}n[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,n[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,n[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,n[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,n[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,n[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,n[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,n[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.RabbitLegacy=g._createHelper(t)}(),i.RabbitLegacy})}(Be)),Be.exports}var Ce={exports:{}},lr;function St(){return lr||(lr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.BlockCipher,F=r.algo;const p=16,B=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],e=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var t={pbox:[],sbox:[]};function u(f,d){let a=d>>24&255,s=d>>16&255,v=d>>8&255,A=d&255,m=f.sbox[0][a]+f.sbox[1][s];return m=m^f.sbox[2][v],m=m+f.sbox[3][A],m}function n(f,d,a){let s=d,v=a,A;for(let m=0;m<p;++m)s=s^f.pbox[m],v=u(f,s)^v,A=s,s=v,v=A;return A=s,s=v,v=A,v=v^f.pbox[p],s=s^f.pbox[p+1],{left:s,right:v}}function x(f,d,a){let s=d,v=a,A;for(let m=p+1;m>1;--m)s=s^f.pbox[m],v=u(f,s)^v,A=s,s=v,v=A;return A=s,s=v,v=A,v=v^f.pbox[1],s=s^f.pbox[0],{left:s,right:v}}function c(f,d,a){for(let D=0;D<4;D++){f.sbox[D]=[];for(let w=0;w<256;w++)f.sbox[D][w]=e[D][w]}let s=0;for(let D=0;D<p+2;D++)f.pbox[D]=B[D]^d[s],s++,s>=a&&(s=0);let v=0,A=0,m=0;for(let D=0;D<p+2;D+=2)m=n(f,v,A),v=m.left,A=m.right,f.pbox[D]=v,f.pbox[D+1]=A;for(let D=0;D<4;D++)for(let w=0;w<256;w+=2)m=n(f,v,A),v=m.left,A=m.right,f.sbox[D][w]=v,f.sbox[D][w+1]=A;return!0}var h=F.Blowfish=g.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var f=this._keyPriorReset=this._key,d=f.words,a=f.sigBytes/4;c(t,d,a)}},encryptBlock:function(f,d){var a=n(t,f[d],f[d+1]);f[d]=a.left,f[d+1]=a.right},decryptBlock:function(f,d){var a=x(t,f[d],f[d+1]);f[d]=a.left,f[d+1]=a.right},blockSize:64/32,keySize:128/32,ivSize:64/32});r.Blowfish=g._createHelper(h)}(),i.Blowfish})}(Ce)),Ce.exports}(function(o,C){(function(i,r,l){o.exports=r($(),D0(),it(),st(),a0(),xt(),o0(),We(),M0(),ct(),Oe(),ft(),lt(),ut(),Q0(),dt(),r0(),G(),ht(),vt(),pt(),Bt(),Ct(),gt(),yt(),mt(),Et(),At(),Ft(),Dt(),bt(),wt(),_t(),kt(),St())})(W,function(i){return i})})(_e);var Nt=_e.exports;const ur=be(Nt);function dr(o,C){const i=o.data.cityItems.default,r=y.ref(o.data.data),l=H0(o);function g(F,p){const B="https://wis.qq.com/weather/common?source=pc&weather_type=observe|forecast_1h|forecast_24h|index|rise|air&province="+i[F].province+"&city="+i[F].city[p];nt(B,(h,f)=>{if(h)console.error("Error fetching data:",h);else{const d=f.data;r.value.default.temperature=d.observe.degree,r.value.default.max=d.forecast_24h[1].max_degree,r.value.default.min=d.forecast_24h[1].min_degree,r.value.default.weather=d.observe.weather,r.value.default.air=d.air.aqi,r.value.default.sunriseTime=new Date,r.value.default.sunsetTime=new Date,r.value.default.sunriseTime.setHours(Number(d.rise[0].sunrise.split(":")[0])),r.value.default.sunriseTime.setMinutes(Number(d.rise[0].sunrise.split(":")[1])),r.value.default.sunriseTime.setSeconds(0),r.value.default.sunriseTime.setMilliseconds(0),r.value.default.sunsetTime.setHours(Number(d.rise[0].sunset.split(":")[0])),r.value.default.sunsetTime.setMinutes(Number(d.rise[0].sunset.split(":")[1])),r.value.default.sunriseTime.setSeconds(0),r.value.default.sunriseTime.setMilliseconds(0),r.value.default.adviceItems.forEach(s=>{s.value=d.index[s.key]}),r.value.default.proindexItemsSet[0][0].value=d.index.ultraviolet.info,r.value.default.proindexItemsSet[0][1].value=d.observe.precipitation+"mm";let a;for(a=1;a<8;a++)r.value.default.weekItems[a-1].icon=d.forecast_24h[a].day_weather_code,r.value.default.weekItems[a-1].max=d.forecast_24h[a].max_degree,r.value.default.weekItems[a-1].min=d.forecast_24h[a].min_degree;for(a=0;a<24;a++)r.value.default.dayItemsSet[0][a].icon=d.forecast_1h[a].weather_code,r.value.default.dayItemsSet[0][a].temp=d.forecast_1h[a].degree;for(a=0;a<24&&!(d.forecast_1h[a].update_time.endsWith("000000")&&a!==0);a++);a--;for(let s=0;s<24;a++,s++)r.value.default.dayItemsSet[1][s].icon=d.forecast_1h[a].weather_code,r.value.default.dayItemsSet[1][s].temp=d.forecast_1h[a].degree}});const e=new Headers;e.append("User-Agent","Win64");const t="location="+i[F].city[F]+"&public_key=P2yFGyRckTUNG9rFt&ts="+new Date().getTime()+"&ttl=3000",n=ur.HmacSHA1(t,"Sh3s--_vh1BWqUb_w"),x=encodeURIComponent(n.toString(ur.enc.Base64)),c="https://api.seniverse.com/v3/weather/now.json?"+t+"&sig="+x;fetch(c,{method:"GET",headers:e}).then(h=>{if(!h.ok)throw new Error("Network response was not ok");return h.json()}).then(h=>{const f=h.results[0].now;r.value.default.proindexItemsSet[1][0].value=f.humidity+"%",r.value.default.proindexItemsSet[1][1].value=f.feels_like+"°",r.value.default.proindexItemsSet[2][0].value=f.pressure+"mpa",r.value.default.proindexItemsSet[2][1].value=Math.round(Number(f.visibility))+"km"}).catch(h=>{console.error("Error fetching data:",h)}),setTimeout(()=>{l.renderCharts(0)},500)}return{fetchData:g}}function Pt(o,C){const i=o.data.cityItems.default,r=y.ref(!1),l=y.ref(0),g=y.ref(0),F=y.ref(0),p=dr(o),B=A0(o),e=y.computed(()=>({"background-color":B.colorTheme.value[2]}));function t(){r.value=!r.value,l.value=0}function u(){const h=document.getElementById("provinceSelect");l.value=h.selectedIndex}function n(){const h=document.getElementById("provinceSelect"),f=document.getElementById("citySelect");g.value=h.selectedIndex,F.value=f.selectedIndex;const d=document.getElementById("f-weather-24h-content");d.style.marginLeft="-32px",p.fetchData(g.value,F.value),r.value=!1,l.value=0}function x(){return r.value?y.createVNode("div",{class:"f-weather-city-select"},[y.createVNode("select",{id:"provinceSelect",onChange:u},[i.map(h=>y.createVNode("option",null,[h.province]))]),y.createVNode("select",{id:"citySelect"},[i[l.value].city.map(h=>y.createVNode("option",null,[h]))]),y.createVNode("button",{class:"f-weather-button f-weather-button-city",style:e.value,onClick:n},[y.createTextVNode("确定")])]):""}function c(){return y.createVNode("div",{class:"f-weather-city"},[y.createVNode("span",{class:"f-weather-city-title"},[i[g.value].city[F.value]+"市"]),y.createVNode("img",{src:"/components/weather/src/image/choose.png",class:"f-weather-city-icon",onClick:t},null),x()])}return{renderWeatherCity:c}}function Ht(o,C){const i=y.ref(o.data.data),r=De();function l(){return y.createVNode("div",null,[y.createVNode("div",{id:"sunset",class:"f-weather-sunset-progress"},null),y.createVNode("div",{class:"f-weather-sunset-container"},[y.createVNode("img",{src:"/components/weather/src/image/sunrise.png",class:"f-weather-sunrise-img"},null),y.createVNode("img",{src:"/components/weather/src/image/sunset.png",class:"f-weather-sunset-img"},null),y.createVNode("div",null,[y.createVNode("span",{class:"f-weather-sunrise-text"},[r.addZero(i.value.default.sunriseTime.getHours())+":"+r.addZero(i.value.default.sunriseTime.getMinutes())]),y.createVNode("span",{class:"f-weather-sunset-text"},[r.addZero(i.value.default.sunsetTime.getHours())+":"+r.addZero(i.value.default.sunsetTime.getMinutes())])])])])}return{renderWeatherSunset:l}}function Rt(o,C){const i=o.data.themeItems.default,r=y.ref(o.theme),l=y.ref(o.data.data),g=y.computed(()=>({"animation-name":"icon","animation-duration":"0.8s","animation-iteration-count":"infinite"})),F=y.computed(()=>l.value.default.air<=50?"优":l.value.default.air<=100?"良":l.value.default.air<=150?"轻度污染":l.value.default.air<=200?"中度污染":l.value.default.air<=300?"重度污染":"严重污染"),p=y.computed(()=>l.value.default.air>300?{type:"smog",color:"red",title:"雾霾红色预警"}:l.value.default.air>200?{type:"smog",color:"orange",title:"雾霾橙色预警"}:l.value.default.air>150?{type:"smog",color:"yellow",title:"雾霾黄色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))>40?{type:"highTemp",color:"red",title:"高温红色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))>37?{type:"highTemp",color:"orange",title:"高温橙色预警"}:l.value.default.weekItems[0].max>35&&l.value.default.weekItems[1].max>35&&l.value.default.weekItems[2].max>35?{type:"highTemp",color:"yellow",title:"高温黄色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=0&&l.value.default.dayItemsSet[0][0].temp>16?{type:"lowTemp",color:"red",title:"低温红色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=0&&l.value.default.dayItemsSet[0][0].temp>12?{type:"lowTemp",color:"orange",title:"低温橙色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=4&&l.value.default.dayItemsSet[0][0].temp>14?{type:"lowTemp",color:"yellow",title:"低温黄色预警"}:null);function B(){return p.value?y.createVNode("span",{class:"f-weather-warning-container"},[y.createVNode("span",{class:"f-weather-warning"},[y.createVNode("img",{src:"/components/weather/src/image/warningImage/"+(p.value.type+"-"+p.value.color)+".png",class:"f-weather-warning-icon",style:p.value?g.value:""},null),y.createVNode("span",{class:"f-weather-warning-text"},[y.createTextVNode(" "),p.value.title])])]):""}function e(){return y.createVNode("div",{class:"f-weather-information-text f-weather-advice-container"},[l.value.default.adviceItems.map(n=>i[r.value].adviceItems.includes(n.key)?y.createVNode("span",{class:"f-weather-advice"},[y.createVNode("span",null,[n.value.name,y.createTextVNode(":"),n.value.info]),i[r.value].adviceItems.indexOf(n.key)!==2?y.createVNode("span",{class:"f-weather-advice-line"},null):"",y.createVNode("span",{class:"f-weather-advice-text"},[n.value.detail])]):"")])}function t(){return y.createVNode("div",{class:"f-weather-air"},[y.createVNode("div",{class:"f-weather-air-title"},[y.createTextVNode("空气质量:"),l.value.default.air+" - "+F.value]),y.createVNode("div",{class:"f-weather-air-progress"},[y.createVNode(y.resolveComponent("f-progress"),{percent:100,enableBackgroundImg:!0,backgroundImg:"linear-gradient(90deg, #01C84C 0%, #F7FF01 26%, #FF0000 53%, #800080 78%, #A52A2A 100%)"},null),y.createVNode("img",{src:"/components/weather/src/image/point.png",id:"airPoint",class:"f-weather-air-point"},null)])])}function u(){return y.createVNode("div",{class:"f-weather-information-container"},[y.createVNode("div",{class:"f-weather-information"},[y.createVNode("div",{class:"f-weather-information-row1"},[y.createVNode("span",{class:"f-weather-temperature"},[l.value.default.temperature+" °"]),y.createVNode("span",{class:"f-weather-weather"},[l.value.default.weather])]),y.createVNode("div",{class:"f-weather-information-row2"},[B()])]),y.createVNode("div",{class:"f-weather-information-text f-weather-maxmin"},[l.value.default.min+"° ~ "+l.value.default.max+"°"]),e(),t()])}return{renderWeatherInformation:u}}function Tt(o,C){const i=y.ref(!1),{renderWeatherDetail:r}=Lr(o),{renderWeatherCity:l}=Pt(o),{renderWeatherSunset:g}=Ht(o),{renderWeatherInformation:F}=Rt(o),p=y.computed(()=>({"border-bottom-left-radius":i.value?"0px":null,"border-bottom-right-radius":i.value?"0px":null})),B=y.computed(()=>({display:i.value?"block":"none"}));function e(){i.value=!i.value}function t(){return y.createVNode("div",{class:"f-weather-header"},[l(),y.createVNode("button",{class:"f-weather-button f-weather-button-detail",onClick:e},[i.value?y.createVNode("div",null,[y.createTextVNode("隐藏详细信息")]):y.createVNode("div",null,[y.createTextVNode("显示详细信息")])])])}function u(){return y.createVNode("div",null,[y.createVNode("div",{class:"f-weather-container",style:p.value},[t(),g(),F()]),y.createVNode("div",{style:B.value},[r()])])}return{renderWeatherHome:u}}const h0=y.defineComponent({name:"FWeather",components:{"f-progress":kr},props:E0,emits:[],setup(o,C){const i=y.ref(),r=y.ref(o.data.data),l=A0(o),g=H0(o),F=dr(o),{renderWeatherHome:p}=Tt(o),B=y.computed(()=>({"background-image":"linear-gradient(132deg, "+l.colorTheme.value[0]+" 0%, "+l.colorTheme.value[1]+" 100%)"}));function e(){const t=i.value.getBoundingClientRect().width,u=document.getElementById("airPoint"),n=Math.max(i.value.getBoundingClientRect().width,400);u&&(u.style.marginLeft=r.value.default.air/500*(n-50)-5+"px");const x=document.getElementById("f-weather-24h-content");if(x){const c=x.scrollWidth-t-130;x.offsetLeft<-c&&(x.style.marginLeft="-"+Math.max(c,32)+"px")}g.renderChart7d()}return y.onMounted(()=>{wr.useResizeObserver(i.value,e),F.fetchData(0,0)}),()=>y.createVNode("div",{ref:i,id:"background",class:"f-weather-background",style:B.value},[p()])}}),Vt=new Map([["appearance",Fe]]);function Wt(o,C,i){return C}const zt={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://farris-design.gitee.io/progress.schema.json",title:"progress",description:"A Farris Component",type:"object",properties:{id:{description:"The unique identifier for progress",type:"string"},type:{description:"The type string of progress",type:"string",default:"progress"},appearance:{description:"",type:"object",properties:{class:{type:"string"},style:{type:"string"}},default:{}},binding:{description:"",type:"object",default:{}},disable:{type:"string",default:!1},editable:{description:"",type:"boolean",default:!0},placeholder:{description:"",type:"string",default:""},readonly:{description:"",type:"boolean",default:!1},require:{description:"",type:"boolean",default:!1},tabindex:{description:"",type:"number",default:-1},visible:{description:"",type:"boolean",default:!0}},required:["id","type"]},qt={title:"progress",description:"A Farris Component",type:"object",categories:{basic:{description:"Basic Infomation",title:"基本信息",properties:{id:{description:"组件标识",title:"标识",type:"string",readonly:!0},type:{description:"组件类型",title:"控件类型",type:"select",editor:{type:"waiting for modification",enum:[]}}}}}},hr={progressType:{type:String,default:"line"},strokeWidth:{type:Number,default:0},size:{type:String,default:"default"},showInfo:{type:Boolean,default:!0},progressStatus:{type:String,default:"default"},successPercent:{type:Number,default:0},strokeColor:{type:String,default:""},strokeLinecap:{type:String,default:"round"},width:{type:Number,default:100},percent:{type:Number,default:20},enableBackgroundImg:{type:Boolean,default:!1},backgroundImg:{type:String,default:""},gapPosition:{type:String},gapDegree:{type:Number,default:0},format:{type:Function,default:(o,C)=>`${o}%`}};Ae(hr,zt,Vt,Wt,qt);function $t(o){function C(F){return+F.replace("%","")}function i(F){let p=[];return Object.keys(F).forEach(B=>{const e=F[B],t=C(B);isNaN(t)||p.push({key:t,value:e})}),p=p.sort((B,e)=>B.key-e.key),p}const r=y.computed(()=>!!o.strokeColor&&typeof o.strokeColor!="string"),l=y.computed(()=>{const{from:F="#59a1ff",to:p="#59a1ff",direction:B="to right",...e}=o.strokeColor;if(Object.keys(e).length!==0){const t=i(e).map(({key:u,value:n})=>`${n} ${u}%`).join(", ");return`linear-gradient(${B}, ${t})`}return`linear-gradient(${B}, ${F}, ${p})`}),g=y.computed(()=>i(o.strokeColor).map(({key:F,value:p})=>({offset:`${F}%`,color:p})));return{isGradient:r,linearGradient:l,circleGradient:g}}function Ot(o){return{strokeWidth:y.computed(()=>o.strokeWidth||(o.progressType==="line"&&o.size!=="small"?8:6))}}function It(o){return{formatPercentageText:y.computed(()=>o.format(o.percent,o.successPercent))}}function jt(o,C,i,r){const{isCircleStyle:l}=C,{isGradient:g,linearGradient:F}=i,{strokeWidth:p}=r,B=y.computed(()=>{const d={"f-progress":!0,"f-progress-line":o.progressType==="line","ant-progress-small":o.size==="small","f-progress-show-info":o.showInfo,"f-progress-circle":l.value},a=`f-progress-status-${o.progressStatus}`;return d[a]=!0,d}),e=y.computed(()=>({width:`${o.width}px`,height:`${o.width}px`,"font-size":`${o.width*.15+6}px`,"f-progress-circle-gradient":g.value})),t=y.computed(()=>({"f-progress-inner":!0,"f-progress-circle-gradient":g.value})),u=0,n=y.computed(()=>u+1),x=y.computed(()=>{const d=50-p.value/2,a=o.gapPosition||(o.progressType==="circle"?"top":"bottom");let s=0,v=-d,A=0,m=d*-2;switch(a){case"left":s=-d,v=0,A=d*2,m=0;break;case"right":s=d,v=0,A=d*-2,m=0;break;case"bottom":v=d,m=d*2;break}return`M 50,50 m ${s},${v}
15
- a ${d},${d} 0 1 1 ${A},${-m}
16
- a ${d},${d} 0 1 1 ${-A},${m}`}),c=y.computed(()=>{const d=50-p.value/2,a=Math.PI*2*d,s=o.gapDegree||(o.progressType==="circle"?0:75);return{strokeDasharray:`${a-s}px ${a}px`,strokeDashoffset:`-${s/2}px`,transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s"}}),h=y.computed(()=>{const d=50-p.value/2,a=Math.PI*2*d,s=o.gapDegree||(o.progressType==="circle"?0:75),v=o.successPercent!==void 0&&o.successPercent!==null?[o.successPercent,o.percent]:[o.percent];return v.map((A,m)=>{const D=v.length===2&&m===0;return{stroke:g.value&&!D?`url(#gradient-${n.value})`:null,strokePathStyle:{stroke:g.value?null:D?"default":o.strokeColor,transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s",strokeDasharray:`${(A||0)/100*(a-s)}px ${a}px`,strokeDashoffset:`-${s/2}px`}}}).reverse()}),f=y.computed(()=>({width:`${o.percent}%`,"border-radius":o.strokeLinecap==="round"?"100px":"0",background:g.value?null:o.strokeColor,"background-image":g.value?F.value:null,height:`${p.value}px`}));return{progressClass:B,inCircleProgressBarStyle:e,inCircleProgressBarClass:t,pathString:x,trailPathStyle:c,progressCirclePaths:h,gradientId:n,inlineProgressBackgroundStyle:f}}function Lt(o){return{isCircleStyle:y.computed(()=>o.progressType==="circle"||o.progressType==="dashboard")}}function Mt(o){const C=y.computed(()=>{const l={"f-progress-text-icon":!0,"f-icon":!0},g=`f-icon-${o.progressStatus}`;return l[g]=!0,l}),i=y.computed(()=>{const l={"f-progress-text-icon":!0,"f-icon":!0},g=o.progressStatus==="success"?"f-icon-checkmark":"f-icon-x";return l[g]=!0,l}),r=y.computed(()=>o.progressStatus==="error"||o.progressStatus==="success");return{inlineProgrssStatusClass:C,circleProgrssStatusClass:i,shouldShowStatus:r}}function Ut(o){const C=y.computed(()=>({width:`${o.successPercent}%`,"border-radius":o.strokeLinecap==="round"?"100px":"0",height:`${o.strokeWidth}px`,"background-image":o.enableBackgroundImg?`url(${o.backgroundImg})`:null})),i=y.computed(()=>o.successPercent||o.successPercent===0);return{inlineProgressSuccessBackgroundStyle:C,shouldShowSuccessInlineProgressBackground:i}}const Gt=y.defineComponent({name:"FProgress",props:hr,emits:[],setup(o){const C=y.ref(o.progressType),i=y.ref(o.showInfo),r=y.ref(o.percent),l=y.ref(o.strokeLinecap),g=$t(o),{isGradient:F,circleGradient:p}=g,B=Ot(o),{strokeWidth:e}=B,{formatPercentageText:t}=It(o),u=Lt(o),{isCircleStyle:n}=u,{progressClass:x,inCircleProgressBarStyle:c,inCircleProgressBarClass:h,pathString:f,trailPathStyle:d,progressCirclePaths:a,gradientId:s,inlineProgressBackgroundStyle:v}=jt(o,u,g,B),{inlineProgrssStatusClass:A,circleProgrssStatusClass:m,shouldShowStatus:D}=Mt(o),{inlineProgressSuccessBackgroundStyle:w,shouldShowSuccessInlineProgressBackground:P}=Ut(o);y.watch(()=>o.percent,_=>{r.value=_||0});function E(){return i.value&&y.createVNode("span",{class:"f-progress-text"},[D.value?y.createVNode("span",{class:n.value?m.value:A.value},null):t.value])}function b(){return y.createVNode(y.Fragment,null,[y.createVNode("div",{class:"f-progress-outer"},[y.createVNode("div",{class:"f-progress-inner"},[y.createVNode("div",{class:"f-progress-bg",style:v.value},null),P.value&&y.createVNode("div",{class:"f-progress-success-bg",style:w.value},null)])]),E()])}function S(){return y.createVNode("div",{class:h.value,style:c.value},[y.createVNode("svg",{class:"f-progress-circle",viewBox:"0 0 100 100"},[F.value&&y.createVNode("defs",null,[y.createVNode("linearGradient",{id:"gradient-"+s.value,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},[p.value.map(_=>y.createVNode("stop",{offset:_.offset,"stop-color":_.color},null))])]),y.createVNode("path",{class:"f-progress-circle-trail",stroke:"#efefef","fill-opacity":"0","stroke-width":e.value,d:f.value,style:d.value},null),a.value.map(_=>y.createVNode("path",{class:"f-progress-circle-path","fill-opacity":"0",d:f.value,"stroke-linecap":l.value,stroke:_.stroke,"stroke-width":r.value?e.value:0,style:_.strokePathStyle},null))]),E()])}return()=>y.createVNode("div",{class:x.value},[C.value==="line"&&b(),n.value&&S()])}});function Xt(o,C,i){var A;function r(){}const l="",g="",F=y.ref();function p(){return(C==null?void 0:C.schema.componentType)!=="frame"}function B(){return!1}function e(){return(C==null?void 0:C.schema.componentType)!=="frame"}function t(){return(C==null?void 0:C.schema.componentType)==="frame"}function u(m){if(!m||!m.value)return null;if(m.value.schema&&m.value.schema.type==="component")return m.value;const D=y.ref(m==null?void 0:m.value.parent),w=u(D);return w||null}function n(m=C){const{componentInstance:D,designerItemElementRef:w}=m;return!D||!D.value?null:D.value.canMove?w:n(m.parent)}function x(m){return!!i}function c(){return(C==null?void 0:C.schema.label)||(C==null?void 0:C.schema.title)||(C==null?void 0:C.schema.name)}function h(){}function f(m,D){}function d(m,D){const{componentType:w}=m;let P=N0(w,m,D);const E=w.toLowerCase().replace("-","_");return P&&!P.id&&P.type===w&&(P.id=`${E}_${Math.random().toString().slice(2,6)}`),P}function a(m,D){const w=String(m.getAttribute("data-controltype")),P=m.getAttribute("data-feature"),E=P?JSON.parse(P):{};E.parentComponentInstance=F.value;let b=N0(w,E);const S=w.toLowerCase().replace("-","_");return b&&!b.id&&b.type===w&&(b.id=`${S}_${Math.random().toString().slice(2,6)}`),b}function s(m){}function v(...m){}return F.value={canMove:p(),canSelectParent:B(),canDelete:e(),canNested:!t(),contents:C==null?void 0:C.schema.contents,elementRef:o,parent:(A=C==null?void 0:C.parent)==null?void 0:A.componentInstance,schema:C==null?void 0:C.schema,styles:l,designerClass:g,canAccepts:x,getBelongedComponentInstance:u,getDraggableDesignItemElement:n,getDraggingDisplayText:c,getPropConfig:v,getDragScopeElement:h,onAcceptMovedChildElement:f,onAcceptNewChildElement:a,onChildElementMovedOut:s,addNewChildComponentSchema:d,updateDragAndDropRules:r,triggerBelongedComponentToMoveWhenMoved:y.ref(!1),triggerBelongedComponentToDeleteWhenDeleted:y.ref(!1)},F}const Zt=y.defineComponent({name:"FWeatherDesign",components:{"f-progress":Gt},props:E0,emits:[],setup(o,C){const i=y.ref(),r=y.inject("design-item-context"),l=Xt(i,r);return y.onMounted(()=>{i.value.componentInstance=l}),C.expose(l.value),()=>y.createVNode(h0,{ref:i},null)}}),Kt={install(o){o.component(h0.name,h0)},register(o,C,i,r){o.weather=h0,C.weather=P0},registerDesigner(o,C,i){o.weather=Zt,C.weather=P0}};X.Weather=h0,X.default=Kt,X.propsResolver=P0,X.weatherProps=E0,Object.defineProperties(X,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
14
+ */return i.mode.CTRGladman=function(){var r=i.lib.BlockCipherMode.extend();function l(p){if((p>>24&255)===255){var B=p>>16&255,e=p>>8&255,t=p&255;B===255?(B=0,e===255?(e=0,t===255?t=0:++t):++e):++B,p=0,p+=B<<16,p+=e<<8,p+=t}else p+=1<<24;return p}function g(p){return(p[0]=l(p[0]))===0&&(p[1]=l(p[1])),p}var F=r.Encryptor=r.extend({processBlock:function(p,B){var e=this._cipher,t=e.blockSize,u=this._iv,n=this._counter;u&&(n=this._counter=u.slice(0),this._iv=void 0),g(n);var x=n.slice(0);e.encryptBlock(x,0);for(var c=0;c<t;c++)p[B+c]^=x[c]}});return r.Decryptor=F,r}(),i.mode.CTRGladman})}(ne)),ne.exports}var ae={exports:{}},Qe;function Bt(){return Qe||(Qe=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.OFB=function(){var r=i.lib.BlockCipherMode.extend(),l=r.Encryptor=r.extend({processBlock:function(g,F){var p=this._cipher,B=p.blockSize,e=this._iv,t=this._keystream;e&&(t=this._keystream=e.slice(0),this._iv=void 0),p.encryptBlock(t,0);for(var u=0;u<B;u++)g[F+u]^=t[u]}});return r.Decryptor=l,r}(),i.mode.OFB})}(ae)),ae.exports}var oe={exports:{}},Je;function Ct(){return Je||(Je=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.mode.ECB=function(){var r=i.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(l,g){this._cipher.encryptBlock(l,g)}}),r.Decryptor=r.extend({processBlock:function(l,g){this._cipher.decryptBlock(l,g)}}),r}(),i.mode.ECB})}(oe)),oe.exports}var ie={exports:{}},er;function gt(){return er||(er=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.AnsiX923={pad:function(r,l){var g=r.sigBytes,F=l*4,p=F-g%F,B=g+p-1;r.clamp(),r.words[B>>>2]|=p<<24-B%4*8,r.sigBytes+=p},unpad:function(r){var l=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=l}},i.pad.Ansix923})}(ie)),ie.exports}var se={exports:{}},rr;function yt(){return rr||(rr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.Iso10126={pad:function(r,l){var g=l*4,F=g-r.sigBytes%g;r.concat(i.lib.WordArray.random(F-1)).concat(i.lib.WordArray.create([F<<24],1))},unpad:function(r){var l=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=l}},i.pad.Iso10126})}(se)),se.exports}var xe={exports:{}},tr;function mt(){return tr||(tr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.Iso97971={pad:function(r,l){r.concat(i.lib.WordArray.create([2147483648],1)),i.pad.ZeroPadding.pad(r,l)},unpad:function(r){i.pad.ZeroPadding.unpad(r),r.sigBytes--}},i.pad.Iso97971})}(xe)),xe.exports}var ce={exports:{}},nr;function Et(){return nr||(nr=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.ZeroPadding={pad:function(r,l){var g=l*4;r.clamp(),r.sigBytes+=g-(r.sigBytes%g||g)},unpad:function(r){for(var l=r.words,g=r.sigBytes-1,g=r.sigBytes-1;g>=0;g--)if(l[g>>>2]>>>24-g%4*8&255){r.sigBytes=g+1;break}}},i.pad.ZeroPadding})}(ce)),ce.exports}var fe={exports:{}},ar;function At(){return ar||(ar=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return i.pad.NoPadding={pad:function(){},unpad:function(){}},i.pad.NoPadding})}(fe)),fe.exports}var le={exports:{}},or;function Ft(){return or||(or=1,function(o,C){(function(i,r,l){o.exports=r($(),G())})(W,function(i){return function(r){var l=i,g=l.lib,F=g.CipherParams,p=l.enc,B=p.Hex,e=l.format;e.Hex={stringify:function(t){return t.ciphertext.toString(B)},parse:function(t){var u=B.parse(t);return F.create({ciphertext:u})}}}(),i.format.Hex})}(le)),le.exports}var ue={exports:{}},ir;function Dt(){return ir||(ir=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.BlockCipher,F=r.algo,p=[],B=[],e=[],t=[],u=[],n=[],x=[],c=[],v=[],f=[];(function(){for(var s=[],h=0;h<256;h++)h<128?s[h]=h<<1:s[h]=h<<1^283;for(var m=0,E=0,h=0;h<256;h++){var D=E^E<<1^E<<2^E<<3^E<<4;D=D>>>8^D&255^99,p[m]=D,B[D]=m;var _=s[m],R=s[_],A=s[R],b=s[D]*257^D*16843008;e[m]=b<<24|b>>>8,t[m]=b<<16|b>>>16,u[m]=b<<8|b>>>24,n[m]=b;var b=A*16843009^R*65537^_*257^m*16843008;x[D]=b<<24|b>>>8,c[D]=b<<16|b>>>16,v[D]=b<<8|b>>>24,f[D]=b,m?(m=_^s[s[s[A^_]]],E^=s[s[E]]):m=E=1}})();var d=[0,1,2,4,8,16,32,64,128,27,54],a=F.AES=g.extend({_doReset:function(){var s;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var h=this._keyPriorReset=this._key,m=h.words,E=h.sigBytes/4,D=this._nRounds=E+6,_=(D+1)*4,R=this._keySchedule=[],A=0;A<_;A++)A<E?R[A]=m[A]:(s=R[A-1],A%E?E>6&&A%E==4&&(s=p[s>>>24]<<24|p[s>>>16&255]<<16|p[s>>>8&255]<<8|p[s&255]):(s=s<<8|s>>>24,s=p[s>>>24]<<24|p[s>>>16&255]<<16|p[s>>>8&255]<<8|p[s&255],s^=d[A/E|0]<<24),R[A]=R[A-E]^s);for(var b=this._invKeySchedule=[],S=0;S<_;S++){var A=_-S;if(S%4)var s=R[A];else var s=R[A-4];S<4||A<=4?b[S]=s:b[S]=x[p[s>>>24]]^c[p[s>>>16&255]]^v[p[s>>>8&255]]^f[p[s&255]]}}},encryptBlock:function(s,h){this._doCryptBlock(s,h,this._keySchedule,e,t,u,n,p)},decryptBlock:function(s,h){var m=s[h+1];s[h+1]=s[h+3],s[h+3]=m,this._doCryptBlock(s,h,this._invKeySchedule,x,c,v,f,B);var m=s[h+1];s[h+1]=s[h+3],s[h+3]=m},_doCryptBlock:function(s,h,m,E,D,_,R,A){for(var b=this._nRounds,S=s[h]^m[0],w=s[h+1]^m[1],T=s[h+2]^m[2],V=s[h+3]^m[3],z=4,M=1;M<b;M++){var O=E[S>>>24]^D[w>>>16&255]^_[T>>>8&255]^R[V&255]^m[z++],I=E[w>>>24]^D[T>>>16&255]^_[V>>>8&255]^R[S&255]^m[z++],j=E[T>>>24]^D[V>>>16&255]^_[S>>>8&255]^R[w&255]^m[z++],k=E[V>>>24]^D[S>>>16&255]^_[w>>>8&255]^R[T&255]^m[z++];S=O,w=I,T=j,V=k}var O=(A[S>>>24]<<24|A[w>>>16&255]<<16|A[T>>>8&255]<<8|A[V&255])^m[z++],I=(A[w>>>24]<<24|A[T>>>16&255]<<16|A[V>>>8&255]<<8|A[S&255])^m[z++],j=(A[T>>>24]<<24|A[V>>>16&255]<<16|A[S>>>8&255]<<8|A[w&255])^m[z++],k=(A[V>>>24]<<24|A[S>>>16&255]<<16|A[w>>>8&255]<<8|A[T&255])^m[z++];s[h]=O,s[h+1]=I,s[h+2]=j,s[h+3]=k},keySize:256/32});r.AES=g._createHelper(a)}(),i.AES})}(ue)),ue.exports}var de={exports:{}},sr;function bt(){return sr||(sr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.WordArray,F=l.BlockCipher,p=r.algo,B=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],e=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],t=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],u=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],n=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],x=p.DES=F.extend({_doReset:function(){for(var d=this._key,a=d.words,s=[],h=0;h<56;h++){var m=B[h]-1;s[h]=a[m>>>5]>>>31-m%32&1}for(var E=this._subKeys=[],D=0;D<16;D++){for(var _=E[D]=[],R=t[D],h=0;h<24;h++)_[h/6|0]|=s[(e[h]-1+R)%28]<<31-h%6,_[4+(h/6|0)]|=s[28+(e[h+24]-1+R)%28]<<31-h%6;_[0]=_[0]<<1|_[0]>>>31;for(var h=1;h<7;h++)_[h]=_[h]>>>(h-1)*4+3;_[7]=_[7]<<5|_[7]>>>27}for(var A=this._invSubKeys=[],h=0;h<16;h++)A[h]=E[15-h]},encryptBlock:function(d,a){this._doCryptBlock(d,a,this._subKeys)},decryptBlock:function(d,a){this._doCryptBlock(d,a,this._invSubKeys)},_doCryptBlock:function(d,a,s){this._lBlock=d[a],this._rBlock=d[a+1],c.call(this,4,252645135),c.call(this,16,65535),v.call(this,2,858993459),v.call(this,8,16711935),c.call(this,1,1431655765);for(var h=0;h<16;h++){for(var m=s[h],E=this._lBlock,D=this._rBlock,_=0,R=0;R<8;R++)_|=u[R][((D^m[R])&n[R])>>>0];this._lBlock=D,this._rBlock=E^_}var A=this._lBlock;this._lBlock=this._rBlock,this._rBlock=A,c.call(this,1,1431655765),v.call(this,8,16711935),v.call(this,2,858993459),c.call(this,16,65535),c.call(this,4,252645135),d[a]=this._lBlock,d[a+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function c(d,a){var s=(this._lBlock>>>d^this._rBlock)&a;this._rBlock^=s,this._lBlock^=s<<d}function v(d,a){var s=(this._rBlock>>>d^this._lBlock)&a;this._lBlock^=s,this._rBlock^=s<<d}r.DES=F._createHelper(x);var f=p.TripleDES=F.extend({_doReset:function(){var d=this._key,a=d.words;if(a.length!==2&&a.length!==4&&a.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var s=a.slice(0,2),h=a.length<4?a.slice(0,2):a.slice(2,4),m=a.length<6?a.slice(0,2):a.slice(4,6);this._des1=x.createEncryptor(g.create(s)),this._des2=x.createEncryptor(g.create(h)),this._des3=x.createEncryptor(g.create(m))},encryptBlock:function(d,a){this._des1.encryptBlock(d,a),this._des2.decryptBlock(d,a),this._des3.encryptBlock(d,a)},decryptBlock:function(d,a){this._des3.decryptBlock(d,a),this._des2.encryptBlock(d,a),this._des1.decryptBlock(d,a)},keySize:192/32,ivSize:64/32,blockSize:64/32});r.TripleDES=F._createHelper(f)}(),i.TripleDES})}(de)),de.exports}var he={exports:{}},xr;function _t(){return xr||(xr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=F.RC4=g.extend({_doReset:function(){for(var t=this._key,u=t.words,n=t.sigBytes,x=this._S=[],c=0;c<256;c++)x[c]=c;for(var c=0,v=0;c<256;c++){var f=c%n,d=u[f>>>2]>>>24-f%4*8&255;v=(v+x[c]+d)%256;var a=x[c];x[c]=x[v],x[v]=a}this._i=this._j=0},_doProcessBlock:function(t,u){t[u]^=B.call(this)},keySize:256/32,ivSize:0});function B(){for(var t=this._S,u=this._i,n=this._j,x=0,c=0;c<4;c++){u=(u+1)%256,n=(n+t[u])%256;var v=t[u];t[u]=t[n],t[n]=v,x|=t[(t[u]+t[n])%256]<<24-c*8}return this._i=u,this._j=n,x}r.RC4=g._createHelper(p);var e=F.RC4Drop=p.extend({cfg:p.cfg.extend({drop:192}),_doReset:function(){p._doReset.call(this);for(var t=this.cfg.drop;t>0;t--)B.call(this)}});r.RC4Drop=g._createHelper(e)}(),i.RC4})}(he)),he.exports}var ve={exports:{}},cr;function wt(){return cr||(cr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=[],B=[],e=[],t=F.Rabbit=g.extend({_doReset:function(){for(var n=this._key.words,x=this.cfg.iv,c=0;c<4;c++)n[c]=(n[c]<<8|n[c]>>>24)&16711935|(n[c]<<24|n[c]>>>8)&4278255360;var v=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],f=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var c=0;c<4;c++)u.call(this);for(var c=0;c<8;c++)f[c]^=v[c+4&7];if(x){var d=x.words,a=d[0],s=d[1],h=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,m=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,E=h>>>16|m&4294901760,D=m<<16|h&65535;f[0]^=h,f[1]^=E,f[2]^=m,f[3]^=D,f[4]^=h,f[5]^=E,f[6]^=m,f[7]^=D;for(var c=0;c<4;c++)u.call(this)}},_doProcessBlock:function(n,x){var c=this._X;u.call(this),p[0]=c[0]^c[5]>>>16^c[3]<<16,p[1]=c[2]^c[7]>>>16^c[5]<<16,p[2]=c[4]^c[1]>>>16^c[7]<<16,p[3]=c[6]^c[3]>>>16^c[1]<<16;for(var v=0;v<4;v++)p[v]=(p[v]<<8|p[v]>>>24)&16711935|(p[v]<<24|p[v]>>>8)&4278255360,n[x+v]^=p[v]},blockSize:128/32,ivSize:64/32});function u(){for(var n=this._X,x=this._C,c=0;c<8;c++)B[c]=x[c];x[0]=x[0]+1295307597+this._b|0,x[1]=x[1]+3545052371+(x[0]>>>0<B[0]>>>0?1:0)|0,x[2]=x[2]+886263092+(x[1]>>>0<B[1]>>>0?1:0)|0,x[3]=x[3]+1295307597+(x[2]>>>0<B[2]>>>0?1:0)|0,x[4]=x[4]+3545052371+(x[3]>>>0<B[3]>>>0?1:0)|0,x[5]=x[5]+886263092+(x[4]>>>0<B[4]>>>0?1:0)|0,x[6]=x[6]+1295307597+(x[5]>>>0<B[5]>>>0?1:0)|0,x[7]=x[7]+3545052371+(x[6]>>>0<B[6]>>>0?1:0)|0,this._b=x[7]>>>0<B[7]>>>0?1:0;for(var c=0;c<8;c++){var v=n[c]+x[c],f=v&65535,d=v>>>16,a=((f*f>>>17)+f*d>>>15)+d*d,s=((v&4294901760)*v|0)+((v&65535)*v|0);e[c]=a^s}n[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,n[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,n[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,n[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,n[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,n[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,n[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,n[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.Rabbit=g._createHelper(t)}(),i.Rabbit})}(ve)),ve.exports}var pe={exports:{}},fr;function kt(){return fr||(fr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.StreamCipher,F=r.algo,p=[],B=[],e=[],t=F.RabbitLegacy=g.extend({_doReset:function(){var n=this._key.words,x=this.cfg.iv,c=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],v=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var f=0;f<4;f++)u.call(this);for(var f=0;f<8;f++)v[f]^=c[f+4&7];if(x){var d=x.words,a=d[0],s=d[1],h=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,m=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,E=h>>>16|m&4294901760,D=m<<16|h&65535;v[0]^=h,v[1]^=E,v[2]^=m,v[3]^=D,v[4]^=h,v[5]^=E,v[6]^=m,v[7]^=D;for(var f=0;f<4;f++)u.call(this)}},_doProcessBlock:function(n,x){var c=this._X;u.call(this),p[0]=c[0]^c[5]>>>16^c[3]<<16,p[1]=c[2]^c[7]>>>16^c[5]<<16,p[2]=c[4]^c[1]>>>16^c[7]<<16,p[3]=c[6]^c[3]>>>16^c[1]<<16;for(var v=0;v<4;v++)p[v]=(p[v]<<8|p[v]>>>24)&16711935|(p[v]<<24|p[v]>>>8)&4278255360,n[x+v]^=p[v]},blockSize:128/32,ivSize:64/32});function u(){for(var n=this._X,x=this._C,c=0;c<8;c++)B[c]=x[c];x[0]=x[0]+1295307597+this._b|0,x[1]=x[1]+3545052371+(x[0]>>>0<B[0]>>>0?1:0)|0,x[2]=x[2]+886263092+(x[1]>>>0<B[1]>>>0?1:0)|0,x[3]=x[3]+1295307597+(x[2]>>>0<B[2]>>>0?1:0)|0,x[4]=x[4]+3545052371+(x[3]>>>0<B[3]>>>0?1:0)|0,x[5]=x[5]+886263092+(x[4]>>>0<B[4]>>>0?1:0)|0,x[6]=x[6]+1295307597+(x[5]>>>0<B[5]>>>0?1:0)|0,x[7]=x[7]+3545052371+(x[6]>>>0<B[6]>>>0?1:0)|0,this._b=x[7]>>>0<B[7]>>>0?1:0;for(var c=0;c<8;c++){var v=n[c]+x[c],f=v&65535,d=v>>>16,a=((f*f>>>17)+f*d>>>15)+d*d,s=((v&4294901760)*v|0)+((v&65535)*v|0);e[c]=a^s}n[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,n[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,n[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,n[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,n[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,n[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,n[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,n[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.RabbitLegacy=g._createHelper(t)}(),i.RabbitLegacy})}(pe)),pe.exports}var Be={exports:{}},lr;function St(){return lr||(lr=1,function(o,C){(function(i,r,l){o.exports=r($(),a0(),o0(),r0(),G())})(W,function(i){return function(){var r=i,l=r.lib,g=l.BlockCipher,F=r.algo;const p=16,B=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],e=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var t={pbox:[],sbox:[]};function u(f,d){let a=d>>24&255,s=d>>16&255,h=d>>8&255,m=d&255,E=f.sbox[0][a]+f.sbox[1][s];return E=E^f.sbox[2][h],E=E+f.sbox[3][m],E}function n(f,d,a){let s=d,h=a,m;for(let E=0;E<p;++E)s=s^f.pbox[E],h=u(f,s)^h,m=s,s=h,h=m;return m=s,s=h,h=m,h=h^f.pbox[p],s=s^f.pbox[p+1],{left:s,right:h}}function x(f,d,a){let s=d,h=a,m;for(let E=p+1;E>1;--E)s=s^f.pbox[E],h=u(f,s)^h,m=s,s=h,h=m;return m=s,s=h,h=m,h=h^f.pbox[1],s=s^f.pbox[0],{left:s,right:h}}function c(f,d,a){for(let D=0;D<4;D++){f.sbox[D]=[];for(let _=0;_<256;_++)f.sbox[D][_]=e[D][_]}let s=0;for(let D=0;D<p+2;D++)f.pbox[D]=B[D]^d[s],s++,s>=a&&(s=0);let h=0,m=0,E=0;for(let D=0;D<p+2;D+=2)E=n(f,h,m),h=E.left,m=E.right,f.pbox[D]=h,f.pbox[D+1]=m;for(let D=0;D<4;D++)for(let _=0;_<256;_+=2)E=n(f,h,m),h=E.left,m=E.right,f.sbox[D][_]=h,f.sbox[D][_+1]=m;return!0}var v=F.Blowfish=g.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var f=this._keyPriorReset=this._key,d=f.words,a=f.sigBytes/4;c(t,d,a)}},encryptBlock:function(f,d){var a=n(t,f[d],f[d+1]);f[d]=a.left,f[d+1]=a.right},decryptBlock:function(f,d){var a=x(t,f[d],f[d+1]);f[d]=a.left,f[d+1]=a.right},blockSize:64/32,keySize:128/32,ivSize:64/32});r.Blowfish=g._createHelper(v)}(),i.Blowfish})}(Be)),Be.exports}(function(o,C){(function(i,r,l){o.exports=r($(),D0(),it(),st(),a0(),xt(),o0(),We(),L0(),ct(),Oe(),ft(),lt(),ut(),Y0(),dt(),r0(),G(),ht(),vt(),pt(),Bt(),Ct(),gt(),yt(),mt(),Et(),At(),Ft(),Dt(),bt(),_t(),wt(),kt(),St())})(W,function(i){return i})})(we);var Nt=we.exports;const ur=be(Nt);function dr(o,C){const i=o.data.cityItems.default,r=y.ref(o.data.data),l=P0(o);function g(F,p){const B="https://wis.qq.com/weather/common?source=pc&weather_type=observe|forecast_1h|forecast_24h|index|rise|air&province="+i[F].province+"&city="+i[F].city[p];nt(B,(v,f)=>{if(v)console.error("Error fetching data:",v);else{const d=f.data;r.value.default.temperature=d.observe.degree,r.value.default.max=d.forecast_24h[1].max_degree,r.value.default.min=d.forecast_24h[1].min_degree,r.value.default.weather=d.observe.weather,r.value.default.air=d.air.aqi,r.value.default.sunriseTime=new Date,r.value.default.sunsetTime=new Date,r.value.default.sunriseTime.setHours(Number(d.rise[0].sunrise.split(":")[0])),r.value.default.sunriseTime.setMinutes(Number(d.rise[0].sunrise.split(":")[1])),r.value.default.sunriseTime.setSeconds(0),r.value.default.sunriseTime.setMilliseconds(0),r.value.default.sunsetTime.setHours(Number(d.rise[0].sunset.split(":")[0])),r.value.default.sunsetTime.setMinutes(Number(d.rise[0].sunset.split(":")[1])),r.value.default.sunriseTime.setSeconds(0),r.value.default.sunriseTime.setMilliseconds(0),r.value.default.adviceItems.forEach(s=>{s.value=d.index[s.key]}),r.value.default.proindexItemsSet[0][0].value=d.index.ultraviolet.info,r.value.default.proindexItemsSet[0][1].value=d.observe.precipitation+"mm";let a;for(a=1;a<8;a++)r.value.default.weekItems[a-1].icon=d.forecast_24h[a].day_weather_code,r.value.default.weekItems[a-1].max=d.forecast_24h[a].max_degree,r.value.default.weekItems[a-1].min=d.forecast_24h[a].min_degree;for(a=0;a<24;a++)r.value.default.dayItemsSet[0][a].icon=d.forecast_1h[a].weather_code,r.value.default.dayItemsSet[0][a].temp=d.forecast_1h[a].degree;for(a=0;a<24&&!(d.forecast_1h[a].update_time.endsWith("000000")&&a!==0);a++);a--;for(let s=0;s<24;a++,s++)r.value.default.dayItemsSet[1][s].icon=d.forecast_1h[a].weather_code,r.value.default.dayItemsSet[1][s].temp=d.forecast_1h[a].degree}});const e=new Headers;e.append("User-Agent","Win64");const t="location="+i[F].city[F]+"&public_key=P2yFGyRckTUNG9rFt&ts="+new Date().getTime()+"&ttl=3000",n=ur.HmacSHA1(t,"Sh3s--_vh1BWqUb_w"),x=encodeURIComponent(n.toString(ur.enc.Base64)),c="https://api.seniverse.com/v3/weather/now.json?"+t+"&sig="+x;fetch(c,{method:"GET",headers:e}).then(v=>{if(!v.ok)throw new Error("Network response was not ok");return v.json()}).then(v=>{const f=v.results[0].now;r.value.default.proindexItemsSet[1][0].value=f.humidity+"%",r.value.default.proindexItemsSet[1][1].value=f.feels_like+"°",r.value.default.proindexItemsSet[2][0].value=f.pressure+"mpa",r.value.default.proindexItemsSet[2][1].value=Math.round(Number(f.visibility))+"km"}).catch(v=>{console.error("Error fetching data:",v)}),setTimeout(()=>{l.renderCharts(0)},500)}return{fetchData:g}}function Pt(o,C){const i=o.data.cityItems.default,r=y.ref(!1),l=y.ref(0),g=y.ref(0),F=y.ref(0),p=dr(o),B=A0(o),e=y.computed(()=>({"background-color":B.colorTheme.value[2]}));function t(){r.value=!r.value,l.value=0}function u(){const v=document.getElementById("provinceSelect");l.value=v.selectedIndex}function n(){const v=document.getElementById("provinceSelect"),f=document.getElementById("citySelect");g.value=v.selectedIndex,F.value=f.selectedIndex;const d=document.getElementById("f-weather-24h-content");d.style.marginLeft="-32px",p.fetchData(g.value,F.value),r.value=!1,l.value=0}function x(){return r.value?y.createVNode("div",{class:"f-weather-city-select"},[y.createVNode("select",{id:"provinceSelect",onChange:u},[i.map(v=>y.createVNode("option",null,[v.province]))]),y.createVNode("select",{id:"citySelect"},[i[l.value].city.map(v=>y.createVNode("option",null,[v]))]),y.createVNode("button",{class:"f-weather-button f-weather-button-city",style:e.value,onClick:n},[y.createTextVNode("确定")])]):""}function c(){return y.createVNode("div",{class:"f-weather-city"},[y.createVNode("span",{class:"f-weather-city-title"},[i[g.value].city[F.value]+"市"]),y.createVNode("img",{src:"/components/weather/src/image/choose.png",class:"f-weather-city-icon",onClick:t},null),x()])}return{renderWeatherCity:c}}function Ht(o,C){const i=y.ref(o.data.data),r=De();function l(){return y.createVNode("div",null,[y.createVNode("div",{id:"sunset",class:"f-weather-sunset-progress"},null),y.createVNode("div",{class:"f-weather-sunset-container"},[y.createVNode("img",{src:"/components/weather/src/image/sunrise.png",class:"f-weather-sunrise-img"},null),y.createVNode("img",{src:"/components/weather/src/image/sunset.png",class:"f-weather-sunset-img"},null),y.createVNode("div",null,[y.createVNode("span",{class:"f-weather-sunrise-text"},[r.addZero(i.value.default.sunriseTime.getHours())+":"+r.addZero(i.value.default.sunriseTime.getMinutes())]),y.createVNode("span",{class:"f-weather-sunset-text"},[r.addZero(i.value.default.sunsetTime.getHours())+":"+r.addZero(i.value.default.sunsetTime.getMinutes())])])])])}return{renderWeatherSunset:l}}function Rt(o,C){const i=o.data.themeItems.default,r=y.ref(o.theme),l=y.ref(o.data.data),g=y.computed(()=>({"animation-name":"icon","animation-duration":"0.8s","animation-iteration-count":"infinite"})),F=y.computed(()=>l.value.default.air<=50?"优":l.value.default.air<=100?"良":l.value.default.air<=150?"轻度污染":l.value.default.air<=200?"中度污染":l.value.default.air<=300?"重度污染":"严重污染"),p=y.computed(()=>l.value.default.air>300?{type:"smog",color:"red",title:"雾霾红色预警"}:l.value.default.air>200?{type:"smog",color:"orange",title:"雾霾橙色预警"}:l.value.default.air>150?{type:"smog",color:"yellow",title:"雾霾黄色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))>40?{type:"highTemp",color:"red",title:"高温红色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))>37?{type:"highTemp",color:"orange",title:"高温橙色预警"}:l.value.default.weekItems[0].max>35&&l.value.default.weekItems[1].max>35&&l.value.default.weekItems[2].max>35?{type:"highTemp",color:"yellow",title:"高温黄色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=0&&l.value.default.dayItemsSet[0][0].temp>16?{type:"lowTemp",color:"red",title:"低温红色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=0&&l.value.default.dayItemsSet[0][0].temp>12?{type:"lowTemp",color:"orange",title:"低温橙色预警"}:Math.max(...l.value.default.dayItemsSet[0].map(n=>n.temp))<=4&&l.value.default.dayItemsSet[0][0].temp>14?{type:"lowTemp",color:"yellow",title:"低温黄色预警"}:null);function B(){return p.value?y.createVNode("span",{class:"f-weather-warning-container"},[y.createVNode("span",{class:"f-weather-warning"},[y.createVNode("img",{src:"/components/weather/src/image/warningImage/"+(p.value.type+"-"+p.value.color)+".png",class:"f-weather-warning-icon",style:p.value?g.value:""},null),y.createVNode("span",{class:"f-weather-warning-text"},[y.createTextVNode(" "),p.value.title])])]):""}function e(){return y.createVNode("div",{class:"f-weather-information-text f-weather-advice-container"},[l.value.default.adviceItems.map(n=>i[r.value].adviceItems.includes(n.key)?y.createVNode("span",{class:"f-weather-advice"},[y.createVNode("span",null,[n.value.name,y.createTextVNode(":"),n.value.info]),i[r.value].adviceItems.indexOf(n.key)!==2?y.createVNode("span",{class:"f-weather-advice-line"},null):"",y.createVNode("span",{class:"f-weather-advice-text"},[n.value.detail])]):"")])}function t(){return y.createVNode("div",{class:"f-weather-air"},[y.createVNode("div",{class:"f-weather-air-title"},[y.createTextVNode("空气质量:"),l.value.default.air+" - "+F.value]),y.createVNode("div",{class:"f-weather-air-progress"},[y.createVNode(y.resolveComponent("f-progress"),{percent:100,enableBackgroundImg:!0,backgroundImg:"linear-gradient(90deg, #01C84C 0%, #F7FF01 26%, #FF0000 53%, #800080 78%, #A52A2A 100%)"},null),y.createVNode("img",{src:"/components/weather/src/image/point.png",id:"airPoint",class:"f-weather-air-point"},null)])])}function u(){return y.createVNode("div",{class:"f-weather-information-container"},[y.createVNode("div",{class:"f-weather-information"},[y.createVNode("div",{class:"f-weather-information-row1"},[y.createVNode("span",{class:"f-weather-temperature"},[l.value.default.temperature+" °"]),y.createVNode("span",{class:"f-weather-weather"},[l.value.default.weather])]),y.createVNode("div",{class:"f-weather-information-row2"},[B()])]),y.createVNode("div",{class:"f-weather-information-text f-weather-maxmin"},[l.value.default.min+"° ~ "+l.value.default.max+"°"]),e(),t()])}return{renderWeatherInformation:u}}function Tt(o,C){const i=y.ref(!1),{renderWeatherDetail:r}=Lr(o),{renderWeatherCity:l}=Pt(o),{renderWeatherSunset:g}=Ht(o),{renderWeatherInformation:F}=Rt(o),p=y.computed(()=>({"border-bottom-left-radius":i.value?"0px":null,"border-bottom-right-radius":i.value?"0px":null})),B=y.computed(()=>({display:i.value?"block":"none"}));function e(){i.value=!i.value}function t(){return y.createVNode("div",{class:"f-weather-header"},[l(),y.createVNode("button",{class:"f-weather-button f-weather-button-detail",onClick:e},[i.value?y.createVNode("div",null,[y.createTextVNode("隐藏详细信息")]):y.createVNode("div",null,[y.createTextVNode("显示详细信息")])])])}function u(){return y.createVNode("div",null,[y.createVNode("div",{class:"f-weather-container",style:p.value},[t(),g(),F()]),y.createVNode("div",{style:B.value},[r()])])}return{renderWeatherHome:u}}const h0=y.defineComponent({name:"FWeather",components:{"f-progress":kr},props:E0,emits:[],setup(o,C){const i=y.ref(),r=y.ref(o.data.data),l=A0(o),g=P0(o),F=dr(o),{renderWeatherHome:p}=Tt(o),B=y.computed(()=>({"background-image":"linear-gradient(132deg, "+l.colorTheme.value[0]+" 0%, "+l.colorTheme.value[1]+" 100%)"}));function e(){const t=i.value.getBoundingClientRect().width,u=document.getElementById("airPoint"),n=Math.max(i.value.getBoundingClientRect().width,400);u&&(u.style.marginLeft=r.value.default.air/500*(n-50)-5+"px");const x=document.getElementById("f-weather-24h-content");if(x){const c=x.scrollWidth-t-130;x.offsetLeft<-c&&(x.style.marginLeft="-"+Math.max(c,32)+"px")}g.renderChart7d()}return y.onMounted(()=>{_r.useResizeObserver(i.value,e),F.fetchData(0,0)}),()=>y.createVNode("div",{ref:i,id:"background",class:"f-weather-background",style:B.value},[p()])}}),Vt=new Map([["appearance",Fe]]);function Wt(o,C,i){return C}const zt={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://farris-design.gitee.io/progress.schema.json",title:"progress",description:"A Farris Component",type:"object",properties:{id:{description:"The unique identifier for progress",type:"string"},type:{description:"The type string of progress",type:"string",default:"progress"},appearance:{description:"",type:"object",properties:{class:{type:"string"},style:{type:"string"}},default:{}},binding:{description:"",type:"object",default:{}},disable:{type:"string",default:!1},editable:{description:"",type:"boolean",default:!0},placeholder:{description:"",type:"string",default:""},readonly:{description:"",type:"boolean",default:!1},require:{description:"",type:"boolean",default:!1},tabindex:{description:"",type:"number",default:-1},visible:{description:"",type:"boolean",default:!0}},required:["id","type"]},qt={title:"progress",description:"A Farris Component",type:"object",categories:{basic:{description:"Basic Infomation",title:"基本信息",properties:{id:{description:"组件标识",title:"标识",type:"string",readonly:!0},type:{description:"组件类型",title:"控件类型",type:"select",editor:{type:"waiting for modification",enum:[]}}}}}},hr={progressType:{type:String,default:"line"},strokeWidth:{type:Number,default:0},size:{type:String,default:"default"},showInfo:{type:Boolean,default:!0},progressStatus:{type:String,default:"default"},successPercent:{type:Number,default:0},strokeColor:{type:String,default:""},strokeLinecap:{type:String,default:"round"},width:{type:Number,default:100},percent:{type:Number,default:20},enableBackgroundImg:{type:Boolean,default:!1},backgroundImg:{type:String,default:""},gapPosition:{type:String},gapDegree:{type:Number,default:0},format:{type:Function,default:(o,C)=>`${o}%`}};Ae(hr,zt,Vt,Wt,qt);function $t(o){function C(F){return+F.replace("%","")}function i(F){let p=[];return Object.keys(F).forEach(B=>{const e=F[B],t=C(B);isNaN(t)||p.push({key:t,value:e})}),p=p.sort((B,e)=>B.key-e.key),p}const r=y.computed(()=>!!o.strokeColor&&typeof o.strokeColor!="string"),l=y.computed(()=>{const{from:F="#59a1ff",to:p="#59a1ff",direction:B="to right",...e}=o.strokeColor;if(Object.keys(e).length!==0){const t=i(e).map(({key:u,value:n})=>`${n} ${u}%`).join(", ");return`linear-gradient(${B}, ${t})`}return`linear-gradient(${B}, ${F}, ${p})`}),g=y.computed(()=>i(o.strokeColor).map(({key:F,value:p})=>({offset:`${F}%`,color:p})));return{isGradient:r,linearGradient:l,circleGradient:g}}function Ot(o){return{strokeWidth:y.computed(()=>o.strokeWidth||(o.progressType==="line"&&o.size!=="small"?8:6))}}function jt(o){return{formatPercentageText:y.computed(()=>o.format(o.percent,o.successPercent))}}function It(o,C,i,r){const{isCircleStyle:l}=C,{isGradient:g,linearGradient:F}=i,{strokeWidth:p}=r,B=y.computed(()=>{const d={"f-progress":!0,"f-progress-line":o.progressType==="line","ant-progress-small":o.size==="small","f-progress-show-info":o.showInfo,"f-progress-circle":l.value},a=`f-progress-status-${o.progressStatus}`;return d[a]=!0,d}),e=y.computed(()=>({width:`${o.width}px`,height:`${o.width}px`,"font-size":`${o.width*.15+6}px`,"f-progress-circle-gradient":g.value})),t=y.computed(()=>({"f-progress-inner":!0,"f-progress-circle-gradient":g.value})),u=0,n=y.computed(()=>u+1),x=y.computed(()=>{const d=50-p.value/2,a=o.gapPosition||(o.progressType==="circle"?"top":"bottom");let s=0,h=-d,m=0,E=d*-2;switch(a){case"left":s=-d,h=0,m=d*2,E=0;break;case"right":s=d,h=0,m=d*-2,E=0;break;case"bottom":h=d,E=d*2;break}return`M 50,50 m ${s},${h}
15
+ a ${d},${d} 0 1 1 ${m},${-E}
16
+ a ${d},${d} 0 1 1 ${-m},${E}`}),c=y.computed(()=>{const d=50-p.value/2,a=Math.PI*2*d,s=o.gapDegree||(o.progressType==="circle"?0:75);return{strokeDasharray:`${a-s}px ${a}px`,strokeDashoffset:`-${s/2}px`,transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s"}}),v=y.computed(()=>{const d=50-p.value/2,a=Math.PI*2*d,s=o.gapDegree||(o.progressType==="circle"?0:75),h=o.successPercent!==void 0&&o.successPercent!==null?[o.successPercent,o.percent]:[o.percent];return h.map((m,E)=>{const D=h.length===2&&E===0;return{stroke:g.value&&!D?`url(#gradient-${n.value})`:null,strokePathStyle:{stroke:g.value?null:D?"default":o.strokeColor,transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s",strokeDasharray:`${(m||0)/100*(a-s)}px ${a}px`,strokeDashoffset:`-${s/2}px`}}}).reverse()}),f=y.computed(()=>({width:`${o.percent}%`,"border-radius":o.strokeLinecap==="round"?"100px":"0",background:g.value?null:o.strokeColor,"background-image":g.value?F.value:null,height:`${p.value}px`}));return{progressClass:B,inCircleProgressBarStyle:e,inCircleProgressBarClass:t,pathString:x,trailPathStyle:c,progressCirclePaths:v,gradientId:n,inlineProgressBackgroundStyle:f}}function Lt(o){return{isCircleStyle:y.computed(()=>o.progressType==="circle"||o.progressType==="dashboard")}}function Mt(o){const C=y.computed(()=>{const l={"f-progress-text-icon":!0,"f-icon":!0},g=`f-icon-${o.progressStatus}`;return l[g]=!0,l}),i=y.computed(()=>{const l={"f-progress-text-icon":!0,"f-icon":!0},g=o.progressStatus==="success"?"f-icon-checkmark":"f-icon-x";return l[g]=!0,l}),r=y.computed(()=>o.progressStatus==="error"||o.progressStatus==="success");return{inlineProgrssStatusClass:C,circleProgrssStatusClass:i,shouldShowStatus:r}}function Ut(o){const C=y.computed(()=>({width:`${o.successPercent}%`,"border-radius":o.strokeLinecap==="round"?"100px":"0",height:`${o.strokeWidth}px`,"background-image":o.enableBackgroundImg?`url(${o.backgroundImg})`:null})),i=y.computed(()=>o.successPercent||o.successPercent===0);return{inlineProgressSuccessBackgroundStyle:C,shouldShowSuccessInlineProgressBackground:i}}const Gt=y.defineComponent({name:"FProgress",props:hr,emits:[],setup(o){const C=y.ref(o.progressType),i=y.ref(o.showInfo),r=y.ref(o.percent),l=y.ref(o.strokeLinecap),g=$t(o),{isGradient:F,circleGradient:p}=g,B=Ot(o),{strokeWidth:e}=B,{formatPercentageText:t}=jt(o),u=Lt(o),{isCircleStyle:n}=u,{progressClass:x,inCircleProgressBarStyle:c,inCircleProgressBarClass:v,pathString:f,trailPathStyle:d,progressCirclePaths:a,gradientId:s,inlineProgressBackgroundStyle:h}=It(o,u,g,B),{inlineProgrssStatusClass:m,circleProgrssStatusClass:E,shouldShowStatus:D}=Mt(o),{inlineProgressSuccessBackgroundStyle:_,shouldShowSuccessInlineProgressBackground:R}=Ut(o);y.watch(()=>o.percent,w=>{r.value=w||0});function A(){return i.value&&y.createVNode("span",{class:"f-progress-text"},[D.value?y.createVNode("span",{class:n.value?E.value:m.value},null):t.value])}function b(){return y.createVNode(y.Fragment,null,[y.createVNode("div",{class:"f-progress-outer"},[y.createVNode("div",{class:"f-progress-inner"},[y.createVNode("div",{class:"f-progress-bg",style:h.value},null),R.value&&y.createVNode("div",{class:"f-progress-success-bg",style:_.value},null)])]),A()])}function S(){return y.createVNode("div",{class:v.value,style:c.value},[y.createVNode("svg",{class:"f-progress-circle",viewBox:"0 0 100 100"},[F.value&&y.createVNode("defs",null,[y.createVNode("linearGradient",{id:"gradient-"+s.value,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},[p.value.map(w=>y.createVNode("stop",{offset:w.offset,"stop-color":w.color},null))])]),y.createVNode("path",{class:"f-progress-circle-trail",stroke:"#efefef","fill-opacity":"0","stroke-width":e.value,d:f.value,style:d.value},null),a.value.map(w=>y.createVNode("path",{class:"f-progress-circle-path","fill-opacity":"0",d:f.value,"stroke-linecap":l.value,stroke:w.stroke,"stroke-width":r.value?e.value:0,style:w.strokePathStyle},null))]),A()])}return()=>y.createVNode("div",{class:x.value},[C.value==="line"&&b(),n.value&&S()])}});function Xt(o,C,i){var h;const r="",l="",g=y.ref();function F(){return(C==null?void 0:C.schema.componentType)!=="frame"}function p(){return!1}function B(){return(C==null?void 0:C.schema.componentType)!=="frame"}function e(){return(C==null?void 0:C.schema.componentType)==="frame"}function t(m){if(!m||!m.value)return null;if(m.value.schema&&m.value.schema.type==="component")return m.value;const E=y.ref(m==null?void 0:m.value.parent),D=t(E);return D||null}function u(m=C){const{componentInstance:E,designerItemElementRef:D}=m;return!E||!E.value?null:E.value.canMove?D:u(m.parent)}function n(m){return!!i}function x(){return(C==null?void 0:C.schema.label)||(C==null?void 0:C.schema.title)||(C==null?void 0:C.schema.name)}function c(){}function v(m,E){}function f(m,E){const{componentType:D}=m;let _=Ee(D,m,E);const R=D.toLowerCase().replace(/-/g,"_");return _&&!_.id&&_.type===D&&(_.id=`${R}_${Math.random().toString().slice(2,6)}`),_}function d(m){}function a(...m){}function s(){C!=null&&C.schema.contents&&C.schema.contents.map(m=>{var _;let E=m.id;m.type==="component-ref"&&(E=m.component);const D=o.value.querySelector(`#${E}-design-item`);(_=D==null?void 0:D.componentInstance)!=null&&_.value.onRemoveComponent&&D.componentInstance.value.onRemoveComponent()})}return g.value={canMove:F(),canSelectParent:p(),canDelete:B(),canNested:!e(),contents:C==null?void 0:C.schema.contents,elementRef:o,parent:(h=C==null?void 0:C.parent)==null?void 0:h.componentInstance,schema:C==null?void 0:C.schema,styles:r,designerClass:l,canAccepts:n,getBelongedComponentInstance:t,getDraggableDesignItemElement:u,getDraggingDisplayText:x,getPropConfig:a,getDragScopeElement:c,onAcceptMovedChildElement:v,onChildElementMovedOut:d,addNewChildComponentSchema:f,triggerBelongedComponentToMoveWhenMoved:y.ref(!1),triggerBelongedComponentToDeleteWhenDeleted:y.ref(!1),onRemoveComponent:s},g}const Zt=y.defineComponent({name:"FWeatherDesign",components:{"f-progress":Gt},props:E0,emits:[],setup(o,C){const i=y.ref(),r=y.inject("design-item-context"),l=Xt(i,r);return y.onMounted(()=>{i.value.componentInstance=l}),C.expose(l.value),()=>y.createVNode(h0,{ref:i},null)}}),Kt={install(o){o.component(h0.name,h0)},register(o,C,i,r){o.weather=h0,C.weather=N0},registerDesigner(o,C,i){o.weather=Zt,C.weather=N0}};X.Weather=h0,X.default=Kt,X.propsResolver=N0,X.weatherProps=E0,Object.defineProperties(X,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});