@cloudtower/parrot 0.27.1 → 0.27.2-calendar

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
@@ -11,6 +11,7 @@ var contains$3 = "Contains";
11
11
  var confirm$1 = "Confirm";
12
12
  var empty$3 = "No ";
13
13
  var enable$1 = "Enable";
14
+ var disable$1 = "Disable";
14
15
  var error$1 = "Error";
15
16
  var next_step$1 = "Next";
16
17
  var not_contains$3 = "Not Contains";
@@ -36,6 +37,14 @@ var day$1 = "Day";
36
37
  var hour$1 = "Hour";
37
38
  var minute$1 = "Minute";
38
39
  var second$1 = "Second";
40
+ var monday$1 = "Monday";
41
+ var tuesday$1 = "Tuesday";
42
+ var wednesday$1 = "Wednesday";
43
+ var thursday$1 = "Thursday";
44
+ var friday$1 = "Friday";
45
+ var saturday$1 = "Saturday";
46
+ var sunday$1 = "Sunday";
47
+ var month$1 = "Month";
39
48
  var common$1 = {
40
49
  _action_: _action_$1,
41
50
  action: action$1,
@@ -47,6 +56,7 @@ var common$1 = {
47
56
  confirm: confirm$1,
48
57
  empty: empty$3,
49
58
  enable: enable$1,
59
+ disable: disable$1,
50
60
  error: error$1,
51
61
  next_step: next_step$1,
52
62
  not_contains: not_contains$3,
@@ -71,7 +81,15 @@ var common$1 = {
71
81
  day: day$1,
72
82
  hour: hour$1,
73
83
  minute: minute$1,
74
- second: second$1
84
+ second: second$1,
85
+ monday: monday$1,
86
+ tuesday: tuesday$1,
87
+ wednesday: wednesday$1,
88
+ thursday: thursday$1,
89
+ friday: friday$1,
90
+ saturday: saturday$1,
91
+ sunday: sunday$1,
92
+ month: month$1
75
93
  };
76
94
 
77
95
  var contains$2 = "Contains";
@@ -89,7 +107,7 @@ var unknow_error$1 = "Unknown error";
89
107
  var to$1 = "to";
90
108
  var time_zone_select_placeholder$1 = "Enter city or time zone";
91
109
  var browser_time_zone$1 = "Browser Time Zone";
92
- var coorddinated_universal_time$1 = "Coorddinated Universal Time";
110
+ var coordinated_universal_time$1 = "Coordinated Universal Time";
93
111
  var Architecture_AARCH64$1 = "AArch64";
94
112
  var Architecture_X86_64$1 = "x86_64";
95
113
  var maximum_row_count_desc$1 = "At most {count} items.";
@@ -97,6 +115,36 @@ var remove$1 = "Remove";
97
115
  var add$1 = "Add";
98
116
  var prefix$1 = "Prefix";
99
117
  var suffix$1 = "Suffix";
118
+ var as_day$1 = "By Day";
119
+ var count$1 = "";
120
+ var per_day_1$1 = "Repeat every";
121
+ var per_day_2$1 = "day(s) at";
122
+ var per_day_3$1 = "";
123
+ var execution_time$1 = "Execution Time: ";
124
+ var as_week$1 = "By Week";
125
+ var as_month$1 = "By Month";
126
+ var week_with_below_date$1 = "week(s), on the following day(s):";
127
+ var month_with_below_date$1 = "month(s), on the following days(s):";
128
+ var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
129
+ var retain_with_count$1 = "Retain {count} reports";
130
+ var start_date$1 = "Start Date";
131
+ var retain_date$1 = "Retain copies";
132
+ var next_generate_with_date$1 = "The next report will be generated on {date}";
133
+ var will_save_one_to_thirty_report$1 = "You can retain 1-30 copies of the most recently generated reports.";
134
+ var every_day_with_time$1 = "Every day at {time}";
135
+ var every_day_with_count_and_time$1 = "Every {count} days at {time}";
136
+ var every_week_with_time$1 = "Every week at {time}";
137
+ var every_week_with_day_and_time$1 = "Every week on {day} at {time}";
138
+ var every_weeks_with_count_and_time$1 = "Every {count} weeks at {time}";
139
+ var every_weeks_with_count_and_day_and_time$1 = "Every {count} weeks on {day} at {time}";
140
+ var every_month_with_time$1 = "Every month at {time}";
141
+ var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
142
+ var every_months_with_count_and_time$1 = "Every {count} months at {time}";
143
+ var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
144
+ var generate_date_preview$1 = "Generate Date Preview";
145
+ var date_with_year_and_month$1 = "{month} {year}";
146
+ var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
147
+ var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
100
148
  var components$1 = {
101
149
  contains: contains$2,
102
150
  custom_column: custom_column$1,
@@ -114,14 +162,44 @@ var components$1 = {
114
162
  to: to$1,
115
163
  time_zone_select_placeholder: time_zone_select_placeholder$1,
116
164
  browser_time_zone: browser_time_zone$1,
117
- coorddinated_universal_time: coorddinated_universal_time$1,
165
+ coordinated_universal_time: coordinated_universal_time$1,
118
166
  Architecture_AARCH64: Architecture_AARCH64$1,
119
167
  Architecture_X86_64: Architecture_X86_64$1,
120
168
  maximum_row_count_desc: maximum_row_count_desc$1,
121
169
  remove: remove$1,
122
170
  add: add$1,
123
171
  prefix: prefix$1,
124
- suffix: suffix$1
172
+ suffix: suffix$1,
173
+ as_day: as_day$1,
174
+ count: count$1,
175
+ per_day_1: per_day_1$1,
176
+ per_day_2: per_day_2$1,
177
+ per_day_3: per_day_3$1,
178
+ execution_time: execution_time$1,
179
+ as_week: as_week$1,
180
+ as_month: as_month$1,
181
+ week_with_below_date: week_with_below_date$1,
182
+ month_with_below_date: month_with_below_date$1,
183
+ will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
184
+ retain_with_count: retain_with_count$1,
185
+ start_date: start_date$1,
186
+ retain_date: retain_date$1,
187
+ next_generate_with_date: next_generate_with_date$1,
188
+ will_save_one_to_thirty_report: will_save_one_to_thirty_report$1,
189
+ every_day_with_time: every_day_with_time$1,
190
+ every_day_with_count_and_time: every_day_with_count_and_time$1,
191
+ every_week_with_time: every_week_with_time$1,
192
+ every_week_with_day_and_time: every_week_with_day_and_time$1,
193
+ every_weeks_with_count_and_time: every_weeks_with_count_and_time$1,
194
+ every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time$1,
195
+ every_month_with_time: every_month_with_time$1,
196
+ every_month_with_day_and_time: every_month_with_day_and_time$1,
197
+ every_months_with_count_and_time: every_months_with_count_and_time$1,
198
+ every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1,
199
+ generate_date_preview: generate_date_preview$1,
200
+ date_with_year_and_month: date_with_year_and_month$1,
201
+ will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
202
+ will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
125
203
  };
126
204
 
127
205
  var current$1 = "Current value";
@@ -149,6 +227,7 @@ var contains$1 = "包含";
149
227
  var confirm = "确定";
150
228
  var empty$1 = "无";
151
229
  var enable = "启用";
230
+ var disable = "禁用";
152
231
  var error = "错误";
153
232
  var next_step = "下一步";
154
233
  var not_contains$1 = "不包含";
@@ -174,6 +253,14 @@ var day = "天";
174
253
  var hour = "小时";
175
254
  var minute = "分钟";
176
255
  var second = "秒";
256
+ var monday = "周一";
257
+ var tuesday = "周二";
258
+ var wednesday = "周三";
259
+ var thursday = "周四";
260
+ var friday = "周五";
261
+ var saturday = "周六";
262
+ var sunday = "周日";
263
+ var month = "月";
177
264
  var common = {
178
265
  _action_: _action_,
179
266
  action: action,
@@ -185,6 +272,7 @@ var common = {
185
272
  confirm: confirm,
186
273
  empty: empty$1,
187
274
  enable: enable,
275
+ disable: disable,
188
276
  error: error,
189
277
  next_step: next_step,
190
278
  not_contains: not_contains$1,
@@ -209,7 +297,15 @@ var common = {
209
297
  day: day,
210
298
  hour: hour,
211
299
  minute: minute,
212
- second: second
300
+ second: second,
301
+ monday: monday,
302
+ tuesday: tuesday,
303
+ wednesday: wednesday,
304
+ thursday: thursday,
305
+ friday: friday,
306
+ saturday: saturday,
307
+ sunday: sunday,
308
+ month: month
213
309
  };
214
310
 
215
311
  var contains = "包含";
@@ -227,7 +323,7 @@ var unknow_error = "未知错误";
227
323
  var to = "至";
228
324
  var time_zone_select_placeholder = "输入城市、时区";
229
325
  var browser_time_zone = "浏览器时区";
230
- var coorddinated_universal_time = "协调世界时";
326
+ var coordinated_universal_time = "协调世界时";
231
327
  var Architecture_AARCH64 = "AArch64";
232
328
  var Architecture_X86_64 = "x86_64";
233
329
  var maximum_row_count_desc = "最多添加 {count} 项。";
@@ -235,6 +331,36 @@ var remove = "移除";
235
331
  var add = "添加";
236
332
  var prefix = "前缀";
237
333
  var suffix = "后缀";
334
+ var as_day = "按天";
335
+ var count = "份";
336
+ var per_day_1 = "每";
337
+ var per_day_2 = "天,";
338
+ var per_day_3 = "生成。";
339
+ var execution_time = "生成时间:";
340
+ var as_week = "按周";
341
+ var as_month = "按月";
342
+ var week_with_below_date = "周的如下日期:";
343
+ var month_with_below_date = "个月的如下日期:";
344
+ var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
345
+ var retain_with_count = "保留 {count} 份";
346
+ var start_date = "开始日期";
347
+ var retain_date = "保留份数";
348
+ var next_generate_with_date = "下次生成将会发生在:{date}";
349
+ var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
350
+ var every_day_with_time = "每天的 {time}";
351
+ var every_day_with_count_and_time = "每 {count} 天的 {time}";
352
+ var every_week_with_time = "每周的 {time}";
353
+ var every_week_with_day_and_time = "每周的周{day} {time}";
354
+ var every_weeks_with_count_and_time = "每 {count} 周的 {time}";
355
+ var every_weeks_with_count_and_day_and_time = "每 {count} 周的周{day} {time}";
356
+ var every_month_with_time = "每月的 {time}";
357
+ var every_month_with_day_and_time = "每月的 {day} 号 {time}";
358
+ var every_months_with_count_and_time = "每 {count} 月的 {time}";
359
+ var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
360
+ var generate_date_preview = "生成日期预览";
361
+ var date_with_year_and_month = "{year} 年 {month}";
362
+ var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
363
+ var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
238
364
  var components = {
239
365
  contains: contains,
240
366
  custom_column: custom_column,
@@ -252,14 +378,44 @@ var components = {
252
378
  to: to,
253
379
  time_zone_select_placeholder: time_zone_select_placeholder,
254
380
  browser_time_zone: browser_time_zone,
255
- coorddinated_universal_time: coorddinated_universal_time,
381
+ coordinated_universal_time: coordinated_universal_time,
256
382
  Architecture_AARCH64: Architecture_AARCH64,
257
383
  Architecture_X86_64: Architecture_X86_64,
258
384
  maximum_row_count_desc: maximum_row_count_desc,
259
385
  remove: remove,
260
386
  add: add,
261
387
  prefix: prefix,
262
- suffix: suffix
388
+ suffix: suffix,
389
+ as_day: as_day,
390
+ count: count,
391
+ per_day_1: per_day_1,
392
+ per_day_2: per_day_2,
393
+ per_day_3: per_day_3,
394
+ execution_time: execution_time,
395
+ as_week: as_week,
396
+ as_month: as_month,
397
+ week_with_below_date: week_with_below_date,
398
+ month_with_below_date: month_with_below_date,
399
+ will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
400
+ retain_with_count: retain_with_count,
401
+ start_date: start_date,
402
+ retain_date: retain_date,
403
+ next_generate_with_date: next_generate_with_date,
404
+ will_save_one_to_thirty_report: will_save_one_to_thirty_report,
405
+ every_day_with_time: every_day_with_time,
406
+ every_day_with_count_and_time: every_day_with_count_and_time,
407
+ every_week_with_time: every_week_with_time,
408
+ every_week_with_day_and_time: every_week_with_day_and_time,
409
+ every_weeks_with_count_and_time: every_weeks_with_count_and_time,
410
+ every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time,
411
+ every_month_with_time: every_month_with_time,
412
+ every_month_with_day_and_time: every_month_with_day_and_time,
413
+ every_months_with_count_and_time: every_months_with_count_and_time,
414
+ every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
415
+ generate_date_preview: generate_date_preview,
416
+ date_with_year_and_month: date_with_year_and_month,
417
+ will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
418
+ will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
263
419
  };
264
420
 
265
421
  var current = "当前值";
@@ -301,6 +457,11 @@ var __spreadValues = (a, b) => {
301
457
  return a;
302
458
  };
303
459
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
460
+ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
461
+ ParrotLngs2["zh"] = "zh-CN";
462
+ ParrotLngs2["en"] = "en-US";
463
+ return ParrotLngs2;
464
+ })(ParrotLngs || {});
304
465
  const defaultOptions = {
305
466
  lng: "zh-CN" /* zh */,
306
467
  fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
@@ -333,4 +494,4 @@ const initParrotI18n = (options, callback) => {
333
494
  }
334
495
  };
335
496
 
336
- export { initParrotI18n, locales, parrotI18n };
497
+ export { ParrotLngs, initParrotI18n, locales, parrotI18n };
@@ -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":"5d58-25","name":"common.json"},{"uid":"5d58-27","name":"components.json"},{"uid":"5d58-29","name":"metric.json"},{"uid":"5d58-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5d58-33","name":"common.json"},{"uid":"5d58-35","name":"components.json"},{"uid":"5d58-37","name":"metric.json"},{"uid":"5d58-39","name":"index.ts"}]},{"uid":"5d58-41","name":"index.ts"}]},{"uid":"5d58-43","name":"parrotI18n.ts"},{"uid":"5d58-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5d58-25":{"renderedLength":1829,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-24"},"5d58-27":{"renderedLength":1698,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-26"},"5d58-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-28"},"5d58-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-30"},"5d58-33":{"renderedLength":1694,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-32"},"5d58-35":{"renderedLength":1587,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-34"},"5d58-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-36"},"5d58-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-38"},"5d58-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-40"},"5d58-43":{"renderedLength":1735,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-42"},"5d58-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-44"}},"nodeMetas":{"5d58-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5d58-25"},"imported":[],"importedBy":[{"uid":"5d58-30"}]},"5d58-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5d58-27"},"imported":[],"importedBy":[{"uid":"5d58-30"}]},"5d58-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5d58-29"},"imported":[],"importedBy":[{"uid":"5d58-30"}]},"5d58-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5d58-31"},"imported":[{"uid":"5d58-24"},{"uid":"5d58-26"},{"uid":"5d58-28"}],"importedBy":[{"uid":"5d58-40"}]},"5d58-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5d58-33"},"imported":[],"importedBy":[{"uid":"5d58-38"}]},"5d58-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5d58-35"},"imported":[],"importedBy":[{"uid":"5d58-38"}]},"5d58-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5d58-37"},"imported":[],"importedBy":[{"uid":"5d58-38"}]},"5d58-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5d58-39"},"imported":[{"uid":"5d58-32"},{"uid":"5d58-34"},{"uid":"5d58-36"}],"importedBy":[{"uid":"5d58-40"}]},"5d58-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5d58-41"},"imported":[{"uid":"5d58-30"},{"uid":"5d58-38"}],"importedBy":[{"uid":"5d58-44"},{"uid":"5d58-42"}]},"5d58-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5d58-43"},"imported":[{"uid":"5d58-46"},{"uid":"5d58-47"},{"uid":"5d58-40"}],"importedBy":[{"uid":"5d58-44"}]},"5d58-44":{"id":"/src/index.ts","moduleParts":{"index.js":"5d58-45"},"imported":[{"uid":"5d58-40"},{"uid":"5d58-42"}],"importedBy":[],"isEntry":true},"5d58-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5d58-42"}],"isExternal":true},"5d58-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5d58-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":"d276-25","name":"common.json"},{"uid":"d276-27","name":"components.json"},{"uid":"d276-29","name":"metric.json"},{"uid":"d276-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"d276-33","name":"common.json"},{"uid":"d276-35","name":"components.json"},{"uid":"d276-37","name":"metric.json"},{"uid":"d276-39","name":"index.ts"}]},{"uid":"d276-41","name":"index.ts"}]},{"uid":"d276-43","name":"parrotI18n.ts"},{"uid":"d276-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d276-25":{"renderedLength":2257,"gzipLength":0,"brotliLength":0,"metaUid":"d276-24"},"d276-27":{"renderedLength":5042,"gzipLength":0,"brotliLength":0,"metaUid":"d276-26"},"d276-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"d276-28"},"d276-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"d276-30"},"d276-33":{"renderedLength":2075,"gzipLength":0,"brotliLength":0,"metaUid":"d276-32"},"d276-35":{"renderedLength":4684,"gzipLength":0,"brotliLength":0,"metaUid":"d276-34"},"d276-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"d276-36"},"d276-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"d276-38"},"d276-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"d276-40"},"d276-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"d276-42"},"d276-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d276-44"}},"nodeMetas":{"d276-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"d276-25"},"imported":[],"importedBy":[{"uid":"d276-30"}]},"d276-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"d276-27"},"imported":[],"importedBy":[{"uid":"d276-30"}]},"d276-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"d276-29"},"imported":[],"importedBy":[{"uid":"d276-30"}]},"d276-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"d276-31"},"imported":[{"uid":"d276-24"},{"uid":"d276-26"},{"uid":"d276-28"}],"importedBy":[{"uid":"d276-40"}]},"d276-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"d276-33"},"imported":[],"importedBy":[{"uid":"d276-38"}]},"d276-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"d276-35"},"imported":[],"importedBy":[{"uid":"d276-38"}]},"d276-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"d276-37"},"imported":[],"importedBy":[{"uid":"d276-38"}]},"d276-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"d276-39"},"imported":[{"uid":"d276-32"},{"uid":"d276-34"},{"uid":"d276-36"}],"importedBy":[{"uid":"d276-40"}]},"d276-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"d276-41"},"imported":[{"uid":"d276-30"},{"uid":"d276-38"}],"importedBy":[{"uid":"d276-44"},{"uid":"d276-42"}]},"d276-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"d276-43"},"imported":[{"uid":"d276-46"},{"uid":"d276-47"},{"uid":"d276-40"}],"importedBy":[{"uid":"d276-44"}]},"d276-44":{"id":"/src/index.ts","moduleParts":{"index.js":"d276-45"},"imported":[{"uid":"d276-40"},{"uid":"d276-42"}],"importedBy":[],"isEntry":true},"d276-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"d276-42"}],"isExternal":true},"d276-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"d276-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;
@@ -10,6 +10,7 @@ declare const locale: {
10
10
  confirm: string;
11
11
  empty: string;
12
12
  enable: string;
13
+ disable: string;
13
14
  error: string;
14
15
  next_step: string;
15
16
  not_contains: string;
@@ -35,6 +36,14 @@ declare const locale: {
35
36
  hour: string;
36
37
  minute: string;
37
38
  second: string;
39
+ monday: string;
40
+ tuesday: string;
41
+ wednesday: string;
42
+ thursday: string;
43
+ friday: string;
44
+ saturday: string;
45
+ sunday: string;
46
+ month: string;
38
47
  };
39
48
  components: {
40
49
  contains: string;
@@ -53,7 +62,7 @@ declare const locale: {
53
62
  to: string;
54
63
  time_zone_select_placeholder: string;
55
64
  browser_time_zone: string;
56
- coorddinated_universal_time: string;
65
+ coordinated_universal_time: string;
57
66
  Architecture_AARCH64: string;
58
67
  Architecture_X86_64: string;
59
68
  maximum_row_count_desc: string;
@@ -61,6 +70,36 @@ declare const locale: {
61
70
  add: string;
62
71
  prefix: string;
63
72
  suffix: string;
73
+ as_day: string;
74
+ count: string;
75
+ per_day_1: string;
76
+ per_day_2: string;
77
+ per_day_3: string;
78
+ execution_time: string;
79
+ as_week: string;
80
+ as_month: string;
81
+ week_with_below_date: string;
82
+ month_with_below_date: string;
83
+ will_excute_at_last_day_with_date: string;
84
+ retain_with_count: string;
85
+ start_date: string;
86
+ retain_date: string;
87
+ next_generate_with_date: string;
88
+ will_save_one_to_thirty_report: string;
89
+ every_day_with_time: string;
90
+ every_day_with_count_and_time: string;
91
+ every_week_with_time: string;
92
+ every_week_with_day_and_time: string;
93
+ every_weeks_with_count_and_time: string;
94
+ every_weeks_with_count_and_day_and_time: string;
95
+ every_month_with_time: string;
96
+ every_month_with_day_and_time: string;
97
+ every_months_with_count_and_time: string;
98
+ every_months_with_count_and_day_and_time: string;
99
+ generate_date_preview: string;
100
+ date_with_year_and_month: string;
101
+ will_generate_one_reporte_with_date_and_time: string;
102
+ will_generate_report_will_date_and_count: string;
64
103
  };
65
104
  metric: {
66
105
  current: string;
@@ -11,6 +11,7 @@ declare const locales: {
11
11
  confirm: string;
12
12
  empty: string;
13
13
  enable: string;
14
+ disable: string;
14
15
  error: string;
15
16
  next_step: string;
16
17
  not_contains: string;
@@ -36,6 +37,14 @@ declare const locales: {
36
37
  hour: string;
37
38
  minute: string;
38
39
  second: string;
40
+ monday: string;
41
+ tuesday: string;
42
+ wednesday: string;
43
+ thursday: string;
44
+ friday: string;
45
+ saturday: string;
46
+ sunday: string;
47
+ month: string;
39
48
  };
40
49
  components: {
41
50
  contains: string;
@@ -54,7 +63,7 @@ declare const locales: {
54
63
  to: string;
55
64
  time_zone_select_placeholder: string;
56
65
  browser_time_zone: string;
57
- coorddinated_universal_time: string;
66
+ coordinated_universal_time: string;
58
67
  Architecture_AARCH64: string;
59
68
  Architecture_X86_64: string;
60
69
  maximum_row_count_desc: string;
@@ -62,6 +71,36 @@ declare const locales: {
62
71
  add: string;
63
72
  prefix: string;
64
73
  suffix: string;
74
+ as_day: string;
75
+ count: string;
76
+ per_day_1: string;
77
+ per_day_2: string;
78
+ per_day_3: string;
79
+ execution_time: string;
80
+ as_week: string;
81
+ as_month: string;
82
+ week_with_below_date: string;
83
+ month_with_below_date: string;
84
+ will_excute_at_last_day_with_date: string;
85
+ retain_with_count: string;
86
+ start_date: string;
87
+ retain_date: string;
88
+ next_generate_with_date: string;
89
+ will_save_one_to_thirty_report: string;
90
+ every_day_with_time: string;
91
+ every_day_with_count_and_time: string;
92
+ every_week_with_time: string;
93
+ every_week_with_day_and_time: string;
94
+ every_weeks_with_count_and_time: string;
95
+ every_weeks_with_count_and_day_and_time: string;
96
+ every_month_with_time: string;
97
+ every_month_with_day_and_time: string;
98
+ every_months_with_count_and_time: string;
99
+ every_months_with_count_and_day_and_time: string;
100
+ generate_date_preview: string;
101
+ date_with_year_and_month: string;
102
+ will_generate_one_reporte_with_date_and_time: string;
103
+ will_generate_report_will_date_and_count: string;
65
104
  };
66
105
  metric: {
67
106
  current: string;
@@ -81,6 +120,7 @@ declare const locales: {
81
120
  confirm: string;
82
121
  empty: string;
83
122
  enable: string;
123
+ disable: string;
84
124
  error: string;
85
125
  next_step: string;
86
126
  not_contains: string;
@@ -106,6 +146,14 @@ declare const locales: {
106
146
  hour: string;
107
147
  minute: string;
108
148
  second: string;
149
+ monday: string;
150
+ tuesday: string;
151
+ wednesday: string;
152
+ thursday: string;
153
+ friday: string;
154
+ saturday: string;
155
+ sunday: string;
156
+ month: string;
109
157
  };
110
158
  components: {
111
159
  contains: string;
@@ -124,7 +172,7 @@ declare const locales: {
124
172
  to: string;
125
173
  time_zone_select_placeholder: string;
126
174
  browser_time_zone: string;
127
- coorddinated_universal_time: string;
175
+ coordinated_universal_time: string;
128
176
  Architecture_AARCH64: string;
129
177
  Architecture_X86_64: string;
130
178
  maximum_row_count_desc: string;
@@ -132,6 +180,36 @@ declare const locales: {
132
180
  add: string;
133
181
  prefix: string;
134
182
  suffix: string;
183
+ as_day: string;
184
+ count: string;
185
+ per_day_1: string;
186
+ per_day_2: string;
187
+ per_day_3: string;
188
+ execution_time: string;
189
+ as_week: string;
190
+ as_month: string;
191
+ week_with_below_date: string;
192
+ month_with_below_date: string;
193
+ will_excute_at_last_day_with_date: string;
194
+ retain_with_count: string;
195
+ start_date: string;
196
+ retain_date: string;
197
+ next_generate_with_date: string;
198
+ will_save_one_to_thirty_report: string;
199
+ every_day_with_time: string;
200
+ every_day_with_count_and_time: string;
201
+ every_week_with_time: string;
202
+ every_week_with_day_and_time: string;
203
+ every_weeks_with_count_and_time: string;
204
+ every_weeks_with_count_and_day_and_time: string;
205
+ every_month_with_time: string;
206
+ every_month_with_day_and_time: string;
207
+ every_months_with_count_and_time: string;
208
+ every_months_with_count_and_day_and_time: string;
209
+ generate_date_preview: string;
210
+ date_with_year_and_month: string;
211
+ will_generate_one_reporte_with_date_and_time: string;
212
+ will_generate_report_will_date_and_count: string;
135
213
  };
136
214
  metric: {
137
215
  current: string;
@@ -10,6 +10,7 @@ declare const locale: {
10
10
  confirm: string;
11
11
  empty: string;
12
12
  enable: string;
13
+ disable: string;
13
14
  error: string;
14
15
  next_step: string;
15
16
  not_contains: string;
@@ -35,6 +36,14 @@ declare const locale: {
35
36
  hour: string;
36
37
  minute: string;
37
38
  second: string;
39
+ monday: string;
40
+ tuesday: string;
41
+ wednesday: string;
42
+ thursday: string;
43
+ friday: string;
44
+ saturday: string;
45
+ sunday: string;
46
+ month: string;
38
47
  };
39
48
  components: {
40
49
  contains: string;
@@ -53,7 +62,7 @@ declare const locale: {
53
62
  to: string;
54
63
  time_zone_select_placeholder: string;
55
64
  browser_time_zone: string;
56
- coorddinated_universal_time: string;
65
+ coordinated_universal_time: string;
57
66
  Architecture_AARCH64: string;
58
67
  Architecture_X86_64: string;
59
68
  maximum_row_count_desc: string;
@@ -61,6 +70,36 @@ declare const locale: {
61
70
  add: string;
62
71
  prefix: string;
63
72
  suffix: string;
73
+ as_day: string;
74
+ count: string;
75
+ per_day_1: string;
76
+ per_day_2: string;
77
+ per_day_3: string;
78
+ execution_time: string;
79
+ as_week: string;
80
+ as_month: string;
81
+ week_with_below_date: string;
82
+ month_with_below_date: string;
83
+ will_excute_at_last_day_with_date: string;
84
+ retain_with_count: string;
85
+ start_date: string;
86
+ retain_date: string;
87
+ next_generate_with_date: string;
88
+ will_save_one_to_thirty_report: string;
89
+ every_day_with_time: string;
90
+ every_day_with_count_and_time: string;
91
+ every_week_with_time: string;
92
+ every_week_with_day_and_time: string;
93
+ every_weeks_with_count_and_time: string;
94
+ every_weeks_with_count_and_day_and_time: string;
95
+ every_month_with_time: string;
96
+ every_month_with_day_and_time: string;
97
+ every_months_with_count_and_time: string;
98
+ every_months_with_count_and_day_and_time: string;
99
+ generate_date_preview: string;
100
+ date_with_year_and_month: string;
101
+ will_generate_one_reporte_with_date_and_time: string;
102
+ will_generate_report_will_date_and_count: string;
64
103
  };
65
104
  metric: {
66
105
  current: string;
@@ -1,4 +1,8 @@
1
1
  import { Callback, InitOptions } from "i18next";
2
+ export declare enum ParrotLngs {
3
+ zh = "zh-CN",
4
+ en = "en-US"
5
+ }
2
6
  declare const parrotI18n: import("i18next").i18n;
3
7
  export default parrotI18n;
4
8
  export declare const initParrotI18n: (options?: InitOptions, callback?: Callback | undefined) => void;
package/dist/umd/index.js CHANGED
@@ -14,6 +14,7 @@
14
14
  var confirm$1 = "Confirm";
15
15
  var empty$3 = "No ";
16
16
  var enable$1 = "Enable";
17
+ var disable$1 = "Disable";
17
18
  var error$1 = "Error";
18
19
  var next_step$1 = "Next";
19
20
  var not_contains$3 = "Not Contains";
@@ -39,6 +40,14 @@
39
40
  var hour$1 = "Hour";
40
41
  var minute$1 = "Minute";
41
42
  var second$1 = "Second";
43
+ var monday$1 = "Monday";
44
+ var tuesday$1 = "Tuesday";
45
+ var wednesday$1 = "Wednesday";
46
+ var thursday$1 = "Thursday";
47
+ var friday$1 = "Friday";
48
+ var saturday$1 = "Saturday";
49
+ var sunday$1 = "Sunday";
50
+ var month$1 = "Month";
42
51
  var common$1 = {
43
52
  _action_: _action_$1,
44
53
  action: action$1,
@@ -50,6 +59,7 @@
50
59
  confirm: confirm$1,
51
60
  empty: empty$3,
52
61
  enable: enable$1,
62
+ disable: disable$1,
53
63
  error: error$1,
54
64
  next_step: next_step$1,
55
65
  not_contains: not_contains$3,
@@ -74,7 +84,15 @@
74
84
  day: day$1,
75
85
  hour: hour$1,
76
86
  minute: minute$1,
77
- second: second$1
87
+ second: second$1,
88
+ monday: monday$1,
89
+ tuesday: tuesday$1,
90
+ wednesday: wednesday$1,
91
+ thursday: thursday$1,
92
+ friday: friday$1,
93
+ saturday: saturday$1,
94
+ sunday: sunday$1,
95
+ month: month$1
78
96
  };
79
97
 
80
98
  var contains$2 = "Contains";
@@ -92,7 +110,7 @@
92
110
  var to$1 = "to";
93
111
  var time_zone_select_placeholder$1 = "Enter city or time zone";
94
112
  var browser_time_zone$1 = "Browser Time Zone";
95
- var coorddinated_universal_time$1 = "Coorddinated Universal Time";
113
+ var coordinated_universal_time$1 = "Coordinated Universal Time";
96
114
  var Architecture_AARCH64$1 = "AArch64";
97
115
  var Architecture_X86_64$1 = "x86_64";
98
116
  var maximum_row_count_desc$1 = "At most {count} items.";
@@ -100,6 +118,36 @@
100
118
  var add$1 = "Add";
101
119
  var prefix$1 = "Prefix";
102
120
  var suffix$1 = "Suffix";
121
+ var as_day$1 = "By Day";
122
+ var count$1 = "";
123
+ var per_day_1$1 = "Repeat every";
124
+ var per_day_2$1 = "day(s) at";
125
+ var per_day_3$1 = "";
126
+ var execution_time$1 = "Execution Time: ";
127
+ var as_week$1 = "By Week";
128
+ var as_month$1 = "By Month";
129
+ var week_with_below_date$1 = "week(s), on the following day(s):";
130
+ var month_with_below_date$1 = "month(s), on the following days(s):";
131
+ var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
132
+ var retain_with_count$1 = "Retain {count} reports";
133
+ var start_date$1 = "Start Date";
134
+ var retain_date$1 = "Retain copies";
135
+ var next_generate_with_date$1 = "The next report will be generated on {date}";
136
+ var will_save_one_to_thirty_report$1 = "You can retain 1-30 copies of the most recently generated reports.";
137
+ var every_day_with_time$1 = "Every day at {time}";
138
+ var every_day_with_count_and_time$1 = "Every {count} days at {time}";
139
+ var every_week_with_time$1 = "Every week at {time}";
140
+ var every_week_with_day_and_time$1 = "Every week on {day} at {time}";
141
+ var every_weeks_with_count_and_time$1 = "Every {count} weeks at {time}";
142
+ var every_weeks_with_count_and_day_and_time$1 = "Every {count} weeks on {day} at {time}";
143
+ var every_month_with_time$1 = "Every month at {time}";
144
+ var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
145
+ var every_months_with_count_and_time$1 = "Every {count} months at {time}";
146
+ var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
147
+ var generate_date_preview$1 = "Generate Date Preview";
148
+ var date_with_year_and_month$1 = "{month} {year}";
149
+ var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
150
+ var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
103
151
  var components$1 = {
104
152
  contains: contains$2,
105
153
  custom_column: custom_column$1,
@@ -117,14 +165,44 @@
117
165
  to: to$1,
118
166
  time_zone_select_placeholder: time_zone_select_placeholder$1,
119
167
  browser_time_zone: browser_time_zone$1,
120
- coorddinated_universal_time: coorddinated_universal_time$1,
168
+ coordinated_universal_time: coordinated_universal_time$1,
121
169
  Architecture_AARCH64: Architecture_AARCH64$1,
122
170
  Architecture_X86_64: Architecture_X86_64$1,
123
171
  maximum_row_count_desc: maximum_row_count_desc$1,
124
172
  remove: remove$1,
125
173
  add: add$1,
126
174
  prefix: prefix$1,
127
- suffix: suffix$1
175
+ suffix: suffix$1,
176
+ as_day: as_day$1,
177
+ count: count$1,
178
+ per_day_1: per_day_1$1,
179
+ per_day_2: per_day_2$1,
180
+ per_day_3: per_day_3$1,
181
+ execution_time: execution_time$1,
182
+ as_week: as_week$1,
183
+ as_month: as_month$1,
184
+ week_with_below_date: week_with_below_date$1,
185
+ month_with_below_date: month_with_below_date$1,
186
+ will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
187
+ retain_with_count: retain_with_count$1,
188
+ start_date: start_date$1,
189
+ retain_date: retain_date$1,
190
+ next_generate_with_date: next_generate_with_date$1,
191
+ will_save_one_to_thirty_report: will_save_one_to_thirty_report$1,
192
+ every_day_with_time: every_day_with_time$1,
193
+ every_day_with_count_and_time: every_day_with_count_and_time$1,
194
+ every_week_with_time: every_week_with_time$1,
195
+ every_week_with_day_and_time: every_week_with_day_and_time$1,
196
+ every_weeks_with_count_and_time: every_weeks_with_count_and_time$1,
197
+ every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time$1,
198
+ every_month_with_time: every_month_with_time$1,
199
+ every_month_with_day_and_time: every_month_with_day_and_time$1,
200
+ every_months_with_count_and_time: every_months_with_count_and_time$1,
201
+ every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1,
202
+ generate_date_preview: generate_date_preview$1,
203
+ date_with_year_and_month: date_with_year_and_month$1,
204
+ will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
205
+ will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
128
206
  };
129
207
 
130
208
  var current$1 = "Current value";
@@ -152,6 +230,7 @@
152
230
  var confirm = "确定";
153
231
  var empty$1 = "无";
154
232
  var enable = "启用";
233
+ var disable = "禁用";
155
234
  var error = "错误";
156
235
  var next_step = "下一步";
157
236
  var not_contains$1 = "不包含";
@@ -177,6 +256,14 @@
177
256
  var hour = "小时";
178
257
  var minute = "分钟";
179
258
  var second = "秒";
259
+ var monday = "周一";
260
+ var tuesday = "周二";
261
+ var wednesday = "周三";
262
+ var thursday = "周四";
263
+ var friday = "周五";
264
+ var saturday = "周六";
265
+ var sunday = "周日";
266
+ var month = "月";
180
267
  var common = {
181
268
  _action_: _action_,
182
269
  action: action,
@@ -188,6 +275,7 @@
188
275
  confirm: confirm,
189
276
  empty: empty$1,
190
277
  enable: enable,
278
+ disable: disable,
191
279
  error: error,
192
280
  next_step: next_step,
193
281
  not_contains: not_contains$1,
@@ -212,7 +300,15 @@
212
300
  day: day,
213
301
  hour: hour,
214
302
  minute: minute,
215
- second: second
303
+ second: second,
304
+ monday: monday,
305
+ tuesday: tuesday,
306
+ wednesday: wednesday,
307
+ thursday: thursday,
308
+ friday: friday,
309
+ saturday: saturday,
310
+ sunday: sunday,
311
+ month: month
216
312
  };
217
313
 
218
314
  var contains = "包含";
@@ -230,7 +326,7 @@
230
326
  var to = "至";
231
327
  var time_zone_select_placeholder = "输入城市、时区";
232
328
  var browser_time_zone = "浏览器时区";
233
- var coorddinated_universal_time = "协调世界时";
329
+ var coordinated_universal_time = "协调世界时";
234
330
  var Architecture_AARCH64 = "AArch64";
235
331
  var Architecture_X86_64 = "x86_64";
236
332
  var maximum_row_count_desc = "最多添加 {count} 项。";
@@ -238,6 +334,36 @@
238
334
  var add = "添加";
239
335
  var prefix = "前缀";
240
336
  var suffix = "后缀";
337
+ var as_day = "按天";
338
+ var count = "份";
339
+ var per_day_1 = "每";
340
+ var per_day_2 = "天,";
341
+ var per_day_3 = "生成。";
342
+ var execution_time = "生成时间:";
343
+ var as_week = "按周";
344
+ var as_month = "按月";
345
+ var week_with_below_date = "周的如下日期:";
346
+ var month_with_below_date = "个月的如下日期:";
347
+ var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
348
+ var retain_with_count = "保留 {count} 份";
349
+ var start_date = "开始日期";
350
+ var retain_date = "保留份数";
351
+ var next_generate_with_date = "下次生成将会发生在:{date}";
352
+ var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
353
+ var every_day_with_time = "每天的 {time}";
354
+ var every_day_with_count_and_time = "每 {count} 天的 {time}";
355
+ var every_week_with_time = "每周的 {time}";
356
+ var every_week_with_day_and_time = "每周的周{day} {time}";
357
+ var every_weeks_with_count_and_time = "每 {count} 周的 {time}";
358
+ var every_weeks_with_count_and_day_and_time = "每 {count} 周的周{day} {time}";
359
+ var every_month_with_time = "每月的 {time}";
360
+ var every_month_with_day_and_time = "每月的 {day} 号 {time}";
361
+ var every_months_with_count_and_time = "每 {count} 月的 {time}";
362
+ var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
363
+ var generate_date_preview = "生成日期预览";
364
+ var date_with_year_and_month = "{year} 年 {month}";
365
+ var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
366
+ var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
241
367
  var components = {
242
368
  contains: contains,
243
369
  custom_column: custom_column,
@@ -255,14 +381,44 @@
255
381
  to: to,
256
382
  time_zone_select_placeholder: time_zone_select_placeholder,
257
383
  browser_time_zone: browser_time_zone,
258
- coorddinated_universal_time: coorddinated_universal_time,
384
+ coordinated_universal_time: coordinated_universal_time,
259
385
  Architecture_AARCH64: Architecture_AARCH64,
260
386
  Architecture_X86_64: Architecture_X86_64,
261
387
  maximum_row_count_desc: maximum_row_count_desc,
262
388
  remove: remove,
263
389
  add: add,
264
390
  prefix: prefix,
265
- suffix: suffix
391
+ suffix: suffix,
392
+ as_day: as_day,
393
+ count: count,
394
+ per_day_1: per_day_1,
395
+ per_day_2: per_day_2,
396
+ per_day_3: per_day_3,
397
+ execution_time: execution_time,
398
+ as_week: as_week,
399
+ as_month: as_month,
400
+ week_with_below_date: week_with_below_date,
401
+ month_with_below_date: month_with_below_date,
402
+ will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
403
+ retain_with_count: retain_with_count,
404
+ start_date: start_date,
405
+ retain_date: retain_date,
406
+ next_generate_with_date: next_generate_with_date,
407
+ will_save_one_to_thirty_report: will_save_one_to_thirty_report,
408
+ every_day_with_time: every_day_with_time,
409
+ every_day_with_count_and_time: every_day_with_count_and_time,
410
+ every_week_with_time: every_week_with_time,
411
+ every_week_with_day_and_time: every_week_with_day_and_time,
412
+ every_weeks_with_count_and_time: every_weeks_with_count_and_time,
413
+ every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time,
414
+ every_month_with_time: every_month_with_time,
415
+ every_month_with_day_and_time: every_month_with_day_and_time,
416
+ every_months_with_count_and_time: every_months_with_count_and_time,
417
+ every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
418
+ generate_date_preview: generate_date_preview,
419
+ date_with_year_and_month: date_with_year_and_month,
420
+ will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
421
+ will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
266
422
  };
267
423
 
268
424
  var current = "当前值";
@@ -304,6 +460,11 @@
304
460
  return a;
305
461
  };
306
462
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
463
+ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
464
+ ParrotLngs2["zh"] = "zh-CN";
465
+ ParrotLngs2["en"] = "en-US";
466
+ return ParrotLngs2;
467
+ })(ParrotLngs || {});
307
468
  const defaultOptions = {
308
469
  lng: "zh-CN" /* zh */,
309
470
  fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
@@ -336,6 +497,7 @@
336
497
  }
337
498
  };
338
499
 
500
+ exports.ParrotLngs = ParrotLngs;
339
501
  exports.initParrotI18n = initParrotI18n;
340
502
  exports.locales = locales;
341
503
  exports.parrotI18n = parrotI18n;
@@ -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":"5d58-1","name":"common.json"},{"uid":"5d58-3","name":"components.json"},{"uid":"5d58-5","name":"metric.json"},{"uid":"5d58-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5d58-9","name":"common.json"},{"uid":"5d58-11","name":"components.json"},{"uid":"5d58-13","name":"metric.json"},{"uid":"5d58-15","name":"index.ts"}]},{"uid":"5d58-17","name":"index.ts"}]},{"uid":"5d58-19","name":"parrotI18n.ts"},{"uid":"5d58-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5d58-1":{"renderedLength":1973,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-0"},"5d58-3":{"renderedLength":1796,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-2"},"5d58-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-4"},"5d58-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-6"},"5d58-9":{"renderedLength":1838,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-8"},"5d58-11":{"renderedLength":1685,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-10"},"5d58-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-12"},"5d58-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-14"},"5d58-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-16"},"5d58-19":{"renderedLength":1835,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-18"},"5d58-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5d58-20"}},"nodeMetas":{"5d58-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5d58-1"},"imported":[],"importedBy":[{"uid":"5d58-6"}]},"5d58-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5d58-3"},"imported":[],"importedBy":[{"uid":"5d58-6"}]},"5d58-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5d58-5"},"imported":[],"importedBy":[{"uid":"5d58-6"}]},"5d58-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5d58-7"},"imported":[{"uid":"5d58-0"},{"uid":"5d58-2"},{"uid":"5d58-4"}],"importedBy":[{"uid":"5d58-16"}]},"5d58-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5d58-9"},"imported":[],"importedBy":[{"uid":"5d58-14"}]},"5d58-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5d58-11"},"imported":[],"importedBy":[{"uid":"5d58-14"}]},"5d58-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5d58-13"},"imported":[],"importedBy":[{"uid":"5d58-14"}]},"5d58-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5d58-15"},"imported":[{"uid":"5d58-8"},{"uid":"5d58-10"},{"uid":"5d58-12"}],"importedBy":[{"uid":"5d58-16"}]},"5d58-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5d58-17"},"imported":[{"uid":"5d58-6"},{"uid":"5d58-14"}],"importedBy":[{"uid":"5d58-20"},{"uid":"5d58-18"}]},"5d58-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5d58-19"},"imported":[{"uid":"5d58-22"},{"uid":"5d58-23"},{"uid":"5d58-16"}],"importedBy":[{"uid":"5d58-20"}]},"5d58-20":{"id":"/src/index.ts","moduleParts":{"index.js":"5d58-21"},"imported":[{"uid":"5d58-16"},{"uid":"5d58-18"}],"importedBy":[],"isEntry":true},"5d58-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5d58-18"}],"isExternal":true},"5d58-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5d58-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":"d276-1","name":"common.json"},{"uid":"d276-3","name":"components.json"},{"uid":"d276-5","name":"metric.json"},{"uid":"d276-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"d276-9","name":"common.json"},{"uid":"d276-11","name":"components.json"},{"uid":"d276-13","name":"metric.json"},{"uid":"d276-15","name":"index.ts"}]},{"uid":"d276-17","name":"index.ts"}]},{"uid":"d276-19","name":"parrotI18n.ts"},{"uid":"d276-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d276-1":{"renderedLength":2437,"gzipLength":0,"brotliLength":0,"metaUid":"d276-0"},"d276-3":{"renderedLength":5260,"gzipLength":0,"brotliLength":0,"metaUid":"d276-2"},"d276-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"d276-4"},"d276-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"d276-6"},"d276-9":{"renderedLength":2255,"gzipLength":0,"brotliLength":0,"metaUid":"d276-8"},"d276-11":{"renderedLength":4902,"gzipLength":0,"brotliLength":0,"metaUid":"d276-10"},"d276-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"d276-12"},"d276-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"d276-14"},"d276-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"d276-16"},"d276-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"d276-18"},"d276-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d276-20"}},"nodeMetas":{"d276-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"d276-1"},"imported":[],"importedBy":[{"uid":"d276-6"}]},"d276-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"d276-3"},"imported":[],"importedBy":[{"uid":"d276-6"}]},"d276-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"d276-5"},"imported":[],"importedBy":[{"uid":"d276-6"}]},"d276-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"d276-7"},"imported":[{"uid":"d276-0"},{"uid":"d276-2"},{"uid":"d276-4"}],"importedBy":[{"uid":"d276-16"}]},"d276-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"d276-9"},"imported":[],"importedBy":[{"uid":"d276-14"}]},"d276-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"d276-11"},"imported":[],"importedBy":[{"uid":"d276-14"}]},"d276-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"d276-13"},"imported":[],"importedBy":[{"uid":"d276-14"}]},"d276-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"d276-15"},"imported":[{"uid":"d276-8"},{"uid":"d276-10"},{"uid":"d276-12"}],"importedBy":[{"uid":"d276-16"}]},"d276-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"d276-17"},"imported":[{"uid":"d276-6"},{"uid":"d276-14"}],"importedBy":[{"uid":"d276-20"},{"uid":"d276-18"}]},"d276-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"d276-19"},"imported":[{"uid":"d276-22"},{"uid":"d276-23"},{"uid":"d276-16"}],"importedBy":[{"uid":"d276-20"}]},"d276-20":{"id":"/src/index.ts","moduleParts":{"index.js":"d276-21"},"imported":[{"uid":"d276-16"},{"uid":"d276-18"}],"importedBy":[],"isEntry":true},"d276-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"d276-18"}],"isExternal":true},"d276-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"d276-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.1",
3
+ "version": "0.27.2-calendar",
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": "f9a7c0838d961d0e90a29588304131a0c1370514"
48
+ "gitHead": "5d3c203b04b8ac1b16a815eee6395d6d7e2d3440"
49
49
  }