@king-design/intact 3.6.2-beta.1 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/components/.DS_Store +0 -0
  2. package/components/anchor/constants.ts +3 -0
  3. package/components/anchor/demos/basic.md +34 -0
  4. package/components/anchor/demos/container.md +76 -0
  5. package/components/anchor/demos/events.md +100 -0
  6. package/components/anchor/demos/horizontal.md +33 -0
  7. package/components/anchor/demos/nested.md +132 -0
  8. package/components/anchor/index.md +38 -0
  9. package/components/anchor/index.spec.ts +171 -0
  10. package/components/anchor/index.ts +159 -0
  11. package/components/anchor/index.vdt +24 -0
  12. package/components/anchor/link.ts +44 -0
  13. package/components/anchor/link.vdt +49 -0
  14. package/components/anchor/styles.ts +50 -0
  15. package/components/anchor/useScroll.ts +221 -0
  16. package/components/config/demos/basic.md +11 -3
  17. package/components/descriptions/.DS_Store +0 -0
  18. package/components/dialog/base.vdt +3 -1
  19. package/components/drawer/demos/resizable.md +67 -0
  20. package/components/drawer/index.md +1 -0
  21. package/components/drawer/index.spec.ts +43 -0
  22. package/components/drawer/index.ts +14 -0
  23. package/components/drawer/index.vdt +20 -3
  24. package/components/drawer/styles.ts +44 -0
  25. package/components/drawer/useDrawerResizable.ts +190 -0
  26. package/components/icon/demos/color.md +1 -1
  27. package/components/icon/demos/icons.md +18 -0
  28. package/components/menu/.DS_Store +0 -0
  29. package/components/menu/demos/.DS_Store +0 -0
  30. package/components/menu/demos/collapse.md +2 -2
  31. package/components/menu/demos/showCollapseArrow.md +3 -3
  32. package/components/menu/demos/size.md +4 -4
  33. package/components/menu/styles.ts +7 -3
  34. package/components/notification/demos/basic.md +27 -0
  35. package/components/notification/demos/close.md +52 -0
  36. package/components/notification/demos/duration.md +43 -0
  37. package/components/notification/demos/events.md +39 -0
  38. package/components/notification/demos/hideClose.md +30 -0
  39. package/components/notification/demos/icon.md +47 -0
  40. package/components/notification/demos/position.md +39 -0
  41. package/components/notification/demos/types.md +38 -0
  42. package/components/notification/index.md +62 -0
  43. package/components/notification/index.spec.ts +211 -0
  44. package/components/notification/index.ts +2 -0
  45. package/components/notification/notification.ts +185 -0
  46. package/components/notification/notification.vdt +62 -0
  47. package/components/notification/notifications.ts +46 -0
  48. package/components/notification/notifications.vdt +16 -0
  49. package/components/notification/styles.ts +179 -0
  50. package/components/select/styles.ts +2 -0
  51. package/components/table/.DS_Store +0 -0
  52. package/components/table/demos/hidden.md +8 -2
  53. package/components/table/demos/sort.md +4 -4
  54. package/components/table/styles.ts +6 -2
  55. package/components/tabs/useActiveBar.ts +3 -3
  56. package/components/tag/base.ts +4 -0
  57. package/components/tag/demos/border.md +1 -1
  58. package/components/tag/demos/color.md +40 -0
  59. package/components/tag/demos/draggable.md +1 -1
  60. package/components/tag/demos/tags.md +1 -1
  61. package/components/tag/index.md +1 -0
  62. package/components/tag/index.spec.ts +8 -0
  63. package/components/tag/index.vdt +6 -4
  64. package/components/tag/styles.ts +23 -0
  65. package/components/tag/useColor.ts +79 -0
  66. package/components/timepicker/index.spec.ts +16 -5
  67. package/components/timepicker/useDefaultValue.ts +16 -7
  68. package/components/timepicker/useStep.ts +3 -2
  69. package/components/tour/.DS_Store +0 -0
  70. package/components/transfer/demos/customFilter.md +1 -1
  71. package/components/transfer/demos/customList.md +1 -1
  72. package/components/transfer/demos/getData.md +1 -1
  73. package/components/transfer/demos/leftChecked.md +1 -1
  74. package/components/transfer/demos/pagination.md +63 -0
  75. package/components/transfer/demos/table.md +248 -0
  76. package/components/transfer/demos/tree.md +1 -1
  77. package/components/transfer/index.md +2 -0
  78. package/components/transfer/index.spec.ts +147 -0
  79. package/components/transfer/index.ts +7 -0
  80. package/components/transfer/index.vdt +30 -4
  81. package/components/transfer/styles.ts +11 -1
  82. package/components/transfer/useCheck.ts +5 -5
  83. package/components/transfer/usePagination.ts +92 -0
  84. package/components/virtualList/.DS_Store +0 -0
  85. package/components/virtualList/demos/.DS_Store +0 -0
  86. package/dist/fonts/iconfont.eot +0 -0
  87. package/dist/fonts/iconfont.svg +235 -0
  88. package/dist/fonts/iconfont.ttf +0 -0
  89. package/dist/fonts/iconfont.woff +0 -0
  90. package/dist/fonts/iconfont.woff2 +0 -0
  91. package/dist/fonts/ionicons.eot +0 -0
  92. package/dist/fonts/ionicons.svg +2230 -0
  93. package/dist/fonts/ionicons.ttf +0 -0
  94. package/dist/fonts/ionicons.woff +0 -0
  95. package/dist/fonts/ionicons.woff2 +0 -0
  96. package/dist/i18n/en-US.js +1411 -0
  97. package/dist/i18n/en-US.js.map +1 -0
  98. package/dist/i18n/en-US.min.js +1 -0
  99. package/dist/i18n/index.js +283 -0
  100. package/dist/i18n/index.js.map +1 -0
  101. package/dist/i18n/index.min.js +1 -0
  102. package/dist/kpc.js +50764 -0
  103. package/dist/kpc.js.map +1 -0
  104. package/dist/kpc.min.js +1 -0
  105. package/dist/kpc.react.js +58380 -0
  106. package/dist/kpc.react.js.map +1 -0
  107. package/dist/kpc.react.min.js +1 -0
  108. package/dist/kpc.tmp.js.map +1 -0
  109. package/dist/kpc.vue-legacy.js +58272 -0
  110. package/dist/kpc.vue-legacy.js.map +1 -0
  111. package/dist/kpc.vue-legacy.min.js +1 -0
  112. package/dist/kpc.vue.js +58128 -0
  113. package/dist/kpc.vue.js.map +1 -0
  114. package/dist/kpc.vue.min.js +1 -0
  115. package/es/components/anchor/constants.d.ts +2 -0
  116. package/es/components/anchor/constants.js +2 -0
  117. package/es/components/anchor/index.d.ts +41 -0
  118. package/es/components/anchor/index.js +141 -0
  119. package/es/components/anchor/index.spec.d.ts +1 -0
  120. package/es/components/anchor/index.spec.js +230 -0
  121. package/es/components/anchor/index.vdt.js +31 -0
  122. package/es/components/anchor/link.d.ts +16 -0
  123. package/es/components/anchor/link.js +52 -0
  124. package/es/components/anchor/link.vdt.js +49 -0
  125. package/es/components/anchor/styles.d.ts +5 -0
  126. package/es/components/anchor/styles.js +30 -0
  127. package/es/components/anchor/useScroll.d.ts +7 -0
  128. package/es/components/anchor/useScroll.js +218 -0
  129. package/es/components/dialog/base.vdt.js +1 -1
  130. package/es/components/drawer/index.d.ts +3 -0
  131. package/es/components/drawer/index.js +22 -3
  132. package/es/components/drawer/index.spec.js +83 -0
  133. package/es/components/drawer/index.vdt.js +23 -3
  134. package/es/components/drawer/styles.js +1 -1
  135. package/es/components/drawer/useDrawerResizable.d.ts +10 -0
  136. package/es/components/drawer/useDrawerResizable.js +162 -0
  137. package/es/components/menu/styles.d.ts +1 -0
  138. package/es/components/menu/styles.js +4 -1
  139. package/es/components/notification/index.d.ts +1 -0
  140. package/es/components/notification/index.js +1 -0
  141. package/es/components/notification/index.spec.d.ts +1 -0
  142. package/es/components/notification/index.spec.js +317 -0
  143. package/es/components/notification/notification.d.ts +39 -0
  144. package/es/components/notification/notification.js +183 -0
  145. package/es/components/notification/notification.vdt.js +56 -0
  146. package/es/components/notification/notifications.d.ts +16 -0
  147. package/es/components/notification/notifications.js +51 -0
  148. package/es/components/notification/notifications.vdt.js +24 -0
  149. package/es/components/notification/styles.d.ts +9 -0
  150. package/es/components/notification/styles.js +110 -0
  151. package/es/components/select/styles.js +1 -1
  152. package/es/components/table/styles.js +1 -1
  153. package/es/components/tabs/useActiveBar.js +7 -3
  154. package/es/components/tag/base.d.ts +2 -0
  155. package/es/components/tag/base.js +3 -0
  156. package/es/components/tag/index.spec.js +17 -0
  157. package/es/components/tag/index.vdt.js +12 -5
  158. package/es/components/tag/styles.d.ts +9 -0
  159. package/es/components/tag/styles.js +14 -1
  160. package/es/components/tag/useColor.d.ts +7 -0
  161. package/es/components/tag/useColor.js +71 -0
  162. package/es/components/timepicker/index.spec.js +70 -42
  163. package/es/components/timepicker/useDefaultValue.js +12 -7
  164. package/es/components/timepicker/useStep.js +4 -2
  165. package/es/components/transfer/index.d.ts +13 -0
  166. package/es/components/transfer/index.js +6 -2
  167. package/es/components/transfer/index.spec.js +197 -0
  168. package/es/components/transfer/index.vdt.js +28 -5
  169. package/es/components/transfer/styles.js +4 -1
  170. package/es/components/transfer/useCheck.js +2 -1
  171. package/es/components/transfer/usePagination.d.ts +12 -0
  172. package/es/components/transfer/usePagination.js +79 -0
  173. package/es/index.d.ts +4 -2
  174. package/es/index.js +4 -2
  175. package/es/site/data/components/anchor/demos/basic/index.d.ts +11 -0
  176. package/es/site/data/components/anchor/demos/basic/index.js +18 -0
  177. package/es/site/data/components/anchor/demos/basic/react.d.ts +11 -0
  178. package/es/site/data/components/anchor/demos/basic/react.js +46 -0
  179. package/es/site/data/components/anchor/demos/container/index.d.ts +12 -0
  180. package/es/site/data/components/anchor/demos/container/index.js +19 -0
  181. package/es/site/data/components/anchor/demos/container/react.d.ts +12 -0
  182. package/es/site/data/components/anchor/demos/container/react.js +52 -0
  183. package/es/site/data/components/anchor/demos/events/index.d.ts +17 -0
  184. package/es/site/data/components/anchor/demos/events/index.js +36 -0
  185. package/es/site/data/components/anchor/demos/events/react.d.ts +17 -0
  186. package/es/site/data/components/anchor/demos/events/react.js +88 -0
  187. package/es/site/data/components/anchor/demos/horizontal/index.d.ts +11 -0
  188. package/es/site/data/components/anchor/demos/horizontal/index.js +18 -0
  189. package/es/site/data/components/anchor/demos/horizontal/react.d.ts +11 -0
  190. package/es/site/data/components/anchor/demos/horizontal/react.js +46 -0
  191. package/es/site/data/components/anchor/demos/nested/index.d.ts +12 -0
  192. package/es/site/data/components/anchor/demos/nested/index.js +19 -0
  193. package/es/site/data/components/anchor/demos/nested/react.d.ts +12 -0
  194. package/es/site/data/components/anchor/demos/nested/react.js +100 -0
  195. package/es/site/data/components/anchor/index.d.ts +57 -0
  196. package/es/site/data/components/anchor/index.js +32 -0
  197. package/es/site/data/components/config/demos/basic/index.d.ts +1 -0
  198. package/es/site/data/components/config/demos/basic/index.js +8 -1
  199. package/es/site/data/components/config/demos/basic/react.d.ts +1 -0
  200. package/es/site/data/components/config/demos/basic/react.js +15 -3
  201. package/es/site/data/components/drawer/demos/resizable/index.d.ts +15 -0
  202. package/es/site/data/components/drawer/demos/resizable/index.js +26 -0
  203. package/es/site/data/components/drawer/demos/resizable/react.d.ts +15 -0
  204. package/es/site/data/components/drawer/demos/resizable/react.js +63 -0
  205. package/es/site/data/components/icon/demos/icons/index.js +1 -1
  206. package/es/site/data/components/menu/demos/collapse/index.d.ts +6 -1
  207. package/es/site/data/components/menu/demos/collapse/react.d.ts +6 -1
  208. package/es/site/data/components/menu/demos/showCollapseArrow/index.d.ts +8 -1
  209. package/es/site/data/components/menu/demos/showCollapseArrow/react.d.ts +8 -1
  210. package/es/site/data/components/menu/demos/size/index.d.ts +7 -2
  211. package/es/site/data/components/menu/demos/size/react.d.ts +7 -2
  212. package/es/site/data/components/notification/demos/basic/index.d.ts +6 -0
  213. package/es/site/data/components/notification/demos/basic/index.js +21 -0
  214. package/es/site/data/components/notification/demos/basic/react.d.ts +5 -0
  215. package/es/site/data/components/notification/demos/basic/react.js +24 -0
  216. package/es/site/data/components/notification/demos/close/index.d.ts +13 -0
  217. package/es/site/data/components/notification/demos/close/index.js +38 -0
  218. package/es/site/data/components/notification/demos/close/react.d.ts +13 -0
  219. package/es/site/data/components/notification/demos/close/react.js +52 -0
  220. package/es/site/data/components/notification/demos/duration/index.d.ts +7 -0
  221. package/es/site/data/components/notification/demos/duration/index.js +33 -0
  222. package/es/site/data/components/notification/demos/duration/react.d.ts +6 -0
  223. package/es/site/data/components/notification/demos/duration/react.js +38 -0
  224. package/es/site/data/components/notification/demos/events/index.d.ts +6 -0
  225. package/es/site/data/components/notification/demos/events/index.js +31 -0
  226. package/es/site/data/components/notification/demos/events/react.d.ts +5 -0
  227. package/es/site/data/components/notification/demos/events/react.js +34 -0
  228. package/es/site/data/components/notification/demos/hideClose/index.d.ts +6 -0
  229. package/es/site/data/components/notification/demos/hideClose/index.js +25 -0
  230. package/es/site/data/components/notification/demos/hideClose/react.d.ts +5 -0
  231. package/es/site/data/components/notification/demos/hideClose/react.js +28 -0
  232. package/es/site/data/components/notification/demos/icon/index.d.ts +7 -0
  233. package/es/site/data/components/notification/demos/icon/index.js +33 -0
  234. package/es/site/data/components/notification/demos/icon/react.d.ts +6 -0
  235. package/es/site/data/components/notification/demos/icon/react.js +42 -0
  236. package/es/site/data/components/notification/demos/position/index.d.ts +9 -0
  237. package/es/site/data/components/notification/demos/position/index.js +27 -0
  238. package/es/site/data/components/notification/demos/position/react.d.ts +8 -0
  239. package/es/site/data/components/notification/demos/position/react.js +40 -0
  240. package/es/site/data/components/notification/demos/types/index.d.ts +9 -0
  241. package/es/site/data/components/notification/demos/types/index.js +26 -0
  242. package/es/site/data/components/notification/demos/types/react.d.ts +8 -0
  243. package/es/site/data/components/notification/demos/types/react.js +39 -0
  244. package/es/site/data/components/notification/index.d.ts +57 -0
  245. package/es/site/data/components/notification/index.js +32 -0
  246. package/es/site/data/components/table/demos/hidden/react.js +21 -3
  247. package/es/site/data/components/tag/demos/color/index.d.ts +10 -0
  248. package/es/site/data/components/tag/demos/color/index.js +19 -0
  249. package/es/site/data/components/tag/demos/color/react.d.ts +10 -0
  250. package/es/site/data/components/tag/demos/color/react.js +34 -0
  251. package/es/site/data/components/transfer/demos/pagination/index.d.ts +19 -0
  252. package/es/site/data/components/transfer/demos/pagination/index.js +42 -0
  253. package/es/site/data/components/transfer/demos/pagination/react.d.ts +20 -0
  254. package/es/site/data/components/transfer/demos/pagination/react.js +65 -0
  255. package/es/site/data/components/transfer/demos/table/index.d.ts +33 -0
  256. package/es/site/data/components/transfer/demos/table/index.js +132 -0
  257. package/es/site/data/components/transfer/demos/table/react.d.ts +35 -0
  258. package/es/site/data/components/transfer/demos/table/react.js +246 -0
  259. package/es/site/src/router/index.js +4 -33
  260. package/es/styles/fonts/iconfont.eot +0 -0
  261. package/es/styles/fonts/iconfont.js +1 -1
  262. package/es/styles/fonts/iconfont.svg +38 -0
  263. package/es/styles/fonts/iconfont.ttf +0 -0
  264. package/es/styles/fonts/iconfont.woff +0 -0
  265. package/es/styles/fonts/iconfont.woff2 +0 -0
  266. package/es/styles/theme.d.ts +8 -0
  267. package/es/styles/theme.js +5 -1
  268. package/index.ts +4 -2
  269. package/package.json +2 -2
  270. package/styles/.DS_Store +0 -0
  271. package/styles/fonts/demo_index.html +443 -6
  272. package/styles/fonts/iconfont.css +82 -6
  273. package/styles/fonts/iconfont.eot +0 -0
  274. package/styles/fonts/iconfont.js +1 -1
  275. package/styles/fonts/iconfont.json +133 -0
  276. package/styles/fonts/iconfont.svg +38 -0
  277. package/styles/fonts/iconfont.ts +76 -0
  278. package/styles/fonts/iconfont.ttf +0 -0
  279. package/styles/fonts/iconfont.woff +0 -0
  280. package/styles/fonts/iconfont.woff2 +0 -0
  281. package/styles/theme.ts +4 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack://i18n/webpack/universalModuleDefinition","webpack://i18n/./node_modules/@babel/runtime-corejs3/core-js/global-this.js","webpack://i18n/./node_modules/core-js-pure/actual/global-this.js","webpack://i18n/./node_modules/core-js-pure/es/global-this.js","webpack://i18n/./node_modules/core-js-pure/features/global-this.js","webpack://i18n/./node_modules/core-js-pure/full/global-this.js","webpack://i18n/./node_modules/core-js-pure/internals/a-callable.js","webpack://i18n/./node_modules/core-js-pure/internals/an-object.js","webpack://i18n/./node_modules/core-js-pure/internals/classof-raw.js","webpack://i18n/./node_modules/core-js-pure/internals/create-non-enumerable-property.js","webpack://i18n/./node_modules/core-js-pure/internals/create-property-descriptor.js","webpack://i18n/./node_modules/core-js-pure/internals/define-global-property.js","webpack://i18n/./node_modules/core-js-pure/internals/descriptors.js","webpack://i18n/./node_modules/core-js-pure/internals/document-create-element.js","webpack://i18n/./node_modules/core-js-pure/internals/engine-user-agent.js","webpack://i18n/./node_modules/core-js-pure/internals/engine-v8-version.js","webpack://i18n/./node_modules/core-js-pure/internals/export.js","webpack://i18n/./node_modules/core-js-pure/internals/fails.js","webpack://i18n/./node_modules/core-js-pure/internals/function-apply.js","webpack://i18n/./node_modules/core-js-pure/internals/function-bind-context.js","webpack://i18n/./node_modules/core-js-pure/internals/function-bind-native.js","webpack://i18n/./node_modules/core-js-pure/internals/function-call.js","webpack://i18n/./node_modules/core-js-pure/internals/function-uncurry-this-clause.js","webpack://i18n/./node_modules/core-js-pure/internals/function-uncurry-this.js","webpack://i18n/./node_modules/core-js-pure/internals/get-built-in.js","webpack://i18n/./node_modules/core-js-pure/internals/get-method.js","webpack://i18n/./node_modules/core-js-pure/internals/global.js","webpack://i18n/./node_modules/core-js-pure/internals/has-own-property.js","webpack://i18n/./node_modules/core-js-pure/internals/ie8-dom-define.js","webpack://i18n/./node_modules/core-js-pure/internals/indexed-object.js","webpack://i18n/./node_modules/core-js-pure/internals/is-callable.js","webpack://i18n/./node_modules/core-js-pure/internals/is-forced.js","webpack://i18n/./node_modules/core-js-pure/internals/is-null-or-undefined.js","webpack://i18n/./node_modules/core-js-pure/internals/is-object.js","webpack://i18n/./node_modules/core-js-pure/internals/is-pure.js","webpack://i18n/./node_modules/core-js-pure/internals/is-symbol.js","webpack://i18n/./node_modules/core-js-pure/internals/object-define-property.js","webpack://i18n/./node_modules/core-js-pure/internals/object-get-own-property-descriptor.js","webpack://i18n/./node_modules/core-js-pure/internals/object-is-prototype-of.js","webpack://i18n/./node_modules/core-js-pure/internals/object-property-is-enumerable.js","webpack://i18n/./node_modules/core-js-pure/internals/ordinary-to-primitive.js","webpack://i18n/./node_modules/core-js-pure/internals/path.js","webpack://i18n/./node_modules/core-js-pure/internals/require-object-coercible.js","webpack://i18n/./node_modules/core-js-pure/internals/shared-store.js","webpack://i18n/./node_modules/core-js-pure/internals/shared.js","webpack://i18n/./node_modules/core-js-pure/internals/symbol-constructor-detection.js","webpack://i18n/./node_modules/core-js-pure/internals/to-indexed-object.js","webpack://i18n/./node_modules/core-js-pure/internals/to-object.js","webpack://i18n/./node_modules/core-js-pure/internals/to-primitive.js","webpack://i18n/./node_modules/core-js-pure/internals/to-property-key.js","webpack://i18n/./node_modules/core-js-pure/internals/try-to-string.js","webpack://i18n/./node_modules/core-js-pure/internals/uid.js","webpack://i18n/./node_modules/core-js-pure/internals/use-symbol-as-uid.js","webpack://i18n/./node_modules/core-js-pure/internals/v8-prototype-define-bug.js","webpack://i18n/./node_modules/core-js-pure/internals/well-known-symbol.js","webpack://i18n/./node_modules/core-js-pure/modules/es.global-this.js","webpack://i18n/./node_modules/core-js-pure/modules/esnext.global-this.js","webpack://i18n/./node_modules/core-js-pure/stable/global-this.js","webpack://i18n/webpack/bootstrap","webpack://i18n/webpack/runtime/compat get default export","webpack://i18n/webpack/runtime/define property getters","webpack://i18n/webpack/runtime/global","webpack://i18n/webpack/runtime/hasOwnProperty shorthand","webpack://i18n/webpack/runtime/make namespace object","webpack://i18n/./i18n/en-US.ts"],"names":["i18n","_globalThis"],"mappings":"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","file":"en-US.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"i18n\"] = factory();\n\telse\n\t\troot[\"i18n\"] = factory();\n})(self, function() {\nreturn ","module.exports = require(\"core-js-pure/features/global-this\");","'use strict';\nvar parent = require('../stable/global-this');\n\nmodule.exports = parent;\n","'use strict';\nrequire('../modules/es.global-this');\n\nmodule.exports = require('../internals/global');\n","'use strict';\nmodule.exports = require('../full/global-this');\n","'use strict';\n// TODO: remove from `core-js@4`\nrequire('../modules/esnext.global-this');\n\nvar parent = require('../actual/global-this');\n\nmodule.exports = parent;\n","'use strict';\nvar isCallable = require('../internals/is-callable');\nvar tryToString = require('../internals/try-to-string');\n\nvar $TypeError = TypeError;\n\n// `Assert: IsCallable(argument) is true`\nmodule.exports = function (argument) {\n if (isCallable(argument)) return argument;\n throw new $TypeError(tryToString(argument) + ' is not a function');\n};\n","'use strict';\nvar isObject = require('../internals/is-object');\n\nvar $String = String;\nvar $TypeError = TypeError;\n\n// `Assert: Type(argument) is Object`\nmodule.exports = function (argument) {\n if (isObject(argument)) return argument;\n throw new $TypeError($String(argument) + ' is not an object');\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nvar toString = uncurryThis({}.toString);\nvar stringSlice = uncurryThis(''.slice);\n\nmodule.exports = function (it) {\n return stringSlice(toString(it), 8, -1);\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","'use strict';\nmodule.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar global = require('../internals/global');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar defineProperty = Object.defineProperty;\n\nmodule.exports = function (key, value) {\n try {\n defineProperty(global, key, { value: value, configurable: true, writable: true });\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;\n});\n","'use strict';\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","'use strict';\nmodule.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';\n","'use strict';\nvar global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar Deno = global.Deno;\nvar versions = process && process.versions || Deno && Deno.version;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n // in old Chrome, versions of V8 isn't V8 = Chrome / 10\n // but their correct versions are not interesting for us\n version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);\n}\n\n// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`\n// so check `userAgent` even if `.v8` exists, but 0\nif (!version && userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = +match[1];\n }\n}\n\nmodule.exports = version;\n","'use strict';\nvar global = require('../internals/global');\nvar apply = require('../internals/function-apply');\nvar uncurryThis = require('../internals/function-uncurry-this-clause');\nvar isCallable = require('../internals/is-callable');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar isForced = require('../internals/is-forced');\nvar path = require('../internals/path');\nvar bind = require('../internals/function-bind-context');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar hasOwn = require('../internals/has-own-property');\n\nvar wrapConstructor = function (NativeConstructor) {\n var Wrapper = function (a, b, c) {\n if (this instanceof Wrapper) {\n switch (arguments.length) {\n case 0: return new NativeConstructor();\n case 1: return new NativeConstructor(a);\n case 2: return new NativeConstructor(a, b);\n } return new NativeConstructor(a, b, c);\n } return apply(NativeConstructor, this, arguments);\n };\n Wrapper.prototype = NativeConstructor.prototype;\n return Wrapper;\n};\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.dontCallGetSet - prevent calling a getter on target\n options.name - the .name of the function if it does not match the key\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var PROTO = options.proto;\n\n var nativeSource = GLOBAL ? global : STATIC ? global[TARGET] : global[TARGET] && global[TARGET].prototype;\n\n var target = GLOBAL ? path : path[TARGET] || createNonEnumerableProperty(path, TARGET, {})[TARGET];\n var targetPrototype = target.prototype;\n\n var FORCED, USE_NATIVE, VIRTUAL_PROTOTYPE;\n var key, sourceProperty, targetProperty, nativeProperty, resultProperty, descriptor;\n\n for (key in source) {\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contains in native\n USE_NATIVE = !FORCED && nativeSource && hasOwn(nativeSource, key);\n\n targetProperty = target[key];\n\n if (USE_NATIVE) if (options.dontCallGetSet) {\n descriptor = getOwnPropertyDescriptor(nativeSource, key);\n nativeProperty = descriptor && descriptor.value;\n } else nativeProperty = nativeSource[key];\n\n // export native or implementation\n sourceProperty = (USE_NATIVE && nativeProperty) ? nativeProperty : source[key];\n\n if (!FORCED && !PROTO && typeof targetProperty == typeof sourceProperty) continue;\n\n // bind methods to global for calling from export context\n if (options.bind && USE_NATIVE) resultProperty = bind(sourceProperty, global);\n // wrap global constructors for prevent changes in this version\n else if (options.wrap && USE_NATIVE) resultProperty = wrapConstructor(sourceProperty);\n // make static versions for prototype methods\n else if (PROTO && isCallable(sourceProperty)) resultProperty = uncurryThis(sourceProperty);\n // default case\n else resultProperty = sourceProperty;\n\n // add a flag to not completely full polyfills\n if (options.sham || (sourceProperty && sourceProperty.sham) || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(resultProperty, 'sham', true);\n }\n\n createNonEnumerableProperty(target, key, resultProperty);\n\n if (PROTO) {\n VIRTUAL_PROTOTYPE = TARGET + 'Prototype';\n if (!hasOwn(path, VIRTUAL_PROTOTYPE)) {\n createNonEnumerableProperty(path, VIRTUAL_PROTOTYPE, {});\n }\n // export virtual prototype methods\n createNonEnumerableProperty(path[VIRTUAL_PROTOTYPE], key, sourceProperty);\n // export real prototype methods\n if (options.real && targetPrototype && (FORCED || !targetPrototype[key])) {\n createNonEnumerableProperty(targetPrototype, key, sourceProperty);\n }\n }\n }\n};\n","'use strict';\nmodule.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar apply = FunctionPrototype.apply;\nvar call = FunctionPrototype.call;\n\n// eslint-disable-next-line es/no-reflect -- safe\nmodule.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {\n return call.apply(apply, arguments);\n});\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this-clause');\nvar aCallable = require('../internals/a-callable');\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar bind = uncurryThis(uncurryThis.bind);\n\n// optional / simple context binding\nmodule.exports = function (fn, that) {\n aCallable(fn);\n return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-function-prototype-bind -- safe\n var test = (function () { /* empty */ }).bind();\n // eslint-disable-next-line no-prototype-builtins -- safe\n return typeof test != 'function' || test.hasOwnProperty('prototype');\n});\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar call = Function.prototype.call;\n\nmodule.exports = NATIVE_BIND ? call.bind(call) : function () {\n return call.apply(call, arguments);\n};\n","'use strict';\nvar classofRaw = require('../internals/classof-raw');\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = function (fn) {\n // Nashorn bug:\n // https://github.com/zloirock/core-js/issues/1128\n // https://github.com/zloirock/core-js/issues/1130\n if (classofRaw(fn) === 'Function') return uncurryThis(fn);\n};\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar call = FunctionPrototype.call;\nvar uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);\n\nmodule.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {\n return function () {\n return call.apply(fn, arguments);\n };\n};\n","'use strict';\nvar path = require('../internals/path');\nvar global = require('../internals/global');\nvar isCallable = require('../internals/is-callable');\n\nvar aFunction = function (variable) {\n return isCallable(variable) ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","'use strict';\nvar aCallable = require('../internals/a-callable');\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\n\n// `GetMethod` abstract operation\n// https://tc39.es/ecma262/#sec-getmethod\nmodule.exports = function (V, P) {\n var func = V[P];\n return isNullOrUndefined(func) ? undefined : aCallable(func);\n};\n","'use strict';\nvar check = function (it) {\n return it && it.Math === Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n check(typeof this == 'object' && this) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty);\n\n// `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\n// eslint-disable-next-line es/no-object-hasown -- safe\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty(toObject(it), key);\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thanks to IE8 for its funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a !== 7;\n});\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar $Object = Object;\nvar split = uncurryThis(''.split);\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !$Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) === 'String' ? split(it, '') : $Object(it);\n} : $Object;\n","'use strict';\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\nvar documentAll = typeof document == 'object' && document.all;\n\n// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\n// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing\nmodule.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {\n return typeof argument == 'function' || argument === documentAll;\n} : function (argument) {\n return typeof argument == 'function';\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value === POLYFILL ? true\n : value === NATIVE ? false\n : isCallable(detection) ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\n// we can't use just `it == null` since of `document.all` special case\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec\nmodule.exports = function (it) {\n return it === null || it === undefined;\n};\n","'use strict';\nvar isCallable = require('../internals/is-callable');\n\nmodule.exports = function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it);\n};\n","'use strict';\nmodule.exports = true;\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar isCallable = require('../internals/is-callable');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar $Object = Object;\n\nmodule.exports = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n var $Symbol = getBuiltIn('Symbol');\n return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug');\nvar anObject = require('../internals/an-object');\nvar toPropertyKey = require('../internals/to-property-key');\n\nvar $TypeError = TypeError;\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar ENUMERABLE = 'enumerable';\nvar CONFIGURABLE = 'configurable';\nvar WRITABLE = 'writable';\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPropertyKey(P);\n anObject(Attributes);\n if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {\n var current = $getOwnPropertyDescriptor(O, P);\n if (current && current[WRITABLE]) {\n O[P] = Attributes.value;\n Attributes = {\n configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],\n enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],\n writable: false\n };\n }\n } return $defineProperty(O, P, Attributes);\n} : $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPropertyKey(P);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw new $TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar call = require('../internals/function-call');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPropertyKey = require('../internals/to-property-key');\nvar hasOwn = require('../internals/has-own-property');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPropertyKey(P);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = uncurryThis({}.isPrototypeOf);\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","'use strict';\nvar call = require('../internals/function-call');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\n\nvar $TypeError = TypeError;\n\n// `OrdinaryToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-ordinarytoprimitive\nmodule.exports = function (input, pref) {\n var fn, val;\n if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;\n if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n throw new $TypeError(\"Can't convert object to primitive value\");\n};\n","'use strict';\nmodule.exports = {};\n","'use strict';\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\n\nvar $TypeError = TypeError;\n\n// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (isNullOrUndefined(it)) throw new $TypeError(\"Can't call method on \" + it);\n return it;\n};\n","'use strict';\nvar global = require('../internals/global');\nvar defineGlobalProperty = require('../internals/define-global-property');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || defineGlobalProperty(SHARED, {});\n\nmodule.exports = store;\n","'use strict';\nvar IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.35.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',\n license: 'https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE',\n source: 'https://github.com/zloirock/core-js'\n});\n","'use strict';\n/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\nvar $String = global.String;\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol('symbol detection');\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,\n // of course, fail.\n return !$String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","'use strict';\n// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","'use strict';\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar $Object = Object;\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return $Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar call = require('../internals/function-call');\nvar isObject = require('../internals/is-object');\nvar isSymbol = require('../internals/is-symbol');\nvar getMethod = require('../internals/get-method');\nvar ordinaryToPrimitive = require('../internals/ordinary-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $TypeError = TypeError;\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\nmodule.exports = function (input, pref) {\n if (!isObject(input) || isSymbol(input)) return input;\n var exoticToPrim = getMethod(input, TO_PRIMITIVE);\n var result;\n if (exoticToPrim) {\n if (pref === undefined) pref = 'default';\n result = call(exoticToPrim, input, pref);\n if (!isObject(result) || isSymbol(result)) return result;\n throw new $TypeError(\"Can't convert object to primitive value\");\n }\n if (pref === undefined) pref = 'number';\n return ordinaryToPrimitive(input, pref);\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar isSymbol = require('../internals/is-symbol');\n\n// `ToPropertyKey` abstract operation\n// https://tc39.es/ecma262/#sec-topropertykey\nmodule.exports = function (argument) {\n var key = toPrimitive(argument, 'string');\n return isSymbol(key) ? key : key + '';\n};\n","'use strict';\nvar $String = String;\n\nmodule.exports = function (argument) {\n try {\n return $String(argument);\n } catch (error) {\n return 'Object';\n }\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nvar id = 0;\nvar postfix = Math.random();\nvar toString = uncurryThis(1.0.toString);\n\nmodule.exports = function (key) {\n return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);\n};\n","'use strict';\n/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\n\n// V8 ~ Chrome 36-\n// https://bugs.chromium.org/p/v8/issues/detail?id=3334\nmodule.exports = DESCRIPTORS && fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(function () { /* empty */ }, 'prototype', {\n value: 42,\n writable: false\n }).prototype !== 42;\n});\n","'use strict';\nvar global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar hasOwn = require('../internals/has-own-property');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar Symbol = global.Symbol;\nvar WellKnownSymbolsStore = shared('wks');\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!hasOwn(WellKnownSymbolsStore, name)) {\n WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn(Symbol, name)\n ? Symbol[name]\n : createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\n\n// `globalThis` object\n// https://tc39.es/ecma262/#sec-globalthis\n$({ global: true, forced: global.globalThis !== global }, {\n globalThis: global\n});\n","'use strict';\n// TODO: Remove from `core-js@4`\nrequire('../modules/es.global-this');\n","'use strict';\nvar parent = require('../es/global-this');\n\nmodule.exports = parent;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const i18n = {\n // datepicker\n 'yearMonthFormat': 'MM YYYY',\n '请选择日期和时间': 'Please select date and time',\n '请选择日期': 'Please select date',\n '开始时间 ~ 结束时间': 'Begin time ~ End time',\n '开始日期 ~ 结束日期': 'Begin date ~ End date',\n '请选择年份': 'Please select year',\n '请选择月份': 'Please select month',\n '1月': 'Jan',\n '2月': 'Feb',\n '3月': 'Mar',\n '4月': 'Apr',\n '5月': 'May',\n '6月': 'Jun',\n '7月': 'Jul',\n '8月': 'Aug',\n '9月': 'Sep',\n '10月': 'Oct',\n '11月': 'Nov',\n '12月': 'Dec',\n '日': 'Sun',\n '一': 'Mon',\n '二': 'Tue',\n '三': 'Wed',\n '四': 'Thu',\n '五': 'Fri',\n '六': 'Sat',\n '{n}年': '{n}',\n '{start}年 - {end}年': '{start} - {end}',\n '今天': 'Today',\n '昨天': 'Yesterday',\n '明天': 'Tomorrow',\n '一周后': 'After one week',\n '一月后': 'After one month',\n '三月后': 'After three months',\n '一周前': 'Before one week',\n '一月前': 'Before one month',\n '三月前': 'Before three months',\n '上一周': 'Last week',\n '下一周': 'Next week',\n '上一个月': 'Last month',\n '下一个月': 'Next month',\n '前三个月': 'Last three months',\n '后三个月': 'Next three months',\n\n // timepicker\n '请选择时间': 'Please select time',\n '开始时间': 'Begin Time',\n '结束时间': 'End Time',\n\n // dialog\n '提示': 'Tip',\n '确定': 'OK',\n '取消': 'Cancel',\n '关闭': 'Close',\n\n // editable\n '编辑': 'Edit',\n\n // validator\n '必须填写': 'This field is required.',\n '请输入数字': 'Please enter only digits.',\n '请输入正确的邮箱地址': 'Please enter a valid email address.',\n '请输入正确的网址': 'Please enter a valid URL.',\n '请输入正确的日期': 'Please enter a valid date.',\n '请输入正确的日期 (YYYY-MM-DD)': 'Please enter a valid date (ISO).',\n '请输入正确的数': 'Please enter a valid number.',\n '请输入不大于 {n} 的数': 'Please enter a value less than or equal to {n}.',\n '请输入不小于 {n} 的数': 'Please enter a value greater than or equal to {n}.',\n '请输入 {n[0]} 到 {n[1]} 之间的数': 'Please enter a value between {n[0]} and {n[1]}.',\n '请输入步长为 {n} 的数': 'Please enter a number which should be a multipe of {n}',\n '两次输入不一致': 'Please enter the same value again.',\n '两': '2',\n '最多选择 {n} 项': 'Please select no more than {n} item{s:n}.',\n '最多输入 {n} 个字符': 'Please enter no more than {n} character{s:n}.',\n '最少选择 {n} 项': 'Please select at least {n} item{s:n}.',\n '最少输入 {n} 个字符': 'Please enter at least {n} character{s:n}.',\n '请选择 {n} 到 {m} 项': 'Please select {n}~{m} item{s:m}.', \n '请输入 {n} 到 {m} 个字符': 'Please enter {n}~{m} character{s:m}.',\n\n // pagination\n '{n} 条 / 页': '{n} / page',\n '前往': 'Goto',\n '页': '',\n '共 {n} 条': 'Total {n}',\n\n // table\n '暂无数据': 'No data to display.',\n '重置': 'Reset',\n\n // transfer\n '请输入': 'Please enter',\n '请选择': 'Please select',\n '已选择': 'Selected',\n '全选': 'Select all',\n '清空': 'Clear all',\n\n // select\n '请输入或选择': 'Please enter or select',\n '无数据': 'No data',\n\n // upload\n '点击上传': 'Click to Upload',\n '将文件拖到此处,或<a>点击上传</a>': 'Drag file to this area or <a>click to upload</a>',\n '查看图片': 'View Image',\n '上传图片': 'Upload Image',\n '超出文件数量最大限制:{limit}': 'Exceed the maximum limit of the number of files: {limit}',\n '\"{name}\" 超出文件最大限制:{maxSize}kb': '\"{name}\" exceeds the maximum size of file: {maxSize}kb',\n '\"{name}\" 文件类型不合法': '\"{name}\" invalid file type',\n\n // search\n '请输入关键字': 'Please enter keywords',\n\n // copy\n '复制成功': 'Copy successfully!',\n '复制失败': 'Copy failed!',\n '复制': 'Copy',\n};\n\nexport default i18n; \n\n/**\n * global does not exist in Vite, use standard object globalThis\n */\nif (typeof (globalThis as any).Kpc !== 'undefined') {\n (globalThis as any).Kpc.localize(i18n);\n}\n"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.i18n=t():e.i18n=t()}(self,function(){return r={149:(e,t,r)=>{e.exports=r(888)},5023:(e,t,r)=>{"use strict";r=r(2369);e.exports=r},1031:(e,t,r)=>{"use strict";r(2595),e.exports=r(1899)},888:(e,t,r)=>{"use strict";e.exports=r(1403)},1403:(e,t,r)=>{"use strict";r(9668);r=r(5023);e.exports=r},4883:(e,t,r)=>{"use strict";var n=r(7475),o=r(9826),s=TypeError;e.exports=function(e){if(n(e))return e;throw new s(o(e)+" is not a function")}},6059:(e,t,r)=>{"use strict";var n=r(941),o=String,s=TypeError;e.exports=function(e){if(n(e))return e;throw new s(o(e)+" is not an object")}},2532:(e,t,r)=>{"use strict";var r=r(5329),n=r({}.toString),o=r("".slice);e.exports=function(e){return o(n(e),8,-1)}},2029:(e,t,r)=>{"use strict";var n=r(5746),o=r(5988),s=r(1887);e.exports=n?function(e,t,r){return o.f(e,t,s(1,r))}:function(e,t,r){return e[t]=r,e}},1887:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},5609:(e,t,r)=>{"use strict";var n=r(1899),o=Object.defineProperty;e.exports=function(t,r){try{o(n,t,{value:r,configurable:!0,writable:!0})}catch(e){n[t]=r}return r}},5746:(e,t,r)=>{"use strict";r=r(5981);e.exports=!r(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},1333:(e,t,r)=>{"use strict";var n=r(1899),r=r(941),o=n.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},2861:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},3385:(e,t,r)=>{"use strict";var n,o,s=r(1899),r=r(2861),i=s.process,s=s.Deno,i=i&&i.versions||s&&s.version,s=i&&i.v8;!(o=s?0<(n=s.split("."))[0]&&n[0]<4?1:+(n[0]+n[1]):o)&&r&&(!(n=r.match(/Edge\/(\d+)/))||74<=n[1])&&(n=r.match(/Chrome\/(\d+)/))&&(o=+n[1]),e.exports=o},6887:(e,t,r)=>{"use strict";function m(n){function o(e,t,r){if(this instanceof o){switch(arguments.length){case 0:return new n;case 1:return new n(e);case 2:return new n(e,t)}return new n(e,t,r)}return s(n,this,arguments)}return o.prototype=n.prototype,o}var v=r(1899),s=r(9730),b=r(7484),h=r(7475),x=r(9677).f,g=r(7252),w=r(4058),P=r(6843),j=r(2029),S=r(953);e.exports=function(e,t){var r,n,o,s,i,a,u=e.target,c=e.global,l=e.stat,p=e.proto,f=c?v:l?v[u]:v[u]&&v[u].prototype,d=c?w:w[u]||j(w,u,{})[u],y=d.prototype;for(n in t)i=!(r=g(c?n:u+(l?".":"#")+n,e.forced))&&f&&S(f,n),s=d[n],i&&(a=e.dontCallGetSet?(a=x(f,n))&&a.value:f[n]),o=i&&a?a:t[n],(r||p||typeof s!=typeof o)&&(i=e.bind&&i?P(o,v):e.wrap&&i?m(o):p&&h(o)?b(o):o,(e.sham||o&&o.sham||s&&s.sham)&&j(i,"sham",!0),j(d,n,i),p)&&(S(w,s=u+"Prototype")||j(w,s,{}),j(w[s],n,o),e.real)&&y&&(r||!y[n])&&j(y,n,o)}},5981:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},9730:(e,t,r)=>{"use strict";var r=r(8285),n=Function.prototype,o=n.apply,s=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?s.bind(o):function(){return s.apply(o,arguments)})},6843:(e,t,r)=>{"use strict";var n=r(7484),o=r(4883),s=r(8285),i=n(n.bind);e.exports=function(e,t){return o(e),void 0===t?e:s?i(e,t):function(){return e.apply(t,arguments)}}},8285:(e,t,r)=>{"use strict";r=r(5981);e.exports=!r(function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})},8834:(e,t,r)=>{"use strict";var r=r(8285),n=Function.prototype.call;e.exports=r?n.bind(n):function(){return n.apply(n,arguments)}},7484:(e,t,r)=>{"use strict";var n=r(2532),o=r(5329);e.exports=function(e){if("Function"===n(e))return o(e)}},5329:(e,t,r)=>{"use strict";var r=r(8285),n=Function.prototype,o=n.call,n=r&&n.bind.bind(o,o);e.exports=r?n:function(e){return function(){return o.apply(e,arguments)}}},626:(e,t,r)=>{"use strict";function n(e){return i(e)?e:void 0}var o=r(4058),s=r(1899),i=r(7475);e.exports=function(e,t){return arguments.length<2?n(o[e])||n(s[e]):o[e]&&o[e][t]||s[e]&&s[e][t]}},4229:(e,t,r)=>{"use strict";var n=r(4883),o=r(2119);e.exports=function(e,t){e=e[t];return o(e)?void 0:n(e)}},1899:function(e,t,r){"use strict";function n(e){return e&&e.Math===Math&&e}e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},953:(e,t,r)=>{"use strict";var n=r(5329),o=r(9678),s=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return s(o(e),t)}},2840:(e,t,r)=>{"use strict";var n=r(5746),o=r(5981),s=r(1333);e.exports=!n&&!o(function(){return 7!==Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a})},7026:(e,t,r)=>{"use strict";var n=r(5329),o=r(5981),s=r(2532),i=Object,a=n("".split);e.exports=o(function(){return!i("z").propertyIsEnumerable(0)})?function(e){return"String"===s(e)?a(e,""):i(e)}:i},7475:e=>{"use strict";var t="object"==typeof document&&document.all;e.exports=void 0===t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},7252:(e,t,r)=>{"use strict";function n(e,t){return(e=u[a(e)])===l||e!==c&&(s(t)?o(t):!!t)}var o=r(5981),s=r(7475),i=/#|\.prototype\./,a=n.normalize=function(e){return String(e).replace(i,".").toLowerCase()},u=n.data={},c=n.NATIVE="N",l=n.POLYFILL="P";e.exports=n},2119:e=>{"use strict";e.exports=function(e){return null==e}},941:(e,t,r)=>{"use strict";var n=r(7475);e.exports=function(e){return"object"==typeof e?null!==e:n(e)}},2529:e=>{"use strict";e.exports=!0},6664:(e,t,r)=>{"use strict";var n=r(626),o=r(7475),s=r(7046),r=r(2302),i=Object;e.exports=r?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return o(t)&&s(t.prototype,i(e))}},5988:(e,t,r)=>{"use strict";var n=r(5746),o=r(2840),s=r(3937),i=r(6059),a=r(3894),u=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",d="writable";t.f=n?s?function(e,t,r){var n;return i(e),t=a(t),i(r),"function"==typeof e&&"prototype"===t&&"value"in r&&d in r&&!r[d]&&(n=l(e,t))&&n[d]&&(e[t]=r.value,r={configurable:(f in r?r:n)[f],enumerable:(p in r?r:n)[p],writable:!1}),c(e,t,r)}:c:function(e,t,r){if(i(e),t=a(t),i(r),o)try{return c(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new u("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},9677:(e,t,r)=>{"use strict";var n=r(5746),o=r(8834),s=r(6760),i=r(1887),a=r(4529),u=r(3894),c=r(953),l=r(2840),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=a(e),t=u(t),l)try{return p(e,t)}catch(e){}if(c(e,t))return i(!o(s.f,e,t),e[t])}},7046:(e,t,r)=>{"use strict";r=r(5329);e.exports=r({}.isPrototypeOf)},6760:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){e=n(this,e);return!!e&&e.enumerable}:r},9811:(e,t,r)=>{"use strict";var o=r(8834),s=r(7475),i=r(941),a=TypeError;e.exports=function(e,t){var r,n;if("string"===t&&s(r=e.toString)&&!i(n=o(r,e)))return n;if(s(r=e.valueOf)&&!i(n=o(r,e)))return n;if("string"!==t&&s(r=e.toString)&&!i(n=o(r,e)))return n;throw new a("Can't convert object to primitive value")}},4058:e=>{"use strict";e.exports={}},8219:(e,t,r)=>{"use strict";var n=r(2119),o=TypeError;e.exports=function(e){if(n(e))throw new o("Can't call method on "+e);return e}},3030:(e,t,r)=>{"use strict";var n=r(1899),r=r(5609),o="__core-js_shared__",n=n[o]||r(o,{});e.exports=n},8726:(e,t,r)=>{"use strict";var n=r(2529),o=r(3030);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.35.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})},3405:(e,t,r)=>{"use strict";var n=r(3385),o=r(5981),s=r(1899).String;e.exports=!!Object.getOwnPropertySymbols&&!o(function(){var e=Symbol("symbol detection");return!s(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41})},4529:(e,t,r)=>{"use strict";var n=r(7026),o=r(8219);e.exports=function(e){return n(o(e))}},9678:(e,t,r)=>{"use strict";var n=r(8219),o=Object;e.exports=function(e){return o(n(e))}},6935:(e,t,r)=>{"use strict";var n=r(8834),o=r(941),s=r(6664),i=r(4229),a=r(9811),r=r(9813),u=TypeError,c=r("toPrimitive");e.exports=function(e,t){if(!o(e)||s(e))return e;var r=i(e,c);if(r){if(r=n(r,e,t=void 0===t?"default":t),!o(r)||s(r))return r;throw new u("Can't convert object to primitive value")}return a(e,t=void 0===t?"number":t)}},3894:(e,t,r)=>{"use strict";var n=r(6935),o=r(6664);e.exports=function(e){e=n(e,"string");return o(e)?e:e+""}},9826:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},9418:(e,t,r)=>{"use strict";var r=r(5329),n=0,o=Math.random(),s=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++n+o,36)}},2302:(e,t,r)=>{"use strict";r=r(3405);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3937:(e,t,r)=>{"use strict";var n=r(5746),r=r(5981);e.exports=n&&r(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},9813:(e,t,r)=>{"use strict";var n=r(1899),o=r(8726),s=r(953),i=r(9418),a=r(3405),r=r(2302),u=n.Symbol,c=o("wks"),l=r?u.for||u:u&&u.withoutSetter||i;e.exports=function(e){return s(c,e)||(c[e]=a&&s(u,e)?u[e]:l("Symbol."+e)),c[e]}},2595:(e,t,r)=>{"use strict";var n=r(6887),r=r(1899);n({global:!0,forced:r.globalThis!==r},{globalThis:r})},9668:(e,t,r)=>{"use strict";r(2595)},2369:(e,t,r)=>{"use strict";r=r(1031);e.exports=r}},o={},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s={},(()=>{"use strict";n.r(s),n.d(s,{default:()=>r});var e=n(149),e=n.n(e),t={yearMonthFormat:"MM YYYY","请选择日期和时间":"Please select date and time","请选择日期":"Please select date","开始时间 ~ 结束时间":"Begin time ~ End time","开始日期 ~ 结束日期":"Begin date ~ End date","请选择年份":"Please select year","请选择月份":"Please select month","1月":"Jan","2月":"Feb","3月":"Mar","4月":"Apr","5月":"May","6月":"Jun","7月":"Jul","8月":"Aug","9月":"Sep","10月":"Oct","11月":"Nov","12月":"Dec","日":"Sun","一":"Mon","二":"Tue","三":"Wed","四":"Thu","五":"Fri","六":"Sat","{n}年":"{n}","{start}年 - {end}年":"{start} - {end}","今天":"Today","昨天":"Yesterday","明天":"Tomorrow","一周后":"After one week","一月后":"After one month","三月后":"After three months","一周前":"Before one week","一月前":"Before one month","三月前":"Before three months","上一周":"Last week","下一周":"Next week","上一个月":"Last month","下一个月":"Next month","前三个月":"Last three months","后三个月":"Next three months","请选择时间":"Please select time","开始时间":"Begin Time","结束时间":"End Time","提示":"Tip","确定":"OK","取消":"Cancel","关闭":"Close","编辑":"Edit","必须填写":"This field is required.","请输入数字":"Please enter only digits.","请输入正确的邮箱地址":"Please enter a valid email address.","请输入正确的网址":"Please enter a valid URL.","请输入正确的日期":"Please enter a valid date.","请输入正确的日期 (YYYY-MM-DD)":"Please enter a valid date (ISO).","请输入正确的数":"Please enter a valid number.","请输入不大于 {n} 的数":"Please enter a value less than or equal to {n}.","请输入不小于 {n} 的数":"Please enter a value greater than or equal to {n}.","请输入 {n[0]} 到 {n[1]} 之间的数":"Please enter a value between {n[0]} and {n[1]}.","请输入步长为 {n} 的数":"Please enter a number which should be a multipe of {n}","两次输入不一致":"Please enter the same value again.","两":"2","最多选择 {n} 项":"Please select no more than {n} item{s:n}.","最多输入 {n} 个字符":"Please enter no more than {n} character{s:n}.","最少选择 {n} 项":"Please select at least {n} item{s:n}.","最少输入 {n} 个字符":"Please enter at least {n} character{s:n}.","请选择 {n} 到 {m} 项":"Please select {n}~{m} item{s:m}.","请输入 {n} 到 {m} 个字符":"Please enter {n}~{m} character{s:m}.","{n} 条 / 页":"{n} / page","前往":"Goto","页":"","共 {n} 条":"Total {n}","暂无数据":"No data to display.","重置":"Reset","请输入":"Please enter","请选择":"Please select","已选择":"Selected","全选":"Select all","清空":"Clear all","请输入或选择":"Please enter or select","无数据":"No data","点击上传":"Click to Upload","将文件拖到此处,或<a>点击上传</a>":"Drag file to this area or <a>click to upload</a>","查看图片":"View Image","上传图片":"Upload Image","超出文件数量最大限制:{limit}":"Exceed the maximum limit of the number of files: {limit}",'"{name}" 超出文件最大限制:{maxSize}kb':'"{name}" exceeds the maximum size of file: {maxSize}kb','"{name}" 文件类型不合法':'"{name}" invalid file type',"请输入关键字":"Please enter keywords","复制成功":"Copy successfully!","复制失败":"Copy failed!","复制":"Copy"};const r=t;void 0!==e().Kpc&&e().Kpc.localize(t)})(),s;function n(e){var t=o[e];return void 0!==t||(t=o[e]={exports:{}},r[e].call(t.exports,t,t.exports,n)),t.exports}var r,o,s});
@@ -0,0 +1,283 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory();
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["i18n"] = factory();
8
+ else
9
+ root["i18n"] = factory();
10
+ })(self, function() {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ // The require scope
14
+ /******/ var __webpack_require__ = {};
15
+ /******/
16
+ /************************************************************************/
17
+ /******/ /* webpack/runtime/define property getters */
18
+ /******/ (() => {
19
+ /******/ // define getter functions for harmony exports
20
+ /******/ __webpack_require__.d = (exports, definition) => {
21
+ /******/ for(var key in definition) {
22
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
23
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
24
+ /******/ }
25
+ /******/ }
26
+ /******/ };
27
+ /******/ })();
28
+ /******/
29
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
30
+ /******/ (() => {
31
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32
+ /******/ })();
33
+ /******/
34
+ /******/ /* webpack/runtime/make namespace object */
35
+ /******/ (() => {
36
+ /******/ // define __esModule on exports
37
+ /******/ __webpack_require__.r = (exports) => {
38
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
39
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
40
+ /******/ }
41
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
42
+ /******/ };
43
+ /******/ })();
44
+ /******/
45
+ /************************************************************************/
46
+ var __webpack_exports__ = {};
47
+ // ESM COMPAT FLAG
48
+ __webpack_require__.r(__webpack_exports__);
49
+
50
+ // EXPORTS
51
+ __webpack_require__.d(__webpack_exports__, {
52
+ "_$": () => (/* binding */ _$),
53
+ "localize": () => (/* binding */ localize)
54
+ });
55
+
56
+ ;// CONCATENATED MODULE: ./node_modules/intact-shared/dist/index.esm.js
57
+ function isEventProp(propName) {
58
+ return propName.substr(0, 3) === 'ev-';
59
+ }
60
+ function isNullOrUndefined(o) {
61
+ return o === null || o === undefined;
62
+ }
63
+ var index_esm_toString = Object.prototype.toString;
64
+ var isArray = Array.isArray || function (arr) {
65
+ return index_esm_toString.call(arr) === '[object Array]';
66
+ };
67
+ function isInvalid(o) {
68
+ return o === null || o === false || o === true || o === undefined;
69
+ }
70
+ function isStringOrNumber(o) {
71
+ var type = typeof o;
72
+ return type === 'string' || type === 'number';
73
+ }
74
+ function isNull(o) {
75
+ return o === null;
76
+ }
77
+ function isUndefined(o) {
78
+ return o === void 0;
79
+ }
80
+ function isFunction(o) {
81
+ return typeof o === 'function';
82
+ }
83
+ function isNumber(o) {
84
+ return typeof o === 'number';
85
+ }
86
+ function isString(o) {
87
+ return typeof o === 'string';
88
+ }
89
+ function isObject(o) {
90
+ return o !== null && typeof o === 'object';
91
+ }
92
+ var ERROR_MSG = 'a runtime error occured! Use Intact in development environment to find the error.';
93
+ function throwError(message) {
94
+ if (!message) {
95
+ message = ERROR_MSG;
96
+ }
97
+ throw new Error("Intact Error: ".concat(message));
98
+ }
99
+ function error(message) {
100
+ console.error(message);
101
+ }
102
+ var hasOwn = Object.prototype.hasOwnProperty;
103
+ var EMPTY_OBJ = {};
104
+ if (false) {}
105
+ var noop = function () { };
106
+ var hasDocumentAvailable = typeof document !== 'undefined';
107
+
108
+ /*! *****************************************************************************
109
+ Copyright (c) Microsoft Corporation.
110
+
111
+ Permission to use, copy, modify, and/or distribute this software for any
112
+ purpose with or without fee is hereby granted.
113
+
114
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
115
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
116
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
117
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
118
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
119
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
120
+ PERFORMANCE OF THIS SOFTWARE.
121
+ ***************************************************************************** */
122
+
123
+ var __assign = function() {
124
+ __assign = Object.assign || function __assign(t) {
125
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
126
+ s = arguments[i];
127
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
128
+ }
129
+ return t;
130
+ };
131
+ return __assign.apply(this, arguments);
132
+ };
133
+
134
+ function get(object, path) {
135
+ if (hasOwn.call(object, path) || !isString(path))
136
+ return object[path];
137
+ var pathArray = castPath(path);
138
+ var length = pathArray.length;
139
+ var index = 0;
140
+ while (!isNullOrUndefined(object) && index < length) {
141
+ object = object[pathArray[index++]];
142
+ }
143
+ return (index && index === length) ? object : undefined;
144
+ }
145
+ function set(object, path, value) {
146
+ if (false) {}
147
+ var changeTraces = [];
148
+ if (hasOwn.call(object, path)) {
149
+ changeTraces.push({ path: path, newValue: value, oldValue: object[path] });
150
+ object[path] = value;
151
+ return changeTraces;
152
+ }
153
+ var pathArray = castPath(path);
154
+ var length = pathArray.length;
155
+ var lastIndex = length - 1;
156
+ var index = -1;
157
+ var nested = object;
158
+ var prefix = '';
159
+ while (!isNullOrUndefined(nested) && ++index < length) {
160
+ var key = pathArray[index];
161
+ var oldValue = nested[key];
162
+ var newValue = value;
163
+ if (index !== lastIndex) {
164
+ // data is immutable, clone it before modifing it
165
+ newValue = isObject(oldValue) ? clone(oldValue) : reIsIndex.test(pathArray[index + 1]) ? [] : {};
166
+ }
167
+ nested[key] = newValue;
168
+ nested = nested[key];
169
+ prefix += key;
170
+ changeTraces.push({ path: prefix, newValue: newValue, oldValue: oldValue });
171
+ prefix += '.';
172
+ }
173
+ return changeTraces;
174
+ }
175
+ var castPathCache = {};
176
+ var rePropName = /[^\.\[\]]+/g;
177
+ var reIsIndex = /^(?:0|[1-9]\d*)$/;
178
+ function castPath(path) {
179
+ if (false) {}
180
+ if (castPathCache[path])
181
+ return castPathCache[path];
182
+ return (castPathCache[path] = path.match(rePropName));
183
+ }
184
+ function clone(object) {
185
+ if (false) {}
186
+ if (isArray(object)) {
187
+ return object.slice();
188
+ }
189
+ return __assign({}, object);
190
+ }
191
+
192
+ function proxyFragment(fragment) {
193
+ var firstChild = fragment.firstChild, lastChild = fragment.lastChild;
194
+ fragment._fragementFirstChild = firstChild;
195
+ fragment._fragementLastChild = lastChild;
196
+ Object.defineProperty(fragment, 'parentNode', {
197
+ get: function () {
198
+ return firstChild.parentNode;
199
+ }
200
+ });
201
+ Object.defineProperty(fragment, 'nextSibling', {
202
+ get: function () {
203
+ return lastChild.nextSibling;
204
+ }
205
+ });
206
+ }
207
+ function proxyFragmentParent(fragment) {
208
+ var parentNode = fragment.parentNode;
209
+ if (!parentNode || parentNode._intactVueLegacyRewrote)
210
+ return;
211
+ var removeChild = parentNode.removeChild;
212
+ parentNode.removeChild = function (child) {
213
+ if (isFragmentDom(child)) {
214
+ var lastChild = child._fragementLastChild;
215
+ var sibling = child._fragementFirstChild;
216
+ while (sibling && sibling !== lastChild) {
217
+ var dom = sibling;
218
+ sibling = sibling.nextSibling;
219
+ removeChild.call(this, dom);
220
+ }
221
+ return removeChild.call(this, lastChild);
222
+ }
223
+ return removeChild.call(this, child);
224
+ };
225
+ var insertBefore = parentNode.insertBefore;
226
+ parentNode.insertBefore = function (newChild, refChild) {
227
+ if (refChild && isFragmentDom(refChild)) {
228
+ return insertBefore.call(this, newChild, refChild._fragementFirstChild);
229
+ }
230
+ return insertBefore.call(this, newChild, refChild);
231
+ };
232
+ parentNode._intactVueLegacyRewrote = true;
233
+ }
234
+ function isFragmentDom(node) {
235
+ return node.nodeType === 11; /* fragment */
236
+ }
237
+
238
+
239
+
240
+ ;// CONCATENATED MODULE: ./i18n/index.ts
241
+
242
+ var valueRegexp = /\{([^\}\s]+)\}/g;
243
+ var i18n = {};
244
+ function _$(key, data) {
245
+ if (isNullOrUndefined(key)) return;
246
+ var value = get(i18n, key);
247
+ if (isNullOrUndefined(value)) {
248
+ value = key;
249
+ }
250
+ if (isNumber(value)) value = String(value);
251
+ if (data) {
252
+ value = value.replace(valueRegexp, function (nouse, variable) {
253
+ var suffix;
254
+ var index = variable.indexOf(':');
255
+ if (index > 0) {
256
+ suffix = variable.substr(0, index);
257
+ suffix = suffix.split('|');
258
+ variable = variable.substr(index + 1);
259
+ variable = get(data, variable);
260
+ if (variable > 1) {
261
+ return suffix.length > 1 ? suffix[1] : suffix[0];
262
+ } else {
263
+ return suffix.length > 1 ? suffix[0] : '';
264
+ }
265
+ } else {
266
+ variable = get(data, variable);
267
+ return isNullOrUndefined(variable) ? nouse : variable;
268
+ }
269
+ });
270
+ }
271
+ return value;
272
+ }
273
+ function localize(data) {
274
+ if (!isObject(data)) {
275
+ throw new Error("expect a object but got " + data);
276
+ }
277
+ i18n = data;
278
+ }
279
+ /******/ return __webpack_exports__;
280
+ /******/ })()
281
+ ;
282
+ });
283
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack://i18n/webpack/universalModuleDefinition","webpack://i18n/webpack/bootstrap","webpack://i18n/webpack/runtime/define property getters","webpack://i18n/webpack/runtime/hasOwnProperty shorthand","webpack://i18n/webpack/runtime/make namespace object","webpack://i18n/./node_modules/intact-shared/dist/index.esm.js","webpack://i18n/./i18n/index.ts"],"names":["valueRegexp","i18n","_$","key","data","isNullOrUndefined","value","get","isNumber","String","replace","nouse","variable","suffix","index","indexOf","substr","split","length","localize","isObject","Error"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;;UCVA;UACA;;;;;WCDA;WACA;WACA;WACA;WACA,wCAAwC,yCAAyC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,sDAAsD,kBAAkB;WACxE;WACA,+CAA+C,cAAc;WAC7D,E;;;;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,kBAAQ;AACZ;AACA,WAAW,kBAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC,EAAE,EAE1C;AACD,wBAAwB;AACxB;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,gDAAgD,OAAO;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC,EAAE,EAI1C;AACL;AACA;AACA,2BAA2B,sDAAsD;AACjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,uDAAuD;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC,EAAE,EAI1C;AACL;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC,EAAE,EAI1C;AACL;AACA;AACA;AACA,sBAAsB;AACtB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC;;AAEmS;;;ACnM1N;AAIzE,IAAMA,WAAW,GAAG,iBAAiB;AAErC,IAAIC,IAAU,GAAG,CAAC,CAAC;AAIZ,SAASC,EAAEA,CAACC,GAAuC,EAAEC,IAA0B,EAA6B;EAC/G,IAAIC,iBAAiB,CAACF,GAAG,CAAC,EAAE;EAC5B,IAAIG,KAAK,GAAGC,GAAG,CAACN,IAAI,EAAEE,GAAa,CAAC;EACpC,IAAIE,iBAAiB,CAACC,KAAK,CAAC,EAAE;IAC1BA,KAAK,GAAGH,GAAG;EACf;EACA,IAAIK,QAAQ,CAACF,KAAK,CAAC,EAAEA,KAAK,GAAGG,MAAM,CAACH,KAAK,CAAC;EAE1C,IAAIF,IAAI,EAAE;IACNE,KAAK,GAAGA,KAAK,CAACI,OAAO,CAACV,WAAW,EAAE,UAACW,KAAK,EAAEC,QAAQ,EAAK;MACpD,IAAIC,MAAM;MACV,IAAMC,KAAK,GAAGF,QAAQ,CAACG,OAAO,CAAC,GAAG,CAAC;MACnC,IAAID,KAAK,GAAG,CAAC,EAAE;QACXD,MAAM,GAAGD,QAAQ,CAACI,MAAM,CAAC,CAAC,EAAEF,KAAK,CAAC;QAClCD,MAAM,GAAGA,MAAM,CAACI,KAAK,CAAC,GAAG,CAAC;QAC1BL,QAAQ,GAAGA,QAAQ,CAACI,MAAM,CAACF,KAAK,GAAG,CAAC,CAAC;QACrCF,QAAQ,GAAGL,GAAG,CAACH,IAAI,EAAEQ,QAAQ,CAAC;QAC9B,IAAIA,QAAQ,GAAG,CAAC,EAAE;UACd,OAAOC,MAAM,CAACK,MAAM,GAAG,CAAC,GAAGL,MAAM,CAAC,CAAC,CAAC,GAAGA,MAAM,CAAC,CAAC,CAAC;QACpD,CAAC,MAAM;UACH,OAAOA,MAAM,CAACK,MAAM,GAAG,CAAC,GAAGL,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE;QAC7C;MACJ,CAAC,MAAM;QACHD,QAAQ,GAAGL,GAAG,CAACH,IAAI,EAAEQ,QAAQ,CAAC;QAC9B,OAAOP,iBAAiB,CAACO,QAAQ,CAAC,GAAGD,KAAK,GAAGC,QAAQ;MACzD;IACJ,CAAC,CAAC;EACN;EAEA,OAAON,KAAK;AAChB;AAEO,SAASa,QAAQA,CAACf,IAAU,EAAE;EACjC,IAAI,CAACgB,QAAQ,CAAChB,IAAI,CAAC,EAAE;IACjB,MAAM,IAAIiB,KAAK,8BAA4BjB,IAAM,CAAC;EACtD;EACAH,IAAI,GAAGG,IAAI;AACf,C","file":"index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"i18n\"] = factory();\n\telse\n\t\troot[\"i18n\"] = factory();\n})(self, function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","function isEventProp(propName) {\r\n return propName.substr(0, 3) === 'ev-';\r\n}\r\nfunction isNullOrUndefined(o) {\r\n return o === null || o === undefined;\r\n}\r\nvar toString = Object.prototype.toString;\r\nvar isArray = Array.isArray || function (arr) {\r\n return toString.call(arr) === '[object Array]';\r\n};\r\nfunction isInvalid(o) {\r\n return o === null || o === false || o === true || o === undefined;\r\n}\r\nfunction isStringOrNumber(o) {\r\n var type = typeof o;\r\n return type === 'string' || type === 'number';\r\n}\r\nfunction isNull(o) {\r\n return o === null;\r\n}\r\nfunction isUndefined(o) {\r\n return o === void 0;\r\n}\r\nfunction isFunction(o) {\r\n return typeof o === 'function';\r\n}\r\nfunction isNumber(o) {\r\n return typeof o === 'number';\r\n}\r\nfunction isString(o) {\r\n return typeof o === 'string';\r\n}\r\nfunction isObject(o) {\r\n return o !== null && typeof o === 'object';\r\n}\r\nvar ERROR_MSG = 'a runtime error occured! Use Intact in development environment to find the error.';\r\nfunction throwError(message) {\r\n if (!message) {\r\n message = ERROR_MSG;\r\n }\r\n throw new Error(\"Intact Error: \".concat(message));\r\n}\r\nfunction error(message) {\r\n console.error(message);\r\n}\r\nvar hasOwn = Object.prototype.hasOwnProperty;\r\nvar EMPTY_OBJ = {};\r\nif (process.env.NODE_ENV !== 'production') {\r\n Object.freeze(EMPTY_OBJ);\r\n}\r\nvar noop = function () { };\r\nvar hasDocumentAvailable = typeof document !== 'undefined';\n\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n\r\nvar __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n };\r\n return __assign.apply(this, arguments);\r\n};\n\nfunction get(object, path) {\r\n if (hasOwn.call(object, path) || !isString(path))\r\n return object[path];\r\n var pathArray = castPath(path);\r\n var length = pathArray.length;\r\n var index = 0;\r\n while (!isNullOrUndefined(object) && index < length) {\r\n object = object[pathArray[index++]];\r\n }\r\n return (index && index === length) ? object : undefined;\r\n}\r\nfunction set(object, path, value) {\r\n if (process.env.NODE_ENV !== 'production') {\r\n if (typeof path === 'symbol') {\r\n throwError(\"set() does not support Symbol\");\r\n }\r\n }\r\n var changeTraces = [];\r\n if (hasOwn.call(object, path)) {\r\n changeTraces.push({ path: path, newValue: value, oldValue: object[path] });\r\n object[path] = value;\r\n return changeTraces;\r\n }\r\n var pathArray = castPath(path);\r\n var length = pathArray.length;\r\n var lastIndex = length - 1;\r\n var index = -1;\r\n var nested = object;\r\n var prefix = '';\r\n while (!isNullOrUndefined(nested) && ++index < length) {\r\n var key = pathArray[index];\r\n var oldValue = nested[key];\r\n var newValue = value;\r\n if (index !== lastIndex) {\r\n // data is immutable, clone it before modifing it\r\n newValue = isObject(oldValue) ? clone(oldValue) : reIsIndex.test(pathArray[index + 1]) ? [] : {};\r\n }\r\n nested[key] = newValue;\r\n nested = nested[key];\r\n prefix += key;\r\n changeTraces.push({ path: prefix, newValue: newValue, oldValue: oldValue });\r\n prefix += '.';\r\n }\r\n return changeTraces;\r\n}\r\nvar castPathCache = {};\r\nvar rePropName = /[^\\.\\[\\]]+/g;\r\nvar reIsIndex = /^(?:0|[1-9]\\d*)$/;\r\nfunction castPath(path) {\r\n if (process.env.NODE_ENV !== 'production') {\r\n if (/^[\\.\\[\\]]*$/.test(path)) {\r\n throwError('Encountered invalid path: ' + path);\r\n }\r\n }\r\n if (castPathCache[path])\r\n return castPathCache[path];\r\n return (castPathCache[path] = path.match(rePropName));\r\n}\r\nfunction clone(object) {\r\n if (process.env.NODE_ENV !== 'production') {\r\n if (!isObject(object)) {\r\n throwError('Encounterd invalid object: ' + JSON.stringify(object));\r\n }\r\n }\r\n if (isArray(object)) {\r\n return object.slice();\r\n }\r\n return __assign({}, object);\r\n}\n\nfunction proxyFragment(fragment) {\r\n var firstChild = fragment.firstChild, lastChild = fragment.lastChild;\r\n fragment._fragementFirstChild = firstChild;\r\n fragment._fragementLastChild = lastChild;\r\n Object.defineProperty(fragment, 'parentNode', {\r\n get: function () {\r\n return firstChild.parentNode;\r\n }\r\n });\r\n Object.defineProperty(fragment, 'nextSibling', {\r\n get: function () {\r\n return lastChild.nextSibling;\r\n }\r\n });\r\n}\r\nfunction proxyFragmentParent(fragment) {\r\n var parentNode = fragment.parentNode;\r\n if (!parentNode || parentNode._intactVueLegacyRewrote)\r\n return;\r\n var removeChild = parentNode.removeChild;\r\n parentNode.removeChild = function (child) {\r\n if (isFragmentDom(child)) {\r\n var lastChild = child._fragementLastChild;\r\n var sibling = child._fragementFirstChild;\r\n while (sibling && sibling !== lastChild) {\r\n var dom = sibling;\r\n sibling = sibling.nextSibling;\r\n removeChild.call(this, dom);\r\n }\r\n return removeChild.call(this, lastChild);\r\n }\r\n return removeChild.call(this, child);\r\n };\r\n var insertBefore = parentNode.insertBefore;\r\n parentNode.insertBefore = function (newChild, refChild) {\r\n if (refChild && isFragmentDom(refChild)) {\r\n return insertBefore.call(this, newChild, refChild._fragementFirstChild);\r\n }\r\n return insertBefore.call(this, newChild, refChild);\r\n };\r\n parentNode._intactVueLegacyRewrote = true;\r\n}\r\nfunction isFragmentDom(node) {\r\n return node.nodeType === 11; /* fragment */\r\n}\n\nexport { EMPTY_OBJ, ERROR_MSG, error, get, hasDocumentAvailable, hasOwn, isArray, isEventProp, isFragmentDom, isFunction, isInvalid, isNull, isNullOrUndefined, isNumber, isObject, isString, isStringOrNumber, isUndefined, noop, proxyFragment, proxyFragmentParent, set, throwError, toString };\n","import {isObject, get, isNullOrUndefined, isNumber} from 'intact-shared';\n\ntype Data = Record<string, string | number>\n\nconst valueRegexp = /\\{([^\\}\\s]+)\\}/g;\n\nlet i18n: Data = {};\n\nexport function _$(key: null | undefined, data?: any): undefined | null\nexport function _$(key: string | number, data?: any): string\nexport function _$(key: string | number | null | undefined, data?: Record<string, any>): undefined | null | string {\n if (isNullOrUndefined(key)) return;\n let value = get(i18n, key as string);\n if (isNullOrUndefined(value)) {\n value = key;\n }\n if (isNumber(value)) value = String(value);\n\n if (data) {\n value = value.replace(valueRegexp, (nouse, variable) => {\n let suffix;\n const index = variable.indexOf(':');\n if (index > 0) {\n suffix = variable.substr(0, index);\n suffix = suffix.split('|');\n variable = variable.substr(index + 1);\n variable = get(data, variable);\n if (variable > 1) {\n return suffix.length > 1 ? suffix[1] : suffix[0];\n } else {\n return suffix.length > 1 ? suffix[0] : '';\n }\n } else {\n variable = get(data, variable);\n return isNullOrUndefined(variable) ? nouse : variable;\n }\n });\n }\n\n return value;\n}\n\nexport function localize(data: Data) {\n if (!isObject(data)) {\n throw new Error(`expect a object but got ${data}`);\n }\n i18n = data;\n}\n"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.i18n=t():e.i18n=t()}(self,function(){return(()=>{"use strict";var o={d:(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},e={};function i(e){return null==e}o.r(e),o.d(e,{_$:()=>function(e,n){var t;if(!i(e))return"number"==typeof(t=i(t=f(a,e))?e:t)&&(t=String(t)),t=n?t.replace(p,function(e,t){var r,o=t.indexOf(":");return 0<o?(r=(r=t.substr(0,o)).split("|"),t=t.substr(o+1),1<(t=f(n,t))?1<r.length?r[1]:r[0]:1<r.length?r[0]:""):i(t=f(n,t))?e:t}):t},localize:()=>function(e){if(!r(e))throw new Error("expect a object but got "+e);a=e}});var t=Object.prototype.toString;Array.isArray;function r(e){return null!==e&&"object"==typeof e}var u=Object.prototype.hasOwnProperty;function f(e,t){if(u.call(e,t)||"string"!=typeof t)return e[t];for(var r=l(t),o=r.length,n=0;!i(e)&&n<o;)e=e[r[n++]];return n&&n===o?e:void 0}var n={},c=/[^\.\[\]]+/g;function l(e){return n[e]||(n[e]=e.match(c))}var p=/\{([^\}\s]+)\}/g,a={};return e})()});