@cloudtower/parrot 0.27.23 → 0.27.25

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 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$1 = "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$1,
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 = "当前值";
@@ -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":"ca41-25","name":"common.json"},{"uid":"ca41-27","name":"components.json"},{"uid":"ca41-29","name":"metric.json"},{"uid":"ca41-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ca41-33","name":"common.json"},{"uid":"ca41-35","name":"components.json"},{"uid":"ca41-37","name":"metric.json"},{"uid":"ca41-39","name":"index.ts"}]},{"uid":"ca41-41","name":"index.ts"}]},{"uid":"ca41-43","name":"parrotI18n.ts"},{"uid":"ca41-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ca41-25":{"renderedLength":2257,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-24"},"ca41-27":{"renderedLength":5156,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-26"},"ca41-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-28"},"ca41-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-30"},"ca41-33":{"renderedLength":2075,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-32"},"ca41-35":{"renderedLength":4796,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-34"},"ca41-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-36"},"ca41-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-38"},"ca41-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-40"},"ca41-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-42"},"ca41-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-44"}},"nodeMetas":{"ca41-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ca41-25"},"imported":[],"importedBy":[{"uid":"ca41-30"}]},"ca41-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ca41-27"},"imported":[],"importedBy":[{"uid":"ca41-30"}]},"ca41-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ca41-29"},"imported":[],"importedBy":[{"uid":"ca41-30"}]},"ca41-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ca41-31"},"imported":[{"uid":"ca41-24"},{"uid":"ca41-26"},{"uid":"ca41-28"}],"importedBy":[{"uid":"ca41-40"}]},"ca41-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ca41-33"},"imported":[],"importedBy":[{"uid":"ca41-38"}]},"ca41-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ca41-35"},"imported":[],"importedBy":[{"uid":"ca41-38"}]},"ca41-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ca41-37"},"imported":[],"importedBy":[{"uid":"ca41-38"}]},"ca41-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ca41-39"},"imported":[{"uid":"ca41-32"},{"uid":"ca41-34"},{"uid":"ca41-36"}],"importedBy":[{"uid":"ca41-40"}]},"ca41-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ca41-41"},"imported":[{"uid":"ca41-30"},{"uid":"ca41-38"}],"importedBy":[{"uid":"ca41-44"},{"uid":"ca41-42"}]},"ca41-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ca41-43"},"imported":[{"uid":"ca41-46"},{"uid":"ca41-47"},{"uid":"ca41-40"}],"importedBy":[{"uid":"ca41-44"}]},"ca41-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ca41-45"},"imported":[{"uid":"ca41-40"},{"uid":"ca41-42"}],"importedBy":[],"isEntry":true},"ca41-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ca41-42"}],"isExternal":true},"ca41-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ca41-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"2d3e-25","name":"common.json"},{"uid":"2d3e-27","name":"components.json"},{"uid":"2d3e-29","name":"metric.json"},{"uid":"2d3e-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"2d3e-33","name":"common.json"},{"uid":"2d3e-35","name":"components.json"},{"uid":"2d3e-37","name":"metric.json"},{"uid":"2d3e-39","name":"index.ts"}]},{"uid":"2d3e-41","name":"index.ts"}]},{"uid":"2d3e-43","name":"parrotI18n.ts"},{"uid":"2d3e-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"2d3e-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-24"},"2d3e-27":{"renderedLength":6396,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-26"},"2d3e-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-28"},"2d3e-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-30"},"2d3e-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-32"},"2d3e-35":{"renderedLength":5971,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-34"},"2d3e-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-36"},"2d3e-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-38"},"2d3e-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-40"},"2d3e-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-42"},"2d3e-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-44"}},"nodeMetas":{"2d3e-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"2d3e-25"},"imported":[],"importedBy":[{"uid":"2d3e-30"}]},"2d3e-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"2d3e-27"},"imported":[],"importedBy":[{"uid":"2d3e-30"}]},"2d3e-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"2d3e-29"},"imported":[],"importedBy":[{"uid":"2d3e-30"}]},"2d3e-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"2d3e-31"},"imported":[{"uid":"2d3e-24"},{"uid":"2d3e-26"},{"uid":"2d3e-28"}],"importedBy":[{"uid":"2d3e-40"}]},"2d3e-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"2d3e-33"},"imported":[],"importedBy":[{"uid":"2d3e-38"}]},"2d3e-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"2d3e-35"},"imported":[],"importedBy":[{"uid":"2d3e-38"}]},"2d3e-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"2d3e-37"},"imported":[],"importedBy":[{"uid":"2d3e-38"}]},"2d3e-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"2d3e-39"},"imported":[{"uid":"2d3e-32"},{"uid":"2d3e-34"},{"uid":"2d3e-36"}],"importedBy":[{"uid":"2d3e-40"}]},"2d3e-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"2d3e-41"},"imported":[{"uid":"2d3e-30"},{"uid":"2d3e-38"}],"importedBy":[{"uid":"2d3e-44"},{"uid":"2d3e-42"}]},"2d3e-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"2d3e-43"},"imported":[{"uid":"2d3e-46"},{"uid":"2d3e-47"},{"uid":"2d3e-40"}],"importedBy":[{"uid":"2d3e-44"}]},"2d3e-44":{"id":"/src/index.ts","moduleParts":{"index.js":"2d3e-45"},"imported":[{"uid":"2d3e-40"},{"uid":"2d3e-42"}],"importedBy":[],"isEntry":true},"2d3e-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"2d3e-42"}],"isExternal":true},"2d3e-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"2d3e-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;
@@ -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$1 = "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$1,
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 = "当前值";
@@ -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":"ca41-1","name":"common.json"},{"uid":"ca41-3","name":"components.json"},{"uid":"ca41-5","name":"metric.json"},{"uid":"ca41-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ca41-9","name":"common.json"},{"uid":"ca41-11","name":"components.json"},{"uid":"ca41-13","name":"metric.json"},{"uid":"ca41-15","name":"index.ts"}]},{"uid":"ca41-17","name":"index.ts"}]},{"uid":"ca41-19","name":"parrotI18n.ts"},{"uid":"ca41-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ca41-1":{"renderedLength":2437,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-0"},"ca41-3":{"renderedLength":5378,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-2"},"ca41-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-4"},"ca41-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-6"},"ca41-9":{"renderedLength":2255,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-8"},"ca41-11":{"renderedLength":5018,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-10"},"ca41-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-12"},"ca41-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-14"},"ca41-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-16"},"ca41-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-18"},"ca41-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ca41-20"}},"nodeMetas":{"ca41-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ca41-1"},"imported":[],"importedBy":[{"uid":"ca41-6"}]},"ca41-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ca41-3"},"imported":[],"importedBy":[{"uid":"ca41-6"}]},"ca41-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ca41-5"},"imported":[],"importedBy":[{"uid":"ca41-6"}]},"ca41-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ca41-7"},"imported":[{"uid":"ca41-0"},{"uid":"ca41-2"},{"uid":"ca41-4"}],"importedBy":[{"uid":"ca41-16"}]},"ca41-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ca41-9"},"imported":[],"importedBy":[{"uid":"ca41-14"}]},"ca41-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ca41-11"},"imported":[],"importedBy":[{"uid":"ca41-14"}]},"ca41-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ca41-13"},"imported":[],"importedBy":[{"uid":"ca41-14"}]},"ca41-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ca41-15"},"imported":[{"uid":"ca41-8"},{"uid":"ca41-10"},{"uid":"ca41-12"}],"importedBy":[{"uid":"ca41-16"}]},"ca41-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ca41-17"},"imported":[{"uid":"ca41-6"},{"uid":"ca41-14"}],"importedBy":[{"uid":"ca41-20"},{"uid":"ca41-18"}]},"ca41-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ca41-19"},"imported":[{"uid":"ca41-22"},{"uid":"ca41-23"},{"uid":"ca41-16"}],"importedBy":[{"uid":"ca41-20"}]},"ca41-20":{"id":"/src/index.ts","moduleParts":{"index.js":"ca41-21"},"imported":[{"uid":"ca41-16"},{"uid":"ca41-18"}],"importedBy":[],"isEntry":true},"ca41-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ca41-18"}],"isExternal":true},"ca41-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ca41-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"2d3e-1","name":"common.json"},{"uid":"2d3e-3","name":"components.json"},{"uid":"2d3e-5","name":"metric.json"},{"uid":"2d3e-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"2d3e-9","name":"common.json"},{"uid":"2d3e-11","name":"components.json"},{"uid":"2d3e-13","name":"metric.json"},{"uid":"2d3e-15","name":"index.ts"}]},{"uid":"2d3e-17","name":"index.ts"}]},{"uid":"2d3e-19","name":"parrotI18n.ts"},{"uid":"2d3e-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"2d3e-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-0"},"2d3e-3":{"renderedLength":6676,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-2"},"2d3e-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-4"},"2d3e-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-6"},"2d3e-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-8"},"2d3e-11":{"renderedLength":6251,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-10"},"2d3e-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-12"},"2d3e-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-14"},"2d3e-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-16"},"2d3e-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-18"},"2d3e-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2d3e-20"}},"nodeMetas":{"2d3e-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"2d3e-1"},"imported":[],"importedBy":[{"uid":"2d3e-6"}]},"2d3e-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"2d3e-3"},"imported":[],"importedBy":[{"uid":"2d3e-6"}]},"2d3e-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"2d3e-5"},"imported":[],"importedBy":[{"uid":"2d3e-6"}]},"2d3e-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"2d3e-7"},"imported":[{"uid":"2d3e-0"},{"uid":"2d3e-2"},{"uid":"2d3e-4"}],"importedBy":[{"uid":"2d3e-16"}]},"2d3e-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"2d3e-9"},"imported":[],"importedBy":[{"uid":"2d3e-14"}]},"2d3e-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"2d3e-11"},"imported":[],"importedBy":[{"uid":"2d3e-14"}]},"2d3e-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"2d3e-13"},"imported":[],"importedBy":[{"uid":"2d3e-14"}]},"2d3e-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"2d3e-15"},"imported":[{"uid":"2d3e-8"},{"uid":"2d3e-10"},{"uid":"2d3e-12"}],"importedBy":[{"uid":"2d3e-16"}]},"2d3e-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"2d3e-17"},"imported":[{"uid":"2d3e-6"},{"uid":"2d3e-14"}],"importedBy":[{"uid":"2d3e-20"},{"uid":"2d3e-18"}]},"2d3e-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"2d3e-19"},"imported":[{"uid":"2d3e-22"},{"uid":"2d3e-23"},{"uid":"2d3e-16"}],"importedBy":[{"uid":"2d3e-20"}]},"2d3e-20":{"id":"/src/index.ts","moduleParts":{"index.js":"2d3e-21"},"imported":[{"uid":"2d3e-16"},{"uid":"2d3e-18"}],"importedBy":[],"isEntry":true},"2d3e-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"2d3e-18"}],"isExternal":true},"2d3e-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"2d3e-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.23",
3
+ "version": "0.27.25",
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": "8f46495a306b7f770e182618d23af9c399b3de1f"
48
+ "gitHead": "5848f12589b255ebec7162cc75e4960550760ced"
49
49
  }