@cloudtower/parrot 0.27.6 → 0.27.10
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/package.json +2 -2
- package/dist/esm/index.js +0 -497
- package/dist/esm/stats1.html +0 -6177
- package/dist/index.d.ts +0 -4
- package/dist/locales/en-US/index.d.ts +0 -110
- package/dist/locales/index.d.ts +0 -222
- package/dist/locales/zh-CN/index.d.ts +0 -110
- package/dist/parrotI18n.d.ts +0 -8
- package/dist/test.test.d.ts +0 -1
- package/dist/umd/index.js +0 -505
- package/dist/umd/stats1.html +0 -6177
package/dist/index.d.ts
DELETED
@@ -1,110 +0,0 @@
|
|
1
|
-
declare const locale: {
|
2
|
-
common: {
|
3
|
-
_action_: string;
|
4
|
-
action: string;
|
5
|
-
all: string;
|
6
|
-
cancel: string;
|
7
|
-
clear_query: string;
|
8
|
-
close: string;
|
9
|
-
contains: string;
|
10
|
-
confirm: string;
|
11
|
-
empty: string;
|
12
|
-
enable: string;
|
13
|
-
disable: string;
|
14
|
-
error: string;
|
15
|
-
next_step: string;
|
16
|
-
not_contains: string;
|
17
|
-
not_enable: string;
|
18
|
-
prev_step: string;
|
19
|
-
io: string;
|
20
|
-
load_failed: string;
|
21
|
-
param: string;
|
22
|
-
no: string;
|
23
|
-
message: string;
|
24
|
-
architecture: string;
|
25
|
-
calculation: string;
|
26
|
-
on: string;
|
27
|
-
error_message: string;
|
28
|
-
retry: string;
|
29
|
-
week_abbreviation: string;
|
30
|
-
day_abbreviation: string;
|
31
|
-
hour_abbreviation: string;
|
32
|
-
minute_abbreviation: string;
|
33
|
-
second_abbreviation: string;
|
34
|
-
week: string;
|
35
|
-
day: string;
|
36
|
-
hour: string;
|
37
|
-
minute: string;
|
38
|
-
second: string;
|
39
|
-
monday: string;
|
40
|
-
tuesday: string;
|
41
|
-
wednesday: string;
|
42
|
-
thursday: string;
|
43
|
-
friday: string;
|
44
|
-
saturday: string;
|
45
|
-
sunday: string;
|
46
|
-
month: string;
|
47
|
-
};
|
48
|
-
components: {
|
49
|
-
contains: string;
|
50
|
-
custom_column: string;
|
51
|
-
in: string;
|
52
|
-
not: string;
|
53
|
-
not_contains: string;
|
54
|
-
or: string;
|
55
|
-
previous_items: string;
|
56
|
-
next_items: string;
|
57
|
-
push_to: string;
|
58
|
-
pagination_range: string;
|
59
|
-
pagination_total: string;
|
60
|
-
pagination_lots_total: string;
|
61
|
-
unknow_error: string;
|
62
|
-
to: string;
|
63
|
-
time_zone_select_placeholder: string;
|
64
|
-
browser_time_zone: string;
|
65
|
-
coordinated_universal_time: string;
|
66
|
-
Architecture_AARCH64: string;
|
67
|
-
Architecture_X86_64: string;
|
68
|
-
maximum_row_count_desc: string;
|
69
|
-
remove: string;
|
70
|
-
add: string;
|
71
|
-
prefix: string;
|
72
|
-
suffix: string;
|
73
|
-
as_day: string;
|
74
|
-
count: string;
|
75
|
-
per_day_1: string;
|
76
|
-
per_day_2: string;
|
77
|
-
per_day_3: string;
|
78
|
-
execution_time: string;
|
79
|
-
as_week: string;
|
80
|
-
as_month: string;
|
81
|
-
week_with_below_date: string;
|
82
|
-
month_with_below_date: string;
|
83
|
-
will_excute_at_last_day_with_date: string;
|
84
|
-
retain_with_count: string;
|
85
|
-
start_date: string;
|
86
|
-
retain_date: string;
|
87
|
-
next_generate_with_date: string;
|
88
|
-
will_save_one_to_thirty_report: string;
|
89
|
-
every_day_with_time: string;
|
90
|
-
every_day_with_count_and_time: string;
|
91
|
-
every_week_with_time: string;
|
92
|
-
every_week_with_day_and_time: string;
|
93
|
-
every_weeks_with_count_and_time: string;
|
94
|
-
every_weeks_with_count_and_day_and_time: string;
|
95
|
-
every_month_with_time: string;
|
96
|
-
every_month_with_day_and_time: string;
|
97
|
-
every_months_with_count_and_time: string;
|
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;
|
103
|
-
};
|
104
|
-
metric: {
|
105
|
-
current: string;
|
106
|
-
empty: string;
|
107
|
-
max: string;
|
108
|
-
};
|
109
|
-
};
|
110
|
-
export default locale;
|
package/dist/locales/index.d.ts
DELETED
@@ -1,222 +0,0 @@
|
|
1
|
-
declare const locales: {
|
2
|
-
"en-US": {
|
3
|
-
common: {
|
4
|
-
_action_: string;
|
5
|
-
action: string;
|
6
|
-
all: string;
|
7
|
-
cancel: string;
|
8
|
-
clear_query: string;
|
9
|
-
close: string;
|
10
|
-
contains: string;
|
11
|
-
confirm: string;
|
12
|
-
empty: string;
|
13
|
-
enable: string;
|
14
|
-
disable: string;
|
15
|
-
error: string;
|
16
|
-
next_step: string;
|
17
|
-
not_contains: string;
|
18
|
-
not_enable: string;
|
19
|
-
prev_step: string;
|
20
|
-
io: string;
|
21
|
-
load_failed: string;
|
22
|
-
param: string;
|
23
|
-
no: string;
|
24
|
-
message: string;
|
25
|
-
architecture: string;
|
26
|
-
calculation: string;
|
27
|
-
on: string;
|
28
|
-
error_message: string;
|
29
|
-
retry: string;
|
30
|
-
week_abbreviation: string;
|
31
|
-
day_abbreviation: string;
|
32
|
-
hour_abbreviation: string;
|
33
|
-
minute_abbreviation: string;
|
34
|
-
second_abbreviation: string;
|
35
|
-
week: string;
|
36
|
-
day: string;
|
37
|
-
hour: string;
|
38
|
-
minute: string;
|
39
|
-
second: string;
|
40
|
-
monday: string;
|
41
|
-
tuesday: string;
|
42
|
-
wednesday: string;
|
43
|
-
thursday: string;
|
44
|
-
friday: string;
|
45
|
-
saturday: string;
|
46
|
-
sunday: string;
|
47
|
-
month: string;
|
48
|
-
};
|
49
|
-
components: {
|
50
|
-
contains: string;
|
51
|
-
custom_column: string;
|
52
|
-
in: string;
|
53
|
-
not: string;
|
54
|
-
not_contains: string;
|
55
|
-
or: string;
|
56
|
-
previous_items: string;
|
57
|
-
next_items: string;
|
58
|
-
push_to: string;
|
59
|
-
pagination_range: string;
|
60
|
-
pagination_total: string;
|
61
|
-
pagination_lots_total: string;
|
62
|
-
unknow_error: string;
|
63
|
-
to: string;
|
64
|
-
time_zone_select_placeholder: string;
|
65
|
-
browser_time_zone: string;
|
66
|
-
coordinated_universal_time: string;
|
67
|
-
Architecture_AARCH64: string;
|
68
|
-
Architecture_X86_64: string;
|
69
|
-
maximum_row_count_desc: string;
|
70
|
-
remove: string;
|
71
|
-
add: string;
|
72
|
-
prefix: string;
|
73
|
-
suffix: string;
|
74
|
-
as_day: string;
|
75
|
-
count: string;
|
76
|
-
per_day_1: string;
|
77
|
-
per_day_2: string;
|
78
|
-
per_day_3: string;
|
79
|
-
execution_time: string;
|
80
|
-
as_week: string;
|
81
|
-
as_month: string;
|
82
|
-
week_with_below_date: string;
|
83
|
-
month_with_below_date: string;
|
84
|
-
will_excute_at_last_day_with_date: string;
|
85
|
-
retain_with_count: string;
|
86
|
-
start_date: string;
|
87
|
-
retain_date: string;
|
88
|
-
next_generate_with_date: string;
|
89
|
-
will_save_one_to_thirty_report: string;
|
90
|
-
every_day_with_time: string;
|
91
|
-
every_day_with_count_and_time: string;
|
92
|
-
every_week_with_time: string;
|
93
|
-
every_week_with_day_and_time: string;
|
94
|
-
every_weeks_with_count_and_time: string;
|
95
|
-
every_weeks_with_count_and_day_and_time: string;
|
96
|
-
every_month_with_time: string;
|
97
|
-
every_month_with_day_and_time: string;
|
98
|
-
every_months_with_count_and_time: string;
|
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;
|
104
|
-
};
|
105
|
-
metric: {
|
106
|
-
current: string;
|
107
|
-
empty: string;
|
108
|
-
max: string;
|
109
|
-
};
|
110
|
-
};
|
111
|
-
"zh-CN": {
|
112
|
-
common: {
|
113
|
-
_action_: string;
|
114
|
-
action: string;
|
115
|
-
all: string;
|
116
|
-
cancel: string;
|
117
|
-
clear_query: string;
|
118
|
-
close: string;
|
119
|
-
contains: string;
|
120
|
-
confirm: string;
|
121
|
-
empty: string;
|
122
|
-
enable: string;
|
123
|
-
disable: string;
|
124
|
-
error: string;
|
125
|
-
next_step: string;
|
126
|
-
not_contains: string;
|
127
|
-
not_enable: string;
|
128
|
-
prev_step: string;
|
129
|
-
io: string;
|
130
|
-
load_failed: string;
|
131
|
-
param: string;
|
132
|
-
no: string;
|
133
|
-
message: string;
|
134
|
-
architecture: string;
|
135
|
-
calculation: string;
|
136
|
-
on: string;
|
137
|
-
error_message: string;
|
138
|
-
retry: string;
|
139
|
-
week_abbreviation: string;
|
140
|
-
day_abbreviation: string;
|
141
|
-
hour_abbreviation: string;
|
142
|
-
minute_abbreviation: string;
|
143
|
-
second_abbreviation: string;
|
144
|
-
week: string;
|
145
|
-
day: string;
|
146
|
-
hour: string;
|
147
|
-
minute: string;
|
148
|
-
second: string;
|
149
|
-
monday: string;
|
150
|
-
tuesday: string;
|
151
|
-
wednesday: string;
|
152
|
-
thursday: string;
|
153
|
-
friday: string;
|
154
|
-
saturday: string;
|
155
|
-
sunday: string;
|
156
|
-
month: string;
|
157
|
-
};
|
158
|
-
components: {
|
159
|
-
contains: string;
|
160
|
-
custom_column: string;
|
161
|
-
in: string;
|
162
|
-
not: string;
|
163
|
-
not_contains: string;
|
164
|
-
or: string;
|
165
|
-
previous_items: string;
|
166
|
-
next_items: string;
|
167
|
-
push_to: string;
|
168
|
-
pagination_range: string;
|
169
|
-
pagination_total: string;
|
170
|
-
pagination_lots_total: string;
|
171
|
-
unknow_error: string;
|
172
|
-
to: string;
|
173
|
-
time_zone_select_placeholder: string;
|
174
|
-
browser_time_zone: string;
|
175
|
-
coordinated_universal_time: string;
|
176
|
-
Architecture_AARCH64: string;
|
177
|
-
Architecture_X86_64: string;
|
178
|
-
maximum_row_count_desc: string;
|
179
|
-
remove: string;
|
180
|
-
add: string;
|
181
|
-
prefix: string;
|
182
|
-
suffix: string;
|
183
|
-
as_day: string;
|
184
|
-
count: string;
|
185
|
-
per_day_1: string;
|
186
|
-
per_day_2: string;
|
187
|
-
per_day_3: string;
|
188
|
-
execution_time: string;
|
189
|
-
as_week: string;
|
190
|
-
as_month: string;
|
191
|
-
week_with_below_date: string;
|
192
|
-
month_with_below_date: string;
|
193
|
-
will_excute_at_last_day_with_date: string;
|
194
|
-
retain_with_count: string;
|
195
|
-
start_date: string;
|
196
|
-
retain_date: string;
|
197
|
-
next_generate_with_date: string;
|
198
|
-
will_save_one_to_thirty_report: string;
|
199
|
-
every_day_with_time: string;
|
200
|
-
every_day_with_count_and_time: string;
|
201
|
-
every_week_with_time: string;
|
202
|
-
every_week_with_day_and_time: string;
|
203
|
-
every_weeks_with_count_and_time: string;
|
204
|
-
every_weeks_with_count_and_day_and_time: string;
|
205
|
-
every_month_with_time: string;
|
206
|
-
every_month_with_day_and_time: string;
|
207
|
-
every_months_with_count_and_time: string;
|
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;
|
213
|
-
};
|
214
|
-
metric: {
|
215
|
-
current: string;
|
216
|
-
empty: string;
|
217
|
-
max: string;
|
218
|
-
};
|
219
|
-
};
|
220
|
-
};
|
221
|
-
export default locales;
|
222
|
-
export type ParrotI18nSupportLng = keyof typeof locales;
|
@@ -1,110 +0,0 @@
|
|
1
|
-
declare const locale: {
|
2
|
-
common: {
|
3
|
-
_action_: string;
|
4
|
-
action: string;
|
5
|
-
all: string;
|
6
|
-
cancel: string;
|
7
|
-
clear_query: string;
|
8
|
-
close: string;
|
9
|
-
contains: string;
|
10
|
-
confirm: string;
|
11
|
-
empty: string;
|
12
|
-
enable: string;
|
13
|
-
disable: string;
|
14
|
-
error: string;
|
15
|
-
next_step: string;
|
16
|
-
not_contains: string;
|
17
|
-
not_enable: string;
|
18
|
-
prev_step: string;
|
19
|
-
io: string;
|
20
|
-
load_failed: string;
|
21
|
-
param: string;
|
22
|
-
no: string;
|
23
|
-
message: string;
|
24
|
-
architecture: string;
|
25
|
-
calculation: string;
|
26
|
-
on: string;
|
27
|
-
error_message: string;
|
28
|
-
retry: string;
|
29
|
-
week_abbreviation: string;
|
30
|
-
day_abbreviation: string;
|
31
|
-
hour_abbreviation: string;
|
32
|
-
minute_abbreviation: string;
|
33
|
-
second_abbreviation: string;
|
34
|
-
week: string;
|
35
|
-
day: string;
|
36
|
-
hour: string;
|
37
|
-
minute: string;
|
38
|
-
second: string;
|
39
|
-
monday: string;
|
40
|
-
tuesday: string;
|
41
|
-
wednesday: string;
|
42
|
-
thursday: string;
|
43
|
-
friday: string;
|
44
|
-
saturday: string;
|
45
|
-
sunday: string;
|
46
|
-
month: string;
|
47
|
-
};
|
48
|
-
components: {
|
49
|
-
contains: string;
|
50
|
-
custom_column: string;
|
51
|
-
in: string;
|
52
|
-
not: string;
|
53
|
-
not_contains: string;
|
54
|
-
or: string;
|
55
|
-
previous_items: string;
|
56
|
-
next_items: string;
|
57
|
-
push_to: string;
|
58
|
-
pagination_range: string;
|
59
|
-
pagination_total: string;
|
60
|
-
pagination_lots_total: string;
|
61
|
-
unknow_error: string;
|
62
|
-
to: string;
|
63
|
-
time_zone_select_placeholder: string;
|
64
|
-
browser_time_zone: string;
|
65
|
-
coordinated_universal_time: string;
|
66
|
-
Architecture_AARCH64: string;
|
67
|
-
Architecture_X86_64: string;
|
68
|
-
maximum_row_count_desc: string;
|
69
|
-
remove: string;
|
70
|
-
add: string;
|
71
|
-
prefix: string;
|
72
|
-
suffix: string;
|
73
|
-
as_day: string;
|
74
|
-
count: string;
|
75
|
-
per_day_1: string;
|
76
|
-
per_day_2: string;
|
77
|
-
per_day_3: string;
|
78
|
-
execution_time: string;
|
79
|
-
as_week: string;
|
80
|
-
as_month: string;
|
81
|
-
week_with_below_date: string;
|
82
|
-
month_with_below_date: string;
|
83
|
-
will_excute_at_last_day_with_date: string;
|
84
|
-
retain_with_count: string;
|
85
|
-
start_date: string;
|
86
|
-
retain_date: string;
|
87
|
-
next_generate_with_date: string;
|
88
|
-
will_save_one_to_thirty_report: string;
|
89
|
-
every_day_with_time: string;
|
90
|
-
every_day_with_count_and_time: string;
|
91
|
-
every_week_with_time: string;
|
92
|
-
every_week_with_day_and_time: string;
|
93
|
-
every_weeks_with_count_and_time: string;
|
94
|
-
every_weeks_with_count_and_day_and_time: string;
|
95
|
-
every_month_with_time: string;
|
96
|
-
every_month_with_day_and_time: string;
|
97
|
-
every_months_with_count_and_time: string;
|
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;
|
103
|
-
};
|
104
|
-
metric: {
|
105
|
-
current: string;
|
106
|
-
empty: string;
|
107
|
-
max: string;
|
108
|
-
};
|
109
|
-
};
|
110
|
-
export default locale;
|
package/dist/parrotI18n.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Callback, InitOptions } from "i18next";
|
2
|
-
export declare enum ParrotLngs {
|
3
|
-
zh = "zh-CN",
|
4
|
-
en = "en-US"
|
5
|
-
}
|
6
|
-
declare const parrotI18n: import("i18next").i18n;
|
7
|
-
export default parrotI18n;
|
8
|
-
export declare const initParrotI18n: (options?: InitOptions, callback?: Callback | undefined) => void;
|
package/dist/test.test.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|