vue-cal 5.0.1-rc.33 → 5.0.1-rc.34
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.
- package/dist/i18n/ar.js +2 -2
- package/dist/i18n/bg.js +2 -2
- package/dist/i18n/bn.js +2 -2
- package/dist/i18n/bs.js +2 -2
- package/dist/i18n/ca.js +2 -2
- package/dist/i18n/cs.js +2 -2
- package/dist/i18n/da.js +2 -2
- package/dist/i18n/de.js +2 -2
- package/dist/i18n/el.js +2 -2
- package/dist/i18n/en-gb.js +2 -2
- package/dist/i18n/es.js +2 -2
- package/dist/i18n/et.js +2 -2
- package/dist/i18n/fa.js +2 -2
- package/dist/i18n/fi.js +2 -2
- package/dist/i18n/fr.js +2 -2
- package/dist/i18n/he.js +2 -2
- package/dist/i18n/hr.js +2 -2
- package/dist/i18n/hu.js +2 -2
- package/dist/i18n/id.js +2 -2
- package/dist/i18n/is.js +2 -2
- package/dist/i18n/it.js +2 -2
- package/dist/i18n/ja.js +2 -2
- package/dist/i18n/ka.js +2 -2
- package/dist/i18n/kaa.js +2 -2
- package/dist/i18n/kk.js +2 -2
- package/dist/i18n/ko.js +2 -2
- package/dist/i18n/ky.js +2 -2
- package/dist/i18n/lt.js +2 -2
- package/dist/i18n/mn.js +2 -2
- package/dist/i18n/nl.js +2 -2
- package/dist/i18n/no.js +2 -2
- package/dist/i18n/pl.js +2 -2
- package/dist/i18n/pt-br.js +2 -2
- package/dist/i18n/pt-pt.js +2 -2
- package/dist/i18n/ro.js +2 -2
- package/dist/i18n/ru.js +30 -28
- package/dist/i18n/sk.js +2 -2
- package/dist/i18n/sl.js +2 -2
- package/dist/i18n/sq.js +2 -2
- package/dist/i18n/sr.js +2 -2
- package/dist/i18n/sv.js +2 -2
- package/dist/i18n/tr.js +2 -2
- package/dist/i18n/uk.js +2 -2
- package/dist/i18n/uz-cryl.js +2 -2
- package/dist/i18n/uz.js +2 -2
- package/dist/i18n/vi.js +2 -2
- package/dist/i18n/zh-cn.js +2 -2
- package/dist/i18n/zh-hk.js +2 -2
- package/dist/vue-cal.es.js +2 -2
- package/dist/vue-cal.umd.js +3 -3
- package/package.json +12 -12
package/dist/i18n/zh-hk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* vue-cal v5.0.1-rc.
|
|
3
|
-
* (c) 2024-
|
|
2
|
+
* vue-cal v5.0.1-rc.34
|
|
3
|
+
* (c) 2024-2026 Antoni Andre <antoniandre.web@gmail.com>
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
6
|
const t = ["星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], e = ["一", "二", "三", "四", "五", "六", "日"], o = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], c = "年", d = "本年", y = "月", r = "周", l = "多日", h = "日", k = "今日", n = "暫無活動", D = "整天", m = "刪除", s = "新建活動", a = "YYYY MMMM D dddd", v = {
|
package/dist/vue-cal.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { computed as b, reactive as be, watch as De, toRefs as bt, ref as ue, onBeforeUnmount as Re, nextTick as Xe, inject as He, createElementBlock as P, openBlock as V, renderSlot as O, createCommentVNode as x, unref as $, Fragment as de, renderList as we, normalizeClass as pe, createElementVNode as he, createVNode as Oe, Transition as Ue, withCtx as N, createBlock as Se, resolveDynamicComponent as xe, mergeProps as ie, toHandlers as Ie, normalizeProps as ne, onMounted as Ze, toDisplayString as ce, createTextVNode as qe, withModifiers as et, normalizeStyle as $e, TransitionGroup as tt, createSlots as Ce, useTemplateRef as Tt, useId as Mt, useAttrs as Et, provide as nt, guardReactiveProps as le } from "vue";
|
|
2
2
|
/**
|
|
3
|
-
* vue-cal v5.0.1-rc.
|
|
4
|
-
* (c) 2024-
|
|
3
|
+
* vue-cal v5.0.1-rc.34
|
|
4
|
+
* (c) 2024-2026 Antoni Andre <antoniandre.web@gmail.com>
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
const fe = {
|