@pungfe/element 0.0.1-alpha.18 → 0.0.1-alpha.21

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 (190) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +20 -1
  3. package/dist/cjs/Button-Dkqk8lXH.cjs +2 -0
  4. package/dist/cjs/Button-Dkqk8lXH.cjs.map +1 -0
  5. package/dist/cjs/Button.cjs +1 -0
  6. package/dist/cjs/ButtonPopconfirm.cjs +1 -0
  7. package/dist/cjs/ConfigProvider-lII820wO.cjs +2 -0
  8. package/dist/cjs/ConfigProvider-lII820wO.cjs.map +1 -0
  9. package/dist/cjs/ConfigProvider.cjs +1 -0
  10. package/dist/cjs/DatePicker-DvW11A5y.cjs +2 -0
  11. package/dist/cjs/DatePicker-DvW11A5y.cjs.map +1 -0
  12. package/dist/cjs/DatePicker.cjs +1 -0
  13. package/dist/cjs/Dialog-C3uo50Lk.cjs +2 -0
  14. package/dist/cjs/Dialog-C3uo50Lk.cjs.map +1 -0
  15. package/dist/cjs/Dialog.cjs +1 -0
  16. package/dist/cjs/Form-269B6UNo.cjs +2 -0
  17. package/dist/cjs/Form-269B6UNo.cjs.map +1 -0
  18. package/dist/cjs/Form.cjs +1 -0
  19. package/dist/cjs/FormItem-Dr0G-5Q4.cjs +2 -0
  20. package/dist/cjs/FormItem-Dr0G-5Q4.cjs.map +1 -0
  21. package/dist/cjs/FormItem.cjs +1 -0
  22. package/dist/cjs/Input-DuZALrON.cjs +2 -0
  23. package/dist/cjs/Input-DuZALrON.cjs.map +1 -0
  24. package/dist/cjs/Input.cjs +1 -0
  25. package/dist/cjs/InputNumber-DPd4h9mJ.cjs +2 -0
  26. package/dist/cjs/InputNumber-DPd4h9mJ.cjs.map +1 -0
  27. package/dist/cjs/InputNumber.cjs +1 -0
  28. package/dist/cjs/Pagination-C6JSioze.cjs +2 -0
  29. package/dist/cjs/Pagination-C6JSioze.cjs.map +1 -0
  30. package/dist/cjs/Pagination.cjs +1 -0
  31. package/dist/cjs/Select-C-b-Biw3.cjs +2 -0
  32. package/dist/cjs/Select-C-b-Biw3.cjs.map +1 -0
  33. package/dist/cjs/Select.cjs +1 -0
  34. package/dist/cjs/TabPane-6xH7oG0B.cjs +2 -0
  35. package/dist/cjs/TabPane-6xH7oG0B.cjs.map +1 -0
  36. package/dist/cjs/TabPane.cjs +1 -0
  37. package/dist/cjs/Table-DpQglHP2.cjs +2 -0
  38. package/dist/cjs/Table-DpQglHP2.cjs.map +1 -0
  39. package/dist/cjs/Table.cjs +1 -0
  40. package/dist/cjs/Tabs-BjfrK6HM.cjs +2 -0
  41. package/dist/cjs/Tabs-BjfrK6HM.cjs.map +1 -0
  42. package/dist/cjs/Tabs.cjs +1 -0
  43. package/dist/cjs/Upload-CXRSAOCS.cjs +2 -0
  44. package/dist/cjs/Upload-CXRSAOCS.cjs.map +1 -0
  45. package/dist/cjs/Upload.cjs +1 -0
  46. package/dist/cjs/components-Xete52W-.cjs +2 -0
  47. package/dist/cjs/components-Xete52W-.cjs.map +1 -0
  48. package/dist/cjs/constants-C1UtNKNR.cjs +2 -0
  49. package/dist/cjs/constants-C1UtNKNR.cjs.map +1 -0
  50. package/dist/cjs/dist-jkU1Ff2x.cjs +2 -0
  51. package/dist/cjs/dist-jkU1Ff2x.cjs.map +1 -0
  52. package/dist/cjs/en-B0d-nlXX.cjs +2 -0
  53. package/dist/cjs/en-B0d-nlXX.cjs.map +1 -0
  54. package/dist/cjs/en.cjs +1 -0
  55. package/dist/cjs/index.cjs +2 -0
  56. package/dist/cjs/index.cjs.map +1 -0
  57. package/dist/cjs/index2.cjs +1 -0
  58. package/dist/cjs/resolver.cjs +2 -0
  59. package/dist/cjs/resolver.cjs.map +1 -0
  60. package/dist/cjs/zh-cn-DsaoBOfv.cjs +2 -0
  61. package/dist/cjs/zh-cn-DsaoBOfv.cjs.map +1 -0
  62. package/dist/cjs/zh-cn.cjs +1 -0
  63. package/dist/es/Button-BgxatYKq.js +37 -0
  64. package/dist/es/Button-BgxatYKq.js.map +1 -0
  65. package/dist/es/Button.js +2 -0
  66. package/dist/es/ButtonPopconfirm.js +18 -0
  67. package/dist/es/ConfigProvider-BlRc251T.js +16 -0
  68. package/dist/es/ConfigProvider-BlRc251T.js.map +1 -0
  69. package/dist/es/ConfigProvider.js +4 -0
  70. package/dist/es/DatePicker-BDjnMA3B.js +69 -0
  71. package/dist/es/DatePicker-BDjnMA3B.js.map +1 -0
  72. package/dist/es/DatePicker.js +2 -0
  73. package/dist/es/Dialog-BahbAebJ.js +54 -0
  74. package/dist/es/Dialog-BahbAebJ.js.map +1 -0
  75. package/dist/es/Dialog.js +2 -0
  76. package/dist/es/Form-wBMmnwZj.js +44 -0
  77. package/dist/es/Form-wBMmnwZj.js.map +1 -0
  78. package/dist/es/Form.js +2 -0
  79. package/dist/es/FormItem--C1bP0wY.js +37 -0
  80. package/dist/es/FormItem--C1bP0wY.js.map +1 -0
  81. package/dist/es/FormItem.js +2 -0
  82. package/dist/es/Input-JT0g3gkf.js +86 -0
  83. package/dist/es/Input-JT0g3gkf.js.map +1 -0
  84. package/dist/es/Input.js +2 -0
  85. package/dist/es/InputNumber-CFTLdulD.js +70 -0
  86. package/dist/es/InputNumber-CFTLdulD.js.map +1 -0
  87. package/dist/es/InputNumber.js +2 -0
  88. package/dist/es/Pagination-CGeelxQR.js +44 -0
  89. package/dist/es/Pagination-CGeelxQR.js.map +1 -0
  90. package/dist/es/Pagination.js +2 -0
  91. package/dist/es/Select-BKdDBeJC.js +110 -0
  92. package/dist/es/Select-BKdDBeJC.js.map +1 -0
  93. package/dist/es/Select.js +2 -0
  94. package/dist/es/TabPane-CzInYf67.js +34 -0
  95. package/dist/es/TabPane-CzInYf67.js.map +1 -0
  96. package/dist/es/TabPane.js +2 -0
  97. package/dist/es/Table-Cm_Dki-c.js +104 -0
  98. package/dist/es/Table-Cm_Dki-c.js.map +1 -0
  99. package/dist/es/Table.js +2 -0
  100. package/dist/es/Tabs-CKIkuQ81.js +40 -0
  101. package/dist/es/Tabs-CKIkuQ81.js.map +1 -0
  102. package/dist/es/Tabs.js +2 -0
  103. package/dist/es/Upload-DCnEcRkL.js +52 -0
  104. package/dist/es/Upload-DCnEcRkL.js.map +1 -0
  105. package/dist/es/Upload.js +2 -0
  106. package/dist/es/components-DKoUIsFy.js +91 -0
  107. package/dist/es/components-DKoUIsFy.js.map +1 -0
  108. package/dist/es/constants-TVJ7auaC.js +6 -0
  109. package/dist/es/constants-TVJ7auaC.js.map +1 -0
  110. package/dist/es/dist-BPi3_vgC.js +30 -0
  111. package/dist/es/dist-BPi3_vgC.js.map +1 -0
  112. package/dist/es/en-BAY1fB2Q.js +197 -0
  113. package/dist/es/en-BAY1fB2Q.js.map +1 -0
  114. package/dist/es/en.js +2 -0
  115. package/dist/es/index.js +28 -0
  116. package/dist/es/index.js.map +1 -0
  117. package/dist/es/index2.js +3 -0
  118. package/dist/es/resolver.js +39 -0
  119. package/dist/es/resolver.js.map +1 -0
  120. package/dist/es/zh-cn-UaM4b5St.js +197 -0
  121. package/dist/es/zh-cn-UaM4b5St.js.map +1 -0
  122. package/dist/es/zh-cn.js +2 -0
  123. package/dist/{basic/XButton.vue.d.ts → types/components/Button.vue.d.ts} +10 -5
  124. package/dist/{basic/XReconfirm.vue.d.ts → types/components/ButtonPopconfirm.vue.d.ts} +4 -3
  125. package/dist/types/components/ConfigProvider.vue.d.ts +21 -0
  126. package/dist/{basic/XDatePicker.vue.d.ts → types/components/DatePicker.vue.d.ts} +13 -5
  127. package/dist/{basic/XDialog.vue.d.ts → types/components/Dialog.vue.d.ts} +17 -9
  128. package/dist/types/components/Form.vue.d.ts +29 -0
  129. package/dist/types/components/FormItem.vue.d.ts +33 -0
  130. package/dist/types/components/Input.vue.d.ts +44 -0
  131. package/dist/types/components/InputNumber.vue.d.ts +48 -0
  132. package/dist/types/components/Pagination.vue.d.ts +40 -0
  133. package/dist/types/components/Select.vue.d.ts +45 -0
  134. package/dist/types/components/TabPane.vue.d.ts +32 -0
  135. package/dist/types/components/Table.vue.d.ts +89 -0
  136. package/dist/{basic/XTabs.vue.d.ts → types/components/Tabs.vue.d.ts} +4 -12
  137. package/dist/types/components/Upload.vue.d.ts +40 -0
  138. package/dist/types/components/index.d.ts +50 -0
  139. package/dist/types/constants/index.d.ts +15 -0
  140. package/dist/types/index.d.ts +5 -0
  141. package/dist/types/install.d.ts +2 -0
  142. package/dist/types/locales/en.d.ts +2 -0
  143. package/dist/types/locales/index.d.ts +2 -0
  144. package/dist/types/locales/zh-cn.d.ts +2 -0
  145. package/dist/{resolver.d.ts → types/resolver.d.ts} +1 -1
  146. package/dist/types/src/components/Button.vue.d.ts +31 -0
  147. package/dist/types/src/components/ButtonPopconfirm.vue.d.ts +27 -0
  148. package/dist/types/src/components/ConfigProvider.vue.d.ts +21 -0
  149. package/dist/types/src/components/DatePicker.vue.d.ts +34 -0
  150. package/dist/types/src/components/Dialog.vue.d.ts +44 -0
  151. package/dist/{basic/XForm.vue.d.ts → types/src/components/Form.vue.d.ts} +9 -27
  152. package/dist/types/src/components/FormItem.vue.d.ts +33 -0
  153. package/dist/types/src/components/Input.vue.d.ts +44 -0
  154. package/dist/types/src/components/InputNumber.vue.d.ts +48 -0
  155. package/dist/types/src/components/Pagination.vue.d.ts +40 -0
  156. package/dist/{basic/XSelect.vue.d.ts → types/src/components/Select.vue.d.ts} +19 -5
  157. package/dist/types/src/components/TabPane.vue.d.ts +32 -0
  158. package/dist/types/src/components/Table.vue.d.ts +89 -0
  159. package/dist/types/src/components/Tabs.vue.d.ts +26 -0
  160. package/dist/types/src/components/Upload.vue.d.ts +27 -0
  161. package/dist/types/src/components/index.d.ts +15 -0
  162. package/dist/types/src/constants/index.d.ts +15 -0
  163. package/dist/types/src/index.d.ts +2 -0
  164. package/dist/types/src/locales/en.d.ts +2 -0
  165. package/dist/types/src/locales/index.d.ts +2 -0
  166. package/dist/types/src/locales/zh-cn.d.ts +2 -0
  167. package/dist/types/src/resolver.d.ts +3 -0
  168. package/dist/types/test/table.test.d.ts +1 -0
  169. package/package.json +32 -26
  170. package/dist/basic/XCascader.vue.d.ts +0 -26
  171. package/dist/basic/XCheckbox.vue.d.ts +0 -28
  172. package/dist/basic/XColorPicker.vue.d.ts +0 -21
  173. package/dist/basic/XDivider.vue.d.ts +0 -20
  174. package/dist/basic/XImage.vue.d.ts +0 -5
  175. package/dist/basic/XInput.vue.d.ts +0 -30
  176. package/dist/basic/XInputNumber.vue.d.ts +0 -38
  177. package/dist/basic/XPagination.vue.d.ts +0 -21
  178. package/dist/basic/XRate.vue.d.ts +0 -20
  179. package/dist/basic/XScrollbar.vue.d.ts +0 -553
  180. package/dist/basic/XSpace.vue.d.ts +0 -20
  181. package/dist/basic/XTable.vue.d.ts +0 -57
  182. package/dist/basic/XTag.vue.d.ts +0 -28
  183. package/dist/basic/XText.vue.d.ts +0 -23
  184. package/dist/basic/XUpload.vue.d.ts +0 -41
  185. package/dist/components.d.ts +0 -43
  186. package/dist/constants.d.ts +0 -12
  187. package/dist/index.d.ts +0 -7
  188. package/dist/index.mjs +0 -1297
  189. package/dist/resolver.mjs +0 -42
  190. package/dist/vendor-pRyQDb6F.js +0 -102
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dist-jkU1Ff2x.cjs","names":[],"sources":["../../node_modules/@vueuse/shared/dist/index.js"],"sourcesContent":["import { computed, customRef, effectScope, getCurrentInstance, getCurrentScope, hasInjectionContext, inject, isReactive, isRef, nextTick, onBeforeMount, onBeforeUnmount, onMounted, onScopeDispose, onUnmounted, provide, reactive, readonly, ref, shallowReadonly, shallowRef, toRef as toRef$1, toRefs as toRefs$1, toValue, unref, watch, watchEffect } from \"vue\";\n\n//#region computedEager/index.ts\n/**\n*\n* @deprecated This function will be removed in future version.\n*\n* Note: If you are using Vue 3.4+, you can straight use computed instead.\n* Because in Vue 3.4+, if computed new value does not change,\n* computed, effect, watch, watchEffect, render dependencies will not be triggered.\n* refer: https://github.com/vuejs/core/pull/5912\n*\n* @param fn effect function\n* @param options WatchOptionsBase\n* @returns readonly shallowRef\n*/\nfunction computedEager(fn, options) {\n\tvar _options$flush;\n\tconst result = shallowRef();\n\twatchEffect(() => {\n\t\tresult.value = fn();\n\t}, {\n\t\t...options,\n\t\tflush: (_options$flush = options === null || options === void 0 ? void 0 : options.flush) !== null && _options$flush !== void 0 ? _options$flush : \"sync\"\n\t});\n\treturn readonly(result);\n}\n/** @deprecated use `computedEager` instead */\nconst eagerComputed = computedEager;\n\n//#endregion\n//#region computedWithControl/index.ts\n/**\n* Explicitly define the deps of computed.\n*\n* @param source\n* @param fn\n*/\nfunction computedWithControl(source, fn, options = {}) {\n\tlet v = void 0;\n\tlet track;\n\tlet trigger;\n\tlet dirty = true;\n\tconst update = () => {\n\t\tdirty = true;\n\t\ttrigger();\n\t};\n\twatch(source, update, {\n\t\tflush: \"sync\",\n\t\t...options\n\t});\n\tconst get$1 = typeof fn === \"function\" ? fn : fn.get;\n\tconst set$1 = typeof fn === \"function\" ? void 0 : fn.set;\n\tconst result = customRef((_track, _trigger) => {\n\t\ttrack = _track;\n\t\ttrigger = _trigger;\n\t\treturn {\n\t\t\tget() {\n\t\t\t\tif (dirty) {\n\t\t\t\t\tv = get$1(v);\n\t\t\t\t\tdirty = false;\n\t\t\t\t}\n\t\t\t\ttrack();\n\t\t\t\treturn v;\n\t\t\t},\n\t\t\tset(v$1) {\n\t\t\t\tset$1 === null || set$1 === void 0 || set$1(v$1);\n\t\t\t}\n\t\t};\n\t});\n\tresult.trigger = update;\n\treturn result;\n}\n/** @deprecated use `computedWithControl` instead */\nconst controlledComputed = computedWithControl;\n\n//#endregion\n//#region tryOnScopeDispose/index.ts\n/**\n* Call onScopeDispose() if it's inside an effect scope lifecycle, if not, do nothing\n*\n* @param fn\n*/\nfunction tryOnScopeDispose(fn, failSilently) {\n\tif (getCurrentScope()) {\n\t\tonScopeDispose(fn, failSilently);\n\t\treturn true;\n\t}\n\treturn false;\n}\n\n//#endregion\n//#region createEventHook/index.ts\n/**\n* Utility for creating event hooks\n*\n* @see https://vueuse.org/createEventHook\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction createEventHook() {\n\tconst fns = /* @__PURE__ */ new Set();\n\tconst off = (fn) => {\n\t\tfns.delete(fn);\n\t};\n\tconst clear = () => {\n\t\tfns.clear();\n\t};\n\tconst on = (fn) => {\n\t\tfns.add(fn);\n\t\tconst offFn = () => off(fn);\n\t\ttryOnScopeDispose(offFn);\n\t\treturn { off: offFn };\n\t};\n\tconst trigger = (...args) => {\n\t\treturn Promise.all(Array.from(fns).map((fn) => fn(...args)));\n\t};\n\treturn {\n\t\ton,\n\t\toff,\n\t\ttrigger,\n\t\tclear\n\t};\n}\n\n//#endregion\n//#region createGlobalState/index.ts\n/**\n* Keep states in the global scope to be reusable across Vue instances.\n*\n* @see https://vueuse.org/createGlobalState\n* @param stateFactory A factory function to create the state\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction createGlobalState(stateFactory) {\n\tlet initialized = false;\n\tlet state;\n\tconst scope = effectScope(true);\n\treturn ((...args) => {\n\t\tif (!initialized) {\n\t\t\tstate = scope.run(() => stateFactory(...args));\n\t\t\tinitialized = true;\n\t\t}\n\t\treturn state;\n\t});\n}\n\n//#endregion\n//#region provideLocal/map.ts\nconst localProvidedStateMap = /* @__PURE__ */ new WeakMap();\n\n//#endregion\n//#region injectLocal/index.ts\n/**\n* On the basis of `inject`, it is allowed to directly call inject to obtain the value after call provide in the same component.\n*\n* @example\n* ```ts\n* injectLocal('MyInjectionKey', 1)\n* const injectedValue = injectLocal('MyInjectionKey') // injectedValue === 1\n* ```\n*\n* @__NO_SIDE_EFFECTS__\n*/\nconst injectLocal = (...args) => {\n\tvar _getCurrentInstance;\n\tconst key = args[0];\n\tconst instance = (_getCurrentInstance = getCurrentInstance()) === null || _getCurrentInstance === void 0 ? void 0 : _getCurrentInstance.proxy;\n\tconst owner = instance !== null && instance !== void 0 ? instance : getCurrentScope();\n\tif (owner == null && !hasInjectionContext()) throw new Error(\"injectLocal must be called in setup\");\n\tif (owner && localProvidedStateMap.has(owner) && key in localProvidedStateMap.get(owner)) return localProvidedStateMap.get(owner)[key];\n\treturn inject(...args);\n};\n\n//#endregion\n//#region provideLocal/index.ts\n/**\n* On the basis of `provide`, it is allowed to directly call inject to obtain the value after call provide in the same component.\n*\n* @example\n* ```ts\n* provideLocal('MyInjectionKey', 1)\n* const injectedValue = injectLocal('MyInjectionKey') // injectedValue === 1\n* ```\n*/\nfunction provideLocal(key, value) {\n\tvar _getCurrentInstance;\n\tconst instance = (_getCurrentInstance = getCurrentInstance()) === null || _getCurrentInstance === void 0 ? void 0 : _getCurrentInstance.proxy;\n\tconst owner = instance !== null && instance !== void 0 ? instance : getCurrentScope();\n\tif (owner == null) throw new Error(\"provideLocal must be called in setup\");\n\tif (!localProvidedStateMap.has(owner)) localProvidedStateMap.set(owner, Object.create(null));\n\tconst localProvidedState = localProvidedStateMap.get(owner);\n\tlocalProvidedState[key] = value;\n\treturn provide(key, value);\n}\n\n//#endregion\n//#region createInjectionState/index.ts\n/**\n* Create global state that can be injected into components.\n*\n* @see https://vueuse.org/createInjectionState\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction createInjectionState(composable, options) {\n\tconst key = (options === null || options === void 0 ? void 0 : options.injectionKey) || Symbol(composable.name || \"InjectionState\");\n\tconst defaultValue = options === null || options === void 0 ? void 0 : options.defaultValue;\n\tconst useProvidingState = (...args) => {\n\t\tconst state = composable(...args);\n\t\tprovideLocal(key, state);\n\t\treturn state;\n\t};\n\tconst useInjectedState = () => injectLocal(key, defaultValue);\n\treturn [useProvidingState, useInjectedState];\n}\n\n//#endregion\n//#region createRef/index.ts\n/**\n* Returns a `deepRef` or `shallowRef` depending on the `deep` param.\n*\n* @example createRef(1) // ShallowRef<number>\n* @example createRef(1, false) // ShallowRef<number>\n* @example createRef(1, true) // Ref<number>\n* @example createRef(\"string\") // ShallowRef<string>\n* @example createRef<\"A\"|\"B\">(\"A\", true) // Ref<\"A\"|\"B\">\n*\n* @param value\n* @param deep\n* @returns the `deepRef` or `shallowRef`\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction createRef(value, deep) {\n\tif (deep === true) return ref(value);\n\telse return shallowRef(value);\n}\n\n//#endregion\n//#region utils/is.ts\nconst isClient = typeof window !== \"undefined\" && typeof document !== \"undefined\";\nconst isWorker = typeof WorkerGlobalScope !== \"undefined\" && globalThis instanceof WorkerGlobalScope;\nconst isDef = (val) => typeof val !== \"undefined\";\nconst notNullish = (val) => val != null;\nconst assert = (condition, ...infos) => {\n\tif (!condition) console.warn(...infos);\n};\nconst toString = Object.prototype.toString;\nconst isObject = (val) => toString.call(val) === \"[object Object]\";\nconst now = () => Date.now();\nconst timestamp = () => +Date.now();\nconst clamp = (n, min, max) => Math.min(max, Math.max(min, n));\nconst noop = () => {};\nconst rand = (min, max) => {\n\tmin = Math.ceil(min);\n\tmax = Math.floor(max);\n\treturn Math.floor(Math.random() * (max - min + 1)) + min;\n};\nconst hasOwn = (val, key) => Object.prototype.hasOwnProperty.call(val, key);\nconst isIOS = /* @__PURE__ */ getIsIOS();\nfunction getIsIOS() {\n\tvar _window, _window2, _window3;\n\treturn isClient && !!((_window = window) === null || _window === void 0 || (_window = _window.navigator) === null || _window === void 0 ? void 0 : _window.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((_window2 = window) === null || _window2 === void 0 || (_window2 = _window2.navigator) === null || _window2 === void 0 ? void 0 : _window2.maxTouchPoints) > 2 && /iPad|Macintosh/.test((_window3 = window) === null || _window3 === void 0 ? void 0 : _window3.navigator.userAgent));\n}\n\n//#endregion\n//#region toRef/index.ts\nfunction toRef(...args) {\n\tif (args.length !== 1) return toRef$1(...args);\n\tconst r = args[0];\n\treturn typeof r === \"function\" ? readonly(customRef(() => ({\n\t\tget: r,\n\t\tset: noop\n\t}))) : ref(r);\n}\n\n//#endregion\n//#region utils/filters.ts\n/**\n* @internal\n*/\nfunction createFilterWrapper(filter, fn) {\n\tfunction wrapper(...args) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tPromise.resolve(filter(() => fn.apply(this, args), {\n\t\t\t\tfn,\n\t\t\t\tthisArg: this,\n\t\t\t\targs\n\t\t\t})).then(resolve).catch(reject);\n\t\t});\n\t}\n\treturn wrapper;\n}\nconst bypassFilter = (invoke$1) => {\n\treturn invoke$1();\n};\n/**\n* Create an EventFilter that debounce the events\n*/\nfunction debounceFilter(ms, options = {}) {\n\tlet timer;\n\tlet maxTimer;\n\tlet lastRejector = noop;\n\tconst _clearTimeout = (timer$1) => {\n\t\tclearTimeout(timer$1);\n\t\tlastRejector();\n\t\tlastRejector = noop;\n\t};\n\tlet lastInvoker;\n\tconst filter = (invoke$1) => {\n\t\tconst duration = toValue(ms);\n\t\tconst maxDuration = toValue(options.maxWait);\n\t\tif (timer) _clearTimeout(timer);\n\t\tif (duration <= 0 || maxDuration !== void 0 && maxDuration <= 0) {\n\t\t\tif (maxTimer) {\n\t\t\t\t_clearTimeout(maxTimer);\n\t\t\t\tmaxTimer = void 0;\n\t\t\t}\n\t\t\treturn Promise.resolve(invoke$1());\n\t\t}\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tlastRejector = options.rejectOnCancel ? reject : resolve;\n\t\t\tlastInvoker = invoke$1;\n\t\t\tif (maxDuration && !maxTimer) maxTimer = setTimeout(() => {\n\t\t\t\tif (timer) _clearTimeout(timer);\n\t\t\t\tmaxTimer = void 0;\n\t\t\t\tresolve(lastInvoker());\n\t\t\t}, maxDuration);\n\t\t\ttimer = setTimeout(() => {\n\t\t\t\tif (maxTimer) _clearTimeout(maxTimer);\n\t\t\t\tmaxTimer = void 0;\n\t\t\t\tresolve(invoke$1());\n\t\t\t}, duration);\n\t\t});\n\t};\n\treturn filter;\n}\nfunction throttleFilter(...args) {\n\tlet lastExec = 0;\n\tlet timer;\n\tlet isLeading = true;\n\tlet lastRejector = noop;\n\tlet lastValue;\n\tlet ms;\n\tlet trailing;\n\tlet leading;\n\tlet rejectOnCancel;\n\tif (!isRef(args[0]) && typeof args[0] === \"object\") ({delay: ms, trailing = true, leading = true, rejectOnCancel = false} = args[0]);\n\telse [ms, trailing = true, leading = true, rejectOnCancel = false] = args;\n\tconst clear = () => {\n\t\tif (timer) {\n\t\t\tclearTimeout(timer);\n\t\t\ttimer = void 0;\n\t\t\tlastRejector();\n\t\t\tlastRejector = noop;\n\t\t}\n\t};\n\tconst filter = (_invoke) => {\n\t\tconst duration = toValue(ms);\n\t\tconst elapsed = Date.now() - lastExec;\n\t\tconst invoke$1 = () => {\n\t\t\treturn lastValue = _invoke();\n\t\t};\n\t\tclear();\n\t\tif (duration <= 0) {\n\t\t\tlastExec = Date.now();\n\t\t\treturn invoke$1();\n\t\t}\n\t\tif (elapsed > duration) {\n\t\t\tlastExec = Date.now();\n\t\t\tif (leading || !isLeading) invoke$1();\n\t\t} else if (trailing) lastValue = new Promise((resolve, reject) => {\n\t\t\tlastRejector = rejectOnCancel ? reject : resolve;\n\t\t\ttimer = setTimeout(() => {\n\t\t\t\tlastExec = Date.now();\n\t\t\t\tisLeading = true;\n\t\t\t\tresolve(invoke$1());\n\t\t\t\tclear();\n\t\t\t}, Math.max(0, duration - elapsed));\n\t\t});\n\t\tif (!leading && !timer) timer = setTimeout(() => isLeading = true, duration);\n\t\tisLeading = false;\n\t\treturn lastValue;\n\t};\n\treturn filter;\n}\n/**\n* EventFilter that gives extra controls to pause and resume the filter\n*\n* @param extendFilter Extra filter to apply when the PausableFilter is active, default to none\n* @param options Options to configure the filter\n*/\nfunction pausableFilter(extendFilter = bypassFilter, options = {}) {\n\tconst { initialState = \"active\" } = options;\n\tconst isActive = toRef(initialState === \"active\");\n\tfunction pause() {\n\t\tisActive.value = false;\n\t}\n\tfunction resume() {\n\t\tisActive.value = true;\n\t}\n\tconst eventFilter = (...args) => {\n\t\tif (isActive.value) extendFilter(...args);\n\t};\n\treturn {\n\t\tisActive: readonly(isActive),\n\t\tpause,\n\t\tresume,\n\t\teventFilter\n\t};\n}\n\n//#endregion\n//#region utils/general.ts\nfunction promiseTimeout(ms, throwOnTimeout = false, reason = \"Timeout\") {\n\treturn new Promise((resolve, reject) => {\n\t\tif (throwOnTimeout) setTimeout(() => reject(reason), ms);\n\t\telse setTimeout(resolve, ms);\n\t});\n}\nfunction identity(arg) {\n\treturn arg;\n}\n/**\n* Create singleton promise function\n*\n* @example\n* ```\n* const promise = createSingletonPromise(async () => { ... })\n*\n* await promise()\n* await promise() // all of them will be bind to a single promise instance\n* await promise() // and be resolved together\n* ```\n*/\nfunction createSingletonPromise(fn) {\n\tlet _promise;\n\tfunction wrapper() {\n\t\tif (!_promise) _promise = fn();\n\t\treturn _promise;\n\t}\n\twrapper.reset = async () => {\n\t\tconst _prev = _promise;\n\t\t_promise = void 0;\n\t\tif (_prev) await _prev;\n\t};\n\treturn wrapper;\n}\nfunction invoke(fn) {\n\treturn fn();\n}\nfunction containsProp(obj, ...props) {\n\treturn props.some((k) => k in obj);\n}\nfunction increaseWithUnit(target, delta) {\n\tvar _target$match;\n\tif (typeof target === \"number\") return target + delta;\n\tconst value = ((_target$match = target.match(/^-?\\d+\\.?\\d*/)) === null || _target$match === void 0 ? void 0 : _target$match[0]) || \"\";\n\tconst unit = target.slice(value.length);\n\tconst result = Number.parseFloat(value) + delta;\n\tif (Number.isNaN(result)) return target;\n\treturn result + unit;\n}\n/**\n* Get a px value for SSR use, do not rely on this method outside of SSR as REM unit is assumed at 16px, which might not be the case on the client\n*/\nfunction pxValue(px) {\n\treturn px.endsWith(\"rem\") ? Number.parseFloat(px) * 16 : Number.parseFloat(px);\n}\n/**\n* Create a new subset object by giving keys\n*/\nfunction objectPick(obj, keys, omitUndefined = false) {\n\treturn keys.reduce((n, k) => {\n\t\tif (k in obj) {\n\t\t\tif (!omitUndefined || obj[k] !== void 0) n[k] = obj[k];\n\t\t}\n\t\treturn n;\n\t}, {});\n}\n/**\n* Create a new subset object by omit giving keys\n*/\nfunction objectOmit(obj, keys, omitUndefined = false) {\n\treturn Object.fromEntries(Object.entries(obj).filter(([key, value]) => {\n\t\treturn (!omitUndefined || value !== void 0) && !keys.includes(key);\n\t}));\n}\nfunction objectEntries(obj) {\n\treturn Object.entries(obj);\n}\nfunction toArray(value) {\n\treturn Array.isArray(value) ? value : [value];\n}\n\n//#endregion\n//#region utils/port.ts\nfunction cacheStringFunction(fn) {\n\tconst cache = Object.create(null);\n\treturn ((str) => {\n\t\treturn cache[str] || (cache[str] = fn(str));\n\t});\n}\nconst hyphenateRE = /\\B([A-Z])/g;\nconst hyphenate = cacheStringFunction((str) => str.replace(hyphenateRE, \"-$1\").toLowerCase());\nconst camelizeRE = /-(\\w)/g;\nconst camelize = cacheStringFunction((str) => {\n\treturn str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : \"\");\n});\n\n//#endregion\n//#region utils/vue.ts\nfunction getLifeCycleTarget(target) {\n\treturn target || getCurrentInstance();\n}\n\n//#endregion\n//#region createSharedComposable/index.ts\n/**\n* Make a composable function usable with multiple Vue instances.\n*\n* @see https://vueuse.org/createSharedComposable\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction createSharedComposable(composable) {\n\tif (!isClient) return composable;\n\tlet subscribers = 0;\n\tlet state;\n\tlet scope;\n\tconst dispose = () => {\n\t\tsubscribers -= 1;\n\t\tif (scope && subscribers <= 0) {\n\t\t\tscope.stop();\n\t\t\tstate = void 0;\n\t\t\tscope = void 0;\n\t\t}\n\t};\n\treturn ((...args) => {\n\t\tsubscribers += 1;\n\t\tif (!scope) {\n\t\t\tscope = effectScope(true);\n\t\t\tstate = scope.run(() => composable(...args));\n\t\t}\n\t\ttryOnScopeDispose(dispose);\n\t\treturn state;\n\t});\n}\n\n//#endregion\n//#region extendRef/index.ts\nfunction extendRef(ref$1, extend, { enumerable = false, unwrap = true } = {}) {\n\tfor (const [key, value] of Object.entries(extend)) {\n\t\tif (key === \"value\") continue;\n\t\tif (isRef(value) && unwrap) Object.defineProperty(ref$1, key, {\n\t\t\tget() {\n\t\t\t\treturn value.value;\n\t\t\t},\n\t\t\tset(v) {\n\t\t\t\tvalue.value = v;\n\t\t\t},\n\t\t\tenumerable\n\t\t});\n\t\telse Object.defineProperty(ref$1, key, {\n\t\t\tvalue,\n\t\t\tenumerable\n\t\t});\n\t}\n\treturn ref$1;\n}\n\n//#endregion\n//#region get/index.ts\nfunction get(obj, key) {\n\tif (key == null) return unref(obj);\n\treturn unref(obj)[key];\n}\n\n//#endregion\n//#region isDefined/index.ts\nfunction isDefined(v) {\n\treturn unref(v) != null;\n}\n\n//#endregion\n//#region makeDestructurable/index.ts\n/* @__NO_SIDE_EFFECTS__ */\nfunction makeDestructurable(obj, arr) {\n\tif (typeof Symbol !== \"undefined\") {\n\t\tconst clone = { ...obj };\n\t\tObject.defineProperty(clone, Symbol.iterator, {\n\t\t\tenumerable: false,\n\t\t\tvalue() {\n\t\t\t\tlet index = 0;\n\t\t\t\treturn { next: () => ({\n\t\t\t\t\tvalue: arr[index++],\n\t\t\t\t\tdone: index > arr.length\n\t\t\t\t}) };\n\t\t\t}\n\t\t});\n\t\treturn clone;\n\t} else return Object.assign([...arr], obj);\n}\n\n//#endregion\n//#region reactify/index.ts\n/**\n* Converts plain function into a reactive function.\n* The converted function accepts refs as it's arguments\n* and returns a ComputedRef, with proper typing.\n*\n* @param fn - Source function\n* @param options - Options\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction reactify(fn, options) {\n\tconst unrefFn = (options === null || options === void 0 ? void 0 : options.computedGetter) === false ? unref : toValue;\n\treturn function(...args) {\n\t\treturn computed(() => fn.apply(this, args.map((i) => unrefFn(i))));\n\t};\n}\n/** @deprecated use `reactify` instead */\nconst createReactiveFn = reactify;\n\n//#endregion\n//#region reactifyObject/index.ts\n/**\n* Apply `reactify` to an object\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction reactifyObject(obj, optionsOrKeys = {}) {\n\tlet keys = [];\n\tlet options;\n\tif (Array.isArray(optionsOrKeys)) keys = optionsOrKeys;\n\telse {\n\t\toptions = optionsOrKeys;\n\t\tconst { includeOwnProperties = true } = optionsOrKeys;\n\t\tkeys.push(...Object.keys(obj));\n\t\tif (includeOwnProperties) keys.push(...Object.getOwnPropertyNames(obj));\n\t}\n\treturn Object.fromEntries(keys.map((key) => {\n\t\tconst value = obj[key];\n\t\treturn [key, typeof value === \"function\" ? reactify(value.bind(obj), options) : value];\n\t}));\n}\n\n//#endregion\n//#region toReactive/index.ts\n/**\n* Converts ref to reactive.\n*\n* @see https://vueuse.org/toReactive\n* @param objectRef A ref of object\n*/\nfunction toReactive(objectRef) {\n\tif (!isRef(objectRef)) return reactive(objectRef);\n\treturn reactive(new Proxy({}, {\n\t\tget(_, p, receiver) {\n\t\t\treturn unref(Reflect.get(objectRef.value, p, receiver));\n\t\t},\n\t\tset(_, p, value) {\n\t\t\tif (isRef(objectRef.value[p]) && !isRef(value)) objectRef.value[p].value = value;\n\t\t\telse objectRef.value[p] = value;\n\t\t\treturn true;\n\t\t},\n\t\tdeleteProperty(_, p) {\n\t\t\treturn Reflect.deleteProperty(objectRef.value, p);\n\t\t},\n\t\thas(_, p) {\n\t\t\treturn Reflect.has(objectRef.value, p);\n\t\t},\n\t\townKeys() {\n\t\t\treturn Object.keys(objectRef.value);\n\t\t},\n\t\tgetOwnPropertyDescriptor() {\n\t\t\treturn {\n\t\t\t\tenumerable: true,\n\t\t\t\tconfigurable: true\n\t\t\t};\n\t\t}\n\t}));\n}\n\n//#endregion\n//#region reactiveComputed/index.ts\n/**\n* Computed reactive object.\n*/\nfunction reactiveComputed(fn) {\n\treturn toReactive(computed(fn));\n}\n\n//#endregion\n//#region reactiveOmit/index.ts\n/**\n* Reactively omit fields from a reactive object\n*\n* @see https://vueuse.org/reactiveOmit\n*/\nfunction reactiveOmit(obj, ...keys) {\n\tconst flatKeys = keys.flat();\n\tconst predicate = flatKeys[0];\n\treturn reactiveComputed(() => typeof predicate === \"function\" ? Object.fromEntries(Object.entries(toRefs$1(obj)).filter(([k, v]) => !predicate(toValue(v), k))) : Object.fromEntries(Object.entries(toRefs$1(obj)).filter((e) => !flatKeys.includes(e[0]))));\n}\n\n//#endregion\n//#region reactivePick/index.ts\n/**\n* Reactively pick fields from a reactive object\n*\n* @see https://vueuse.org/reactivePick\n*/\nfunction reactivePick(obj, ...keys) {\n\tconst flatKeys = keys.flat();\n\tconst predicate = flatKeys[0];\n\treturn reactiveComputed(() => typeof predicate === \"function\" ? Object.fromEntries(Object.entries(toRefs$1(obj)).filter(([k, v]) => predicate(toValue(v), k))) : Object.fromEntries(flatKeys.map((k) => [k, toRef(obj, k)])));\n}\n\n//#endregion\n//#region refAutoReset/index.ts\n/**\n* Create a ref which will be reset to the default value after some time.\n*\n* @see https://vueuse.org/refAutoReset\n* @param defaultValue The value which will be set.\n* @param afterMs A zero-or-greater delay in milliseconds.\n*/\nfunction refAutoReset(defaultValue, afterMs = 1e4) {\n\treturn customRef((track, trigger) => {\n\t\tlet value = toValue(defaultValue);\n\t\tlet timer;\n\t\tconst resetAfter = () => setTimeout(() => {\n\t\t\tvalue = toValue(defaultValue);\n\t\t\ttrigger();\n\t\t}, toValue(afterMs));\n\t\ttryOnScopeDispose(() => {\n\t\t\tclearTimeout(timer);\n\t\t});\n\t\treturn {\n\t\t\tget() {\n\t\t\t\ttrack();\n\t\t\t\treturn value;\n\t\t\t},\n\t\t\tset(newValue) {\n\t\t\t\tvalue = newValue;\n\t\t\t\ttrigger();\n\t\t\t\tclearTimeout(timer);\n\t\t\t\ttimer = resetAfter();\n\t\t\t}\n\t\t};\n\t});\n}\n/** @deprecated use `refAutoReset` instead */\nconst autoResetRef = refAutoReset;\n\n//#endregion\n//#region useDebounceFn/index.ts\n/**\n* Debounce execution of a function.\n*\n* @see https://vueuse.org/useDebounceFn\n* @param fn A function to be executed after delay milliseconds debounced.\n* @param ms A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n* @param options Options\n*\n* @return A new, debounce, function.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useDebounceFn(fn, ms = 200, options = {}) {\n\treturn createFilterWrapper(debounceFilter(ms, options), fn);\n}\n\n//#endregion\n//#region refDebounced/index.ts\n/**\n* Debounce updates of a ref.\n*\n* @return A new debounced ref.\n*/\nfunction refDebounced(value, ms = 200, options = {}) {\n\tconst debounced = ref(toValue(value));\n\tconst updater = useDebounceFn(() => {\n\t\tdebounced.value = value.value;\n\t}, ms, options);\n\twatch(value, () => updater());\n\treturn shallowReadonly(debounced);\n}\n/** @deprecated use `refDebounced` instead */\nconst debouncedRef = refDebounced;\n/** @deprecated use `refDebounced` instead */\nconst useDebounce = refDebounced;\n\n//#endregion\n//#region refDefault/index.ts\n/**\n* Apply default value to a ref.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction refDefault(source, defaultValue) {\n\treturn computed({\n\t\tget() {\n\t\t\tvar _source$value;\n\t\t\treturn (_source$value = source.value) !== null && _source$value !== void 0 ? _source$value : defaultValue;\n\t\t},\n\t\tset(value) {\n\t\t\tsource.value = value;\n\t\t}\n\t});\n}\n\n//#endregion\n//#region refManualReset/index.ts\n/**\n* Create a ref with manual reset functionality.\n*\n* @see https://vueuse.org/refManualReset\n* @param defaultValue The value which will be set.\n*/\nfunction refManualReset(defaultValue) {\n\tlet value = toValue(defaultValue);\n\tlet trigger;\n\tconst reset = () => {\n\t\tvalue = toValue(defaultValue);\n\t\ttrigger();\n\t};\n\tconst refValue = customRef((track, _trigger) => {\n\t\ttrigger = _trigger;\n\t\treturn {\n\t\t\tget() {\n\t\t\t\ttrack();\n\t\t\t\treturn value;\n\t\t\t},\n\t\t\tset(newValue) {\n\t\t\t\tvalue = newValue;\n\t\t\t\ttrigger();\n\t\t\t}\n\t\t};\n\t});\n\trefValue.reset = reset;\n\treturn refValue;\n}\n\n//#endregion\n//#region useThrottleFn/index.ts\n/**\n* Throttle execution of a function. Especially useful for rate limiting\n* execution of handlers on events like resize and scroll.\n*\n* @param fn A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is,\n* to `callback` when the throttled-function is executed.\n* @param ms A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n* (default value: 200)\n*\n* @param [trailing] if true, call fn again after the time is up (default value: false)\n*\n* @param [leading] if true, call fn on the leading edge of the ms timeout (default value: true)\n*\n* @param [rejectOnCancel] if true, reject the last call if it's been cancel (default value: false)\n*\n* @return A new, throttled, function.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useThrottleFn(fn, ms = 200, trailing = false, leading = true, rejectOnCancel = false) {\n\treturn createFilterWrapper(throttleFilter(ms, trailing, leading, rejectOnCancel), fn);\n}\n\n//#endregion\n//#region refThrottled/index.ts\n/**\n* Throttle execution of a function. Especially useful for rate limiting\n* execution of handlers on events like resize and scroll.\n*\n* @param value Ref value to be watched with throttle effect\n* @param delay A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n* @param trailing if true, update the value again after the delay time is up\n* @param leading if true, update the value on the leading edge of the ms timeout\n*/\nfunction refThrottled(value, delay = 200, trailing = true, leading = true) {\n\tif (delay <= 0) return value;\n\tconst throttled = ref(toValue(value));\n\tconst updater = useThrottleFn(() => {\n\t\tthrottled.value = value.value;\n\t}, delay, trailing, leading);\n\twatch(value, () => updater());\n\treturn throttled;\n}\n/** @deprecated use `refThrottled` instead */\nconst throttledRef = refThrottled;\n/** @deprecated use `refThrottled` instead */\nconst useThrottle = refThrottled;\n\n//#endregion\n//#region refWithControl/index.ts\n/**\n* Fine-grained controls over ref and its reactivity.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction refWithControl(initial, options = {}) {\n\tlet source = initial;\n\tlet track;\n\tlet trigger;\n\tconst ref$1 = customRef((_track, _trigger) => {\n\t\ttrack = _track;\n\t\ttrigger = _trigger;\n\t\treturn {\n\t\t\tget() {\n\t\t\t\treturn get$1();\n\t\t\t},\n\t\t\tset(v) {\n\t\t\t\tset$1(v);\n\t\t\t}\n\t\t};\n\t});\n\tfunction get$1(tracking = true) {\n\t\tif (tracking) track();\n\t\treturn source;\n\t}\n\tfunction set$1(value, triggering = true) {\n\t\tvar _options$onBeforeChan, _options$onChanged;\n\t\tif (value === source) return;\n\t\tconst old = source;\n\t\tif (((_options$onBeforeChan = options.onBeforeChange) === null || _options$onBeforeChan === void 0 ? void 0 : _options$onBeforeChan.call(options, value, old)) === false) return;\n\t\tsource = value;\n\t\t(_options$onChanged = options.onChanged) === null || _options$onChanged === void 0 || _options$onChanged.call(options, value, old);\n\t\tif (triggering) trigger();\n\t}\n\t/**\n\t* Get the value without tracked in the reactivity system\n\t*/\n\tconst untrackedGet = () => get$1(false);\n\t/**\n\t* Set the value without triggering the reactivity system\n\t*/\n\tconst silentSet = (v) => set$1(v, false);\n\t/**\n\t* Get the value without tracked in the reactivity system.\n\t*\n\t* Alias for `untrackedGet()`\n\t*/\n\tconst peek = () => get$1(false);\n\t/**\n\t* Set the value without triggering the reactivity system\n\t*\n\t* Alias for `silentSet(v)`\n\t*/\n\tconst lay = (v) => set$1(v, false);\n\treturn extendRef(ref$1, {\n\t\tget: get$1,\n\t\tset: set$1,\n\t\tuntrackedGet,\n\t\tsilentSet,\n\t\tpeek,\n\t\tlay\n\t}, { enumerable: true });\n}\n/** @deprecated use `refWithControl` instead */\nconst controlledRef = refWithControl;\n\n//#endregion\n//#region set/index.ts\n/**\n* Shorthand for `ref.value = x`\n*/\nfunction set(...args) {\n\tif (args.length === 2) {\n\t\tconst [ref$1, value] = args;\n\t\tref$1.value = value;\n\t}\n\tif (args.length === 3) {\n\t\tconst [target, key, value] = args;\n\t\ttarget[key] = value;\n\t}\n}\n\n//#endregion\n//#region watchWithFilter/index.ts\nfunction watchWithFilter(source, cb, options = {}) {\n\tconst { eventFilter = bypassFilter,...watchOptions } = options;\n\treturn watch(source, createFilterWrapper(eventFilter, cb), watchOptions);\n}\n\n//#endregion\n//#region watchPausable/index.ts\n/** @deprecated Use Vue's built-in `watch` instead. This function will be removed in future version. */\nfunction watchPausable(source, cb, options = {}) {\n\tconst { eventFilter: filter, initialState = \"active\",...watchOptions } = options;\n\tconst { eventFilter, pause, resume, isActive } = pausableFilter(filter, { initialState });\n\treturn {\n\t\tstop: watchWithFilter(source, cb, {\n\t\t\t...watchOptions,\n\t\t\teventFilter\n\t\t}),\n\t\tpause,\n\t\tresume,\n\t\tisActive\n\t};\n}\n/** @deprecated Use Vue's built-in `watch` instead. This function will be removed in future version. */\nconst pausableWatch = watchPausable;\n\n//#endregion\n//#region syncRef/index.ts\n/**\n* Two-way refs synchronization.\n* From the set theory perspective to restrict the option's type\n* Check in the following order:\n* 1. L = R\n* 2. L ∩ R ≠ ∅\n* 3. L ⊆ R\n* 4. L ∩ R = ∅\n*/\nfunction syncRef(left, right, ...[options]) {\n\tconst { flush = \"sync\", deep = false, immediate = true, direction = \"both\", transform = {} } = options || {};\n\tconst watchers = [];\n\tconst transformLTR = \"ltr\" in transform && transform.ltr || ((v) => v);\n\tconst transformRTL = \"rtl\" in transform && transform.rtl || ((v) => v);\n\tif (direction === \"both\" || direction === \"ltr\") watchers.push(watchPausable(left, (newValue) => {\n\t\twatchers.forEach((w) => w.pause());\n\t\tright.value = transformLTR(newValue);\n\t\twatchers.forEach((w) => w.resume());\n\t}, {\n\t\tflush,\n\t\tdeep,\n\t\timmediate\n\t}));\n\tif (direction === \"both\" || direction === \"rtl\") watchers.push(watchPausable(right, (newValue) => {\n\t\twatchers.forEach((w) => w.pause());\n\t\tleft.value = transformRTL(newValue);\n\t\twatchers.forEach((w) => w.resume());\n\t}, {\n\t\tflush,\n\t\tdeep,\n\t\timmediate\n\t}));\n\tconst stop = () => {\n\t\twatchers.forEach((w) => w.stop());\n\t};\n\treturn stop;\n}\n\n//#endregion\n//#region syncRefs/index.ts\n/**\n* Keep target ref(s) in sync with the source ref\n*\n* @param source source ref\n* @param targets\n*/\nfunction syncRefs(source, targets, options = {}) {\n\tconst { flush = \"sync\", deep = false, immediate = true } = options;\n\tconst targetsArray = toArray(targets);\n\treturn watch(source, (newValue) => targetsArray.forEach((target) => target.value = newValue), {\n\t\tflush,\n\t\tdeep,\n\t\timmediate\n\t});\n}\n\n//#endregion\n//#region toRefs/index.ts\n/**\n* Extended `toRefs` that also accepts refs of an object.\n*\n* @see https://vueuse.org/toRefs\n* @param objectRef A ref or normal object or array.\n* @param options Options\n*/\nfunction toRefs(objectRef, options = {}) {\n\tif (!isRef(objectRef)) return toRefs$1(objectRef);\n\tconst result = Array.isArray(objectRef.value) ? Array.from({ length: objectRef.value.length }) : {};\n\tfor (const key in objectRef.value) result[key] = customRef(() => ({\n\t\tget() {\n\t\t\treturn objectRef.value[key];\n\t\t},\n\t\tset(v) {\n\t\t\tvar _toValue;\n\t\t\tif ((_toValue = toValue(options.replaceRef)) !== null && _toValue !== void 0 ? _toValue : true) if (Array.isArray(objectRef.value)) {\n\t\t\t\tconst copy = [...objectRef.value];\n\t\t\t\tcopy[key] = v;\n\t\t\t\tobjectRef.value = copy;\n\t\t\t} else {\n\t\t\t\tconst newObject = {\n\t\t\t\t\t...objectRef.value,\n\t\t\t\t\t[key]: v\n\t\t\t\t};\n\t\t\t\tObject.setPrototypeOf(newObject, Object.getPrototypeOf(objectRef.value));\n\t\t\t\tobjectRef.value = newObject;\n\t\t\t}\n\t\t\telse objectRef.value[key] = v;\n\t\t}\n\t}));\n\treturn result;\n}\n\n//#endregion\n//#region tryOnBeforeMount/index.ts\n/**\n* Call onBeforeMount() if it's inside a component lifecycle, if not, just call the function\n*\n* @param fn\n* @param sync if set to false, it will run in the nextTick() of Vue\n* @param target\n*/\nfunction tryOnBeforeMount(fn, sync = true, target) {\n\tif (getLifeCycleTarget(target)) onBeforeMount(fn, target);\n\telse if (sync) fn();\n\telse nextTick(fn);\n}\n\n//#endregion\n//#region tryOnBeforeUnmount/index.ts\n/**\n* Call onBeforeUnmount() if it's inside a component lifecycle, if not, do nothing\n*\n* @param fn\n* @param target\n*/\nfunction tryOnBeforeUnmount(fn, target) {\n\tif (getLifeCycleTarget(target)) onBeforeUnmount(fn, target);\n}\n\n//#endregion\n//#region tryOnMounted/index.ts\n/**\n* Call onMounted() if it's inside a component lifecycle, if not, just call the function\n*\n* @param fn\n* @param sync if set to false, it will run in the nextTick() of Vue\n* @param target\n*/\nfunction tryOnMounted(fn, sync = true, target) {\n\tif (getLifeCycleTarget(target)) onMounted(fn, target);\n\telse if (sync) fn();\n\telse nextTick(fn);\n}\n\n//#endregion\n//#region tryOnUnmounted/index.ts\n/**\n* Call onUnmounted() if it's inside a component lifecycle, if not, do nothing\n*\n* @param fn\n* @param target\n*/\nfunction tryOnUnmounted(fn, target) {\n\tif (getLifeCycleTarget(target)) onUnmounted(fn, target);\n}\n\n//#endregion\n//#region until/index.ts\nfunction createUntil(r, isNot = false) {\n\tfunction toMatch(condition, { flush = \"sync\", deep = false, timeout, throwOnTimeout } = {}) {\n\t\tlet stop = null;\n\t\tconst promises = [new Promise((resolve) => {\n\t\t\tstop = watch(r, (v) => {\n\t\t\t\tif (condition(v) !== isNot) {\n\t\t\t\t\tif (stop) stop();\n\t\t\t\t\telse nextTick(() => stop === null || stop === void 0 ? void 0 : stop());\n\t\t\t\t\tresolve(v);\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\tflush,\n\t\t\t\tdeep,\n\t\t\t\timmediate: true\n\t\t\t});\n\t\t})];\n\t\tif (timeout != null) promises.push(promiseTimeout(timeout, throwOnTimeout).then(() => toValue(r)).finally(() => stop === null || stop === void 0 ? void 0 : stop()));\n\t\treturn Promise.race(promises);\n\t}\n\tfunction toBe(value, options) {\n\t\tif (!isRef(value)) return toMatch((v) => v === value, options);\n\t\tconst { flush = \"sync\", deep = false, timeout, throwOnTimeout } = options !== null && options !== void 0 ? options : {};\n\t\tlet stop = null;\n\t\tconst promises = [new Promise((resolve) => {\n\t\t\tstop = watch([r, value], ([v1, v2]) => {\n\t\t\t\tif (isNot !== (v1 === v2)) {\n\t\t\t\t\tif (stop) stop();\n\t\t\t\t\telse nextTick(() => stop === null || stop === void 0 ? void 0 : stop());\n\t\t\t\t\tresolve(v1);\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\tflush,\n\t\t\t\tdeep,\n\t\t\t\timmediate: true\n\t\t\t});\n\t\t})];\n\t\tif (timeout != null) promises.push(promiseTimeout(timeout, throwOnTimeout).then(() => toValue(r)).finally(() => {\n\t\t\tstop === null || stop === void 0 || stop();\n\t\t\treturn toValue(r);\n\t\t}));\n\t\treturn Promise.race(promises);\n\t}\n\tfunction toBeTruthy(options) {\n\t\treturn toMatch((v) => Boolean(v), options);\n\t}\n\tfunction toBeNull(options) {\n\t\treturn toBe(null, options);\n\t}\n\tfunction toBeUndefined(options) {\n\t\treturn toBe(void 0, options);\n\t}\n\tfunction toBeNaN(options) {\n\t\treturn toMatch(Number.isNaN, options);\n\t}\n\tfunction toContains(value, options) {\n\t\treturn toMatch((v) => {\n\t\t\tconst array = Array.from(v);\n\t\t\treturn array.includes(value) || array.includes(toValue(value));\n\t\t}, options);\n\t}\n\tfunction changed(options) {\n\t\treturn changedTimes(1, options);\n\t}\n\tfunction changedTimes(n = 1, options) {\n\t\tlet count = -1;\n\t\treturn toMatch(() => {\n\t\t\tcount += 1;\n\t\t\treturn count >= n;\n\t\t}, options);\n\t}\n\tif (Array.isArray(toValue(r))) return {\n\t\ttoMatch,\n\t\ttoContains,\n\t\tchanged,\n\t\tchangedTimes,\n\t\tget not() {\n\t\t\treturn createUntil(r, !isNot);\n\t\t}\n\t};\n\telse return {\n\t\ttoMatch,\n\t\ttoBe,\n\t\ttoBeTruthy,\n\t\ttoBeNull,\n\t\ttoBeNaN,\n\t\ttoBeUndefined,\n\t\tchanged,\n\t\tchangedTimes,\n\t\tget not() {\n\t\t\treturn createUntil(r, !isNot);\n\t\t}\n\t};\n}\nfunction until(r) {\n\treturn createUntil(r);\n}\n\n//#endregion\n//#region useArrayDifference/index.ts\nfunction defaultComparator(value, othVal) {\n\treturn value === othVal;\n}\n/**\n* Reactive get array difference of two array\n* @see https://vueuse.org/useArrayDifference\n* @returns - the difference of two array\n* @param args\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayDifference(...args) {\n\tvar _args$, _args$2;\n\tconst list = args[0];\n\tconst values = args[1];\n\tlet compareFn = (_args$ = args[2]) !== null && _args$ !== void 0 ? _args$ : defaultComparator;\n\tconst { symmetric = false } = (_args$2 = args[3]) !== null && _args$2 !== void 0 ? _args$2 : {};\n\tif (typeof compareFn === \"string\") {\n\t\tconst key = compareFn;\n\t\tcompareFn = (value, othVal) => value[key] === othVal[key];\n\t}\n\tconst diff1 = computed(() => toValue(list).filter((x) => toValue(values).findIndex((y) => compareFn(x, y)) === -1));\n\tif (symmetric) {\n\t\tconst diff2 = computed(() => toValue(values).filter((x) => toValue(list).findIndex((y) => compareFn(x, y)) === -1));\n\t\treturn computed(() => symmetric ? [...toValue(diff1), ...toValue(diff2)] : toValue(diff1));\n\t} else return diff1;\n}\n\n//#endregion\n//#region useArrayEvery/index.ts\n/**\n* Reactive `Array.every`\n*\n* @see https://vueuse.org/useArrayEvery\n* @param list - the array was called upon.\n* @param fn - a function to test each element.\n*\n* @returns **true** if the `fn` function returns a **truthy** value for every element from the array. Otherwise, **false**.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayEvery(list, fn) {\n\treturn computed(() => toValue(list).every((element, index, array) => fn(toValue(element), index, array)));\n}\n\n//#endregion\n//#region useArrayFilter/index.ts\n/**\n* Reactive `Array.filter`\n*\n* @see https://vueuse.org/useArrayFilter\n* @param list - the array was called upon.\n* @param fn - a function that is called for every element of the given `list`. Each time `fn` executes, the returned value is added to the new array.\n*\n* @returns a shallow copy of a portion of the given array, filtered down to just the elements from the given array that pass the test implemented by the provided function. If no elements pass the test, an empty array will be returned.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayFilter(list, fn) {\n\treturn computed(() => toValue(list).map((i) => toValue(i)).filter(fn));\n}\n\n//#endregion\n//#region useArrayFind/index.ts\n/**\n* Reactive `Array.find`\n*\n* @see https://vueuse.org/useArrayFind\n* @param list - the array was called upon.\n* @param fn - a function to test each element.\n*\n* @returns the first element in the array that satisfies the provided testing function. Otherwise, undefined is returned.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayFind(list, fn) {\n\treturn computed(() => toValue(toValue(list).find((element, index, array) => fn(toValue(element), index, array))));\n}\n\n//#endregion\n//#region useArrayFindIndex/index.ts\n/**\n* Reactive `Array.findIndex`\n*\n* @see https://vueuse.org/useArrayFindIndex\n* @param list - the array was called upon.\n* @param fn - a function to test each element.\n*\n* @returns the index of the first element in the array that passes the test. Otherwise, \"-1\".\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayFindIndex(list, fn) {\n\treturn computed(() => toValue(list).findIndex((element, index, array) => fn(toValue(element), index, array)));\n}\n\n//#endregion\n//#region useArrayFindLast/index.ts\nfunction findLast(arr, cb) {\n\tlet index = arr.length;\n\twhile (index-- > 0) if (cb(arr[index], index, arr)) return arr[index];\n}\n/**\n* Reactive `Array.findLast`\n*\n* @see https://vueuse.org/useArrayFindLast\n* @param list - the array was called upon.\n* @param fn - a function to test each element.\n*\n* @returns the last element in the array that satisfies the provided testing function. Otherwise, undefined is returned.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayFindLast(list, fn) {\n\treturn computed(() => toValue(!Array.prototype.findLast ? findLast(toValue(list), (element, index, array) => fn(toValue(element), index, array)) : toValue(list).findLast((element, index, array) => fn(toValue(element), index, array))));\n}\n\n//#endregion\n//#region useArrayIncludes/index.ts\nfunction isArrayIncludesOptions(obj) {\n\treturn isObject(obj) && containsProp(obj, \"formIndex\", \"comparator\");\n}\n/**\n* Reactive `Array.includes`\n*\n* @see https://vueuse.org/useArrayIncludes\n*\n* @returns true if the `value` is found in the array. Otherwise, false.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayIncludes(...args) {\n\tvar _comparator;\n\tconst list = args[0];\n\tconst value = args[1];\n\tlet comparator = args[2];\n\tlet formIndex = 0;\n\tif (isArrayIncludesOptions(comparator)) {\n\t\tvar _comparator$fromIndex;\n\t\tformIndex = (_comparator$fromIndex = comparator.fromIndex) !== null && _comparator$fromIndex !== void 0 ? _comparator$fromIndex : 0;\n\t\tcomparator = comparator.comparator;\n\t}\n\tif (typeof comparator === \"string\") {\n\t\tconst key = comparator;\n\t\tcomparator = (element, value$1) => element[key] === toValue(value$1);\n\t}\n\tcomparator = (_comparator = comparator) !== null && _comparator !== void 0 ? _comparator : ((element, value$1) => element === toValue(value$1));\n\treturn computed(() => toValue(list).slice(formIndex).some((element, index, array) => comparator(toValue(element), toValue(value), index, toValue(array))));\n}\n\n//#endregion\n//#region useArrayJoin/index.ts\n/**\n* Reactive `Array.join`\n*\n* @see https://vueuse.org/useArrayJoin\n* @param list - the array was called upon.\n* @param separator - a string to separate each pair of adjacent elements of the array. If omitted, the array elements are separated with a comma (\",\").\n*\n* @returns a string with all array elements joined. If arr.length is 0, the empty string is returned.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayJoin(list, separator) {\n\treturn computed(() => toValue(list).map((i) => toValue(i)).join(toValue(separator)));\n}\n\n//#endregion\n//#region useArrayMap/index.ts\n/**\n* Reactive `Array.map`\n*\n* @see https://vueuse.org/useArrayMap\n* @param list - the array was called upon.\n* @param fn - a function that is called for every element of the given `list`. Each time `fn` executes, the returned value is added to the new array.\n*\n* @returns a new array with each element being the result of the callback function.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayMap(list, fn) {\n\treturn computed(() => toValue(list).map((i) => toValue(i)).map(fn));\n}\n\n//#endregion\n//#region useArrayReduce/index.ts\n/**\n* Reactive `Array.reduce`\n*\n* @see https://vueuse.org/useArrayReduce\n* @param list - the array was called upon.\n* @param reducer - a \"reducer\" function.\n* @param args\n*\n* @returns the value that results from running the \"reducer\" callback function to completion over the entire array.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayReduce(list, reducer, ...args) {\n\tconst reduceCallback = (sum, value, index) => reducer(toValue(sum), toValue(value), index);\n\treturn computed(() => {\n\t\tconst resolved = toValue(list);\n\t\treturn args.length ? resolved.reduce(reduceCallback, typeof args[0] === \"function\" ? toValue(args[0]()) : toValue(args[0])) : resolved.reduce(reduceCallback);\n\t});\n}\n\n//#endregion\n//#region useArraySome/index.ts\n/**\n* Reactive `Array.some`\n*\n* @see https://vueuse.org/useArraySome\n* @param list - the array was called upon.\n* @param fn - a function to test each element.\n*\n* @returns **true** if the `fn` function returns a **truthy** value for any element from the array. Otherwise, **false**.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArraySome(list, fn) {\n\treturn computed(() => toValue(list).some((element, index, array) => fn(toValue(element), index, array)));\n}\n\n//#endregion\n//#region useArrayUnique/index.ts\nfunction uniq(array) {\n\treturn Array.from(new Set(array));\n}\nfunction uniqueElementsBy(array, fn) {\n\treturn array.reduce((acc, v) => {\n\t\tif (!acc.some((x) => fn(v, x, array))) acc.push(v);\n\t\treturn acc;\n\t}, []);\n}\n/**\n* reactive unique array\n* @see https://vueuse.org/useArrayUnique\n* @param list - the array was called upon.\n* @param compareFn\n* @returns A computed ref that returns a unique array of items.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useArrayUnique(list, compareFn) {\n\treturn computed(() => {\n\t\tconst resolvedList = toValue(list).map((element) => toValue(element));\n\t\treturn compareFn ? uniqueElementsBy(resolvedList, compareFn) : uniq(resolvedList);\n\t});\n}\n\n//#endregion\n//#region useCounter/index.ts\n/**\n* Basic counter with utility functions.\n*\n* @see https://vueuse.org/useCounter\n* @param [initialValue]\n* @param options\n*/\nfunction useCounter(initialValue = 0, options = {}) {\n\tlet _initialValue = unref(initialValue);\n\tconst count = shallowRef(initialValue);\n\tconst { max = Number.POSITIVE_INFINITY, min = Number.NEGATIVE_INFINITY } = options;\n\tconst inc = (delta = 1) => count.value = Math.max(Math.min(max, count.value + delta), min);\n\tconst dec = (delta = 1) => count.value = Math.min(Math.max(min, count.value - delta), max);\n\tconst get$1 = () => count.value;\n\tconst set$1 = (val) => count.value = Math.max(min, Math.min(max, val));\n\tconst reset = (val = _initialValue) => {\n\t\t_initialValue = val;\n\t\treturn set$1(val);\n\t};\n\treturn {\n\t\tcount: shallowReadonly(count),\n\t\tinc,\n\t\tdec,\n\t\tget: get$1,\n\t\tset: set$1,\n\t\treset\n\t};\n}\n\n//#endregion\n//#region useDateFormat/index.ts\nconst REGEX_PARSE = /^(\\d{4})[-/]?(\\d{1,2})?[-/]?(\\d{0,2})[T\\s]*(\\d{1,2})?:?(\\d{1,2})?:?(\\d{1,2})?[.:]?(\\d+)?$/i;\nconst REGEX_FORMAT = /[YMDHhms]o|\\[([^\\]]+)\\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|z{1,4}|SSS/g;\nfunction defaultMeridiem(hours, minutes, isLowercase, hasPeriod) {\n\tlet m = hours < 12 ? \"AM\" : \"PM\";\n\tif (hasPeriod) m = m.split(\"\").reduce((acc, curr) => acc += `${curr}.`, \"\");\n\treturn isLowercase ? m.toLowerCase() : m;\n}\nfunction formatOrdinal(num) {\n\tconst suffixes = [\n\t\t\"th\",\n\t\t\"st\",\n\t\t\"nd\",\n\t\t\"rd\"\n\t];\n\tconst v = num % 100;\n\treturn num + (suffixes[(v - 20) % 10] || suffixes[v] || suffixes[0]);\n}\nfunction formatDate(date, formatStr, options = {}) {\n\tvar _options$customMeridi;\n\tconst years = date.getFullYear();\n\tconst month = date.getMonth();\n\tconst days = date.getDate();\n\tconst hours = date.getHours();\n\tconst minutes = date.getMinutes();\n\tconst seconds = date.getSeconds();\n\tconst milliseconds = date.getMilliseconds();\n\tconst day = date.getDay();\n\tconst meridiem = (_options$customMeridi = options.customMeridiem) !== null && _options$customMeridi !== void 0 ? _options$customMeridi : defaultMeridiem;\n\tconst stripTimeZone = (dateString) => {\n\t\tvar _dateString$split$;\n\t\treturn (_dateString$split$ = dateString.split(\" \")[1]) !== null && _dateString$split$ !== void 0 ? _dateString$split$ : \"\";\n\t};\n\tconst matches = {\n\t\tYo: () => formatOrdinal(years),\n\t\tYY: () => String(years).slice(-2),\n\t\tYYYY: () => years,\n\t\tM: () => month + 1,\n\t\tMo: () => formatOrdinal(month + 1),\n\t\tMM: () => `${month + 1}`.padStart(2, \"0\"),\n\t\tMMM: () => date.toLocaleDateString(toValue(options.locales), { month: \"short\" }),\n\t\tMMMM: () => date.toLocaleDateString(toValue(options.locales), { month: \"long\" }),\n\t\tD: () => String(days),\n\t\tDo: () => formatOrdinal(days),\n\t\tDD: () => `${days}`.padStart(2, \"0\"),\n\t\tH: () => String(hours),\n\t\tHo: () => formatOrdinal(hours),\n\t\tHH: () => `${hours}`.padStart(2, \"0\"),\n\t\th: () => `${hours % 12 || 12}`.padStart(1, \"0\"),\n\t\tho: () => formatOrdinal(hours % 12 || 12),\n\t\thh: () => `${hours % 12 || 12}`.padStart(2, \"0\"),\n\t\tm: () => String(minutes),\n\t\tmo: () => formatOrdinal(minutes),\n\t\tmm: () => `${minutes}`.padStart(2, \"0\"),\n\t\ts: () => String(seconds),\n\t\tso: () => formatOrdinal(seconds),\n\t\tss: () => `${seconds}`.padStart(2, \"0\"),\n\t\tSSS: () => `${milliseconds}`.padStart(3, \"0\"),\n\t\td: () => day,\n\t\tdd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"narrow\" }),\n\t\tddd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"short\" }),\n\t\tdddd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"long\" }),\n\t\tA: () => meridiem(hours, minutes),\n\t\tAA: () => meridiem(hours, minutes, false, true),\n\t\ta: () => meridiem(hours, minutes, true),\n\t\taa: () => meridiem(hours, minutes, true, true),\n\t\tz: () => stripTimeZone(date.toLocaleDateString(toValue(options.locales), { timeZoneName: \"shortOffset\" })),\n\t\tzz: () => stripTimeZone(date.toLocaleDateString(toValue(options.locales), { timeZoneName: \"shortOffset\" })),\n\t\tzzz: () => stripTimeZone(date.toLocaleDateString(toValue(options.locales), { timeZoneName: \"shortOffset\" })),\n\t\tzzzz: () => stripTimeZone(date.toLocaleDateString(toValue(options.locales), { timeZoneName: \"longOffset\" }))\n\t};\n\treturn formatStr.replace(REGEX_FORMAT, (match, $1) => {\n\t\tvar _ref, _matches$match;\n\t\treturn (_ref = $1 !== null && $1 !== void 0 ? $1 : (_matches$match = matches[match]) === null || _matches$match === void 0 ? void 0 : _matches$match.call(matches)) !== null && _ref !== void 0 ? _ref : match;\n\t});\n}\nfunction normalizeDate(date) {\n\tif (date === null) return /* @__PURE__ */ new Date(NaN);\n\tif (date === void 0) return /* @__PURE__ */ new Date();\n\tif (date instanceof Date) return new Date(date);\n\tif (typeof date === \"string\" && !/Z$/i.test(date)) {\n\t\tconst d = date.match(REGEX_PARSE);\n\t\tif (d) {\n\t\t\tconst m = d[2] - 1 || 0;\n\t\t\tconst ms = (d[7] || \"0\").substring(0, 3);\n\t\t\treturn new Date(d[1], m, d[3] || 1, d[4] || 0, d[5] || 0, d[6] || 0, ms);\n\t\t}\n\t}\n\treturn new Date(date);\n}\n/**\n* Get the formatted date according to the string of tokens passed in.\n*\n* @see https://vueuse.org/useDateFormat\n* @param date - The date to format, can either be a `Date` object, a timestamp, or a string\n* @param formatStr - The combination of tokens to format the date\n* @param options - UseDateFormatOptions\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useDateFormat(date, formatStr = \"HH:mm:ss\", options = {}) {\n\treturn computed(() => formatDate(normalizeDate(toValue(date)), toValue(formatStr), options));\n}\n\n//#endregion\n//#region useIntervalFn/index.ts\n/**\n* Wrapper for `setInterval` with controls\n*\n* @see https://vueuse.org/useIntervalFn\n* @param cb\n* @param interval\n* @param options\n*/\nfunction useIntervalFn(cb, interval = 1e3, options = {}) {\n\tconst { immediate = true, immediateCallback = false } = options;\n\tlet timer = null;\n\tconst isActive = shallowRef(false);\n\tfunction clean() {\n\t\tif (timer) {\n\t\t\tclearInterval(timer);\n\t\t\ttimer = null;\n\t\t}\n\t}\n\tfunction pause() {\n\t\tisActive.value = false;\n\t\tclean();\n\t}\n\tfunction resume() {\n\t\tconst intervalValue = toValue(interval);\n\t\tif (intervalValue <= 0) return;\n\t\tisActive.value = true;\n\t\tif (immediateCallback) cb();\n\t\tclean();\n\t\tif (isActive.value) timer = setInterval(cb, intervalValue);\n\t}\n\tif (immediate && isClient) resume();\n\tif (isRef(interval) || typeof interval === \"function\") tryOnScopeDispose(watch(interval, () => {\n\t\tif (isActive.value && isClient) resume();\n\t}));\n\ttryOnScopeDispose(pause);\n\treturn {\n\t\tisActive: shallowReadonly(isActive),\n\t\tpause,\n\t\tresume\n\t};\n}\n\n//#endregion\n//#region useInterval/index.ts\nfunction useInterval(interval = 1e3, options = {}) {\n\tconst { controls: exposeControls = false, immediate = true, callback } = options;\n\tconst counter = shallowRef(0);\n\tconst update = () => counter.value += 1;\n\tconst reset = () => {\n\t\tcounter.value = 0;\n\t};\n\tconst controls = useIntervalFn(callback ? () => {\n\t\tupdate();\n\t\tcallback(counter.value);\n\t} : update, interval, { immediate });\n\tif (exposeControls) return {\n\t\tcounter: shallowReadonly(counter),\n\t\treset,\n\t\t...controls\n\t};\n\telse return shallowReadonly(counter);\n}\n\n//#endregion\n//#region useLastChanged/index.ts\nfunction useLastChanged(source, options = {}) {\n\tvar _options$initialValue;\n\tconst ms = shallowRef((_options$initialValue = options.initialValue) !== null && _options$initialValue !== void 0 ? _options$initialValue : null);\n\twatch(source, () => ms.value = timestamp(), options);\n\treturn shallowReadonly(ms);\n}\n\n//#endregion\n//#region useTimeoutFn/index.ts\n/**\n* Wrapper for `setTimeout` with controls.\n*\n* @param cb\n* @param interval\n* @param options\n*/\nfunction useTimeoutFn(cb, interval, options = {}) {\n\tconst { immediate = true, immediateCallback = false } = options;\n\tconst isPending = shallowRef(false);\n\tlet timer;\n\tfunction clear() {\n\t\tif (timer) {\n\t\t\tclearTimeout(timer);\n\t\t\ttimer = void 0;\n\t\t}\n\t}\n\tfunction stop() {\n\t\tisPending.value = false;\n\t\tclear();\n\t}\n\tfunction start(...args) {\n\t\tif (immediateCallback) cb();\n\t\tclear();\n\t\tisPending.value = true;\n\t\ttimer = setTimeout(() => {\n\t\t\tisPending.value = false;\n\t\t\ttimer = void 0;\n\t\t\tcb(...args);\n\t\t}, toValue(interval));\n\t}\n\tif (immediate) {\n\t\tisPending.value = true;\n\t\tif (isClient) start();\n\t}\n\ttryOnScopeDispose(stop);\n\treturn {\n\t\tisPending: shallowReadonly(isPending),\n\t\tstart,\n\t\tstop\n\t};\n}\n\n//#endregion\n//#region useTimeout/index.ts\nfunction useTimeout(interval = 1e3, options = {}) {\n\tconst { controls: exposeControls = false, callback } = options;\n\tconst controls = useTimeoutFn(callback !== null && callback !== void 0 ? callback : noop, interval, options);\n\tconst ready = computed(() => !controls.isPending.value);\n\tif (exposeControls) return {\n\t\tready,\n\t\t...controls\n\t};\n\telse return ready;\n}\n\n//#endregion\n//#region useToNumber/index.ts\n/**\n* Reactively convert a string ref to number.\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useToNumber(value, options = {}) {\n\tconst { method = \"parseFloat\", radix, nanToZero } = options;\n\treturn computed(() => {\n\t\tlet resolved = toValue(value);\n\t\tif (typeof method === \"function\") resolved = method(resolved);\n\t\telse if (typeof resolved === \"string\") resolved = Number[method](resolved, radix);\n\t\tif (nanToZero && Number.isNaN(resolved)) resolved = 0;\n\t\treturn resolved;\n\t});\n}\n\n//#endregion\n//#region useToString/index.ts\n/**\n* Reactively convert a ref to string.\n*\n* @see https://vueuse.org/useToString\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useToString(value) {\n\treturn computed(() => `${toValue(value)}`);\n}\n\n//#endregion\n//#region useToggle/index.ts\n/**\n* A boolean ref with a toggler\n*\n* @see https://vueuse.org/useToggle\n* @param [initialValue]\n* @param options\n*\n* @__NO_SIDE_EFFECTS__\n*/\nfunction useToggle(initialValue = false, options = {}) {\n\tconst { truthyValue = true, falsyValue = false } = options;\n\tconst valueIsRef = isRef(initialValue);\n\tconst _value = shallowRef(initialValue);\n\tfunction toggle(value) {\n\t\tif (arguments.length) {\n\t\t\t_value.value = value;\n\t\t\treturn _value.value;\n\t\t} else {\n\t\t\tconst truthy = toValue(truthyValue);\n\t\t\t_value.value = _value.value === truthy ? toValue(falsyValue) : truthy;\n\t\t\treturn _value.value;\n\t\t}\n\t}\n\tif (valueIsRef) return toggle;\n\telse return [_value, toggle];\n}\n\n//#endregion\n//#region watchArray/index.ts\n/**\n* Watch for an array with additions and removals.\n*\n* @see https://vueuse.org/watchArray\n*/\nfunction watchArray(source, cb, options) {\n\tlet oldList = (options === null || options === void 0 ? void 0 : options.immediate) ? [] : [...typeof source === \"function\" ? source() : Array.isArray(source) ? source : toValue(source)];\n\treturn watch(source, (newList, _, onCleanup) => {\n\t\tconst oldListRemains = Array.from({ length: oldList.length });\n\t\tconst added = [];\n\t\tfor (const obj of newList) {\n\t\t\tlet found = false;\n\t\t\tfor (let i = 0; i < oldList.length; i++) if (!oldListRemains[i] && obj === oldList[i]) {\n\t\t\t\toldListRemains[i] = true;\n\t\t\t\tfound = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif (!found) added.push(obj);\n\t\t}\n\t\tconst removed = oldList.filter((_$1, i) => !oldListRemains[i]);\n\t\tcb(newList, oldList, added, removed, onCleanup);\n\t\toldList = [...newList];\n\t}, options);\n}\n\n//#endregion\n//#region watchAtMost/index.ts\nfunction watchAtMost(source, cb, options) {\n\tconst { count,...watchOptions } = options;\n\tconst current = shallowRef(0);\n\tconst { stop, resume, pause } = watchWithFilter(source, (...args) => {\n\t\tcurrent.value += 1;\n\t\tif (current.value >= toValue(count)) nextTick(() => stop());\n\t\tcb(...args);\n\t}, watchOptions);\n\treturn {\n\t\tcount: current,\n\t\tstop,\n\t\tresume,\n\t\tpause\n\t};\n}\n\n//#endregion\n//#region watchDebounced/index.ts\nfunction watchDebounced(source, cb, options = {}) {\n\tconst { debounce = 0, maxWait = void 0,...watchOptions } = options;\n\treturn watchWithFilter(source, cb, {\n\t\t...watchOptions,\n\t\teventFilter: debounceFilter(debounce, { maxWait })\n\t});\n}\n/** @deprecated use `watchDebounced` instead */\nconst debouncedWatch = watchDebounced;\n\n//#endregion\n//#region watchDeep/index.ts\n/**\n* Shorthand for watching value with {deep: true}\n*\n* @see https://vueuse.org/watchDeep\n*/\nfunction watchDeep(source, cb, options) {\n\treturn watch(source, cb, {\n\t\t...options,\n\t\tdeep: true\n\t});\n}\n\n//#endregion\n//#region watchIgnorable/index.ts\nfunction watchIgnorable(source, cb, options = {}) {\n\tconst { eventFilter = bypassFilter,...watchOptions } = options;\n\tconst filteredCb = createFilterWrapper(eventFilter, cb);\n\tlet ignoreUpdates;\n\tlet ignorePrevAsyncUpdates;\n\tlet stop;\n\tif (watchOptions.flush === \"sync\") {\n\t\tlet ignore = false;\n\t\tignorePrevAsyncUpdates = () => {};\n\t\tignoreUpdates = (updater) => {\n\t\t\tignore = true;\n\t\t\tupdater();\n\t\t\tignore = false;\n\t\t};\n\t\tstop = watch(source, (...args) => {\n\t\t\tif (!ignore) filteredCb(...args);\n\t\t}, watchOptions);\n\t} else {\n\t\tconst disposables = [];\n\t\tlet ignoreCounter = 0;\n\t\tlet syncCounter = 0;\n\t\tignorePrevAsyncUpdates = () => {\n\t\t\tignoreCounter = syncCounter;\n\t\t};\n\t\tdisposables.push(watch(source, () => {\n\t\t\tsyncCounter++;\n\t\t}, {\n\t\t\t...watchOptions,\n\t\t\tflush: \"sync\"\n\t\t}));\n\t\tignoreUpdates = (updater) => {\n\t\t\tconst syncCounterPrev = syncCounter;\n\t\t\tupdater();\n\t\t\tignoreCounter += syncCounter - syncCounterPrev;\n\t\t};\n\t\tdisposables.push(watch(source, (...args) => {\n\t\t\tconst ignore = ignoreCounter > 0 && ignoreCounter === syncCounter;\n\t\t\tignoreCounter = 0;\n\t\t\tsyncCounter = 0;\n\t\t\tif (ignore) return;\n\t\t\tfilteredCb(...args);\n\t\t}, watchOptions));\n\t\tstop = () => {\n\t\t\tdisposables.forEach((fn) => fn());\n\t\t};\n\t}\n\treturn {\n\t\tstop,\n\t\tignoreUpdates,\n\t\tignorePrevAsyncUpdates\n\t};\n}\n/** @deprecated use `watchIgnorable` instead */\nconst ignorableWatch = watchIgnorable;\n\n//#endregion\n//#region watchImmediate/index.ts\n/**\n* Shorthand for watching value with {immediate: true}\n*\n* @see https://vueuse.org/watchImmediate\n*/\nfunction watchImmediate(source, cb, options) {\n\treturn watch(source, cb, {\n\t\t...options,\n\t\timmediate: true\n\t});\n}\n\n//#endregion\n//#region watchOnce/index.ts\n/**\n* Shorthand for watching value with { once: true }\n*\n* @see https://vueuse.org/watchOnce\n*/\nfunction watchOnce(source, cb, options) {\n\treturn watch(source, cb, {\n\t\t...options,\n\t\tonce: true\n\t});\n}\n\n//#endregion\n//#region watchThrottled/index.ts\nfunction watchThrottled(source, cb, options = {}) {\n\tconst { throttle = 0, trailing = true, leading = true,...watchOptions } = options;\n\treturn watchWithFilter(source, cb, {\n\t\t...watchOptions,\n\t\teventFilter: throttleFilter(throttle, trailing, leading)\n\t});\n}\n/** @deprecated use `watchThrottled` instead */\nconst throttledWatch = watchThrottled;\n\n//#endregion\n//#region watchTriggerable/index.ts\nfunction watchTriggerable(source, cb, options = {}) {\n\tlet cleanupFn;\n\tfunction onEffect() {\n\t\tif (!cleanupFn) return;\n\t\tconst fn = cleanupFn;\n\t\tcleanupFn = void 0;\n\t\tfn();\n\t}\n\t/** Register the function `cleanupFn` */\n\tfunction onCleanup(callback) {\n\t\tcleanupFn = callback;\n\t}\n\tconst _cb = (value, oldValue) => {\n\t\tonEffect();\n\t\treturn cb(value, oldValue, onCleanup);\n\t};\n\tconst res = watchIgnorable(source, _cb, options);\n\tconst { ignoreUpdates } = res;\n\tconst trigger = () => {\n\t\tlet res$1;\n\t\tignoreUpdates(() => {\n\t\t\tres$1 = _cb(getWatchSources(source), getOldValue(source));\n\t\t});\n\t\treturn res$1;\n\t};\n\treturn {\n\t\t...res,\n\t\ttrigger\n\t};\n}\nfunction getWatchSources(sources) {\n\tif (isReactive(sources)) return sources;\n\tif (Array.isArray(sources)) return sources.map((item) => toValue(item));\n\treturn toValue(sources);\n}\nfunction getOldValue(source) {\n\treturn Array.isArray(source) ? source.map(() => void 0) : void 0;\n}\n\n//#endregion\n//#region whenever/index.ts\n/**\n* Shorthand for watching value to be truthy\n*\n* @see https://vueuse.org/whenever\n*/\nfunction whenever(source, cb, options) {\n\tconst stop = watch(source, (v, ov, onInvalidate) => {\n\t\tif (v) {\n\t\t\tif (options === null || options === void 0 ? void 0 : options.once) nextTick(() => stop());\n\t\t\tcb(v, ov, onInvalidate);\n\t\t}\n\t}, {\n\t\t...options,\n\t\tonce: false\n\t});\n\treturn stop;\n}\n\n//#endregion\nexport { assert, autoResetRef, bypassFilter, camelize, clamp, computedEager, computedWithControl, containsProp, controlledComputed, controlledRef, createEventHook, createFilterWrapper, createGlobalState, createInjectionState, createReactiveFn, createRef, createSharedComposable, createSingletonPromise, debounceFilter, debouncedRef, debouncedWatch, eagerComputed, extendRef, formatDate, get, getLifeCycleTarget, hasOwn, hyphenate, identity, ignorableWatch, increaseWithUnit, injectLocal, invoke, isClient, isDef, isDefined, isIOS, isObject, isWorker, makeDestructurable, noop, normalizeDate, notNullish, now, objectEntries, objectOmit, objectPick, pausableFilter, pausableWatch, promiseTimeout, provideLocal, pxValue, rand, reactify, reactifyObject, reactiveComputed, reactiveOmit, reactivePick, refAutoReset, refDebounced, refDefault, refManualReset, refThrottled, refWithControl, set, syncRef, syncRefs, throttleFilter, throttledRef, throttledWatch, timestamp, toArray, toReactive, toRef, toRefs, tryOnBeforeMount, tryOnBeforeUnmount, tryOnMounted, tryOnScopeDispose, tryOnUnmounted, until, useArrayDifference, useArrayEvery, useArrayFilter, useArrayFind, useArrayFindIndex, useArrayFindLast, useArrayIncludes, useArrayJoin, useArrayMap, useArrayReduce, useArraySome, useArrayUnique, useCounter, useDateFormat, useDebounce, useDebounceFn, useInterval, useIntervalFn, useLastChanged, useThrottle, useThrottleFn, useTimeout, useTimeoutFn, useToNumber, useToString, useToggle, watchArray, watchAtMost, watchDebounced, watchDeep, watchIgnorable, watchImmediate, watchOnce, watchPausable, watchThrottled, watchTriggerable, watchWithFilter, whenever };"],"x_google_ignoreList":[0],"mappings":"qBAmFA,SAAS,EAAkB,EAAI,EAAc,CAK5C,OAJA,EAAA,EAAA,kBAAqB,GACpB,EAAA,EAAA,gBAAe,EAAI,EAAa,CACzB,IAED,GAYR,SAAS,GAAkB,CAC1B,IAAM,EAAsB,IAAI,IAC1B,EAAO,GAAO,CACnB,EAAI,OAAO,EAAG,EAcf,MAAO,CACN,GAVW,GAAO,CAClB,EAAI,IAAI,EAAG,CACX,IAAM,MAAc,EAAI,EAAG,CAE3B,OADA,EAAkB,EAAM,CACjB,CAAE,IAAK,EAAO,EAOrB,MACA,SANgB,GAAG,IACZ,QAAQ,IAAI,MAAM,KAAK,EAAI,CAAC,IAAK,GAAO,EAAG,GAAG,EAAK,CAAC,CAAC,CAM5D,UAhBmB,CACnB,EAAI,OAAO,EAgBX,CAyHe,OAAO,kBAAsB,KAAe,sBAAsB,kBA0qCnF,SAAS,EAAY,EAAM,EAAI,CAC9B,OAAA,EAAA,EAAA,eAAA,EAAA,EAAA,SAA8B,EAAK,CAAC,IAAK,IAAA,EAAA,EAAA,SAAc,EAAE,CAAC,CAAC,IAAI,EAAG,CAAC"}
@@ -0,0 +1,2 @@
1
+ var e={name:`en`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Clear`,defaultLabel:`color picker`,description:`current color is {color}. press enter to select a new color.`,alphaLabel:`pick alpha value`,alphaDescription:`alpha {alpha}, current color is {color}`,hueLabel:`pick hue value`,hueDescription:`hue {hue}, current color is {color}`,svLabel:`pick saturation and brightness value`,svDescription:`saturation {saturation}, brightness {brightness}, current color is {color}`,predefineDescription:`select {value} as the color`},datepicker:{now:`Now`,today:`Today`,cancel:`Cancel`,clear:`Clear`,confirm:`OK`,dateTablePrompt:`Use the arrow keys and enter to select the day of the month`,monthTablePrompt:`Use the arrow keys and enter to select the month`,yearTablePrompt:`Use the arrow keys and enter to select the year`,selectedDate:`Selected date`,selectDate:`Select date`,selectTime:`Select time`,startDate:`Start Date`,startTime:`Start Time`,endDate:`End Date`,endTime:`End Time`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:``,month1:`January`,month2:`February`,month3:`March`,month4:`April`,month5:`May`,month6:`June`,month7:`July`,month8:`August`,month9:`September`,month10:`October`,month11:`November`,month12:`December`,weeks:{sun:`Sun`,mon:`Mon`,tue:`Tue`,wed:`Wed`,thu:`Thu`,fri:`Fri`,sat:`Sat`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jan`,feb:`Feb`,mar:`Mar`,apr:`Apr`,may:`May`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Oct`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Loading`,noMatch:`No matching data`,noData:`No data`,placeholder:`Select`},mention:{loading:`Loading`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No matching data`,loading:`Loading`,placeholder:`Select`,noData:`No data`},pagination:{goto:`Go to`,pagesize:`/page`,total:`Total {total}`,pageClassifier:``,page:`Page`,prev:`Go to previous page`,next:`Go to next page`,currentPage:`page {pager}`,prevPages:`Previous {pager} pages`,nextPages:`Next {pager} pages`,deprecationWarning:`Deprecated usages detected, please refer to the el-pagination documentation for more details`},dialog:{close:`Close this dialog`},drawer:{close:`Close this dialog`},messagebox:{title:`Message`,confirm:`OK`,cancel:`Cancel`,error:`Illegal input`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Delete`,preview:`Preview`,continue:`Continue`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`No Data`,confirmFilter:`Confirm`,resetFilter:`Reset`,clearFilter:`All`,sumText:`Sum`,selectAllLabel:`Select all rows`,selectRowLabel:`Select this row`,expandRowLabel:`Expand this row`,collapseRowLabel:`Collapse this row`,sortLabel:`Sort by {column}`,filterLabel:`Filter by {column}`},tag:{close:`Close this tag`},tour:{next:`Next`,previous:`Previous`,finish:`Finish`,close:`Close this dialog`},tree:{emptyText:`No Data`},transfer:{noMatch:`No matching data`,noData:`No data`,titles:[`List 1`,`List 2`],filterPlaceholder:`Enter keyword`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} checked`},image:{error:`FAILED`},pageHeader:{title:`Back`},popconfirm:{confirmButtonText:`Yes`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`}}};Object.assign(e.el,{input:{placeholder:`Please input`},inputNumber:{...e.el.inputNumber,placeholder:`Please input`},datepicker:{...e.el.datepicker,placeholder:`Please select`,startPlaceholder:`Start Date`,endPlaceholder:`End Date`},select:{...e.el.select}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return e}});
2
+ //# sourceMappingURL=en-B0d-nlXX.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en-B0d-nlXX.cjs","names":[],"sources":["../../node_modules/element-plus/es/locale/lang/en.mjs","../../src/locales/en.ts"],"sourcesContent":["//#region ../../packages/locale/lang/en.ts\nvar en_default = {\n\tname: \"en\",\n\tel: {\n\t\tbreadcrumb: { label: \"Breadcrumb\" },\n\t\tcolorpicker: {\n\t\t\tconfirm: \"OK\",\n\t\t\tclear: \"Clear\",\n\t\t\tdefaultLabel: \"color picker\",\n\t\t\tdescription: \"current color is {color}. press enter to select a new color.\",\n\t\t\talphaLabel: \"pick alpha value\",\n\t\t\talphaDescription: \"alpha {alpha}, current color is {color}\",\n\t\t\thueLabel: \"pick hue value\",\n\t\t\thueDescription: \"hue {hue}, current color is {color}\",\n\t\t\tsvLabel: \"pick saturation and brightness value\",\n\t\t\tsvDescription: \"saturation {saturation}, brightness {brightness}, current color is {color}\",\n\t\t\tpredefineDescription: \"select {value} as the color\"\n\t\t},\n\t\tdatepicker: {\n\t\t\tnow: \"Now\",\n\t\t\ttoday: \"Today\",\n\t\t\tcancel: \"Cancel\",\n\t\t\tclear: \"Clear\",\n\t\t\tconfirm: \"OK\",\n\t\t\tdateTablePrompt: \"Use the arrow keys and enter to select the day of the month\",\n\t\t\tmonthTablePrompt: \"Use the arrow keys and enter to select the month\",\n\t\t\tyearTablePrompt: \"Use the arrow keys and enter to select the year\",\n\t\t\tselectedDate: \"Selected date\",\n\t\t\tselectDate: \"Select date\",\n\t\t\tselectTime: \"Select time\",\n\t\t\tstartDate: \"Start Date\",\n\t\t\tstartTime: \"Start Time\",\n\t\t\tendDate: \"End Date\",\n\t\t\tendTime: \"End Time\",\n\t\t\tprevYear: \"Previous Year\",\n\t\t\tnextYear: \"Next Year\",\n\t\t\tprevMonth: \"Previous Month\",\n\t\t\tnextMonth: \"Next Month\",\n\t\t\tyear: \"\",\n\t\t\tmonth1: \"January\",\n\t\t\tmonth2: \"February\",\n\t\t\tmonth3: \"March\",\n\t\t\tmonth4: \"April\",\n\t\t\tmonth5: \"May\",\n\t\t\tmonth6: \"June\",\n\t\t\tmonth7: \"July\",\n\t\t\tmonth8: \"August\",\n\t\t\tmonth9: \"September\",\n\t\t\tmonth10: \"October\",\n\t\t\tmonth11: \"November\",\n\t\t\tmonth12: \"December\",\n\t\t\tweeks: {\n\t\t\t\tsun: \"Sun\",\n\t\t\t\tmon: \"Mon\",\n\t\t\t\ttue: \"Tue\",\n\t\t\t\twed: \"Wed\",\n\t\t\t\tthu: \"Thu\",\n\t\t\t\tfri: \"Fri\",\n\t\t\t\tsat: \"Sat\"\n\t\t\t},\n\t\t\tweeksFull: {\n\t\t\t\tsun: \"Sunday\",\n\t\t\t\tmon: \"Monday\",\n\t\t\t\ttue: \"Tuesday\",\n\t\t\t\twed: \"Wednesday\",\n\t\t\t\tthu: \"Thursday\",\n\t\t\t\tfri: \"Friday\",\n\t\t\t\tsat: \"Saturday\"\n\t\t\t},\n\t\t\tmonths: {\n\t\t\t\tjan: \"Jan\",\n\t\t\t\tfeb: \"Feb\",\n\t\t\t\tmar: \"Mar\",\n\t\t\t\tapr: \"Apr\",\n\t\t\t\tmay: \"May\",\n\t\t\t\tjun: \"Jun\",\n\t\t\t\tjul: \"Jul\",\n\t\t\t\taug: \"Aug\",\n\t\t\t\tsep: \"Sep\",\n\t\t\t\toct: \"Oct\",\n\t\t\t\tnov: \"Nov\",\n\t\t\t\tdec: \"Dec\"\n\t\t\t}\n\t\t},\n\t\tinputNumber: {\n\t\t\tdecrease: \"decrease number\",\n\t\t\tincrease: \"increase number\"\n\t\t},\n\t\tselect: {\n\t\t\tloading: \"Loading\",\n\t\t\tnoMatch: \"No matching data\",\n\t\t\tnoData: \"No data\",\n\t\t\tplaceholder: \"Select\"\n\t\t},\n\t\tmention: { loading: \"Loading\" },\n\t\tdropdown: { toggleDropdown: \"Toggle Dropdown\" },\n\t\tcascader: {\n\t\t\tnoMatch: \"No matching data\",\n\t\t\tloading: \"Loading\",\n\t\t\tplaceholder: \"Select\",\n\t\t\tnoData: \"No data\"\n\t\t},\n\t\tpagination: {\n\t\t\tgoto: \"Go to\",\n\t\t\tpagesize: \"/page\",\n\t\t\ttotal: \"Total {total}\",\n\t\t\tpageClassifier: \"\",\n\t\t\tpage: \"Page\",\n\t\t\tprev: \"Go to previous page\",\n\t\t\tnext: \"Go to next page\",\n\t\t\tcurrentPage: \"page {pager}\",\n\t\t\tprevPages: \"Previous {pager} pages\",\n\t\t\tnextPages: \"Next {pager} pages\",\n\t\t\tdeprecationWarning: \"Deprecated usages detected, please refer to the el-pagination documentation for more details\"\n\t\t},\n\t\tdialog: { close: \"Close this dialog\" },\n\t\tdrawer: { close: \"Close this dialog\" },\n\t\tmessagebox: {\n\t\t\ttitle: \"Message\",\n\t\t\tconfirm: \"OK\",\n\t\t\tcancel: \"Cancel\",\n\t\t\terror: \"Illegal input\",\n\t\t\tclose: \"Close this dialog\"\n\t\t},\n\t\tupload: {\n\t\t\tdeleteTip: \"press delete to remove\",\n\t\t\tdelete: \"Delete\",\n\t\t\tpreview: \"Preview\",\n\t\t\tcontinue: \"Continue\"\n\t\t},\n\t\tslider: {\n\t\t\tdefaultLabel: \"slider between {min} and {max}\",\n\t\t\tdefaultRangeStartLabel: \"pick start value\",\n\t\t\tdefaultRangeEndLabel: \"pick end value\"\n\t\t},\n\t\ttable: {\n\t\t\temptyText: \"No Data\",\n\t\t\tconfirmFilter: \"Confirm\",\n\t\t\tresetFilter: \"Reset\",\n\t\t\tclearFilter: \"All\",\n\t\t\tsumText: \"Sum\",\n\t\t\tselectAllLabel: \"Select all rows\",\n\t\t\tselectRowLabel: \"Select this row\",\n\t\t\texpandRowLabel: \"Expand this row\",\n\t\t\tcollapseRowLabel: \"Collapse this row\",\n\t\t\tsortLabel: \"Sort by {column}\",\n\t\t\tfilterLabel: \"Filter by {column}\"\n\t\t},\n\t\ttag: { close: \"Close this tag\" },\n\t\ttour: {\n\t\t\tnext: \"Next\",\n\t\t\tprevious: \"Previous\",\n\t\t\tfinish: \"Finish\",\n\t\t\tclose: \"Close this dialog\"\n\t\t},\n\t\ttree: { emptyText: \"No Data\" },\n\t\ttransfer: {\n\t\t\tnoMatch: \"No matching data\",\n\t\t\tnoData: \"No data\",\n\t\t\ttitles: [\"List 1\", \"List 2\"],\n\t\t\tfilterPlaceholder: \"Enter keyword\",\n\t\t\tnoCheckedFormat: \"{total} items\",\n\t\t\thasCheckedFormat: \"{checked}/{total} checked\"\n\t\t},\n\t\timage: { error: \"FAILED\" },\n\t\tpageHeader: { title: \"Back\" },\n\t\tpopconfirm: {\n\t\t\tconfirmButtonText: \"Yes\",\n\t\t\tcancelButtonText: \"No\"\n\t\t},\n\t\tcarousel: {\n\t\t\tleftArrow: \"Carousel arrow left\",\n\t\t\trightArrow: \"Carousel arrow right\",\n\t\t\tindicator: \"Carousel switch to index {index}\"\n\t\t}\n\t}\n};\n\n//#endregion\nexport { en_default as default };\n//# sourceMappingURL=en.mjs.map","import en from 'element-plus/es/locale/lang/en'\r\n\r\nObject.assign(en.el, {\r\n input: {\r\n placeholder: 'Please input'\r\n },\r\n inputNumber: {\r\n ...en.el.inputNumber,\r\n placeholder: 'Please input'\r\n },\r\n datepicker: {\r\n ...en.el.datepicker,\r\n placeholder: 'Please select',\r\n startPlaceholder: 'Start Date',\r\n endPlaceholder: 'End Date'\r\n },\r\n select: {\r\n ...en.el.select\r\n }\r\n})\r\n\r\nexport { en }\r\n"],"x_google_ignoreList":[0],"mappings":"AACA,IAAI,EAAa,CAChB,KAAM,KACN,GAAI,CACH,WAAY,CAAE,MAAO,aAAc,CACnC,YAAa,CACZ,QAAS,KACT,MAAO,QACP,aAAc,eACd,YAAa,+DACb,WAAY,mBACZ,iBAAkB,0CAClB,SAAU,iBACV,eAAgB,sCAChB,QAAS,uCACT,cAAe,6EACf,qBAAsB,8BACtB,CACD,WAAY,CACX,IAAK,MACL,MAAO,QACP,OAAQ,SACR,MAAO,QACP,QAAS,KACT,gBAAiB,8DACjB,iBAAkB,mDAClB,gBAAiB,kDACjB,aAAc,gBACd,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,QAAS,WACT,QAAS,WACT,SAAU,gBACV,SAAU,YACV,UAAW,iBACX,UAAW,aACX,KAAM,GACN,OAAQ,UACR,OAAQ,WACR,OAAQ,QACR,OAAQ,QACR,OAAQ,MACR,OAAQ,OACR,OAAQ,OACR,OAAQ,SACR,OAAQ,YACR,QAAS,UACT,QAAS,WACT,QAAS,WACT,MAAO,CACN,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,CACD,UAAW,CACV,IAAK,SACL,IAAK,SACL,IAAK,UACL,IAAK,YACL,IAAK,WACL,IAAK,SACL,IAAK,WACL,CACD,OAAQ,CACP,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,CACD,CACD,YAAa,CACZ,SAAU,kBACV,SAAU,kBACV,CACD,OAAQ,CACP,QAAS,UACT,QAAS,mBACT,OAAQ,UACR,YAAa,SACb,CACD,QAAS,CAAE,QAAS,UAAW,CAC/B,SAAU,CAAE,eAAgB,kBAAmB,CAC/C,SAAU,CACT,QAAS,mBACT,QAAS,UACT,YAAa,SACb,OAAQ,UACR,CACD,WAAY,CACX,KAAM,QACN,SAAU,QACV,MAAO,gBACP,eAAgB,GAChB,KAAM,OACN,KAAM,sBACN,KAAM,kBACN,YAAa,eACb,UAAW,yBACX,UAAW,qBACX,mBAAoB,+FACpB,CACD,OAAQ,CAAE,MAAO,oBAAqB,CACtC,OAAQ,CAAE,MAAO,oBAAqB,CACtC,WAAY,CACX,MAAO,UACP,QAAS,KACT,OAAQ,SACR,MAAO,gBACP,MAAO,oBACP,CACD,OAAQ,CACP,UAAW,yBACX,OAAQ,SACR,QAAS,UACT,SAAU,WACV,CACD,OAAQ,CACP,aAAc,iCACd,uBAAwB,mBACxB,qBAAsB,iBACtB,CACD,MAAO,CACN,UAAW,UACX,cAAe,UACf,YAAa,QACb,YAAa,MACb,QAAS,MACT,eAAgB,kBAChB,eAAgB,kBAChB,eAAgB,kBAChB,iBAAkB,oBAClB,UAAW,mBACX,YAAa,qBACb,CACD,IAAK,CAAE,MAAO,iBAAkB,CAChC,KAAM,CACL,KAAM,OACN,SAAU,WACV,OAAQ,SACR,MAAO,oBACP,CACD,KAAM,CAAE,UAAW,UAAW,CAC9B,SAAU,CACT,QAAS,mBACT,OAAQ,UACR,OAAQ,CAAC,SAAU,SAAS,CAC5B,kBAAmB,gBACnB,gBAAiB,gBACjB,iBAAkB,4BAClB,CACD,MAAO,CAAE,MAAO,SAAU,CAC1B,WAAY,CAAE,MAAO,OAAQ,CAC7B,WAAY,CACX,kBAAmB,MACnB,iBAAkB,KAClB,CACD,SAAU,CACT,UAAW,sBACX,WAAY,uBACZ,UAAW,mCACX,CACD,CACD,CC9KD,OAAO,OAAO,EAAG,GAAI,CACnB,MAAO,CACL,YAAa,eACd,CACD,YAAa,CACX,GAAG,EAAG,GAAG,YACT,YAAa,eACd,CACD,WAAY,CACV,GAAG,EAAG,GAAG,WACT,YAAa,gBACb,iBAAkB,aAClB,eAAgB,WACjB,CACD,OAAQ,CACN,GAAG,EAAG,GAAG,OACV,CACF,CAAC"}
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./en-B0d-nlXX.cjs`);exports.en=e.t;
@@ -0,0 +1,2 @@
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require(`./components-Xete52W-.cjs`),t=require(`./Button-Dkqk8lXH.cjs`),n=require(`./en-B0d-nlXX.cjs`),r=require(`./zh-cn-DsaoBOfv.cjs`);require(`./index2.cjs`);const i=require(`./ConfigProvider-lII820wO.cjs`),a=require(`./DatePicker-DvW11A5y.cjs`),o=require(`./Dialog-C3uo50Lk.cjs`),s=require(`./Form-269B6UNo.cjs`),c=require(`./FormItem-Dr0G-5Q4.cjs`),l=require(`./Input-DuZALrON.cjs`),u=require(`./InputNumber-DPd4h9mJ.cjs`),d=require(`./Pagination-C6JSioze.cjs`),f=require(`./Select-C-b-Biw3.cjs`),p=require(`./Table-DpQglHP2.cjs`),m=require(`./TabPane-6xH7oG0B.cjs`),h=require(`./Tabs-BjfrK6HM.cjs`),g=require(`./Upload-CXRSAOCS.cjs`);var _=t=>{Object.entries(e.t).forEach(([e,n])=>{t.component(e,n)})},v=_;exports.XButton=t.t,exports.XButtonPopconfirm=e.n,exports.XConfigProvider=i.t,exports.XDatePicker=a.t,exports.XDialog=o.t,exports.XForm=s.t,exports.XFormItem=c.t,exports.XInput=l.t,exports.XInputNumber=u.t,exports.XPagination=d.t,exports.XSelect=f.t,exports.XTabPane=m.t,exports.XTable=p.t,exports.XTabs=h.t,exports.XUpload=g.t,exports.default=v,exports.en=n.t,exports.install=_,exports.zhCn=r.t;
2
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","names":[],"sources":["../../src/install.ts","../../src/index.ts"],"sourcesContent":["import type { App, Component } from 'vue'\r\n\r\nimport * as components from '@/components'\r\n\r\nexport const install = (app: App) => {\r\n Object.entries(components).forEach(([name, component]) => {\r\n app.component(name, component as Component)\r\n })\r\n}\r\n","import { install } from './install'\r\n\r\nexport * from './components'\r\nexport * from './install'\r\nexport * from './locales'\r\n\r\nexport default install\r\n"],"mappings":"uuBAIA,IAAa,EAAW,GAAa,CACnC,OAAO,QAAQ,EAAA,EAAW,CAAC,SAAS,CAAC,EAAM,KAAe,CACxD,EAAI,UAAU,EAAM,EAAuB,EAC3C,ECDJ,EAAe"}
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./en-B0d-nlXX.cjs`),t=require(`./zh-cn-DsaoBOfv.cjs`);exports.en=e.t,exports.zhCn=t.t;
@@ -0,0 +1,2 @@
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var e=[`element-plus/es/components/base/style/css`],t={XButton:[...e,`element-plus/es/components/button/style/css`],XButtonPopconfirm:[...e,`element-plus/es/components/button/style/css`,`element-plus/es/components/popconfirm/style/css`],XConfigProvider:[],XDatePicker:[...e,`element-plus/es/components/date-picker/style/css`],XDialog:[...e,`element-plus/es/components/dialog/style/css`],XForm:[...e,`element-plus/es/components/form/style/css`],XFormItem:[...e,`element-plus/es/components/form-item/style/css`],XInput:[...e,`element-plus/es/components/input/style/css`],XInputNumber:[...e,`element-plus/es/components/input-number/style/css`],XPagination:[...e,`element-plus/es/components/pagination/style/css`],XSelect:[...e,`element-plus/es/components/select/style/css`],XTable:[...e,`element-plus/es/components/table/style/css`,`element-plus/es/components/table-column/style/css`],XTabs:[...e,`element-plus/es/components/tabs/style/css`],XTabPane:[...e,`element-plus/es/components/tab-pane/style/css`],XUpload:[...e,`element-plus/es/components/upload/style/css`]},n=()=>({type:`component`,resolve:e=>{if(e in t)return{name:e,from:`@pungfe/element`,sideEffects:t[e]}}});exports.default=n;
2
+ //# sourceMappingURL=resolver.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolver.cjs","names":[],"sources":["../../src/resolver.ts"],"sourcesContent":["import type { ComponentResolver } from 'unplugin-vue-components'\r\n\r\nconst base = ['element-plus/es/components/base/style/css']\r\n\r\nconst XResolve: Record<string, string[]> = {\r\n XButton: [...base, 'element-plus/es/components/button/style/css'],\r\n XButtonPopconfirm: [...base, 'element-plus/es/components/button/style/css', 'element-plus/es/components/popconfirm/style/css'],\r\n XConfigProvider: [],\r\n XDatePicker: [...base, 'element-plus/es/components/date-picker/style/css'],\r\n XDialog: [...base, 'element-plus/es/components/dialog/style/css'],\r\n XForm: [...base, 'element-plus/es/components/form/style/css'],\r\n XFormItem: [...base, 'element-plus/es/components/form-item/style/css'],\r\n XInput: [...base, 'element-plus/es/components/input/style/css'],\r\n XInputNumber: [...base, 'element-plus/es/components/input-number/style/css'],\r\n XPagination: [...base, 'element-plus/es/components/pagination/style/css'],\r\n XSelect: [...base, 'element-plus/es/components/select/style/css'],\r\n XTable: [...base, 'element-plus/es/components/table/style/css', 'element-plus/es/components/table-column/style/css'],\r\n XTabs: [...base, 'element-plus/es/components/tabs/style/css'],\r\n XTabPane: [...base, 'element-plus/es/components/tab-pane/style/css'],\r\n XUpload: [...base, 'element-plus/es/components/upload/style/css']\r\n}\r\n\r\nexport default () => {\r\n return {\r\n type: 'component',\r\n resolve: (name) => {\r\n if (name in XResolve) {\r\n return {\r\n name,\r\n from: '@pungfe/element',\r\n sideEffects: XResolve[name]\r\n }\r\n }\r\n }\r\n } as ComponentResolver\r\n}\r\n"],"mappings":"+FAEA,IAAM,EAAO,CAAC,4CAA4C,CAEpD,EAAqC,CACzC,QAAS,CAAC,GAAG,EAAM,8CAA8C,CACjE,kBAAmB,CAAC,GAAG,EAAM,8CAA+C,kDAAkD,CAC9H,gBAAiB,EAAE,CACnB,YAAa,CAAC,GAAG,EAAM,mDAAmD,CAC1E,QAAS,CAAC,GAAG,EAAM,8CAA8C,CACjE,MAAO,CAAC,GAAG,EAAM,4CAA4C,CAC7D,UAAW,CAAC,GAAG,EAAM,iDAAiD,CACtE,OAAQ,CAAC,GAAG,EAAM,6CAA6C,CAC/D,aAAc,CAAC,GAAG,EAAM,oDAAoD,CAC5E,YAAa,CAAC,GAAG,EAAM,kDAAkD,CACzE,QAAS,CAAC,GAAG,EAAM,8CAA8C,CACjE,OAAQ,CAAC,GAAG,EAAM,6CAA8C,oDAAoD,CACpH,MAAO,CAAC,GAAG,EAAM,4CAA4C,CAC7D,SAAU,CAAC,GAAG,EAAM,gDAAgD,CACpE,QAAS,CAAC,GAAG,EAAM,8CAA8C,CAClE,CAED,OACS,CACL,KAAM,YACN,QAAU,GAAS,CACjB,GAAI,KAAQ,EACV,MAAO,CACL,OACA,KAAM,kBACN,YAAa,EAAS,GACvB,EAGN"}
@@ -0,0 +1,2 @@
1
+ var e={name:`zh-cn`,el:{breadcrumb:{label:`面包屑`},colorpicker:{confirm:`确定`,clear:`清空`,defaultLabel:`颜色选择器`,description:`当前颜色 {color},按 Enter 键选择新颜色`,alphaLabel:`选择透明度的值`,alphaDescription:`透明度 {alpha}, 当前颜色 {color}`,hueLabel:`选择色相值`,hueDescription:`色相 {hue}, 当前颜色 {color}`,svLabel:`选择饱和度与明度的值`,svDescription:`饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}`,predefineDescription:`选择 {value} 作为颜色`},datepicker:{now:`此刻`,today:`今天`,cancel:`取消`,clear:`清空`,confirm:`确定`,dateTablePrompt:`使用方向键与 Enter 键可选择日期`,monthTablePrompt:`使用方向键与 Enter 键可选择月份`,yearTablePrompt:`使用方向键与 Enter 键可选择年份`,selectedDate:`已选日期`,selectDate:`选择日期`,selectTime:`选择时间`,startDate:`开始日期`,startTime:`开始时间`,endDate:`结束日期`,endTime:`结束时间`,prevYear:`前一年`,nextYear:`后一年`,prevMonth:`上个月`,nextMonth:`下个月`,year:`年`,month1:`1 月`,month2:`2 月`,month3:`3 月`,month4:`4 月`,month5:`5 月`,month6:`6 月`,month7:`7 月`,month8:`8 月`,month9:`9 月`,month10:`10 月`,month11:`11 月`,month12:`12 月`,weeks:{sun:`日`,mon:`一`,tue:`二`,wed:`三`,thu:`四`,fri:`五`,sat:`六`},weeksFull:{sun:`星期日`,mon:`星期一`,tue:`星期二`,wed:`星期三`,thu:`星期四`,fri:`星期五`,sat:`星期六`},months:{jan:`一月`,feb:`二月`,mar:`三月`,apr:`四月`,may:`五月`,jun:`六月`,jul:`七月`,aug:`八月`,sep:`九月`,oct:`十月`,nov:`十一月`,dec:`十二月`}},inputNumber:{decrease:`减少数值`,increase:`增加数值`},select:{loading:`加载中`,noMatch:`无匹配数据`,noData:`无数据`,placeholder:`请选择`},mention:{loading:`加载中`},dropdown:{toggleDropdown:`切换下拉选项`},cascader:{noMatch:`无匹配数据`,loading:`加载中`,placeholder:`请选择`,noData:`暂无数据`},pagination:{goto:`前往`,pagesize:`条/页`,total:`共 {total} 条`,pageClassifier:`页`,page:`页`,prev:`上一页`,next:`下一页`,currentPage:`第 {pager} 页`,prevPages:`向前 {pager} 页`,nextPages:`向后 {pager} 页`,deprecationWarning:`你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档`},dialog:{close:`关闭此对话框`},drawer:{close:`关闭此对话框`},messagebox:{title:`提示`,confirm:`确定`,cancel:`取消`,error:`输入的数据不合法!`,close:`关闭此对话框`},upload:{deleteTip:`按 Delete 键可删除`,delete:`删除`,preview:`查看图片`,continue:`继续上传`},slider:{defaultLabel:`滑块介于 {min} 至 {max}`,defaultRangeStartLabel:`选择起始值`,defaultRangeEndLabel:`选择结束值`},table:{emptyText:`暂无数据`,confirmFilter:`筛选`,resetFilter:`重置`,clearFilter:`全部`,sumText:`合计`,selectAllLabel:`选择所有行`,selectRowLabel:`选择当前行`,expandRowLabel:`展开当前行`,collapseRowLabel:`收起当前行`,sortLabel:`按 {column} 排序`,filterLabel:`按 {column} 过滤`},tag:{close:`关闭此标签`},tour:{next:`下一步`,previous:`上一步`,finish:`结束导览`,close:`关闭此对话框`},tree:{emptyText:`暂无数据`},transfer:{noMatch:`无匹配数据`,noData:`无数据`,titles:[`列表 1`,`列表 2`],filterPlaceholder:`请输入搜索内容`,noCheckedFormat:`共 {total} 项`,hasCheckedFormat:`已选 {checked}/{total} 项`},image:{error:`加载失败`},pageHeader:{title:`返回`},popconfirm:{confirmButtonText:`确定`,cancelButtonText:`取消`},carousel:{leftArrow:`上一张幻灯片`,rightArrow:`下一张幻灯片`,indicator:`幻灯片切换至索引 {index}`}}};Object.assign(e.el,{input:{placeholder:`请输入`},inputNumber:{...e.el.inputNumber,placeholder:`请输入`},datepicker:{...e.el.datepicker,placeholder:`请选择日期`,startPlaceholder:`开始日期`,endPlaceholder:`结束日期`},select:{...e.el.select}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return e}});
2
+ //# sourceMappingURL=zh-cn-DsaoBOfv.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh-cn-DsaoBOfv.cjs","names":[],"sources":["../../node_modules/element-plus/es/locale/lang/zh-cn.mjs","../../src/locales/zh-cn.ts"],"sourcesContent":["//#region ../../packages/locale/lang/zh-cn.ts\nvar zh_cn_default = {\n\tname: \"zh-cn\",\n\tel: {\n\t\tbreadcrumb: { label: \"面包屑\" },\n\t\tcolorpicker: {\n\t\t\tconfirm: \"确定\",\n\t\t\tclear: \"清空\",\n\t\t\tdefaultLabel: \"颜色选择器\",\n\t\t\tdescription: \"当前颜色 {color},按 Enter 键选择新颜色\",\n\t\t\talphaLabel: \"选择透明度的值\",\n\t\t\talphaDescription: \"透明度 {alpha}, 当前颜色 {color}\",\n\t\t\thueLabel: \"选择色相值\",\n\t\t\thueDescription: \"色相 {hue}, 当前颜色 {color}\",\n\t\t\tsvLabel: \"选择饱和度与明度的值\",\n\t\t\tsvDescription: \"饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}\",\n\t\t\tpredefineDescription: \"选择 {value} 作为颜色\"\n\t\t},\n\t\tdatepicker: {\n\t\t\tnow: \"此刻\",\n\t\t\ttoday: \"今天\",\n\t\t\tcancel: \"取消\",\n\t\t\tclear: \"清空\",\n\t\t\tconfirm: \"确定\",\n\t\t\tdateTablePrompt: \"使用方向键与 Enter 键可选择日期\",\n\t\t\tmonthTablePrompt: \"使用方向键与 Enter 键可选择月份\",\n\t\t\tyearTablePrompt: \"使用方向键与 Enter 键可选择年份\",\n\t\t\tselectedDate: \"已选日期\",\n\t\t\tselectDate: \"选择日期\",\n\t\t\tselectTime: \"选择时间\",\n\t\t\tstartDate: \"开始日期\",\n\t\t\tstartTime: \"开始时间\",\n\t\t\tendDate: \"结束日期\",\n\t\t\tendTime: \"结束时间\",\n\t\t\tprevYear: \"前一年\",\n\t\t\tnextYear: \"后一年\",\n\t\t\tprevMonth: \"上个月\",\n\t\t\tnextMonth: \"下个月\",\n\t\t\tyear: \"年\",\n\t\t\tmonth1: \"1 月\",\n\t\t\tmonth2: \"2 月\",\n\t\t\tmonth3: \"3 月\",\n\t\t\tmonth4: \"4 月\",\n\t\t\tmonth5: \"5 月\",\n\t\t\tmonth6: \"6 月\",\n\t\t\tmonth7: \"7 月\",\n\t\t\tmonth8: \"8 月\",\n\t\t\tmonth9: \"9 月\",\n\t\t\tmonth10: \"10 月\",\n\t\t\tmonth11: \"11 月\",\n\t\t\tmonth12: \"12 月\",\n\t\t\tweeks: {\n\t\t\t\tsun: \"日\",\n\t\t\t\tmon: \"一\",\n\t\t\t\ttue: \"二\",\n\t\t\t\twed: \"三\",\n\t\t\t\tthu: \"四\",\n\t\t\t\tfri: \"五\",\n\t\t\t\tsat: \"六\"\n\t\t\t},\n\t\t\tweeksFull: {\n\t\t\t\tsun: \"星期日\",\n\t\t\t\tmon: \"星期一\",\n\t\t\t\ttue: \"星期二\",\n\t\t\t\twed: \"星期三\",\n\t\t\t\tthu: \"星期四\",\n\t\t\t\tfri: \"星期五\",\n\t\t\t\tsat: \"星期六\"\n\t\t\t},\n\t\t\tmonths: {\n\t\t\t\tjan: \"一月\",\n\t\t\t\tfeb: \"二月\",\n\t\t\t\tmar: \"三月\",\n\t\t\t\tapr: \"四月\",\n\t\t\t\tmay: \"五月\",\n\t\t\t\tjun: \"六月\",\n\t\t\t\tjul: \"七月\",\n\t\t\t\taug: \"八月\",\n\t\t\t\tsep: \"九月\",\n\t\t\t\toct: \"十月\",\n\t\t\t\tnov: \"十一月\",\n\t\t\t\tdec: \"十二月\"\n\t\t\t}\n\t\t},\n\t\tinputNumber: {\n\t\t\tdecrease: \"减少数值\",\n\t\t\tincrease: \"增加数值\"\n\t\t},\n\t\tselect: {\n\t\t\tloading: \"加载中\",\n\t\t\tnoMatch: \"无匹配数据\",\n\t\t\tnoData: \"无数据\",\n\t\t\tplaceholder: \"请选择\"\n\t\t},\n\t\tmention: { loading: \"加载中\" },\n\t\tdropdown: { toggleDropdown: \"切换下拉选项\" },\n\t\tcascader: {\n\t\t\tnoMatch: \"无匹配数据\",\n\t\t\tloading: \"加载中\",\n\t\t\tplaceholder: \"请选择\",\n\t\t\tnoData: \"暂无数据\"\n\t\t},\n\t\tpagination: {\n\t\t\tgoto: \"前往\",\n\t\t\tpagesize: \"条/页\",\n\t\t\ttotal: \"共 {total} 条\",\n\t\t\tpageClassifier: \"页\",\n\t\t\tpage: \"页\",\n\t\t\tprev: \"上一页\",\n\t\t\tnext: \"下一页\",\n\t\t\tcurrentPage: \"第 {pager} 页\",\n\t\t\tprevPages: \"向前 {pager} 页\",\n\t\t\tnextPages: \"向后 {pager} 页\",\n\t\t\tdeprecationWarning: \"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档\"\n\t\t},\n\t\tdialog: { close: \"关闭此对话框\" },\n\t\tdrawer: { close: \"关闭此对话框\" },\n\t\tmessagebox: {\n\t\t\ttitle: \"提示\",\n\t\t\tconfirm: \"确定\",\n\t\t\tcancel: \"取消\",\n\t\t\terror: \"输入的数据不合法!\",\n\t\t\tclose: \"关闭此对话框\"\n\t\t},\n\t\tupload: {\n\t\t\tdeleteTip: \"按 Delete 键可删除\",\n\t\t\tdelete: \"删除\",\n\t\t\tpreview: \"查看图片\",\n\t\t\tcontinue: \"继续上传\"\n\t\t},\n\t\tslider: {\n\t\t\tdefaultLabel: \"滑块介于 {min} 至 {max}\",\n\t\t\tdefaultRangeStartLabel: \"选择起始值\",\n\t\t\tdefaultRangeEndLabel: \"选择结束值\"\n\t\t},\n\t\ttable: {\n\t\t\temptyText: \"暂无数据\",\n\t\t\tconfirmFilter: \"筛选\",\n\t\t\tresetFilter: \"重置\",\n\t\t\tclearFilter: \"全部\",\n\t\t\tsumText: \"合计\",\n\t\t\tselectAllLabel: \"选择所有行\",\n\t\t\tselectRowLabel: \"选择当前行\",\n\t\t\texpandRowLabel: \"展开当前行\",\n\t\t\tcollapseRowLabel: \"收起当前行\",\n\t\t\tsortLabel: \"按 {column} 排序\",\n\t\t\tfilterLabel: \"按 {column} 过滤\"\n\t\t},\n\t\ttag: { close: \"关闭此标签\" },\n\t\ttour: {\n\t\t\tnext: \"下一步\",\n\t\t\tprevious: \"上一步\",\n\t\t\tfinish: \"结束导览\",\n\t\t\tclose: \"关闭此对话框\"\n\t\t},\n\t\ttree: { emptyText: \"暂无数据\" },\n\t\ttransfer: {\n\t\t\tnoMatch: \"无匹配数据\",\n\t\t\tnoData: \"无数据\",\n\t\t\ttitles: [\"列表 1\", \"列表 2\"],\n\t\t\tfilterPlaceholder: \"请输入搜索内容\",\n\t\t\tnoCheckedFormat: \"共 {total} 项\",\n\t\t\thasCheckedFormat: \"已选 {checked}/{total} 项\"\n\t\t},\n\t\timage: { error: \"加载失败\" },\n\t\tpageHeader: { title: \"返回\" },\n\t\tpopconfirm: {\n\t\t\tconfirmButtonText: \"确定\",\n\t\t\tcancelButtonText: \"取消\"\n\t\t},\n\t\tcarousel: {\n\t\t\tleftArrow: \"上一张幻灯片\",\n\t\t\trightArrow: \"下一张幻灯片\",\n\t\t\tindicator: \"幻灯片切换至索引 {index}\"\n\t\t}\n\t}\n};\n\n//#endregion\nexport { zh_cn_default as default };\n//# sourceMappingURL=zh-cn.mjs.map","import zhCn from 'element-plus/es/locale/lang/zh-cn'\r\n\r\nObject.assign(\r\n zhCn.el,\r\n {\r\n input: { placeholder: '请输入' },\r\n inputNumber: {\r\n ...zhCn.el.inputNumber,\r\n placeholder: '请输入'\r\n },\r\n datepicker: {\r\n ...zhCn.el.datepicker,\r\n placeholder: '请选择日期',\r\n startPlaceholder: '开始日期',\r\n endPlaceholder: '结束日期'\r\n },\r\n select: {\r\n ...zhCn.el.select\r\n }\r\n }\r\n)\r\n\r\nexport { zhCn }\r\n"],"x_google_ignoreList":[0],"mappings":"AACA,IAAI,EAAgB,CACnB,KAAM,QACN,GAAI,CACH,WAAY,CAAE,MAAO,MAAO,CAC5B,YAAa,CACZ,QAAS,KACT,MAAO,KACP,aAAc,QACd,YAAa,8BACb,WAAY,UACZ,iBAAkB,4BAClB,SAAU,QACV,eAAgB,yBAChB,QAAS,aACT,cAAe,kDACf,qBAAsB,kBACtB,CACD,WAAY,CACX,IAAK,KACL,MAAO,KACP,OAAQ,KACR,MAAO,KACP,QAAS,KACT,gBAAiB,sBACjB,iBAAkB,sBAClB,gBAAiB,sBACjB,aAAc,OACd,WAAY,OACZ,WAAY,OACZ,UAAW,OACX,UAAW,OACX,QAAS,OACT,QAAS,OACT,SAAU,MACV,SAAU,MACV,UAAW,MACX,UAAW,MACX,KAAM,IACN,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,OAAQ,MACR,QAAS,OACT,QAAS,OACT,QAAS,OACT,MAAO,CACN,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,IAAK,IACL,CACD,UAAW,CACV,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,CACD,OAAQ,CACP,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,KACL,IAAK,MACL,IAAK,MACL,CACD,CACD,YAAa,CACZ,SAAU,OACV,SAAU,OACV,CACD,OAAQ,CACP,QAAS,MACT,QAAS,QACT,OAAQ,MACR,YAAa,MACb,CACD,QAAS,CAAE,QAAS,MAAO,CAC3B,SAAU,CAAE,eAAgB,SAAU,CACtC,SAAU,CACT,QAAS,QACT,QAAS,MACT,YAAa,MACb,OAAQ,OACR,CACD,WAAY,CACX,KAAM,KACN,SAAU,MACV,MAAO,cACP,eAAgB,IAChB,KAAM,IACN,KAAM,MACN,KAAM,MACN,YAAa,cACb,UAAW,eACX,UAAW,eACX,mBAAoB,wCACpB,CACD,OAAQ,CAAE,MAAO,SAAU,CAC3B,OAAQ,CAAE,MAAO,SAAU,CAC3B,WAAY,CACX,MAAO,KACP,QAAS,KACT,OAAQ,KACR,MAAO,YACP,MAAO,SACP,CACD,OAAQ,CACP,UAAW,gBACX,OAAQ,KACR,QAAS,OACT,SAAU,OACV,CACD,OAAQ,CACP,aAAc,qBACd,uBAAwB,QACxB,qBAAsB,QACtB,CACD,MAAO,CACN,UAAW,OACX,cAAe,KACf,YAAa,KACb,YAAa,KACb,QAAS,KACT,eAAgB,QAChB,eAAgB,QAChB,eAAgB,QAChB,iBAAkB,QAClB,UAAW,gBACX,YAAa,gBACb,CACD,IAAK,CAAE,MAAO,QAAS,CACvB,KAAM,CACL,KAAM,MACN,SAAU,MACV,OAAQ,OACR,MAAO,SACP,CACD,KAAM,CAAE,UAAW,OAAQ,CAC3B,SAAU,CACT,QAAS,QACT,OAAQ,MACR,OAAQ,CAAC,OAAQ,OAAO,CACxB,kBAAmB,UACnB,gBAAiB,cACjB,iBAAkB,yBAClB,CACD,MAAO,CAAE,MAAO,OAAQ,CACxB,WAAY,CAAE,MAAO,KAAM,CAC3B,WAAY,CACX,kBAAmB,KACnB,iBAAkB,KAClB,CACD,SAAU,CACT,UAAW,SACX,WAAY,SACZ,UAAW,mBACX,CACD,CACD,CC9KD,OAAO,OACL,EAAK,GACL,CACE,MAAO,CAAE,YAAa,MAAO,CAC7B,YAAa,CACX,GAAG,EAAK,GAAG,YACX,YAAa,MACd,CACD,WAAY,CACV,GAAG,EAAK,GAAG,WACX,YAAa,QACb,iBAAkB,OAClB,eAAgB,OACjB,CACD,OAAQ,CACN,GAAG,EAAK,GAAG,OACZ,CACF,CACF"}
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./zh-cn-DsaoBOfv.cjs`);exports.zhCn=e.t;
@@ -0,0 +1,37 @@
1
+ import { createBlock as e, defineComponent as t, mergeProps as n, openBlock as r, renderSlot as i, unref as a, withCtx as o } from "vue";
2
+ import { ElButton as s } from "element-plus";
3
+ //#endregion
4
+ //#region src/components/Button.vue
5
+ var c = /* @__PURE__ */ t({
6
+ __name: "Button",
7
+ props: {
8
+ disabled: {
9
+ type: Boolean,
10
+ default: () => void 0
11
+ },
12
+ link: { type: Boolean },
13
+ size: {},
14
+ text: { type: Boolean },
15
+ type: {},
16
+ icon: {}
17
+ },
18
+ emits: ["click"],
19
+ setup(t, { emit: c }) {
20
+ let l = c;
21
+ return (c, u) => (r(), e(a(s), n({
22
+ type: t.type,
23
+ text: t.text,
24
+ link: t.link,
25
+ disabled: t.disabled,
26
+ size: t.size,
27
+ icon: t.icon
28
+ }, { onClick: u[0] ||= (e) => l("click", e) }), {
29
+ default: o(() => [i(c.$slots, "default")]),
30
+ _: 3
31
+ }, 16));
32
+ }
33
+ });
34
+ //#endregion
35
+ export { c as t };
36
+
37
+ //# sourceMappingURL=Button-BgxatYKq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button-BgxatYKq.js","names":[],"sources":["../../src/components/Button.vue","../../src/components/Button.vue"],"sourcesContent":["<script setup lang=\"tsx\">\r\nimport type { ButtonProps, ButtonType } from 'element-plus'\r\n\r\nimport { ElButton } from 'element-plus'\r\n\r\nexport interface XButtonProps {\r\n disabled?: ButtonProps['disabled']\r\n link?: ButtonProps['link']\r\n size?: ButtonProps['size']\r\n text?: ButtonProps['text']\r\n type?: ButtonProps['type']\r\n icon?: ButtonProps['icon']\r\n}\r\n\r\nexport type XButtonType = ButtonType\r\n\r\nconst { disabled = undefined } = defineProps<XButtonProps>()\r\n\r\nconst emit = defineEmits<{\r\n click: [e: MouseEvent]\r\n}>()\r\n</script>\r\n\r\n<template>\r\n <ElButton\r\n v-bind=\"{ type, text, link, disabled, size, icon }\"\r\n @click=\"emit('click', $event)\"\r\n >\r\n <slot />\r\n </ElButton>\r\n</template>\r\n","<script setup lang=\"tsx\">\r\nimport type { ButtonProps, ButtonType } from 'element-plus'\r\n\r\nimport { ElButton } from 'element-plus'\r\n\r\nexport interface XButtonProps {\r\n disabled?: ButtonProps['disabled']\r\n link?: ButtonProps['link']\r\n size?: ButtonProps['size']\r\n text?: ButtonProps['text']\r\n type?: ButtonProps['type']\r\n icon?: ButtonProps['icon']\r\n}\r\n\r\nexport type XButtonType = ButtonType\r\n\r\nconst { disabled = undefined } = defineProps<XButtonProps>()\r\n\r\nconst emit = defineEmits<{\r\n click: [e: MouseEvent]\r\n}>()\r\n</script>\r\n\r\n<template>\r\n <ElButton\r\n v-bind=\"{ type, text, link, disabled, size, icon }\"\r\n @click=\"emit('click', $event)\"\r\n >\r\n <slot />\r\n </ElButton>\r\n</template>\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;ECkBA,IAAM,IAAO;yBAMX,EAKW,EAAA,EAAA,EALX,EAKW;GAAA,MAJC,EAAA;GAAI,MAAE,EAAA;GAAI,MAAE,EAAA;GAAI,UAAE,EAAA;GAAQ,MAAE,EAAA;GAAI,MAAE,EAAA;GAAI,EAAA,EAC/C,SAAK,AAAA,EAAA,QAAA,MAAE,EAAI,SAAU,EAAM,EAAA,CAAA,EAAA;oBAEpB,CAAR,EAAQ,EAAA,QAAA,UAAA,CAAA,CAAA"}
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./Button-BgxatYKq.js";
2
+ export { e as default };
@@ -0,0 +1,18 @@
1
+ import { n as e } from "./components-DKoUIsFy.js";
2
+ import "./Button-BgxatYKq.js";
3
+ import "./en-BAY1fB2Q.js";
4
+ import "./zh-cn-UaM4b5St.js";
5
+ import "./ConfigProvider-BlRc251T.js";
6
+ import "./DatePicker-BDjnMA3B.js";
7
+ import "./Dialog-BahbAebJ.js";
8
+ import "./Form-wBMmnwZj.js";
9
+ import "./FormItem--C1bP0wY.js";
10
+ import "./Input-JT0g3gkf.js";
11
+ import "./InputNumber-CFTLdulD.js";
12
+ import "./Pagination-CGeelxQR.js";
13
+ import "./Select-BKdDBeJC.js";
14
+ import "./Table-Cm_Dki-c.js";
15
+ import "./TabPane-CzInYf67.js";
16
+ import "./Tabs-CKIkuQ81.js";
17
+ import "./Upload-DCnEcRkL.js";
18
+ export { e as default };
@@ -0,0 +1,16 @@
1
+ import { c as e } from "./constants-TVJ7auaC.js";
2
+ import { t } from "./zh-cn-UaM4b5St.js";
3
+ import { computed as n, defineComponent as r, provide as i, renderSlot as a } from "vue";
4
+ //#endregion
5
+ //#region src/components/ConfigProvider.vue
6
+ var o = /* @__PURE__ */ r({
7
+ __name: "ConfigProvider",
8
+ props: { locale: {} },
9
+ setup(r) {
10
+ return i(e, n(() => r.locale ?? t)), (e, t) => a(e.$slots, "default");
11
+ }
12
+ });
13
+ //#endregion
14
+ export { o as t };
15
+
16
+ //# sourceMappingURL=ConfigProvider-BlRc251T.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigProvider-BlRc251T.js","names":[],"sources":["../../src/components/ConfigProvider.vue","../../src/components/ConfigProvider.vue"],"sourcesContent":["<script setup lang=\"tsx\">\r\nimport type { ConfigProviderProps } from 'element-plus'\r\nimport { computed, provide } from 'vue'\r\nimport { X_LOCALE_CONFIG } from '../constants'\r\n\r\nimport { zhCn } from '../locales'\r\n\r\nconst { locale } = defineProps<XConfigProviderProps>()\r\n\r\nexport interface XConfigProviderProps {\r\n locale?: ConfigProviderProps['locale']\r\n}\r\n\r\nconst localLocale = computed(() => locale ?? zhCn)\r\n\r\nprovide(X_LOCALE_CONFIG, localLocale)\r\n</script>\r\n\r\n<template>\r\n <slot></slot>\r\n</template>\r\n","<script setup lang=\"tsx\">\r\nimport type { ConfigProviderProps } from 'element-plus'\r\nimport { computed, provide } from 'vue'\r\nimport { X_LOCALE_CONFIG } from '../constants'\r\n\r\nimport { zhCn } from '../locales'\r\n\r\nconst { locale } = defineProps<XConfigProviderProps>()\r\n\r\nexport interface XConfigProviderProps {\r\n locale?: ConfigProviderProps['locale']\r\n}\r\n\r\nconst localLocale = computed(() => locale ?? zhCn)\r\n\r\nprovide(X_LOCALE_CONFIG, localLocale)\r\n</script>\r\n\r\n<template>\r\n <slot></slot>\r\n</template>\r\n"],"mappings":";;;;;;;;;SCeA,EAAQ,GAFY,QAAe,EAAA,UAAU,EAAK,CAEb,YAInC,EAAa,EAAA,QAAA,UAAA"}
@@ -0,0 +1,4 @@
1
+ import "./en-BAY1fB2Q.js";
2
+ import "./zh-cn-UaM4b5St.js";
3
+ import { t as e } from "./ConfigProvider-BlRc251T.js";
4
+ export { e as default };
@@ -0,0 +1,69 @@
1
+ import { c as e, o as t } from "./constants-TVJ7auaC.js";
2
+ import { computed as n, createBlock as r, createVNode as i, defineComponent as a, inject as o, mergeModels as s, mergeProps as c, openBlock as l, unref as u, useModel as d, withCtx as f } from "vue";
3
+ import { ElConfigProvider as p, ElDatePicker as m, useLocale as h } from "element-plus";
4
+ //#endregion
5
+ //#region src/components/DatePicker.vue
6
+ var g = /* @__PURE__ */ a({
7
+ __name: "DatePicker",
8
+ props: /* @__PURE__ */ s({
9
+ disabled: {
10
+ type: Boolean,
11
+ default: () => void 0
12
+ },
13
+ disabledDate: {},
14
+ endPlaceholder: {},
15
+ placeholder: {},
16
+ shortcuts: {},
17
+ startPlaceholder: {},
18
+ type: { default: "date" },
19
+ valueFormat: {}
20
+ }, {
21
+ modelValue: {},
22
+ modelModifiers: {},
23
+ start: {},
24
+ startModifiers: {},
25
+ end: {},
26
+ endModifiers: {}
27
+ }),
28
+ emits: /* @__PURE__ */ s(["blur", "focus"], [
29
+ "update:modelValue",
30
+ "update:start",
31
+ "update:end"
32
+ ]),
33
+ setup(a) {
34
+ let s = d(a, "modelValue"), g = d(a, "start"), _ = d(a, "end"), v = o(e), { t: y } = h(v), b = n({
35
+ get() {
36
+ return a.type.includes("range") && g.value && _.value ? [g.value, _.value] : a.type.includes("range") ? null : s.value;
37
+ },
38
+ set(e) {
39
+ a.type.includes("range") && Array.isArray(e) ? (g.value = e?.[0], _.value = e?.[1]) : s.value = e;
40
+ }
41
+ }), x = o(t, void 0);
42
+ if (x?.required) {
43
+ let { label: e, validator: t } = x;
44
+ x.validator = () => a.type.includes("range") && (!g.value || !_.value) ? `请选择${e}` : s.value ? t?.() : `请选择${e}`;
45
+ }
46
+ return (e, t) => (l(), r(u(p), { locale: u(v) }, {
47
+ default: f(() => [i(u(m), c({
48
+ disabled: a.disabled,
49
+ disabledDate: a.disabledDate,
50
+ type: a.type,
51
+ valueFormat: a.valueFormat,
52
+ placeholder: a.placeholder ?? u(y)("el.datepicker.placeholder"),
53
+ startPlaceholder: a.placeholder ?? u(y)("el.datepicker.startPlaceholder"),
54
+ endPlaceholder: a.placeholder ?? u(y)("el.datepicker.endPlaceholder"),
55
+ shortcuts: a.shortcuts
56
+ }, {
57
+ modelValue: b.value,
58
+ "onUpdate:modelValue": t[0] ||= (e) => b.value = e,
59
+ onBlur: t[1] ||= (t) => e.$emit("blur", t),
60
+ onFocus: t[2] ||= (t) => e.$emit("focus", t)
61
+ }), null, 16, ["modelValue"])]),
62
+ _: 1
63
+ }, 8, ["locale"]));
64
+ }
65
+ });
66
+ //#endregion
67
+ export { g as t };
68
+
69
+ //# sourceMappingURL=DatePicker-BDjnMA3B.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker-BDjnMA3B.js","names":["$emit"],"sources":["../../src/components/DatePicker.vue","../../src/components/DatePicker.vue"],"sourcesContent":["<script setup lang=\"tsx\" generic=\"V extends string\">\r\nimport type { DatePickerProps } from 'element-plus'\r\nimport { ElConfigProvider, ElDatePicker, useLocale } from 'element-plus'\r\nimport { computed, inject } from 'vue'\r\n\r\nimport { X_FORM_ITEM_VALIDATION, X_LOCALE_CONFIG } from '../constants'\r\n\r\nexport interface XDatePickerProps {\r\n disabled?: boolean\r\n disabledDate?: DatePickerProps['disabledDate']\r\n endPlaceholder?: DatePickerProps['endPlaceholder']\r\n placeholder?: DatePickerProps['placeholder']\r\n shortcuts?: DatePickerProps['shortcuts']\r\n startPlaceholder?: DatePickerProps['startPlaceholder']\r\n type?: DatePickerProps['type']\r\n valueFormat?: DatePickerProps['valueFormat']\r\n}\r\n\r\nconst { type = 'date', disabled = undefined } = defineProps<XDatePickerProps>()\r\n\r\ndefineEmits<{\r\n blur: [e: FocusEvent]\r\n focus: [e: FocusEvent]\r\n}>()\r\nconst model = defineModel<V>()\r\nconst start = defineModel<V>('start')\r\nconst end = defineModel<V>('end')\r\n\r\nconst locale = inject(X_LOCALE_CONFIG)\r\nconst { t } = useLocale(locale)\r\n\r\nconst modelValue = computed({\r\n get() {\r\n if (type.includes('range') && start.value && end.value) {\r\n return [start.value, end.value]\r\n }\r\n else if (!type.includes('range')) {\r\n return model.value\r\n }\r\n return null\r\n },\r\n set(value) {\r\n if (type.includes('range') && Array.isArray(value)) {\r\n start.value = value?.[0] as V\r\n end.value = value?.[1] as V\r\n }\r\n else {\r\n model.value = value as V\r\n }\r\n }\r\n})\r\n\r\nconst formItemValidation = inject(X_FORM_ITEM_VALIDATION, undefined)\r\nif (formItemValidation?.required) {\r\n const { label, validator } = formItemValidation\r\n formItemValidation.validator = () => {\r\n if (type.includes('range') && (!start.value || !end.value)) {\r\n return `请选择${label}`\r\n }\r\n else if (!model.value) {\r\n return `请选择${label}`\r\n }\r\n return validator?.()\r\n }\r\n}\r\n</script>\r\n\r\n<template>\r\n <ElConfigProvider :locale=\"locale\">\r\n <ElDatePicker\r\n v-bind=\"{\r\n disabled,\r\n disabledDate,\r\n type,\r\n valueFormat,\r\n placeholder: placeholder ?? t('el.datepicker.placeholder'),\r\n startPlaceholder: placeholder ?? t('el.datepicker.startPlaceholder'),\r\n endPlaceholder: placeholder ?? t('el.datepicker.endPlaceholder'),\r\n shortcuts,\r\n }\"\r\n v-model=\"modelValue\"\r\n @blur=\"$emit('blur', $event)\"\r\n @focus=\"$emit('focus', $event)\"\r\n />\r\n </ElConfigProvider>\r\n</template>\r\n","<script setup lang=\"tsx\" generic=\"V extends string\">\r\nimport type { DatePickerProps } from 'element-plus'\r\nimport { ElConfigProvider, ElDatePicker, useLocale } from 'element-plus'\r\nimport { computed, inject } from 'vue'\r\n\r\nimport { X_FORM_ITEM_VALIDATION, X_LOCALE_CONFIG } from '../constants'\r\n\r\nexport interface XDatePickerProps {\r\n disabled?: boolean\r\n disabledDate?: DatePickerProps['disabledDate']\r\n endPlaceholder?: DatePickerProps['endPlaceholder']\r\n placeholder?: DatePickerProps['placeholder']\r\n shortcuts?: DatePickerProps['shortcuts']\r\n startPlaceholder?: DatePickerProps['startPlaceholder']\r\n type?: DatePickerProps['type']\r\n valueFormat?: DatePickerProps['valueFormat']\r\n}\r\n\r\nconst { type = 'date', disabled = undefined } = defineProps<XDatePickerProps>()\r\n\r\ndefineEmits<{\r\n blur: [e: FocusEvent]\r\n focus: [e: FocusEvent]\r\n}>()\r\nconst model = defineModel<V>()\r\nconst start = defineModel<V>('start')\r\nconst end = defineModel<V>('end')\r\n\r\nconst locale = inject(X_LOCALE_CONFIG)\r\nconst { t } = useLocale(locale)\r\n\r\nconst modelValue = computed({\r\n get() {\r\n if (type.includes('range') && start.value && end.value) {\r\n return [start.value, end.value]\r\n }\r\n else if (!type.includes('range')) {\r\n return model.value\r\n }\r\n return null\r\n },\r\n set(value) {\r\n if (type.includes('range') && Array.isArray(value)) {\r\n start.value = value?.[0] as V\r\n end.value = value?.[1] as V\r\n }\r\n else {\r\n model.value = value as V\r\n }\r\n }\r\n})\r\n\r\nconst formItemValidation = inject(X_FORM_ITEM_VALIDATION, undefined)\r\nif (formItemValidation?.required) {\r\n const { label, validator } = formItemValidation\r\n formItemValidation.validator = () => {\r\n if (type.includes('range') && (!start.value || !end.value)) {\r\n return `请选择${label}`\r\n }\r\n else if (!model.value) {\r\n return `请选择${label}`\r\n }\r\n return validator?.()\r\n }\r\n}\r\n</script>\r\n\r\n<template>\r\n <ElConfigProvider :locale=\"locale\">\r\n <ElDatePicker\r\n v-bind=\"{\r\n disabled,\r\n disabledDate,\r\n type,\r\n valueFormat,\r\n placeholder: placeholder ?? t('el.datepicker.placeholder'),\r\n startPlaceholder: placeholder ?? t('el.datepicker.startPlaceholder'),\r\n endPlaceholder: placeholder ?? t('el.datepicker.endPlaceholder'),\r\n shortcuts,\r\n }\"\r\n v-model=\"modelValue\"\r\n @blur=\"$emit('blur', $event)\"\r\n @focus=\"$emit('focus', $event)\"\r\n />\r\n </ElConfigProvider>\r\n</template>\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ECwBA,IAAM,IAAQ,EAAc,GAAA,aAAE,EACxB,IAAQ,EAAc,GAAC,QAAQ,EAC/B,IAAM,EAAc,GAAC,MAAM,EAE3B,IAAS,EAAO,EAAgB,EAChC,EAAE,SAAM,EAAU,EAAO,EAEzB,IAAa,EAAS;GAC1B,MAAM;AAOJ,WANI,EAAA,KAAK,SAAS,QAAQ,IAAI,EAAM,SAAS,EAAI,QACxC,CAAC,EAAM,OAAO,EAAI,MAAM,GAEvB,EAAA,KAAK,SAAS,QAAQ,GAGzB,OAFE,EAAM;;GAIjB,IAAI,GAAO;AACT,IAAI,EAAA,KAAK,SAAS,QAAQ,IAAI,MAAM,QAAQ,EAAM,IAChD,EAAM,QAAQ,IAAQ,IACtB,EAAI,QAAQ,IAAQ,MAGpB,EAAM,QAAQ;;GAGnB,CAAC,EAEI,IAAqB,EAAO,GAAwB,KAAA,EAAU;AACpE,MAAI,GAAoB,UAAU;GAChC,IAAM,EAAE,UAAO,iBAAc;AAC7B,KAAmB,kBACb,EAAA,KAAK,SAAS,QAAQ,KAAK,CAAC,EAAM,SAAS,CAAC,EAAI,SAC3C,MAAM,MAEL,EAAM,QAGT,KAAa,GAFX,MAAM;;yBAQjB,EAgBmB,EAAA,EAAA,EAAA,EAhBA,QAAQ,EAAA,EAAA,EAAM,EAAA;oBAe7B,CAdF,EAcE,EAAA,EAAA,EAdF,EAcE;cAbmB,EAAA;kBAAmB,EAAA;UAAuB,EAAA;iBAAe,EAAA;iBAAmC,EAAA,eAAe,EAAA,EAAC,CAAA,4BAAA;sBAA0D,EAAA,eAAe,EAAA,EAAC,CAAA,iCAAA;oBAA6D,EAAA,eAAe,EAAA,EAAC,CAAA,+BAAA;eAA2C,EAAA;;gBAUxT,EAAA;2CAAA,EAAU,QAAA;IAClB,QAAI,AAAA,EAAA,QAAA,MAAEA,EAAAA,MAAK,QAAS,EAAM;IAC1B,SAAK,AAAA,EAAA,QAAA,MAAEA,EAAAA,MAAK,SAAU,EAAM"}
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./DatePicker-BDjnMA3B.js";
2
+ export { e as default };
@@ -0,0 +1,54 @@
1
+ import { createBlock as e, createSlots as t, defineComponent as n, mergeModels as r, mergeProps as i, openBlock as a, renderSlot as o, unref as s, useModel as c, withCtx as l } from "vue";
2
+ import { ElDialog as u } from "element-plus";
3
+ //#endregion
4
+ //#region src/components/Dialog.vue
5
+ var d = /* @__PURE__ */ n({
6
+ __name: "Dialog",
7
+ props: /* @__PURE__ */ r({
8
+ bodyClass: {},
9
+ width: {},
10
+ showClose: { type: Boolean },
11
+ title: {},
12
+ center: { type: Boolean },
13
+ alignCenter: { type: Boolean },
14
+ draggable: { type: Boolean },
15
+ closeOnClickModal: { type: Boolean },
16
+ closeOnPressEscape: { type: Boolean }
17
+ }, {
18
+ modelValue: { type: Boolean },
19
+ modelModifiers: {}
20
+ }),
21
+ emits: ["update:modelValue"],
22
+ setup(n) {
23
+ let r = c(n, "modelValue");
24
+ return (c, d) => (a(), e(s(u), i({
25
+ modelValue: r.value,
26
+ "onUpdate:modelValue": d[0] ||= (e) => r.value = e
27
+ }, {
28
+ bodyClass: n.bodyClass,
29
+ width: n.width,
30
+ showClose: n.showClose,
31
+ title: n.title,
32
+ center: n.center,
33
+ alignCenter: n.alignCenter,
34
+ draggable: n.draggable,
35
+ closeOnClickModal: n.closeOnClickModal,
36
+ closeOnPressEscape: n.closeOnPressEscape
37
+ }), t({
38
+ default: l(() => [o(c.$slots, "default")]),
39
+ _: 2
40
+ }, ["header" in c.$slots ? {
41
+ name: "header",
42
+ fn: l(() => [o(c.$slots, "header")]),
43
+ key: "0"
44
+ } : void 0, "footer" in c.$slots ? {
45
+ name: "footer",
46
+ fn: l(() => [o(c.$slots, "footer")]),
47
+ key: "1"
48
+ } : void 0]), 1040, ["modelValue"]));
49
+ }
50
+ });
51
+ //#endregion
52
+ export { d as t };
53
+
54
+ //# sourceMappingURL=Dialog-BahbAebJ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog-BahbAebJ.js","names":["$slots"],"sources":["../../src/components/Dialog.vue","../../src/components/Dialog.vue"],"sourcesContent":["<script setup lang=\"tsx\">\r\nimport type { DialogProps } from 'element-plus'\r\n\r\nimport type { VNodeChild } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\n\r\nexport interface XDialogProps {\r\n bodyClass?: DialogProps['bodyClass']\r\n width?: DialogProps['width']\r\n showClose?: DialogProps['showClose']\r\n title?: DialogProps['title']\r\n center?: DialogProps['center']\r\n alignCenter?: DialogProps['alignCenter']\r\n draggable?: DialogProps['draggable']\r\n closeOnClickModal?: DialogProps['closeOnClickModal']\r\n closeOnPressEscape?: DialogProps['closeOnPressEscape']\r\n}\r\n\r\ndefineProps<XDialogProps>()\r\ndefineSlots<{\r\n default?: () => VNodeChild\r\n header?: () => VNodeChild\r\n footer?: () => VNodeChild\r\n}>()\r\nconst visible = defineModel<boolean>()\r\n</script>\r\n\r\n<template>\r\n <ElDialog\r\n v-model=\"visible\" v-bind=\"{\r\n bodyClass,\r\n width,\r\n showClose,\r\n title,\r\n center,\r\n alignCenter,\r\n draggable,\r\n closeOnClickModal,\r\n closeOnPressEscape,\r\n }\"\r\n >\r\n <template v-if=\"'header' in $slots\" #header>\r\n <slot name=\"header\"></slot>\r\n </template>\r\n <slot></slot>\r\n <template v-if=\"'footer' in $slots\" #footer>\r\n <slot name=\"footer\"></slot>\r\n </template>\r\n </ElDialog>\r\n</template>\r\n","<script setup lang=\"tsx\">\r\nimport type { DialogProps } from 'element-plus'\r\n\r\nimport type { VNodeChild } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\n\r\nexport interface XDialogProps {\r\n bodyClass?: DialogProps['bodyClass']\r\n width?: DialogProps['width']\r\n showClose?: DialogProps['showClose']\r\n title?: DialogProps['title']\r\n center?: DialogProps['center']\r\n alignCenter?: DialogProps['alignCenter']\r\n draggable?: DialogProps['draggable']\r\n closeOnClickModal?: DialogProps['closeOnClickModal']\r\n closeOnPressEscape?: DialogProps['closeOnPressEscape']\r\n}\r\n\r\ndefineProps<XDialogProps>()\r\ndefineSlots<{\r\n default?: () => VNodeChild\r\n header?: () => VNodeChild\r\n footer?: () => VNodeChild\r\n}>()\r\nconst visible = defineModel<boolean>()\r\n</script>\r\n\r\n<template>\r\n <ElDialog\r\n v-model=\"visible\" v-bind=\"{\r\n bodyClass,\r\n width,\r\n showClose,\r\n title,\r\n center,\r\n alignCenter,\r\n draggable,\r\n closeOnClickModal,\r\n closeOnPressEscape,\r\n }\"\r\n >\r\n <template v-if=\"'header' in $slots\" #header>\r\n <slot name=\"header\"></slot>\r\n </template>\r\n <slot></slot>\r\n <template v-if=\"'footer' in $slots\" #footer>\r\n <slot name=\"footer\"></slot>\r\n </template>\r\n </ElDialog>\r\n</template>\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;ECwBA,IAAM,IAAU,EAAoB,GAAA,aAAE;yBAIpC,EAoBW,EAAA,EAAA,EApBX,EAoBW;eAnBA,EAAA;0CAAA,EAAO,QAAA;;cAAmB,EAAA;UAAkB,EAAA;cAAc,EAAA;UAAkB,EAAA;WAAc,EAAA;gBAAe,EAAA;cAAoB,EAAA;sBAAkB,EAAA;uBAA0B,EAAA;;oBAerK,CAAb,EAAa,EAAA,QAAA,UAAA,CAAA,CAAA;;kBAHeA,EAAAA,SAAAA;SAAS;eACR,CAA3B,EAA2B,EAAA,QAAA,SAAA,CAAA,CAAA;;0BAGDA,EAAAA,SAAAA;SAAS;eACR,CAA3B,EAA2B,EAAA,QAAA,SAAA,CAAA,CAAA"}
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./Dialog-BahbAebJ.js";
2
+ export { e as default };
@@ -0,0 +1,44 @@
1
+ import { s as e, t } from "./constants-TVJ7auaC.js";
2
+ import { createBlock as n, createVNode as r, defineComponent as i, guardReactiveProps as a, normalizeProps as o, openBlock as s, provide as c, unref as l, withCtx as u } from "vue";
3
+ import { ElForm as d } from "element-plus";
4
+ //#endregion
5
+ //#region src/components/Form.vue
6
+ var f = /* @__PURE__ */ i({
7
+ __name: "Form",
8
+ props: {
9
+ content: { type: Function },
10
+ data: {},
11
+ disabled: {
12
+ type: Boolean,
13
+ default: () => void 0
14
+ },
15
+ inline: { type: Boolean },
16
+ labelPosition: {},
17
+ labelSuffix: {},
18
+ labelWidth: {}
19
+ },
20
+ setup(i, { expose: f }) {
21
+ let p = () => i.content?.({ data: i.data ?? {} });
22
+ c(t, !0);
23
+ let m = [];
24
+ return c(e, m), f({
25
+ clearValidate: () => m.forEach((e) => e.clearValidate()),
26
+ data: i.data,
27
+ validate: () => m.every((e) => e.validate())
28
+ }), (e, t) => (s(), n(l(d), o(a({
29
+ model: i.data,
30
+ disabled: i.disabled,
31
+ inline: i.inline,
32
+ labelPosition: i.labelPosition,
33
+ labelWidth: i.labelWidth,
34
+ labelSuffix: i.labelSuffix
35
+ })), {
36
+ default: u(() => [r(p)]),
37
+ _: 1
38
+ }, 16));
39
+ }
40
+ });
41
+ //#endregion
42
+ export { f as t };
43
+
44
+ //# sourceMappingURL=Form-wBMmnwZj.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form-wBMmnwZj.js","names":[],"sources":["../../src/components/Form.vue","../../src/components/Form.vue"],"sourcesContent":["<script setup lang=\"tsx\" generic=\"D extends object\">\r\nimport type { VNodeChild } from 'vue'\r\nimport type { XFormItemValidation } from './FormItem.vue'\r\nimport { ElForm } from 'element-plus'\r\nimport { provide } from 'vue'\r\nimport { X_ELEMENT_IN_FORM, X_FORM_VALIDATIONS } from '../constants'\r\n\r\nexport interface XFormProps<D> {\r\n content?: (scope: { data: D }) => VNodeChild\r\n data?: D\r\n disabled?: boolean\r\n inline?: boolean\r\n labelPosition?: 'left' | 'right' | 'top'\r\n labelSuffix?: string\r\n labelWidth?: number | string\r\n}\r\n\r\nconst { content, data, disabled = undefined } = defineProps<XFormProps<D>>()\r\n\r\nconst Content = () => content?.({ data: data ?? {} } as { data: D })\r\n\r\nprovide(X_ELEMENT_IN_FORM, true)\r\n\r\nconst validations = [] as XFormItemValidation[]\r\nprovide(X_FORM_VALIDATIONS, validations)\r\nconst validate = () => validations.every(item => item.validate())\r\nconst clearValidate = () => validations.forEach(it => it.clearValidate())\r\n\r\ndefineExpose({ clearValidate, data, validate })\r\n</script>\r\n\r\n<template>\r\n <ElForm\r\n v-bind=\"{\r\n model: data,\r\n disabled,\r\n inline,\r\n labelPosition,\r\n labelWidth,\r\n labelSuffix,\r\n }\"\r\n >\r\n <Content />\r\n </ElForm>\r\n</template>\r\n","<script setup lang=\"tsx\" generic=\"D extends object\">\r\nimport type { VNodeChild } from 'vue'\r\nimport type { XFormItemValidation } from './FormItem.vue'\r\nimport { ElForm } from 'element-plus'\r\nimport { provide } from 'vue'\r\nimport { X_ELEMENT_IN_FORM, X_FORM_VALIDATIONS } from '../constants'\r\n\r\nexport interface XFormProps<D> {\r\n content?: (scope: { data: D }) => VNodeChild\r\n data?: D\r\n disabled?: boolean\r\n inline?: boolean\r\n labelPosition?: 'left' | 'right' | 'top'\r\n labelSuffix?: string\r\n labelWidth?: number | string\r\n}\r\n\r\nconst { content, data, disabled = undefined } = defineProps<XFormProps<D>>()\r\n\r\nconst Content = () => content?.({ data: data ?? {} } as { data: D })\r\n\r\nprovide(X_ELEMENT_IN_FORM, true)\r\n\r\nconst validations = [] as XFormItemValidation[]\r\nprovide(X_FORM_VALIDATIONS, validations)\r\nconst validate = () => validations.every(item => item.validate())\r\nconst clearValidate = () => validations.forEach(it => it.clearValidate())\r\n\r\ndefineExpose({ clearValidate, data, validate })\r\n</script>\r\n\r\n<template>\r\n <ElForm\r\n v-bind=\"{\r\n model: data,\r\n disabled,\r\n inline,\r\n labelPosition,\r\n labelWidth,\r\n labelSuffix,\r\n }\"\r\n >\r\n <Content />\r\n </ElForm>\r\n</template>\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;ECmBA,IAAM,UAAgB,EAAA,UAAU,EAAE,MAAM,EAAA,QAAQ,EAAC,EAAkB,CAAC;AAEpE,IAAQ,GAAmB,GAAK;EAEhC,IAAM,IAAc,EAA2B;SAC/C,EAAQ,GAAoB,EAAY,EAIxC,EAAa;GAAE,qBAFa,EAAY,SAAQ,MAAM,EAAG,eAAe,CAAC;GAE3C,MAAG,EAAA;GAAG,gBAHb,EAAY,OAAM,MAAQ,EAAK,UAAU,CAAC;GAGnB,CAAC,kBAI7C,EAWS,EAAA,EAAA,EAAA,EAAA,EAAA;UAViB,EAAA;aAAa,EAAA;WAAiB,EAAA;kBAAe,EAAA;eAAsB,EAAA;gBAAmB,EAAA;;oBASnG,CAAX,EAAW,EAAA,CAAA,CAAA"}
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./Form-wBMmnwZj.js";
2
+ export { e as default };