@cloudtower/parrot 0.35.8 → 481.0.2
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 +38 -98
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +7 -23
- package/dist/locales/index.d.ts +7 -37
- package/dist/locales/zh-CN/index.d.ts +0 -14
- package/dist/umd/index.js +38 -98
- 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,6 @@ 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 select_file$1 = "Select File";
|
|
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";
|
|
234
221
|
var components$1 = {
|
|
235
222
|
contains: contains$2,
|
|
236
223
|
custom_column: custom_column$1,
|
|
@@ -253,7 +240,7 @@ var components$1 = {
|
|
|
253
240
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
254
241
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
255
242
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
256
|
-
remove: remove$
|
|
243
|
+
remove: remove$1,
|
|
257
244
|
add: add$1,
|
|
258
245
|
prefix: prefix$1,
|
|
259
246
|
suffix: suffix$1,
|
|
@@ -324,12 +311,7 @@ var components$1 = {
|
|
|
324
311
|
db_migrated: db_migrated$1,
|
|
325
312
|
empty: empty$4,
|
|
326
313
|
view_detail: view_detail$1,
|
|
327
|
-
initializing_failed: initializing_failed$1
|
|
328
|
-
select_file: select_file$1,
|
|
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
|
|
314
|
+
initializing_failed: initializing_failed$1
|
|
333
315
|
};
|
|
334
316
|
|
|
335
317
|
var current$1 = "Current value";
|
|
@@ -341,55 +323,41 @@ var metric$1 = {
|
|
|
341
323
|
max: max$1
|
|
342
324
|
};
|
|
343
325
|
|
|
344
|
-
var
|
|
345
|
-
var
|
|
346
|
-
var
|
|
347
|
-
var
|
|
326
|
+
var week_abbreviation$2 = "<0>{count}</0> <1>week</1>";
|
|
327
|
+
var day_abbreviation$2 = "<0>{count}</0> <1>day</1>";
|
|
328
|
+
var week_abbreviation_plural = "<0>{count}</0> <1>weeks</1>";
|
|
329
|
+
var day_abbreviation_plural = "<0>{count}</0> <1>days</1>";
|
|
348
330
|
var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
|
|
349
331
|
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>";
|
|
332
|
+
var second_abbreviation$2 = "<0>{count}</0> <1>sec</1>";
|
|
333
|
+
var week_plural = "<0>{count}</0> <1>Weeks</1>";
|
|
334
|
+
var day_plural = "<0>{count}</0> <1>Days</1>";
|
|
335
|
+
var hour_plural = "<0>{count}</0> <1>Hours</1>";
|
|
336
|
+
var minute_plural = "<0>{count}</0> <1>Minutes</1>";
|
|
337
|
+
var second_plural = "<0>{count}</0> <1>Seconds</1>";
|
|
338
|
+
var week$2 = "<0>{count}</0> <1>Week</1>";
|
|
339
|
+
var day$2 = "<0>{count}</0> <1>Day</1>";
|
|
340
|
+
var hour$2 = "<0>{count}</0> <1>Hour</1>";
|
|
341
|
+
var minute$2 = "<0>{count}</0> <1>Minute</1>";
|
|
342
|
+
var second$2 = "<0>{count}</0> <1>Second</1>";
|
|
368
343
|
var unit$1 = {
|
|
369
|
-
year_abbreviation: year_abbreviation$1,
|
|
370
|
-
month_abbreviation: month_abbreviation$1,
|
|
371
344
|
week_abbreviation: week_abbreviation$2,
|
|
372
345
|
day_abbreviation: day_abbreviation$2,
|
|
346
|
+
week_abbreviation_plural: week_abbreviation_plural,
|
|
347
|
+
day_abbreviation_plural: day_abbreviation_plural,
|
|
373
348
|
hour_abbreviation: hour_abbreviation$2,
|
|
374
349
|
minute_abbreviation: minute_abbreviation$2,
|
|
375
350
|
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
351
|
week_plural: week_plural,
|
|
383
|
-
day: day$2,
|
|
384
352
|
day_plural: day_plural,
|
|
385
|
-
hour: hour$2,
|
|
386
353
|
hour_plural: hour_plural,
|
|
387
|
-
minute: minute$2,
|
|
388
354
|
minute_plural: minute_plural,
|
|
389
|
-
second: second$2,
|
|
390
355
|
second_plural: second_plural,
|
|
391
|
-
|
|
392
|
-
|
|
356
|
+
week: week$2,
|
|
357
|
+
day: day$2,
|
|
358
|
+
hour: hour$2,
|
|
359
|
+
minute: minute$2,
|
|
360
|
+
second: second$2
|
|
393
361
|
};
|
|
394
362
|
|
|
395
363
|
const locale$1 = {
|
|
@@ -444,17 +412,14 @@ var thursday = "周四";
|
|
|
444
412
|
var friday = "周五";
|
|
445
413
|
var saturday = "周六";
|
|
446
414
|
var sunday = "周日";
|
|
447
|
-
var month
|
|
448
|
-
var year
|
|
415
|
+
var month = "月";
|
|
416
|
+
var year = "年";
|
|
449
417
|
var day_count = "{count} 天";
|
|
450
418
|
var hour_count = "{count} 小时";
|
|
451
419
|
var minute_count = "{count} 分钟";
|
|
452
420
|
var month_measure_count = "{count} 个月";
|
|
453
421
|
var show_unpassed = "只看未满足";
|
|
454
422
|
var copy = "复制";
|
|
455
|
-
var click_to_copy = "点击复制";
|
|
456
|
-
var copy_done = "复制成功";
|
|
457
|
-
var has_copied_to_clipboard = "已复制到剪贴板";
|
|
458
423
|
var download = "下载";
|
|
459
424
|
var copy_kubeconfig_success = "Kubeconfig 复制成功。";
|
|
460
425
|
var download_kubeconfig = "下载 Kubeconfig";
|
|
@@ -462,7 +427,6 @@ var download_kubeconfig_tip = "通过使用 Kubeconfig 文件配置当前集群
|
|
|
462
427
|
var obtain_data_error = "获取数据时遇到问题";
|
|
463
428
|
var colon_with_space = ":";
|
|
464
429
|
var semicolon_with_space = ";";
|
|
465
|
-
var remove$1 = "移除";
|
|
466
430
|
var common = {
|
|
467
431
|
_action_: _action_,
|
|
468
432
|
action: action,
|
|
@@ -510,25 +474,21 @@ var common = {
|
|
|
510
474
|
friday: friday,
|
|
511
475
|
saturday: saturday,
|
|
512
476
|
sunday: sunday,
|
|
513
|
-
month: month
|
|
514
|
-
year: year
|
|
477
|
+
month: month,
|
|
478
|
+
year: year,
|
|
515
479
|
day_count: day_count,
|
|
516
480
|
hour_count: hour_count,
|
|
517
481
|
minute_count: minute_count,
|
|
518
482
|
month_measure_count: month_measure_count,
|
|
519
483
|
show_unpassed: show_unpassed,
|
|
520
484
|
copy: copy,
|
|
521
|
-
click_to_copy: click_to_copy,
|
|
522
|
-
copy_done: copy_done,
|
|
523
|
-
has_copied_to_clipboard: has_copied_to_clipboard,
|
|
524
485
|
download: download,
|
|
525
486
|
copy_kubeconfig_success: copy_kubeconfig_success,
|
|
526
487
|
download_kubeconfig: download_kubeconfig,
|
|
527
488
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
528
489
|
obtain_data_error: obtain_data_error,
|
|
529
490
|
colon_with_space: colon_with_space,
|
|
530
|
-
semicolon_with_space: semicolon_with_space
|
|
531
|
-
remove: remove$1
|
|
491
|
+
semicolon_with_space: semicolon_with_space
|
|
532
492
|
};
|
|
533
493
|
|
|
534
494
|
var contains = "包含";
|
|
@@ -611,10 +571,6 @@ var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
|
|
|
611
571
|
var empty$1 = "暂无历史记录";
|
|
612
572
|
var view_detail = "查看详情";
|
|
613
573
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
614
|
-
var select_file = "选择文件";
|
|
615
|
-
var reselect_file = "重新选择";
|
|
616
|
-
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
617
|
-
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
618
574
|
var components = {
|
|
619
575
|
contains: contains,
|
|
620
576
|
custom_column: custom_column,
|
|
@@ -703,11 +659,7 @@ var components = {
|
|
|
703
659
|
db_migrated: db_migrated,
|
|
704
660
|
empty: empty$1,
|
|
705
661
|
view_detail: view_detail,
|
|
706
|
-
initializing_failed: initializing_failed
|
|
707
|
-
select_file: select_file,
|
|
708
|
-
reselect_file: reselect_file,
|
|
709
|
-
exceed_max_count: exceed_max_count,
|
|
710
|
-
upload_file_desc: upload_file_desc
|
|
662
|
+
initializing_failed: initializing_failed
|
|
711
663
|
};
|
|
712
664
|
|
|
713
665
|
var current = "当前值";
|
|
@@ -719,39 +671,27 @@ var metric = {
|
|
|
719
671
|
max: max
|
|
720
672
|
};
|
|
721
673
|
|
|
722
|
-
var year_abbreviation = "<0>{count}</0> <1>年</1>";
|
|
723
|
-
var month_abbreviation = "<0>{count}</0> <1>月</1>";
|
|
724
674
|
var week_abbreviation = "<0>{count}</0> <1>周</1>";
|
|
725
675
|
var day_abbreviation = "<0>{count}</0> <1>天</1>";
|
|
726
676
|
var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
|
|
727
|
-
var minute_abbreviation = "<0>{count}</0> <1
|
|
677
|
+
var minute_abbreviation = "<0>{count}</0> <1>分钟</1>";
|
|
728
678
|
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
679
|
var week = "<0>{count}</0> <1>周</1>";
|
|
733
680
|
var day = "<0>{count}</0> <1>天</1>";
|
|
734
681
|
var hour = "<0>{count}</0> <1>小时</1>";
|
|
735
682
|
var minute = "<0>{count}</0> <1>分钟</1>";
|
|
736
683
|
var second = "<0>{count}</0> <1>秒</1>";
|
|
737
|
-
var millisecond = "<0>{count}</0> <1>毫秒</1>";
|
|
738
684
|
var unit = {
|
|
739
|
-
year_abbreviation: year_abbreviation,
|
|
740
|
-
month_abbreviation: month_abbreviation,
|
|
741
685
|
week_abbreviation: week_abbreviation,
|
|
742
686
|
day_abbreviation: day_abbreviation,
|
|
743
687
|
hour_abbreviation: hour_abbreviation,
|
|
744
688
|
minute_abbreviation: minute_abbreviation,
|
|
745
689
|
second_abbreviation: second_abbreviation,
|
|
746
|
-
millisecond_abbreviation: millisecond_abbreviation,
|
|
747
|
-
year: year,
|
|
748
|
-
month: month,
|
|
749
690
|
week: week,
|
|
750
691
|
day: day,
|
|
751
692
|
hour: hour,
|
|
752
693
|
minute: minute,
|
|
753
|
-
second: second
|
|
754
|
-
millisecond: millisecond
|
|
694
|
+
second: second
|
|
755
695
|
};
|
|
756
696
|
|
|
757
697
|
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":"4baa-29","name":"common.json"},{"uid":"4baa-31","name":"components.json"},{"uid":"4baa-33","name":"metric.json"},{"uid":"4baa-35","name":"unit.json"},{"uid":"4baa-37","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"4baa-39","name":"common.json"},{"uid":"4baa-41","name":"components.json"},{"uid":"4baa-43","name":"metric.json"},{"uid":"4baa-45","name":"unit.json"},{"uid":"4baa-47","name":"index.ts"}]},{"uid":"4baa-49","name":"index.ts"}]},{"uid":"4baa-51","name":"parrotI18n.ts"},{"uid":"4baa-53","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"4baa-29":{"renderedLength":3809,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-28"},"4baa-31":{"renderedLength":8216,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-30"},"4baa-33":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-32"},"4baa-35":{"renderedLength":1424,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-34"},"4baa-37":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-36"},"4baa-39":{"renderedLength":3269,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-38"},"4baa-41":{"renderedLength":7112,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-40"},"4baa-43":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-42"},"4baa-45":{"renderedLength":769,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-44"},"4baa-47":{"renderedLength":60,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-46"},"4baa-49":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-48"},"4baa-51":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-50"},"4baa-53":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-52"}},"nodeMetas":{"4baa-28":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"4baa-29"},"imported":[],"importedBy":[{"uid":"4baa-36"}]},"4baa-30":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"4baa-31"},"imported":[],"importedBy":[{"uid":"4baa-36"}]},"4baa-32":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"4baa-33"},"imported":[],"importedBy":[{"uid":"4baa-36"}]},"4baa-34":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"4baa-35"},"imported":[],"importedBy":[{"uid":"4baa-36"}]},"4baa-36":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"4baa-37"},"imported":[{"uid":"4baa-28"},{"uid":"4baa-30"},{"uid":"4baa-32"},{"uid":"4baa-34"}],"importedBy":[{"uid":"4baa-48"}]},"4baa-38":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"4baa-39"},"imported":[],"importedBy":[{"uid":"4baa-46"}]},"4baa-40":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"4baa-41"},"imported":[],"importedBy":[{"uid":"4baa-46"}]},"4baa-42":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"4baa-43"},"imported":[],"importedBy":[{"uid":"4baa-46"}]},"4baa-44":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"4baa-45"},"imported":[],"importedBy":[{"uid":"4baa-46"}]},"4baa-46":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"4baa-47"},"imported":[{"uid":"4baa-38"},{"uid":"4baa-40"},{"uid":"4baa-42"},{"uid":"4baa-44"}],"importedBy":[{"uid":"4baa-48"}]},"4baa-48":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"4baa-49"},"imported":[{"uid":"4baa-36"},{"uid":"4baa-46"}],"importedBy":[{"uid":"4baa-52"},{"uid":"4baa-50"}]},"4baa-50":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"4baa-51"},"imported":[{"uid":"4baa-54"},{"uid":"4baa-55"},{"uid":"4baa-48"}],"importedBy":[{"uid":"4baa-52"}]},"4baa-52":{"id":"/src/index.ts","moduleParts":{"index.js":"4baa-53"},"imported":[{"uid":"4baa-48"},{"uid":"4baa-50"}],"importedBy":[],"isEntry":true},"4baa-54":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"4baa-50"}],"isExternal":true},"4baa-55":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"4baa-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,6 @@ declare const locale: {
|
|
|
164
160
|
empty: string;
|
|
165
161
|
view_detail: string;
|
|
166
162
|
initializing_failed: string;
|
|
167
|
-
select_file: string;
|
|
168
|
-
reselect_file: string;
|
|
169
|
-
exceed_max_count: string;
|
|
170
|
-
exceed_max_count_plural: string;
|
|
171
|
-
upload_file_desc: string;
|
|
172
163
|
};
|
|
173
164
|
metric: {
|
|
174
165
|
current: string;
|
|
@@ -176,30 +167,23 @@ declare const locale: {
|
|
|
176
167
|
max: string;
|
|
177
168
|
};
|
|
178
169
|
unit: {
|
|
179
|
-
year_abbreviation: string;
|
|
180
|
-
month_abbreviation: string;
|
|
181
170
|
week_abbreviation: string;
|
|
182
171
|
day_abbreviation: string;
|
|
172
|
+
week_abbreviation_plural: string;
|
|
173
|
+
day_abbreviation_plural: string;
|
|
183
174
|
hour_abbreviation: string;
|
|
184
175
|
minute_abbreviation: string;
|
|
185
176
|
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
177
|
week_plural: string;
|
|
193
|
-
day: string;
|
|
194
178
|
day_plural: string;
|
|
195
|
-
hour: string;
|
|
196
179
|
hour_plural: string;
|
|
197
|
-
minute: string;
|
|
198
180
|
minute_plural: string;
|
|
199
|
-
second: string;
|
|
200
181
|
second_plural: string;
|
|
201
|
-
|
|
202
|
-
|
|
182
|
+
week: string;
|
|
183
|
+
day: string;
|
|
184
|
+
hour: string;
|
|
185
|
+
minute: string;
|
|
186
|
+
second: string;
|
|
203
187
|
};
|
|
204
188
|
};
|
|
205
189
|
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,6 @@ declare const locales: {
|
|
|
165
161
|
empty: string;
|
|
166
162
|
view_detail: string;
|
|
167
163
|
initializing_failed: string;
|
|
168
|
-
select_file: string;
|
|
169
|
-
reselect_file: string;
|
|
170
|
-
exceed_max_count: string;
|
|
171
|
-
exceed_max_count_plural: string;
|
|
172
|
-
upload_file_desc: string;
|
|
173
164
|
};
|
|
174
165
|
metric: {
|
|
175
166
|
current: string;
|
|
@@ -177,30 +168,23 @@ declare const locales: {
|
|
|
177
168
|
max: string;
|
|
178
169
|
};
|
|
179
170
|
unit: {
|
|
180
|
-
year_abbreviation: string;
|
|
181
|
-
month_abbreviation: string;
|
|
182
171
|
week_abbreviation: string;
|
|
183
172
|
day_abbreviation: string;
|
|
173
|
+
week_abbreviation_plural: string;
|
|
174
|
+
day_abbreviation_plural: string;
|
|
184
175
|
hour_abbreviation: string;
|
|
185
176
|
minute_abbreviation: string;
|
|
186
177
|
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
178
|
week_plural: string;
|
|
194
|
-
day: string;
|
|
195
179
|
day_plural: string;
|
|
196
|
-
hour: string;
|
|
197
180
|
hour_plural: string;
|
|
198
|
-
minute: string;
|
|
199
181
|
minute_plural: string;
|
|
200
|
-
second: string;
|
|
201
182
|
second_plural: string;
|
|
202
|
-
|
|
203
|
-
|
|
183
|
+
week: string;
|
|
184
|
+
day: string;
|
|
185
|
+
hour: string;
|
|
186
|
+
minute: string;
|
|
187
|
+
second: string;
|
|
204
188
|
};
|
|
205
189
|
};
|
|
206
190
|
"zh-CN": {
|
|
@@ -259,9 +243,6 @@ declare const locales: {
|
|
|
259
243
|
month_measure_count: string;
|
|
260
244
|
show_unpassed: string;
|
|
261
245
|
copy: string;
|
|
262
|
-
click_to_copy: string;
|
|
263
|
-
copy_done: string;
|
|
264
|
-
has_copied_to_clipboard: string;
|
|
265
246
|
download: string;
|
|
266
247
|
copy_kubeconfig_success: string;
|
|
267
248
|
download_kubeconfig: string;
|
|
@@ -269,7 +250,6 @@ declare const locales: {
|
|
|
269
250
|
obtain_data_error: string;
|
|
270
251
|
colon_with_space: string;
|
|
271
252
|
semicolon_with_space: string;
|
|
272
|
-
remove: string;
|
|
273
253
|
};
|
|
274
254
|
components: {
|
|
275
255
|
contains: string;
|
|
@@ -360,10 +340,6 @@ declare const locales: {
|
|
|
360
340
|
empty: string;
|
|
361
341
|
view_detail: string;
|
|
362
342
|
initializing_failed: string;
|
|
363
|
-
select_file: string;
|
|
364
|
-
reselect_file: string;
|
|
365
|
-
exceed_max_count: string;
|
|
366
|
-
upload_file_desc: string;
|
|
367
343
|
};
|
|
368
344
|
metric: {
|
|
369
345
|
current: string;
|
|
@@ -371,22 +347,16 @@ declare const locales: {
|
|
|
371
347
|
max: string;
|
|
372
348
|
};
|
|
373
349
|
unit: {
|
|
374
|
-
year_abbreviation: string;
|
|
375
|
-
month_abbreviation: string;
|
|
376
350
|
week_abbreviation: string;
|
|
377
351
|
day_abbreviation: string;
|
|
378
352
|
hour_abbreviation: string;
|
|
379
353
|
minute_abbreviation: string;
|
|
380
354
|
second_abbreviation: string;
|
|
381
|
-
millisecond_abbreviation: string;
|
|
382
|
-
year: string;
|
|
383
|
-
month: string;
|
|
384
355
|
week: string;
|
|
385
356
|
day: string;
|
|
386
357
|
hour: string;
|
|
387
358
|
minute: string;
|
|
388
359
|
second: string;
|
|
389
|
-
millisecond: string;
|
|
390
360
|
};
|
|
391
361
|
};
|
|
392
362
|
};
|
|
@@ -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,6 @@ declare const locale: {
|
|
|
155
151
|
empty: string;
|
|
156
152
|
view_detail: string;
|
|
157
153
|
initializing_failed: string;
|
|
158
|
-
select_file: string;
|
|
159
|
-
reselect_file: string;
|
|
160
|
-
exceed_max_count: string;
|
|
161
|
-
upload_file_desc: string;
|
|
162
154
|
};
|
|
163
155
|
metric: {
|
|
164
156
|
current: string;
|
|
@@ -166,22 +158,16 @@ declare const locale: {
|
|
|
166
158
|
max: string;
|
|
167
159
|
};
|
|
168
160
|
unit: {
|
|
169
|
-
year_abbreviation: string;
|
|
170
|
-
month_abbreviation: string;
|
|
171
161
|
week_abbreviation: string;
|
|
172
162
|
day_abbreviation: string;
|
|
173
163
|
hour_abbreviation: string;
|
|
174
164
|
minute_abbreviation: string;
|
|
175
165
|
second_abbreviation: string;
|
|
176
|
-
millisecond_abbreviation: string;
|
|
177
|
-
year: string;
|
|
178
|
-
month: string;
|
|
179
166
|
week: string;
|
|
180
167
|
day: string;
|
|
181
168
|
hour: string;
|
|
182
169
|
minute: string;
|
|
183
170
|
second: string;
|
|
184
|
-
millisecond: string;
|
|
185
171
|
};
|
|
186
172
|
};
|
|
187
173
|
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,6 @@
|
|
|
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 select_file$1 = "Select File";
|
|
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";
|
|
237
224
|
var components$1 = {
|
|
238
225
|
contains: contains$2,
|
|
239
226
|
custom_column: custom_column$1,
|
|
@@ -256,7 +243,7 @@
|
|
|
256
243
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
257
244
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
258
245
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
259
|
-
remove: remove$
|
|
246
|
+
remove: remove$1,
|
|
260
247
|
add: add$1,
|
|
261
248
|
prefix: prefix$1,
|
|
262
249
|
suffix: suffix$1,
|
|
@@ -327,12 +314,7 @@
|
|
|
327
314
|
db_migrated: db_migrated$1,
|
|
328
315
|
empty: empty$4,
|
|
329
316
|
view_detail: view_detail$1,
|
|
330
|
-
initializing_failed: initializing_failed$1
|
|
331
|
-
select_file: select_file$1,
|
|
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
|
|
317
|
+
initializing_failed: initializing_failed$1
|
|
336
318
|
};
|
|
337
319
|
|
|
338
320
|
var current$1 = "Current value";
|
|
@@ -344,55 +326,41 @@
|
|
|
344
326
|
max: max$1
|
|
345
327
|
};
|
|
346
328
|
|
|
347
|
-
var
|
|
348
|
-
var
|
|
349
|
-
var
|
|
350
|
-
var
|
|
329
|
+
var week_abbreviation$2 = "<0>{count}</0> <1>week</1>";
|
|
330
|
+
var day_abbreviation$2 = "<0>{count}</0> <1>day</1>";
|
|
331
|
+
var week_abbreviation_plural = "<0>{count}</0> <1>weeks</1>";
|
|
332
|
+
var day_abbreviation_plural = "<0>{count}</0> <1>days</1>";
|
|
351
333
|
var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
|
|
352
334
|
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>";
|
|
335
|
+
var second_abbreviation$2 = "<0>{count}</0> <1>sec</1>";
|
|
336
|
+
var week_plural = "<0>{count}</0> <1>Weeks</1>";
|
|
337
|
+
var day_plural = "<0>{count}</0> <1>Days</1>";
|
|
338
|
+
var hour_plural = "<0>{count}</0> <1>Hours</1>";
|
|
339
|
+
var minute_plural = "<0>{count}</0> <1>Minutes</1>";
|
|
340
|
+
var second_plural = "<0>{count}</0> <1>Seconds</1>";
|
|
341
|
+
var week$2 = "<0>{count}</0> <1>Week</1>";
|
|
342
|
+
var day$2 = "<0>{count}</0> <1>Day</1>";
|
|
343
|
+
var hour$2 = "<0>{count}</0> <1>Hour</1>";
|
|
344
|
+
var minute$2 = "<0>{count}</0> <1>Minute</1>";
|
|
345
|
+
var second$2 = "<0>{count}</0> <1>Second</1>";
|
|
371
346
|
var unit$1 = {
|
|
372
|
-
year_abbreviation: year_abbreviation$1,
|
|
373
|
-
month_abbreviation: month_abbreviation$1,
|
|
374
347
|
week_abbreviation: week_abbreviation$2,
|
|
375
348
|
day_abbreviation: day_abbreviation$2,
|
|
349
|
+
week_abbreviation_plural: week_abbreviation_plural,
|
|
350
|
+
day_abbreviation_plural: day_abbreviation_plural,
|
|
376
351
|
hour_abbreviation: hour_abbreviation$2,
|
|
377
352
|
minute_abbreviation: minute_abbreviation$2,
|
|
378
353
|
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
354
|
week_plural: week_plural,
|
|
386
|
-
day: day$2,
|
|
387
355
|
day_plural: day_plural,
|
|
388
|
-
hour: hour$2,
|
|
389
356
|
hour_plural: hour_plural,
|
|
390
|
-
minute: minute$2,
|
|
391
357
|
minute_plural: minute_plural,
|
|
392
|
-
second: second$2,
|
|
393
358
|
second_plural: second_plural,
|
|
394
|
-
|
|
395
|
-
|
|
359
|
+
week: week$2,
|
|
360
|
+
day: day$2,
|
|
361
|
+
hour: hour$2,
|
|
362
|
+
minute: minute$2,
|
|
363
|
+
second: second$2
|
|
396
364
|
};
|
|
397
365
|
|
|
398
366
|
const locale$1 = {
|
|
@@ -447,17 +415,14 @@
|
|
|
447
415
|
var friday = "周五";
|
|
448
416
|
var saturday = "周六";
|
|
449
417
|
var sunday = "周日";
|
|
450
|
-
var month
|
|
451
|
-
var year
|
|
418
|
+
var month = "月";
|
|
419
|
+
var year = "年";
|
|
452
420
|
var day_count = "{count} 天";
|
|
453
421
|
var hour_count = "{count} 小时";
|
|
454
422
|
var minute_count = "{count} 分钟";
|
|
455
423
|
var month_measure_count = "{count} 个月";
|
|
456
424
|
var show_unpassed = "只看未满足";
|
|
457
425
|
var copy = "复制";
|
|
458
|
-
var click_to_copy = "点击复制";
|
|
459
|
-
var copy_done = "复制成功";
|
|
460
|
-
var has_copied_to_clipboard = "已复制到剪贴板";
|
|
461
426
|
var download = "下载";
|
|
462
427
|
var copy_kubeconfig_success = "Kubeconfig 复制成功。";
|
|
463
428
|
var download_kubeconfig = "下载 Kubeconfig";
|
|
@@ -465,7 +430,6 @@
|
|
|
465
430
|
var obtain_data_error = "获取数据时遇到问题";
|
|
466
431
|
var colon_with_space = ":";
|
|
467
432
|
var semicolon_with_space = ";";
|
|
468
|
-
var remove$1 = "移除";
|
|
469
433
|
var common = {
|
|
470
434
|
_action_: _action_,
|
|
471
435
|
action: action,
|
|
@@ -513,25 +477,21 @@
|
|
|
513
477
|
friday: friday,
|
|
514
478
|
saturday: saturday,
|
|
515
479
|
sunday: sunday,
|
|
516
|
-
month: month
|
|
517
|
-
year: year
|
|
480
|
+
month: month,
|
|
481
|
+
year: year,
|
|
518
482
|
day_count: day_count,
|
|
519
483
|
hour_count: hour_count,
|
|
520
484
|
minute_count: minute_count,
|
|
521
485
|
month_measure_count: month_measure_count,
|
|
522
486
|
show_unpassed: show_unpassed,
|
|
523
487
|
copy: copy,
|
|
524
|
-
click_to_copy: click_to_copy,
|
|
525
|
-
copy_done: copy_done,
|
|
526
|
-
has_copied_to_clipboard: has_copied_to_clipboard,
|
|
527
488
|
download: download,
|
|
528
489
|
copy_kubeconfig_success: copy_kubeconfig_success,
|
|
529
490
|
download_kubeconfig: download_kubeconfig,
|
|
530
491
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
531
492
|
obtain_data_error: obtain_data_error,
|
|
532
493
|
colon_with_space: colon_with_space,
|
|
533
|
-
semicolon_with_space: semicolon_with_space
|
|
534
|
-
remove: remove$1
|
|
494
|
+
semicolon_with_space: semicolon_with_space
|
|
535
495
|
};
|
|
536
496
|
|
|
537
497
|
var contains = "包含";
|
|
@@ -614,10 +574,6 @@
|
|
|
614
574
|
var empty$1 = "暂无历史记录";
|
|
615
575
|
var view_detail = "查看详情";
|
|
616
576
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
617
|
-
var select_file = "选择文件";
|
|
618
|
-
var reselect_file = "重新选择";
|
|
619
|
-
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
620
|
-
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
621
577
|
var components = {
|
|
622
578
|
contains: contains,
|
|
623
579
|
custom_column: custom_column,
|
|
@@ -706,11 +662,7 @@
|
|
|
706
662
|
db_migrated: db_migrated,
|
|
707
663
|
empty: empty$1,
|
|
708
664
|
view_detail: view_detail,
|
|
709
|
-
initializing_failed: initializing_failed
|
|
710
|
-
select_file: select_file,
|
|
711
|
-
reselect_file: reselect_file,
|
|
712
|
-
exceed_max_count: exceed_max_count,
|
|
713
|
-
upload_file_desc: upload_file_desc
|
|
665
|
+
initializing_failed: initializing_failed
|
|
714
666
|
};
|
|
715
667
|
|
|
716
668
|
var current = "当前值";
|
|
@@ -722,39 +674,27 @@
|
|
|
722
674
|
max: max
|
|
723
675
|
};
|
|
724
676
|
|
|
725
|
-
var year_abbreviation = "<0>{count}</0> <1>年</1>";
|
|
726
|
-
var month_abbreviation = "<0>{count}</0> <1>月</1>";
|
|
727
677
|
var week_abbreviation = "<0>{count}</0> <1>周</1>";
|
|
728
678
|
var day_abbreviation = "<0>{count}</0> <1>天</1>";
|
|
729
679
|
var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
|
|
730
|
-
var minute_abbreviation = "<0>{count}</0> <1
|
|
680
|
+
var minute_abbreviation = "<0>{count}</0> <1>分钟</1>";
|
|
731
681
|
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
682
|
var week = "<0>{count}</0> <1>周</1>";
|
|
736
683
|
var day = "<0>{count}</0> <1>天</1>";
|
|
737
684
|
var hour = "<0>{count}</0> <1>小时</1>";
|
|
738
685
|
var minute = "<0>{count}</0> <1>分钟</1>";
|
|
739
686
|
var second = "<0>{count}</0> <1>秒</1>";
|
|
740
|
-
var millisecond = "<0>{count}</0> <1>毫秒</1>";
|
|
741
687
|
var unit = {
|
|
742
|
-
year_abbreviation: year_abbreviation,
|
|
743
|
-
month_abbreviation: month_abbreviation,
|
|
744
688
|
week_abbreviation: week_abbreviation,
|
|
745
689
|
day_abbreviation: day_abbreviation,
|
|
746
690
|
hour_abbreviation: hour_abbreviation,
|
|
747
691
|
minute_abbreviation: minute_abbreviation,
|
|
748
692
|
second_abbreviation: second_abbreviation,
|
|
749
|
-
millisecond_abbreviation: millisecond_abbreviation,
|
|
750
|
-
year: year,
|
|
751
|
-
month: month,
|
|
752
693
|
week: week,
|
|
753
694
|
day: day,
|
|
754
695
|
hour: hour,
|
|
755
696
|
minute: minute,
|
|
756
|
-
second: second
|
|
757
|
-
millisecond: millisecond
|
|
697
|
+
second: second
|
|
758
698
|
};
|
|
759
699
|
|
|
760
700
|
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":"4baa-1","name":"common.json"},{"uid":"4baa-3","name":"components.json"},{"uid":"4baa-5","name":"metric.json"},{"uid":"4baa-7","name":"unit.json"},{"uid":"4baa-9","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"4baa-11","name":"common.json"},{"uid":"4baa-13","name":"components.json"},{"uid":"4baa-15","name":"metric.json"},{"uid":"4baa-17","name":"unit.json"},{"uid":"4baa-19","name":"index.ts"}]},{"uid":"4baa-21","name":"index.ts"}]},{"uid":"4baa-23","name":"parrotI18n.ts"},{"uid":"4baa-25","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"4baa-1":{"renderedLength":4071,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-0"},"4baa-3":{"renderedLength":8576,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-2"},"4baa-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-4"},"4baa-7":{"renderedLength":1496,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-6"},"4baa-9":{"renderedLength":116,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-8"},"4baa-11":{"renderedLength":3515,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-10"},"4baa-13":{"renderedLength":7452,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-12"},"4baa-15":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-14"},"4baa-17":{"renderedLength":813,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-16"},"4baa-19":{"renderedLength":72,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-18"},"4baa-21":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-20"},"4baa-23":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-22"},"4baa-25":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"4baa-24"}},"nodeMetas":{"4baa-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"4baa-1"},"imported":[],"importedBy":[{"uid":"4baa-8"}]},"4baa-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"4baa-3"},"imported":[],"importedBy":[{"uid":"4baa-8"}]},"4baa-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"4baa-5"},"imported":[],"importedBy":[{"uid":"4baa-8"}]},"4baa-6":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"4baa-7"},"imported":[],"importedBy":[{"uid":"4baa-8"}]},"4baa-8":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"4baa-9"},"imported":[{"uid":"4baa-0"},{"uid":"4baa-2"},{"uid":"4baa-4"},{"uid":"4baa-6"}],"importedBy":[{"uid":"4baa-20"}]},"4baa-10":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"4baa-11"},"imported":[],"importedBy":[{"uid":"4baa-18"}]},"4baa-12":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"4baa-13"},"imported":[],"importedBy":[{"uid":"4baa-18"}]},"4baa-14":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"4baa-15"},"imported":[],"importedBy":[{"uid":"4baa-18"}]},"4baa-16":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"4baa-17"},"imported":[],"importedBy":[{"uid":"4baa-18"}]},"4baa-18":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"4baa-19"},"imported":[{"uid":"4baa-10"},{"uid":"4baa-12"},{"uid":"4baa-14"},{"uid":"4baa-16"}],"importedBy":[{"uid":"4baa-20"}]},"4baa-20":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"4baa-21"},"imported":[{"uid":"4baa-8"},{"uid":"4baa-18"}],"importedBy":[{"uid":"4baa-24"},{"uid":"4baa-22"}]},"4baa-22":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"4baa-23"},"imported":[{"uid":"4baa-26"},{"uid":"4baa-27"},{"uid":"4baa-20"}],"importedBy":[{"uid":"4baa-24"}]},"4baa-24":{"id":"/src/index.ts","moduleParts":{"index.js":"4baa-25"},"imported":[{"uid":"4baa-20"},{"uid":"4baa-22"}],"importedBy":[],"isEntry":true},"4baa-26":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"4baa-22"}],"isExternal":true},"4baa-27":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"4baa-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.2",
|
|
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": "64d20c8d9b02a6cb6f22011d482e828dae287e5f"
|
|
49
49
|
}
|