@cloudtower/parrot 0.34.25 → 0.35.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 +28 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +6 -0
- package/dist/locales/index.d.ts +11 -0
- package/dist/locales/zh-CN/index.d.ts +5 -0
- package/dist/umd/index.js +28 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -65,6 +65,7 @@ var download_kubeconfig_tip$1 = "You may use the following Kubeconfig file to ac
|
|
|
65
65
|
var obtain_data_error$1 = "Data retrieval error";
|
|
66
66
|
var colon_with_space$1 = ": ";
|
|
67
67
|
var semicolon_with_space$1 = "; ";
|
|
68
|
+
var remove$3 = "Remove";
|
|
68
69
|
var common$1 = {
|
|
69
70
|
_action_: _action_$1,
|
|
70
71
|
action: action$1,
|
|
@@ -130,7 +131,8 @@ var common$1 = {
|
|
|
130
131
|
download_kubeconfig_tip: download_kubeconfig_tip$1,
|
|
131
132
|
obtain_data_error: obtain_data_error$1,
|
|
132
133
|
colon_with_space: colon_with_space$1,
|
|
133
|
-
semicolon_with_space: semicolon_with_space$1
|
|
134
|
+
semicolon_with_space: semicolon_with_space$1,
|
|
135
|
+
remove: remove$3
|
|
134
136
|
};
|
|
135
137
|
|
|
136
138
|
var contains$2 = "Contains";
|
|
@@ -153,7 +155,7 @@ var coordinated_universal_time$1 = "Coordinated Universal Time";
|
|
|
153
155
|
var Architecture_AARCH64$1 = "AArch64";
|
|
154
156
|
var Architecture_X86_64$1 = "x86_64";
|
|
155
157
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
|
156
|
-
var remove$
|
|
158
|
+
var remove$2 = "Remove";
|
|
157
159
|
var add$1 = "Add";
|
|
158
160
|
var prefix$1 = "Prefix";
|
|
159
161
|
var suffix$1 = "Suffix";
|
|
@@ -218,6 +220,11 @@ var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
|
|
|
218
220
|
var empty$4 = "No history records";
|
|
219
221
|
var view_detail$1 = "View Details";
|
|
220
222
|
var initializing_failed$1 = "Failed to load the page. Please try again.";
|
|
223
|
+
var select_file$1 = "Select File";
|
|
224
|
+
var reselect_file$1 = "Re-select";
|
|
225
|
+
var exceed_max_count$1 = "Maximum {count} file allowed";
|
|
226
|
+
var exceed_max_count_plural = "Maximum {count} files allowed";
|
|
227
|
+
var upload_file_desc$1 = "Click or drag file to this area to upload";
|
|
221
228
|
var components$1 = {
|
|
222
229
|
contains: contains$2,
|
|
223
230
|
custom_column: custom_column$1,
|
|
@@ -240,7 +247,7 @@ var components$1 = {
|
|
|
240
247
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
241
248
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
242
249
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
243
|
-
remove: remove$
|
|
250
|
+
remove: remove$2,
|
|
244
251
|
add: add$1,
|
|
245
252
|
prefix: prefix$1,
|
|
246
253
|
suffix: suffix$1,
|
|
@@ -311,7 +318,12 @@ var components$1 = {
|
|
|
311
318
|
db_migrated: db_migrated$1,
|
|
312
319
|
empty: empty$4,
|
|
313
320
|
view_detail: view_detail$1,
|
|
314
|
-
initializing_failed: initializing_failed$1
|
|
321
|
+
initializing_failed: initializing_failed$1,
|
|
322
|
+
select_file: select_file$1,
|
|
323
|
+
reselect_file: reselect_file$1,
|
|
324
|
+
exceed_max_count: exceed_max_count$1,
|
|
325
|
+
exceed_max_count_plural: exceed_max_count_plural,
|
|
326
|
+
upload_file_desc: upload_file_desc$1
|
|
315
327
|
};
|
|
316
328
|
|
|
317
329
|
var current$1 = "Current value";
|
|
@@ -427,6 +439,7 @@ var download_kubeconfig_tip = "通过使用 Kubeconfig 文件配置当前集群
|
|
|
427
439
|
var obtain_data_error = "获取数据时遇到问题";
|
|
428
440
|
var colon_with_space = ":";
|
|
429
441
|
var semicolon_with_space = ";";
|
|
442
|
+
var remove$1 = "移除";
|
|
430
443
|
var common = {
|
|
431
444
|
_action_: _action_,
|
|
432
445
|
action: action,
|
|
@@ -488,7 +501,8 @@ var common = {
|
|
|
488
501
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
489
502
|
obtain_data_error: obtain_data_error,
|
|
490
503
|
colon_with_space: colon_with_space,
|
|
491
|
-
semicolon_with_space: semicolon_with_space
|
|
504
|
+
semicolon_with_space: semicolon_with_space,
|
|
505
|
+
remove: remove$1
|
|
492
506
|
};
|
|
493
507
|
|
|
494
508
|
var contains = "包含";
|
|
@@ -571,6 +585,10 @@ var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
|
|
|
571
585
|
var empty$1 = "暂无历史记录";
|
|
572
586
|
var view_detail = "查看详情";
|
|
573
587
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
588
|
+
var select_file = "选择文件";
|
|
589
|
+
var reselect_file = "重新选择";
|
|
590
|
+
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
591
|
+
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
574
592
|
var components = {
|
|
575
593
|
contains: contains,
|
|
576
594
|
custom_column: custom_column,
|
|
@@ -659,7 +677,11 @@ var components = {
|
|
|
659
677
|
db_migrated: db_migrated,
|
|
660
678
|
empty: empty$1,
|
|
661
679
|
view_detail: view_detail,
|
|
662
|
-
initializing_failed: initializing_failed
|
|
680
|
+
initializing_failed: initializing_failed,
|
|
681
|
+
select_file: select_file,
|
|
682
|
+
reselect_file: reselect_file,
|
|
683
|
+
exceed_max_count: exceed_max_count,
|
|
684
|
+
upload_file_desc: upload_file_desc
|
|
663
685
|
};
|
|
664
686
|
|
|
665
687
|
var current = "当前值";
|
package/dist/esm/stats1.html
CHANGED
|
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
|
6157
6157
|
</script>
|
|
6158
6158
|
<script>
|
|
6159
6159
|
/*<!--*/
|
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"46c5-29","name":"common.json"},{"uid":"46c5-31","name":"components.json"},{"uid":"46c5-33","name":"metric.json"},{"uid":"46c5-35","name":"unit.json"},{"uid":"46c5-37","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"46c5-39","name":"common.json"},{"uid":"46c5-41","name":"components.json"},{"uid":"46c5-43","name":"metric.json"},{"uid":"46c5-45","name":"unit.json"},{"uid":"46c5-47","name":"index.ts"}]},{"uid":"46c5-49","name":"index.ts"}]},{"uid":"46c5-51","name":"parrotI18n.ts"},{"uid":"46c5-53","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"46c5-29":{"renderedLength":3853,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-28"},"46c5-31":{"renderedLength":8667,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-30"},"46c5-33":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-32"},"46c5-35":{"renderedLength":1424,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-34"},"46c5-37":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-36"},"46c5-39":{"renderedLength":3313,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-38"},"46c5-41":{"renderedLength":7443,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-40"},"46c5-43":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-42"},"46c5-45":{"renderedLength":769,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-44"},"46c5-47":{"renderedLength":60,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-46"},"46c5-49":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-48"},"46c5-51":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-50"},"46c5-53":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-52"}},"nodeMetas":{"46c5-28":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"46c5-29"},"imported":[],"importedBy":[{"uid":"46c5-36"}]},"46c5-30":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"46c5-31"},"imported":[],"importedBy":[{"uid":"46c5-36"}]},"46c5-32":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"46c5-33"},"imported":[],"importedBy":[{"uid":"46c5-36"}]},"46c5-34":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"46c5-35"},"imported":[],"importedBy":[{"uid":"46c5-36"}]},"46c5-36":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"46c5-37"},"imported":[{"uid":"46c5-28"},{"uid":"46c5-30"},{"uid":"46c5-32"},{"uid":"46c5-34"}],"importedBy":[{"uid":"46c5-48"}]},"46c5-38":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"46c5-39"},"imported":[],"importedBy":[{"uid":"46c5-46"}]},"46c5-40":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"46c5-41"},"imported":[],"importedBy":[{"uid":"46c5-46"}]},"46c5-42":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"46c5-43"},"imported":[],"importedBy":[{"uid":"46c5-46"}]},"46c5-44":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"46c5-45"},"imported":[],"importedBy":[{"uid":"46c5-46"}]},"46c5-46":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"46c5-47"},"imported":[{"uid":"46c5-38"},{"uid":"46c5-40"},{"uid":"46c5-42"},{"uid":"46c5-44"}],"importedBy":[{"uid":"46c5-48"}]},"46c5-48":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"46c5-49"},"imported":[{"uid":"46c5-36"},{"uid":"46c5-46"}],"importedBy":[{"uid":"46c5-52"},{"uid":"46c5-50"}]},"46c5-50":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"46c5-51"},"imported":[{"uid":"46c5-54"},{"uid":"46c5-55"},{"uid":"46c5-48"}],"importedBy":[{"uid":"46c5-52"}]},"46c5-52":{"id":"/src/index.ts","moduleParts":{"index.js":"46c5-53"},"imported":[{"uid":"46c5-48"},{"uid":"46c5-50"}],"importedBy":[],"isEntry":true},"46c5-54":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"46c5-50"}],"isExternal":true},"46c5-55":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"46c5-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;
|
|
@@ -65,6 +65,7 @@ declare const locale: {
|
|
|
65
65
|
obtain_data_error: string;
|
|
66
66
|
colon_with_space: string;
|
|
67
67
|
semicolon_with_space: string;
|
|
68
|
+
remove: string;
|
|
68
69
|
};
|
|
69
70
|
components: {
|
|
70
71
|
contains: string;
|
|
@@ -160,6 +161,11 @@ declare const locale: {
|
|
|
160
161
|
empty: string;
|
|
161
162
|
view_detail: string;
|
|
162
163
|
initializing_failed: string;
|
|
164
|
+
select_file: string;
|
|
165
|
+
reselect_file: string;
|
|
166
|
+
exceed_max_count: string;
|
|
167
|
+
exceed_max_count_plural: string;
|
|
168
|
+
upload_file_desc: string;
|
|
163
169
|
};
|
|
164
170
|
metric: {
|
|
165
171
|
current: string;
|
package/dist/locales/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ declare const locales: {
|
|
|
66
66
|
obtain_data_error: string;
|
|
67
67
|
colon_with_space: string;
|
|
68
68
|
semicolon_with_space: string;
|
|
69
|
+
remove: string;
|
|
69
70
|
};
|
|
70
71
|
components: {
|
|
71
72
|
contains: string;
|
|
@@ -161,6 +162,11 @@ declare const locales: {
|
|
|
161
162
|
empty: string;
|
|
162
163
|
view_detail: string;
|
|
163
164
|
initializing_failed: string;
|
|
165
|
+
select_file: string;
|
|
166
|
+
reselect_file: string;
|
|
167
|
+
exceed_max_count: string;
|
|
168
|
+
exceed_max_count_plural: string;
|
|
169
|
+
upload_file_desc: string;
|
|
164
170
|
};
|
|
165
171
|
metric: {
|
|
166
172
|
current: string;
|
|
@@ -250,6 +256,7 @@ declare const locales: {
|
|
|
250
256
|
obtain_data_error: string;
|
|
251
257
|
colon_with_space: string;
|
|
252
258
|
semicolon_with_space: string;
|
|
259
|
+
remove: string;
|
|
253
260
|
};
|
|
254
261
|
components: {
|
|
255
262
|
contains: string;
|
|
@@ -340,6 +347,10 @@ declare const locales: {
|
|
|
340
347
|
empty: string;
|
|
341
348
|
view_detail: string;
|
|
342
349
|
initializing_failed: string;
|
|
350
|
+
select_file: string;
|
|
351
|
+
reselect_file: string;
|
|
352
|
+
exceed_max_count: string;
|
|
353
|
+
upload_file_desc: string;
|
|
343
354
|
};
|
|
344
355
|
metric: {
|
|
345
356
|
current: string;
|
|
@@ -61,6 +61,7 @@ declare const locale: {
|
|
|
61
61
|
obtain_data_error: string;
|
|
62
62
|
colon_with_space: string;
|
|
63
63
|
semicolon_with_space: string;
|
|
64
|
+
remove: string;
|
|
64
65
|
};
|
|
65
66
|
components: {
|
|
66
67
|
contains: string;
|
|
@@ -151,6 +152,10 @@ declare const locale: {
|
|
|
151
152
|
empty: string;
|
|
152
153
|
view_detail: string;
|
|
153
154
|
initializing_failed: string;
|
|
155
|
+
select_file: string;
|
|
156
|
+
reselect_file: string;
|
|
157
|
+
exceed_max_count: string;
|
|
158
|
+
upload_file_desc: string;
|
|
154
159
|
};
|
|
155
160
|
metric: {
|
|
156
161
|
current: string;
|
package/dist/umd/index.js
CHANGED
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
var obtain_data_error$1 = "Data retrieval error";
|
|
69
69
|
var colon_with_space$1 = ": ";
|
|
70
70
|
var semicolon_with_space$1 = "; ";
|
|
71
|
+
var remove$3 = "Remove";
|
|
71
72
|
var common$1 = {
|
|
72
73
|
_action_: _action_$1,
|
|
73
74
|
action: action$1,
|
|
@@ -133,7 +134,8 @@
|
|
|
133
134
|
download_kubeconfig_tip: download_kubeconfig_tip$1,
|
|
134
135
|
obtain_data_error: obtain_data_error$1,
|
|
135
136
|
colon_with_space: colon_with_space$1,
|
|
136
|
-
semicolon_with_space: semicolon_with_space$1
|
|
137
|
+
semicolon_with_space: semicolon_with_space$1,
|
|
138
|
+
remove: remove$3
|
|
137
139
|
};
|
|
138
140
|
|
|
139
141
|
var contains$2 = "Contains";
|
|
@@ -156,7 +158,7 @@
|
|
|
156
158
|
var Architecture_AARCH64$1 = "AArch64";
|
|
157
159
|
var Architecture_X86_64$1 = "x86_64";
|
|
158
160
|
var maximum_row_count_desc$1 = "At most {count} items.";
|
|
159
|
-
var remove$
|
|
161
|
+
var remove$2 = "Remove";
|
|
160
162
|
var add$1 = "Add";
|
|
161
163
|
var prefix$1 = "Prefix";
|
|
162
164
|
var suffix$1 = "Suffix";
|
|
@@ -221,6 +223,11 @@
|
|
|
221
223
|
var empty$4 = "No history records";
|
|
222
224
|
var view_detail$1 = "View Details";
|
|
223
225
|
var initializing_failed$1 = "Failed to load the page. Please try again.";
|
|
226
|
+
var select_file$1 = "Select File";
|
|
227
|
+
var reselect_file$1 = "Re-select";
|
|
228
|
+
var exceed_max_count$1 = "Maximum {count} file allowed";
|
|
229
|
+
var exceed_max_count_plural = "Maximum {count} files allowed";
|
|
230
|
+
var upload_file_desc$1 = "Click or drag file to this area to upload";
|
|
224
231
|
var components$1 = {
|
|
225
232
|
contains: contains$2,
|
|
226
233
|
custom_column: custom_column$1,
|
|
@@ -243,7 +250,7 @@
|
|
|
243
250
|
Architecture_AARCH64: Architecture_AARCH64$1,
|
|
244
251
|
Architecture_X86_64: Architecture_X86_64$1,
|
|
245
252
|
maximum_row_count_desc: maximum_row_count_desc$1,
|
|
246
|
-
remove: remove$
|
|
253
|
+
remove: remove$2,
|
|
247
254
|
add: add$1,
|
|
248
255
|
prefix: prefix$1,
|
|
249
256
|
suffix: suffix$1,
|
|
@@ -314,7 +321,12 @@
|
|
|
314
321
|
db_migrated: db_migrated$1,
|
|
315
322
|
empty: empty$4,
|
|
316
323
|
view_detail: view_detail$1,
|
|
317
|
-
initializing_failed: initializing_failed$1
|
|
324
|
+
initializing_failed: initializing_failed$1,
|
|
325
|
+
select_file: select_file$1,
|
|
326
|
+
reselect_file: reselect_file$1,
|
|
327
|
+
exceed_max_count: exceed_max_count$1,
|
|
328
|
+
exceed_max_count_plural: exceed_max_count_plural,
|
|
329
|
+
upload_file_desc: upload_file_desc$1
|
|
318
330
|
};
|
|
319
331
|
|
|
320
332
|
var current$1 = "Current value";
|
|
@@ -430,6 +442,7 @@
|
|
|
430
442
|
var obtain_data_error = "获取数据时遇到问题";
|
|
431
443
|
var colon_with_space = ":";
|
|
432
444
|
var semicolon_with_space = ";";
|
|
445
|
+
var remove$1 = "移除";
|
|
433
446
|
var common = {
|
|
434
447
|
_action_: _action_,
|
|
435
448
|
action: action,
|
|
@@ -491,7 +504,8 @@
|
|
|
491
504
|
download_kubeconfig_tip: download_kubeconfig_tip,
|
|
492
505
|
obtain_data_error: obtain_data_error,
|
|
493
506
|
colon_with_space: colon_with_space,
|
|
494
|
-
semicolon_with_space: semicolon_with_space
|
|
507
|
+
semicolon_with_space: semicolon_with_space,
|
|
508
|
+
remove: remove$1
|
|
495
509
|
};
|
|
496
510
|
|
|
497
511
|
var contains = "包含";
|
|
@@ -574,6 +588,10 @@
|
|
|
574
588
|
var empty$1 = "暂无历史记录";
|
|
575
589
|
var view_detail = "查看详情";
|
|
576
590
|
var initializing_failed = "加载时遇到问题,请重试";
|
|
591
|
+
var select_file = "选择文件";
|
|
592
|
+
var reselect_file = "重新选择";
|
|
593
|
+
var exceed_max_count = "最多只能选择 {count} 个文件";
|
|
594
|
+
var upload_file_desc = "点击或拖拽文件到此区域上传";
|
|
577
595
|
var components = {
|
|
578
596
|
contains: contains,
|
|
579
597
|
custom_column: custom_column,
|
|
@@ -662,7 +680,11 @@
|
|
|
662
680
|
db_migrated: db_migrated,
|
|
663
681
|
empty: empty$1,
|
|
664
682
|
view_detail: view_detail,
|
|
665
|
-
initializing_failed: initializing_failed
|
|
683
|
+
initializing_failed: initializing_failed,
|
|
684
|
+
select_file: select_file,
|
|
685
|
+
reselect_file: reselect_file,
|
|
686
|
+
exceed_max_count: exceed_max_count,
|
|
687
|
+
upload_file_desc: upload_file_desc
|
|
666
688
|
};
|
|
667
689
|
|
|
668
690
|
var current = "当前值";
|
package/dist/umd/stats1.html
CHANGED
|
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
|
6157
6157
|
</script>
|
|
6158
6158
|
<script>
|
|
6159
6159
|
/*<!--*/
|
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"46c5-1","name":"common.json"},{"uid":"46c5-3","name":"components.json"},{"uid":"46c5-5","name":"metric.json"},{"uid":"46c5-7","name":"unit.json"},{"uid":"46c5-9","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"46c5-11","name":"common.json"},{"uid":"46c5-13","name":"components.json"},{"uid":"46c5-15","name":"metric.json"},{"uid":"46c5-17","name":"unit.json"},{"uid":"46c5-19","name":"index.ts"}]},{"uid":"46c5-21","name":"index.ts"}]},{"uid":"46c5-23","name":"parrotI18n.ts"},{"uid":"46c5-25","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"46c5-1":{"renderedLength":4119,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-0"},"46c5-3":{"renderedLength":9047,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-2"},"46c5-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-4"},"46c5-7":{"renderedLength":1496,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-6"},"46c5-9":{"renderedLength":116,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-8"},"46c5-11":{"renderedLength":3563,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-10"},"46c5-13":{"renderedLength":7799,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-12"},"46c5-15":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-14"},"46c5-17":{"renderedLength":813,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-16"},"46c5-19":{"renderedLength":72,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-18"},"46c5-21":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-20"},"46c5-23":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-22"},"46c5-25":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"46c5-24"}},"nodeMetas":{"46c5-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"46c5-1"},"imported":[],"importedBy":[{"uid":"46c5-8"}]},"46c5-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"46c5-3"},"imported":[],"importedBy":[{"uid":"46c5-8"}]},"46c5-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"46c5-5"},"imported":[],"importedBy":[{"uid":"46c5-8"}]},"46c5-6":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"46c5-7"},"imported":[],"importedBy":[{"uid":"46c5-8"}]},"46c5-8":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"46c5-9"},"imported":[{"uid":"46c5-0"},{"uid":"46c5-2"},{"uid":"46c5-4"},{"uid":"46c5-6"}],"importedBy":[{"uid":"46c5-20"}]},"46c5-10":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"46c5-11"},"imported":[],"importedBy":[{"uid":"46c5-18"}]},"46c5-12":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"46c5-13"},"imported":[],"importedBy":[{"uid":"46c5-18"}]},"46c5-14":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"46c5-15"},"imported":[],"importedBy":[{"uid":"46c5-18"}]},"46c5-16":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"46c5-17"},"imported":[],"importedBy":[{"uid":"46c5-18"}]},"46c5-18":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"46c5-19"},"imported":[{"uid":"46c5-10"},{"uid":"46c5-12"},{"uid":"46c5-14"},{"uid":"46c5-16"}],"importedBy":[{"uid":"46c5-20"}]},"46c5-20":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"46c5-21"},"imported":[{"uid":"46c5-8"},{"uid":"46c5-18"}],"importedBy":[{"uid":"46c5-24"},{"uid":"46c5-22"}]},"46c5-22":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"46c5-23"},"imported":[{"uid":"46c5-26"},{"uid":"46c5-27"},{"uid":"46c5-20"}],"importedBy":[{"uid":"46c5-24"}]},"46c5-24":{"id":"/src/index.ts","moduleParts":{"index.js":"46c5-25"},"imported":[{"uid":"46c5-20"},{"uid":"46c5-22"}],"importedBy":[],"isEntry":true},"46c5-26":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"46c5-22"}],"isExternal":true},"46c5-27":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"46c5-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": "0.35.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": "6c01cca6dcef687285ee3b20c6359ce0fba5dd5f"
|
|
49
49
|
}
|