@cloudtower/parrot 0.35.9 → 481.0.3
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 +40 -96
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +8 -23
- package/dist/locales/index.d.ts +9 -37
- package/dist/locales/zh-CN/index.d.ts +1 -14
- package/dist/umd/index.js +40 -96
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -46,8 +46,8 @@ var thursday$1 = "Thursday";
|
|
|
46
46
|
var friday$1 = "Friday";
|
|
47
47
|
var saturday$1 = "Saturday";
|
|
48
48
|
var sunday$1 = "Sunday";
|
|
49
|
-
var month$
|
|
50
|
-
var year$
|
|
49
|
+
var month$1 = "Month";
|
|
50
|
+
var year$1 = "Year";
|
|
51
51
|
var day_count$1 = "{count} day";
|
|
52
52
|
var day_count_plural = "{count} days";
|
|
53
53
|
var hour_count$1 = "{count} hour";
|
|
@@ -58,9 +58,6 @@ var month_measure_count$1 = "{count} month";
|
|
|
58
58
|
var month_measure_count_plural = "{count} months";
|
|
59
59
|
var show_unpassed$1 = "Show Failed only";
|
|
60
60
|
var copy$1 = "Copy";
|
|
61
|
-
var click_to_copy$1 = "Copy";
|
|
62
|
-
var copy_done$1 = "Copy successfully";
|
|
63
|
-
var has_copied_to_clipboard$1 = "Copied to clipboard";
|
|
64
61
|
var download$1 = "Download";
|
|
65
62
|
var copy_kubeconfig_success$1 = "Kubeconfig copied.";
|
|
66
63
|
var download_kubeconfig$1 = "Download Kubeconfig";
|
|
@@ -68,7 +65,6 @@ var download_kubeconfig_tip$1 = "You may use the following Kubeconfig file to ac
|
|
|
68
65
|
var obtain_data_error$1 = "Data retrieval error";
|
|
69
66
|
var colon_with_space$1 = ": ";
|
|
70
67
|
var semicolon_with_space$1 = "; ";
|
|
71
|
-
var remove$3 = "Remove";
|
|
72
68
|
var common$1 = {
|
|
73
69
|
_action_: _action_$1,
|
|
74
70
|
action: action$1,
|
|
@@ -116,8 +112,8 @@ var common$1 = {
|
|
|
116
112
|
friday: friday$1,
|
|
117
113
|
saturday: saturday$1,
|
|
118
114
|
sunday: sunday$1,
|
|
119
|
-
month: month$
|
|
120
|
-
year: year$
|
|
115
|
+
month: month$1,
|
|
116
|
+
year: year$1,
|
|
121
117
|
day_count: day_count$1,
|
|
122
118
|
day_count_plural: day_count_plural,
|
|
123
119
|
hour_count: hour_count$1,
|
|
@@ -128,17 +124,13 @@ var common$1 = {
|
|
|
128
124
|
month_measure_count_plural: month_measure_count_plural,
|
|
129
125
|
show_unpassed: show_unpassed$1,
|
|
130
126
|
copy: copy$1,
|
|
131
|
-
click_to_copy: click_to_copy$1,
|
|
132
|
-
copy_done: copy_done$1,
|
|
133
|
-
has_copied_to_clipboard: has_copied_to_clipboard$1,
|
|
134
127
|
download: download$1,
|
|
135
128
|
copy_kubeconfig_success: copy_kubeconfig_success$1,
|
|
136
129
|
download_kubeconfig: download_kubeconfig$1,
|
|
137
130
|
download_kubeconfig_tip: download_kubeconfig_tip$1,
|
|
138
131
|
obtain_data_error: obtain_data_error$1,
|
|
139
132
|
colon_with_space: colon_with_space$1,
|
|
140
|
-
semicolon_with_space: semicolon_with_space$1
|
|
141
|
-
remove: remove$3
|
|
133
|
+
semicolon_with_space: semicolon_with_space$1
|
|
142
134
|
};
|
|
143
135
|
|
|
144
136
|
var contains$2 = "Contains";
|
|
@@ -161,7 +153,7 @@ var coordinated_universal_time$1 = "Coordinated Universal Time";
|
|
|
161
153
|
var Architecture_AARCH64$1 = "AArch64";
|
|
162
154
|
var Architecture_X86_64$1 = "x86_64";
|
|
163
155
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
|
164
|
-
var remove$
|
|
156
|
+
var remove$1 = "Remove";
|
|
165
157
|
var add$1 = "Add";
|
|
166
158
|
var prefix$1 = "Prefix";
|
|
167
159
|
var suffix$1 = "Suffix";
|
|
@@ -226,11 +218,7 @@ var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
|
|
|
226
218
|
var empty$4 = "No history records";
|
|
227
219
|
var view_detail$1 = "View Details";
|
|
228
220
|
var initializing_failed$1 = "Failed to load the page. Please try again.";
|
|
229
|
-
var
|
|
230
|
-
var reselect_file$1 = "Re-select";
|
|
231
|
-
var exceed_max_count$1 = "Maximum {count} file allowed";
|
|
232
|
-
var exceed_max_count_plural = "Maximum {count} files allowed";
|
|
233
|
-
var upload_file_desc$1 = "Click or drag file to this area to upload";
|
|
221
|
+
var recent_search$1 = "Recent search";
|
|
234
222
|
var components$1 = {
|
|
235
223
|
contains: contains$2,
|
|
236
224
|
custom_column: custom_column$1,
|
|
@@ -253,7 +241,7 @@ var components$1 = {
|
|
|
253
241
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
254
242
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
255
243
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
256
|
-
remove: remove$
|
|
244
|
+
remove: remove$1,
|
|
257
245
|
add: add$1,
|
|
258
246
|
prefix: prefix$1,
|
|
259
247
|
suffix: suffix$1,
|
|
@@ -325,11 +313,7 @@ var components$1 = {
|
|
|
325
313
|
empty: empty$4,
|
|
326
314
|
view_detail: view_detail$1,
|
|
327
315
|
initializing_failed: initializing_failed$1,
|
|
328
|
-
|
|
329
|
-
reselect_file: reselect_file$1,
|
|
330
|
-
exceed_max_count: exceed_max_count$1,
|
|
331
|
-
exceed_max_count_plural: exceed_max_count_plural,
|
|
332
|
-
upload_file_desc: upload_file_desc$1
|
|
316
|
+
recent_search: recent_search$1
|
|
333
317
|
};
|
|
334
318
|
|
|
335
319
|
var current$1 = "Current value";
|
|
@@ -341,55 +325,41 @@ var metric$1 = {
|
|
|
341
325
|
max: max$1
|
|
342
326
|
};
|
|
343
327
|
|
|
344
|
-
var
|
|
345
|
-
var
|
|
346
|
-
var
|
|
347
|
-
var
|
|
328
|
+
var week_abbreviation$2 = "<0>{count}</0> <1>week</1>";
|
|
329
|
+
var day_abbreviation$2 = "<0>{count}</0> <1>day</1>";
|
|
330
|
+
var week_abbreviation_plural = "<0>{count}</0> <1>weeks</1>";
|
|
331
|
+
var day_abbreviation_plural = "<0>{count}</0> <1>days</1>";
|
|
348
332
|
var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
|
|
349
333
|
var minute_abbreviation$2 = "<0>{count}</0> <1>min</1>";
|
|
350
|
-
var second_abbreviation$2 = "<0>{count}</0> <1>
|
|
351
|
-
var
|
|
352
|
-
var
|
|
353
|
-
var
|
|
354
|
-
var
|
|
355
|
-
var
|
|
356
|
-
var week$2 = "<0>{count}</0> <1>
|
|
357
|
-
var
|
|
358
|
-
var
|
|
359
|
-
var
|
|
360
|
-
var
|
|
361
|
-
var hour_plural = "<0>{count}</0> <1>hours</1>";
|
|
362
|
-
var minute$2 = "<0>{count}</0> <1>minute</1>";
|
|
363
|
-
var minute_plural = "<0>{count}</0> <1>minutes</1>";
|
|
364
|
-
var second$2 = "<0>{count}</0> <1>second</1>";
|
|
365
|
-
var second_plural = "<0>{count}</0> <1>seconds</1>";
|
|
366
|
-
var millisecond$1 = "<0>{count}</0> <1>millisecond</1>";
|
|
367
|
-
var millisecond_plural = "<0>{count}</0> <1>milliseconds</1>";
|
|
334
|
+
var second_abbreviation$2 = "<0>{count}</0> <1>sec</1>";
|
|
335
|
+
var week_plural = "<0>{count}</0> <1>Weeks</1>";
|
|
336
|
+
var day_plural = "<0>{count}</0> <1>Days</1>";
|
|
337
|
+
var hour_plural = "<0>{count}</0> <1>Hours</1>";
|
|
338
|
+
var minute_plural = "<0>{count}</0> <1>Minutes</1>";
|
|
339
|
+
var second_plural = "<0>{count}</0> <1>Seconds</1>";
|
|
340
|
+
var week$2 = "<0>{count}</0> <1>Week</1>";
|
|
341
|
+
var day$2 = "<0>{count}</0> <1>Day</1>";
|
|
342
|
+
var hour$2 = "<0>{count}</0> <1>Hour</1>";
|
|
343
|
+
var minute$2 = "<0>{count}</0> <1>Minute</1>";
|
|
344
|
+
var second$2 = "<0>{count}</0> <1>Second</1>";
|
|
368
345
|
var unit$1 = {
|
|
369
|
-
year_abbreviation: year_abbreviation$1,
|
|
370
|
-
month_abbreviation: month_abbreviation$1,
|
|
371
346
|
week_abbreviation: week_abbreviation$2,
|
|
372
347
|
day_abbreviation: day_abbreviation$2,
|
|
348
|
+
week_abbreviation_plural: week_abbreviation_plural,
|
|
349
|
+
day_abbreviation_plural: day_abbreviation_plural,
|
|
373
350
|
hour_abbreviation: hour_abbreviation$2,
|
|
374
351
|
minute_abbreviation: minute_abbreviation$2,
|
|
375
352
|
second_abbreviation: second_abbreviation$2,
|
|
376
|
-
millisecond_abbreviation: millisecond_abbreviation$1,
|
|
377
|
-
year: year$2,
|
|
378
|
-
year_plural: year_plural,
|
|
379
|
-
month: month$2,
|
|
380
|
-
month_plural: month_plural,
|
|
381
|
-
week: week$2,
|
|
382
353
|
week_plural: week_plural,
|
|
383
|
-
day: day$2,
|
|
384
354
|
day_plural: day_plural,
|
|
385
|
-
hour: hour$2,
|
|
386
355
|
hour_plural: hour_plural,
|
|
387
|
-
minute: minute$2,
|
|
388
356
|
minute_plural: minute_plural,
|
|
389
|
-
second: second$2,
|
|
390
357
|
second_plural: second_plural,
|
|
391
|
-
|
|
392
|
-
|
|
358
|
+
week: week$2,
|
|
359
|
+
day: day$2,
|
|
360
|
+
hour: hour$2,
|
|
361
|
+
minute: minute$2,
|
|
362
|
+
second: second$2
|
|
393
363
|
};
|
|
394
364
|
|
|
395
365
|
const locale$1 = {
|
|
@@ -444,17 +414,14 @@ var thursday = "周四";
|
|
|
444
414
|
var friday = "周五";
|
|
445
415
|
var saturday = "周六";
|
|
446
416
|
var sunday = "周日";
|
|
447
|
-
var month
|
|
448
|
-
var year
|
|
417
|
+
var month = "月";
|
|
418
|
+
var year = "年";
|
|
449
419
|
var day_count = "{count} 天";
|
|
450
420
|
var hour_count = "{count} 小时";
|
|
451
421
|
var minute_count = "{count} 分钟";
|
|
452
422
|
var month_measure_count = "{count} 个月";
|
|
453
423
|
var show_unpassed = "只看未满足";
|
|
454
424
|
var copy = "复制";
|
|
455
|
-
var click_to_copy = "点击复制";
|
|
456
|
-
var copy_done = "复制成功";
|
|
457
|
-
var has_copied_to_clipboard = "已复制到剪贴板";
|
|
458
425
|
var download = "下载";
|
|
459
426
|
var copy_kubeconfig_success = "Kubeconfig 复制成功。";
|
|
460
427
|
var download_kubeconfig = "下载 Kubeconfig";
|
|
@@ -462,7 +429,6 @@ var download_kubeconfig_tip = "通过使用 Kubeconfig 文件配置当前集群
|
|
|
462
429
|
var obtain_data_error = "获取数据时遇到问题";
|
|
463
430
|
var colon_with_space = ":";
|
|
464
431
|
var semicolon_with_space = ";";
|
|
465
|
-
var remove$1 = "移除";
|
|
466
432
|
var common = {
|
|
467
433
|
_action_: _action_,
|
|
468
434
|
action: action,
|
|
@@ -510,25 +476,21 @@ var common = {
|
|
|
510
476
|
friday: friday,
|
|
511
477
|
saturday: saturday,
|
|
512
478
|
sunday: sunday,
|
|
513
|
-
month: month
|
|
514
|
-
year: year
|
|
479
|
+
month: month,
|
|
480
|
+
year: year,
|
|
515
481
|
day_count: day_count,
|
|
516
482
|
hour_count: hour_count,
|
|
517
483
|
minute_count: minute_count,
|
|
518
484
|
month_measure_count: month_measure_count,
|
|
519
485
|
show_unpassed: show_unpassed,
|
|
520
486
|
copy: copy,
|
|
521
|
-
click_to_copy: click_to_copy,
|
|
522
|
-
copy_done: copy_done,
|
|
523
|
-
has_copied_to_clipboard: has_copied_to_clipboard,
|
|
524
487
|
download: download,
|
|
525
488
|
copy_kubeconfig_success: copy_kubeconfig_success,
|
|
526
489
|
download_kubeconfig: download_kubeconfig,
|
|
527
490
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
528
491
|
obtain_data_error: obtain_data_error,
|
|
529
492
|
colon_with_space: colon_with_space,
|
|
530
|
-
semicolon_with_space: semicolon_with_space
|
|
531
|
-
remove: remove$1
|
|
493
|
+
semicolon_with_space: semicolon_with_space
|
|
532
494
|
};
|
|
533
495
|
|
|
534
496
|
var contains = "包含";
|
|
@@ -611,10 +573,7 @@ var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
|
|
|
611
573
|
var empty$1 = "暂无历史记录";
|
|
612
574
|
var view_detail = "查看详情";
|
|
613
575
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
614
|
-
var
|
|
615
|
-
var reselect_file = "重新选择";
|
|
616
|
-
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
617
|
-
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
576
|
+
var recent_search = "最近搜索";
|
|
618
577
|
var components = {
|
|
619
578
|
contains: contains,
|
|
620
579
|
custom_column: custom_column,
|
|
@@ -704,10 +663,7 @@ var components = {
|
|
|
704
663
|
empty: empty$1,
|
|
705
664
|
view_detail: view_detail,
|
|
706
665
|
initializing_failed: initializing_failed,
|
|
707
|
-
|
|
708
|
-
reselect_file: reselect_file,
|
|
709
|
-
exceed_max_count: exceed_max_count,
|
|
710
|
-
upload_file_desc: upload_file_desc
|
|
666
|
+
recent_search: recent_search
|
|
711
667
|
};
|
|
712
668
|
|
|
713
669
|
var current = "当前值";
|
|
@@ -719,39 +675,27 @@ var metric = {
|
|
|
719
675
|
max: max
|
|
720
676
|
};
|
|
721
677
|
|
|
722
|
-
var year_abbreviation = "<0>{count}</0> <1>年</1>";
|
|
723
|
-
var month_abbreviation = "<0>{count}</0> <1>月</1>";
|
|
724
678
|
var week_abbreviation = "<0>{count}</0> <1>周</1>";
|
|
725
679
|
var day_abbreviation = "<0>{count}</0> <1>天</1>";
|
|
726
680
|
var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
|
|
727
|
-
var minute_abbreviation = "<0>{count}</0> <1
|
|
681
|
+
var minute_abbreviation = "<0>{count}</0> <1>分钟</1>";
|
|
728
682
|
var second_abbreviation = "<0>{count}</0> <1>秒</1>";
|
|
729
|
-
var millisecond_abbreviation = "<0>{count}</0> <1>毫秒</1>";
|
|
730
|
-
var year = "<0>{count}</0> <1>年</1>";
|
|
731
|
-
var month = "<0>{count}</0> <1>月</1>";
|
|
732
683
|
var week = "<0>{count}</0> <1>周</1>";
|
|
733
684
|
var day = "<0>{count}</0> <1>天</1>";
|
|
734
685
|
var hour = "<0>{count}</0> <1>小时</1>";
|
|
735
686
|
var minute = "<0>{count}</0> <1>分钟</1>";
|
|
736
687
|
var second = "<0>{count}</0> <1>秒</1>";
|
|
737
|
-
var millisecond = "<0>{count}</0> <1>毫秒</1>";
|
|
738
688
|
var unit = {
|
|
739
|
-
year_abbreviation: year_abbreviation,
|
|
740
|
-
month_abbreviation: month_abbreviation,
|
|
741
689
|
week_abbreviation: week_abbreviation,
|
|
742
690
|
day_abbreviation: day_abbreviation,
|
|
743
691
|
hour_abbreviation: hour_abbreviation,
|
|
744
692
|
minute_abbreviation: minute_abbreviation,
|
|
745
693
|
second_abbreviation: second_abbreviation,
|
|
746
|
-
millisecond_abbreviation: millisecond_abbreviation,
|
|
747
|
-
year: year,
|
|
748
|
-
month: month,
|
|
749
694
|
week: week,
|
|
750
695
|
day: day,
|
|
751
696
|
hour: hour,
|
|
752
697
|
minute: minute,
|
|
753
|
-
second: second
|
|
754
|
-
millisecond: millisecond
|
|
698
|
+
second: second
|
|
755
699
|
};
|
|
756
700
|
|
|
757
701
|
const locale = {
|
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":"5014-29","name":"common.json"},{"uid":"5014-31","name":"components.json"},{"uid":"5014-33","name":"metric.json"},{"uid":"5014-35","name":"unit.json"},{"uid":"5014-37","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5014-39","name":"common.json"},{"uid":"5014-41","name":"components.json"},{"uid":"5014-43","name":"metric.json"},{"uid":"5014-45","name":"unit.json"},{"uid":"5014-47","name":"index.ts"}]},{"uid":"5014-49","name":"index.ts"}]},{"uid":"5014-51","name":"parrotI18n.ts"},{"uid":"5014-53","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5014-29":{"renderedLength":3809,"gzipLength":0,"brotliLength":0,"metaUid":"5014-28"},"5014-31":{"renderedLength":8288,"gzipLength":0,"brotliLength":0,"metaUid":"5014-30"},"5014-33":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"5014-32"},"5014-35":{"renderedLength":1424,"gzipLength":0,"brotliLength":0,"metaUid":"5014-34"},"5014-37":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"5014-36"},"5014-39":{"renderedLength":3269,"gzipLength":0,"brotliLength":0,"metaUid":"5014-38"},"5014-41":{"renderedLength":7179,"gzipLength":0,"brotliLength":0,"metaUid":"5014-40"},"5014-43":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"5014-42"},"5014-45":{"renderedLength":769,"gzipLength":0,"brotliLength":0,"metaUid":"5014-44"},"5014-47":{"renderedLength":60,"gzipLength":0,"brotliLength":0,"metaUid":"5014-46"},"5014-49":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"5014-48"},"5014-51":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"5014-50"},"5014-53":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5014-52"}},"nodeMetas":{"5014-28":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5014-29"},"imported":[],"importedBy":[{"uid":"5014-36"}]},"5014-30":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5014-31"},"imported":[],"importedBy":[{"uid":"5014-36"}]},"5014-32":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5014-33"},"imported":[],"importedBy":[{"uid":"5014-36"}]},"5014-34":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"5014-35"},"imported":[],"importedBy":[{"uid":"5014-36"}]},"5014-36":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5014-37"},"imported":[{"uid":"5014-28"},{"uid":"5014-30"},{"uid":"5014-32"},{"uid":"5014-34"}],"importedBy":[{"uid":"5014-48"}]},"5014-38":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5014-39"},"imported":[],"importedBy":[{"uid":"5014-46"}]},"5014-40":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5014-41"},"imported":[],"importedBy":[{"uid":"5014-46"}]},"5014-42":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5014-43"},"imported":[],"importedBy":[{"uid":"5014-46"}]},"5014-44":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"5014-45"},"imported":[],"importedBy":[{"uid":"5014-46"}]},"5014-46":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5014-47"},"imported":[{"uid":"5014-38"},{"uid":"5014-40"},{"uid":"5014-42"},{"uid":"5014-44"}],"importedBy":[{"uid":"5014-48"}]},"5014-48":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5014-49"},"imported":[{"uid":"5014-36"},{"uid":"5014-46"}],"importedBy":[{"uid":"5014-52"},{"uid":"5014-50"}]},"5014-50":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5014-51"},"imported":[{"uid":"5014-54"},{"uid":"5014-55"},{"uid":"5014-48"}],"importedBy":[{"uid":"5014-52"}]},"5014-52":{"id":"/src/index.ts","moduleParts":{"index.js":"5014-53"},"imported":[{"uid":"5014-48"},{"uid":"5014-50"}],"importedBy":[],"isEntry":true},"5014-54":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5014-50"}],"isExternal":true},"5014-55":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5014-50"}],"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;
|
|
@@ -58,9 +58,6 @@ declare const locale: {
|
|
|
58
58
|
month_measure_count_plural: string;
|
|
59
59
|
show_unpassed: string;
|
|
60
60
|
copy: string;
|
|
61
|
-
click_to_copy: string;
|
|
62
|
-
copy_done: string;
|
|
63
|
-
has_copied_to_clipboard: string;
|
|
64
61
|
download: string;
|
|
65
62
|
copy_kubeconfig_success: string;
|
|
66
63
|
download_kubeconfig: string;
|
|
@@ -68,7 +65,6 @@ declare const locale: {
|
|
|
68
65
|
obtain_data_error: string;
|
|
69
66
|
colon_with_space: string;
|
|
70
67
|
semicolon_with_space: string;
|
|
71
|
-
remove: string;
|
|
72
68
|
};
|
|
73
69
|
components: {
|
|
74
70
|
contains: string;
|
|
@@ -164,11 +160,7 @@ declare const locale: {
|
|
|
164
160
|
empty: string;
|
|
165
161
|
view_detail: string;
|
|
166
162
|
initializing_failed: string;
|
|
167
|
-
|
|
168
|
-
reselect_file: string;
|
|
169
|
-
exceed_max_count: string;
|
|
170
|
-
exceed_max_count_plural: string;
|
|
171
|
-
upload_file_desc: string;
|
|
163
|
+
recent_search: string;
|
|
172
164
|
};
|
|
173
165
|
metric: {
|
|
174
166
|
current: string;
|
|
@@ -176,30 +168,23 @@ declare const locale: {
|
|
|
176
168
|
max: string;
|
|
177
169
|
};
|
|
178
170
|
unit: {
|
|
179
|
-
year_abbreviation: string;
|
|
180
|
-
month_abbreviation: string;
|
|
181
171
|
week_abbreviation: string;
|
|
182
172
|
day_abbreviation: string;
|
|
173
|
+
week_abbreviation_plural: string;
|
|
174
|
+
day_abbreviation_plural: string;
|
|
183
175
|
hour_abbreviation: string;
|
|
184
176
|
minute_abbreviation: string;
|
|
185
177
|
second_abbreviation: string;
|
|
186
|
-
millisecond_abbreviation: string;
|
|
187
|
-
year: string;
|
|
188
|
-
year_plural: string;
|
|
189
|
-
month: string;
|
|
190
|
-
month_plural: string;
|
|
191
|
-
week: string;
|
|
192
178
|
week_plural: string;
|
|
193
|
-
day: string;
|
|
194
179
|
day_plural: string;
|
|
195
|
-
hour: string;
|
|
196
180
|
hour_plural: string;
|
|
197
|
-
minute: string;
|
|
198
181
|
minute_plural: string;
|
|
199
|
-
second: string;
|
|
200
182
|
second_plural: string;
|
|
201
|
-
|
|
202
|
-
|
|
183
|
+
week: string;
|
|
184
|
+
day: string;
|
|
185
|
+
hour: string;
|
|
186
|
+
minute: string;
|
|
187
|
+
second: string;
|
|
203
188
|
};
|
|
204
189
|
};
|
|
205
190
|
export default locale;
|
package/dist/locales/index.d.ts
CHANGED
|
@@ -59,9 +59,6 @@ declare const locales: {
|
|
|
59
59
|
month_measure_count_plural: string;
|
|
60
60
|
show_unpassed: string;
|
|
61
61
|
copy: string;
|
|
62
|
-
click_to_copy: string;
|
|
63
|
-
copy_done: string;
|
|
64
|
-
has_copied_to_clipboard: string;
|
|
65
62
|
download: string;
|
|
66
63
|
copy_kubeconfig_success: string;
|
|
67
64
|
download_kubeconfig: string;
|
|
@@ -69,7 +66,6 @@ declare const locales: {
|
|
|
69
66
|
obtain_data_error: string;
|
|
70
67
|
colon_with_space: string;
|
|
71
68
|
semicolon_with_space: string;
|
|
72
|
-
remove: string;
|
|
73
69
|
};
|
|
74
70
|
components: {
|
|
75
71
|
contains: string;
|
|
@@ -165,11 +161,7 @@ declare const locales: {
|
|
|
165
161
|
empty: string;
|
|
166
162
|
view_detail: string;
|
|
167
163
|
initializing_failed: string;
|
|
168
|
-
|
|
169
|
-
reselect_file: string;
|
|
170
|
-
exceed_max_count: string;
|
|
171
|
-
exceed_max_count_plural: string;
|
|
172
|
-
upload_file_desc: string;
|
|
164
|
+
recent_search: string;
|
|
173
165
|
};
|
|
174
166
|
metric: {
|
|
175
167
|
current: string;
|
|
@@ -177,30 +169,23 @@ declare const locales: {
|
|
|
177
169
|
max: string;
|
|
178
170
|
};
|
|
179
171
|
unit: {
|
|
180
|
-
year_abbreviation: string;
|
|
181
|
-
month_abbreviation: string;
|
|
182
172
|
week_abbreviation: string;
|
|
183
173
|
day_abbreviation: string;
|
|
174
|
+
week_abbreviation_plural: string;
|
|
175
|
+
day_abbreviation_plural: string;
|
|
184
176
|
hour_abbreviation: string;
|
|
185
177
|
minute_abbreviation: string;
|
|
186
178
|
second_abbreviation: string;
|
|
187
|
-
millisecond_abbreviation: string;
|
|
188
|
-
year: string;
|
|
189
|
-
year_plural: string;
|
|
190
|
-
month: string;
|
|
191
|
-
month_plural: string;
|
|
192
|
-
week: string;
|
|
193
179
|
week_plural: string;
|
|
194
|
-
day: string;
|
|
195
180
|
day_plural: string;
|
|
196
|
-
hour: string;
|
|
197
181
|
hour_plural: string;
|
|
198
|
-
minute: string;
|
|
199
182
|
minute_plural: string;
|
|
200
|
-
second: string;
|
|
201
183
|
second_plural: string;
|
|
202
|
-
|
|
203
|
-
|
|
184
|
+
week: string;
|
|
185
|
+
day: string;
|
|
186
|
+
hour: string;
|
|
187
|
+
minute: string;
|
|
188
|
+
second: string;
|
|
204
189
|
};
|
|
205
190
|
};
|
|
206
191
|
"zh-CN": {
|
|
@@ -259,9 +244,6 @@ declare const locales: {
|
|
|
259
244
|
month_measure_count: string;
|
|
260
245
|
show_unpassed: string;
|
|
261
246
|
copy: string;
|
|
262
|
-
click_to_copy: string;
|
|
263
|
-
copy_done: string;
|
|
264
|
-
has_copied_to_clipboard: string;
|
|
265
247
|
download: string;
|
|
266
248
|
copy_kubeconfig_success: string;
|
|
267
249
|
download_kubeconfig: string;
|
|
@@ -269,7 +251,6 @@ declare const locales: {
|
|
|
269
251
|
obtain_data_error: string;
|
|
270
252
|
colon_with_space: string;
|
|
271
253
|
semicolon_with_space: string;
|
|
272
|
-
remove: string;
|
|
273
254
|
};
|
|
274
255
|
components: {
|
|
275
256
|
contains: string;
|
|
@@ -360,10 +341,7 @@ declare const locales: {
|
|
|
360
341
|
empty: string;
|
|
361
342
|
view_detail: string;
|
|
362
343
|
initializing_failed: string;
|
|
363
|
-
|
|
364
|
-
reselect_file: string;
|
|
365
|
-
exceed_max_count: string;
|
|
366
|
-
upload_file_desc: string;
|
|
344
|
+
recent_search: string;
|
|
367
345
|
};
|
|
368
346
|
metric: {
|
|
369
347
|
current: string;
|
|
@@ -371,22 +349,16 @@ declare const locales: {
|
|
|
371
349
|
max: string;
|
|
372
350
|
};
|
|
373
351
|
unit: {
|
|
374
|
-
year_abbreviation: string;
|
|
375
|
-
month_abbreviation: string;
|
|
376
352
|
week_abbreviation: string;
|
|
377
353
|
day_abbreviation: string;
|
|
378
354
|
hour_abbreviation: string;
|
|
379
355
|
minute_abbreviation: string;
|
|
380
356
|
second_abbreviation: string;
|
|
381
|
-
millisecond_abbreviation: string;
|
|
382
|
-
year: string;
|
|
383
|
-
month: string;
|
|
384
357
|
week: string;
|
|
385
358
|
day: string;
|
|
386
359
|
hour: string;
|
|
387
360
|
minute: string;
|
|
388
361
|
second: string;
|
|
389
|
-
millisecond: string;
|
|
390
362
|
};
|
|
391
363
|
};
|
|
392
364
|
};
|
|
@@ -54,9 +54,6 @@ declare const locale: {
|
|
|
54
54
|
month_measure_count: string;
|
|
55
55
|
show_unpassed: string;
|
|
56
56
|
copy: string;
|
|
57
|
-
click_to_copy: string;
|
|
58
|
-
copy_done: string;
|
|
59
|
-
has_copied_to_clipboard: string;
|
|
60
57
|
download: string;
|
|
61
58
|
copy_kubeconfig_success: string;
|
|
62
59
|
download_kubeconfig: string;
|
|
@@ -64,7 +61,6 @@ declare const locale: {
|
|
|
64
61
|
obtain_data_error: string;
|
|
65
62
|
colon_with_space: string;
|
|
66
63
|
semicolon_with_space: string;
|
|
67
|
-
remove: string;
|
|
68
64
|
};
|
|
69
65
|
components: {
|
|
70
66
|
contains: string;
|
|
@@ -155,10 +151,7 @@ declare const locale: {
|
|
|
155
151
|
empty: string;
|
|
156
152
|
view_detail: string;
|
|
157
153
|
initializing_failed: string;
|
|
158
|
-
|
|
159
|
-
reselect_file: string;
|
|
160
|
-
exceed_max_count: string;
|
|
161
|
-
upload_file_desc: string;
|
|
154
|
+
recent_search: string;
|
|
162
155
|
};
|
|
163
156
|
metric: {
|
|
164
157
|
current: string;
|
|
@@ -166,22 +159,16 @@ declare const locale: {
|
|
|
166
159
|
max: string;
|
|
167
160
|
};
|
|
168
161
|
unit: {
|
|
169
|
-
year_abbreviation: string;
|
|
170
|
-
month_abbreviation: string;
|
|
171
162
|
week_abbreviation: string;
|
|
172
163
|
day_abbreviation: string;
|
|
173
164
|
hour_abbreviation: string;
|
|
174
165
|
minute_abbreviation: string;
|
|
175
166
|
second_abbreviation: string;
|
|
176
|
-
millisecond_abbreviation: string;
|
|
177
|
-
year: string;
|
|
178
|
-
month: string;
|
|
179
167
|
week: string;
|
|
180
168
|
day: string;
|
|
181
169
|
hour: string;
|
|
182
170
|
minute: string;
|
|
183
171
|
second: string;
|
|
184
|
-
millisecond: string;
|
|
185
172
|
};
|
|
186
173
|
};
|
|
187
174
|
export default locale;
|
package/dist/umd/index.js
CHANGED
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
var friday$1 = "Friday";
|
|
50
50
|
var saturday$1 = "Saturday";
|
|
51
51
|
var sunday$1 = "Sunday";
|
|
52
|
-
var month$
|
|
53
|
-
var year$
|
|
52
|
+
var month$1 = "Month";
|
|
53
|
+
var year$1 = "Year";
|
|
54
54
|
var day_count$1 = "{count} day";
|
|
55
55
|
var day_count_plural = "{count} days";
|
|
56
56
|
var hour_count$1 = "{count} hour";
|
|
@@ -61,9 +61,6 @@
|
|
|
61
61
|
var month_measure_count_plural = "{count} months";
|
|
62
62
|
var show_unpassed$1 = "Show Failed only";
|
|
63
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
64
|
var download$1 = "Download";
|
|
68
65
|
var copy_kubeconfig_success$1 = "Kubeconfig copied.";
|
|
69
66
|
var download_kubeconfig$1 = "Download Kubeconfig";
|
|
@@ -71,7 +68,6 @@
|
|
|
71
68
|
var obtain_data_error$1 = "Data retrieval error";
|
|
72
69
|
var colon_with_space$1 = ": ";
|
|
73
70
|
var semicolon_with_space$1 = "; ";
|
|
74
|
-
var remove$3 = "Remove";
|
|
75
71
|
var common$1 = {
|
|
76
72
|
_action_: _action_$1,
|
|
77
73
|
action: action$1,
|
|
@@ -119,8 +115,8 @@
|
|
|
119
115
|
friday: friday$1,
|
|
120
116
|
saturday: saturday$1,
|
|
121
117
|
sunday: sunday$1,
|
|
122
|
-
month: month$
|
|
123
|
-
year: year$
|
|
118
|
+
month: month$1,
|
|
119
|
+
year: year$1,
|
|
124
120
|
day_count: day_count$1,
|
|
125
121
|
day_count_plural: day_count_plural,
|
|
126
122
|
hour_count: hour_count$1,
|
|
@@ -131,17 +127,13 @@
|
|
|
131
127
|
month_measure_count_plural: month_measure_count_plural,
|
|
132
128
|
show_unpassed: show_unpassed$1,
|
|
133
129
|
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
130
|
download: download$1,
|
|
138
131
|
copy_kubeconfig_success: copy_kubeconfig_success$1,
|
|
139
132
|
download_kubeconfig: download_kubeconfig$1,
|
|
140
133
|
download_kubeconfig_tip: download_kubeconfig_tip$1,
|
|
141
134
|
obtain_data_error: obtain_data_error$1,
|
|
142
135
|
colon_with_space: colon_with_space$1,
|
|
143
|
-
semicolon_with_space: semicolon_with_space$1
|
|
144
|
-
remove: remove$3
|
|
136
|
+
semicolon_with_space: semicolon_with_space$1
|
|
145
137
|
};
|
|
146
138
|
|
|
147
139
|
var contains$2 = "Contains";
|
|
@@ -164,7 +156,7 @@
|
|
|
164
156
|
var Architecture_AARCH64$1 = "AArch64";
|
|
165
157
|
var Architecture_X86_64$1 = "x86_64";
|
|
166
158
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
|
167
|
-
var remove$
|
|
159
|
+
var remove$1 = "Remove";
|
|
168
160
|
var add$1 = "Add";
|
|
169
161
|
var prefix$1 = "Prefix";
|
|
170
162
|
var suffix$1 = "Suffix";
|
|
@@ -229,11 +221,7 @@
|
|
|
229
221
|
var empty$4 = "No history records";
|
|
230
222
|
var view_detail$1 = "View Details";
|
|
231
223
|
var initializing_failed$1 = "Failed to load the page. Please try again.";
|
|
232
|
-
var
|
|
233
|
-
var reselect_file$1 = "Re-select";
|
|
234
|
-
var exceed_max_count$1 = "Maximum {count} file allowed";
|
|
235
|
-
var exceed_max_count_plural = "Maximum {count} files allowed";
|
|
236
|
-
var upload_file_desc$1 = "Click or drag file to this area to upload";
|
|
224
|
+
var recent_search$1 = "Recent search";
|
|
237
225
|
var components$1 = {
|
|
238
226
|
contains: contains$2,
|
|
239
227
|
custom_column: custom_column$1,
|
|
@@ -256,7 +244,7 @@
|
|
|
256
244
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
257
245
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
258
246
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
259
|
-
remove: remove$
|
|
247
|
+
remove: remove$1,
|
|
260
248
|
add: add$1,
|
|
261
249
|
prefix: prefix$1,
|
|
262
250
|
suffix: suffix$1,
|
|
@@ -328,11 +316,7 @@
|
|
|
328
316
|
empty: empty$4,
|
|
329
317
|
view_detail: view_detail$1,
|
|
330
318
|
initializing_failed: initializing_failed$1,
|
|
331
|
-
|
|
332
|
-
reselect_file: reselect_file$1,
|
|
333
|
-
exceed_max_count: exceed_max_count$1,
|
|
334
|
-
exceed_max_count_plural: exceed_max_count_plural,
|
|
335
|
-
upload_file_desc: upload_file_desc$1
|
|
319
|
+
recent_search: recent_search$1
|
|
336
320
|
};
|
|
337
321
|
|
|
338
322
|
var current$1 = "Current value";
|
|
@@ -344,55 +328,41 @@
|
|
|
344
328
|
max: max$1
|
|
345
329
|
};
|
|
346
330
|
|
|
347
|
-
var
|
|
348
|
-
var
|
|
349
|
-
var
|
|
350
|
-
var
|
|
331
|
+
var week_abbreviation$2 = "<0>{count}</0> <1>week</1>";
|
|
332
|
+
var day_abbreviation$2 = "<0>{count}</0> <1>day</1>";
|
|
333
|
+
var week_abbreviation_plural = "<0>{count}</0> <1>weeks</1>";
|
|
334
|
+
var day_abbreviation_plural = "<0>{count}</0> <1>days</1>";
|
|
351
335
|
var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
|
|
352
336
|
var minute_abbreviation$2 = "<0>{count}</0> <1>min</1>";
|
|
353
|
-
var second_abbreviation$2 = "<0>{count}</0> <1>
|
|
354
|
-
var
|
|
355
|
-
var
|
|
356
|
-
var
|
|
357
|
-
var
|
|
358
|
-
var
|
|
359
|
-
var week$2 = "<0>{count}</0> <1>
|
|
360
|
-
var
|
|
361
|
-
var
|
|
362
|
-
var
|
|
363
|
-
var
|
|
364
|
-
var hour_plural = "<0>{count}</0> <1>hours</1>";
|
|
365
|
-
var minute$2 = "<0>{count}</0> <1>minute</1>";
|
|
366
|
-
var minute_plural = "<0>{count}</0> <1>minutes</1>";
|
|
367
|
-
var second$2 = "<0>{count}</0> <1>second</1>";
|
|
368
|
-
var second_plural = "<0>{count}</0> <1>seconds</1>";
|
|
369
|
-
var millisecond$1 = "<0>{count}</0> <1>millisecond</1>";
|
|
370
|
-
var millisecond_plural = "<0>{count}</0> <1>milliseconds</1>";
|
|
337
|
+
var second_abbreviation$2 = "<0>{count}</0> <1>sec</1>";
|
|
338
|
+
var week_plural = "<0>{count}</0> <1>Weeks</1>";
|
|
339
|
+
var day_plural = "<0>{count}</0> <1>Days</1>";
|
|
340
|
+
var hour_plural = "<0>{count}</0> <1>Hours</1>";
|
|
341
|
+
var minute_plural = "<0>{count}</0> <1>Minutes</1>";
|
|
342
|
+
var second_plural = "<0>{count}</0> <1>Seconds</1>";
|
|
343
|
+
var week$2 = "<0>{count}</0> <1>Week</1>";
|
|
344
|
+
var day$2 = "<0>{count}</0> <1>Day</1>";
|
|
345
|
+
var hour$2 = "<0>{count}</0> <1>Hour</1>";
|
|
346
|
+
var minute$2 = "<0>{count}</0> <1>Minute</1>";
|
|
347
|
+
var second$2 = "<0>{count}</0> <1>Second</1>";
|
|
371
348
|
var unit$1 = {
|
|
372
|
-
year_abbreviation: year_abbreviation$1,
|
|
373
|
-
month_abbreviation: month_abbreviation$1,
|
|
374
349
|
week_abbreviation: week_abbreviation$2,
|
|
375
350
|
day_abbreviation: day_abbreviation$2,
|
|
351
|
+
week_abbreviation_plural: week_abbreviation_plural,
|
|
352
|
+
day_abbreviation_plural: day_abbreviation_plural,
|
|
376
353
|
hour_abbreviation: hour_abbreviation$2,
|
|
377
354
|
minute_abbreviation: minute_abbreviation$2,
|
|
378
355
|
second_abbreviation: second_abbreviation$2,
|
|
379
|
-
millisecond_abbreviation: millisecond_abbreviation$1,
|
|
380
|
-
year: year$2,
|
|
381
|
-
year_plural: year_plural,
|
|
382
|
-
month: month$2,
|
|
383
|
-
month_plural: month_plural,
|
|
384
|
-
week: week$2,
|
|
385
356
|
week_plural: week_plural,
|
|
386
|
-
day: day$2,
|
|
387
357
|
day_plural: day_plural,
|
|
388
|
-
hour: hour$2,
|
|
389
358
|
hour_plural: hour_plural,
|
|
390
|
-
minute: minute$2,
|
|
391
359
|
minute_plural: minute_plural,
|
|
392
|
-
second: second$2,
|
|
393
360
|
second_plural: second_plural,
|
|
394
|
-
|
|
395
|
-
|
|
361
|
+
week: week$2,
|
|
362
|
+
day: day$2,
|
|
363
|
+
hour: hour$2,
|
|
364
|
+
minute: minute$2,
|
|
365
|
+
second: second$2
|
|
396
366
|
};
|
|
397
367
|
|
|
398
368
|
const locale$1 = {
|
|
@@ -447,17 +417,14 @@
|
|
|
447
417
|
var friday = "周五";
|
|
448
418
|
var saturday = "周六";
|
|
449
419
|
var sunday = "周日";
|
|
450
|
-
var month
|
|
451
|
-
var year
|
|
420
|
+
var month = "月";
|
|
421
|
+
var year = "年";
|
|
452
422
|
var day_count = "{count} 天";
|
|
453
423
|
var hour_count = "{count} 小时";
|
|
454
424
|
var minute_count = "{count} 分钟";
|
|
455
425
|
var month_measure_count = "{count} 个月";
|
|
456
426
|
var show_unpassed = "只看未满足";
|
|
457
427
|
var copy = "复制";
|
|
458
|
-
var click_to_copy = "点击复制";
|
|
459
|
-
var copy_done = "复制成功";
|
|
460
|
-
var has_copied_to_clipboard = "已复制到剪贴板";
|
|
461
428
|
var download = "下载";
|
|
462
429
|
var copy_kubeconfig_success = "Kubeconfig 复制成功。";
|
|
463
430
|
var download_kubeconfig = "下载 Kubeconfig";
|
|
@@ -465,7 +432,6 @@
|
|
|
465
432
|
var obtain_data_error = "获取数据时遇到问题";
|
|
466
433
|
var colon_with_space = ":";
|
|
467
434
|
var semicolon_with_space = ";";
|
|
468
|
-
var remove$1 = "移除";
|
|
469
435
|
var common = {
|
|
470
436
|
_action_: _action_,
|
|
471
437
|
action: action,
|
|
@@ -513,25 +479,21 @@
|
|
|
513
479
|
friday: friday,
|
|
514
480
|
saturday: saturday,
|
|
515
481
|
sunday: sunday,
|
|
516
|
-
month: month
|
|
517
|
-
year: year
|
|
482
|
+
month: month,
|
|
483
|
+
year: year,
|
|
518
484
|
day_count: day_count,
|
|
519
485
|
hour_count: hour_count,
|
|
520
486
|
minute_count: minute_count,
|
|
521
487
|
month_measure_count: month_measure_count,
|
|
522
488
|
show_unpassed: show_unpassed,
|
|
523
489
|
copy: copy,
|
|
524
|
-
click_to_copy: click_to_copy,
|
|
525
|
-
copy_done: copy_done,
|
|
526
|
-
has_copied_to_clipboard: has_copied_to_clipboard,
|
|
527
490
|
download: download,
|
|
528
491
|
copy_kubeconfig_success: copy_kubeconfig_success,
|
|
529
492
|
download_kubeconfig: download_kubeconfig,
|
|
530
493
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
531
494
|
obtain_data_error: obtain_data_error,
|
|
532
495
|
colon_with_space: colon_with_space,
|
|
533
|
-
semicolon_with_space: semicolon_with_space
|
|
534
|
-
remove: remove$1
|
|
496
|
+
semicolon_with_space: semicolon_with_space
|
|
535
497
|
};
|
|
536
498
|
|
|
537
499
|
var contains = "包含";
|
|
@@ -614,10 +576,7 @@
|
|
|
614
576
|
var empty$1 = "暂无历史记录";
|
|
615
577
|
var view_detail = "查看详情";
|
|
616
578
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
617
|
-
var
|
|
618
|
-
var reselect_file = "重新选择";
|
|
619
|
-
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
620
|
-
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
579
|
+
var recent_search = "最近搜索";
|
|
621
580
|
var components = {
|
|
622
581
|
contains: contains,
|
|
623
582
|
custom_column: custom_column,
|
|
@@ -707,10 +666,7 @@
|
|
|
707
666
|
empty: empty$1,
|
|
708
667
|
view_detail: view_detail,
|
|
709
668
|
initializing_failed: initializing_failed,
|
|
710
|
-
|
|
711
|
-
reselect_file: reselect_file,
|
|
712
|
-
exceed_max_count: exceed_max_count,
|
|
713
|
-
upload_file_desc: upload_file_desc
|
|
669
|
+
recent_search: recent_search
|
|
714
670
|
};
|
|
715
671
|
|
|
716
672
|
var current = "当前值";
|
|
@@ -722,39 +678,27 @@
|
|
|
722
678
|
max: max
|
|
723
679
|
};
|
|
724
680
|
|
|
725
|
-
var year_abbreviation = "<0>{count}</0> <1>年</1>";
|
|
726
|
-
var month_abbreviation = "<0>{count}</0> <1>月</1>";
|
|
727
681
|
var week_abbreviation = "<0>{count}</0> <1>周</1>";
|
|
728
682
|
var day_abbreviation = "<0>{count}</0> <1>天</1>";
|
|
729
683
|
var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
|
|
730
|
-
var minute_abbreviation = "<0>{count}</0> <1
|
|
684
|
+
var minute_abbreviation = "<0>{count}</0> <1>分钟</1>";
|
|
731
685
|
var second_abbreviation = "<0>{count}</0> <1>秒</1>";
|
|
732
|
-
var millisecond_abbreviation = "<0>{count}</0> <1>毫秒</1>";
|
|
733
|
-
var year = "<0>{count}</0> <1>年</1>";
|
|
734
|
-
var month = "<0>{count}</0> <1>月</1>";
|
|
735
686
|
var week = "<0>{count}</0> <1>周</1>";
|
|
736
687
|
var day = "<0>{count}</0> <1>天</1>";
|
|
737
688
|
var hour = "<0>{count}</0> <1>小时</1>";
|
|
738
689
|
var minute = "<0>{count}</0> <1>分钟</1>";
|
|
739
690
|
var second = "<0>{count}</0> <1>秒</1>";
|
|
740
|
-
var millisecond = "<0>{count}</0> <1>毫秒</1>";
|
|
741
691
|
var unit = {
|
|
742
|
-
year_abbreviation: year_abbreviation,
|
|
743
|
-
month_abbreviation: month_abbreviation,
|
|
744
692
|
week_abbreviation: week_abbreviation,
|
|
745
693
|
day_abbreviation: day_abbreviation,
|
|
746
694
|
hour_abbreviation: hour_abbreviation,
|
|
747
695
|
minute_abbreviation: minute_abbreviation,
|
|
748
696
|
second_abbreviation: second_abbreviation,
|
|
749
|
-
millisecond_abbreviation: millisecond_abbreviation,
|
|
750
|
-
year: year,
|
|
751
|
-
month: month,
|
|
752
697
|
week: week,
|
|
753
698
|
day: day,
|
|
754
699
|
hour: hour,
|
|
755
700
|
minute: minute,
|
|
756
|
-
second: second
|
|
757
|
-
millisecond: millisecond
|
|
701
|
+
second: second
|
|
758
702
|
};
|
|
759
703
|
|
|
760
704
|
const locale = {
|
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":"5014-1","name":"common.json"},{"uid":"5014-3","name":"components.json"},{"uid":"5014-5","name":"metric.json"},{"uid":"5014-7","name":"unit.json"},{"uid":"5014-9","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"5014-11","name":"common.json"},{"uid":"5014-13","name":"components.json"},{"uid":"5014-15","name":"metric.json"},{"uid":"5014-17","name":"unit.json"},{"uid":"5014-19","name":"index.ts"}]},{"uid":"5014-21","name":"index.ts"}]},{"uid":"5014-23","name":"parrotI18n.ts"},{"uid":"5014-25","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5014-1":{"renderedLength":4071,"gzipLength":0,"brotliLength":0,"metaUid":"5014-0"},"5014-3":{"renderedLength":8652,"gzipLength":0,"brotliLength":0,"metaUid":"5014-2"},"5014-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"5014-4"},"5014-7":{"renderedLength":1496,"gzipLength":0,"brotliLength":0,"metaUid":"5014-6"},"5014-9":{"renderedLength":116,"gzipLength":0,"brotliLength":0,"metaUid":"5014-8"},"5014-11":{"renderedLength":3515,"gzipLength":0,"brotliLength":0,"metaUid":"5014-10"},"5014-13":{"renderedLength":7523,"gzipLength":0,"brotliLength":0,"metaUid":"5014-12"},"5014-15":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"5014-14"},"5014-17":{"renderedLength":813,"gzipLength":0,"brotliLength":0,"metaUid":"5014-16"},"5014-19":{"renderedLength":72,"gzipLength":0,"brotliLength":0,"metaUid":"5014-18"},"5014-21":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"5014-20"},"5014-23":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"5014-22"},"5014-25":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5014-24"}},"nodeMetas":{"5014-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"5014-1"},"imported":[],"importedBy":[{"uid":"5014-8"}]},"5014-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"5014-3"},"imported":[],"importedBy":[{"uid":"5014-8"}]},"5014-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"5014-5"},"imported":[],"importedBy":[{"uid":"5014-8"}]},"5014-6":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"5014-7"},"imported":[],"importedBy":[{"uid":"5014-8"}]},"5014-8":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"5014-9"},"imported":[{"uid":"5014-0"},{"uid":"5014-2"},{"uid":"5014-4"},{"uid":"5014-6"}],"importedBy":[{"uid":"5014-20"}]},"5014-10":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"5014-11"},"imported":[],"importedBy":[{"uid":"5014-18"}]},"5014-12":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"5014-13"},"imported":[],"importedBy":[{"uid":"5014-18"}]},"5014-14":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"5014-15"},"imported":[],"importedBy":[{"uid":"5014-18"}]},"5014-16":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"5014-17"},"imported":[],"importedBy":[{"uid":"5014-18"}]},"5014-18":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"5014-19"},"imported":[{"uid":"5014-10"},{"uid":"5014-12"},{"uid":"5014-14"},{"uid":"5014-16"}],"importedBy":[{"uid":"5014-20"}]},"5014-20":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"5014-21"},"imported":[{"uid":"5014-8"},{"uid":"5014-18"}],"importedBy":[{"uid":"5014-24"},{"uid":"5014-22"}]},"5014-22":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"5014-23"},"imported":[{"uid":"5014-26"},{"uid":"5014-27"},{"uid":"5014-20"}],"importedBy":[{"uid":"5014-24"}]},"5014-24":{"id":"/src/index.ts","moduleParts":{"index.js":"5014-25"},"imported":[{"uid":"5014-20"},{"uid":"5014-22"}],"importedBy":[],"isEntry":true},"5014-26":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"5014-22"}],"isExternal":true},"5014-27":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5014-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.
|
|
3
|
+
"version": "481.0.3",
|
|
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": "^3.1.1"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "1fadb3cb15ff61a7918d925e0dbb67709b5404f6"
|
|
49
49
|
}
|