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