@cloudtower/parrot 0.26.33 → 0.27.0-dry
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 +171 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +1 -1
- package/dist/locales/index.d.ts +88 -2
- package/dist/locales/zh-CN/index.d.ts +87 -1
- package/dist/umd/index.js +171 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
- /package/dist/{test.spec.d.ts → test.test.d.ts} +0 -0
package/dist/esm/index.js
CHANGED
@@ -89,7 +89,7 @@ var unknow_error$1 = "Unknown error";
|
|
89
89
|
var to$1 = "to";
|
90
90
|
var time_zone_select_placeholder$1 = "Enter city or time zone";
|
91
91
|
var browser_time_zone$1 = "Browser Time Zone";
|
92
|
-
var
|
92
|
+
var coorddinated_universal_time$1 = "Coorddinated Universal Time";
|
93
93
|
var Architecture_AARCH64$1 = "AArch64";
|
94
94
|
var Architecture_X86_64$1 = "x86_64";
|
95
95
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
@@ -114,7 +114,7 @@ var components$1 = {
|
|
114
114
|
to: to$1,
|
115
115
|
time_zone_select_placeholder: time_zone_select_placeholder$1,
|
116
116
|
browser_time_zone: browser_time_zone$1,
|
117
|
-
|
117
|
+
coorddinated_universal_time: coorddinated_universal_time$1,
|
118
118
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
119
119
|
Architecture_X86_64: Architecture_X86_64$1,
|
120
120
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
@@ -149,6 +149,7 @@ var contains$1 = "包含";
|
|
149
149
|
var confirm = "确定";
|
150
150
|
var empty$1 = "无";
|
151
151
|
var enable = "启用";
|
152
|
+
var disable = "禁用";
|
152
153
|
var error = "错误";
|
153
154
|
var next_step = "下一步";
|
154
155
|
var not_contains$1 = "不包含";
|
@@ -174,6 +175,13 @@ var day = "天";
|
|
174
175
|
var hour = "小时";
|
175
176
|
var minute = "分钟";
|
176
177
|
var second = "秒";
|
178
|
+
var monday = "周一";
|
179
|
+
var tuesday = "周二";
|
180
|
+
var wednesday = "周三";
|
181
|
+
var thursday = "周四";
|
182
|
+
var friday = "周五";
|
183
|
+
var saturday = "周六";
|
184
|
+
var sunday = "周日";
|
177
185
|
var common = {
|
178
186
|
_action_: _action_,
|
179
187
|
action: action,
|
@@ -185,6 +193,7 @@ var common = {
|
|
185
193
|
confirm: confirm,
|
186
194
|
empty: empty$1,
|
187
195
|
enable: enable,
|
196
|
+
disable: disable,
|
188
197
|
error: error,
|
189
198
|
next_step: next_step,
|
190
199
|
not_contains: not_contains$1,
|
@@ -209,7 +218,14 @@ var common = {
|
|
209
218
|
day: day,
|
210
219
|
hour: hour,
|
211
220
|
minute: minute,
|
212
|
-
second: second
|
221
|
+
second: second,
|
222
|
+
monday: monday,
|
223
|
+
tuesday: tuesday,
|
224
|
+
wednesday: wednesday,
|
225
|
+
thursday: thursday,
|
226
|
+
friday: friday,
|
227
|
+
saturday: saturday,
|
228
|
+
sunday: sunday
|
213
229
|
};
|
214
230
|
|
215
231
|
var contains = "包含";
|
@@ -227,7 +243,7 @@ var unknow_error = "未知错误";
|
|
227
243
|
var to = "至";
|
228
244
|
var time_zone_select_placeholder = "输入城市、时区";
|
229
245
|
var browser_time_zone = "浏览器时区";
|
230
|
-
var
|
246
|
+
var coorddinated_universal_time = "协调世界时";
|
231
247
|
var Architecture_AARCH64 = "AArch64";
|
232
248
|
var Architecture_X86_64 = "x86_64";
|
233
249
|
var maximum_row_count_desc = "最多添加 {count} 项。";
|
@@ -235,6 +251,77 @@ var remove = "移除";
|
|
235
251
|
var add = "添加";
|
236
252
|
var prefix = "前缀";
|
237
253
|
var suffix = "后缀";
|
254
|
+
var advanced_search = "高级筛选";
|
255
|
+
var ends_with = "以 {- value } 结束";
|
256
|
+
var every = "所有";
|
257
|
+
var gt = ">";
|
258
|
+
var gte = "≥";
|
259
|
+
var is = "为";
|
260
|
+
var lt = "<";
|
261
|
+
var lte = "≤";
|
262
|
+
var none = "没有";
|
263
|
+
var not_ends_with = "不以 {- value } 结束";
|
264
|
+
var not_in = "不属于";
|
265
|
+
var not_starts_with = "不以 {- value } 开始";
|
266
|
+
var recent_search = "最近筛选";
|
267
|
+
var resource_no_exist = "当前资源已经不存在";
|
268
|
+
var self_defined_column = "自定义显示列";
|
269
|
+
var some = "包含";
|
270
|
+
var starts_with = "以 {- value } 开始";
|
271
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
272
|
+
var used_storage = "已使用容量:";
|
273
|
+
var usable_storage = "可使用容量:";
|
274
|
+
var generate_date_preview = "生成日期预览";
|
275
|
+
var date_with_year_and_month = "{year} 年 {month}";
|
276
|
+
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
277
|
+
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
278
|
+
var filter_condition_with_count = "{count} 个筛选条件";
|
279
|
+
var not_support_yet = "功能暂时未实现";
|
280
|
+
var as_day = "按天";
|
281
|
+
var count = "份";
|
282
|
+
var per_day_1 = "每";
|
283
|
+
var per_day_2 = "天,";
|
284
|
+
var per_day_3 = "生成。";
|
285
|
+
var execution_time = "生成时间:";
|
286
|
+
var de_week = "的周";
|
287
|
+
var ge_month = "个月";
|
288
|
+
var hao = "号";
|
289
|
+
var as_week = "按周";
|
290
|
+
var as_month = "按月";
|
291
|
+
var week_with_below_date = "周的如下日期:";
|
292
|
+
var month_with_below_date = "个月的如下日期:";
|
293
|
+
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
294
|
+
var retain_with_count = "保留 {count} 份";
|
295
|
+
var start_date = "开始日期";
|
296
|
+
var retain_date = "保留份数";
|
297
|
+
var next_generate_with_date = "下次生成将会发生在:{date}";
|
298
|
+
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
299
|
+
var every_day_with_time = "每天的 {time}";
|
300
|
+
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
301
|
+
var every_week_with_time = "每周的 {time}";
|
302
|
+
var every_week_with_day_and_time = "每周的周{day} {time}";
|
303
|
+
var every_weeks_with_count_and_time = "每 {count} 周的 {time}";
|
304
|
+
var every_weeks_with_count_and_day_and_time = "每 {count} 周的周{day} {time}";
|
305
|
+
var every_month_with_time = "每月的 {time}";
|
306
|
+
var every_month_with_day_and_time = "每月的 {day} 号 {time}";
|
307
|
+
var every_months_with_count_and_time = "每 {count} 月的 {time}";
|
308
|
+
var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
|
309
|
+
var add_favorite_function = "加入常用功能";
|
310
|
+
var remove_favorite_function = "移出常用功能";
|
311
|
+
var year = "年";
|
312
|
+
var end_date = "结束日期";
|
313
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
314
|
+
var relative_time = "相对时间";
|
315
|
+
var absolute_time = "绝对时间";
|
316
|
+
var date_range_picker_history_title = "最近查询";
|
317
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
318
|
+
var empty_search_history = "无历史查询";
|
319
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
320
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
321
|
+
var change_date_range = "在区间内调节时间范围";
|
322
|
+
var reset_date_range = "重置为默认区间";
|
323
|
+
var start_trial = "开始试用";
|
324
|
+
var free_trial = "免费试用";
|
238
325
|
var components = {
|
239
326
|
contains: contains,
|
240
327
|
custom_column: custom_column,
|
@@ -252,14 +339,92 @@ var components = {
|
|
252
339
|
to: to,
|
253
340
|
time_zone_select_placeholder: time_zone_select_placeholder,
|
254
341
|
browser_time_zone: browser_time_zone,
|
255
|
-
|
342
|
+
coorddinated_universal_time: coorddinated_universal_time,
|
256
343
|
Architecture_AARCH64: Architecture_AARCH64,
|
257
344
|
Architecture_X86_64: Architecture_X86_64,
|
258
345
|
maximum_row_count_desc: maximum_row_count_desc,
|
259
346
|
remove: remove,
|
260
347
|
add: add,
|
261
348
|
prefix: prefix,
|
262
|
-
suffix: suffix
|
349
|
+
suffix: suffix,
|
350
|
+
advanced_search: advanced_search,
|
351
|
+
ends_with: ends_with,
|
352
|
+
every: every,
|
353
|
+
gt: gt,
|
354
|
+
gte: gte,
|
355
|
+
is: is,
|
356
|
+
lt: lt,
|
357
|
+
lte: lte,
|
358
|
+
none: none,
|
359
|
+
not_ends_with: not_ends_with,
|
360
|
+
not_in: not_in,
|
361
|
+
not_starts_with: not_starts_with,
|
362
|
+
recent_search: recent_search,
|
363
|
+
resource_no_exist: resource_no_exist,
|
364
|
+
self_defined_column: self_defined_column,
|
365
|
+
some: some,
|
366
|
+
starts_with: starts_with,
|
367
|
+
selected_item_with_count: selected_item_with_count,
|
368
|
+
used_storage: used_storage,
|
369
|
+
usable_storage: usable_storage,
|
370
|
+
generate_date_preview: generate_date_preview,
|
371
|
+
date_with_year_and_month: date_with_year_and_month,
|
372
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
373
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count,
|
374
|
+
filter_condition_with_count: filter_condition_with_count,
|
375
|
+
not_support_yet: not_support_yet,
|
376
|
+
as_day: as_day,
|
377
|
+
count: count,
|
378
|
+
per_day_1: per_day_1,
|
379
|
+
per_day_2: per_day_2,
|
380
|
+
per_day_3: per_day_3,
|
381
|
+
execution_time: execution_time,
|
382
|
+
de_week: de_week,
|
383
|
+
ge_month: ge_month,
|
384
|
+
hao: hao,
|
385
|
+
as_week: as_week,
|
386
|
+
as_month: as_month,
|
387
|
+
week_with_below_date: week_with_below_date,
|
388
|
+
month_with_below_date: month_with_below_date,
|
389
|
+
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
390
|
+
retain_with_count: retain_with_count,
|
391
|
+
start_date: start_date,
|
392
|
+
retain_date: retain_date,
|
393
|
+
next_generate_with_date: next_generate_with_date,
|
394
|
+
will_save_one_to_thirty_report: will_save_one_to_thirty_report,
|
395
|
+
every_day_with_time: every_day_with_time,
|
396
|
+
every_day_with_count_and_time: every_day_with_count_and_time,
|
397
|
+
every_week_with_time: every_week_with_time,
|
398
|
+
every_week_with_day_and_time: every_week_with_day_and_time,
|
399
|
+
every_weeks_with_count_and_time: every_weeks_with_count_and_time,
|
400
|
+
every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time,
|
401
|
+
every_month_with_time: every_month_with_time,
|
402
|
+
every_month_with_day_and_time: every_month_with_day_and_time,
|
403
|
+
every_months_with_count_and_time: every_months_with_count_and_time,
|
404
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
|
405
|
+
add_favorite_function: add_favorite_function,
|
406
|
+
remove_favorite_function: remove_favorite_function,
|
407
|
+
year: year,
|
408
|
+
"monday-simple": "一",
|
409
|
+
"tuesday-simple": "二",
|
410
|
+
"wednesday-simple": "三",
|
411
|
+
"thursday-simple": "四",
|
412
|
+
"friday-simple": "五",
|
413
|
+
"saturday-simple": "六",
|
414
|
+
"sunday-simple": "日",
|
415
|
+
end_date: end_date,
|
416
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
417
|
+
relative_time: relative_time,
|
418
|
+
absolute_time: absolute_time,
|
419
|
+
date_range_picker_history_title: date_range_picker_history_title,
|
420
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time,
|
421
|
+
empty_search_history: empty_search_history,
|
422
|
+
set_start_time_failed: set_start_time_failed,
|
423
|
+
set_end_time_failed: set_end_time_failed,
|
424
|
+
change_date_range: change_date_range,
|
425
|
+
reset_date_range: reset_date_range,
|
426
|
+
start_trial: start_trial,
|
427
|
+
free_trial: free_trial
|
263
428
|
};
|
264
429
|
|
265
430
|
var current = "当前值";
|
package/dist/esm/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"eb39-25","name":"common.json"},{"uid":"eb39-27","name":"components.json"},{"uid":"eb39-29","name":"metric.json"},{"uid":"eb39-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"eb39-33","name":"common.json"},{"uid":"eb39-35","name":"components.json"},{"uid":"eb39-37","name":"metric.json"},{"uid":"eb39-39","name":"index.ts"}]},{"uid":"eb39-41","name":"index.ts"}]},{"uid":"eb39-43","name":"parrotI18n.ts"},{"uid":"eb39-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"eb39-25":{"renderedLength":1829,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-24"},"eb39-27":{"renderedLength":1698,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-26"},"eb39-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-28"},"eb39-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-30"},"eb39-33":{"renderedLength":2041,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-32"},"eb39-35":{"renderedLength":7791,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-34"},"eb39-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-36"},"eb39-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-38"},"eb39-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-40"},"eb39-43":{"renderedLength":1735,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-42"},"eb39-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-44"}},"nodeMetas":{"eb39-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"eb39-25"},"imported":[],"importedBy":[{"uid":"eb39-30"}]},"eb39-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"eb39-27"},"imported":[],"importedBy":[{"uid":"eb39-30"}]},"eb39-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"eb39-29"},"imported":[],"importedBy":[{"uid":"eb39-30"}]},"eb39-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"eb39-31"},"imported":[{"uid":"eb39-24"},{"uid":"eb39-26"},{"uid":"eb39-28"}],"importedBy":[{"uid":"eb39-40"}]},"eb39-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"eb39-33"},"imported":[],"importedBy":[{"uid":"eb39-38"}]},"eb39-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"eb39-35"},"imported":[],"importedBy":[{"uid":"eb39-38"}]},"eb39-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"eb39-37"},"imported":[],"importedBy":[{"uid":"eb39-38"}]},"eb39-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"eb39-39"},"imported":[{"uid":"eb39-32"},{"uid":"eb39-34"},{"uid":"eb39-36"}],"importedBy":[{"uid":"eb39-40"}]},"eb39-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"eb39-41"},"imported":[{"uid":"eb39-30"},{"uid":"eb39-38"}],"importedBy":[{"uid":"eb39-44"},{"uid":"eb39-42"}]},"eb39-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"eb39-43"},"imported":[{"uid":"eb39-46"},{"uid":"eb39-47"},{"uid":"eb39-40"}],"importedBy":[{"uid":"eb39-44"}]},"eb39-44":{"id":"/src/index.ts","moduleParts":{"index.js":"eb39-45"},"imported":[{"uid":"eb39-40"},{"uid":"eb39-42"}],"importedBy":[],"isEntry":true},"eb39-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb39-42"}],"isExternal":true},"eb39-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb39-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;
|
@@ -53,7 +53,7 @@ declare const locale: {
|
|
53
53
|
to: string;
|
54
54
|
time_zone_select_placeholder: string;
|
55
55
|
browser_time_zone: string;
|
56
|
-
|
56
|
+
coorddinated_universal_time: string;
|
57
57
|
Architecture_AARCH64: string;
|
58
58
|
Architecture_X86_64: string;
|
59
59
|
maximum_row_count_desc: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -54,7 +54,7 @@ declare const locales: {
|
|
54
54
|
to: string;
|
55
55
|
time_zone_select_placeholder: string;
|
56
56
|
browser_time_zone: string;
|
57
|
-
|
57
|
+
coorddinated_universal_time: string;
|
58
58
|
Architecture_AARCH64: string;
|
59
59
|
Architecture_X86_64: string;
|
60
60
|
maximum_row_count_desc: string;
|
@@ -81,6 +81,7 @@ declare const locales: {
|
|
81
81
|
confirm: string;
|
82
82
|
empty: string;
|
83
83
|
enable: string;
|
84
|
+
disable: string;
|
84
85
|
error: string;
|
85
86
|
next_step: string;
|
86
87
|
not_contains: string;
|
@@ -106,6 +107,13 @@ declare const locales: {
|
|
106
107
|
hour: string;
|
107
108
|
minute: string;
|
108
109
|
second: string;
|
110
|
+
monday: string;
|
111
|
+
tuesday: string;
|
112
|
+
wednesday: string;
|
113
|
+
thursday: string;
|
114
|
+
friday: string;
|
115
|
+
saturday: string;
|
116
|
+
sunday: string;
|
109
117
|
};
|
110
118
|
components: {
|
111
119
|
contains: string;
|
@@ -124,7 +132,7 @@ declare const locales: {
|
|
124
132
|
to: string;
|
125
133
|
time_zone_select_placeholder: string;
|
126
134
|
browser_time_zone: string;
|
127
|
-
|
135
|
+
coorddinated_universal_time: string;
|
128
136
|
Architecture_AARCH64: string;
|
129
137
|
Architecture_X86_64: string;
|
130
138
|
maximum_row_count_desc: string;
|
@@ -132,6 +140,84 @@ declare const locales: {
|
|
132
140
|
add: string;
|
133
141
|
prefix: string;
|
134
142
|
suffix: string;
|
143
|
+
advanced_search: string;
|
144
|
+
ends_with: string;
|
145
|
+
every: string;
|
146
|
+
gt: string;
|
147
|
+
gte: string;
|
148
|
+
is: string;
|
149
|
+
lt: string;
|
150
|
+
lte: string;
|
151
|
+
none: string;
|
152
|
+
not_ends_with: string;
|
153
|
+
not_in: string;
|
154
|
+
not_starts_with: string;
|
155
|
+
recent_search: string;
|
156
|
+
resource_no_exist: string;
|
157
|
+
self_defined_column: string;
|
158
|
+
some: string;
|
159
|
+
starts_with: string;
|
160
|
+
selected_item_with_count: string;
|
161
|
+
used_storage: string;
|
162
|
+
usable_storage: string;
|
163
|
+
generate_date_preview: string;
|
164
|
+
date_with_year_and_month: string;
|
165
|
+
will_generate_one_reporte_with_date_and_time: string;
|
166
|
+
will_generate_report_will_date_and_count: string;
|
167
|
+
filter_condition_with_count: string;
|
168
|
+
not_support_yet: string;
|
169
|
+
as_day: string;
|
170
|
+
count: string;
|
171
|
+
per_day_1: string;
|
172
|
+
per_day_2: string;
|
173
|
+
per_day_3: string;
|
174
|
+
execution_time: string;
|
175
|
+
de_week: string;
|
176
|
+
ge_month: string;
|
177
|
+
hao: string;
|
178
|
+
as_week: string;
|
179
|
+
as_month: string;
|
180
|
+
week_with_below_date: string;
|
181
|
+
month_with_below_date: string;
|
182
|
+
will_excute_at_last_day_with_date: string;
|
183
|
+
retain_with_count: string;
|
184
|
+
start_date: string;
|
185
|
+
retain_date: string;
|
186
|
+
next_generate_with_date: string;
|
187
|
+
will_save_one_to_thirty_report: string;
|
188
|
+
every_day_with_time: string;
|
189
|
+
every_day_with_count_and_time: string;
|
190
|
+
every_week_with_time: string;
|
191
|
+
every_week_with_day_and_time: string;
|
192
|
+
every_weeks_with_count_and_time: string;
|
193
|
+
every_weeks_with_count_and_day_and_time: string;
|
194
|
+
every_month_with_time: string;
|
195
|
+
every_month_with_day_and_time: string;
|
196
|
+
every_months_with_count_and_time: string;
|
197
|
+
every_months_with_count_and_day_and_time: string;
|
198
|
+
add_favorite_function: string;
|
199
|
+
remove_favorite_function: string;
|
200
|
+
year: string;
|
201
|
+
"monday-simple": string;
|
202
|
+
"tuesday-simple": string;
|
203
|
+
"wednesday-simple": string;
|
204
|
+
"thursday-simple": string;
|
205
|
+
"friday-simple": string;
|
206
|
+
"saturday-simple": string;
|
207
|
+
"sunday-simple": string;
|
208
|
+
end_date: string;
|
209
|
+
search_relative_time_placeholder: string;
|
210
|
+
relative_time: string;
|
211
|
+
absolute_time: string;
|
212
|
+
date_range_picker_history_title: string;
|
213
|
+
end_time_cannot_be_less_than_start_time: string;
|
214
|
+
empty_search_history: string;
|
215
|
+
set_start_time_failed: string;
|
216
|
+
set_end_time_failed: string;
|
217
|
+
change_date_range: string;
|
218
|
+
reset_date_range: string;
|
219
|
+
start_trial: string;
|
220
|
+
free_trial: string;
|
135
221
|
};
|
136
222
|
metric: {
|
137
223
|
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,13 @@ 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;
|
38
46
|
};
|
39
47
|
components: {
|
40
48
|
contains: string;
|
@@ -53,7 +61,7 @@ declare const locale: {
|
|
53
61
|
to: string;
|
54
62
|
time_zone_select_placeholder: string;
|
55
63
|
browser_time_zone: string;
|
56
|
-
|
64
|
+
coorddinated_universal_time: string;
|
57
65
|
Architecture_AARCH64: string;
|
58
66
|
Architecture_X86_64: string;
|
59
67
|
maximum_row_count_desc: string;
|
@@ -61,6 +69,84 @@ declare const locale: {
|
|
61
69
|
add: string;
|
62
70
|
prefix: string;
|
63
71
|
suffix: string;
|
72
|
+
advanced_search: string;
|
73
|
+
ends_with: string;
|
74
|
+
every: string;
|
75
|
+
gt: string;
|
76
|
+
gte: string;
|
77
|
+
is: string;
|
78
|
+
lt: string;
|
79
|
+
lte: string;
|
80
|
+
none: string;
|
81
|
+
not_ends_with: string;
|
82
|
+
not_in: string;
|
83
|
+
not_starts_with: string;
|
84
|
+
recent_search: string;
|
85
|
+
resource_no_exist: string;
|
86
|
+
self_defined_column: string;
|
87
|
+
some: string;
|
88
|
+
starts_with: string;
|
89
|
+
selected_item_with_count: string;
|
90
|
+
used_storage: string;
|
91
|
+
usable_storage: string;
|
92
|
+
generate_date_preview: string;
|
93
|
+
date_with_year_and_month: string;
|
94
|
+
will_generate_one_reporte_with_date_and_time: string;
|
95
|
+
will_generate_report_will_date_and_count: string;
|
96
|
+
filter_condition_with_count: string;
|
97
|
+
not_support_yet: string;
|
98
|
+
as_day: string;
|
99
|
+
count: string;
|
100
|
+
per_day_1: string;
|
101
|
+
per_day_2: string;
|
102
|
+
per_day_3: string;
|
103
|
+
execution_time: string;
|
104
|
+
de_week: string;
|
105
|
+
ge_month: string;
|
106
|
+
hao: string;
|
107
|
+
as_week: string;
|
108
|
+
as_month: string;
|
109
|
+
week_with_below_date: string;
|
110
|
+
month_with_below_date: string;
|
111
|
+
will_excute_at_last_day_with_date: string;
|
112
|
+
retain_with_count: string;
|
113
|
+
start_date: string;
|
114
|
+
retain_date: string;
|
115
|
+
next_generate_with_date: string;
|
116
|
+
will_save_one_to_thirty_report: string;
|
117
|
+
every_day_with_time: string;
|
118
|
+
every_day_with_count_and_time: string;
|
119
|
+
every_week_with_time: string;
|
120
|
+
every_week_with_day_and_time: string;
|
121
|
+
every_weeks_with_count_and_time: string;
|
122
|
+
every_weeks_with_count_and_day_and_time: string;
|
123
|
+
every_month_with_time: string;
|
124
|
+
every_month_with_day_and_time: string;
|
125
|
+
every_months_with_count_and_time: string;
|
126
|
+
every_months_with_count_and_day_and_time: string;
|
127
|
+
add_favorite_function: string;
|
128
|
+
remove_favorite_function: string;
|
129
|
+
year: string;
|
130
|
+
"monday-simple": string;
|
131
|
+
"tuesday-simple": string;
|
132
|
+
"wednesday-simple": string;
|
133
|
+
"thursday-simple": string;
|
134
|
+
"friday-simple": string;
|
135
|
+
"saturday-simple": string;
|
136
|
+
"sunday-simple": string;
|
137
|
+
end_date: string;
|
138
|
+
search_relative_time_placeholder: string;
|
139
|
+
relative_time: string;
|
140
|
+
absolute_time: string;
|
141
|
+
date_range_picker_history_title: string;
|
142
|
+
end_time_cannot_be_less_than_start_time: string;
|
143
|
+
empty_search_history: string;
|
144
|
+
set_start_time_failed: string;
|
145
|
+
set_end_time_failed: string;
|
146
|
+
change_date_range: string;
|
147
|
+
reset_date_range: string;
|
148
|
+
start_trial: string;
|
149
|
+
free_trial: string;
|
64
150
|
};
|
65
151
|
metric: {
|
66
152
|
current: string;
|
package/dist/umd/index.js
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
var to$1 = "to";
|
93
93
|
var time_zone_select_placeholder$1 = "Enter city or time zone";
|
94
94
|
var browser_time_zone$1 = "Browser Time Zone";
|
95
|
-
var
|
95
|
+
var coorddinated_universal_time$1 = "Coorddinated Universal Time";
|
96
96
|
var Architecture_AARCH64$1 = "AArch64";
|
97
97
|
var Architecture_X86_64$1 = "x86_64";
|
98
98
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
@@ -117,7 +117,7 @@
|
|
117
117
|
to: to$1,
|
118
118
|
time_zone_select_placeholder: time_zone_select_placeholder$1,
|
119
119
|
browser_time_zone: browser_time_zone$1,
|
120
|
-
|
120
|
+
coorddinated_universal_time: coorddinated_universal_time$1,
|
121
121
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
122
122
|
Architecture_X86_64: Architecture_X86_64$1,
|
123
123
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
@@ -152,6 +152,7 @@
|
|
152
152
|
var confirm = "确定";
|
153
153
|
var empty$1 = "无";
|
154
154
|
var enable = "启用";
|
155
|
+
var disable = "禁用";
|
155
156
|
var error = "错误";
|
156
157
|
var next_step = "下一步";
|
157
158
|
var not_contains$1 = "不包含";
|
@@ -177,6 +178,13 @@
|
|
177
178
|
var hour = "小时";
|
178
179
|
var minute = "分钟";
|
179
180
|
var second = "秒";
|
181
|
+
var monday = "周一";
|
182
|
+
var tuesday = "周二";
|
183
|
+
var wednesday = "周三";
|
184
|
+
var thursday = "周四";
|
185
|
+
var friday = "周五";
|
186
|
+
var saturday = "周六";
|
187
|
+
var sunday = "周日";
|
180
188
|
var common = {
|
181
189
|
_action_: _action_,
|
182
190
|
action: action,
|
@@ -188,6 +196,7 @@
|
|
188
196
|
confirm: confirm,
|
189
197
|
empty: empty$1,
|
190
198
|
enable: enable,
|
199
|
+
disable: disable,
|
191
200
|
error: error,
|
192
201
|
next_step: next_step,
|
193
202
|
not_contains: not_contains$1,
|
@@ -212,7 +221,14 @@
|
|
212
221
|
day: day,
|
213
222
|
hour: hour,
|
214
223
|
minute: minute,
|
215
|
-
second: second
|
224
|
+
second: second,
|
225
|
+
monday: monday,
|
226
|
+
tuesday: tuesday,
|
227
|
+
wednesday: wednesday,
|
228
|
+
thursday: thursday,
|
229
|
+
friday: friday,
|
230
|
+
saturday: saturday,
|
231
|
+
sunday: sunday
|
216
232
|
};
|
217
233
|
|
218
234
|
var contains = "包含";
|
@@ -230,7 +246,7 @@
|
|
230
246
|
var to = "至";
|
231
247
|
var time_zone_select_placeholder = "输入城市、时区";
|
232
248
|
var browser_time_zone = "浏览器时区";
|
233
|
-
var
|
249
|
+
var coorddinated_universal_time = "协调世界时";
|
234
250
|
var Architecture_AARCH64 = "AArch64";
|
235
251
|
var Architecture_X86_64 = "x86_64";
|
236
252
|
var maximum_row_count_desc = "最多添加 {count} 项。";
|
@@ -238,6 +254,77 @@
|
|
238
254
|
var add = "添加";
|
239
255
|
var prefix = "前缀";
|
240
256
|
var suffix = "后缀";
|
257
|
+
var advanced_search = "高级筛选";
|
258
|
+
var ends_with = "以 {- value } 结束";
|
259
|
+
var every = "所有";
|
260
|
+
var gt = ">";
|
261
|
+
var gte = "≥";
|
262
|
+
var is = "为";
|
263
|
+
var lt = "<";
|
264
|
+
var lte = "≤";
|
265
|
+
var none = "没有";
|
266
|
+
var not_ends_with = "不以 {- value } 结束";
|
267
|
+
var not_in = "不属于";
|
268
|
+
var not_starts_with = "不以 {- value } 开始";
|
269
|
+
var recent_search = "最近筛选";
|
270
|
+
var resource_no_exist = "当前资源已经不存在";
|
271
|
+
var self_defined_column = "自定义显示列";
|
272
|
+
var some = "包含";
|
273
|
+
var starts_with = "以 {- value } 开始";
|
274
|
+
var selected_item_with_count = "已选中 {count} 项目";
|
275
|
+
var used_storage = "已使用容量:";
|
276
|
+
var usable_storage = "可使用容量:";
|
277
|
+
var generate_date_preview = "生成日期预览";
|
278
|
+
var date_with_year_and_month = "{year} 年 {month}";
|
279
|
+
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
280
|
+
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
281
|
+
var filter_condition_with_count = "{count} 个筛选条件";
|
282
|
+
var not_support_yet = "功能暂时未实现";
|
283
|
+
var as_day = "按天";
|
284
|
+
var count = "份";
|
285
|
+
var per_day_1 = "每";
|
286
|
+
var per_day_2 = "天,";
|
287
|
+
var per_day_3 = "生成。";
|
288
|
+
var execution_time = "生成时间:";
|
289
|
+
var de_week = "的周";
|
290
|
+
var ge_month = "个月";
|
291
|
+
var hao = "号";
|
292
|
+
var as_week = "按周";
|
293
|
+
var as_month = "按月";
|
294
|
+
var week_with_below_date = "周的如下日期:";
|
295
|
+
var month_with_below_date = "个月的如下日期:";
|
296
|
+
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
297
|
+
var retain_with_count = "保留 {count} 份";
|
298
|
+
var start_date = "开始日期";
|
299
|
+
var retain_date = "保留份数";
|
300
|
+
var next_generate_with_date = "下次生成将会发生在:{date}";
|
301
|
+
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
302
|
+
var every_day_with_time = "每天的 {time}";
|
303
|
+
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
304
|
+
var every_week_with_time = "每周的 {time}";
|
305
|
+
var every_week_with_day_and_time = "每周的周{day} {time}";
|
306
|
+
var every_weeks_with_count_and_time = "每 {count} 周的 {time}";
|
307
|
+
var every_weeks_with_count_and_day_and_time = "每 {count} 周的周{day} {time}";
|
308
|
+
var every_month_with_time = "每月的 {time}";
|
309
|
+
var every_month_with_day_and_time = "每月的 {day} 号 {time}";
|
310
|
+
var every_months_with_count_and_time = "每 {count} 月的 {time}";
|
311
|
+
var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
|
312
|
+
var add_favorite_function = "加入常用功能";
|
313
|
+
var remove_favorite_function = "移出常用功能";
|
314
|
+
var year = "年";
|
315
|
+
var end_date = "结束日期";
|
316
|
+
var search_relative_time_placeholder = "搜索相对时间";
|
317
|
+
var relative_time = "相对时间";
|
318
|
+
var absolute_time = "绝对时间";
|
319
|
+
var date_range_picker_history_title = "最近查询";
|
320
|
+
var end_time_cannot_be_less_than_start_time = "结束时间不能小于开始时间";
|
321
|
+
var empty_search_history = "无历史查询";
|
322
|
+
var set_start_time_failed = "开始时间不能早于 { time }";
|
323
|
+
var set_end_time_failed = "结束时间不能晚于 { time }";
|
324
|
+
var change_date_range = "在区间内调节时间范围";
|
325
|
+
var reset_date_range = "重置为默认区间";
|
326
|
+
var start_trial = "开始试用";
|
327
|
+
var free_trial = "免费试用";
|
241
328
|
var components = {
|
242
329
|
contains: contains,
|
243
330
|
custom_column: custom_column,
|
@@ -255,14 +342,92 @@
|
|
255
342
|
to: to,
|
256
343
|
time_zone_select_placeholder: time_zone_select_placeholder,
|
257
344
|
browser_time_zone: browser_time_zone,
|
258
|
-
|
345
|
+
coorddinated_universal_time: coorddinated_universal_time,
|
259
346
|
Architecture_AARCH64: Architecture_AARCH64,
|
260
347
|
Architecture_X86_64: Architecture_X86_64,
|
261
348
|
maximum_row_count_desc: maximum_row_count_desc,
|
262
349
|
remove: remove,
|
263
350
|
add: add,
|
264
351
|
prefix: prefix,
|
265
|
-
suffix: suffix
|
352
|
+
suffix: suffix,
|
353
|
+
advanced_search: advanced_search,
|
354
|
+
ends_with: ends_with,
|
355
|
+
every: every,
|
356
|
+
gt: gt,
|
357
|
+
gte: gte,
|
358
|
+
is: is,
|
359
|
+
lt: lt,
|
360
|
+
lte: lte,
|
361
|
+
none: none,
|
362
|
+
not_ends_with: not_ends_with,
|
363
|
+
not_in: not_in,
|
364
|
+
not_starts_with: not_starts_with,
|
365
|
+
recent_search: recent_search,
|
366
|
+
resource_no_exist: resource_no_exist,
|
367
|
+
self_defined_column: self_defined_column,
|
368
|
+
some: some,
|
369
|
+
starts_with: starts_with,
|
370
|
+
selected_item_with_count: selected_item_with_count,
|
371
|
+
used_storage: used_storage,
|
372
|
+
usable_storage: usable_storage,
|
373
|
+
generate_date_preview: generate_date_preview,
|
374
|
+
date_with_year_and_month: date_with_year_and_month,
|
375
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
376
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count,
|
377
|
+
filter_condition_with_count: filter_condition_with_count,
|
378
|
+
not_support_yet: not_support_yet,
|
379
|
+
as_day: as_day,
|
380
|
+
count: count,
|
381
|
+
per_day_1: per_day_1,
|
382
|
+
per_day_2: per_day_2,
|
383
|
+
per_day_3: per_day_3,
|
384
|
+
execution_time: execution_time,
|
385
|
+
de_week: de_week,
|
386
|
+
ge_month: ge_month,
|
387
|
+
hao: hao,
|
388
|
+
as_week: as_week,
|
389
|
+
as_month: as_month,
|
390
|
+
week_with_below_date: week_with_below_date,
|
391
|
+
month_with_below_date: month_with_below_date,
|
392
|
+
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
393
|
+
retain_with_count: retain_with_count,
|
394
|
+
start_date: start_date,
|
395
|
+
retain_date: retain_date,
|
396
|
+
next_generate_with_date: next_generate_with_date,
|
397
|
+
will_save_one_to_thirty_report: will_save_one_to_thirty_report,
|
398
|
+
every_day_with_time: every_day_with_time,
|
399
|
+
every_day_with_count_and_time: every_day_with_count_and_time,
|
400
|
+
every_week_with_time: every_week_with_time,
|
401
|
+
every_week_with_day_and_time: every_week_with_day_and_time,
|
402
|
+
every_weeks_with_count_and_time: every_weeks_with_count_and_time,
|
403
|
+
every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time,
|
404
|
+
every_month_with_time: every_month_with_time,
|
405
|
+
every_month_with_day_and_time: every_month_with_day_and_time,
|
406
|
+
every_months_with_count_and_time: every_months_with_count_and_time,
|
407
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
|
408
|
+
add_favorite_function: add_favorite_function,
|
409
|
+
remove_favorite_function: remove_favorite_function,
|
410
|
+
year: year,
|
411
|
+
"monday-simple": "一",
|
412
|
+
"tuesday-simple": "二",
|
413
|
+
"wednesday-simple": "三",
|
414
|
+
"thursday-simple": "四",
|
415
|
+
"friday-simple": "五",
|
416
|
+
"saturday-simple": "六",
|
417
|
+
"sunday-simple": "日",
|
418
|
+
end_date: end_date,
|
419
|
+
search_relative_time_placeholder: search_relative_time_placeholder,
|
420
|
+
relative_time: relative_time,
|
421
|
+
absolute_time: absolute_time,
|
422
|
+
date_range_picker_history_title: date_range_picker_history_title,
|
423
|
+
end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time,
|
424
|
+
empty_search_history: empty_search_history,
|
425
|
+
set_start_time_failed: set_start_time_failed,
|
426
|
+
set_end_time_failed: set_end_time_failed,
|
427
|
+
change_date_range: change_date_range,
|
428
|
+
reset_date_range: reset_date_range,
|
429
|
+
start_trial: start_trial,
|
430
|
+
free_trial: free_trial
|
266
431
|
};
|
267
432
|
|
268
433
|
var current = "当前值";
|
package/dist/umd/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"eb39-1","name":"common.json"},{"uid":"eb39-3","name":"components.json"},{"uid":"eb39-5","name":"metric.json"},{"uid":"eb39-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"eb39-9","name":"common.json"},{"uid":"eb39-11","name":"components.json"},{"uid":"eb39-13","name":"metric.json"},{"uid":"eb39-15","name":"index.ts"}]},{"uid":"eb39-17","name":"index.ts"}]},{"uid":"eb39-19","name":"parrotI18n.ts"},{"uid":"eb39-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"eb39-1":{"renderedLength":1973,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-0"},"eb39-3":{"renderedLength":1796,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-2"},"eb39-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-4"},"eb39-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-6"},"eb39-9":{"renderedLength":2217,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-8"},"eb39-11":{"renderedLength":8187,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-10"},"eb39-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-12"},"eb39-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-14"},"eb39-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-16"},"eb39-19":{"renderedLength":1835,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-18"},"eb39-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"eb39-20"}},"nodeMetas":{"eb39-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"eb39-1"},"imported":[],"importedBy":[{"uid":"eb39-6"}]},"eb39-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"eb39-3"},"imported":[],"importedBy":[{"uid":"eb39-6"}]},"eb39-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"eb39-5"},"imported":[],"importedBy":[{"uid":"eb39-6"}]},"eb39-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"eb39-7"},"imported":[{"uid":"eb39-0"},{"uid":"eb39-2"},{"uid":"eb39-4"}],"importedBy":[{"uid":"eb39-16"}]},"eb39-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"eb39-9"},"imported":[],"importedBy":[{"uid":"eb39-14"}]},"eb39-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"eb39-11"},"imported":[],"importedBy":[{"uid":"eb39-14"}]},"eb39-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"eb39-13"},"imported":[],"importedBy":[{"uid":"eb39-14"}]},"eb39-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"eb39-15"},"imported":[{"uid":"eb39-8"},{"uid":"eb39-10"},{"uid":"eb39-12"}],"importedBy":[{"uid":"eb39-16"}]},"eb39-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"eb39-17"},"imported":[{"uid":"eb39-6"},{"uid":"eb39-14"}],"importedBy":[{"uid":"eb39-20"},{"uid":"eb39-18"}]},"eb39-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"eb39-19"},"imported":[{"uid":"eb39-22"},{"uid":"eb39-23"},{"uid":"eb39-16"}],"importedBy":[{"uid":"eb39-20"}]},"eb39-20":{"id":"/src/index.ts","moduleParts":{"index.js":"eb39-21"},"imported":[{"uid":"eb39-16"},{"uid":"eb39-18"}],"importedBy":[],"isEntry":true},"eb39-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb39-18"}],"isExternal":true},"eb39-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb39-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.
|
3
|
+
"version": "0.27.0-dry",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"typescript": "5.0.2",
|
46
46
|
"vitest": "^0.24.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "4484d51b30628b4b4314fa03339a16ffe771ebd5"
|
49
49
|
}
|
File without changes
|