@dovetail-v2/refine 0.1.19-alpha.0 → 0.1.19
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/{MonacoYamlDiffEditor-61328fb1.js → MonacoYamlDiffEditor-8999ee43.js} +1 -1
- package/dist/{index-a4824330.js → index-63c730b1.js} +448 -326
- package/dist/refine.js +1 -1
- package/dist/refine.umd.cjs +448 -326
- package/lib/i18n.d.ts +60 -4
- package/lib/locales/en-US/index.d.ts +56 -0
- package/lib/locales/zh-CN/index.d.ts +4 -4
- package/lib/types/resource.d.ts +1 -0
- package/package.json +1 -1
package/lib/i18n.d.ts
CHANGED
|
@@ -184,6 +184,62 @@ export declare const resources: {
|
|
|
184
184
|
reconnect: string;
|
|
185
185
|
edit_form: string;
|
|
186
186
|
exit_yaml_tip: string;
|
|
187
|
+
value_optional: string;
|
|
188
|
+
effect: string;
|
|
189
|
+
name_can_not_be_empty: string;
|
|
190
|
+
support: string;
|
|
191
|
+
distributed: string;
|
|
192
|
+
lost_state: string;
|
|
193
|
+
form: string;
|
|
194
|
+
yaml: string;
|
|
195
|
+
edit_label_success_toast: string;
|
|
196
|
+
edit_annotation: string;
|
|
197
|
+
edit_annotation_success_toast: string;
|
|
198
|
+
pvc: string;
|
|
199
|
+
pv: string;
|
|
200
|
+
retain: string;
|
|
201
|
+
default_sc: string;
|
|
202
|
+
reclaim_policy: string;
|
|
203
|
+
allow_expand: string;
|
|
204
|
+
edit_distribute_storage: string;
|
|
205
|
+
edit_distribute_storage_success_toast: string;
|
|
206
|
+
edit_distribute_storage_failed_toast: string;
|
|
207
|
+
edit_node_taint: string;
|
|
208
|
+
edit_node_taint_success_toast: string;
|
|
209
|
+
node_taint_NoSchedule: string;
|
|
210
|
+
node_taint_PreferNoSchedule: string;
|
|
211
|
+
node_taint_NoExecute: string;
|
|
212
|
+
taint: string;
|
|
213
|
+
change_form_mode_alert: string;
|
|
214
|
+
pvc_storage_required: string;
|
|
215
|
+
pvc_storage_min: string;
|
|
216
|
+
pvc_storage_reduce_limit: string;
|
|
217
|
+
pvc_storage_max_limit: string;
|
|
218
|
+
key_empty_text: string;
|
|
219
|
+
format_error: string;
|
|
220
|
+
taint_effect_empty_text: string;
|
|
221
|
+
add_label: string;
|
|
222
|
+
add_annotation: string;
|
|
223
|
+
add_taint: string;
|
|
224
|
+
look_format_requirement: string;
|
|
225
|
+
yes: string;
|
|
226
|
+
no: string;
|
|
227
|
+
contains: string;
|
|
228
|
+
optional: string;
|
|
229
|
+
format_requirements: string;
|
|
230
|
+
suffix: string;
|
|
231
|
+
prefix_format_rule_1: string;
|
|
232
|
+
prefix_format_rule_2: string;
|
|
233
|
+
prefix_format_rule_3: string;
|
|
234
|
+
name_format_rule_1: string;
|
|
235
|
+
name_format_rule_2: string;
|
|
236
|
+
name_format_rule_3: string;
|
|
237
|
+
taint_effect_NoSchedule_tooltip_1: string;
|
|
238
|
+
taint_effect_NoSchedule_tooltip_2: string;
|
|
239
|
+
taint_effect_PreferNoSchedule_tooltip_1: string;
|
|
240
|
+
taint_effect_PreferNoSchedule_tooltip_2: string;
|
|
241
|
+
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
242
|
+
taint_effect_NoExecute_tooltip_3: string;
|
|
187
243
|
};
|
|
188
244
|
};
|
|
189
245
|
'zh-CN': {
|
|
@@ -409,10 +465,10 @@ export declare const resources: {
|
|
|
409
465
|
contains: string;
|
|
410
466
|
optional: string;
|
|
411
467
|
format_requirements: string;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
468
|
+
prefix: string;
|
|
469
|
+
prefix_format_rule_1: string;
|
|
470
|
+
prefix_format_rule_2: string;
|
|
471
|
+
prefix_format_rule_3: string;
|
|
416
472
|
name_format_rule_1: string;
|
|
417
473
|
name_format_rule_2: string;
|
|
418
474
|
name_format_rule_3: string;
|
|
@@ -181,6 +181,62 @@ declare const _default: {
|
|
|
181
181
|
reconnect: string;
|
|
182
182
|
edit_form: string;
|
|
183
183
|
exit_yaml_tip: string;
|
|
184
|
+
value_optional: string;
|
|
185
|
+
effect: string;
|
|
186
|
+
name_can_not_be_empty: string;
|
|
187
|
+
support: string;
|
|
188
|
+
distributed: string;
|
|
189
|
+
lost_state: string;
|
|
190
|
+
form: string;
|
|
191
|
+
yaml: string;
|
|
192
|
+
edit_label_success_toast: string;
|
|
193
|
+
edit_annotation: string;
|
|
194
|
+
edit_annotation_success_toast: string;
|
|
195
|
+
pvc: string;
|
|
196
|
+
pv: string;
|
|
197
|
+
retain: string;
|
|
198
|
+
default_sc: string;
|
|
199
|
+
reclaim_policy: string;
|
|
200
|
+
allow_expand: string;
|
|
201
|
+
edit_distribute_storage: string;
|
|
202
|
+
edit_distribute_storage_success_toast: string;
|
|
203
|
+
edit_distribute_storage_failed_toast: string;
|
|
204
|
+
edit_node_taint: string;
|
|
205
|
+
edit_node_taint_success_toast: string;
|
|
206
|
+
node_taint_NoSchedule: string;
|
|
207
|
+
node_taint_PreferNoSchedule: string;
|
|
208
|
+
node_taint_NoExecute: string;
|
|
209
|
+
taint: string;
|
|
210
|
+
change_form_mode_alert: string;
|
|
211
|
+
pvc_storage_required: string;
|
|
212
|
+
pvc_storage_min: string;
|
|
213
|
+
pvc_storage_reduce_limit: string;
|
|
214
|
+
pvc_storage_max_limit: string;
|
|
215
|
+
key_empty_text: string;
|
|
216
|
+
format_error: string;
|
|
217
|
+
taint_effect_empty_text: string;
|
|
218
|
+
add_label: string;
|
|
219
|
+
add_annotation: string;
|
|
220
|
+
add_taint: string;
|
|
221
|
+
look_format_requirement: string;
|
|
222
|
+
yes: string;
|
|
223
|
+
no: string;
|
|
224
|
+
contains: string;
|
|
225
|
+
optional: string;
|
|
226
|
+
format_requirements: string;
|
|
227
|
+
suffix: string;
|
|
228
|
+
prefix_format_rule_1: string;
|
|
229
|
+
prefix_format_rule_2: string;
|
|
230
|
+
prefix_format_rule_3: string;
|
|
231
|
+
name_format_rule_1: string;
|
|
232
|
+
name_format_rule_2: string;
|
|
233
|
+
name_format_rule_3: string;
|
|
234
|
+
taint_effect_NoSchedule_tooltip_1: string;
|
|
235
|
+
taint_effect_NoSchedule_tooltip_2: string;
|
|
236
|
+
taint_effect_PreferNoSchedule_tooltip_1: string;
|
|
237
|
+
taint_effect_PreferNoSchedule_tooltip_2: string;
|
|
238
|
+
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
239
|
+
taint_effect_NoExecute_tooltip_3: string;
|
|
184
240
|
};
|
|
185
241
|
};
|
|
186
242
|
export default _default;
|
|
@@ -221,10 +221,10 @@ declare const _default: {
|
|
|
221
221
|
contains: string;
|
|
222
222
|
optional: string;
|
|
223
223
|
format_requirements: string;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
prefix: string;
|
|
225
|
+
prefix_format_rule_1: string;
|
|
226
|
+
prefix_format_rule_2: string;
|
|
227
|
+
prefix_format_rule_3: string;
|
|
228
228
|
name_format_rule_1: string;
|
|
229
229
|
name_format_rule_2: string;
|
|
230
230
|
name_format_rule_3: string;
|
package/lib/types/resource.d.ts
CHANGED