yc-design-vue 1.8.8 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Alert/index.vue.js +1 -1
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/es/Calendar/Calendar.vue.js +1 -1
- package/es/Cascader/CascaderIcon.vue.js +1 -1
- package/es/Checkbox/Checkbox.vue.js +1 -1
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/Drawer/Drawer.vue.js +1 -1
- package/es/Input/Input.vue.js +1 -1
- package/es/Input/InputSuffix.vue.js +1 -1
- package/es/InputTag/index.vue.js +1 -1
- package/es/Menu/SubMenu.vue.js +2 -2
- package/es/Message/Message.vue.js +1 -1
- package/es/Modal/Modal.vue.js +1 -1
- package/es/Notification/Notification.vue.js +1 -1
- package/es/PageHeader/index.vue.js +1 -1
- package/es/Radio/Radio.vue.js +1 -1
- package/es/Select/SelectIcon.vue.js +1 -1
- package/es/Tabs/TabButton.vue.js +1 -1
- package/es/Tag/index.vue.js +1 -1
- package/es/Textarea/index.vue.js +1 -1
- package/es/TimePicker/TimePicker.vue.js +1 -1
- package/es/Transfer/TransferPanel.vue.js +1 -1
- package/es/Trigger/index.vue.js +1 -1
- package/es/_shared/components/ExpandTransition.vue3.js +2 -2
- package/es/_shared/icons/IconSeparator.vue.js +1 -17
- package/es/_shared/icons/IconSeparator.vue2.js +17 -1
- package/es/_shared/lang/ar-eg.d.ts +206 -0
- package/es/_shared/lang/de-de.d.ts +206 -0
- package/es/_shared/lang/en-us.d.ts +254 -0
- package/es/_shared/lang/es-es.d.ts +206 -0
- package/es/_shared/lang/fr-fr.d.ts +206 -0
- package/es/_shared/lang/id-id.d.ts +206 -0
- package/es/_shared/lang/interface.d.ts +151 -0
- package/es/_shared/lang/it-it.d.ts +206 -0
- package/es/_shared/lang/ja-jp.d.ts +254 -0
- package/es/_shared/lang/km-kh.d.ts +206 -0
- package/es/_shared/lang/ko-kr.d.ts +206 -0
- package/es/_shared/lang/ms-my.d.ts +206 -0
- package/es/_shared/lang/nl-nl.d.ts +254 -0
- package/es/_shared/lang/pt-pt.d.ts +206 -0
- package/es/_shared/lang/ru-ru.d.ts +254 -0
- package/es/_shared/lang/th-th.d.ts +206 -0
- package/es/_shared/lang/vi-vn.d.ts +206 -0
- package/es/_shared/lang/zh-cn.d.ts +254 -0
- package/es/_shared/lang/zh-tw.d.ts +254 -0
- package/es/_shared/utils/locale.js +1 -1
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/_shared/components/ExpandTransition.vue3.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/lang/ar-eg.d.ts +206 -0
- package/lib/_shared/lang/de-de.d.ts +206 -0
- package/lib/_shared/lang/en-us.d.ts +254 -0
- package/lib/_shared/lang/es-es.d.ts +206 -0
- package/lib/_shared/lang/fr-fr.d.ts +206 -0
- package/lib/_shared/lang/id-id.d.ts +206 -0
- package/lib/_shared/lang/interface.d.ts +151 -0
- package/lib/_shared/lang/it-it.d.ts +206 -0
- package/lib/_shared/lang/ja-jp.d.ts +254 -0
- package/lib/_shared/lang/km-kh.d.ts +206 -0
- package/lib/_shared/lang/ko-kr.d.ts +206 -0
- package/lib/_shared/lang/ms-my.d.ts +206 -0
- package/lib/_shared/lang/nl-nl.d.ts +254 -0
- package/lib/_shared/lang/pt-pt.d.ts +206 -0
- package/lib/_shared/lang/ru-ru.d.ts +254 -0
- package/lib/_shared/lang/th-th.d.ts +206 -0
- package/lib/_shared/lang/vi-vn.d.ts +206 -0
- package/lib/_shared/lang/zh-cn.d.ts +254 -0
- package/lib/_shared/lang/zh-tw.d.ts +254 -0
- package/lib/_shared/utils/locale.js +1 -1
- package/package.json +7 -17
- package/es/lang/ar-eg.js +0 -156
- package/es/lang/de-de.js +0 -157
- package/es/lang/en-us.js +0 -161
- package/es/lang/es-es.js +0 -156
- package/es/lang/fr-fr.js +0 -158
- package/es/lang/id-id.js +0 -157
- package/es/lang/it-it.js +0 -157
- package/es/lang/ja-jp.js +0 -204
- package/es/lang/km-kh.js +0 -156
- package/es/lang/ko-kr.js +0 -156
- package/es/lang/ms-my.js +0 -156
- package/es/lang/nl-nl.js +0 -204
- package/es/lang/pt-pt.js +0 -156
- package/es/lang/ru-ru.js +0 -204
- package/es/lang/th-th.js +0 -156
- package/es/lang/vi-vn.js +0 -156
- package/es/lang/zh-cn.js +0 -204
- package/es/lang/zh-tw.js +0 -204
- package/lib/lang/ar-eg.js +0 -156
- package/lib/lang/de-de.js +0 -157
- package/lib/lang/en-us.js +0 -161
- package/lib/lang/es-es.js +0 -156
- package/lib/lang/fr-fr.js +0 -158
- package/lib/lang/id-id.js +0 -157
- package/lib/lang/it-it.js +0 -157
- package/lib/lang/ja-jp.js +0 -204
- package/lib/lang/km-kh.js +0 -156
- package/lib/lang/ko-kr.js +0 -156
- package/lib/lang/ms-my.js +0 -156
- package/lib/lang/nl-nl.js +0 -204
- package/lib/lang/pt-pt.js +0 -156
- package/lib/lang/ru-ru.js +0 -204
- package/lib/lang/th-th.js +0 -156
- package/lib/lang/vi-vn.js +0 -156
- package/lib/lang/zh-cn.js +0 -204
- package/lib/lang/zh-tw.js +0 -204
- /package/es/_shared/components/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +0 -0
- /package/es/{public → _shared}/lang/zh-cn.js +0 -0
- /package/lib/_shared/components/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +0 -0
- /package/lib/{public → _shared}/lang/zh-cn.js +0 -0
package/es/Alert/index.vue.js
CHANGED
@@ -6,7 +6,7 @@ import "../_shared/utils/time.js";
|
|
6
6
|
import "../Empty/index.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
/* empty css */
|
9
|
-
import _sfc_main$1 from "../_shared/icons/IconSeparator.
|
9
|
+
import _sfc_main$1 from "../_shared/icons/IconSeparator.vue2.js";
|
10
10
|
const _hoisted_1 = { class: "yc-breadcrumb-item-separator" };
|
11
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
12
12
|
__name: "BreadcrumbSeparator",
|
@@ -10,7 +10,7 @@ import { useI18n } from "../_shared/utils/locale.js";
|
|
10
10
|
import useControlValue from "../_shared/utils/control.js";
|
11
11
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
12
12
|
/* empty css */
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
import Button from "../Button/index.js";
|
15
15
|
import "../Radio/index.js";
|
16
16
|
import _sfc_main$4 from "./CalendarMonth.vue.js";
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
/* empty css */
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import Spin from "../Spin/index.js";
|
14
14
|
const _hoisted_1 = { class: "yc-cascader-suffix-icon" };
|
15
15
|
const _hoisted_2 = {
|
@@ -11,7 +11,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
11
11
|
import useContext from "./hooks/useContext.js";
|
12
12
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
13
13
|
/* empty css */
|
14
|
-
/* empty css
|
14
|
+
/* empty css */
|
15
15
|
const _hoisted_1 = ["value", "disabled", "checked"];
|
16
16
|
const _hoisted_2 = { class: "yc-checkbox-icon" };
|
17
17
|
const _hoisted_3 = {
|
@@ -9,8 +9,8 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
import _sfc_main$2 from "../_shared/icons/IconRight.vue.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
import _sfc_main$3 from "../_shared/components/ExpandTransition.
|
13
|
-
/* empty css
|
12
|
+
import _sfc_main$3 from "../_shared/components/ExpandTransition.vue.js";
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = { class: "yc-collapse-item-header-title text-ellipsis" };
|
15
15
|
const _hoisted_2 = {
|
16
16
|
key: 1,
|
package/es/Drawer/Drawer.vue.js
CHANGED
@@ -8,7 +8,7 @@ import useModalClose from "../Modal/hooks/useModalClose.js";
|
|
8
8
|
import Button from "../Button/index.js";
|
9
9
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
const _hoisted_1 = {
|
14
14
|
key: 0,
|
package/es/Input/Input.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useLimitedInput from "./hooks/useLimitedInput.js";
|
|
9
9
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
11
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$3 from "./InputSuffix.vue.js";
|
15
15
|
/* empty css */
|
@@ -10,7 +10,7 @@ import _sfc_main$3 from "../_shared/icons/IconEyeOpen.vue2.js";
|
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
16
16
|
class: "yc-input-word-limit"
|
package/es/InputTag/index.vue.js
CHANGED
@@ -12,7 +12,7 @@ import Tag from "../Tag/index.js";
|
|
12
12
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
15
|
-
/* empty css
|
15
|
+
/* empty css */
|
16
16
|
/* empty css */
|
17
17
|
const _hoisted_1 = ["disabled", "readonly", "placeholder"];
|
18
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
package/es/Menu/SubMenu.vue.js
CHANGED
@@ -8,8 +8,8 @@ import "../Empty/index.js";
|
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
|
-
import _sfc_main$3 from "../_shared/components/ExpandTransition.
|
12
|
-
/* empty css
|
11
|
+
import _sfc_main$3 from "../_shared/components/ExpandTransition.vue.js";
|
12
|
+
/* empty css */
|
13
13
|
import "./index.js";
|
14
14
|
import _sfc_main$1 from "./MenuItem.vue.js";
|
15
15
|
/* empty css */
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
import { TYPE_ICON_MAP } from "../_shared/constants/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
package/es/Modal/Modal.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useModalDraggable from "./hooks/useModalDraggable.js";
|
|
9
9
|
import Button from "../Button/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
@@ -10,7 +10,7 @@ import "../Empty/index.js";
|
|
10
10
|
import "../_shared/utils/locale.js";
|
11
11
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
12
12
|
/* empty css */
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
15
15
|
const _hoisted_1 = { class: "yc-notification-left" };
|
16
16
|
const _hoisted_2 = {
|
@@ -9,7 +9,7 @@ import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
|
|
9
9
|
import Divider from "../Divider/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
const _hoisted_1 = { class: "yc-page-header" };
|
14
14
|
const _hoisted_2 = { class: "yc-page-header-wrapper" };
|
15
15
|
const _hoisted_3 = {
|
package/es/Radio/Radio.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
9
9
|
import useContext from "./hooks/useContext.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
const _hoisted_1 = ["value", "checked", "disabled"];
|
14
14
|
const _hoisted_2 = {
|
15
15
|
key: 0,
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
/* empty css */
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import Spin from "../Spin/index.js";
|
14
14
|
const _hoisted_1 = { class: "yc-select-suffix-icon" };
|
15
15
|
const _hoisted_2 = {
|
package/es/Tabs/TabButton.vue.js
CHANGED
package/es/Tag/index.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
9
9
|
import Spin from "../Spin/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
package/es/Textarea/index.vue.js
CHANGED
@@ -10,7 +10,7 @@ import "../_shared/utils/time.js";
|
|
10
10
|
import "../Empty/index.js";
|
11
11
|
/* empty css */
|
12
12
|
import "../_shared/utils/locale.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = ["value", "disabled", "readonly", "placeholder"];
|
15
15
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
16
|
...{
|
@@ -8,7 +8,7 @@ import "../_shared/utils/locale.js";
|
|
8
8
|
import useContext from "./hooks/useContext.js";
|
9
9
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
import _sfc_main$2 from "../_shared/icons/IconTime.vue.js";
|
14
14
|
import Trigger from "../Trigger/index.js";
|
@@ -14,7 +14,7 @@ import Scrollbar from "../Scrollbar/index.js";
|
|
14
14
|
import Input from "../Input/index.js";
|
15
15
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
16
16
|
/* empty css */
|
17
|
-
/* empty css
|
17
|
+
/* empty css */
|
18
18
|
const _hoisted_1 = { class: "yc-transfer-view" };
|
19
19
|
const _hoisted_2 = { class: "yc-transfer-view-header" };
|
20
20
|
const _hoisted_3 = { class: "yc-transfer-view-header-title" };
|
package/es/Trigger/index.vue.js
CHANGED
@@ -10,7 +10,7 @@ import useTriggerPosition from "./hooks/useTriggerPosition.js";
|
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
15
15
|
...{
|
16
16
|
name: "Trigger",
|
@@ -1,20 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconSeparator",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
|
11
|
-
])),
|
12
|
-
_: 1,
|
13
|
-
__: [0]
|
14
|
-
}, 16);
|
15
|
-
};
|
16
|
-
}
|
17
|
-
});
|
1
|
+
import _sfc_main from "./IconSeparator.vue2.js";
|
18
2
|
export {
|
19
3
|
_sfc_main as default
|
20
4
|
};
|
@@ -1,4 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconSeparator",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
|
11
|
+
])),
|
12
|
+
_: 1,
|
13
|
+
__: [0]
|
14
|
+
}, 16);
|
15
|
+
};
|
16
|
+
}
|
17
|
+
});
|
2
18
|
export {
|
3
19
|
_sfc_main as default
|
4
20
|
};
|
@@ -0,0 +1,206 @@
|
|
1
|
+
declare const lang: {
|
2
|
+
locale: string;
|
3
|
+
empty: {
|
4
|
+
description: string;
|
5
|
+
};
|
6
|
+
drawer: {
|
7
|
+
okText: string;
|
8
|
+
cancelText: string;
|
9
|
+
};
|
10
|
+
popconfirm: {
|
11
|
+
okText: string;
|
12
|
+
cancelText: string;
|
13
|
+
};
|
14
|
+
modal: {
|
15
|
+
okText: string;
|
16
|
+
cancelText: string;
|
17
|
+
};
|
18
|
+
pagination: {
|
19
|
+
goto: string;
|
20
|
+
page: string;
|
21
|
+
countPerPage: string;
|
22
|
+
total: string;
|
23
|
+
};
|
24
|
+
table: {
|
25
|
+
okText: string;
|
26
|
+
resetText: string;
|
27
|
+
};
|
28
|
+
upload: {
|
29
|
+
start: string;
|
30
|
+
cancel: string;
|
31
|
+
delete: string;
|
32
|
+
retry: string;
|
33
|
+
buttonText: string;
|
34
|
+
preview: string;
|
35
|
+
drag: string;
|
36
|
+
dragHover: string;
|
37
|
+
error: string;
|
38
|
+
};
|
39
|
+
calendar: {
|
40
|
+
formatYear: string;
|
41
|
+
formatMonth: string;
|
42
|
+
today: string;
|
43
|
+
view: {
|
44
|
+
month: string;
|
45
|
+
year: string;
|
46
|
+
week: string;
|
47
|
+
day: string;
|
48
|
+
};
|
49
|
+
month: {
|
50
|
+
long: {
|
51
|
+
January: string;
|
52
|
+
February: string;
|
53
|
+
March: string;
|
54
|
+
April: string;
|
55
|
+
May: string;
|
56
|
+
June: string;
|
57
|
+
July: string;
|
58
|
+
August: string;
|
59
|
+
September: string;
|
60
|
+
October: string;
|
61
|
+
November: string;
|
62
|
+
December: string;
|
63
|
+
};
|
64
|
+
short: {
|
65
|
+
January: string;
|
66
|
+
February: string;
|
67
|
+
March: string;
|
68
|
+
April: string;
|
69
|
+
May: string;
|
70
|
+
June: string;
|
71
|
+
July: string;
|
72
|
+
August: string;
|
73
|
+
September: string;
|
74
|
+
October: string;
|
75
|
+
November: string;
|
76
|
+
December: string;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
week: {
|
80
|
+
long: {
|
81
|
+
self: string;
|
82
|
+
monday: string;
|
83
|
+
tuesday: string;
|
84
|
+
wednesday: string;
|
85
|
+
thursday: string;
|
86
|
+
friday: string;
|
87
|
+
saturday: string;
|
88
|
+
sunday: string;
|
89
|
+
};
|
90
|
+
short: {
|
91
|
+
self: string;
|
92
|
+
monday: string;
|
93
|
+
tuesday: string;
|
94
|
+
wednesday: string;
|
95
|
+
thursday: string;
|
96
|
+
friday: string;
|
97
|
+
saturday: string;
|
98
|
+
sunday: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
};
|
102
|
+
datePicker: {
|
103
|
+
view: {
|
104
|
+
month: string;
|
105
|
+
year: string;
|
106
|
+
week: string;
|
107
|
+
day: string;
|
108
|
+
};
|
109
|
+
month: {
|
110
|
+
long: {
|
111
|
+
January: string;
|
112
|
+
February: string;
|
113
|
+
March: string;
|
114
|
+
April: string;
|
115
|
+
May: string;
|
116
|
+
June: string;
|
117
|
+
July: string;
|
118
|
+
August: string;
|
119
|
+
September: string;
|
120
|
+
October: string;
|
121
|
+
November: string;
|
122
|
+
December: string;
|
123
|
+
};
|
124
|
+
short: {
|
125
|
+
January: string;
|
126
|
+
February: string;
|
127
|
+
March: string;
|
128
|
+
April: string;
|
129
|
+
May: string;
|
130
|
+
June: string;
|
131
|
+
July: string;
|
132
|
+
August: string;
|
133
|
+
September: string;
|
134
|
+
October: string;
|
135
|
+
November: string;
|
136
|
+
December: string;
|
137
|
+
};
|
138
|
+
};
|
139
|
+
week: {
|
140
|
+
long: {
|
141
|
+
self: string;
|
142
|
+
monday: string;
|
143
|
+
tuesday: string;
|
144
|
+
wednesday: string;
|
145
|
+
thursday: string;
|
146
|
+
friday: string;
|
147
|
+
saturday: string;
|
148
|
+
sunday: string;
|
149
|
+
};
|
150
|
+
short: {
|
151
|
+
self: string;
|
152
|
+
monday: string;
|
153
|
+
tuesday: string;
|
154
|
+
wednesday: string;
|
155
|
+
thursday: string;
|
156
|
+
friday: string;
|
157
|
+
saturday: string;
|
158
|
+
sunday: string;
|
159
|
+
};
|
160
|
+
};
|
161
|
+
placeholder: {
|
162
|
+
date: string;
|
163
|
+
week: string;
|
164
|
+
month: string;
|
165
|
+
year: string;
|
166
|
+
quarter: string;
|
167
|
+
time: string;
|
168
|
+
};
|
169
|
+
rangePlaceholder: {
|
170
|
+
date: string[];
|
171
|
+
week: string[];
|
172
|
+
month: string[];
|
173
|
+
year: string[];
|
174
|
+
quarter: string[];
|
175
|
+
time: string[];
|
176
|
+
};
|
177
|
+
selectTime: string;
|
178
|
+
today: string;
|
179
|
+
now: string;
|
180
|
+
ok: string;
|
181
|
+
};
|
182
|
+
image: {
|
183
|
+
loading: string;
|
184
|
+
};
|
185
|
+
imagePreview: {
|
186
|
+
fullScreen: string;
|
187
|
+
rotateRight: string;
|
188
|
+
rotateLeft: string;
|
189
|
+
zoomIn: string;
|
190
|
+
zoomOut: string;
|
191
|
+
originalSize: string;
|
192
|
+
};
|
193
|
+
typography: {
|
194
|
+
copy: string;
|
195
|
+
copied: string;
|
196
|
+
edit: string;
|
197
|
+
collapse: string;
|
198
|
+
expand: string;
|
199
|
+
};
|
200
|
+
colorPicker: {
|
201
|
+
history: string;
|
202
|
+
preset: string;
|
203
|
+
empty: string;
|
204
|
+
};
|
205
|
+
};
|
206
|
+
export default lang;
|