yc-design-vue 1.8.2 → 1.8.4
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/Progress/ProgressCircle.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +17 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -17
- package/es/_shared/icons/IconEdit.vue.js +17 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -17
- package/es/_shared/icons/IconExclamation.vue.js +1 -28
- package/es/_shared/icons/IconExclamation.vue2.js +28 -1
- package/es/_shared/locale/i18n.js +6 -5
- package/es/_shared/locale/lang/ar-eg.json.js +251 -0
- package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/es/_shared/locale/lang/de-de.json.js +251 -0
- package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/es/_shared/locale/lang/en-us.json.js +256 -0
- package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/es/_shared/locale/lang/es-es.json.js +251 -0
- package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/es/_shared/locale/lang/fr-fr.json.js +251 -0
- package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/es/_shared/locale/lang/id-id.json.js +251 -0
- package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/es/_shared/locale/lang/it-it.json.js +251 -0
- package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/es/_shared/locale/lang/ja-jp.json.js +301 -0
- package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/es/_shared/locale/lang/km-kh.json.js +251 -0
- package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/es/_shared/locale/lang/ko-kr.json.js +251 -0
- package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/es/_shared/locale/lang/ms-my.json.js +251 -0
- package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/es/_shared/locale/lang/nl-nl.json.js +301 -0
- package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/es/_shared/locale/lang/pt-pt.json.js +251 -0
- package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/es/_shared/locale/lang/ru-ru.json.js +301 -0
- package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/es/_shared/locale/lang/th-th.json.js +251 -0
- package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/es/_shared/locale/lang/vi-vn.json.js +251 -0
- package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-cn.json.js +301 -0
- package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-tw.json.js +301 -0
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/locale/i18n.js +1 -1
- package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
- package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/lib/_shared/locale/lang/de-de.json.js +1 -0
- package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/lib/_shared/locale/lang/en-us.json.js +1 -0
- package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/lib/_shared/locale/lang/es-es.json.js +1 -0
- package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
- package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/lib/_shared/locale/lang/id-id.json.js +1 -0
- package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/lib/_shared/locale/lang/it-it.json.js +1 -0
- package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
- package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/lib/_shared/locale/lang/km-kh.json.js +1 -0
- package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
- package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ms-my.json.js +1 -0
- package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
- package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
- package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
- package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/lib/_shared/locale/lang/th-th.json.js +1 -0
- package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
- package/package.json +1 -1
- package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/es/_shared/locale/lang/ar-eg.js +0 -153
- package/es/_shared/locale/lang/de-de.d.ts +0 -205
- package/es/_shared/locale/lang/de-de.js +0 -153
- package/es/_shared/locale/lang/en-us.d.ts +0 -253
- package/es/_shared/locale/lang/en-us.js +0 -158
- package/es/_shared/locale/lang/es-es.d.ts +0 -205
- package/es/_shared/locale/lang/es-es.js +0 -153
- package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/es/_shared/locale/lang/fr-fr.js +0 -153
- package/es/_shared/locale/lang/id-id.d.ts +0 -205
- package/es/_shared/locale/lang/id-id.js +0 -153
- package/es/_shared/locale/lang/it-it.d.ts +0 -205
- package/es/_shared/locale/lang/it-it.js +0 -153
- package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/es/_shared/locale/lang/ja-jp.js +0 -201
- package/es/_shared/locale/lang/km-kh.d.ts +0 -205
- package/es/_shared/locale/lang/km-kh.js +0 -153
- package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/es/_shared/locale/lang/ko-kr.js +0 -153
- package/es/_shared/locale/lang/ms-my.d.ts +0 -205
- package/es/_shared/locale/lang/ms-my.js +0 -153
- package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/es/_shared/locale/lang/nl-nl.js +0 -201
- package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/es/_shared/locale/lang/pt-pt.js +0 -153
- package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/es/_shared/locale/lang/ru-ru.js +0 -201
- package/es/_shared/locale/lang/th-th.d.ts +0 -205
- package/es/_shared/locale/lang/th-th.js +0 -153
- package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/es/_shared/locale/lang/vi-vn.js +0 -153
- package/es/_shared/locale/lang/zh-cn.js +0 -201
- package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/es/_shared/locale/lang/zh-tw.js +0 -201
- package/es/node_modules/b-validate/es/is.js +0 -27
- package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
- package/es/node_modules/b-validate/es/rules/base.js +0 -86
- package/es/node_modules/b-validate/es/util.js +0 -25
- package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/lib/_shared/locale/lang/ar-eg.js +0 -1
- package/lib/_shared/locale/lang/de-de.d.ts +0 -205
- package/lib/_shared/locale/lang/de-de.js +0 -1
- package/lib/_shared/locale/lang/en-us.d.ts +0 -253
- package/lib/_shared/locale/lang/en-us.js +0 -1
- package/lib/_shared/locale/lang/es-es.d.ts +0 -205
- package/lib/_shared/locale/lang/es-es.js +0 -1
- package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/lib/_shared/locale/lang/fr-fr.js +0 -1
- package/lib/_shared/locale/lang/id-id.d.ts +0 -205
- package/lib/_shared/locale/lang/id-id.js +0 -1
- package/lib/_shared/locale/lang/it-it.d.ts +0 -205
- package/lib/_shared/locale/lang/it-it.js +0 -1
- package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/lib/_shared/locale/lang/ja-jp.js +0 -1
- package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
- package/lib/_shared/locale/lang/km-kh.js +0 -1
- package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/lib/_shared/locale/lang/ko-kr.js +0 -1
- package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
- package/lib/_shared/locale/lang/ms-my.js +0 -1
- package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/lib/_shared/locale/lang/nl-nl.js +0 -1
- package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/lib/_shared/locale/lang/pt-pt.js +0 -1
- package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/lib/_shared/locale/lang/ru-ru.js +0 -1
- package/lib/_shared/locale/lang/th-th.d.ts +0 -205
- package/lib/_shared/locale/lang/th-th.js +0 -1
- package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/lib/_shared/locale/lang/vi-vn.js +0 -1
- package/lib/_shared/locale/lang/zh-cn.js +0 -1
- package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/lib/_shared/locale/lang/zh-tw.js +0 -1
- package/lib/node_modules/b-validate/es/is.js +0 -1
- package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
- package/lib/node_modules/b-validate/es/rules/base.js +0 -1
- package/lib/node_modules/b-validate/es/util.js +0 -1
@@ -0,0 +1,301 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "無資料"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "確認",
|
6
|
+
cancelText: "取消"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "確認",
|
10
|
+
cancelText: "取消"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "確認",
|
14
|
+
cancelText: "取消"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "前往",
|
18
|
+
page: "頁",
|
19
|
+
countPerPage: "項/頁",
|
20
|
+
total: "共 {0} 項"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "確認",
|
24
|
+
resetText: "重置"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "開始",
|
28
|
+
cancel: "取消",
|
29
|
+
"delete": "删除",
|
30
|
+
retry: "點擊重試",
|
31
|
+
buttonText: "點擊上傳",
|
32
|
+
preview: "預覽",
|
33
|
+
drag: "點擊或拖拽文件到此處上傳",
|
34
|
+
dragHover: "釋放文件並開始上傳",
|
35
|
+
error: "上傳失敗"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY 年",
|
39
|
+
formatMonth: "YYYY 年 MM 月",
|
40
|
+
today: "今天",
|
41
|
+
view: {
|
42
|
+
month: "月",
|
43
|
+
year: "年",
|
44
|
+
week: "周",
|
45
|
+
day: "日"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "一月",
|
50
|
+
February: "二月",
|
51
|
+
March: "三月",
|
52
|
+
April: "四月",
|
53
|
+
May: "五月",
|
54
|
+
June: "六月",
|
55
|
+
July: "七月",
|
56
|
+
August: "八月",
|
57
|
+
September: "九月",
|
58
|
+
October: "十月",
|
59
|
+
November: "十一月",
|
60
|
+
December: "十二月"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "一月",
|
64
|
+
February: "二月",
|
65
|
+
March: "三月",
|
66
|
+
April: "四月",
|
67
|
+
May: "五月",
|
68
|
+
June: "六月",
|
69
|
+
July: "七月",
|
70
|
+
August: "八月",
|
71
|
+
September: "九月",
|
72
|
+
October: "十月",
|
73
|
+
November: "十一月",
|
74
|
+
December: "十二月"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "周",
|
80
|
+
monday: "周一",
|
81
|
+
tuesday: "周二",
|
82
|
+
wednesday: "周三",
|
83
|
+
thursday: "周四",
|
84
|
+
friday: "周五",
|
85
|
+
saturday: "周六",
|
86
|
+
sunday: "周日"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "周",
|
90
|
+
monday: "一",
|
91
|
+
tuesday: "二",
|
92
|
+
wednesday: "三",
|
93
|
+
thursday: "四",
|
94
|
+
friday: "五",
|
95
|
+
saturday: "六",
|
96
|
+
sunday: "日"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "月",
|
103
|
+
year: "年",
|
104
|
+
week: "周",
|
105
|
+
day: "日"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "一月",
|
110
|
+
February: "二月",
|
111
|
+
March: "三月",
|
112
|
+
April: "四月",
|
113
|
+
May: "五月",
|
114
|
+
June: "六月",
|
115
|
+
July: "七月",
|
116
|
+
August: "八月",
|
117
|
+
September: "九月",
|
118
|
+
October: "十月",
|
119
|
+
November: "十一月",
|
120
|
+
December: "十二月"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "一月",
|
124
|
+
February: "二月",
|
125
|
+
March: "三月",
|
126
|
+
April: "四月",
|
127
|
+
May: "五月",
|
128
|
+
June: "六月",
|
129
|
+
July: "七月",
|
130
|
+
August: "八月",
|
131
|
+
September: "九月",
|
132
|
+
October: "十月",
|
133
|
+
November: "十一月",
|
134
|
+
December: "十二月"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "周",
|
140
|
+
monday: "周一",
|
141
|
+
tuesday: "周二",
|
142
|
+
wednesday: "周三",
|
143
|
+
thursday: "周四",
|
144
|
+
friday: "周五",
|
145
|
+
saturday: "周六",
|
146
|
+
sunday: "周日"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "周",
|
150
|
+
monday: "一",
|
151
|
+
tuesday: "二",
|
152
|
+
wednesday: "三",
|
153
|
+
thursday: "四",
|
154
|
+
friday: "五",
|
155
|
+
saturday: "六",
|
156
|
+
sunday: "日"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "請選擇日期",
|
161
|
+
week: "請選擇周",
|
162
|
+
month: "請選擇月份",
|
163
|
+
year: "請選擇年份",
|
164
|
+
quarter: "請選擇季度",
|
165
|
+
time: "請選擇時間"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"開始日期",
|
170
|
+
"結束日期"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"開始周",
|
174
|
+
"結束周"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"開始月份",
|
178
|
+
"結束月份"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"開始年份",
|
182
|
+
"結束年份"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"開始季度",
|
186
|
+
"結束季度"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"開始時間",
|
190
|
+
"結束時間"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "選擇時間",
|
194
|
+
today: "今天",
|
195
|
+
now: "此刻",
|
196
|
+
ok: "確認"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "載入中"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "全屏",
|
203
|
+
rotateRight: "向右旋轉",
|
204
|
+
rotateLeft: "向左旋轉",
|
205
|
+
zoomIn: "放大",
|
206
|
+
zoomOut: "縮小",
|
207
|
+
originalSize: "原始尺寸"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copied: "已複製",
|
211
|
+
copy: "複製",
|
212
|
+
expand: "展開",
|
213
|
+
collapse: "折疊",
|
214
|
+
edit: "編輯"
|
215
|
+
};
|
216
|
+
const form = {
|
217
|
+
validateMessages: {
|
218
|
+
required: "#{field} 是必填項",
|
219
|
+
type: {
|
220
|
+
string: "#{value} 不是合法的文本類型",
|
221
|
+
number: "#{value} 不是合法的數字類型",
|
222
|
+
boolean: "#{value} 不是合法的布爾類型",
|
223
|
+
array: "#{value} 不是合法的數組類型",
|
224
|
+
object: "#{value} 不是合法的對像類型",
|
225
|
+
url: "#{value} 不是合法的 url 地址",
|
226
|
+
email: "#{value} 不是合法的郵箱地址",
|
227
|
+
ip: "#{value} 不是合法的 IP 地址"
|
228
|
+
},
|
229
|
+
number: {
|
230
|
+
min: "`#{value}` 小於最小值 `#{min}`",
|
231
|
+
max: "`#{value}` 大於最大值 `#{max}`",
|
232
|
+
equal: "`#{value}` 不等於 `#{equal}`",
|
233
|
+
range: "`#{value}` 不在 `#{min} ~ #{max}` 範圍內",
|
234
|
+
positive: "`#{value}` 不是正數",
|
235
|
+
negative: "`#{value}` 不是負數"
|
236
|
+
},
|
237
|
+
array: {
|
238
|
+
length: "`#{value}` 個數不等於 #{length}",
|
239
|
+
minLength: "`#{value}` 個數最少為 #{minLength}",
|
240
|
+
maxLength: "`#{value}` 個數最多為 #{maxLength}",
|
241
|
+
includes: "#{value} 不包含 #{includes}",
|
242
|
+
deepEqual: "#{value} 不等於 #{deepEqual}",
|
243
|
+
empty: "`#{value}` 不是空數組"
|
244
|
+
},
|
245
|
+
string: {
|
246
|
+
minLength: "字符數最少為 #{minLength}",
|
247
|
+
maxLength: "字符數最多為 #{maxLength}",
|
248
|
+
length: "`#{value}` 字符數不等於 #{length}",
|
249
|
+
match: "`#{value}` 不符合模式 #{pattern}",
|
250
|
+
uppercase: "`#{value}` 不是全大寫",
|
251
|
+
lowercase: "`#{value}` 不是全小寫"
|
252
|
+
},
|
253
|
+
object: {
|
254
|
+
deepEqual: "`#{value}` 不等於 #{deepEqual}",
|
255
|
+
hasKeys: "`#{value}` 不包含字段 #{keys}",
|
256
|
+
empty: "`#{value}` 不是對象"
|
257
|
+
},
|
258
|
+
boolean: {
|
259
|
+
"true": "期望是 `true`",
|
260
|
+
"false": "期望是 `false`"
|
261
|
+
}
|
262
|
+
}
|
263
|
+
};
|
264
|
+
const colorPicker = {
|
265
|
+
history: "最近使用顏色",
|
266
|
+
preset: "系統預設顏色",
|
267
|
+
empty: "暫無"
|
268
|
+
};
|
269
|
+
const zhTw = {
|
270
|
+
empty,
|
271
|
+
drawer,
|
272
|
+
popconfirm,
|
273
|
+
modal,
|
274
|
+
pagination,
|
275
|
+
table,
|
276
|
+
upload,
|
277
|
+
calendar,
|
278
|
+
datePicker,
|
279
|
+
image,
|
280
|
+
imagePreview,
|
281
|
+
typography,
|
282
|
+
form,
|
283
|
+
colorPicker
|
284
|
+
};
|
285
|
+
export {
|
286
|
+
calendar,
|
287
|
+
colorPicker,
|
288
|
+
datePicker,
|
289
|
+
zhTw as default,
|
290
|
+
drawer,
|
291
|
+
empty,
|
292
|
+
form,
|
293
|
+
image,
|
294
|
+
imagePreview,
|
295
|
+
modal,
|
296
|
+
pagination,
|
297
|
+
popconfirm,
|
298
|
+
table,
|
299
|
+
typography,
|
300
|
+
upload
|
301
|
+
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue");require("../node_modules/tinycolor2/esm/tinycolor.js");const r=require("../_shared/utils/dom.js"),l=require("../_shared/utils/is.js");require("../_shared/utils/time.js"),require("../Empty/index.js");/* empty css */const o=require("../_shared/icons/IconCheck.vue.js"),t=require("../_shared/icons/IconExclamation.
|
1
|
+
"use strict";const e=require("vue");require("../node_modules/tinycolor2/esm/tinycolor.js");const r=require("../_shared/utils/dom.js"),l=require("../_shared/utils/is.js");require("../_shared/utils/time.js"),require("../Empty/index.js");/* empty css */const o=require("../_shared/icons/IconCheck.vue.js"),t=require("../_shared/icons/IconExclamation.vue2.js"),s=require("../_shared/constants/index.js"),c=["aria-valuenow"],a=["viewBox"],n={key:0},u=["id"],i=["offset","stop-color"],m=["cx","cy","r","stroke-width"],d=["cx","cy","r","stroke-width"],p={key:2,class:e.normalizeClass("yc-progress-circle-text")},k=e.defineComponent({__name:"ProgressCircle",props:{type:{},percent:{},status:{},size:{},text:{},showText:{type:Boolean},width:{},strokeWidth:{},pathStrokeWidth:{},color:{},trackColor:{}},setup(k){const v=k,{size:y,width:f,color:h,strokeWidth:x,pathStrokeWidth:B}=e.toRefs(v);let _=0;const g=e.computed(()=>l.isObject(h.value)),C=e.computed(()=>x.value??("mini"===y.value?f.value/2:{mini:4,small:3,medium:4,large:4}[y.value])),E=e.computed(()=>B.value?B.value:"mini"===y.value?C.value:Math.max(2,C.value-2)),w=e.computed(()=>(f.value-C.value)/2),j=e.computed(()=>2*Math.PI*w.value),z=e.computed(()=>f.value/2),O=e.computed(()=>(_+=1,`yc-progress-circle-linear-gradient-${_}`));return(k,v)=>(e.openBlock(),e.createElementBlock("div",{role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":k.percent,class:e.normalizeClass("yc-progress-circle-wrapper"),style:e.normalizeStyle({width:e.unref(r.valueToPx)(e.unref(f)),height:e.unref(r.valueToPx)(e.unref(f))})},["circle"===k.type&&"mini"===e.unref(y)&&"success"===k.status?(e.openBlock(),e.createBlock(e.unref(o),{key:0,style:e.normalizeStyle({fontSize:e.unref(f)-2,color:e.unref(h)??e.unref(s.TYPE_ICON_COLOR_MAP).success})},null,8,["style"])):(e.openBlock(),e.createElementBlock("svg",{key:1,viewBox:`0 0 ${e.unref(f)} ${e.unref(f)}`,class:e.normalizeClass("yc-progress-circle-svg")},[e.unref(l.isObject)(e.unref(h))?(e.openBlock(),e.createElementBlock("defs",n,[e.createElementVNode("linearGradient",{id:O.value,x1:"0",y1:"1",x2:"0",y2:"0"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Object.keys(e.unref(h)),r=>(e.openBlock(),e.createElementBlock("stop",{key:r,offset:r,"stop-color":e.unref(h)[r]},null,8,i))),128))],8,u)])):e.createCommentVNode("",!0),e.createElementVNode("circle",{class:e.normalizeClass("yc-progress-circle-bg"),fill:"none",cx:z.value,cy:z.value,r:w.value,"stroke-width":E.value,style:e.normalizeStyle({stroke:k.trackColor})},null,12,m),e.createElementVNode("circle",{class:e.normalizeClass("yc-progress-circle-bar"),fill:"none",cx:z.value,cy:z.value,r:w.value,"stroke-width":C.value,style:e.normalizeStyle({stroke:g.value?`url(#${O.value})`:e.unref(h),strokeDasharray:j.value,strokeDashoffset:(k.percent>=1?0:1-k.percent)*j.value})},null,12,d)],8,a)),k.showText&&"mini"!==e.unref(y)?(e.openBlock(),e.createElementBlock("div",p,[e.renderSlot(k.$slots,"text",{percent:k.percent},()=>["danger"===k.status?(e.openBlock(),e.createBlock(e.unref(t),{key:0,color:e.unref(s.TYPE_ICON_COLOR_MAP).error},null,8,["color"])):"success"===k.status?(e.openBlock(),e.createBlock(e.unref(o),{key:1,color:e.unref(s.TYPE_ICON_COLOR_MAP).success},null,8,["color"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(k.text),1)],64))])])):e.createCommentVNode("",!0)],12,c))}});module.exports=k;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../node_modules/@vueuse/core/index.js");require("../node_modules/tinycolor2/esm/tinycolor.js");const o=require("../_shared/utils/dom.js");require("../_shared/utils/time.js"),require("../Empty/index.js");/* empty css */const l=require("../_shared/icons/IconCopy.
|
1
|
+
"use strict";const e=require("vue"),t=require("../node_modules/@vueuse/core/index.js");require("../node_modules/tinycolor2/esm/tinycolor.js");const o=require("../_shared/utils/dom.js");require("../_shared/utils/time.js"),require("../Empty/index.js");/* empty css */const l=require("../_shared/icons/IconCopy.vue.js"),a=require("../_shared/icons/IconEdit.vue.js"),n=require("../_shared/icons/IconInfo.vue.js"),r=require("../_shared/utils/control.js"),u=require("../Input/index.js"),d=require("../Tooltip/index.js"),p=require("../node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js"),i=e.defineComponent({name:"TypographyBase",__name:"TypographyBase",props:{tag:{default:"span"},type:{default:void 0},bold:{type:Boolean,default:!1},disabled:{type:Boolean},mark:{type:Boolean,default:!1},underline:{type:Boolean,default:!1},delete:{type:Boolean,default:!1},code:{type:Boolean,default:!1},editable:{type:Boolean,default:!1},editing:{type:Boolean,default:void 0},defaultEditing:{type:Boolean,default:!1},editText:{default:""},copyable:{type:Boolean,default:!1},copyText:{default:""},copyDelay:{default:3e3},ellipsis:{type:[Boolean,Object],default:!0},editTooltiProps:{default:()=>({})},copyTooltiProps:{default:()=>({})}},emits:["update:editing","update:editText","edit-start","change","copy","edit-end","ellipsis","expand"],setup(i,{emit:s}){const c=i,y=s,{editing:f,defaultEditing:v,editText:m,copyText:g,copyable:h,copyDelay:B,code:k,mark:x,delete:_,underline:T,bold:C}=e.toRefs(c),{t:b}=p.useI18n(),{isSupported:j,copy:q}=t.useClipboard(),V=e.ref(!1),E=e.ref(),N=e.ref(),w=r(f,v.value,e=>{y("update:editing",e)}),I=r(m,"",e=>{y("update:editText",e),y("change",e)}),D=e.computed(()=>{const e=[x.value,k.value,_.value,T.value,C.value];return["mark","code","del","u","b"].filter((t,o)=>e[o])}),P=e.defineComponent({props:{tags:{type:Array,default:()=>[]}},setup:(t,{slots:o})=>()=>{var l;const{tags:a}=e.toRefs(t),n=(t,o)=>o>=a.value.length?t:e.h(a.value[o],null,n(t,o+1));return n(null==(l=o.default)?void 0:l.call(o),0)}}),R=async()=>{var e;w.value=!0,I.value=I.value?I.value:o.getDomText(E),y("edit-start"),await o.sleep(0),null==(e=N.value)||e.focus()},S=()=>{w.value=!1,y("edit-end")},$=async()=>{if(!h.value||!j.value||V.value)return;const e=g.value||o.getDomText(E);q(e),y("copy",e),V.value=!0,await o.sleep(B.value),V.value=!1};return(t,o)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.tag),{class:e.normalizeClass(["yc-typography",{[`yc-typography-${t.type}`]:t.type,"yc-typography-bold":e.unref(C),"yc-typography-disabled":t.disabled,"yc-typography-underline":e.unref(T),"yc-typography-delete":e.unref(_)}]),ref_key:"contentRef",ref:E},{default:e.withCtx(()=>[e.unref(w)?(e.openBlock(),e.createBlock(e.unref(u),{key:0,modelValue:e.unref(I),"onUpdate:modelValue":o[0]||(o[0]=t=>e.isRef(I)?I.value=t:null),ref_key:"inputRef",ref:N,onBlur:S},null,8,["modelValue"])):(e.openBlock(),e.createBlock(e.unref(P),{key:1,tags:D.value},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},8,["tags"])),t.editable&&!e.unref(w)?(e.openBlock(),e.createElementBlock("span",{key:2,class:"yc-typography-operation-edit",onClick:R},[e.createVNode(e.unref(d),e.mergeProps({content:e.unref(b)("typography.edit"),position:"top"},t.editTooltiProps),{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createVNode(e.unref(a))])]),_:1},16,["content"])])):e.createCommentVNode("",!0),e.unref(h)?(e.openBlock(),e.createElementBlock("span",{key:3,class:"yc-typography-operation-copy",onClick:$},[e.createVNode(e.unref(d),e.mergeProps({position:"top"},t.copyTooltiProps),{content:e.withCtx(()=>[e.renderSlot(t.$slots,"copy-tooltip",{copied:V.value},()=>[e.createTextVNode(e.toDisplayString(e.unref(b)("typography."+(V.value?"copied":"copy"))),1)])]),default:e.withCtx(()=>[e.createElementVNode("span",null,[e.renderSlot(t.$slots,"copy-icon",{copied:V.value},()=>[V.value?(e.openBlock(),e.createBlock(e.unref(n),{key:0,color:"rgb(0, 180, 42)"})):(e.openBlock(),e.createBlock(e.unref(l),{key:1}))])])]),_:3},16)])):e.createCommentVNode("",!0)]),_:3},8,["class"]))}});module.exports=i;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("
|
1
|
+
"use strict";const e=require("vue"),o=require("../components/Icon.vue3.js");;/* empty css */const t=e.defineComponent({__name:"IconCopy",setup:t=>(t,n)=>(e.openBlock(),e.createBlock(o,e.normalizeProps(e.guardReactiveProps(t.$attrs)),{default:e.withCtx(()=>n[0]||(n[0]=[e.createElementVNode("path",{d:"M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z"},null,-1)])),_:1,__:[0]},16))});module.exports=t;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue
|
1
|
+
"use strict";const e=require("./IconCopy.vue.js");module.exports=e;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("
|
1
|
+
"use strict";const e=require("vue"),o=require("../components/Icon.vue3.js");;/* empty css */const t=e.defineComponent({__name:"IconEdit",setup:t=>(t,n)=>(e.openBlock(),e.createBlock(o,e.normalizeProps(e.guardReactiveProps(t.$attrs)),{default:e.withCtx(()=>n[0]||(n[0]=[e.createElementVNode("path",{d:"m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36"},null,-1)])),_:1,__:[0]},16))});module.exports=t;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue
|
1
|
+
"use strict";const e=require("./IconEdit.vue.js");module.exports=e;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("
|
1
|
+
"use strict";const e=require("./IconExclamation.vue2.js");module.exports=e;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("
|
1
|
+
"use strict";const e=require("vue"),t=require("../components/Icon.vue3.js");;/* empty css */const o=e.defineComponent({__name:"IconExclamation",setup:o=>(o,n)=>(e.openBlock(),e.createBlock(t,e.normalizeProps(e.guardReactiveProps(o.$attrs)),{default:e.withCtx(()=>n[0]||(n[0]=[e.createElementVNode("path",{d:"M23 9h2v21h-2z"},null,-1),e.createElementVNode("path",{fill:"currentColor",stroke:"none",d:"M23 9h2v21h-2z"},null,-1),e.createElementVNode("path",{d:"M23 37h2v2h-2z"},null,-1),e.createElementVNode("path",{fill:"currentColor",stroke:"none",d:"M23 37h2v2h-2z"},null,-1)])),_:1,__:[0]},16))});module.exports=o;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./lang/zh-cn.js"),
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./lang/zh-cn.json.js"),s=require("../../node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js").createI18n({locale:"zh-CN",fallbackLocale:"zh-CN",messages:{"zh-CN":e.default},globalInjection:!0,missingWarn:!1,fallbackWarn:!1}),n=s.global,r=Object.assign({"./lang/ar-eg.json":()=>Promise.resolve().then(()=>require("./lang/ar-eg.json.js")),"./lang/de-de.json":()=>Promise.resolve().then(()=>require("./lang/de-de.json.js")),"./lang/en-us.json":()=>Promise.resolve().then(()=>require("./lang/en-us.json.js")),"./lang/es-es.json":()=>Promise.resolve().then(()=>require("./lang/es-es.json.js")),"./lang/fr-fr.json":()=>Promise.resolve().then(()=>require("./lang/fr-fr.json.js")),"./lang/id-id.json":()=>Promise.resolve().then(()=>require("./lang/id-id.json.js")),"./lang/it-it.json":()=>Promise.resolve().then(()=>require("./lang/it-it.json.js")),"./lang/ja-jp.json":()=>Promise.resolve().then(()=>require("./lang/ja-jp.json.js")),"./lang/km-kh.json":()=>Promise.resolve().then(()=>require("./lang/km-kh.json.js")),"./lang/ko-kr.json":()=>Promise.resolve().then(()=>require("./lang/ko-kr.json.js")),"./lang/ms-my.json":()=>Promise.resolve().then(()=>require("./lang/ms-my.json.js")),"./lang/nl-nl.json":()=>Promise.resolve().then(()=>require("./lang/nl-nl.json.js")),"./lang/pt-pt.json":()=>Promise.resolve().then(()=>require("./lang/pt-pt.json.js")),"./lang/ru-ru.json":()=>Promise.resolve().then(()=>require("./lang/ru-ru.json.js")),"./lang/th-th.json":()=>Promise.resolve().then(()=>require("./lang/th-th.json.js")),"./lang/vi-vn.json":()=>Promise.resolve().then(()=>require("./lang/vi-vn.json.js")),"./lang/zh-cn.json":()=>Promise.resolve().then(()=>require("./lang/zh-cn.json.js")),"./lang/zh-tw.json":()=>Promise.resolve().then(()=>require("./lang/zh-tw.json.js"))});exports.default=s,exports.loadLanguageAsync=async function(e){const s=Object.keys(n.messages.value);if(n.locale.value===e||s.includes(e))return n.locale.value=e,e;try{const s=e.split("-").map(e=>e.toLocaleLowerCase()).join("-"),o=`./lang/${s}.json`;if(r[o]){const s=await r[o]();return n.setLocaleMessage(e,s.default),n.locale.value=e,e}throw new Error(`无法找到语言文件: ${s}.json`)}catch(o){return n.locale.value}};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"لايوجد بيانات"},r={okText:"موافق",cancelText:"إلغاء"},a={okText:"موافق",cancelText:"إلغاء"},t={okText:"موافق",cancelText:"إلغاء"},o={goto:"اذهب إلى",page:"الصفحة",countPerPage:"عنصر / صفحة",total:"{0} الإجمالي"},d={okText:"موافق",resetText:"إعادة تعيين"},y={start:"بداية",cancel:"يلغي",delete:"حذف",retry:"انقر للمحاول مجددا",buttonText:"انقر للتحميل",preview:"معاينة",drag:"انقر أو اسحب الملف إلى هذه المنطقة للتحميل",dragHover:"حرر الملف وابدأ في التحميل",error:"التحميل فشل"},s={formatYear:"YYYY",formatMonth:"MMMM YYYY",today:"اليوم",view:{month:"شهر",year:"عام",week:"أسبوع",day:"يوم"},month:{long:{January:"ديسمبر",February:"نوفمبر",March:"أكتوبر",April:"سبتمبر",May:" أغسطس",June:"يوليه",July:"يونيو",August:"مايو",September:"أبريل",October:"مارس",November:"فبراير",December:"يناير"},short:{January:"ديسمبر",February:"نوفمبر",March:"أكتوبر",April:"سبتمبر",May:" أغسطس",June:"يوليه",July:"يونيو",August:"مايو",September:"أبريل",October:"مارس",November:"فبراير",December:"يناير"}},week:{long:{self:"أسبوع",monday:"الجمعة",tuesday:"الخميس",wednesday:"الأربعاء",thursday:"الثلاثاء",friday:"الإثنين",saturday:"السبت",sunday:"الأحد"},short:{self:"أسبوع",monday:"الجمعة",tuesday:"الخميس",wednesday:"الأربعاء",thursday:"الثلاثاء",friday:"الإثنين",saturday:"السبت",sunday:"الأحد"}}},n={view:{month:"شهر",year:"عام",week:"أسبوع",day:"يوم"},month:{long:{January:"ديسمبر",February:"نوفمبر",March:"أكتوبر",April:"سبتمبر",May:" أغسطس",June:"يوليه",July:"يونيو",August:"مايو",September:"أبريل",October:"مارس",November:"فبراير",December:"يناير"},short:{January:"ديسمبر",February:"نوفمبر",March:"أكتوبر",April:"سبتمبر",May:" أغسطس",June:"يوليه",July:"يونيو",August:"مايو",September:"أبريل",October:"مارس",November:"فبراير",December:"يناير"}},week:{long:{self:"أسبوع",monday:"الجمعة",tuesday:"الخميس",wednesday:"الأربعاء",thursday:"الثلاثاء",friday:"الإثنين",saturday:"السبت",sunday:"الأحد"},short:{self:"أسبوع",monday:"الجمعة",tuesday:"الخميس",wednesday:"الأربعاء",thursday:"الثلاثاء",friday:"الإثنين",saturday:"السبت",sunday:"الأحد"}},placeholder:{date:"الرجاء تحديد تاريخ",week:"الرجاء تحديد أسبوع",month:"الرجاء تحديد شهر",year:"الرجاء تحديد عام",quarter:"الرجاء تحديد ربع",time:"فترة الاختيار"},rangePlaceholder:{date:["تاريخ البدء","تاريخ الانتهاء"],week:["أسبوع البدء","نهاية الأسبوع"],month:["شهر البدء","نهاية الشهر"],year:["سنة البدء","نهاية عام"],quarter:["بداية ربع السنة","نهاية الربع"],time:["وقت البدء","وقت النهاية"]},selectTime:"فترة الاختيار",today:"اليوم",now:"الآن",ok:"موافق"},u={loading:"loading"},l={fullScreen:"كامل الشاشة",rotateRight:"استدارة لليمين",rotateLeft:"استدر يسارا",zoomIn:"تكبير",zoomOut:"تصغير",originalSize:"الحجم الأصلي"},p={copy:"ينسخ",copied:"نسخ",edit:"تعديل",collapse:"يطوى",expand:"وسعت"},i={history:"ألوان تاريخية",preset:"ألوان النظام المضبوطة مسبقاً",empty:"غير متوفرة"},c={empty:e,drawer:r,popconfirm:a,modal:t,pagination:o,table:d,upload:y,calendar:s,datePicker:n,image:u,imagePreview:l,typography:p,colorPicker:i};exports.calendar=s,exports.colorPicker=i,exports.datePicker=n,exports.default=c,exports.drawer=r,exports.empty=e,exports.image=u,exports.imagePreview=l,exports.modal=t,exports.pagination=o,exports.popconfirm=a,exports.table=d,exports.typography=p,exports.upload=y;
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Keine Daten"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Abbrechen"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Abbrechen"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Abbrechen"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Gehe zu",
|
19
|
+
"page": "",
|
20
|
+
"countPerPage": "/ Seite",
|
21
|
+
"total": "Gesamt {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Zurücksetzen"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Anfang",
|
29
|
+
"cancel": "Abbrechen",
|
30
|
+
"delete": "löschen",
|
31
|
+
"retry": "Klicken Sie hier, um es erneut zu versuchen",
|
32
|
+
"buttonText": "Zum Hochladen klicken",
|
33
|
+
"preview": "Vorschau",
|
34
|
+
"drag": "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
|
35
|
+
"dragHover": "Geben Sie die Datei frei und starten Sie den Upload",
|
36
|
+
"error": "Upload fehlgeschlagen"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Heute",
|
42
|
+
"view": {
|
43
|
+
"month": "Monat",
|
44
|
+
"year": "Jahr",
|
45
|
+
"week": "Woche",
|
46
|
+
"day": "Tag"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Januar",
|
51
|
+
"February": "Februar",
|
52
|
+
"March": "März",
|
53
|
+
"April": "April",
|
54
|
+
"May": "Mai",
|
55
|
+
"June": "Juni",
|
56
|
+
"July": "Juli",
|
57
|
+
"August": "August",
|
58
|
+
"September": "September",
|
59
|
+
"October": "Oktober",
|
60
|
+
"November": "November",
|
61
|
+
"December": "Dezember"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mär",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mai",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Aug",
|
72
|
+
"September": "Sep",
|
73
|
+
"October": "Okt",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dez"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Woche",
|
81
|
+
"monday": "Montag",
|
82
|
+
"tuesday": "Dienstag",
|
83
|
+
"wednesday": "Mittwoch",
|
84
|
+
"thursday": "Donnerstag",
|
85
|
+
"friday": "Freitag",
|
86
|
+
"saturday": "Samstag",
|
87
|
+
"sunday": "Sonntag"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Woche",
|
91
|
+
"monday": "Mo.",
|
92
|
+
"tuesday": "Di.",
|
93
|
+
"wednesday": "Mi.",
|
94
|
+
"thursday": "Do.",
|
95
|
+
"friday": "Fr.",
|
96
|
+
"saturday": "Sa.",
|
97
|
+
"sunday": "So."
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Monat",
|
104
|
+
"year": "Jahr",
|
105
|
+
"week": "Woche",
|
106
|
+
"day": "Tag"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Januar",
|
111
|
+
"February": "Februar",
|
112
|
+
"March": "März",
|
113
|
+
"April": "April",
|
114
|
+
"May": "Mai",
|
115
|
+
"June": "Juni",
|
116
|
+
"July": "Juli",
|
117
|
+
"August": "August",
|
118
|
+
"September": "September",
|
119
|
+
"October": "Oktober",
|
120
|
+
"November": "November",
|
121
|
+
"December": "Dezember"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mär",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mai",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Aug",
|
132
|
+
"September": "Sep",
|
133
|
+
"October": "Okt",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dez"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Woche",
|
141
|
+
"monday": "Montag",
|
142
|
+
"tuesday": "Dienstag",
|
143
|
+
"wednesday": "Mittwoch",
|
144
|
+
"thursday": "Donnerstag",
|
145
|
+
"friday": "Freitag",
|
146
|
+
"saturday": "Samstag",
|
147
|
+
"sunday": "Sonntag"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Woche",
|
151
|
+
"monday": "Mo.",
|
152
|
+
"tuesday": "Di.",
|
153
|
+
"wednesday": "Mi.",
|
154
|
+
"thursday": "Do.",
|
155
|
+
"friday": "Fr.",
|
156
|
+
"saturday": "Sa.",
|
157
|
+
"sunday": "So."
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Bitte wählen Sie ein Datum",
|
162
|
+
"week": "Bitte wählen Sie eine Woche",
|
163
|
+
"month": "Bitte wählen Sie einen Monat",
|
164
|
+
"year": "Bitte wählen Sie ein Jahr aus",
|
165
|
+
"quarter": "Bitte wählen Sie ein Quartal",
|
166
|
+
"time": "Zeit auswählen"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Startdatum", "Endtermin"],
|
170
|
+
"week": ["Woche starten", "Ende der Woche"],
|
171
|
+
"month": ["Startmonat", "Ende Monat"],
|
172
|
+
"year": ["Startjahr", "Ende Jahr"],
|
173
|
+
"quarter": ["Anfangsquartal", "Ende des Quartals"],
|
174
|
+
"time": ["Startzeit", "Endzeit"]
|
175
|
+
},
|
176
|
+
"selectTime": "Zeit auswählen",
|
177
|
+
"today": "Heute",
|
178
|
+
"now": "Jetzt",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Wird geladen"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Vollbild",
|
186
|
+
"rotateRight": "Nach rechts drehen",
|
187
|
+
"rotateLeft": "Nach links drehen",
|
188
|
+
"zoomIn": "Vergrößern",
|
189
|
+
"zoomOut": "Rauszoomen",
|
190
|
+
"originalSize": "Originalgröße"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Kopieren",
|
194
|
+
"copied": "Kopiert",
|
195
|
+
"edit": "Bearbeiten",
|
196
|
+
"collapse": "Falten",
|
197
|
+
"expand": "Erweitern"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Historische Farben",
|
201
|
+
"preset": "Standardfarbe des Systems",
|
202
|
+
"empty": "Noch keine"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"Keine Daten"},r={okText:"OK",cancelText:"Abbrechen"},a={okText:"OK",cancelText:"Abbrechen"},t={okText:"OK",cancelText:"Abbrechen"},o={goto:"Gehe zu",page:"",countPerPage:"/ Seite",total:"Gesamt {0}"},n={okText:"OK",resetText:"Zurücksetzen"},i={start:"Anfang",cancel:"Abbrechen",delete:"löschen",retry:"Klicken Sie hier, um es erneut zu versuchen",buttonText:"Zum Hochladen klicken",preview:"Vorschau",drag:"Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",dragHover:"Geben Sie die Datei frei und starten Sie den Upload",error:"Upload fehlgeschlagen"},u={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Heute",view:{month:"Monat",year:"Jahr",week:"Woche",day:"Tag"},month:{long:{January:"Januar",February:"Februar",March:"März",April:"April",May:"Mai",June:"Juni",July:"Juli",August:"August",September:"September",October:"Oktober",November:"November",December:"Dezember"},short:{January:"Jan",February:"Feb",March:"Mär",April:"Apr",May:"Mai",June:"Jun",July:"Jul",August:"Aug",September:"Sep",October:"Okt",November:"Nov",December:"Dez"}},week:{long:{self:"Woche",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",sunday:"Sonntag"},short:{self:"Woche",monday:"Mo.",tuesday:"Di.",wednesday:"Mi.",thursday:"Do.",friday:"Fr.",saturday:"Sa.",sunday:"So."}}},s={view:{month:"Monat",year:"Jahr",week:"Woche",day:"Tag"},month:{long:{January:"Januar",February:"Februar",March:"März",April:"April",May:"Mai",June:"Juni",July:"Juli",August:"August",September:"September",October:"Oktober",November:"November",December:"Dezember"},short:{January:"Jan",February:"Feb",March:"Mär",April:"Apr",May:"Mai",June:"Jun",July:"Jul",August:"Aug",September:"Sep",October:"Okt",November:"Nov",December:"Dez"}},week:{long:{self:"Woche",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",sunday:"Sonntag"},short:{self:"Woche",monday:"Mo.",tuesday:"Di.",wednesday:"Mi.",thursday:"Do.",friday:"Fr.",saturday:"Sa.",sunday:"So."}},placeholder:{date:"Bitte wählen Sie ein Datum",week:"Bitte wählen Sie eine Woche",month:"Bitte wählen Sie einen Monat",year:"Bitte wählen Sie ein Jahr aus",quarter:"Bitte wählen Sie ein Quartal",time:"Zeit auswählen"},rangePlaceholder:{date:["Startdatum","Endtermin"],week:["Woche starten","Ende der Woche"],month:["Startmonat","Ende Monat"],year:["Startjahr","Ende Jahr"],quarter:["Anfangsquartal","Ende des Quartals"],time:["Startzeit","Endzeit"]},selectTime:"Zeit auswählen",today:"Heute",now:"Jetzt",ok:"OK"},d={loading:"Wird geladen"},l={fullScreen:"Vollbild",rotateRight:"Nach rechts drehen",rotateLeft:"Nach links drehen",zoomIn:"Vergrößern",zoomOut:"Rauszoomen",originalSize:"Originalgröße"},c={copy:"Kopieren",copied:"Kopiert",edit:"Bearbeiten",collapse:"Falten",expand:"Erweitern"},h={history:"Historische Farben",preset:"Standardfarbe des Systems",empty:"Noch keine"},y={empty:e,drawer:r,popconfirm:a,modal:t,pagination:o,table:n,upload:i,calendar:u,datePicker:s,image:d,imagePreview:l,typography:c,colorPicker:h};exports.calendar=u,exports.colorPicker=h,exports.datePicker=s,exports.default=y,exports.drawer=r,exports.empty=e,exports.image=d,exports.imagePreview=l,exports.modal=t,exports.pagination=o,exports.popconfirm=a,exports.table=n,exports.typography=c,exports.upload=i;
|