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.
Files changed (133) hide show
  1. package/es/Alert/index.vue.js +1 -1
  2. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  3. package/es/Calendar/Calendar.vue.js +1 -1
  4. package/es/Cascader/CascaderIcon.vue.js +1 -1
  5. package/es/Checkbox/Checkbox.vue.js +1 -1
  6. package/es/Collapse/CollapseItem.vue.js +2 -2
  7. package/es/Drawer/Drawer.vue.js +1 -1
  8. package/es/Input/Input.vue.js +1 -1
  9. package/es/Input/InputSuffix.vue.js +1 -1
  10. package/es/InputTag/index.vue.js +1 -1
  11. package/es/Menu/SubMenu.vue.js +2 -2
  12. package/es/Message/Message.vue.js +1 -1
  13. package/es/Modal/Modal.vue.js +1 -1
  14. package/es/Notification/Notification.vue.js +1 -1
  15. package/es/PageHeader/index.vue.js +1 -1
  16. package/es/Radio/Radio.vue.js +1 -1
  17. package/es/Select/SelectIcon.vue.js +1 -1
  18. package/es/Tabs/TabButton.vue.js +1 -1
  19. package/es/Tag/index.vue.js +1 -1
  20. package/es/Textarea/index.vue.js +1 -1
  21. package/es/TimePicker/TimePicker.vue.js +1 -1
  22. package/es/Transfer/TransferPanel.vue.js +1 -1
  23. package/es/Trigger/index.vue.js +1 -1
  24. package/es/_shared/components/ExpandTransition.vue3.js +2 -2
  25. package/es/_shared/icons/IconSeparator.vue.js +1 -17
  26. package/es/_shared/icons/IconSeparator.vue2.js +17 -1
  27. package/es/_shared/lang/ar-eg.d.ts +206 -0
  28. package/es/_shared/lang/de-de.d.ts +206 -0
  29. package/es/_shared/lang/en-us.d.ts +254 -0
  30. package/es/_shared/lang/es-es.d.ts +206 -0
  31. package/es/_shared/lang/fr-fr.d.ts +206 -0
  32. package/es/_shared/lang/id-id.d.ts +206 -0
  33. package/es/_shared/lang/interface.d.ts +151 -0
  34. package/es/_shared/lang/it-it.d.ts +206 -0
  35. package/es/_shared/lang/ja-jp.d.ts +254 -0
  36. package/es/_shared/lang/km-kh.d.ts +206 -0
  37. package/es/_shared/lang/ko-kr.d.ts +206 -0
  38. package/es/_shared/lang/ms-my.d.ts +206 -0
  39. package/es/_shared/lang/nl-nl.d.ts +254 -0
  40. package/es/_shared/lang/pt-pt.d.ts +206 -0
  41. package/es/_shared/lang/ru-ru.d.ts +254 -0
  42. package/es/_shared/lang/th-th.d.ts +206 -0
  43. package/es/_shared/lang/vi-vn.d.ts +206 -0
  44. package/es/_shared/lang/zh-cn.d.ts +254 -0
  45. package/es/_shared/lang/zh-tw.d.ts +254 -0
  46. package/es/_shared/utils/locale.js +1 -1
  47. package/lib/Alert/index.vue.js +1 -1
  48. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  49. package/lib/Calendar/Calendar.vue.js +1 -1
  50. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  51. package/lib/Checkbox/Checkbox.vue.js +1 -1
  52. package/lib/Collapse/CollapseItem.vue.js +1 -1
  53. package/lib/Drawer/Drawer.vue.js +1 -1
  54. package/lib/Input/Input.vue.js +1 -1
  55. package/lib/Input/InputSuffix.vue.js +1 -1
  56. package/lib/InputTag/index.vue.js +1 -1
  57. package/lib/Menu/SubMenu.vue.js +1 -1
  58. package/lib/Message/Message.vue.js +1 -1
  59. package/lib/Modal/Modal.vue.js +1 -1
  60. package/lib/Notification/Notification.vue.js +1 -1
  61. package/lib/PageHeader/index.vue.js +1 -1
  62. package/lib/Radio/Radio.vue.js +1 -1
  63. package/lib/Select/SelectIcon.vue.js +1 -1
  64. package/lib/Tabs/TabButton.vue.js +1 -1
  65. package/lib/Tag/index.vue.js +1 -1
  66. package/lib/Textarea/index.vue.js +1 -1
  67. package/lib/TimePicker/TimePicker.vue.js +1 -1
  68. package/lib/Transfer/TransferPanel.vue.js +1 -1
  69. package/lib/Trigger/index.vue.js +1 -1
  70. package/lib/_shared/components/ExpandTransition.vue3.js +1 -1
  71. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  72. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  73. package/lib/_shared/lang/ar-eg.d.ts +206 -0
  74. package/lib/_shared/lang/de-de.d.ts +206 -0
  75. package/lib/_shared/lang/en-us.d.ts +254 -0
  76. package/lib/_shared/lang/es-es.d.ts +206 -0
  77. package/lib/_shared/lang/fr-fr.d.ts +206 -0
  78. package/lib/_shared/lang/id-id.d.ts +206 -0
  79. package/lib/_shared/lang/interface.d.ts +151 -0
  80. package/lib/_shared/lang/it-it.d.ts +206 -0
  81. package/lib/_shared/lang/ja-jp.d.ts +254 -0
  82. package/lib/_shared/lang/km-kh.d.ts +206 -0
  83. package/lib/_shared/lang/ko-kr.d.ts +206 -0
  84. package/lib/_shared/lang/ms-my.d.ts +206 -0
  85. package/lib/_shared/lang/nl-nl.d.ts +254 -0
  86. package/lib/_shared/lang/pt-pt.d.ts +206 -0
  87. package/lib/_shared/lang/ru-ru.d.ts +254 -0
  88. package/lib/_shared/lang/th-th.d.ts +206 -0
  89. package/lib/_shared/lang/vi-vn.d.ts +206 -0
  90. package/lib/_shared/lang/zh-cn.d.ts +254 -0
  91. package/lib/_shared/lang/zh-tw.d.ts +254 -0
  92. package/lib/_shared/utils/locale.js +1 -1
  93. package/package.json +7 -17
  94. package/es/lang/ar-eg.js +0 -156
  95. package/es/lang/de-de.js +0 -157
  96. package/es/lang/en-us.js +0 -161
  97. package/es/lang/es-es.js +0 -156
  98. package/es/lang/fr-fr.js +0 -158
  99. package/es/lang/id-id.js +0 -157
  100. package/es/lang/it-it.js +0 -157
  101. package/es/lang/ja-jp.js +0 -204
  102. package/es/lang/km-kh.js +0 -156
  103. package/es/lang/ko-kr.js +0 -156
  104. package/es/lang/ms-my.js +0 -156
  105. package/es/lang/nl-nl.js +0 -204
  106. package/es/lang/pt-pt.js +0 -156
  107. package/es/lang/ru-ru.js +0 -204
  108. package/es/lang/th-th.js +0 -156
  109. package/es/lang/vi-vn.js +0 -156
  110. package/es/lang/zh-cn.js +0 -204
  111. package/es/lang/zh-tw.js +0 -204
  112. package/lib/lang/ar-eg.js +0 -156
  113. package/lib/lang/de-de.js +0 -157
  114. package/lib/lang/en-us.js +0 -161
  115. package/lib/lang/es-es.js +0 -156
  116. package/lib/lang/fr-fr.js +0 -158
  117. package/lib/lang/id-id.js +0 -157
  118. package/lib/lang/it-it.js +0 -157
  119. package/lib/lang/ja-jp.js +0 -204
  120. package/lib/lang/km-kh.js +0 -156
  121. package/lib/lang/ko-kr.js +0 -156
  122. package/lib/lang/ms-my.js +0 -156
  123. package/lib/lang/nl-nl.js +0 -204
  124. package/lib/lang/pt-pt.js +0 -156
  125. package/lib/lang/ru-ru.js +0 -204
  126. package/lib/lang/th-th.js +0 -156
  127. package/lib/lang/vi-vn.js +0 -156
  128. package/lib/lang/zh-cn.js +0 -204
  129. package/lib/lang/zh-tw.js +0 -204
  130. /package/es/_shared/components/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +0 -0
  131. /package/es/{public → _shared}/lang/zh-cn.js +0 -0
  132. /package/lib/_shared/components/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +0 -0
  133. /package/lib/{public → _shared}/lang/zh-cn.js +0 -0
@@ -8,7 +8,7 @@ import "../_shared/utils/time.js";
8
8
  import "../Empty/index.js";
9
9
  /* empty css */
10
10
  import "../_shared/utils/locale.js";
11
- /* empty css */
11
+ /* empty css */
12
12
  const _hoisted_1 = {
13
13
  key: 0,
14
14
  class: "yc-alert-icon"
@@ -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.vue.js";
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.vue2.js";
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,
@@ -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,
@@ -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"
@@ -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({
@@ -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.vue2.js";
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,
@@ -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 = {
@@ -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 = {
@@ -7,7 +7,7 @@ import "../_shared/utils/time.js";
7
7
  import "../Empty/index.js";
8
8
  /* empty css */
9
9
  import "../_shared/utils/locale.js";
10
- /* empty css */
10
+ /* empty css */
11
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  __name: "TabButton",
13
13
  props: {
@@ -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,
@@ -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" };
@@ -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,5 +1,5 @@
1
- import _sfc_main from "./ExpandTransition.vue2.js";
2
- /* empty css */
1
+ import _sfc_main from "./ExpandTransition.vue.js";
2
+ /* empty css */
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -1,20 +1,4 @@
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
- });
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 _sfc_main from "./IconSeparator.vue.js";
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;