@cloudtower/parrot 0.28.0-dry-1 → 0.29.0-alpha.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 +58 -28
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +12 -3
- package/dist/locales/index.d.ts +20 -6
- package/dist/locales/zh-CN/index.d.ts +8 -3
- package/dist/umd/index.js +58 -28
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -11,6 +11,8 @@ var contains$3 = "Contains";
|
|
11
11
|
var confirm$3 = "Confirm";
|
12
12
|
var empty$3 = "No ";
|
13
13
|
var enable$1 = "Enable";
|
14
|
+
var enabled$1 = "Enabled";
|
15
|
+
var disabled$1 = "Disabled";
|
14
16
|
var disable$1 = "Disable";
|
15
17
|
var error$1 = "Error";
|
16
18
|
var next_step$1 = "Next";
|
@@ -57,6 +59,8 @@ var common$1 = {
|
|
57
59
|
confirm: confirm$3,
|
58
60
|
empty: empty$3,
|
59
61
|
enable: enable$1,
|
62
|
+
enabled: enabled$1,
|
63
|
+
disabled: disabled$1,
|
60
64
|
disable: disable$1,
|
61
65
|
error: error$1,
|
62
66
|
next_step: next_step$1,
|
@@ -99,8 +103,8 @@ var custom_column$1 = "Customize Columns & Order";
|
|
99
103
|
var not$1 = "Not";
|
100
104
|
var not_contains$2 = "Not Contains";
|
101
105
|
var or$1 = "or";
|
102
|
-
var previous_items$1 = "Previous
|
103
|
-
var next_items$1 = "Next
|
106
|
+
var previous_items$1 = "Previous";
|
107
|
+
var next_items$1 = "Next";
|
104
108
|
var push_to$1 = "Jump to";
|
105
109
|
var pagination_range$1 = "Item {range1} – {range2}";
|
106
110
|
var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
|
@@ -119,20 +123,24 @@ var prefix$1 = "Prefix";
|
|
119
123
|
var suffix$1 = "Suffix";
|
120
124
|
var as_day$1 = "By Day";
|
121
125
|
var count$1 = "";
|
122
|
-
var
|
123
|
-
var
|
124
|
-
var
|
125
|
-
var execution_time$1 = "Execution Time: ";
|
126
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
127
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
128
|
+
var execution_time$1 = "Generation time ";
|
126
129
|
var as_week$1 = "By Week";
|
127
130
|
var as_month$1 = "By Month";
|
128
|
-
var
|
129
|
-
var
|
130
|
-
var
|
131
|
+
var day_date$1 = "day";
|
132
|
+
var day_date_plural = "days";
|
133
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
134
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
135
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
136
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
137
|
+
var will_excute_at_last_day_with_date$1 = "For the months that do not have {date} days, the plan will be executed on the last day of the month.";
|
138
|
+
var date_mark$1 = " or ";
|
131
139
|
var retain_with_count$1 = "Retain {count} reports";
|
132
140
|
var start_date$1 = "Start Date";
|
133
|
-
var retain_date$1 = "
|
134
|
-
var next_generate_with_date$1 = "The next report will be generated
|
135
|
-
var will_save_one_to_thirty_report$1 = "You can retain 1
|
141
|
+
var retain_date$1 = "Number";
|
142
|
+
var next_generate_with_date$1 = "The next report will be generated at {date}.";
|
143
|
+
var will_save_one_to_thirty_report$1 = "You can retain 1 to 30 most recently generated reports.";
|
136
144
|
var every_day_with_time$1 = "Every day at {time}";
|
137
145
|
var every_day_with_count_and_time$1 = "Every {count} days at {time}";
|
138
146
|
var every_week_with_time$1 = "Every week at {time}";
|
@@ -143,7 +151,7 @@ var every_month_with_time$1 = "Every month at {time}";
|
|
143
151
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
144
152
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
145
153
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
146
|
-
var generate_date_preview$1 = "
|
154
|
+
var generate_date_preview$1 = "Date Preview";
|
147
155
|
var date_with_year_and_month$1 = "{month} {year}";
|
148
156
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
149
157
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
@@ -159,6 +167,9 @@ var absolute_time$1 = "Absolute Time";
|
|
159
167
|
var empty_search_history$1 = "No search history ";
|
160
168
|
var date_range_picker_history_title$1 = "Recent Search";
|
161
169
|
var search_relative_time_placeholder$1 = "Search relative time";
|
170
|
+
var select_all$1 = "Select All";
|
171
|
+
var unselect_all$1 = "Clear";
|
172
|
+
var other$1 = "Other";
|
162
173
|
var components$1 = {
|
163
174
|
contains: contains$2,
|
164
175
|
custom_column: custom_column$1,
|
@@ -186,15 +197,19 @@ var components$1 = {
|
|
186
197
|
suffix: suffix$1,
|
187
198
|
as_day: as_day$1,
|
188
199
|
count: count$1,
|
189
|
-
|
190
|
-
|
191
|
-
per_day_3: per_day_3$1,
|
200
|
+
day_execute_task: day_execute_task$1,
|
201
|
+
day_execute_task_plural: day_execute_task_plural,
|
192
202
|
execution_time: execution_time$1,
|
193
203
|
as_week: as_week$1,
|
194
204
|
as_month: as_month$1,
|
205
|
+
day_date: day_date$1,
|
206
|
+
day_date_plural: day_date_plural,
|
195
207
|
week_with_below_date: week_with_below_date$1,
|
208
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
196
209
|
month_with_below_date: month_with_below_date$1,
|
210
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
197
211
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
212
|
+
date_mark: date_mark$1,
|
198
213
|
retain_with_count: retain_with_count$1,
|
199
214
|
start_date: start_date$1,
|
200
215
|
retain_date: retain_date$1,
|
@@ -232,7 +247,10 @@ var components$1 = {
|
|
232
247
|
absolute_time: absolute_time$1,
|
233
248
|
empty_search_history: empty_search_history$1,
|
234
249
|
date_range_picker_history_title: date_range_picker_history_title$1,
|
235
|
-
search_relative_time_placeholder: search_relative_time_placeholder$1
|
250
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
251
|
+
select_all: select_all$1,
|
252
|
+
unselect_all: unselect_all$1,
|
253
|
+
other: other$1
|
236
254
|
};
|
237
255
|
|
238
256
|
var current$1 = "Current value";
|
@@ -260,7 +278,9 @@ var contains$1 = "包含";
|
|
260
278
|
var confirm$1 = "确定";
|
261
279
|
var empty$1 = "无";
|
262
280
|
var enable = "启用";
|
281
|
+
var enabled = "启用";
|
263
282
|
var disable = "禁用";
|
283
|
+
var disabled = "禁用";
|
264
284
|
var error = "错误";
|
265
285
|
var next_step = "下一步";
|
266
286
|
var not_contains$1 = "不包含";
|
@@ -306,7 +326,9 @@ var common = {
|
|
306
326
|
confirm: confirm$1,
|
307
327
|
empty: empty$1,
|
308
328
|
enable: enable,
|
329
|
+
enabled: enabled,
|
309
330
|
disable: disable,
|
331
|
+
disabled: disabled,
|
310
332
|
error: error,
|
311
333
|
next_step: next_step,
|
312
334
|
not_contains: not_contains$1,
|
@@ -368,19 +390,19 @@ var prefix = "前缀";
|
|
368
390
|
var suffix = "后缀";
|
369
391
|
var as_day = "按天";
|
370
392
|
var count = "份";
|
371
|
-
var
|
372
|
-
var per_day_2 = "天,";
|
373
|
-
var per_day_3 = "生成。";
|
393
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
374
394
|
var execution_time = "生成时间:";
|
375
395
|
var as_week = "按周";
|
376
396
|
var as_month = "按月";
|
377
|
-
var
|
378
|
-
var
|
397
|
+
var day_date = "日期";
|
398
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
399
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
379
400
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
401
|
+
var date_mark = "、";
|
380
402
|
var retain_with_count = "保留 {count} 份";
|
381
403
|
var start_date = "开始日期";
|
382
404
|
var retain_date = "保留份数";
|
383
|
-
var next_generate_with_date = "
|
405
|
+
var next_generate_with_date = "下次生成时间:{date}. ";
|
384
406
|
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
385
407
|
var every_day_with_time = "每天的 {time}";
|
386
408
|
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
@@ -408,6 +430,9 @@ var absolute_time = "绝对时间";
|
|
408
430
|
var empty_search_history = "无历史查询";
|
409
431
|
var date_range_picker_history_title = "最近查询";
|
410
432
|
var search_relative_time_placeholder = "搜索相对时间";
|
433
|
+
var select_all = "全选";
|
434
|
+
var unselect_all = "取消全选";
|
435
|
+
var other = "其他";
|
411
436
|
var components = {
|
412
437
|
contains: contains,
|
413
438
|
custom_column: custom_column,
|
@@ -435,15 +460,15 @@ var components = {
|
|
435
460
|
suffix: suffix,
|
436
461
|
as_day: as_day,
|
437
462
|
count: count,
|
438
|
-
|
439
|
-
per_day_2: per_day_2,
|
440
|
-
per_day_3: per_day_3,
|
463
|
+
day_execute_task: day_execute_task,
|
441
464
|
execution_time: execution_time,
|
442
465
|
as_week: as_week,
|
443
466
|
as_month: as_month,
|
467
|
+
day_date: day_date,
|
444
468
|
week_with_below_date: week_with_below_date,
|
445
469
|
month_with_below_date: month_with_below_date,
|
446
470
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
471
|
+
date_mark: date_mark,
|
447
472
|
retain_with_count: retain_with_count,
|
448
473
|
start_date: start_date,
|
449
474
|
retain_date: retain_date,
|
@@ -481,7 +506,10 @@ var components = {
|
|
481
506
|
absolute_time: absolute_time,
|
482
507
|
empty_search_history: empty_search_history,
|
483
508
|
date_range_picker_history_title: date_range_picker_history_title,
|
484
|
-
search_relative_time_placeholder: search_relative_time_placeholder
|
509
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
510
|
+
select_all: select_all,
|
511
|
+
unselect_all: unselect_all,
|
512
|
+
other: other
|
485
513
|
};
|
486
514
|
|
487
515
|
var current = "当前值";
|
@@ -530,10 +558,12 @@ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
|
|
530
558
|
})(ParrotLngs || {});
|
531
559
|
const defaultOptions = {
|
532
560
|
lng: "zh-CN" /* zh */,
|
561
|
+
compatibilityJSON: "v3",
|
533
562
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
534
563
|
interpolation: {
|
535
564
|
prefix: "{",
|
536
|
-
suffix: "}"
|
565
|
+
suffix: "}",
|
566
|
+
escapeValue: false
|
537
567
|
},
|
538
568
|
resources: {
|
539
569
|
["en-US" /* en */]: locales["en-US"],
|
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":"5e1b-25","name":"common.json"},{"uid":"5e1b-27","name":"components.json"},{"uid":"5e1b-29","name":"metric.json"},{"uid":"5e1b-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5e1b-33","name":"common.json"},{"uid":"5e1b-35","name":"components.json"},{"uid":"5e1b-37","name":"metric.json"},{"uid":"5e1b-39","name":"index.ts"}]},{"uid":"5e1b-41","name":"index.ts"}]},{"uid":"5e1b-43","name":"parrotI18n.ts"},{"uid":"5e1b-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5e1b-25":{"renderedLength":2393,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-24"},"5e1b-27":{"renderedLength":7102,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-26"},"5e1b-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-28"},"5e1b-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-30"},"5e1b-33":{"renderedLength":2199,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-32"},"5e1b-35":{"renderedLength":6184,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-34"},"5e1b-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-36"},"5e1b-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-38"},"5e1b-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-40"},"5e1b-43":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-42"},"5e1b-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-44"}},"nodeMetas":{"5e1b-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5e1b-25"},"imported":[],"importedBy":[{"uid":"5e1b-30"}]},"5e1b-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5e1b-27"},"imported":[],"importedBy":[{"uid":"5e1b-30"}]},"5e1b-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5e1b-29"},"imported":[],"importedBy":[{"uid":"5e1b-30"}]},"5e1b-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5e1b-31"},"imported":[{"uid":"5e1b-24"},{"uid":"5e1b-26"},{"uid":"5e1b-28"}],"importedBy":[{"uid":"5e1b-40"}]},"5e1b-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5e1b-33"},"imported":[],"importedBy":[{"uid":"5e1b-38"}]},"5e1b-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5e1b-35"},"imported":[],"importedBy":[{"uid":"5e1b-38"}]},"5e1b-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5e1b-37"},"imported":[],"importedBy":[{"uid":"5e1b-38"}]},"5e1b-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5e1b-39"},"imported":[{"uid":"5e1b-32"},{"uid":"5e1b-34"},{"uid":"5e1b-36"}],"importedBy":[{"uid":"5e1b-40"}]},"5e1b-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5e1b-41"},"imported":[{"uid":"5e1b-30"},{"uid":"5e1b-38"}],"importedBy":[{"uid":"5e1b-44"},{"uid":"5e1b-42"}]},"5e1b-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5e1b-43"},"imported":[{"uid":"5e1b-46"},{"uid":"5e1b-47"},{"uid":"5e1b-40"}],"importedBy":[{"uid":"5e1b-44"}]},"5e1b-44":{"id":"/src/index.ts","moduleParts":{"index.js":"5e1b-45"},"imported":[{"uid":"5e1b-40"},{"uid":"5e1b-42"}],"importedBy":[],"isEntry":true},"5e1b-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e1b-42"}],"isExternal":true},"5e1b-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e1b-42"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
@@ -10,6 +10,8 @@ declare const locale: {
|
|
10
10
|
confirm: string;
|
11
11
|
empty: string;
|
12
12
|
enable: string;
|
13
|
+
enabled: string;
|
14
|
+
disabled: string;
|
13
15
|
disable: string;
|
14
16
|
error: string;
|
15
17
|
next_step: string;
|
@@ -73,15 +75,19 @@ declare const locale: {
|
|
73
75
|
suffix: string;
|
74
76
|
as_day: string;
|
75
77
|
count: string;
|
76
|
-
|
77
|
-
|
78
|
-
per_day_3: string;
|
78
|
+
day_execute_task: string;
|
79
|
+
day_execute_task_plural: string;
|
79
80
|
execution_time: string;
|
80
81
|
as_week: string;
|
81
82
|
as_month: string;
|
83
|
+
day_date: string;
|
84
|
+
day_date_plural: string;
|
82
85
|
week_with_below_date: string;
|
86
|
+
week_with_below_date_plural: string;
|
83
87
|
month_with_below_date: string;
|
88
|
+
month_with_below_date_plural: string;
|
84
89
|
will_excute_at_last_day_with_date: string;
|
90
|
+
date_mark: string;
|
85
91
|
retain_with_count: string;
|
86
92
|
start_date: string;
|
87
93
|
retain_date: string;
|
@@ -120,6 +126,9 @@ declare const locale: {
|
|
120
126
|
empty_search_history: string;
|
121
127
|
date_range_picker_history_title: string;
|
122
128
|
search_relative_time_placeholder: string;
|
129
|
+
select_all: string;
|
130
|
+
unselect_all: string;
|
131
|
+
other: string;
|
123
132
|
};
|
124
133
|
metric: {
|
125
134
|
current: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -11,6 +11,8 @@ declare const locales: {
|
|
11
11
|
confirm: string;
|
12
12
|
empty: string;
|
13
13
|
enable: string;
|
14
|
+
enabled: string;
|
15
|
+
disabled: string;
|
14
16
|
disable: string;
|
15
17
|
error: string;
|
16
18
|
next_step: string;
|
@@ -74,15 +76,19 @@ declare const locales: {
|
|
74
76
|
suffix: string;
|
75
77
|
as_day: string;
|
76
78
|
count: string;
|
77
|
-
|
78
|
-
|
79
|
-
per_day_3: string;
|
79
|
+
day_execute_task: string;
|
80
|
+
day_execute_task_plural: string;
|
80
81
|
execution_time: string;
|
81
82
|
as_week: string;
|
82
83
|
as_month: string;
|
84
|
+
day_date: string;
|
85
|
+
day_date_plural: string;
|
83
86
|
week_with_below_date: string;
|
87
|
+
week_with_below_date_plural: string;
|
84
88
|
month_with_below_date: string;
|
89
|
+
month_with_below_date_plural: string;
|
85
90
|
will_excute_at_last_day_with_date: string;
|
91
|
+
date_mark: string;
|
86
92
|
retain_with_count: string;
|
87
93
|
start_date: string;
|
88
94
|
retain_date: string;
|
@@ -121,6 +127,9 @@ declare const locales: {
|
|
121
127
|
empty_search_history: string;
|
122
128
|
date_range_picker_history_title: string;
|
123
129
|
search_relative_time_placeholder: string;
|
130
|
+
select_all: string;
|
131
|
+
unselect_all: string;
|
132
|
+
other: string;
|
124
133
|
};
|
125
134
|
metric: {
|
126
135
|
current: string;
|
@@ -140,7 +149,9 @@ declare const locales: {
|
|
140
149
|
confirm: string;
|
141
150
|
empty: string;
|
142
151
|
enable: string;
|
152
|
+
enabled: string;
|
143
153
|
disable: string;
|
154
|
+
disabled: string;
|
144
155
|
error: string;
|
145
156
|
next_step: string;
|
146
157
|
not_contains: string;
|
@@ -203,15 +214,15 @@ declare const locales: {
|
|
203
214
|
suffix: string;
|
204
215
|
as_day: string;
|
205
216
|
count: string;
|
206
|
-
|
207
|
-
per_day_2: string;
|
208
|
-
per_day_3: string;
|
217
|
+
day_execute_task: string;
|
209
218
|
execution_time: string;
|
210
219
|
as_week: string;
|
211
220
|
as_month: string;
|
221
|
+
day_date: string;
|
212
222
|
week_with_below_date: string;
|
213
223
|
month_with_below_date: string;
|
214
224
|
will_excute_at_last_day_with_date: string;
|
225
|
+
date_mark: string;
|
215
226
|
retain_with_count: string;
|
216
227
|
start_date: string;
|
217
228
|
retain_date: string;
|
@@ -250,6 +261,9 @@ declare const locales: {
|
|
250
261
|
empty_search_history: string;
|
251
262
|
date_range_picker_history_title: string;
|
252
263
|
search_relative_time_placeholder: string;
|
264
|
+
select_all: string;
|
265
|
+
unselect_all: string;
|
266
|
+
other: string;
|
253
267
|
};
|
254
268
|
metric: {
|
255
269
|
current: string;
|
@@ -10,7 +10,9 @@ declare const locale: {
|
|
10
10
|
confirm: string;
|
11
11
|
empty: string;
|
12
12
|
enable: string;
|
13
|
+
enabled: string;
|
13
14
|
disable: string;
|
15
|
+
disabled: string;
|
14
16
|
error: string;
|
15
17
|
next_step: string;
|
16
18
|
not_contains: string;
|
@@ -73,15 +75,15 @@ declare const locale: {
|
|
73
75
|
suffix: string;
|
74
76
|
as_day: string;
|
75
77
|
count: string;
|
76
|
-
|
77
|
-
per_day_2: string;
|
78
|
-
per_day_3: string;
|
78
|
+
day_execute_task: string;
|
79
79
|
execution_time: string;
|
80
80
|
as_week: string;
|
81
81
|
as_month: string;
|
82
|
+
day_date: string;
|
82
83
|
week_with_below_date: string;
|
83
84
|
month_with_below_date: string;
|
84
85
|
will_excute_at_last_day_with_date: string;
|
86
|
+
date_mark: string;
|
85
87
|
retain_with_count: string;
|
86
88
|
start_date: string;
|
87
89
|
retain_date: string;
|
@@ -120,6 +122,9 @@ declare const locale: {
|
|
120
122
|
empty_search_history: string;
|
121
123
|
date_range_picker_history_title: string;
|
122
124
|
search_relative_time_placeholder: string;
|
125
|
+
select_all: string;
|
126
|
+
unselect_all: string;
|
127
|
+
other: string;
|
123
128
|
};
|
124
129
|
metric: {
|
125
130
|
current: string;
|
package/dist/umd/index.js
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
var confirm$3 = "Confirm";
|
15
15
|
var empty$3 = "No ";
|
16
16
|
var enable$1 = "Enable";
|
17
|
+
var enabled$1 = "Enabled";
|
18
|
+
var disabled$1 = "Disabled";
|
17
19
|
var disable$1 = "Disable";
|
18
20
|
var error$1 = "Error";
|
19
21
|
var next_step$1 = "Next";
|
@@ -60,6 +62,8 @@
|
|
60
62
|
confirm: confirm$3,
|
61
63
|
empty: empty$3,
|
62
64
|
enable: enable$1,
|
65
|
+
enabled: enabled$1,
|
66
|
+
disabled: disabled$1,
|
63
67
|
disable: disable$1,
|
64
68
|
error: error$1,
|
65
69
|
next_step: next_step$1,
|
@@ -102,8 +106,8 @@
|
|
102
106
|
var not$1 = "Not";
|
103
107
|
var not_contains$2 = "Not Contains";
|
104
108
|
var or$1 = "or";
|
105
|
-
var previous_items$1 = "Previous
|
106
|
-
var next_items$1 = "Next
|
109
|
+
var previous_items$1 = "Previous";
|
110
|
+
var next_items$1 = "Next";
|
107
111
|
var push_to$1 = "Jump to";
|
108
112
|
var pagination_range$1 = "Item {range1} – {range2}";
|
109
113
|
var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
|
@@ -122,20 +126,24 @@
|
|
122
126
|
var suffix$1 = "Suffix";
|
123
127
|
var as_day$1 = "By Day";
|
124
128
|
var count$1 = "";
|
125
|
-
var
|
126
|
-
var
|
127
|
-
var
|
128
|
-
var execution_time$1 = "Execution Time: ";
|
129
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
130
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
131
|
+
var execution_time$1 = "Generation time ";
|
129
132
|
var as_week$1 = "By Week";
|
130
133
|
var as_month$1 = "By Month";
|
131
|
-
var
|
132
|
-
var
|
133
|
-
var
|
134
|
+
var day_date$1 = "day";
|
135
|
+
var day_date_plural = "days";
|
136
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
137
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
138
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
139
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
140
|
+
var will_excute_at_last_day_with_date$1 = "For the months that do not have {date} days, the plan will be executed on the last day of the month.";
|
141
|
+
var date_mark$1 = " or ";
|
134
142
|
var retain_with_count$1 = "Retain {count} reports";
|
135
143
|
var start_date$1 = "Start Date";
|
136
|
-
var retain_date$1 = "
|
137
|
-
var next_generate_with_date$1 = "The next report will be generated
|
138
|
-
var will_save_one_to_thirty_report$1 = "You can retain 1
|
144
|
+
var retain_date$1 = "Number";
|
145
|
+
var next_generate_with_date$1 = "The next report will be generated at {date}.";
|
146
|
+
var will_save_one_to_thirty_report$1 = "You can retain 1 to 30 most recently generated reports.";
|
139
147
|
var every_day_with_time$1 = "Every day at {time}";
|
140
148
|
var every_day_with_count_and_time$1 = "Every {count} days at {time}";
|
141
149
|
var every_week_with_time$1 = "Every week at {time}";
|
@@ -146,7 +154,7 @@
|
|
146
154
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
147
155
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
148
156
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
149
|
-
var generate_date_preview$1 = "
|
157
|
+
var generate_date_preview$1 = "Date Preview";
|
150
158
|
var date_with_year_and_month$1 = "{month} {year}";
|
151
159
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
152
160
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
@@ -162,6 +170,9 @@
|
|
162
170
|
var empty_search_history$1 = "No search history ";
|
163
171
|
var date_range_picker_history_title$1 = "Recent Search";
|
164
172
|
var search_relative_time_placeholder$1 = "Search relative time";
|
173
|
+
var select_all$1 = "Select All";
|
174
|
+
var unselect_all$1 = "Clear";
|
175
|
+
var other$1 = "Other";
|
165
176
|
var components$1 = {
|
166
177
|
contains: contains$2,
|
167
178
|
custom_column: custom_column$1,
|
@@ -189,15 +200,19 @@
|
|
189
200
|
suffix: suffix$1,
|
190
201
|
as_day: as_day$1,
|
191
202
|
count: count$1,
|
192
|
-
|
193
|
-
|
194
|
-
per_day_3: per_day_3$1,
|
203
|
+
day_execute_task: day_execute_task$1,
|
204
|
+
day_execute_task_plural: day_execute_task_plural,
|
195
205
|
execution_time: execution_time$1,
|
196
206
|
as_week: as_week$1,
|
197
207
|
as_month: as_month$1,
|
208
|
+
day_date: day_date$1,
|
209
|
+
day_date_plural: day_date_plural,
|
198
210
|
week_with_below_date: week_with_below_date$1,
|
211
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
199
212
|
month_with_below_date: month_with_below_date$1,
|
213
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
200
214
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
215
|
+
date_mark: date_mark$1,
|
201
216
|
retain_with_count: retain_with_count$1,
|
202
217
|
start_date: start_date$1,
|
203
218
|
retain_date: retain_date$1,
|
@@ -235,7 +250,10 @@
|
|
235
250
|
absolute_time: absolute_time$1,
|
236
251
|
empty_search_history: empty_search_history$1,
|
237
252
|
date_range_picker_history_title: date_range_picker_history_title$1,
|
238
|
-
search_relative_time_placeholder: search_relative_time_placeholder$1
|
253
|
+
search_relative_time_placeholder: search_relative_time_placeholder$1,
|
254
|
+
select_all: select_all$1,
|
255
|
+
unselect_all: unselect_all$1,
|
256
|
+
other: other$1
|
239
257
|
};
|
240
258
|
|
241
259
|
var current$1 = "Current value";
|
@@ -263,7 +281,9 @@
|
|
263
281
|
var confirm$1 = "确定";
|
264
282
|
var empty$1 = "无";
|
265
283
|
var enable = "启用";
|
284
|
+
var enabled = "启用";
|
266
285
|
var disable = "禁用";
|
286
|
+
var disabled = "禁用";
|
267
287
|
var error = "错误";
|
268
288
|
var next_step = "下一步";
|
269
289
|
var not_contains$1 = "不包含";
|
@@ -309,7 +329,9 @@
|
|
309
329
|
confirm: confirm$1,
|
310
330
|
empty: empty$1,
|
311
331
|
enable: enable,
|
332
|
+
enabled: enabled,
|
312
333
|
disable: disable,
|
334
|
+
disabled: disabled,
|
313
335
|
error: error,
|
314
336
|
next_step: next_step,
|
315
337
|
not_contains: not_contains$1,
|
@@ -371,19 +393,19 @@
|
|
371
393
|
var suffix = "后缀";
|
372
394
|
var as_day = "按天";
|
373
395
|
var count = "份";
|
374
|
-
var
|
375
|
-
var per_day_2 = "天,";
|
376
|
-
var per_day_3 = "生成。";
|
396
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
377
397
|
var execution_time = "生成时间:";
|
378
398
|
var as_week = "按周";
|
379
399
|
var as_month = "按月";
|
380
|
-
var
|
381
|
-
var
|
400
|
+
var day_date = "日期";
|
401
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
402
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
382
403
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
404
|
+
var date_mark = "、";
|
383
405
|
var retain_with_count = "保留 {count} 份";
|
384
406
|
var start_date = "开始日期";
|
385
407
|
var retain_date = "保留份数";
|
386
|
-
var next_generate_with_date = "
|
408
|
+
var next_generate_with_date = "下次生成时间:{date}. ";
|
387
409
|
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
388
410
|
var every_day_with_time = "每天的 {time}";
|
389
411
|
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
@@ -411,6 +433,9 @@
|
|
411
433
|
var empty_search_history = "无历史查询";
|
412
434
|
var date_range_picker_history_title = "最近查询";
|
413
435
|
var search_relative_time_placeholder = "搜索相对时间";
|
436
|
+
var select_all = "全选";
|
437
|
+
var unselect_all = "取消全选";
|
438
|
+
var other = "其他";
|
414
439
|
var components = {
|
415
440
|
contains: contains,
|
416
441
|
custom_column: custom_column,
|
@@ -438,15 +463,15 @@
|
|
438
463
|
suffix: suffix,
|
439
464
|
as_day: as_day,
|
440
465
|
count: count,
|
441
|
-
|
442
|
-
per_day_2: per_day_2,
|
443
|
-
per_day_3: per_day_3,
|
466
|
+
day_execute_task: day_execute_task,
|
444
467
|
execution_time: execution_time,
|
445
468
|
as_week: as_week,
|
446
469
|
as_month: as_month,
|
470
|
+
day_date: day_date,
|
447
471
|
week_with_below_date: week_with_below_date,
|
448
472
|
month_with_below_date: month_with_below_date,
|
449
473
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
474
|
+
date_mark: date_mark,
|
450
475
|
retain_with_count: retain_with_count,
|
451
476
|
start_date: start_date,
|
452
477
|
retain_date: retain_date,
|
@@ -484,7 +509,10 @@
|
|
484
509
|
absolute_time: absolute_time,
|
485
510
|
empty_search_history: empty_search_history,
|
486
511
|
date_range_picker_history_title: date_range_picker_history_title,
|
487
|
-
search_relative_time_placeholder: search_relative_time_placeholder
|
512
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
513
|
+
select_all: select_all,
|
514
|
+
unselect_all: unselect_all,
|
515
|
+
other: other
|
488
516
|
};
|
489
517
|
|
490
518
|
var current = "当前值";
|
@@ -533,10 +561,12 @@
|
|
533
561
|
})(ParrotLngs || {});
|
534
562
|
const defaultOptions = {
|
535
563
|
lng: "zh-CN" /* zh */,
|
564
|
+
compatibilityJSON: "v3",
|
536
565
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
537
566
|
interpolation: {
|
538
567
|
prefix: "{",
|
539
|
-
suffix: "}"
|
568
|
+
suffix: "}",
|
569
|
+
escapeValue: false
|
540
570
|
},
|
541
571
|
resources: {
|
542
572
|
["en-US" /* en */]: locales["en-US"],
|
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":"5e1b-1","name":"common.json"},{"uid":"5e1b-3","name":"components.json"},{"uid":"5e1b-5","name":"metric.json"},{"uid":"5e1b-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5e1b-9","name":"common.json"},{"uid":"5e1b-11","name":"components.json"},{"uid":"5e1b-13","name":"metric.json"},{"uid":"5e1b-15","name":"index.ts"}]},{"uid":"5e1b-17","name":"index.ts"}]},{"uid":"5e1b-19","name":"parrotI18n.ts"},{"uid":"5e1b-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5e1b-1":{"renderedLength":2585,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-0"},"5e1b-3":{"renderedLength":7410,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-2"},"5e1b-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-4"},"5e1b-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-6"},"5e1b-9":{"renderedLength":2391,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-8"},"5e1b-11":{"renderedLength":6476,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-10"},"5e1b-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-12"},"5e1b-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-14"},"5e1b-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-16"},"5e1b-19":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-18"},"5e1b-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5e1b-20"}},"nodeMetas":{"5e1b-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5e1b-1"},"imported":[],"importedBy":[{"uid":"5e1b-6"}]},"5e1b-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5e1b-3"},"imported":[],"importedBy":[{"uid":"5e1b-6"}]},"5e1b-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5e1b-5"},"imported":[],"importedBy":[{"uid":"5e1b-6"}]},"5e1b-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5e1b-7"},"imported":[{"uid":"5e1b-0"},{"uid":"5e1b-2"},{"uid":"5e1b-4"}],"importedBy":[{"uid":"5e1b-16"}]},"5e1b-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5e1b-9"},"imported":[],"importedBy":[{"uid":"5e1b-14"}]},"5e1b-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5e1b-11"},"imported":[],"importedBy":[{"uid":"5e1b-14"}]},"5e1b-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5e1b-13"},"imported":[],"importedBy":[{"uid":"5e1b-14"}]},"5e1b-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5e1b-15"},"imported":[{"uid":"5e1b-8"},{"uid":"5e1b-10"},{"uid":"5e1b-12"}],"importedBy":[{"uid":"5e1b-16"}]},"5e1b-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5e1b-17"},"imported":[{"uid":"5e1b-6"},{"uid":"5e1b-14"}],"importedBy":[{"uid":"5e1b-20"},{"uid":"5e1b-18"}]},"5e1b-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5e1b-19"},"imported":[{"uid":"5e1b-22"},{"uid":"5e1b-23"},{"uid":"5e1b-16"}],"importedBy":[{"uid":"5e1b-20"}]},"5e1b-20":{"id":"/src/index.ts","moduleParts":{"index.js":"5e1b-21"},"imported":[{"uid":"5e1b-16"},{"uid":"5e1b-18"}],"importedBy":[],"isEntry":true},"5e1b-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e1b-18"}],"isExternal":true},"5e1b-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e1b-18"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"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.
|
3
|
+
"version": "0.29.0-alpha.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": "3e40527db98aeb0b1bedb3d558e1227324e34acd"
|
49
49
|
}
|