@cloudtower/parrot 0.27.5 → 0.27.6-dry
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +24 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +5 -0
- package/dist/locales/index.d.ts +10 -0
- package/dist/locales/zh-CN/index.d.ts +5 -0
- package/dist/umd/index.js +24 -4
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -44,6 +44,7 @@ var thursday$1 = "Thursday";
|
|
44
44
|
var friday$1 = "Friday";
|
45
45
|
var saturday$1 = "Saturday";
|
46
46
|
var sunday$1 = "Sunday";
|
47
|
+
var month$1 = "Month";
|
47
48
|
var common$1 = {
|
48
49
|
_action_: _action_$1,
|
49
50
|
action: action$1,
|
@@ -87,7 +88,8 @@ var common$1 = {
|
|
87
88
|
thursday: thursday$1,
|
88
89
|
friday: friday$1,
|
89
90
|
saturday: saturday$1,
|
90
|
-
sunday: sunday$1
|
91
|
+
sunday: sunday$1,
|
92
|
+
month: month$1
|
91
93
|
};
|
92
94
|
|
93
95
|
var contains$2 = "Contains";
|
@@ -139,6 +141,10 @@ var every_month_with_time$1 = "Every month at {time}";
|
|
139
141
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
140
142
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
141
143
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
144
|
+
var generate_date_preview$1 = "Generate Date Preview";
|
145
|
+
var date_with_year_and_month$1 = "{month} {year}";
|
146
|
+
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
147
|
+
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
142
148
|
var components$1 = {
|
143
149
|
contains: contains$2,
|
144
150
|
custom_column: custom_column$1,
|
@@ -189,7 +195,11 @@ var components$1 = {
|
|
189
195
|
every_month_with_time: every_month_with_time$1,
|
190
196
|
every_month_with_day_and_time: every_month_with_day_and_time$1,
|
191
197
|
every_months_with_count_and_time: every_months_with_count_and_time$1,
|
192
|
-
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1
|
198
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1,
|
199
|
+
generate_date_preview: generate_date_preview$1,
|
200
|
+
date_with_year_and_month: date_with_year_and_month$1,
|
201
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
|
202
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
|
193
203
|
};
|
194
204
|
|
195
205
|
var current$1 = "Current value";
|
@@ -250,6 +260,7 @@ var thursday = "周四";
|
|
250
260
|
var friday = "周五";
|
251
261
|
var saturday = "周六";
|
252
262
|
var sunday = "周日";
|
263
|
+
var month = "月";
|
253
264
|
var common = {
|
254
265
|
_action_: _action_,
|
255
266
|
action: action,
|
@@ -293,7 +304,8 @@ var common = {
|
|
293
304
|
thursday: thursday,
|
294
305
|
friday: friday,
|
295
306
|
saturday: saturday,
|
296
|
-
sunday: sunday
|
307
|
+
sunday: sunday,
|
308
|
+
month: month
|
297
309
|
};
|
298
310
|
|
299
311
|
var contains = "包含";
|
@@ -345,6 +357,10 @@ var every_month_with_time = "每月的 {time}";
|
|
345
357
|
var every_month_with_day_and_time = "每月的 {day} 号 {time}";
|
346
358
|
var every_months_with_count_and_time = "每 {count} 月的 {time}";
|
347
359
|
var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
|
360
|
+
var generate_date_preview = "生成日期预览";
|
361
|
+
var date_with_year_and_month = "{year} 年 {month}";
|
362
|
+
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
363
|
+
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
348
364
|
var components = {
|
349
365
|
contains: contains,
|
350
366
|
custom_column: custom_column,
|
@@ -395,7 +411,11 @@ var components = {
|
|
395
411
|
every_month_with_time: every_month_with_time,
|
396
412
|
every_month_with_day_and_time: every_month_with_day_and_time,
|
397
413
|
every_months_with_count_and_time: every_months_with_count_and_time,
|
398
|
-
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time
|
414
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
|
415
|
+
generate_date_preview: generate_date_preview,
|
416
|
+
date_with_year_and_month: date_with_year_and_month,
|
417
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
418
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
|
399
419
|
};
|
400
420
|
|
401
421
|
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":"d3c1-25","name":"common.json"},{"uid":"d3c1-27","name":"components.json"},{"uid":"d3c1-29","name":"metric.json"},{"uid":"d3c1-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"d3c1-33","name":"common.json"},{"uid":"d3c1-35","name":"components.json"},{"uid":"d3c1-37","name":"metric.json"},{"uid":"d3c1-39","name":"index.ts"}]},{"uid":"d3c1-41","name":"index.ts"}]},{"uid":"d3c1-43","name":"parrotI18n.ts"},{"uid":"d3c1-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d3c1-25":{"renderedLength":2257,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-24"},"d3c1-27":{"renderedLength":5042,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-26"},"d3c1-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-28"},"d3c1-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-30"},"d3c1-33":{"renderedLength":2075,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-32"},"d3c1-35":{"renderedLength":4684,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-34"},"d3c1-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-36"},"d3c1-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-38"},"d3c1-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-40"},"d3c1-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-42"},"d3c1-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-44"}},"nodeMetas":{"d3c1-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"d3c1-25"},"imported":[],"importedBy":[{"uid":"d3c1-30"}]},"d3c1-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"d3c1-27"},"imported":[],"importedBy":[{"uid":"d3c1-30"}]},"d3c1-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"d3c1-29"},"imported":[],"importedBy":[{"uid":"d3c1-30"}]},"d3c1-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"d3c1-31"},"imported":[{"uid":"d3c1-24"},{"uid":"d3c1-26"},{"uid":"d3c1-28"}],"importedBy":[{"uid":"d3c1-40"}]},"d3c1-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"d3c1-33"},"imported":[],"importedBy":[{"uid":"d3c1-38"}]},"d3c1-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"d3c1-35"},"imported":[],"importedBy":[{"uid":"d3c1-38"}]},"d3c1-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"d3c1-37"},"imported":[],"importedBy":[{"uid":"d3c1-38"}]},"d3c1-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"d3c1-39"},"imported":[{"uid":"d3c1-32"},{"uid":"d3c1-34"},{"uid":"d3c1-36"}],"importedBy":[{"uid":"d3c1-40"}]},"d3c1-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"d3c1-41"},"imported":[{"uid":"d3c1-30"},{"uid":"d3c1-38"}],"importedBy":[{"uid":"d3c1-44"},{"uid":"d3c1-42"}]},"d3c1-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"d3c1-43"},"imported":[{"uid":"d3c1-46"},{"uid":"d3c1-47"},{"uid":"d3c1-40"}],"importedBy":[{"uid":"d3c1-44"}]},"d3c1-44":{"id":"/src/index.ts","moduleParts":{"index.js":"d3c1-45"},"imported":[{"uid":"d3c1-40"},{"uid":"d3c1-42"}],"importedBy":[],"isEntry":true},"d3c1-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"d3c1-42"}],"isExternal":true},"d3c1-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"d3c1-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
@@ -43,6 +43,7 @@ declare const locale: {
|
|
43
43
|
friday: string;
|
44
44
|
saturday: string;
|
45
45
|
sunday: string;
|
46
|
+
month: string;
|
46
47
|
};
|
47
48
|
components: {
|
48
49
|
contains: string;
|
@@ -95,6 +96,10 @@ declare const locale: {
|
|
95
96
|
every_month_with_day_and_time: string;
|
96
97
|
every_months_with_count_and_time: string;
|
97
98
|
every_months_with_count_and_day_and_time: string;
|
99
|
+
generate_date_preview: string;
|
100
|
+
date_with_year_and_month: string;
|
101
|
+
will_generate_one_reporte_with_date_and_time: string;
|
102
|
+
will_generate_report_will_date_and_count: string;
|
98
103
|
};
|
99
104
|
metric: {
|
100
105
|
current: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -44,6 +44,7 @@ declare const locales: {
|
|
44
44
|
friday: string;
|
45
45
|
saturday: string;
|
46
46
|
sunday: string;
|
47
|
+
month: string;
|
47
48
|
};
|
48
49
|
components: {
|
49
50
|
contains: string;
|
@@ -96,6 +97,10 @@ declare const locales: {
|
|
96
97
|
every_month_with_day_and_time: string;
|
97
98
|
every_months_with_count_and_time: string;
|
98
99
|
every_months_with_count_and_day_and_time: string;
|
100
|
+
generate_date_preview: string;
|
101
|
+
date_with_year_and_month: string;
|
102
|
+
will_generate_one_reporte_with_date_and_time: string;
|
103
|
+
will_generate_report_will_date_and_count: string;
|
99
104
|
};
|
100
105
|
metric: {
|
101
106
|
current: string;
|
@@ -148,6 +153,7 @@ declare const locales: {
|
|
148
153
|
friday: string;
|
149
154
|
saturday: string;
|
150
155
|
sunday: string;
|
156
|
+
month: string;
|
151
157
|
};
|
152
158
|
components: {
|
153
159
|
contains: string;
|
@@ -200,6 +206,10 @@ declare const locales: {
|
|
200
206
|
every_month_with_day_and_time: string;
|
201
207
|
every_months_with_count_and_time: string;
|
202
208
|
every_months_with_count_and_day_and_time: string;
|
209
|
+
generate_date_preview: string;
|
210
|
+
date_with_year_and_month: string;
|
211
|
+
will_generate_one_reporte_with_date_and_time: string;
|
212
|
+
will_generate_report_will_date_and_count: string;
|
203
213
|
};
|
204
214
|
metric: {
|
205
215
|
current: string;
|
@@ -43,6 +43,7 @@ declare const locale: {
|
|
43
43
|
friday: string;
|
44
44
|
saturday: string;
|
45
45
|
sunday: string;
|
46
|
+
month: string;
|
46
47
|
};
|
47
48
|
components: {
|
48
49
|
contains: string;
|
@@ -95,6 +96,10 @@ declare const locale: {
|
|
95
96
|
every_month_with_day_and_time: string;
|
96
97
|
every_months_with_count_and_time: string;
|
97
98
|
every_months_with_count_and_day_and_time: string;
|
99
|
+
generate_date_preview: string;
|
100
|
+
date_with_year_and_month: string;
|
101
|
+
will_generate_one_reporte_with_date_and_time: string;
|
102
|
+
will_generate_report_will_date_and_count: string;
|
98
103
|
};
|
99
104
|
metric: {
|
100
105
|
current: string;
|
package/dist/umd/index.js
CHANGED
@@ -47,6 +47,7 @@
|
|
47
47
|
var friday$1 = "Friday";
|
48
48
|
var saturday$1 = "Saturday";
|
49
49
|
var sunday$1 = "Sunday";
|
50
|
+
var month$1 = "Month";
|
50
51
|
var common$1 = {
|
51
52
|
_action_: _action_$1,
|
52
53
|
action: action$1,
|
@@ -90,7 +91,8 @@
|
|
90
91
|
thursday: thursday$1,
|
91
92
|
friday: friday$1,
|
92
93
|
saturday: saturday$1,
|
93
|
-
sunday: sunday$1
|
94
|
+
sunday: sunday$1,
|
95
|
+
month: month$1
|
94
96
|
};
|
95
97
|
|
96
98
|
var contains$2 = "Contains";
|
@@ -142,6 +144,10 @@
|
|
142
144
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
143
145
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
144
146
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
147
|
+
var generate_date_preview$1 = "Generate Date Preview";
|
148
|
+
var date_with_year_and_month$1 = "{month} {year}";
|
149
|
+
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
150
|
+
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
145
151
|
var components$1 = {
|
146
152
|
contains: contains$2,
|
147
153
|
custom_column: custom_column$1,
|
@@ -192,7 +198,11 @@
|
|
192
198
|
every_month_with_time: every_month_with_time$1,
|
193
199
|
every_month_with_day_and_time: every_month_with_day_and_time$1,
|
194
200
|
every_months_with_count_and_time: every_months_with_count_and_time$1,
|
195
|
-
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1
|
201
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$1,
|
202
|
+
generate_date_preview: generate_date_preview$1,
|
203
|
+
date_with_year_and_month: date_with_year_and_month$1,
|
204
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$1,
|
205
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$1
|
196
206
|
};
|
197
207
|
|
198
208
|
var current$1 = "Current value";
|
@@ -253,6 +263,7 @@
|
|
253
263
|
var friday = "周五";
|
254
264
|
var saturday = "周六";
|
255
265
|
var sunday = "周日";
|
266
|
+
var month = "月";
|
256
267
|
var common = {
|
257
268
|
_action_: _action_,
|
258
269
|
action: action,
|
@@ -296,7 +307,8 @@
|
|
296
307
|
thursday: thursday,
|
297
308
|
friday: friday,
|
298
309
|
saturday: saturday,
|
299
|
-
sunday: sunday
|
310
|
+
sunday: sunday,
|
311
|
+
month: month
|
300
312
|
};
|
301
313
|
|
302
314
|
var contains = "包含";
|
@@ -348,6 +360,10 @@
|
|
348
360
|
var every_month_with_day_and_time = "每月的 {day} 号 {time}";
|
349
361
|
var every_months_with_count_and_time = "每 {count} 月的 {time}";
|
350
362
|
var every_months_with_count_and_day_and_time = "每 {count} 月的 {day} 号 {time}";
|
363
|
+
var generate_date_preview = "生成日期预览";
|
364
|
+
var date_with_year_and_month = "{year} 年 {month}";
|
365
|
+
var will_generate_one_reporte_with_date_and_time = "{ date } 将在 {time } 生成 1 份报表";
|
366
|
+
var will_generate_report_will_date_and_count = "{date} 将在如下时间生成 {count} 份报表:";
|
351
367
|
var components = {
|
352
368
|
contains: contains,
|
353
369
|
custom_column: custom_column,
|
@@ -398,7 +414,11 @@
|
|
398
414
|
every_month_with_time: every_month_with_time,
|
399
415
|
every_month_with_day_and_time: every_month_with_day_and_time,
|
400
416
|
every_months_with_count_and_time: every_months_with_count_and_time,
|
401
|
-
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time
|
417
|
+
every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time,
|
418
|
+
generate_date_preview: generate_date_preview,
|
419
|
+
date_with_year_and_month: date_with_year_and_month,
|
420
|
+
will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time,
|
421
|
+
will_generate_report_will_date_and_count: will_generate_report_will_date_and_count
|
402
422
|
};
|
403
423
|
|
404
424
|
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":"d3c1-1","name":"common.json"},{"uid":"d3c1-3","name":"components.json"},{"uid":"d3c1-5","name":"metric.json"},{"uid":"d3c1-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"d3c1-9","name":"common.json"},{"uid":"d3c1-11","name":"components.json"},{"uid":"d3c1-13","name":"metric.json"},{"uid":"d3c1-15","name":"index.ts"}]},{"uid":"d3c1-17","name":"index.ts"}]},{"uid":"d3c1-19","name":"parrotI18n.ts"},{"uid":"d3c1-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d3c1-1":{"renderedLength":2437,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-0"},"d3c1-3":{"renderedLength":5260,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-2"},"d3c1-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-4"},"d3c1-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-6"},"d3c1-9":{"renderedLength":2255,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-8"},"d3c1-11":{"renderedLength":4902,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-10"},"d3c1-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-12"},"d3c1-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-14"},"d3c1-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-16"},"d3c1-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-18"},"d3c1-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d3c1-20"}},"nodeMetas":{"d3c1-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"d3c1-1"},"imported":[],"importedBy":[{"uid":"d3c1-6"}]},"d3c1-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"d3c1-3"},"imported":[],"importedBy":[{"uid":"d3c1-6"}]},"d3c1-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"d3c1-5"},"imported":[],"importedBy":[{"uid":"d3c1-6"}]},"d3c1-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"d3c1-7"},"imported":[{"uid":"d3c1-0"},{"uid":"d3c1-2"},{"uid":"d3c1-4"}],"importedBy":[{"uid":"d3c1-16"}]},"d3c1-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"d3c1-9"},"imported":[],"importedBy":[{"uid":"d3c1-14"}]},"d3c1-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"d3c1-11"},"imported":[],"importedBy":[{"uid":"d3c1-14"}]},"d3c1-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"d3c1-13"},"imported":[],"importedBy":[{"uid":"d3c1-14"}]},"d3c1-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"d3c1-15"},"imported":[{"uid":"d3c1-8"},{"uid":"d3c1-10"},{"uid":"d3c1-12"}],"importedBy":[{"uid":"d3c1-16"}]},"d3c1-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"d3c1-17"},"imported":[{"uid":"d3c1-6"},{"uid":"d3c1-14"}],"importedBy":[{"uid":"d3c1-20"},{"uid":"d3c1-18"}]},"d3c1-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"d3c1-19"},"imported":[{"uid":"d3c1-22"},{"uid":"d3c1-23"},{"uid":"d3c1-16"}],"importedBy":[{"uid":"d3c1-20"}]},"d3c1-20":{"id":"/src/index.ts","moduleParts":{"index.js":"d3c1-21"},"imported":[{"uid":"d3c1-16"},{"uid":"d3c1-18"}],"importedBy":[],"isEntry":true},"d3c1-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"d3c1-18"}],"isExternal":true},"d3c1-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"d3c1-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/parrot",
|
3
|
-
"version": "0.27.
|
3
|
+
"version": "0.27.6-dry",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"typescript": "5.0.2",
|
46
46
|
"vitest": "^0.24.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "4e4a58a90bedccde398c5e5ddf2e84fab3449c18"
|
49
49
|
}
|