@cloudtower/parrot 0.0.0-antd5-rc-1 → 0.0.0-commnader-ui-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +86 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +23 -0
- package/dist/locales/index.d.ts +46 -0
- package/dist/locales/zh-CN/index.d.ts +23 -0
- package/dist/umd/index.js +86 -8
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -8,7 +8,7 @@ var cancel$1 = "Cancel";
|
|
8
8
|
var clear_query$1 = "Clear the filter criteria";
|
9
9
|
var close$1 = "Close";
|
10
10
|
var contains$3 = "Contains";
|
11
|
-
var confirm$
|
11
|
+
var confirm$3 = "Confirm";
|
12
12
|
var empty$3 = "No ";
|
13
13
|
var enable$1 = "Enable";
|
14
14
|
var disable$1 = "Disable";
|
@@ -45,6 +45,7 @@ var friday$1 = "Friday";
|
|
45
45
|
var saturday$1 = "Saturday";
|
46
46
|
var sunday$1 = "Sunday";
|
47
47
|
var month$1 = "Month";
|
48
|
+
var year$1 = "Year";
|
48
49
|
var common$1 = {
|
49
50
|
_action_: _action_$1,
|
50
51
|
action: action$1,
|
@@ -53,7 +54,7 @@ var common$1 = {
|
|
53
54
|
clear_query: clear_query$1,
|
54
55
|
close: close$1,
|
55
56
|
contains: contains$3,
|
56
|
-
confirm: confirm$
|
57
|
+
confirm: confirm$3,
|
57
58
|
empty: empty$3,
|
58
59
|
enable: enable$1,
|
59
60
|
disable: disable$1,
|
@@ -89,7 +90,8 @@ var common$1 = {
|
|
89
90
|
friday: friday$1,
|
90
91
|
saturday: saturday$1,
|
91
92
|
sunday: sunday$1,
|
92
|
-
month: month$1
|
93
|
+
month: month$1,
|
94
|
+
year: year$1
|
93
95
|
};
|
94
96
|
|
95
97
|
var contains$2 = "Contains";
|
@@ -145,6 +147,21 @@ var generate_date_preview$1 = "Generate Date Preview";
|
|
145
147
|
var date_with_year_and_month$1 = "{month} {year}";
|
146
148
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
147
149
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
150
|
+
var selected_item_with_count$1 = "{count} items selected";
|
151
|
+
var set_start_time_failed$1 = "Start time should be later than { time }";
|
152
|
+
var set_end_time_failed$1 = "End time should be earlier than { time }";
|
153
|
+
var end_time_cannot_be_less_than_start_time$1 = "End time should be later than start time";
|
154
|
+
var end_date$1 = "End Date";
|
155
|
+
var confirm$2 = "Confirm";
|
156
|
+
var past$1 = "Past";
|
157
|
+
var relative_time$1 = "Relative Time";
|
158
|
+
var absolute_time$1 = "Absolute Time";
|
159
|
+
var empty_search_history$1 = "No search history ";
|
160
|
+
var date_range_picker_history_title$1 = "Recent Search";
|
161
|
+
var search_relative_time_placeholder$1 = "Search relative time";
|
162
|
+
var select_all$1 = "Select All";
|
163
|
+
var unselect_all$1 = "Clear";
|
164
|
+
var other$1 = "Other";
|
148
165
|
var components$1 = {
|
149
166
|
contains: contains$2,
|
150
167
|
custom_column: custom_column$1,
|
@@ -199,7 +216,29 @@ var components$1 = {
|
|
199
216
|
generate_date_preview: generate_date_preview$1,
|
200
217
|
date_with_year_and_month: date_with_year_and_month$1,
|
201
218
|
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
|
202
|
-
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
|
219
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1,
|
220
|
+
selected_item_with_count: selected_item_with_count$1,
|
221
|
+
set_start_time_failed: set_start_time_failed$1,
|
222
|
+
set_end_time_failed: set_end_time_failed$1,
|
223
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$1,
|
224
|
+
end_date: end_date$1,
|
225
|
+
confirm: confirm$2,
|
226
|
+
"monday-simple": "Mon",
|
227
|
+
"tuesday-simple": "Tue",
|
228
|
+
"wednesday-simple": "Wed",
|
229
|
+
"thursday-simple": "Thu",
|
230
|
+
"friday-simple": "Fri",
|
231
|
+
"saturday-simple": "Sat",
|
232
|
+
"sunday-simple": "Sun",
|
233
|
+
past: past$1,
|
234
|
+
relative_time: relative_time$1,
|
235
|
+
absolute_time: absolute_time$1,
|
236
|
+
empty_search_history: empty_search_history$1,
|
237
|
+
date_range_picker_history_title: date_range_picker_history_title$1,
|
238
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
239
|
+
select_all: select_all$1,
|
240
|
+
unselect_all: unselect_all$1,
|
241
|
+
other: other$1
|
203
242
|
};
|
204
243
|
|
205
244
|
var current$1 = "Current value";
|
@@ -224,7 +263,7 @@ var cancel = "取消";
|
|
224
263
|
var clear_query = "清空筛选条件";
|
225
264
|
var close = "关闭";
|
226
265
|
var contains$1 = "包含";
|
227
|
-
var confirm = "确定";
|
266
|
+
var confirm$1 = "确定";
|
228
267
|
var empty$1 = "无";
|
229
268
|
var enable = "启用";
|
230
269
|
var disable = "禁用";
|
@@ -261,6 +300,7 @@ var friday = "周五";
|
|
261
300
|
var saturday = "周六";
|
262
301
|
var sunday = "周日";
|
263
302
|
var month = "月";
|
303
|
+
var year = "年";
|
264
304
|
var common = {
|
265
305
|
_action_: _action_,
|
266
306
|
action: action,
|
@@ -269,7 +309,7 @@ var common = {
|
|
269
309
|
clear_query: clear_query,
|
270
310
|
close: close,
|
271
311
|
contains: contains$1,
|
272
|
-
confirm: confirm,
|
312
|
+
confirm: confirm$1,
|
273
313
|
empty: empty$1,
|
274
314
|
enable: enable,
|
275
315
|
disable: disable,
|
@@ -305,7 +345,8 @@ var common = {
|
|
305
345
|
friday: friday,
|
306
346
|
saturday: saturday,
|
307
347
|
sunday: sunday,
|
308
|
-
month: month
|
348
|
+
month: month,
|
349
|
+
year: year
|
309
350
|
};
|
310
351
|
|
311
352
|
var contains = "包含";
|
@@ -361,6 +402,21 @@ var generate_date_preview = "生成日期预览";
|
|
361
402
|
var date_with_year_and_month = "{year} 年 {month}";
|
362
403
|
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
363
404
|
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
405
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
406
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
407
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
408
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
409
|
+
var end_date = "结束日期";
|
410
|
+
var confirm = "确定";
|
411
|
+
var past = "过去";
|
412
|
+
var relative_time = "相对时间";
|
413
|
+
var absolute_time = "绝对时间";
|
414
|
+
var empty_search_history = "无历史查询";
|
415
|
+
var date_range_picker_history_title = "最近查询";
|
416
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
417
|
+
var select_all = "全选";
|
418
|
+
var unselect_all = "取消全选";
|
419
|
+
var other = "其他";
|
364
420
|
var components = {
|
365
421
|
contains: contains,
|
366
422
|
custom_column: custom_column,
|
@@ -415,7 +471,29 @@ var components = {
|
|
415
471
|
generate_date_preview: generate_date_preview,
|
416
472
|
date_with_year_and_month: date_with_year_and_month,
|
417
473
|
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
418
|
-
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
|
474
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count,
|
475
|
+
selected_item_with_count: selected_item_with_count,
|
476
|
+
set_start_time_failed: set_start_time_failed,
|
477
|
+
set_end_time_failed: set_end_time_failed,
|
478
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time,
|
479
|
+
end_date: end_date,
|
480
|
+
confirm: confirm,
|
481
|
+
"monday-simple": "一",
|
482
|
+
"tuesday-simple": "二",
|
483
|
+
"wednesday-simple": "三",
|
484
|
+
"thursday-simple": "四",
|
485
|
+
"friday-simple": "五",
|
486
|
+
"saturday-simple": "六",
|
487
|
+
"sunday-simple": "日",
|
488
|
+
past: past,
|
489
|
+
relative_time: relative_time,
|
490
|
+
absolute_time: absolute_time,
|
491
|
+
empty_search_history: empty_search_history,
|
492
|
+
date_range_picker_history_title: date_range_picker_history_title,
|
493
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
494
|
+
select_all: select_all,
|
495
|
+
unselect_all: unselect_all,
|
496
|
+
other: other
|
419
497
|
};
|
420
498
|
|
421
499
|
var current = "当前值";
|
package/dist/esm/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"a162-25","name":"common.json"},{"uid":"a162-27","name":"components.json"},{"uid":"a162-29","name":"metric.json"},{"uid":"a162-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"a162-33","name":"common.json"},{"uid":"a162-35","name":"components.json"},{"uid":"a162-37","name":"metric.json"},{"uid":"a162-39","name":"index.ts"}]},{"uid":"a162-41","name":"index.ts"}]},{"uid":"a162-43","name":"parrotI18n.ts"},{"uid":"a162-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"a162-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"a162-24"},"a162-27":{"renderedLength":6557,"gzipLength":0,"brotliLength":0,"metaUid":"a162-26"},"a162-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"a162-28"},"a162-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"a162-30"},"a162-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"a162-32"},"a162-35":{"renderedLength":6124,"gzipLength":0,"brotliLength":0,"metaUid":"a162-34"},"a162-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"a162-36"},"a162-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"a162-38"},"a162-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"a162-40"},"a162-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"a162-42"},"a162-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"a162-44"}},"nodeMetas":{"a162-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"a162-25"},"imported":[],"importedBy":[{"uid":"a162-30"}]},"a162-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"a162-27"},"imported":[],"importedBy":[{"uid":"a162-30"}]},"a162-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"a162-29"},"imported":[],"importedBy":[{"uid":"a162-30"}]},"a162-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"a162-31"},"imported":[{"uid":"a162-24"},{"uid":"a162-26"},{"uid":"a162-28"}],"importedBy":[{"uid":"a162-40"}]},"a162-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"a162-33"},"imported":[],"importedBy":[{"uid":"a162-38"}]},"a162-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"a162-35"},"imported":[],"importedBy":[{"uid":"a162-38"}]},"a162-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"a162-37"},"imported":[],"importedBy":[{"uid":"a162-38"}]},"a162-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"a162-39"},"imported":[{"uid":"a162-32"},{"uid":"a162-34"},{"uid":"a162-36"}],"importedBy":[{"uid":"a162-40"}]},"a162-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"a162-41"},"imported":[{"uid":"a162-30"},{"uid":"a162-38"}],"importedBy":[{"uid":"a162-44"},{"uid":"a162-42"}]},"a162-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"a162-43"},"imported":[{"uid":"a162-46"},{"uid":"a162-47"},{"uid":"a162-40"}],"importedBy":[{"uid":"a162-44"}]},"a162-44":{"id":"/src/index.ts","moduleParts":{"index.js":"a162-45"},"imported":[{"uid":"a162-40"},{"uid":"a162-42"}],"importedBy":[],"isEntry":true},"a162-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"a162-42"}],"isExternal":true},"a162-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"a162-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
@@ -44,6 +44,7 @@ declare const locale: {
|
|
44
44
|
saturday: string;
|
45
45
|
sunday: string;
|
46
46
|
month: string;
|
47
|
+
year: string;
|
47
48
|
};
|
48
49
|
components: {
|
49
50
|
contains: string;
|
@@ -100,6 +101,28 @@ declare const locale: {
|
|
100
101
|
date_with_year_and_month: string;
|
101
102
|
will_generate_one_reporte_with_date_and_time: string;
|
102
103
|
will_generate_report_will_date_and_count: string;
|
104
|
+
selected_item_with_count: string;
|
105
|
+
set_start_time_failed: string;
|
106
|
+
set_end_time_failed: string;
|
107
|
+
end_time_cannot_be_less_than_start_time: string;
|
108
|
+
end_date: string;
|
109
|
+
confirm: string;
|
110
|
+
"monday-simple": string;
|
111
|
+
"tuesday-simple": string;
|
112
|
+
"wednesday-simple": string;
|
113
|
+
"thursday-simple": string;
|
114
|
+
"friday-simple": string;
|
115
|
+
"saturday-simple": string;
|
116
|
+
"sunday-simple": string;
|
117
|
+
past: string;
|
118
|
+
relative_time: string;
|
119
|
+
absolute_time: string;
|
120
|
+
empty_search_history: string;
|
121
|
+
date_range_picker_history_title: string;
|
122
|
+
search_relative_time_placeholder: string;
|
123
|
+
select_all: string;
|
124
|
+
unselect_all: string;
|
125
|
+
other: string;
|
103
126
|
};
|
104
127
|
metric: {
|
105
128
|
current: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -45,6 +45,7 @@ declare const locales: {
|
|
45
45
|
saturday: string;
|
46
46
|
sunday: string;
|
47
47
|
month: string;
|
48
|
+
year: string;
|
48
49
|
};
|
49
50
|
components: {
|
50
51
|
contains: string;
|
@@ -101,6 +102,28 @@ declare const locales: {
|
|
101
102
|
date_with_year_and_month: string;
|
102
103
|
will_generate_one_reporte_with_date_and_time: string;
|
103
104
|
will_generate_report_will_date_and_count: string;
|
105
|
+
selected_item_with_count: string;
|
106
|
+
set_start_time_failed: string;
|
107
|
+
set_end_time_failed: string;
|
108
|
+
end_time_cannot_be_less_than_start_time: string;
|
109
|
+
end_date: string;
|
110
|
+
confirm: string;
|
111
|
+
"monday-simple": string;
|
112
|
+
"tuesday-simple": string;
|
113
|
+
"wednesday-simple": string;
|
114
|
+
"thursday-simple": string;
|
115
|
+
"friday-simple": string;
|
116
|
+
"saturday-simple": string;
|
117
|
+
"sunday-simple": string;
|
118
|
+
past: string;
|
119
|
+
relative_time: string;
|
120
|
+
absolute_time: string;
|
121
|
+
empty_search_history: string;
|
122
|
+
date_range_picker_history_title: string;
|
123
|
+
search_relative_time_placeholder: string;
|
124
|
+
select_all: string;
|
125
|
+
unselect_all: string;
|
126
|
+
other: string;
|
104
127
|
};
|
105
128
|
metric: {
|
106
129
|
current: string;
|
@@ -154,6 +177,7 @@ declare const locales: {
|
|
154
177
|
saturday: string;
|
155
178
|
sunday: string;
|
156
179
|
month: string;
|
180
|
+
year: string;
|
157
181
|
};
|
158
182
|
components: {
|
159
183
|
contains: string;
|
@@ -210,6 +234,28 @@ declare const locales: {
|
|
210
234
|
date_with_year_and_month: string;
|
211
235
|
will_generate_one_reporte_with_date_and_time: string;
|
212
236
|
will_generate_report_will_date_and_count: string;
|
237
|
+
selected_item_with_count: string;
|
238
|
+
set_start_time_failed: string;
|
239
|
+
set_end_time_failed: string;
|
240
|
+
end_time_cannot_be_less_than_start_time: string;
|
241
|
+
end_date: string;
|
242
|
+
confirm: string;
|
243
|
+
"monday-simple": string;
|
244
|
+
"tuesday-simple": string;
|
245
|
+
"wednesday-simple": string;
|
246
|
+
"thursday-simple": string;
|
247
|
+
"friday-simple": string;
|
248
|
+
"saturday-simple": string;
|
249
|
+
"sunday-simple": string;
|
250
|
+
past: string;
|
251
|
+
relative_time: string;
|
252
|
+
absolute_time: string;
|
253
|
+
empty_search_history: string;
|
254
|
+
date_range_picker_history_title: string;
|
255
|
+
search_relative_time_placeholder: string;
|
256
|
+
select_all: string;
|
257
|
+
unselect_all: string;
|
258
|
+
other: string;
|
213
259
|
};
|
214
260
|
metric: {
|
215
261
|
current: string;
|
@@ -44,6 +44,7 @@ declare const locale: {
|
|
44
44
|
saturday: string;
|
45
45
|
sunday: string;
|
46
46
|
month: string;
|
47
|
+
year: string;
|
47
48
|
};
|
48
49
|
components: {
|
49
50
|
contains: string;
|
@@ -100,6 +101,28 @@ declare const locale: {
|
|
100
101
|
date_with_year_and_month: string;
|
101
102
|
will_generate_one_reporte_with_date_and_time: string;
|
102
103
|
will_generate_report_will_date_and_count: string;
|
104
|
+
selected_item_with_count: string;
|
105
|
+
set_start_time_failed: string;
|
106
|
+
set_end_time_failed: string;
|
107
|
+
end_time_cannot_be_less_than_start_time: string;
|
108
|
+
end_date: string;
|
109
|
+
confirm: string;
|
110
|
+
"monday-simple": string;
|
111
|
+
"tuesday-simple": string;
|
112
|
+
"wednesday-simple": string;
|
113
|
+
"thursday-simple": string;
|
114
|
+
"friday-simple": string;
|
115
|
+
"saturday-simple": string;
|
116
|
+
"sunday-simple": string;
|
117
|
+
past: string;
|
118
|
+
relative_time: string;
|
119
|
+
absolute_time: string;
|
120
|
+
empty_search_history: string;
|
121
|
+
date_range_picker_history_title: string;
|
122
|
+
search_relative_time_placeholder: string;
|
123
|
+
select_all: string;
|
124
|
+
unselect_all: string;
|
125
|
+
other: string;
|
103
126
|
};
|
104
127
|
metric: {
|
105
128
|
current: string;
|
package/dist/umd/index.js
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
var clear_query$1 = "Clear the filter criteria";
|
12
12
|
var close$1 = "Close";
|
13
13
|
var contains$3 = "Contains";
|
14
|
-
var confirm$
|
14
|
+
var confirm$3 = "Confirm";
|
15
15
|
var empty$3 = "No ";
|
16
16
|
var enable$1 = "Enable";
|
17
17
|
var disable$1 = "Disable";
|
@@ -48,6 +48,7 @@
|
|
48
48
|
var saturday$1 = "Saturday";
|
49
49
|
var sunday$1 = "Sunday";
|
50
50
|
var month$1 = "Month";
|
51
|
+
var year$1 = "Year";
|
51
52
|
var common$1 = {
|
52
53
|
_action_: _action_$1,
|
53
54
|
action: action$1,
|
@@ -56,7 +57,7 @@
|
|
56
57
|
clear_query: clear_query$1,
|
57
58
|
close: close$1,
|
58
59
|
contains: contains$3,
|
59
|
-
confirm: confirm$
|
60
|
+
confirm: confirm$3,
|
60
61
|
empty: empty$3,
|
61
62
|
enable: enable$1,
|
62
63
|
disable: disable$1,
|
@@ -92,7 +93,8 @@
|
|
92
93
|
friday: friday$1,
|
93
94
|
saturday: saturday$1,
|
94
95
|
sunday: sunday$1,
|
95
|
-
month: month$1
|
96
|
+
month: month$1,
|
97
|
+
year: year$1
|
96
98
|
};
|
97
99
|
|
98
100
|
var contains$2 = "Contains";
|
@@ -148,6 +150,21 @@
|
|
148
150
|
var date_with_year_and_month$1 = "{month} {year}";
|
149
151
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
150
152
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
153
|
+
var selected_item_with_count$1 = "{count} items selected";
|
154
|
+
var set_start_time_failed$1 = "Start time should be later than { time }";
|
155
|
+
var set_end_time_failed$1 = "End time should be earlier than { time }";
|
156
|
+
var end_time_cannot_be_less_than_start_time$1 = "End time should be later than start time";
|
157
|
+
var end_date$1 = "End Date";
|
158
|
+
var confirm$2 = "Confirm";
|
159
|
+
var past$1 = "Past";
|
160
|
+
var relative_time$1 = "Relative Time";
|
161
|
+
var absolute_time$1 = "Absolute Time";
|
162
|
+
var empty_search_history$1 = "No search history ";
|
163
|
+
var date_range_picker_history_title$1 = "Recent Search";
|
164
|
+
var search_relative_time_placeholder$1 = "Search relative time";
|
165
|
+
var select_all$1 = "Select All";
|
166
|
+
var unselect_all$1 = "Clear";
|
167
|
+
var other$1 = "Other";
|
151
168
|
var components$1 = {
|
152
169
|
contains: contains$2,
|
153
170
|
custom_column: custom_column$1,
|
@@ -202,7 +219,29 @@
|
|
202
219
|
generate_date_preview: generate_date_preview$1,
|
203
220
|
date_with_year_and_month: date_with_year_and_month$1,
|
204
221
|
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
|
205
|
-
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
|
222
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1,
|
223
|
+
selected_item_with_count: selected_item_with_count$1,
|
224
|
+
set_start_time_failed: set_start_time_failed$1,
|
225
|
+
set_end_time_failed: set_end_time_failed$1,
|
226
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$1,
|
227
|
+
end_date: end_date$1,
|
228
|
+
confirm: confirm$2,
|
229
|
+
"monday-simple": "Mon",
|
230
|
+
"tuesday-simple": "Tue",
|
231
|
+
"wednesday-simple": "Wed",
|
232
|
+
"thursday-simple": "Thu",
|
233
|
+
"friday-simple": "Fri",
|
234
|
+
"saturday-simple": "Sat",
|
235
|
+
"sunday-simple": "Sun",
|
236
|
+
past: past$1,
|
237
|
+
relative_time: relative_time$1,
|
238
|
+
absolute_time: absolute_time$1,
|
239
|
+
empty_search_history: empty_search_history$1,
|
240
|
+
date_range_picker_history_title: date_range_picker_history_title$1,
|
241
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
242
|
+
select_all: select_all$1,
|
243
|
+
unselect_all: unselect_all$1,
|
244
|
+
other: other$1
|
206
245
|
};
|
207
246
|
|
208
247
|
var current$1 = "Current value";
|
@@ -227,7 +266,7 @@
|
|
227
266
|
var clear_query = "清空筛选条件";
|
228
267
|
var close = "关闭";
|
229
268
|
var contains$1 = "包含";
|
230
|
-
var confirm = "确定";
|
269
|
+
var confirm$1 = "确定";
|
231
270
|
var empty$1 = "无";
|
232
271
|
var enable = "启用";
|
233
272
|
var disable = "禁用";
|
@@ -264,6 +303,7 @@
|
|
264
303
|
var saturday = "周六";
|
265
304
|
var sunday = "周日";
|
266
305
|
var month = "月";
|
306
|
+
var year = "年";
|
267
307
|
var common = {
|
268
308
|
_action_: _action_,
|
269
309
|
action: action,
|
@@ -272,7 +312,7 @@
|
|
272
312
|
clear_query: clear_query,
|
273
313
|
close: close,
|
274
314
|
contains: contains$1,
|
275
|
-
confirm: confirm,
|
315
|
+
confirm: confirm$1,
|
276
316
|
empty: empty$1,
|
277
317
|
enable: enable,
|
278
318
|
disable: disable,
|
@@ -308,7 +348,8 @@
|
|
308
348
|
friday: friday,
|
309
349
|
saturday: saturday,
|
310
350
|
sunday: sunday,
|
311
|
-
month: month
|
351
|
+
month: month,
|
352
|
+
year: year
|
312
353
|
};
|
313
354
|
|
314
355
|
var contains = "包含";
|
@@ -364,6 +405,21 @@
|
|
364
405
|
var date_with_year_and_month = "{year} 年 {month}";
|
365
406
|
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
366
407
|
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
408
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
409
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
410
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
411
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
412
|
+
var end_date = "结束日期";
|
413
|
+
var confirm = "确定";
|
414
|
+
var past = "过去";
|
415
|
+
var relative_time = "相对时间";
|
416
|
+
var absolute_time = "绝对时间";
|
417
|
+
var empty_search_history = "无历史查询";
|
418
|
+
var date_range_picker_history_title = "最近查询";
|
419
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
420
|
+
var select_all = "全选";
|
421
|
+
var unselect_all = "取消全选";
|
422
|
+
var other = "其他";
|
367
423
|
var components = {
|
368
424
|
contains: contains,
|
369
425
|
custom_column: custom_column,
|
@@ -418,7 +474,29 @@
|
|
418
474
|
generate_date_preview: generate_date_preview,
|
419
475
|
date_with_year_and_month: date_with_year_and_month,
|
420
476
|
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
421
|
-
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
|
477
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count,
|
478
|
+
selected_item_with_count: selected_item_with_count,
|
479
|
+
set_start_time_failed: set_start_time_failed,
|
480
|
+
set_end_time_failed: set_end_time_failed,
|
481
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time,
|
482
|
+
end_date: end_date,
|
483
|
+
confirm: confirm,
|
484
|
+
"monday-simple": "一",
|
485
|
+
"tuesday-simple": "二",
|
486
|
+
"wednesday-simple": "三",
|
487
|
+
"thursday-simple": "四",
|
488
|
+
"friday-simple": "五",
|
489
|
+
"saturday-simple": "六",
|
490
|
+
"sunday-simple": "日",
|
491
|
+
past: past,
|
492
|
+
relative_time: relative_time,
|
493
|
+
absolute_time: absolute_time,
|
494
|
+
empty_search_history: empty_search_history,
|
495
|
+
date_range_picker_history_title: date_range_picker_history_title,
|
496
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
497
|
+
select_all: select_all,
|
498
|
+
unselect_all: unselect_all,
|
499
|
+
other: other
|
422
500
|
};
|
423
501
|
|
424
502
|
var current = "当前值";
|
package/dist/umd/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"a162-1","name":"common.json"},{"uid":"a162-3","name":"components.json"},{"uid":"a162-5","name":"metric.json"},{"uid":"a162-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"a162-9","name":"common.json"},{"uid":"a162-11","name":"components.json"},{"uid":"a162-13","name":"metric.json"},{"uid":"a162-15","name":"index.ts"}]},{"uid":"a162-17","name":"index.ts"}]},{"uid":"a162-19","name":"parrotI18n.ts"},{"uid":"a162-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"a162-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"a162-0"},"a162-3":{"renderedLength":6849,"gzipLength":0,"brotliLength":0,"metaUid":"a162-2"},"a162-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"a162-4"},"a162-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"a162-6"},"a162-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"a162-8"},"a162-11":{"renderedLength":6416,"gzipLength":0,"brotliLength":0,"metaUid":"a162-10"},"a162-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"a162-12"},"a162-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"a162-14"},"a162-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"a162-16"},"a162-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"a162-18"},"a162-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"a162-20"}},"nodeMetas":{"a162-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"a162-1"},"imported":[],"importedBy":[{"uid":"a162-6"}]},"a162-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"a162-3"},"imported":[],"importedBy":[{"uid":"a162-6"}]},"a162-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"a162-5"},"imported":[],"importedBy":[{"uid":"a162-6"}]},"a162-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"a162-7"},"imported":[{"uid":"a162-0"},{"uid":"a162-2"},{"uid":"a162-4"}],"importedBy":[{"uid":"a162-16"}]},"a162-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"a162-9"},"imported":[],"importedBy":[{"uid":"a162-14"}]},"a162-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"a162-11"},"imported":[],"importedBy":[{"uid":"a162-14"}]},"a162-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"a162-13"},"imported":[],"importedBy":[{"uid":"a162-14"}]},"a162-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"a162-15"},"imported":[{"uid":"a162-8"},{"uid":"a162-10"},{"uid":"a162-12"}],"importedBy":[{"uid":"a162-16"}]},"a162-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"a162-17"},"imported":[{"uid":"a162-6"},{"uid":"a162-14"}],"importedBy":[{"uid":"a162-20"},{"uid":"a162-18"}]},"a162-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"a162-19"},"imported":[{"uid":"a162-22"},{"uid":"a162-23"},{"uid":"a162-16"}],"importedBy":[{"uid":"a162-20"}]},"a162-20":{"id":"/src/index.ts","moduleParts":{"index.js":"a162-21"},"imported":[{"uid":"a162-16"},{"uid":"a162-18"}],"importedBy":[],"isEntry":true},"a162-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"a162-18"}],"isExternal":true},"a162-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"a162-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/parrot",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-commnader-ui-rc-0",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"typescript": "5.0.2",
|
46
46
|
"vitest": "^0.24.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "47ec1c66401b6768ad6f460ad2c98b9f6ac2f176"
|
49
49
|
}
|