@cloudtower/parrot 0.0.0-double-rc-1 → 0.0.0-no-uikit-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 CHANGED
@@ -119,14 +119,17 @@ var prefix$1 = "Prefix";
119
119
  var suffix$1 = "Suffix";
120
120
  var as_day$1 = "By Day";
121
121
  var count$1 = "";
122
- var per_day_1$1 = "Repeat every";
123
- var per_day_2$1 = "day(s) at";
124
- var per_day_3$1 = "";
122
+ var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
123
+ var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
125
124
  var execution_time$1 = "Execution Time: ";
126
125
  var as_week$1 = "By Week";
127
126
  var as_month$1 = "By Month";
128
- var week_with_below_date$1 = "week(s), on the following day(s):";
129
- var month_with_below_date$1 = "month(s), on the following days(s):";
127
+ var day_date$1 = "day";
128
+ var day_date_plural = "days";
129
+ var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
130
+ var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
131
+ var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
132
+ var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
130
133
  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.";
131
134
  var retain_with_count$1 = "Retain {count} reports";
132
135
  var start_date$1 = "Start Date";
@@ -161,6 +164,7 @@ var date_range_picker_history_title$1 = "Recent Search";
161
164
  var search_relative_time_placeholder$1 = "Search relative time";
162
165
  var select_all$1 = "Select All";
163
166
  var unselect_all$1 = "Clear";
167
+ var other$1 = "Other";
164
168
  var components$1 = {
165
169
  contains: contains$2,
166
170
  custom_column: custom_column$1,
@@ -188,14 +192,17 @@ var components$1 = {
188
192
  suffix: suffix$1,
189
193
  as_day: as_day$1,
190
194
  count: count$1,
191
- per_day_1: per_day_1$1,
192
- per_day_2: per_day_2$1,
193
- per_day_3: per_day_3$1,
195
+ day_execute_task: day_execute_task$1,
196
+ day_execute_task_plural: day_execute_task_plural,
194
197
  execution_time: execution_time$1,
195
198
  as_week: as_week$1,
196
199
  as_month: as_month$1,
200
+ day_date: day_date$1,
201
+ day_date_plural: day_date_plural,
197
202
  week_with_below_date: week_with_below_date$1,
203
+ week_with_below_date_plural: week_with_below_date_plural,
198
204
  month_with_below_date: month_with_below_date$1,
205
+ month_with_below_date_plural: month_with_below_date_plural,
199
206
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
200
207
  retain_with_count: retain_with_count$1,
201
208
  start_date: start_date$1,
@@ -236,7 +243,8 @@ var components$1 = {
236
243
  date_range_picker_history_title: date_range_picker_history_title$1,
237
244
  search_relative_time_placeholder: search_relative_time_placeholder$1,
238
245
  select_all: select_all$1,
239
- unselect_all: unselect_all$1
246
+ unselect_all: unselect_all$1,
247
+ other: other$1
240
248
  };
241
249
 
242
250
  var current$1 = "Current value";
@@ -372,14 +380,13 @@ var prefix = "前缀";
372
380
  var suffix = "后缀";
373
381
  var as_day = "按天";
374
382
  var count = "份";
375
- var per_day_1 = "每";
376
- var per_day_2 = "天,";
377
- var per_day_3 = "生成。";
383
+ var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
378
384
  var execution_time = "生成时间:";
379
385
  var as_week = "按周";
380
386
  var as_month = "按月";
381
- var week_with_below_date = "周的如下日期:";
382
- var month_with_below_date = "个月的如下日期:";
387
+ var day_date = "日期";
388
+ var week_with_below_date = "每 <0></0> 周的如下{day}:";
389
+ var month_with_below_date = "每 <0></0> 个月的如下{day}:";
383
390
  var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
384
391
  var retain_with_count = "保留 {count} 份";
385
392
  var start_date = "开始日期";
@@ -414,6 +421,7 @@ var date_range_picker_history_title = "最近查询";
414
421
  var search_relative_time_placeholder = "搜索相对时间";
415
422
  var select_all = "全选";
416
423
  var unselect_all = "取消全选";
424
+ var other = "其他";
417
425
  var components = {
418
426
  contains: contains,
419
427
  custom_column: custom_column,
@@ -441,12 +449,11 @@ var components = {
441
449
  suffix: suffix,
442
450
  as_day: as_day,
443
451
  count: count,
444
- per_day_1: per_day_1,
445
- per_day_2: per_day_2,
446
- per_day_3: per_day_3,
452
+ day_execute_task: day_execute_task,
447
453
  execution_time: execution_time,
448
454
  as_week: as_week,
449
455
  as_month: as_month,
456
+ day_date: day_date,
450
457
  week_with_below_date: week_with_below_date,
451
458
  month_with_below_date: month_with_below_date,
452
459
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
@@ -489,7 +496,8 @@ var components = {
489
496
  date_range_picker_history_title: date_range_picker_history_title,
490
497
  search_relative_time_placeholder: search_relative_time_placeholder,
491
498
  select_all: select_all,
492
- unselect_all: unselect_all
499
+ unselect_all: unselect_all,
500
+ other: other
493
501
  };
494
502
 
495
503
  var current = "当前值";
@@ -538,6 +546,7 @@ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
538
546
  })(ParrotLngs || {});
539
547
  const defaultOptions = {
540
548
  lng: "zh-CN" /* zh */,
549
+ compatibilityJSON: "v3",
541
550
  fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
542
551
  interpolation: {
543
552
  prefix: "{",
@@ -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":"ae3e-25","name":"common.json"},{"uid":"ae3e-27","name":"components.json"},{"uid":"ae3e-29","name":"metric.json"},{"uid":"ae3e-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ae3e-33","name":"common.json"},{"uid":"ae3e-35","name":"components.json"},{"uid":"ae3e-37","name":"metric.json"},{"uid":"ae3e-39","name":"index.ts"}]},{"uid":"ae3e-41","name":"index.ts"}]},{"uid":"ae3e-43","name":"parrotI18n.ts"},{"uid":"ae3e-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ae3e-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-24"},"ae3e-27":{"renderedLength":6517,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-26"},"ae3e-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-28"},"ae3e-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-30"},"ae3e-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-32"},"ae3e-35":{"renderedLength":6087,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-34"},"ae3e-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-36"},"ae3e-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-38"},"ae3e-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-40"},"ae3e-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-42"},"ae3e-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-44"}},"nodeMetas":{"ae3e-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ae3e-25"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ae3e-27"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ae3e-29"},"imported":[],"importedBy":[{"uid":"ae3e-30"}]},"ae3e-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ae3e-31"},"imported":[{"uid":"ae3e-24"},{"uid":"ae3e-26"},{"uid":"ae3e-28"}],"importedBy":[{"uid":"ae3e-40"}]},"ae3e-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ae3e-33"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ae3e-35"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ae3e-37"},"imported":[],"importedBy":[{"uid":"ae3e-38"}]},"ae3e-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ae3e-39"},"imported":[{"uid":"ae3e-32"},{"uid":"ae3e-34"},{"uid":"ae3e-36"}],"importedBy":[{"uid":"ae3e-40"}]},"ae3e-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ae3e-41"},"imported":[{"uid":"ae3e-30"},{"uid":"ae3e-38"}],"importedBy":[{"uid":"ae3e-44"},{"uid":"ae3e-42"}]},"ae3e-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ae3e-43"},"imported":[{"uid":"ae3e-46"},{"uid":"ae3e-47"},{"uid":"ae3e-40"}],"importedBy":[{"uid":"ae3e-44"}]},"ae3e-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ae3e-45"},"imported":[{"uid":"ae3e-40"},{"uid":"ae3e-42"}],"importedBy":[],"isEntry":true},"ae3e-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-42"}],"isExternal":true},"ae3e-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"1a3c-25","name":"common.json"},{"uid":"1a3c-27","name":"components.json"},{"uid":"1a3c-29","name":"metric.json"},{"uid":"1a3c-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"1a3c-33","name":"common.json"},{"uid":"1a3c-35","name":"components.json"},{"uid":"1a3c-37","name":"metric.json"},{"uid":"1a3c-39","name":"index.ts"}]},{"uid":"1a3c-41","name":"index.ts"}]},{"uid":"1a3c-43","name":"parrotI18n.ts"},{"uid":"1a3c-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"1a3c-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-24"},"1a3c-27":{"renderedLength":7096,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-26"},"1a3c-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-28"},"1a3c-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-30"},"1a3c-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-32"},"1a3c-35":{"renderedLength":6145,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-34"},"1a3c-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-36"},"1a3c-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-38"},"1a3c-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-40"},"1a3c-43":{"renderedLength":1921,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-42"},"1a3c-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-44"}},"nodeMetas":{"1a3c-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"1a3c-25"},"imported":[],"importedBy":[{"uid":"1a3c-30"}]},"1a3c-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"1a3c-27"},"imported":[],"importedBy":[{"uid":"1a3c-30"}]},"1a3c-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"1a3c-29"},"imported":[],"importedBy":[{"uid":"1a3c-30"}]},"1a3c-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"1a3c-31"},"imported":[{"uid":"1a3c-24"},{"uid":"1a3c-26"},{"uid":"1a3c-28"}],"importedBy":[{"uid":"1a3c-40"}]},"1a3c-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"1a3c-33"},"imported":[],"importedBy":[{"uid":"1a3c-38"}]},"1a3c-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"1a3c-35"},"imported":[],"importedBy":[{"uid":"1a3c-38"}]},"1a3c-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"1a3c-37"},"imported":[],"importedBy":[{"uid":"1a3c-38"}]},"1a3c-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"1a3c-39"},"imported":[{"uid":"1a3c-32"},{"uid":"1a3c-34"},{"uid":"1a3c-36"}],"importedBy":[{"uid":"1a3c-40"}]},"1a3c-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"1a3c-41"},"imported":[{"uid":"1a3c-30"},{"uid":"1a3c-38"}],"importedBy":[{"uid":"1a3c-44"},{"uid":"1a3c-42"}]},"1a3c-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"1a3c-43"},"imported":[{"uid":"1a3c-46"},{"uid":"1a3c-47"},{"uid":"1a3c-40"}],"importedBy":[{"uid":"1a3c-44"}]},"1a3c-44":{"id":"/src/index.ts","moduleParts":{"index.js":"1a3c-45"},"imported":[{"uid":"1a3c-40"},{"uid":"1a3c-42"}],"importedBy":[],"isEntry":true},"1a3c-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"1a3c-42"}],"isExternal":true},"1a3c-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"1a3c-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;
@@ -73,14 +73,17 @@ declare const locale: {
73
73
  suffix: string;
74
74
  as_day: string;
75
75
  count: string;
76
- per_day_1: string;
77
- per_day_2: string;
78
- per_day_3: string;
76
+ day_execute_task: string;
77
+ day_execute_task_plural: string;
79
78
  execution_time: string;
80
79
  as_week: string;
81
80
  as_month: string;
81
+ day_date: string;
82
+ day_date_plural: string;
82
83
  week_with_below_date: string;
84
+ week_with_below_date_plural: string;
83
85
  month_with_below_date: string;
86
+ month_with_below_date_plural: string;
84
87
  will_excute_at_last_day_with_date: string;
85
88
  retain_with_count: string;
86
89
  start_date: string;
@@ -122,6 +125,7 @@ declare const locale: {
122
125
  search_relative_time_placeholder: string;
123
126
  select_all: string;
124
127
  unselect_all: string;
128
+ other: string;
125
129
  };
126
130
  metric: {
127
131
  current: string;
@@ -74,14 +74,17 @@ declare const locales: {
74
74
  suffix: string;
75
75
  as_day: string;
76
76
  count: string;
77
- per_day_1: string;
78
- per_day_2: string;
79
- per_day_3: string;
77
+ day_execute_task: string;
78
+ day_execute_task_plural: string;
80
79
  execution_time: string;
81
80
  as_week: string;
82
81
  as_month: string;
82
+ day_date: string;
83
+ day_date_plural: string;
83
84
  week_with_below_date: string;
85
+ week_with_below_date_plural: string;
84
86
  month_with_below_date: string;
87
+ month_with_below_date_plural: string;
85
88
  will_excute_at_last_day_with_date: string;
86
89
  retain_with_count: string;
87
90
  start_date: string;
@@ -123,6 +126,7 @@ declare const locales: {
123
126
  search_relative_time_placeholder: string;
124
127
  select_all: string;
125
128
  unselect_all: string;
129
+ other: string;
126
130
  };
127
131
  metric: {
128
132
  current: string;
@@ -205,12 +209,11 @@ declare const locales: {
205
209
  suffix: string;
206
210
  as_day: string;
207
211
  count: string;
208
- per_day_1: string;
209
- per_day_2: string;
210
- per_day_3: string;
212
+ day_execute_task: string;
211
213
  execution_time: string;
212
214
  as_week: string;
213
215
  as_month: string;
216
+ day_date: string;
214
217
  week_with_below_date: string;
215
218
  month_with_below_date: string;
216
219
  will_excute_at_last_day_with_date: string;
@@ -254,6 +257,7 @@ declare const locales: {
254
257
  search_relative_time_placeholder: string;
255
258
  select_all: string;
256
259
  unselect_all: string;
260
+ other: string;
257
261
  };
258
262
  metric: {
259
263
  current: string;
@@ -73,12 +73,11 @@ declare const locale: {
73
73
  suffix: string;
74
74
  as_day: string;
75
75
  count: string;
76
- per_day_1: string;
77
- per_day_2: string;
78
- per_day_3: string;
76
+ day_execute_task: string;
79
77
  execution_time: string;
80
78
  as_week: string;
81
79
  as_month: string;
80
+ day_date: string;
82
81
  week_with_below_date: string;
83
82
  month_with_below_date: string;
84
83
  will_excute_at_last_day_with_date: string;
@@ -122,6 +121,7 @@ declare const locale: {
122
121
  search_relative_time_placeholder: string;
123
122
  select_all: string;
124
123
  unselect_all: string;
124
+ other: string;
125
125
  };
126
126
  metric: {
127
127
  current: string;
package/dist/umd/index.js CHANGED
@@ -122,14 +122,17 @@
122
122
  var suffix$1 = "Suffix";
123
123
  var as_day$1 = "By Day";
124
124
  var count$1 = "";
125
- var per_day_1$1 = "Repeat every";
126
- var per_day_2$1 = "day(s) at";
127
- var per_day_3$1 = "";
125
+ var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
126
+ var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
128
127
  var execution_time$1 = "Execution Time: ";
129
128
  var as_week$1 = "By Week";
130
129
  var as_month$1 = "By Month";
131
- var week_with_below_date$1 = "week(s), on the following day(s):";
132
- var month_with_below_date$1 = "month(s), on the following days(s):";
130
+ var day_date$1 = "day";
131
+ var day_date_plural = "days";
132
+ var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
133
+ var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
134
+ var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
135
+ var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
133
136
  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.";
134
137
  var retain_with_count$1 = "Retain {count} reports";
135
138
  var start_date$1 = "Start Date";
@@ -164,6 +167,7 @@
164
167
  var search_relative_time_placeholder$1 = "Search relative time";
165
168
  var select_all$1 = "Select All";
166
169
  var unselect_all$1 = "Clear";
170
+ var other$1 = "Other";
167
171
  var components$1 = {
168
172
  contains: contains$2,
169
173
  custom_column: custom_column$1,
@@ -191,14 +195,17 @@
191
195
  suffix: suffix$1,
192
196
  as_day: as_day$1,
193
197
  count: count$1,
194
- per_day_1: per_day_1$1,
195
- per_day_2: per_day_2$1,
196
- per_day_3: per_day_3$1,
198
+ day_execute_task: day_execute_task$1,
199
+ day_execute_task_plural: day_execute_task_plural,
197
200
  execution_time: execution_time$1,
198
201
  as_week: as_week$1,
199
202
  as_month: as_month$1,
203
+ day_date: day_date$1,
204
+ day_date_plural: day_date_plural,
200
205
  week_with_below_date: week_with_below_date$1,
206
+ week_with_below_date_plural: week_with_below_date_plural,
201
207
  month_with_below_date: month_with_below_date$1,
208
+ month_with_below_date_plural: month_with_below_date_plural,
202
209
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
203
210
  retain_with_count: retain_with_count$1,
204
211
  start_date: start_date$1,
@@ -239,7 +246,8 @@
239
246
  date_range_picker_history_title: date_range_picker_history_title$1,
240
247
  search_relative_time_placeholder: search_relative_time_placeholder$1,
241
248
  select_all: select_all$1,
242
- unselect_all: unselect_all$1
249
+ unselect_all: unselect_all$1,
250
+ other: other$1
243
251
  };
244
252
 
245
253
  var current$1 = "Current value";
@@ -375,14 +383,13 @@
375
383
  var suffix = "后缀";
376
384
  var as_day = "按天";
377
385
  var count = "份";
378
- var per_day_1 = "每";
379
- var per_day_2 = "天,";
380
- var per_day_3 = "生成。";
386
+ var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
381
387
  var execution_time = "生成时间:";
382
388
  var as_week = "按周";
383
389
  var as_month = "按月";
384
- var week_with_below_date = "周的如下日期:";
385
- var month_with_below_date = "个月的如下日期:";
390
+ var day_date = "日期";
391
+ var week_with_below_date = "每 <0></0> 周的如下{day}:";
392
+ var month_with_below_date = "每 <0></0> 个月的如下{day}:";
386
393
  var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
387
394
  var retain_with_count = "保留 {count} 份";
388
395
  var start_date = "开始日期";
@@ -417,6 +424,7 @@
417
424
  var search_relative_time_placeholder = "搜索相对时间";
418
425
  var select_all = "全选";
419
426
  var unselect_all = "取消全选";
427
+ var other = "其他";
420
428
  var components = {
421
429
  contains: contains,
422
430
  custom_column: custom_column,
@@ -444,12 +452,11 @@
444
452
  suffix: suffix,
445
453
  as_day: as_day,
446
454
  count: count,
447
- per_day_1: per_day_1,
448
- per_day_2: per_day_2,
449
- per_day_3: per_day_3,
455
+ day_execute_task: day_execute_task,
450
456
  execution_time: execution_time,
451
457
  as_week: as_week,
452
458
  as_month: as_month,
459
+ day_date: day_date,
453
460
  week_with_below_date: week_with_below_date,
454
461
  month_with_below_date: month_with_below_date,
455
462
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
@@ -492,7 +499,8 @@
492
499
  date_range_picker_history_title: date_range_picker_history_title,
493
500
  search_relative_time_placeholder: search_relative_time_placeholder,
494
501
  select_all: select_all,
495
- unselect_all: unselect_all
502
+ unselect_all: unselect_all,
503
+ other: other
496
504
  };
497
505
 
498
506
  var current = "当前值";
@@ -541,6 +549,7 @@
541
549
  })(ParrotLngs || {});
542
550
  const defaultOptions = {
543
551
  lng: "zh-CN" /* zh */,
552
+ compatibilityJSON: "v3",
544
553
  fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
545
554
  interpolation: {
546
555
  prefix: "{",
@@ -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":"ae3e-1","name":"common.json"},{"uid":"ae3e-3","name":"components.json"},{"uid":"ae3e-5","name":"metric.json"},{"uid":"ae3e-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ae3e-9","name":"common.json"},{"uid":"ae3e-11","name":"components.json"},{"uid":"ae3e-13","name":"metric.json"},{"uid":"ae3e-15","name":"index.ts"}]},{"uid":"ae3e-17","name":"index.ts"}]},{"uid":"ae3e-19","name":"parrotI18n.ts"},{"uid":"ae3e-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ae3e-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-0"},"ae3e-3":{"renderedLength":6805,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-2"},"ae3e-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-4"},"ae3e-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-6"},"ae3e-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-8"},"ae3e-11":{"renderedLength":6375,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-10"},"ae3e-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-12"},"ae3e-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-14"},"ae3e-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-16"},"ae3e-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-18"},"ae3e-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ae3e-20"}},"nodeMetas":{"ae3e-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ae3e-1"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ae3e-3"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ae3e-5"},"imported":[],"importedBy":[{"uid":"ae3e-6"}]},"ae3e-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ae3e-7"},"imported":[{"uid":"ae3e-0"},{"uid":"ae3e-2"},{"uid":"ae3e-4"}],"importedBy":[{"uid":"ae3e-16"}]},"ae3e-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ae3e-9"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ae3e-11"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ae3e-13"},"imported":[],"importedBy":[{"uid":"ae3e-14"}]},"ae3e-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ae3e-15"},"imported":[{"uid":"ae3e-8"},{"uid":"ae3e-10"},{"uid":"ae3e-12"}],"importedBy":[{"uid":"ae3e-16"}]},"ae3e-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ae3e-17"},"imported":[{"uid":"ae3e-6"},{"uid":"ae3e-14"}],"importedBy":[{"uid":"ae3e-20"},{"uid":"ae3e-18"}]},"ae3e-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ae3e-19"},"imported":[{"uid":"ae3e-22"},{"uid":"ae3e-23"},{"uid":"ae3e-16"}],"importedBy":[{"uid":"ae3e-20"}]},"ae3e-20":{"id":"/src/index.ts","moduleParts":{"index.js":"ae3e-21"},"imported":[{"uid":"ae3e-16"},{"uid":"ae3e-18"}],"importedBy":[],"isEntry":true},"ae3e-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-18"}],"isExternal":true},"ae3e-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ae3e-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"1a3c-1","name":"common.json"},{"uid":"1a3c-3","name":"components.json"},{"uid":"1a3c-5","name":"metric.json"},{"uid":"1a3c-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"1a3c-9","name":"common.json"},{"uid":"1a3c-11","name":"components.json"},{"uid":"1a3c-13","name":"metric.json"},{"uid":"1a3c-15","name":"index.ts"}]},{"uid":"1a3c-17","name":"index.ts"}]},{"uid":"1a3c-19","name":"parrotI18n.ts"},{"uid":"1a3c-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"1a3c-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-0"},"1a3c-3":{"renderedLength":7400,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-2"},"1a3c-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-4"},"1a3c-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-6"},"1a3c-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-8"},"1a3c-11":{"renderedLength":6433,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-10"},"1a3c-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-12"},"1a3c-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-14"},"1a3c-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-16"},"1a3c-19":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-18"},"1a3c-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"1a3c-20"}},"nodeMetas":{"1a3c-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"1a3c-1"},"imported":[],"importedBy":[{"uid":"1a3c-6"}]},"1a3c-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"1a3c-3"},"imported":[],"importedBy":[{"uid":"1a3c-6"}]},"1a3c-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"1a3c-5"},"imported":[],"importedBy":[{"uid":"1a3c-6"}]},"1a3c-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"1a3c-7"},"imported":[{"uid":"1a3c-0"},{"uid":"1a3c-2"},{"uid":"1a3c-4"}],"importedBy":[{"uid":"1a3c-16"}]},"1a3c-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"1a3c-9"},"imported":[],"importedBy":[{"uid":"1a3c-14"}]},"1a3c-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"1a3c-11"},"imported":[],"importedBy":[{"uid":"1a3c-14"}]},"1a3c-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"1a3c-13"},"imported":[],"importedBy":[{"uid":"1a3c-14"}]},"1a3c-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"1a3c-15"},"imported":[{"uid":"1a3c-8"},{"uid":"1a3c-10"},{"uid":"1a3c-12"}],"importedBy":[{"uid":"1a3c-16"}]},"1a3c-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"1a3c-17"},"imported":[{"uid":"1a3c-6"},{"uid":"1a3c-14"}],"importedBy":[{"uid":"1a3c-20"},{"uid":"1a3c-18"}]},"1a3c-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"1a3c-19"},"imported":[{"uid":"1a3c-22"},{"uid":"1a3c-23"},{"uid":"1a3c-16"}],"importedBy":[{"uid":"1a3c-20"}]},"1a3c-20":{"id":"/src/index.ts","moduleParts":{"index.js":"1a3c-21"},"imported":[{"uid":"1a3c-16"},{"uid":"1a3c-18"}],"importedBy":[],"isEntry":true},"1a3c-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"1a3c-18"}],"isExternal":true},"1a3c-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"1a3c-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.0.0-double-rc-1",
3
+ "version": "0.0.0-no-uikit-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": "cdf4e488fca708a755f04cd20a3c6b3ee520cdec"
48
+ "gitHead": "3ae5b6d02b5c2ddcc1e25f911b2e975dd1dcf66a"
49
49
  }