@cloudtower/parrot 0.0.0-antd5-rc-0 → 0.0.0-double-rc-1
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 +82 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +22 -0
- package/dist/locales/index.d.ts +44 -0
- package/dist/locales/zh-CN/index.d.ts +22 -0
- package/dist/umd/index.js +82 -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,20 @@ 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";
|
148
164
|
var components$1 = {
|
149
165
|
contains: contains$2,
|
150
166
|
custom_column: custom_column$1,
|
@@ -199,7 +215,28 @@ var components$1 = {
|
|
199
215
|
generate_date_preview: generate_date_preview$1,
|
200
216
|
date_with_year_and_month: date_with_year_and_month$1,
|
201
217
|
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
|
218
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1,
|
219
|
+
selected_item_with_count: selected_item_with_count$1,
|
220
|
+
set_start_time_failed: set_start_time_failed$1,
|
221
|
+
set_end_time_failed: set_end_time_failed$1,
|
222
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$1,
|
223
|
+
end_date: end_date$1,
|
224
|
+
confirm: confirm$2,
|
225
|
+
"monday-simple": "Mon",
|
226
|
+
"tuesday-simple": "Tue",
|
227
|
+
"wednesday-simple": "Wed",
|
228
|
+
"thursday-simple": "Thu",
|
229
|
+
"friday-simple": "Fri",
|
230
|
+
"saturday-simple": "Sat",
|
231
|
+
"sunday-simple": "Sun",
|
232
|
+
past: past$1,
|
233
|
+
relative_time: relative_time$1,
|
234
|
+
absolute_time: absolute_time$1,
|
235
|
+
empty_search_history: empty_search_history$1,
|
236
|
+
date_range_picker_history_title: date_range_picker_history_title$1,
|
237
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
238
|
+
select_all: select_all$1,
|
239
|
+
unselect_all: unselect_all$1
|
203
240
|
};
|
204
241
|
|
205
242
|
var current$1 = "Current value";
|
@@ -224,7 +261,7 @@ var cancel = "取消";
|
|
224
261
|
var clear_query = "清空筛选条件";
|
225
262
|
var close = "关闭";
|
226
263
|
var contains$1 = "包含";
|
227
|
-
var confirm = "确定";
|
264
|
+
var confirm$1 = "确定";
|
228
265
|
var empty$1 = "无";
|
229
266
|
var enable = "启用";
|
230
267
|
var disable = "禁用";
|
@@ -261,6 +298,7 @@ var friday = "周五";
|
|
261
298
|
var saturday = "周六";
|
262
299
|
var sunday = "周日";
|
263
300
|
var month = "月";
|
301
|
+
var year = "年";
|
264
302
|
var common = {
|
265
303
|
_action_: _action_,
|
266
304
|
action: action,
|
@@ -269,7 +307,7 @@ var common = {
|
|
269
307
|
clear_query: clear_query,
|
270
308
|
close: close,
|
271
309
|
contains: contains$1,
|
272
|
-
confirm: confirm,
|
310
|
+
confirm: confirm$1,
|
273
311
|
empty: empty$1,
|
274
312
|
enable: enable,
|
275
313
|
disable: disable,
|
@@ -305,7 +343,8 @@ var common = {
|
|
305
343
|
friday: friday,
|
306
344
|
saturday: saturday,
|
307
345
|
sunday: sunday,
|
308
|
-
month: month
|
346
|
+
month: month,
|
347
|
+
year: year
|
309
348
|
};
|
310
349
|
|
311
350
|
var contains = "包含";
|
@@ -361,6 +400,20 @@ var generate_date_preview = "生成日期预览";
|
|
361
400
|
var date_with_year_and_month = "{year} 年 {month}";
|
362
401
|
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
363
402
|
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
403
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
404
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
405
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
406
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
407
|
+
var end_date = "结束日期";
|
408
|
+
var confirm = "确定";
|
409
|
+
var past = "过去";
|
410
|
+
var relative_time = "相对时间";
|
411
|
+
var absolute_time = "绝对时间";
|
412
|
+
var empty_search_history = "无历史查询";
|
413
|
+
var date_range_picker_history_title = "最近查询";
|
414
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
415
|
+
var select_all = "全选";
|
416
|
+
var unselect_all = "取消全选";
|
364
417
|
var components = {
|
365
418
|
contains: contains,
|
366
419
|
custom_column: custom_column,
|
@@ -415,7 +468,28 @@ var components = {
|
|
415
468
|
generate_date_preview: generate_date_preview,
|
416
469
|
date_with_year_and_month: date_with_year_and_month,
|
417
470
|
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
|
471
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count,
|
472
|
+
selected_item_with_count: selected_item_with_count,
|
473
|
+
set_start_time_failed: set_start_time_failed,
|
474
|
+
set_end_time_failed: set_end_time_failed,
|
475
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time,
|
476
|
+
end_date: end_date,
|
477
|
+
confirm: confirm,
|
478
|
+
"monday-simple": "一",
|
479
|
+
"tuesday-simple": "二",
|
480
|
+
"wednesday-simple": "三",
|
481
|
+
"thursday-simple": "四",
|
482
|
+
"friday-simple": "五",
|
483
|
+
"saturday-simple": "六",
|
484
|
+
"sunday-simple": "日",
|
485
|
+
past: past,
|
486
|
+
relative_time: relative_time,
|
487
|
+
absolute_time: absolute_time,
|
488
|
+
empty_search_history: empty_search_history,
|
489
|
+
date_range_picker_history_title: date_range_picker_history_title,
|
490
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
491
|
+
select_all: select_all,
|
492
|
+
unselect_all: unselect_all
|
419
493
|
};
|
420
494
|
|
421
495
|
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":"ae3e-25","name":"common.json"},{"uid":"ae3e-27","name":"components.json"},{"uid":"ae3e-29","name":"metric.json"},{"uid":"ae3e-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ae3e-33","name":"common.json"},{"uid":"ae3e-35","name":"components.json"},{"uid":"ae3e-37","name":"metric.json"},{"uid":"ae3e-39","name":"index.ts"}]},{"uid":"ae3e-41","name":"index.ts"}]},{"uid":"ae3e-43","name":"parrotI18n.ts"},{"uid":"ae3e-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ae3e-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-24"},"ae3e-27":{"renderedLength":6517,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-26"},"ae3e-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-28"},"ae3e-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-30"},"ae3e-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-32"},"ae3e-35":{"renderedLength":6087,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-34"},"ae3e-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-36"},"ae3e-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-38"},"ae3e-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-40"},"ae3e-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-42"},"ae3e-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-44"}},"nodeMetas":{"ae3e-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ae3e-25"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ae3e-27"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ae3e-29"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ae3e-31"},"imported":[{"uid":"ae3e-24"},{"uid":"ae3e-26"},{"uid":"ae3e-28"}],"importedBy":[{"uid":"ae3e-40"}]},"ae3e-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ae3e-33"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ae3e-35"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ae3e-37"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ae3e-39"},"imported":[{"uid":"ae3e-32"},{"uid":"ae3e-34"},{"uid":"ae3e-36"}],"importedBy":[{"uid":"ae3e-40"}]},"ae3e-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ae3e-41"},"imported":[{"uid":"ae3e-30"},{"uid":"ae3e-38"}],"importedBy":[{"uid":"ae3e-44"},{"uid":"ae3e-42"}]},"ae3e-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ae3e-43"},"imported":[{"uid":"ae3e-46"},{"uid":"ae3e-47"},{"uid":"ae3e-40"}],"importedBy":[{"uid":"ae3e-44"}]},"ae3e-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ae3e-45"},"imported":[{"uid":"ae3e-40"},{"uid":"ae3e-42"}],"importedBy":[],"isEntry":true},"ae3e-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-42"}],"isExternal":true},"ae3e-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-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,27 @@ 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;
|
103
125
|
};
|
104
126
|
metric: {
|
105
127
|
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,27 @@ 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;
|
104
126
|
};
|
105
127
|
metric: {
|
106
128
|
current: string;
|
@@ -154,6 +176,7 @@ declare const locales: {
|
|
154
176
|
saturday: string;
|
155
177
|
sunday: string;
|
156
178
|
month: string;
|
179
|
+
year: string;
|
157
180
|
};
|
158
181
|
components: {
|
159
182
|
contains: string;
|
@@ -210,6 +233,27 @@ declare const locales: {
|
|
210
233
|
date_with_year_and_month: string;
|
211
234
|
will_generate_one_reporte_with_date_and_time: string;
|
212
235
|
will_generate_report_will_date_and_count: string;
|
236
|
+
selected_item_with_count: string;
|
237
|
+
set_start_time_failed: string;
|
238
|
+
set_end_time_failed: string;
|
239
|
+
end_time_cannot_be_less_than_start_time: string;
|
240
|
+
end_date: string;
|
241
|
+
confirm: string;
|
242
|
+
"monday-simple": string;
|
243
|
+
"tuesday-simple": string;
|
244
|
+
"wednesday-simple": string;
|
245
|
+
"thursday-simple": string;
|
246
|
+
"friday-simple": string;
|
247
|
+
"saturday-simple": string;
|
248
|
+
"sunday-simple": string;
|
249
|
+
past: string;
|
250
|
+
relative_time: string;
|
251
|
+
absolute_time: string;
|
252
|
+
empty_search_history: string;
|
253
|
+
date_range_picker_history_title: string;
|
254
|
+
search_relative_time_placeholder: string;
|
255
|
+
select_all: string;
|
256
|
+
unselect_all: string;
|
213
257
|
};
|
214
258
|
metric: {
|
215
259
|
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,27 @@ 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;
|
103
125
|
};
|
104
126
|
metric: {
|
105
127
|
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,20 @@
|
|
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";
|
151
167
|
var components$1 = {
|
152
168
|
contains: contains$2,
|
153
169
|
custom_column: custom_column$1,
|
@@ -202,7 +218,28 @@
|
|
202
218
|
generate_date_preview: generate_date_preview$1,
|
203
219
|
date_with_year_and_month: date_with_year_and_month$1,
|
204
220
|
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
|
221
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1,
|
222
|
+
selected_item_with_count: selected_item_with_count$1,
|
223
|
+
set_start_time_failed: set_start_time_failed$1,
|
224
|
+
set_end_time_failed: set_end_time_failed$1,
|
225
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$1,
|
226
|
+
end_date: end_date$1,
|
227
|
+
confirm: confirm$2,
|
228
|
+
"monday-simple": "Mon",
|
229
|
+
"tuesday-simple": "Tue",
|
230
|
+
"wednesday-simple": "Wed",
|
231
|
+
"thursday-simple": "Thu",
|
232
|
+
"friday-simple": "Fri",
|
233
|
+
"saturday-simple": "Sat",
|
234
|
+
"sunday-simple": "Sun",
|
235
|
+
past: past$1,
|
236
|
+
relative_time: relative_time$1,
|
237
|
+
absolute_time: absolute_time$1,
|
238
|
+
empty_search_history: empty_search_history$1,
|
239
|
+
date_range_picker_history_title: date_range_picker_history_title$1,
|
240
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
241
|
+
select_all: select_all$1,
|
242
|
+
unselect_all: unselect_all$1
|
206
243
|
};
|
207
244
|
|
208
245
|
var current$1 = "Current value";
|
@@ -227,7 +264,7 @@
|
|
227
264
|
var clear_query = "清空筛选条件";
|
228
265
|
var close = "关闭";
|
229
266
|
var contains$1 = "包含";
|
230
|
-
var confirm = "确定";
|
267
|
+
var confirm$1 = "确定";
|
231
268
|
var empty$1 = "无";
|
232
269
|
var enable = "启用";
|
233
270
|
var disable = "禁用";
|
@@ -264,6 +301,7 @@
|
|
264
301
|
var saturday = "周六";
|
265
302
|
var sunday = "周日";
|
266
303
|
var month = "月";
|
304
|
+
var year = "年";
|
267
305
|
var common = {
|
268
306
|
_action_: _action_,
|
269
307
|
action: action,
|
@@ -272,7 +310,7 @@
|
|
272
310
|
clear_query: clear_query,
|
273
311
|
close: close,
|
274
312
|
contains: contains$1,
|
275
|
-
confirm: confirm,
|
313
|
+
confirm: confirm$1,
|
276
314
|
empty: empty$1,
|
277
315
|
enable: enable,
|
278
316
|
disable: disable,
|
@@ -308,7 +346,8 @@
|
|
308
346
|
friday: friday,
|
309
347
|
saturday: saturday,
|
310
348
|
sunday: sunday,
|
311
|
-
month: month
|
349
|
+
month: month,
|
350
|
+
year: year
|
312
351
|
};
|
313
352
|
|
314
353
|
var contains = "包含";
|
@@ -364,6 +403,20 @@
|
|
364
403
|
var date_with_year_and_month = "{year} 年 {month}";
|
365
404
|
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
366
405
|
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
406
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
407
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
408
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
409
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
410
|
+
var end_date = "结束日期";
|
411
|
+
var confirm = "确定";
|
412
|
+
var past = "过去";
|
413
|
+
var relative_time = "相对时间";
|
414
|
+
var absolute_time = "绝对时间";
|
415
|
+
var empty_search_history = "无历史查询";
|
416
|
+
var date_range_picker_history_title = "最近查询";
|
417
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
418
|
+
var select_all = "全选";
|
419
|
+
var unselect_all = "取消全选";
|
367
420
|
var components = {
|
368
421
|
contains: contains,
|
369
422
|
custom_column: custom_column,
|
@@ -418,7 +471,28 @@
|
|
418
471
|
generate_date_preview: generate_date_preview,
|
419
472
|
date_with_year_and_month: date_with_year_and_month,
|
420
473
|
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
|
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
|
422
496
|
};
|
423
497
|
|
424
498
|
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":"ae3e-1","name":"common.json"},{"uid":"ae3e-3","name":"components.json"},{"uid":"ae3e-5","name":"metric.json"},{"uid":"ae3e-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ae3e-9","name":"common.json"},{"uid":"ae3e-11","name":"components.json"},{"uid":"ae3e-13","name":"metric.json"},{"uid":"ae3e-15","name":"index.ts"}]},{"uid":"ae3e-17","name":"index.ts"}]},{"uid":"ae3e-19","name":"parrotI18n.ts"},{"uid":"ae3e-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ae3e-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-0"},"ae3e-3":{"renderedLength":6805,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-2"},"ae3e-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-4"},"ae3e-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-6"},"ae3e-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-8"},"ae3e-11":{"renderedLength":6375,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-10"},"ae3e-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-12"},"ae3e-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-14"},"ae3e-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-16"},"ae3e-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-18"},"ae3e-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-20"}},"nodeMetas":{"ae3e-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ae3e-1"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ae3e-3"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ae3e-5"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ae3e-7"},"imported":[{"uid":"ae3e-0"},{"uid":"ae3e-2"},{"uid":"ae3e-4"}],"importedBy":[{"uid":"ae3e-16"}]},"ae3e-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ae3e-9"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ae3e-11"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ae3e-13"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ae3e-15"},"imported":[{"uid":"ae3e-8"},{"uid":"ae3e-10"},{"uid":"ae3e-12"}],"importedBy":[{"uid":"ae3e-16"}]},"ae3e-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ae3e-17"},"imported":[{"uid":"ae3e-6"},{"uid":"ae3e-14"}],"importedBy":[{"uid":"ae3e-20"},{"uid":"ae3e-18"}]},"ae3e-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ae3e-19"},"imported":[{"uid":"ae3e-22"},{"uid":"ae3e-23"},{"uid":"ae3e-16"}],"importedBy":[{"uid":"ae3e-20"}]},"ae3e-20":{"id":"/src/index.ts","moduleParts":{"index.js":"ae3e-21"},"imported":[{"uid":"ae3e-16"},{"uid":"ae3e-18"}],"importedBy":[],"isEntry":true},"ae3e-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-18"}],"isExternal":true},"ae3e-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-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-double-rc-1",
|
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": "cdf4e488fca708a755f04cd20a3c6b3ee520cdec"
|
49
49
|
}
|