@cloudtower/parrot 0.0.0-config-rc-7 → 0.0.0-data-testid

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/umd/index.js CHANGED
@@ -12,7 +12,7 @@
12
12
  var close$1 = "Close";
13
13
  var contains$3 = "Contains";
14
14
  var confirm$3 = "Confirm";
15
- var empty$3 = "No ";
15
+ var empty$5 = "No ";
16
16
  var enable$1 = "Enable";
17
17
  var enabled$1 = "Enabled";
18
18
  var disabled$1 = "Disabled";
@@ -32,16 +32,16 @@
32
32
  var on$1 = "On";
33
33
  var error_message$1 = "Error Message";
34
34
  var retry$1 = "Retry";
35
- var week_abbreviation$1 = "week";
36
- var day_abbreviation$1 = "day";
37
- var hour_abbreviation$1 = "h";
38
- var minute_abbreviation$1 = "min";
39
- var second_abbreviation$1 = "sec";
40
- var week$1 = "Week";
41
- var day$1 = "Day";
42
- var hour$1 = "Hour";
43
- var minute$1 = "Minute";
44
- var second$1 = "Second";
35
+ var week_abbreviation$3 = "week";
36
+ var day_abbreviation$3 = "day";
37
+ var hour_abbreviation$3 = "h";
38
+ var minute_abbreviation$3 = "min";
39
+ var second_abbreviation$3 = "sec";
40
+ var week$3 = "Week";
41
+ var day$3 = "Day";
42
+ var hour$3 = "Hour";
43
+ var minute$3 = "Minute";
44
+ var second$3 = "Second";
45
45
  var monday$1 = "Monday";
46
46
  var tuesday$1 = "Tuesday";
47
47
  var wednesday$1 = "Wednesday";
@@ -49,8 +49,29 @@
49
49
  var friday$1 = "Friday";
50
50
  var saturday$1 = "Saturday";
51
51
  var sunday$1 = "Sunday";
52
- var month$1 = "Month";
53
- var year$1 = "Year";
52
+ var month$3 = "Month";
53
+ var year$3 = "Year";
54
+ var day_count$1 = "{count} day";
55
+ var day_count_plural = "{count} days";
56
+ var hour_count$1 = "{count} hour";
57
+ var hour_count_plural = "{count} hours";
58
+ var minute_count$1 = "{count} minute";
59
+ var minute_count_plural = "{count} minutes";
60
+ var month_measure_count$1 = "{count} month";
61
+ var month_measure_count_plural = "{count} months";
62
+ var show_unpassed$1 = "Show Failed only";
63
+ var copy$1 = "Copy";
64
+ var click_to_copy$1 = "Copy";
65
+ var copy_done$1 = "Copy successfully";
66
+ var has_copied_to_clipboard$1 = "Copied to clipboard";
67
+ var download$1 = "Download";
68
+ var copy_kubeconfig_success$1 = "Kubeconfig copied.";
69
+ var download_kubeconfig$1 = "Download Kubeconfig";
70
+ var download_kubeconfig_tip$1 = "You may use the following Kubeconfig file to access this cluster.";
71
+ var obtain_data_error$1 = "Data retrieval error";
72
+ var colon_with_space$1 = ": ";
73
+ var semicolon_with_space$1 = "; ";
74
+ var remove$3 = "Remove";
54
75
  var common$1 = {
55
76
  _action_: _action_$1,
56
77
  action: action$1,
@@ -58,9 +79,10 @@
58
79
  cancel: cancel$1,
59
80
  clear_query: clear_query$1,
60
81
  close: close$1,
82
+ "delete": "Delete",
61
83
  contains: contains$3,
62
84
  confirm: confirm$3,
63
- empty: empty$3,
85
+ empty: empty$5,
64
86
  enable: enable$1,
65
87
  enabled: enabled$1,
66
88
  disabled: disabled$1,
@@ -80,16 +102,16 @@
80
102
  on: on$1,
81
103
  error_message: error_message$1,
82
104
  retry: retry$1,
83
- week_abbreviation: week_abbreviation$1,
84
- day_abbreviation: day_abbreviation$1,
85
- hour_abbreviation: hour_abbreviation$1,
86
- minute_abbreviation: minute_abbreviation$1,
87
- second_abbreviation: second_abbreviation$1,
88
- week: week$1,
89
- day: day$1,
90
- hour: hour$1,
91
- minute: minute$1,
92
- second: second$1,
105
+ week_abbreviation: week_abbreviation$3,
106
+ day_abbreviation: day_abbreviation$3,
107
+ hour_abbreviation: hour_abbreviation$3,
108
+ minute_abbreviation: minute_abbreviation$3,
109
+ second_abbreviation: second_abbreviation$3,
110
+ week: week$3,
111
+ day: day$3,
112
+ hour: hour$3,
113
+ minute: minute$3,
114
+ second: second$3,
93
115
  monday: monday$1,
94
116
  tuesday: tuesday$1,
95
117
  wednesday: wednesday$1,
@@ -97,8 +119,29 @@
97
119
  friday: friday$1,
98
120
  saturday: saturday$1,
99
121
  sunday: sunday$1,
100
- month: month$1,
101
- year: year$1
122
+ month: month$3,
123
+ year: year$3,
124
+ day_count: day_count$1,
125
+ day_count_plural: day_count_plural,
126
+ hour_count: hour_count$1,
127
+ hour_count_plural: hour_count_plural,
128
+ minute_count: minute_count$1,
129
+ minute_count_plural: minute_count_plural,
130
+ month_measure_count: month_measure_count$1,
131
+ month_measure_count_plural: month_measure_count_plural,
132
+ show_unpassed: show_unpassed$1,
133
+ copy: copy$1,
134
+ click_to_copy: click_to_copy$1,
135
+ copy_done: copy_done$1,
136
+ has_copied_to_clipboard: has_copied_to_clipboard$1,
137
+ download: download$1,
138
+ copy_kubeconfig_success: copy_kubeconfig_success$1,
139
+ download_kubeconfig: download_kubeconfig$1,
140
+ download_kubeconfig_tip: download_kubeconfig_tip$1,
141
+ obtain_data_error: obtain_data_error$1,
142
+ colon_with_space: colon_with_space$1,
143
+ semicolon_with_space: semicolon_with_space$1,
144
+ remove: remove$3
102
145
  };
103
146
 
104
147
  var contains$2 = "Contains";
@@ -111,7 +154,8 @@
111
154
  var push_to$1 = "Jump to";
112
155
  var pagination_range$1 = "Item {range1} – {range2}";
113
156
  var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
114
- var pagination_lots_total$1 = "{total} items in total";
157
+ var pagination_lots_total$1 = "{count} item in total";
158
+ var pagination_lots_total_plural = "{count} items in total";
115
159
  var unknow_error$1 = "Unknown error";
116
160
  var to$1 = "to";
117
161
  var time_zone_select_placeholder$1 = "Enter city or time zone";
@@ -120,7 +164,7 @@
120
164
  var Architecture_AARCH64$1 = "AArch64";
121
165
  var Architecture_X86_64$1 = "x86_64";
122
166
  var maximum_row_count_desc$1 = "At most {count} items.";
123
- var remove$1 = "Remove";
167
+ var remove$2 = "Remove";
124
168
  var add$1 = "Add";
125
169
  var prefix$1 = "Prefix";
126
170
  var suffix$1 = "Suffix";
@@ -173,6 +217,24 @@
173
217
  var select_all$1 = "Select All";
174
218
  var unselect_all$1 = "Clear";
175
219
  var other$1 = "Other";
220
+ var prev$1 = "Previous";
221
+ var next$1 = "Next";
222
+ var clear$1 = "Clear";
223
+ var loading$1 = "Loading...";
224
+ var upgrade_to_version$1 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
225
+ var update_to_version$1 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
226
+ var failed_upgrade_to_version$1 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
227
+ var config_updated$1 = "<0>{{text}}</0> updated <1>{{version}}</1>";
228
+ var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
229
+ var empty$4 = "No history records";
230
+ var view_detail$1 = "View Details";
231
+ var initializing_failed$1 = "Failed to load the page. Please try again.";
232
+ var recent_search$1 = "Recent search";
233
+ var select_file$1 = "Select File";
234
+ var reselect_file$1 = "Re-select";
235
+ var exceed_max_count$1 = "Maximum {count} file allowed";
236
+ var exceed_max_count_plural = "Maximum {count} files allowed";
237
+ var upload_file_desc$1 = "Click or drag file to this area to upload";
176
238
  var components$1 = {
177
239
  contains: contains$2,
178
240
  custom_column: custom_column$1,
@@ -186,6 +248,7 @@
186
248
  pagination_range: pagination_range$1,
187
249
  pagination_total: pagination_total$1,
188
250
  pagination_lots_total: pagination_lots_total$1,
251
+ pagination_lots_total_plural: pagination_lots_total_plural,
189
252
  unknow_error: unknow_error$1,
190
253
  to: to$1,
191
254
  time_zone_select_placeholder: time_zone_select_placeholder$1,
@@ -194,7 +257,7 @@
194
257
  Architecture_AARCH64: Architecture_AARCH64$1,
195
258
  Architecture_X86_64: Architecture_X86_64$1,
196
259
  maximum_row_count_desc: maximum_row_count_desc$1,
197
- remove: remove$1,
260
+ remove: remove$2,
198
261
  add: add$1,
199
262
  prefix: prefix$1,
200
263
  suffix: suffix$1,
@@ -253,22 +316,92 @@
253
316
  search_relative_time_placeholder: search_relative_time_placeholder$1,
254
317
  select_all: select_all$1,
255
318
  unselect_all: unselect_all$1,
256
- other: other$1
319
+ other: other$1,
320
+ prev: prev$1,
321
+ next: next$1,
322
+ clear: clear$1,
323
+ loading: loading$1,
324
+ upgrade_to_version: upgrade_to_version$1,
325
+ update_to_version: update_to_version$1,
326
+ failed_upgrade_to_version: failed_upgrade_to_version$1,
327
+ config_updated: config_updated$1,
328
+ db_migrated: db_migrated$1,
329
+ empty: empty$4,
330
+ view_detail: view_detail$1,
331
+ initializing_failed: initializing_failed$1,
332
+ recent_search: recent_search$1,
333
+ select_file: select_file$1,
334
+ reselect_file: reselect_file$1,
335
+ exceed_max_count: exceed_max_count$1,
336
+ exceed_max_count_plural: exceed_max_count_plural,
337
+ upload_file_desc: upload_file_desc$1
257
338
  };
258
339
 
259
340
  var current$1 = "Current value";
260
- var empty$2 = "No data in this time range";
341
+ var empty$3 = "No data in this time range";
261
342
  var max$1 = "Max";
262
343
  var metric$1 = {
263
344
  current: current$1,
264
- empty: empty$2,
345
+ empty: empty$3,
265
346
  max: max$1
266
347
  };
267
348
 
349
+ var year_abbreviation$1 = "<0>{count}</0> <1>y</1>";
350
+ var month_abbreviation$1 = "<0>{count}</0> <1>m</1>";
351
+ var week_abbreviation$2 = "<0>{count}</0> <1>w</1>";
352
+ var day_abbreviation$2 = "<0>{count}</0> <1>d</1>";
353
+ var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
354
+ var minute_abbreviation$2 = "<0>{count}</0> <1>min</1>";
355
+ var second_abbreviation$2 = "<0>{count}</0> <1>s</1>";
356
+ var millisecond_abbreviation$1 = "<0>{count}</0> <1>ms</1>";
357
+ var year$2 = "<0>{count}</0> <1>year</1>";
358
+ var year_plural = "<0>{count}</0> <1>years</1>";
359
+ var month$2 = "<0>{count}</0> <1>month</1>";
360
+ var month_plural = "<0>{count}</0> <1>months</1>";
361
+ var week$2 = "<0>{count}</0> <1>week</1>";
362
+ var week_plural = "<0>{count}</0> <1>weeks</1>";
363
+ var day$2 = "<0>{count}</0> <1>day</1>";
364
+ var day_plural = "<0>{count}</0> <1>days</1>";
365
+ var hour$2 = "<0>{count}</0> <1>hour</1>";
366
+ var hour_plural = "<0>{count}</0> <1>hours</1>";
367
+ var minute$2 = "<0>{count}</0> <1>minute</1>";
368
+ var minute_plural = "<0>{count}</0> <1>minutes</1>";
369
+ var second$2 = "<0>{count}</0> <1>second</1>";
370
+ var second_plural = "<0>{count}</0> <1>seconds</1>";
371
+ var millisecond$1 = "<0>{count}</0> <1>millisecond</1>";
372
+ var millisecond_plural = "<0>{count}</0> <1>milliseconds</1>";
373
+ var unit$1 = {
374
+ year_abbreviation: year_abbreviation$1,
375
+ month_abbreviation: month_abbreviation$1,
376
+ week_abbreviation: week_abbreviation$2,
377
+ day_abbreviation: day_abbreviation$2,
378
+ hour_abbreviation: hour_abbreviation$2,
379
+ minute_abbreviation: minute_abbreviation$2,
380
+ second_abbreviation: second_abbreviation$2,
381
+ millisecond_abbreviation: millisecond_abbreviation$1,
382
+ year: year$2,
383
+ year_plural: year_plural,
384
+ month: month$2,
385
+ month_plural: month_plural,
386
+ week: week$2,
387
+ week_plural: week_plural,
388
+ day: day$2,
389
+ day_plural: day_plural,
390
+ hour: hour$2,
391
+ hour_plural: hour_plural,
392
+ minute: minute$2,
393
+ minute_plural: minute_plural,
394
+ second: second$2,
395
+ second_plural: second_plural,
396
+ millisecond: millisecond$1,
397
+ millisecond_plural: millisecond_plural
398
+ };
399
+
268
400
  const locale$1 = {
269
401
  common: common$1,
270
402
  components: components$1,
271
- metric: metric$1
403
+ metric: metric$1,
404
+ unit: unit$1
272
405
  };
273
406
 
274
407
  var _action_ = "操作";
@@ -279,7 +412,7 @@
279
412
  var close = "关闭";
280
413
  var contains$1 = "包含";
281
414
  var confirm$1 = "确定";
282
- var empty$1 = "无";
415
+ var empty$2 = "无";
283
416
  var enable = "启用";
284
417
  var enabled = "启用";
285
418
  var disable = "禁用";
@@ -299,16 +432,16 @@
299
432
  var on = "开启";
300
433
  var error_message = "错误信息";
301
434
  var retry = "重试";
302
- var week_abbreviation = "周";
303
- var day_abbreviation = "天";
304
- var hour_abbreviation = "小时";
305
- var minute_abbreviation = "分钟";
306
- var second_abbreviation = "秒";
307
- var week = "周";
308
- var day = "天";
309
- var hour = "小时";
310
- var minute = "分钟";
311
- var second = "秒";
435
+ var week_abbreviation$1 = "周";
436
+ var day_abbreviation$1 = "天";
437
+ var hour_abbreviation$1 = "小时";
438
+ var minute_abbreviation$1 = "分钟";
439
+ var second_abbreviation$1 = "秒";
440
+ var week$1 = "周";
441
+ var day$1 = "天";
442
+ var hour$1 = "小时";
443
+ var minute$1 = "分钟";
444
+ var second$1 = "秒";
312
445
  var monday = "周一";
313
446
  var tuesday = "周二";
314
447
  var wednesday = "周三";
@@ -316,8 +449,25 @@
316
449
  var friday = "周五";
317
450
  var saturday = "周六";
318
451
  var sunday = "周日";
319
- var month = "月";
320
- var year = "年";
452
+ var month$1 = "月";
453
+ var year$1 = "年";
454
+ var day_count = "{count} 天";
455
+ var hour_count = "{count} 小时";
456
+ var minute_count = "{count} 分钟";
457
+ var month_measure_count = "{count} 个月";
458
+ var show_unpassed = "只看未满足";
459
+ var copy = "复制";
460
+ var click_to_copy = "点击复制";
461
+ var copy_done = "复制成功";
462
+ var has_copied_to_clipboard = "已复制到剪贴板";
463
+ var download = "下载";
464
+ var copy_kubeconfig_success = "Kubeconfig 复制成功。";
465
+ var download_kubeconfig = "下载 Kubeconfig";
466
+ var download_kubeconfig_tip = "通过使用 Kubeconfig 文件配置当前集群的访问信息。";
467
+ var obtain_data_error = "获取数据时遇到问题";
468
+ var colon_with_space = ":";
469
+ var semicolon_with_space = ";";
470
+ var remove$1 = "移除";
321
471
  var common = {
322
472
  _action_: _action_,
323
473
  action: action,
@@ -325,9 +475,10 @@
325
475
  cancel: cancel,
326
476
  clear_query: clear_query,
327
477
  close: close,
478
+ "delete": "删除",
328
479
  contains: contains$1,
329
480
  confirm: confirm$1,
330
- empty: empty$1,
481
+ empty: empty$2,
331
482
  enable: enable,
332
483
  enabled: enabled,
333
484
  disable: disable,
@@ -347,16 +498,16 @@
347
498
  on: on,
348
499
  error_message: error_message,
349
500
  retry: retry,
350
- week_abbreviation: week_abbreviation,
351
- day_abbreviation: day_abbreviation,
352
- hour_abbreviation: hour_abbreviation,
353
- minute_abbreviation: minute_abbreviation,
354
- second_abbreviation: second_abbreviation,
355
- week: week,
356
- day: day,
357
- hour: hour,
358
- minute: minute,
359
- second: second,
501
+ week_abbreviation: week_abbreviation$1,
502
+ day_abbreviation: day_abbreviation$1,
503
+ hour_abbreviation: hour_abbreviation$1,
504
+ minute_abbreviation: minute_abbreviation$1,
505
+ second_abbreviation: second_abbreviation$1,
506
+ week: week$1,
507
+ day: day$1,
508
+ hour: hour$1,
509
+ minute: minute$1,
510
+ second: second$1,
360
511
  monday: monday,
361
512
  tuesday: tuesday,
362
513
  wednesday: wednesday,
@@ -364,8 +515,25 @@
364
515
  friday: friday,
365
516
  saturday: saturday,
366
517
  sunday: sunday,
367
- month: month,
368
- year: year
518
+ month: month$1,
519
+ year: year$1,
520
+ day_count: day_count,
521
+ hour_count: hour_count,
522
+ minute_count: minute_count,
523
+ month_measure_count: month_measure_count,
524
+ show_unpassed: show_unpassed,
525
+ copy: copy,
526
+ click_to_copy: click_to_copy,
527
+ copy_done: copy_done,
528
+ has_copied_to_clipboard: has_copied_to_clipboard,
529
+ download: download,
530
+ copy_kubeconfig_success: copy_kubeconfig_success,
531
+ download_kubeconfig: download_kubeconfig,
532
+ download_kubeconfig_tip: download_kubeconfig_tip,
533
+ obtain_data_error: obtain_data_error,
534
+ colon_with_space: colon_with_space,
535
+ semicolon_with_space: semicolon_with_space,
536
+ remove: remove$1
369
537
  };
370
538
 
371
539
  var contains = "包含";
@@ -378,7 +546,7 @@
378
546
  var push_to = "跳转至";
379
547
  var pagination_range = "第 {range1} – {range2} 项";
380
548
  var pagination_total = "第 {range1} – {range2} 项,共 {total} 项";
381
- var pagination_lots_total = "共 {total} 项";
549
+ var pagination_lots_total = "共 {count} 项";
382
550
  var unknow_error = "未知错误";
383
551
  var to = "至";
384
552
  var time_zone_select_placeholder = "输入城市、时区";
@@ -436,6 +604,23 @@
436
604
  var select_all = "全选";
437
605
  var unselect_all = "取消全选";
438
606
  var other = "其他";
607
+ var prev = "上一个";
608
+ var next = "下一个";
609
+ var clear = "清空";
610
+ var loading = "正在加载...";
611
+ var upgrade_to_version = "<0>{{text}}</0>升级到<1>{{version}}</1>";
612
+ var update_to_version = "<0>{{text}}</0>更新到<1>{{version}}</1>";
613
+ var failed_upgrade_to_version = "<0>{{text}}</0>升级<1>{{version}}</1>失败";
614
+ var config_updated = "<0>{{text}}</0>更新<1>{{version}}</1>";
615
+ var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
616
+ var empty$1 = "暂无历史记录";
617
+ var view_detail = "查看详情";
618
+ var initializing_failed = "加载时遇到问题,请重试";
619
+ var recent_search = "最近搜索";
620
+ var select_file = "选择文件";
621
+ var reselect_file = "重新选择";
622
+ var exceed_max_count = "最多只能选择 {count} 个文件";
623
+ var upload_file_desc = "点击或拖拽文件到此区域上传";
439
624
  var components = {
440
625
  contains: contains,
441
626
  custom_column: custom_column,
@@ -512,7 +697,24 @@
512
697
  search_relative_time_placeholder: search_relative_time_placeholder,
513
698
  select_all: select_all,
514
699
  unselect_all: unselect_all,
515
- other: other
700
+ other: other,
701
+ prev: prev,
702
+ next: next,
703
+ clear: clear,
704
+ loading: loading,
705
+ upgrade_to_version: upgrade_to_version,
706
+ update_to_version: update_to_version,
707
+ failed_upgrade_to_version: failed_upgrade_to_version,
708
+ config_updated: config_updated,
709
+ db_migrated: db_migrated,
710
+ empty: empty$1,
711
+ view_detail: view_detail,
712
+ initializing_failed: initializing_failed,
713
+ recent_search: recent_search,
714
+ select_file: select_file,
715
+ reselect_file: reselect_file,
716
+ exceed_max_count: exceed_max_count,
717
+ upload_file_desc: upload_file_desc
516
718
  };
517
719
 
518
720
  var current = "当前值";
@@ -524,10 +726,46 @@
524
726
  max: max
525
727
  };
526
728
 
729
+ var year_abbreviation = "<0>{count}</0> <1>年</1>";
730
+ var month_abbreviation = "<0>{count}</0> <1>月</1>";
731
+ var week_abbreviation = "<0>{count}</0> <1>周</1>";
732
+ var day_abbreviation = "<0>{count}</0> <1>天</1>";
733
+ var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
734
+ var minute_abbreviation = "<0>{count}</0> <1>分</1>";
735
+ var second_abbreviation = "<0>{count}</0> <1>秒</1>";
736
+ var millisecond_abbreviation = "<0>{count}</0> <1>毫秒</1>";
737
+ var year = "<0>{count}</0> <1>年</1>";
738
+ var month = "<0>{count}</0> <1>月</1>";
739
+ var week = "<0>{count}</0> <1>周</1>";
740
+ var day = "<0>{count}</0> <1>天</1>";
741
+ var hour = "<0>{count}</0> <1>小时</1>";
742
+ var minute = "<0>{count}</0> <1>分钟</1>";
743
+ var second = "<0>{count}</0> <1>秒</1>";
744
+ var millisecond = "<0>{count}</0> <1>毫秒</1>";
745
+ var unit = {
746
+ year_abbreviation: year_abbreviation,
747
+ month_abbreviation: month_abbreviation,
748
+ week_abbreviation: week_abbreviation,
749
+ day_abbreviation: day_abbreviation,
750
+ hour_abbreviation: hour_abbreviation,
751
+ minute_abbreviation: minute_abbreviation,
752
+ second_abbreviation: second_abbreviation,
753
+ millisecond_abbreviation: millisecond_abbreviation,
754
+ year: year,
755
+ month: month,
756
+ week: week,
757
+ day: day,
758
+ hour: hour,
759
+ minute: minute,
760
+ second: second,
761
+ millisecond: millisecond
762
+ };
763
+
527
764
  const locale = {
528
765
  common,
529
766
  components,
530
- metric
767
+ metric,
768
+ unit
531
769
  };
532
770
 
533
771
  const locales = {
@@ -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":"fbe4-1","name":"common.json"},{"uid":"fbe4-3","name":"components.json"},{"uid":"fbe4-5","name":"metric.json"},{"uid":"fbe4-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"fbe4-9","name":"common.json"},{"uid":"fbe4-11","name":"components.json"},{"uid":"fbe4-13","name":"metric.json"},{"uid":"fbe4-15","name":"index.ts"}]},{"uid":"fbe4-17","name":"index.ts"}]},{"uid":"fbe4-19","name":"parrotI18n.ts"},{"uid":"fbe4-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"fbe4-1":{"renderedLength":2585,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-0"},"fbe4-3":{"renderedLength":7410,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-2"},"fbe4-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-4"},"fbe4-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-6"},"fbe4-9":{"renderedLength":2391,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-8"},"fbe4-11":{"renderedLength":6476,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-10"},"fbe4-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-12"},"fbe4-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-14"},"fbe4-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-16"},"fbe4-19":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-18"},"fbe4-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"fbe4-20"}},"nodeMetas":{"fbe4-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"fbe4-1"},"imported":[],"importedBy":[{"uid":"fbe4-6"}]},"fbe4-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"fbe4-3"},"imported":[],"importedBy":[{"uid":"fbe4-6"}]},"fbe4-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"fbe4-5"},"imported":[],"importedBy":[{"uid":"fbe4-6"}]},"fbe4-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"fbe4-7"},"imported":[{"uid":"fbe4-0"},{"uid":"fbe4-2"},{"uid":"fbe4-4"}],"importedBy":[{"uid":"fbe4-16"}]},"fbe4-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"fbe4-9"},"imported":[],"importedBy":[{"uid":"fbe4-14"}]},"fbe4-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"fbe4-11"},"imported":[],"importedBy":[{"uid":"fbe4-14"}]},"fbe4-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"fbe4-13"},"imported":[],"importedBy":[{"uid":"fbe4-14"}]},"fbe4-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"fbe4-15"},"imported":[{"uid":"fbe4-8"},{"uid":"fbe4-10"},{"uid":"fbe4-12"}],"importedBy":[{"uid":"fbe4-16"}]},"fbe4-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"fbe4-17"},"imported":[{"uid":"fbe4-6"},{"uid":"fbe4-14"}],"importedBy":[{"uid":"fbe4-20"},{"uid":"fbe4-18"}]},"fbe4-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"fbe4-19"},"imported":[{"uid":"fbe4-22"},{"uid":"fbe4-23"},{"uid":"fbe4-16"}],"importedBy":[{"uid":"fbe4-20"}]},"fbe4-20":{"id":"/src/index.ts","moduleParts":{"index.js":"fbe4-21"},"imported":[{"uid":"fbe4-16"},{"uid":"fbe4-18"}],"importedBy":[],"isEntry":true},"fbe4-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"fbe4-18"}],"isExternal":true},"fbe4-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"fbe4-18"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"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":"b833-1","name":"common.json"},{"uid":"b833-3","name":"components.json"},{"uid":"b833-5","name":"metric.json"},{"uid":"b833-7","name":"unit.json"},{"uid":"b833-9","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"b833-11","name":"common.json"},{"uid":"b833-13","name":"components.json"},{"uid":"b833-15","name":"metric.json"},{"uid":"b833-17","name":"unit.json"},{"uid":"b833-19","name":"index.ts"}]},{"uid":"b833-21","name":"index.ts"}]},{"uid":"b833-23","name":"parrotI18n.ts"},{"uid":"b833-25","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"b833-1":{"renderedLength":4366,"gzipLength":0,"brotliLength":0,"metaUid":"b833-0"},"b833-3":{"renderedLength":9123,"gzipLength":0,"brotliLength":0,"metaUid":"b833-2"},"b833-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"b833-4"},"b833-7":{"renderedLength":2064,"gzipLength":0,"brotliLength":0,"metaUid":"b833-6"},"b833-9":{"renderedLength":116,"gzipLength":0,"brotliLength":0,"metaUid":"b833-8"},"b833-11":{"renderedLength":3811,"gzipLength":0,"brotliLength":0,"metaUid":"b833-10"},"b833-13":{"renderedLength":7870,"gzipLength":0,"brotliLength":0,"metaUid":"b833-12"},"b833-15":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"b833-14"},"b833-17":{"renderedLength":1323,"gzipLength":0,"brotliLength":0,"metaUid":"b833-16"},"b833-19":{"renderedLength":72,"gzipLength":0,"brotliLength":0,"metaUid":"b833-18"},"b833-21":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"b833-20"},"b833-23":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"b833-22"},"b833-25":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"b833-24"}},"nodeMetas":{"b833-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"b833-1"},"imported":[],"importedBy":[{"uid":"b833-8"}]},"b833-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"b833-3"},"imported":[],"importedBy":[{"uid":"b833-8"}]},"b833-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"b833-5"},"imported":[],"importedBy":[{"uid":"b833-8"}]},"b833-6":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"b833-7"},"imported":[],"importedBy":[{"uid":"b833-8"}]},"b833-8":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"b833-9"},"imported":[{"uid":"b833-0"},{"uid":"b833-2"},{"uid":"b833-4"},{"uid":"b833-6"}],"importedBy":[{"uid":"b833-20"}]},"b833-10":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"b833-11"},"imported":[],"importedBy":[{"uid":"b833-18"}]},"b833-12":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"b833-13"},"imported":[],"importedBy":[{"uid":"b833-18"}]},"b833-14":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"b833-15"},"imported":[],"importedBy":[{"uid":"b833-18"}]},"b833-16":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"b833-17"},"imported":[],"importedBy":[{"uid":"b833-18"}]},"b833-18":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"b833-19"},"imported":[{"uid":"b833-10"},{"uid":"b833-12"},{"uid":"b833-14"},{"uid":"b833-16"}],"importedBy":[{"uid":"b833-20"}]},"b833-20":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"b833-21"},"imported":[{"uid":"b833-8"},{"uid":"b833-18"}],"importedBy":[{"uid":"b833-24"},{"uid":"b833-22"}]},"b833-22":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"b833-23"},"imported":[{"uid":"b833-26"},{"uid":"b833-27"},{"uid":"b833-20"}],"importedBy":[{"uid":"b833-24"}]},"b833-24":{"id":"/src/index.ts","moduleParts":{"index.js":"b833-25"},"imported":[{"uid":"b833-20"},{"uid":"b833-22"}],"importedBy":[],"isEntry":true},"b833-26":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"b833-22"}],"isExternal":true},"b833-27":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"b833-22"}],"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-config-rc-7",
3
+ "version": "0.0.0-data-testid",
4
4
  "description": "i18n modules for cloudtower sparrow and eagle",
5
5
  "keywords": [
6
6
  "i18n",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "scripts": {
23
23
  "test": "vitest",
24
- "test:ci": "vitest run",
24
+ "test:ci": "vitest run --silent",
25
25
  "prebuild": "rm -rf dist",
26
26
  "build": "rollup --config rollup.config.js --bundleConfigAsCjs",
27
27
  "typings": "tsc -v && tsc --emitDeclarationOnly",
@@ -43,7 +43,7 @@
43
43
  "rollup-plugin-polyfill-node": "^0.12.0",
44
44
  "rollup-plugin-visualizer": "5.9.0",
45
45
  "typescript": "5.0.2",
46
- "vitest": "^0.24.1"
46
+ "vitest": "^3.1.1"
47
47
  },
48
- "gitHead": "9bc3cf8d39b05b9273cc143d2a324c7cfffc8cec"
48
+ "gitHead": "fa58917905e45f16034c6fa8c583ed179e10cf57"
49
49
  }