cosey 0.1.4 → 0.2.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 (180) hide show
  1. package/README.md +61 -0
  2. package/components/close/style/index.js +2 -2
  3. package/components/col/col.vue.js +1 -1
  4. package/components/col/style/index.js +3 -3
  5. package/components/config-provider/config-provider.d.ts +2 -0
  6. package/components/config-provider/config-provider.vue.js +13 -3
  7. package/components/context-menu/context-menu.vue.js +4 -4
  8. package/components/context-menu/context-sub-menu.vue.js +2 -2
  9. package/components/context-menu/style/index.js +2 -2
  10. package/components/editor/components/color-picker/color-picker.vue.js +15 -11
  11. package/components/editor/components/color-picker/useHistoryColor.js +3 -3
  12. package/components/editor/components/resize/resize.js +9 -9
  13. package/components/editor/components/resize/resize.style.js +20 -20
  14. package/components/editor/components/resize/resize.vue.js +2 -2
  15. package/components/editor/components/table-toolbar/table-toolbar.style.js +2 -2
  16. package/components/editor/components/table-toolbar/table-toolbar.vue.js +2 -2
  17. package/components/editor/components/toolbar/formats/font.vue.js +5 -1
  18. package/components/editor/components/toolbar/formats/header.vue.js +6 -2
  19. package/components/editor/components/toolbar/formats/link.vue.js +17 -13
  20. package/components/editor/components/toolbar/formats/size.vue.js +5 -1
  21. package/components/editor/components/toolbar/formats/source.vue.d.ts +2 -0
  22. package/components/editor/components/toolbar/formats/source.vue.js +78 -0
  23. package/components/editor/components/toolbar/formats/table.style.js +2 -2
  24. package/components/editor/components/toolbar/formats/video.vue.js +9 -5
  25. package/components/editor/components/toolbar/toolbar.vue.js +5 -0
  26. package/components/editor/formats/font.js +2 -2
  27. package/components/editor/formats/indent.js +1 -1
  28. package/components/editor/formats/kbd.d.ts +7 -0
  29. package/components/editor/formats/kbd.js +13 -0
  30. package/components/editor/modules/image-uploader/formats/image-loading.style.js +2 -2
  31. package/components/editor/quill.js +8 -6
  32. package/components/editor/style/index.js +25 -16
  33. package/components/field/components/autocomplete/autocomplete.vue.js +5 -1
  34. package/components/field/components/cascader/cascader.vue.js +5 -1
  35. package/components/field/components/checkbox-group/checkbox-group.vue.js +1 -1
  36. package/components/field/components/checkbox-group/panel.vue.js +10 -5
  37. package/components/field/components/date/date.vue.js +5 -1
  38. package/components/field/components/date-range/date-range.vue.js +6 -2
  39. package/components/field/components/date-time/date-time.vue.js +5 -1
  40. package/components/field/components/date-time-range/date-time-range.vue.js +6 -2
  41. package/components/field/components/dates/dates.vue.js +5 -1
  42. package/components/field/components/input/input.vue.js +5 -1
  43. package/components/field/components/input-tag/input-tag.vue.js +5 -1
  44. package/components/field/components/mention/mention.vue.js +5 -1
  45. package/components/field/components/month/month.vue.js +5 -1
  46. package/components/field/components/month-range/month-range.vue.js +6 -2
  47. package/components/field/components/months/months.vue.js +5 -1
  48. package/components/field/components/password/password.vue.js +5 -1
  49. package/components/field/components/select/select.d.ts +2 -2
  50. package/components/field/components/select/select.js +3 -3
  51. package/components/field/components/select/select.vue.js +5 -1
  52. package/components/field/components/select-v2/select-v2.d.ts +6 -3
  53. package/components/field/components/select-v2/select-v2.js +9 -0
  54. package/components/field/components/select-v2/select-v2.vue.js +21 -3
  55. package/components/field/components/textarea/textarea.vue.js +5 -1
  56. package/components/field/components/time/time.vue.js +5 -1
  57. package/components/field/components/time-range/time-range.vue.js +6 -2
  58. package/components/field/components/time-select/time-select.vue.js +5 -1
  59. package/components/field/components/tree-select/tree-select.vue.js +5 -1
  60. package/components/field/components/week/week.vue.js +6 -2
  61. package/components/field/components/year/year.vue.js +5 -1
  62. package/components/field/components/year-range/year-range.vue.js +6 -2
  63. package/components/field/components/years/years.vue.js +5 -1
  64. package/components/form/form-item.d.ts +1 -1
  65. package/components/form/form.d.ts +2 -0
  66. package/components/form/form.js +2 -2
  67. package/components/form/form.vue.d.ts +5 -0
  68. package/components/form/form.vue.js +6 -2
  69. package/components/form/index.d.ts +10 -1
  70. package/components/form/useBubbleTemplate.js +13 -5
  71. package/components/form-dialog/form-dialog.js +2 -2
  72. package/components/form-dialog/index.d.ts +4 -1552
  73. package/components/form-list/form-list.js +1 -1
  74. package/components/form-list/form-list.vue.js +5 -1
  75. package/components/form-list/index.d.ts +1 -1
  76. package/components/form-query/form-query.d.ts +2 -0
  77. package/components/form-query/form-query.vue.d.ts +5 -0
  78. package/components/form-query/form-query.vue.js +13 -7
  79. package/components/form-query/index.d.ts +9 -0
  80. package/components/highlight/style/index.js +2 -2
  81. package/components/horizontal-tree/horizontal-tree.vue.js +11 -6
  82. package/components/image-card/image-card.d.ts +1 -8
  83. package/components/image-card/image-card.vue.d.ts +4 -18
  84. package/components/image-card/index.d.ts +8 -29
  85. package/components/long-text/style/index.js +2 -2
  86. package/components/mask/style/index.js +2 -2
  87. package/components/row/row.vue.js +1 -1
  88. package/components/scroll-view/scroll-view.vue.js +1 -1
  89. package/components/scroll-view/style/index.js +9 -9
  90. package/components/table/index.d.ts +73 -78
  91. package/components/table/table-column/renderer.d.ts +2 -1
  92. package/components/table/table-column/renderer.js +2 -2
  93. package/components/table/table-column/table-column.d.ts +15 -15
  94. package/components/table/table-column/table-column.vue.d.ts +9 -5
  95. package/components/table/table-column/table-column.vue.js +5 -1
  96. package/components/table/table-column-editor/table-column-editor.vue.js +22 -14
  97. package/components/table/table-export/table-export.vue.js +31 -26
  98. package/components/table/table-query/table-query.d.ts +2 -0
  99. package/components/table/table-query/table-query.vue.d.ts +5 -0
  100. package/components/table/table.d.ts +22 -25
  101. package/components/table/table.vue.d.ts +45 -51
  102. package/components/table/table.vue.js +13 -9
  103. package/components/table/useTable.d.ts +2 -1
  104. package/components/table/useTable.js +2 -2
  105. package/components/table-action/index.d.ts +48 -6
  106. package/components/table-action/item.d.ts +16 -2
  107. package/components/table-action/item.vue.d.ts +34 -6
  108. package/components/table-action/item.vue.js +15 -9
  109. package/components/table-action/table-action.vue.d.ts +16 -2
  110. package/components/toggle/toggle.vue.js +5 -1
  111. package/components/upload/style/index.js +2 -2
  112. package/components/upload/upload-item.vue.d.ts +2 -2
  113. package/components/upload/upload-item.vue.js +16 -9
  114. package/components/upload/upload.vue.js +7 -1
  115. package/config/index.d.ts +1 -2
  116. package/config/index.js +2 -2
  117. package/config/nprogress.style.js +5 -5
  118. package/config/root-config-provider.vue.js +5 -5
  119. package/constant.d.ts +2 -2
  120. package/constant.js +2 -2
  121. package/hooks/index.d.ts +1 -0
  122. package/hooks/index.js +2 -1
  123. package/hooks/useColorScheme.js +4 -4
  124. package/hooks/useDir.d.ts +2 -0
  125. package/hooks/useDir.js +20 -0
  126. package/hooks/useEcharts.d.ts +3 -2
  127. package/hooks/useEcharts.js +15 -3
  128. package/hooks/useLocale.d.ts +23 -371
  129. package/hooks/useLocale.js +26 -35
  130. package/hooks/useUpsert.d.ts +5 -3
  131. package/hooks/useUpsert.js +33 -25
  132. package/index.d.ts +1 -1
  133. package/index.js +4 -4
  134. package/layout/layout-auth/style/index.js +6 -6
  135. package/layout/layout-breadcrumb/layout-breadcrumb.vue.js +6 -2
  136. package/layout/layout-change-password/layout-change-password.vue.js +28 -22
  137. package/layout/layout-content/layout-content.vue.js +1 -1
  138. package/layout/layout-content/style/index.js +1 -1
  139. package/layout/layout-forbidden/layout-forbidden.vue.js +11 -6
  140. package/layout/layout-header/layout-header.vue.js +4 -4
  141. package/layout/layout-header/style/index.js +3 -3
  142. package/layout/layout-iframe/style/index.js +2 -2
  143. package/layout/layout-internal-server-error/layout-internal-server-error.vue.js +11 -6
  144. package/layout/layout-login/layout-login.vue.js +19 -14
  145. package/layout/layout-main/layout-main.vue.js +1 -1
  146. package/layout/layout-menu/layout-menu.vue.js +5 -1
  147. package/layout/layout-menu/style/index.js +1 -1
  148. package/layout/layout-not-found/layout-not-found.vue.js +11 -6
  149. package/layout/layout-search/layout-search.vue.js +22 -14
  150. package/layout/layout-sidebar/layout-sidebar.vue.js +8 -5
  151. package/layout/layout-sidebar/style/index.js +2 -2
  152. package/layout/layout-snug-aside/style/index.js +1 -1
  153. package/layout/layout-tabbar/layout-tabbar.vue.js +21 -13
  154. package/layout/layout-tabbar/style/index.js +1 -1
  155. package/layout/layout-top-snug-menu/layout-top-snug-menu.vue.js +24 -17
  156. package/layout/layout-user-menu/layout-user-menu.vue.js +10 -6
  157. package/locale/index.d.ts +10 -0
  158. package/locale/index.js +2 -0
  159. package/locale/lang/ar.d.ts +280 -0
  160. package/locale/lang/ar.js +129 -0
  161. package/locale/lang/en.d.ts +302 -0
  162. package/locale/lang/en.js +129 -0
  163. package/locale/lang/zh-cn.d.ts +301 -0
  164. package/locale/lang/zh-cn.js +129 -0
  165. package/package.json +10 -8
  166. package/request/useRequest.js +31 -23
  167. package/store/index.d.ts +1 -1
  168. package/store/index.js +6 -3
  169. package/store/layout.js +208 -190
  170. package/store/plugin.d.ts +9 -0
  171. package/store/plugin.js +22 -0
  172. package/store/user.d.ts +1 -1
  173. package/utils/css.d.ts +4 -0
  174. package/utils/css.js +5 -2
  175. package/utils/excel/bookFormats.js +5 -5
  176. package/utils/excel/xlsx.js +2 -2
  177. package/utils/index.js +1 -1
  178. package/utils/message-box.js +3 -1
  179. package/utils/tree.js +2 -2
  180. package/components/form-dialog/form-dialog.vue.d.ts +0 -675
@@ -0,0 +1,280 @@
1
+ declare const _default: {
2
+ co: {
3
+ common: {
4
+ pleaseInput: string;
5
+ pleaseSelect: string;
6
+ checkAll: string;
7
+ confirm: string;
8
+ cancel: string;
9
+ noData: string;
10
+ reload: string;
11
+ addSuccess: string;
12
+ editSuccess: string;
13
+ exportSuccess: string;
14
+ add: string;
15
+ edit: string;
16
+ yes: string;
17
+ no: string;
18
+ delete: string;
19
+ back: string;
20
+ warning: string;
21
+ close: string;
22
+ home: string;
23
+ };
24
+ form: {
25
+ weekOfYear: string;
26
+ submit: string;
27
+ reset: string;
28
+ search: string;
29
+ };
30
+ colorPicker: {
31
+ preset: string;
32
+ recents: string;
33
+ manual: string;
34
+ };
35
+ editor: {
36
+ defaultFont: string;
37
+ defaultFontSize: string;
38
+ leading: string;
39
+ mainBody: string;
40
+ displayedText: string;
41
+ openLinkAt: string;
42
+ removeLink: string;
43
+ openLink: string;
44
+ edit: string;
45
+ insert: string;
46
+ link: string;
47
+ currentWindow: string;
48
+ newWindow: string;
49
+ sourceCode: string;
50
+ width: string;
51
+ height: string;
52
+ video: string;
53
+ };
54
+ table: {
55
+ export: string;
56
+ exportData: string;
57
+ exitFullScreen: string;
58
+ fullScreen: string;
59
+ columnSettings: string;
60
+ restoreDefault: string;
61
+ filename: string;
62
+ fileType: string;
63
+ selectField: string;
64
+ paramConfig: string;
65
+ header: string;
66
+ groupHeader: string;
67
+ };
68
+ toggle: {
69
+ unfold: string;
70
+ fold: string;
71
+ };
72
+ upload: {
73
+ cancelUpload: string;
74
+ reUpload: string;
75
+ maxUpload: string;
76
+ };
77
+ colorScheme: {
78
+ auto: string;
79
+ light: string;
80
+ dark: string;
81
+ };
82
+ export: {
83
+ csvLabel: string;
84
+ xlsxLabel: string;
85
+ htmlLabel: string;
86
+ xmlLabel: string;
87
+ txtLabel: string;
88
+ };
89
+ auth: {
90
+ changePassword: string;
91
+ enterCurrentPassword: string;
92
+ currentPassword: string;
93
+ enterNewPassword: string;
94
+ newPassword: string;
95
+ enterConfirmPassword: string;
96
+ confirmPassword: string;
97
+ passwordNotMatch: string;
98
+ loginAgain: string;
99
+ login: string;
100
+ enterUsername: string;
101
+ username: string;
102
+ enterPassword: string;
103
+ password: string;
104
+ logout: string;
105
+ };
106
+ tabbar: {
107
+ closeLeftTabs: string;
108
+ closeRightTabs: string;
109
+ closeOtherTabs: string;
110
+ };
111
+ search: {
112
+ searchPage: string;
113
+ noResults: string;
114
+ select: string;
115
+ switch: string;
116
+ };
117
+ exception: {
118
+ backToHome: string;
119
+ serverError: string;
120
+ noPermission: string;
121
+ pageNotFound: string;
122
+ };
123
+ };
124
+ name: string;
125
+ el: {
126
+ breadcrumb: {
127
+ label: string;
128
+ };
129
+ colorpicker: {
130
+ confirm: string;
131
+ clear: string;
132
+ defaultLabel: string;
133
+ description: string;
134
+ };
135
+ datepicker: {
136
+ now: string;
137
+ today: string;
138
+ cancel: string;
139
+ clear: string;
140
+ confirm: string;
141
+ dateTablePrompt: string;
142
+ monthTablePrompt: string;
143
+ yearTablePrompt: string;
144
+ selectDate: string;
145
+ selectTime: string;
146
+ startDate: string;
147
+ startTime: string;
148
+ endDate: string;
149
+ endTime: string;
150
+ prevYear: string;
151
+ nextYear: string;
152
+ prevMonth: string;
153
+ nextMonth: string;
154
+ year: string;
155
+ month1: string;
156
+ month2: string;
157
+ month3: string;
158
+ month4: string;
159
+ month5: string;
160
+ month6: string;
161
+ month7: string;
162
+ month8: string;
163
+ month9: string;
164
+ month10: string;
165
+ month11: string;
166
+ month12: string;
167
+ week: string;
168
+ weeks: {
169
+ sun: string;
170
+ mon: string;
171
+ tue: string;
172
+ wed: string;
173
+ thu: string;
174
+ fri: string;
175
+ sat: string;
176
+ };
177
+ months: {
178
+ jan: string;
179
+ feb: string;
180
+ mar: string;
181
+ apr: string;
182
+ may: string;
183
+ jun: string;
184
+ jul: string;
185
+ aug: string;
186
+ sep: string;
187
+ oct: string;
188
+ nov: string;
189
+ dec: string;
190
+ };
191
+ };
192
+ inputNumber: {
193
+ decrease: string;
194
+ increase: string;
195
+ };
196
+ select: {
197
+ loading: string;
198
+ noMatch: string;
199
+ noData: string;
200
+ placeholder: string;
201
+ };
202
+ mention: {
203
+ loading: string;
204
+ };
205
+ dropdown: {
206
+ toggleDropdown: string;
207
+ };
208
+ cascader: {
209
+ noMatch: string;
210
+ loading: string;
211
+ placeholder: string;
212
+ noData: string;
213
+ };
214
+ pagination: {
215
+ goto: string;
216
+ pagesize: string;
217
+ total: string;
218
+ pageClassifier: string;
219
+ page: string;
220
+ prev: string;
221
+ next: string;
222
+ currentPage: string;
223
+ prevPages: string;
224
+ nextPages: string;
225
+ };
226
+ dialog: {
227
+ close: string;
228
+ };
229
+ drawer: {
230
+ close: string;
231
+ };
232
+ messagebox: {
233
+ title: string;
234
+ confirm: string;
235
+ cancel: string;
236
+ error: string;
237
+ close: string;
238
+ };
239
+ upload: {
240
+ deleteTip: string;
241
+ delete: string;
242
+ preview: string;
243
+ continue: string;
244
+ };
245
+ table: {
246
+ emptyText: string;
247
+ confirmFilter: string;
248
+ resetFilter: string;
249
+ clearFilter: string;
250
+ sumText: string;
251
+ };
252
+ tree: {
253
+ emptyText: string;
254
+ };
255
+ transfer: {
256
+ noMatch: string;
257
+ noData: string;
258
+ titles: string[];
259
+ filterPlaceholder: string;
260
+ noCheckedFormat: string;
261
+ hasCheckedFormat: string;
262
+ };
263
+ image: {
264
+ error: string;
265
+ };
266
+ pageHeader: {
267
+ title: string;
268
+ };
269
+ popconfirm: {
270
+ confirmButtonText: string;
271
+ cancelButtonText: string;
272
+ };
273
+ carousel: {
274
+ leftArrow: string;
275
+ rightArrow: string;
276
+ indicator: string;
277
+ };
278
+ };
279
+ };
280
+ export default _default;
@@ -0,0 +1,129 @@
1
+ import ar from 'element-plus/es/locale/lang/ar';
2
+
3
+ var stdin_default = {
4
+ ...ar,
5
+ co: {
6
+ common: {
7
+ pleaseInput: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u062F\u062E\u0627\u0644",
8
+ pleaseSelect: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u062E\u062A\u064A\u0627\u0631",
9
+ checkAll: "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644",
10
+ confirm: "\u062A\u0623\u0643\u064A\u062F",
11
+ cancel: "\u0625\u0644\u063A\u0627\u0621",
12
+ noData: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",
13
+ reload: "\u062A\u062D\u062F\u064A\u062B",
14
+ addSuccess: "\u062A\u0645\u062A \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0628\u0646\u062C\u0627\u062D",
15
+ editSuccess: "\u062A\u0645 \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0628\u0646\u062C\u0627\u062D",
16
+ exportSuccess: "\u062A\u0645 \u0627\u0644\u062A\u0635\u062F\u064A\u0631 \u0628\u0646\u062C\u0627\u062D",
17
+ add: "\u0625\u0636\u0627\u0641\u0629",
18
+ edit: "\u062A\u0639\u062F\u064A\u0644",
19
+ yes: "\u0646\u0639\u0645",
20
+ no: "\u0644\u0627",
21
+ delete: "\u062D\u0630\u0641",
22
+ back: "\u0631\u062C\u0648\u0639",
23
+ warning: "\u062A\u062D\u0630\u064A\u0631",
24
+ close: "\u0625\u063A\u0644\u0627\u0642",
25
+ home: "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629"
26
+ },
27
+ form: {
28
+ weekOfYear: "\u0627\u0644\u0623\u0633\u0628\u0648\u0639 w \u0645\u0646 \u0633\u0646\u0629 YYYY",
29
+ submit: "\u0625\u0631\u0633\u0627\u0644",
30
+ reset: "\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646",
31
+ search: "\u0628\u062D\u062B"
32
+ },
33
+ colorPicker: {
34
+ preset: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0633\u0628\u0642\u0629",
35
+ recents: "\u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0645\u0624\u062E\u0631\u0627\u064B",
36
+ manual: "\u0625\u0639\u062F\u0627\u062F \u064A\u062F\u0648\u064A"
37
+ },
38
+ editor: {
39
+ defaultFont: "\u0627\u0644\u062E\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
40
+ defaultFontSize: "\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
41
+ leading: "\u0627\u0644\u0639\u0646\u0648\u0627\u0646",
42
+ mainBody: "\u0627\u0644\u0646\u0635 \u0627\u0644\u0631\u0626\u064A\u0633\u064A",
43
+ displayedText: "\u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u0639\u0631\u0648\u0636",
44
+ openLinkAt: "\u0641\u062A\u062D \u0627\u0644\u0631\u0627\u0628\u0637 \u0641\u064A",
45
+ removeLink: "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0628\u0637",
46
+ openLink: "\u0641\u062A\u062D \u0627\u0644\u0631\u0627\u0628\u0637",
47
+ edit: "\u062A\u0639\u062F\u064A\u0644",
48
+ insert: "\u0625\u062F\u0631\u0627\u062C",
49
+ link: "\u0631\u0627\u0628\u0637",
50
+ currentWindow: "\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",
51
+ newWindow: "\u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629",
52
+ sourceCode: "\u0627\u0644\u0643\u0648\u062F \u0627\u0644\u0645\u0635\u062F\u0631\u064A",
53
+ width: "\u0627\u0644\u0639\u0631\u0636",
54
+ height: "\u0627\u0644\u0627\u0631\u062A\u0641\u0627\u0639",
55
+ video: "\u0641\u064A\u062F\u064A\u0648"
56
+ },
57
+ table: {
58
+ export: "\u062A\u0635\u062F\u064A\u0631",
59
+ exportData: "\u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
60
+ exitFullScreen: "\u0627\u0644\u062E\u0631\u0648\u062C \u0645\u0646 \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629",
61
+ fullScreen: "\u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629",
62
+ columnSettings: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629",
63
+ restoreDefault: "\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",
64
+ filename: "\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",
65
+ fileType: "\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641",
66
+ selectField: "\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u062D\u0642\u0644",
67
+ paramConfig: "\u0636\u0628\u0637 \u0627\u0644\u0645\u0639\u0627\u064A\u064A\u0631",
68
+ header: "\u0631\u0623\u0633 \u0627\u0644\u062C\u062F\u0648\u0644",
69
+ groupHeader: "\u0631\u0623\u0633 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629"
70
+ },
71
+ toggle: {
72
+ unfold: "\u0625\u0638\u0647\u0627\u0631",
73
+ fold: "\u0625\u062E\u0641\u0627\u0621"
74
+ },
75
+ upload: {
76
+ cancelUpload: "\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",
77
+ reUpload: "\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",
78
+ maxUpload: "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u062A\u062D\u0645\u064A\u0644 {num} \u0645\u0644\u0641"
79
+ },
80
+ colorScheme: {
81
+ auto: "\u062A\u0644\u0642\u0627\u0626\u064A (\u062D\u0633\u0628 \u0627\u0644\u0646\u0638\u0627\u0645)",
82
+ light: "\u0641\u0627\u062A\u062D",
83
+ dark: "\u063A\u0627\u0645\u0642"
84
+ },
85
+ export: {
86
+ csvLabel: "CSV (\u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0648\u0627\u0635\u0644)",
87
+ xlsxLabel: "\u0645\u0644\u0641 Microsoft Excel",
88
+ htmlLabel: "\u0645\u0644\u0641 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628",
89
+ xmlLabel: "\u062C\u062F\u0648\u0644 XML",
90
+ txtLabel: "\u0646\u0635 Unicode"
91
+ },
92
+ auth: {
93
+ changePassword: "\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",
94
+ enterCurrentPassword: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u062F\u062E\u0627\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",
95
+ currentPassword: "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",
96
+ enterNewPassword: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u062F\u062E\u0627\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062C\u062F\u064A\u062F\u0629",
97
+ newPassword: "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062C\u062F\u064A\u062F\u0629",
98
+ enterConfirmPassword: "\u0627\u0644\u0631\u062C\u0627\u0621 \u062A\u0623\u0643\u064A\u062F \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",
99
+ confirmPassword: "\u062A\u0623\u0643\u064A\u062F \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",
100
+ passwordNotMatch: "\u0643\u0644\u0645\u062A\u0627 \u0627\u0644\u0645\u0631\u0648\u0631 \u063A\u064A\u0631 \u0645\u062A\u0637\u0627\u0628\u0642\u062A\u064A\u0646",
101
+ loginAgain: "\u062A\u0645 \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0628\u0646\u062C\u0627\u062D\u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",
102
+ login: "\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",
103
+ enterUsername: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u062F\u062E\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645",
104
+ username: "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645",
105
+ enterPassword: "\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u062F\u062E\u0627\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",
106
+ password: "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",
107
+ logout: "\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062E\u0631\u0648\u062C"
108
+ },
109
+ tabbar: {
110
+ closeLeftTabs: "\u0625\u063A\u0644\u0627\u0642 \u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u064A\u0633\u0631\u0649",
111
+ closeRightTabs: "\u0625\u063A\u0644\u0627\u0642 \u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u064A\u0645\u0646\u0649",
112
+ closeOtherTabs: "\u0625\u063A\u0644\u0627\u0642 \u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u0623\u062E\u0631\u0649"
113
+ },
114
+ search: {
115
+ searchPage: "\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0627\u062A",
116
+ noResults: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B",
117
+ select: "\u0627\u062E\u062A\u064A\u0627\u0631",
118
+ switch: "\u062A\u0628\u062F\u064A\u0644"
119
+ },
120
+ exception: {
121
+ backToHome: "\u0627\u0644\u0639\u0648\u062F\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",
122
+ serverError: "\u0639\u0630\u0631\u0627\u064B\u060C \u062D\u062F\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u0627\u062F\u0645.",
123
+ noPermission: "\u0639\u0630\u0631\u0627\u064B\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.",
124
+ pageNotFound: "\u0639\u0630\u0631\u0627\u064B\u060C \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u064A \u062A\u0628\u062D\u062B \u0639\u0646\u0647\u0627 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629."
125
+ }
126
+ }
127
+ };
128
+
129
+ export { stdin_default as default };
@@ -0,0 +1,302 @@
1
+ declare const _default: {
2
+ co: {
3
+ common: {
4
+ pleaseInput: string;
5
+ pleaseSelect: string;
6
+ checkAll: string;
7
+ confirm: string;
8
+ cancel: string;
9
+ noData: string;
10
+ addSuccess: string;
11
+ editSuccess: string;
12
+ exportSuccess: string;
13
+ add: string;
14
+ edit: string;
15
+ yes: string;
16
+ no: string;
17
+ delete: string;
18
+ back: string;
19
+ warning: string;
20
+ reload: string;
21
+ close: string;
22
+ home: string;
23
+ };
24
+ form: {
25
+ weekOfYear: string;
26
+ submit: string;
27
+ reset: string;
28
+ search: string;
29
+ };
30
+ colorPicker: {
31
+ preset: string;
32
+ recents: string;
33
+ manual: string;
34
+ };
35
+ editor: {
36
+ defaultFont: string;
37
+ defaultFontSize: string;
38
+ leading: string;
39
+ mainBody: string;
40
+ displayedText: string;
41
+ openLinkAt: string;
42
+ removeLink: string;
43
+ openLink: string;
44
+ edit: string;
45
+ insert: string;
46
+ link: string;
47
+ currentWindow: string;
48
+ newWindow: string;
49
+ sourceCode: string;
50
+ width: string;
51
+ height: string;
52
+ video: string;
53
+ };
54
+ table: {
55
+ export: string;
56
+ exportData: string;
57
+ exitFullScreen: string;
58
+ fullScreen: string;
59
+ columnSettings: string;
60
+ restoreDefault: string;
61
+ filename: string;
62
+ fileType: string;
63
+ selectField: string;
64
+ paramConfig: string;
65
+ header: string;
66
+ groupHeader: string;
67
+ };
68
+ toggle: {
69
+ unfold: string;
70
+ fold: string;
71
+ };
72
+ upload: {
73
+ cancelUpload: string;
74
+ reUpload: string;
75
+ maxUpload: string;
76
+ };
77
+ colorScheme: {
78
+ auto: string;
79
+ light: string;
80
+ dark: string;
81
+ };
82
+ export: {
83
+ csvLabel: string;
84
+ xlsxLabel: string;
85
+ htmlLabel: string;
86
+ xmlLabel: string;
87
+ txtLabel: string;
88
+ };
89
+ auth: {
90
+ changePassword: string;
91
+ enterCurrentPassword: string;
92
+ currentPassword: string;
93
+ enterNewPassword: string;
94
+ newPassword: string;
95
+ enterConfirmPassword: string;
96
+ confirmPassword: string;
97
+ passwordNotMatch: string;
98
+ loginAgain: string;
99
+ login: string;
100
+ enterUsername: string;
101
+ username: string;
102
+ enterPassword: string;
103
+ password: string;
104
+ logout: string;
105
+ };
106
+ tabbar: {
107
+ closeLeftTabs: string;
108
+ closeRightTabs: string;
109
+ closeOtherTabs: string;
110
+ };
111
+ search: {
112
+ searchPage: string;
113
+ noResults: string;
114
+ select: string;
115
+ switch: string;
116
+ };
117
+ exception: {
118
+ backToHome: string;
119
+ serverError: string;
120
+ noPermission: string;
121
+ pageNotFound: string;
122
+ };
123
+ };
124
+ name: string;
125
+ el: {
126
+ breadcrumb: {
127
+ label: string;
128
+ };
129
+ colorpicker: {
130
+ confirm: string;
131
+ clear: string;
132
+ defaultLabel: string;
133
+ description: string;
134
+ alphaLabel: string;
135
+ };
136
+ datepicker: {
137
+ now: string;
138
+ today: string;
139
+ cancel: string;
140
+ clear: string;
141
+ confirm: string;
142
+ dateTablePrompt: string;
143
+ monthTablePrompt: string;
144
+ yearTablePrompt: string;
145
+ selectedDate: string;
146
+ selectDate: string;
147
+ selectTime: string;
148
+ startDate: string;
149
+ startTime: string;
150
+ endDate: string;
151
+ endTime: string;
152
+ prevYear: string;
153
+ nextYear: string;
154
+ prevMonth: string;
155
+ nextMonth: string;
156
+ year: string;
157
+ month1: string;
158
+ month2: string;
159
+ month3: string;
160
+ month4: string;
161
+ month5: string;
162
+ month6: string;
163
+ month7: string;
164
+ month8: string;
165
+ month9: string;
166
+ month10: string;
167
+ month11: string;
168
+ month12: string;
169
+ week: string;
170
+ weeks: {
171
+ sun: string;
172
+ mon: string;
173
+ tue: string;
174
+ wed: string;
175
+ thu: string;
176
+ fri: string;
177
+ sat: string;
178
+ };
179
+ weeksFull: {
180
+ sun: string;
181
+ mon: string;
182
+ tue: string;
183
+ wed: string;
184
+ thu: string;
185
+ fri: string;
186
+ sat: string;
187
+ };
188
+ months: {
189
+ jan: string;
190
+ feb: string;
191
+ mar: string;
192
+ apr: string;
193
+ may: string;
194
+ jun: string;
195
+ jul: string;
196
+ aug: string;
197
+ sep: string;
198
+ oct: string;
199
+ nov: string;
200
+ dec: string;
201
+ };
202
+ };
203
+ inputNumber: {
204
+ decrease: string;
205
+ increase: string;
206
+ };
207
+ select: {
208
+ loading: string;
209
+ noMatch: string;
210
+ noData: string;
211
+ placeholder: string;
212
+ };
213
+ mention: {
214
+ loading: string;
215
+ };
216
+ dropdown: {
217
+ toggleDropdown: string;
218
+ };
219
+ cascader: {
220
+ noMatch: string;
221
+ loading: string;
222
+ placeholder: string;
223
+ noData: string;
224
+ };
225
+ pagination: {
226
+ goto: string;
227
+ pagesize: string;
228
+ total: string;
229
+ pageClassifier: string;
230
+ page: string;
231
+ prev: string;
232
+ next: string;
233
+ currentPage: string;
234
+ prevPages: string;
235
+ nextPages: string;
236
+ deprecationWarning: string;
237
+ };
238
+ dialog: {
239
+ close: string;
240
+ };
241
+ drawer: {
242
+ close: string;
243
+ };
244
+ messagebox: {
245
+ title: string;
246
+ confirm: string;
247
+ cancel: string;
248
+ error: string;
249
+ close: string;
250
+ };
251
+ upload: {
252
+ deleteTip: string;
253
+ delete: string;
254
+ preview: string;
255
+ continue: string;
256
+ };
257
+ slider: {
258
+ defaultLabel: string;
259
+ defaultRangeStartLabel: string;
260
+ defaultRangeEndLabel: string;
261
+ };
262
+ table: {
263
+ emptyText: string;
264
+ confirmFilter: string;
265
+ resetFilter: string;
266
+ clearFilter: string;
267
+ sumText: string;
268
+ };
269
+ tour: {
270
+ next: string;
271
+ previous: string;
272
+ finish: string;
273
+ };
274
+ tree: {
275
+ emptyText: string;
276
+ };
277
+ transfer: {
278
+ noMatch: string;
279
+ noData: string;
280
+ titles: string[];
281
+ filterPlaceholder: string;
282
+ noCheckedFormat: string;
283
+ hasCheckedFormat: string;
284
+ };
285
+ image: {
286
+ error: string;
287
+ };
288
+ pageHeader: {
289
+ title: string;
290
+ };
291
+ popconfirm: {
292
+ confirmButtonText: string;
293
+ cancelButtonText: string;
294
+ };
295
+ carousel: {
296
+ leftArrow: string;
297
+ rightArrow: string;
298
+ indicator: string;
299
+ };
300
+ };
301
+ };
302
+ export default _default;