@dovetail-v2/refine 0.1.20 → 0.1.22
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-6e074a11.js → MonacoYamlDiffEditor-eab85d0d.js} +1 -1
- package/dist/{index-c144b223.js → index-e5eb0504.js} +329 -320
- package/dist/refine.js +1 -1
- package/dist/refine.umd.cjs +328 -319
- package/lib/i18n.d.ts +6 -6
- package/lib/locales/en-US/index.d.ts +3 -3
- package/lib/locales/zh-CN/index.d.ts +3 -3
- package/package.json +1 -1
package/lib/i18n.d.ts
CHANGED
|
@@ -236,10 +236,10 @@ export declare const resources: {
|
|
|
236
236
|
name_format_rule_3: string;
|
|
237
237
|
taint_effect_NoSchedule_tooltip_1: string;
|
|
238
238
|
taint_effect_NoSchedule_tooltip_2: string;
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
239
|
+
taint_effect_NoExecute_tooltip_1: string;
|
|
240
|
+
taint_effect_NoExecute_tooltip_2: string;
|
|
242
241
|
taint_effect_NoExecute_tooltip_3: string;
|
|
242
|
+
taint_effect_PreferNoSchedule_tooltip: string;
|
|
243
243
|
};
|
|
244
244
|
};
|
|
245
245
|
'zh-CN': {
|
|
@@ -475,10 +475,10 @@ export declare const resources: {
|
|
|
475
475
|
no_limitation_rule: string;
|
|
476
476
|
taint_effect_NoSchedule_tooltip_1: string;
|
|
477
477
|
taint_effect_NoSchedule_tooltip_2: string;
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
478
|
+
taint_effect_NoExecute_tooltip_1: string;
|
|
479
|
+
taint_effect_NoExecute_tooltip_2: string;
|
|
481
480
|
taint_effect_NoExecute_tooltip_3: string;
|
|
481
|
+
taint_effect_PreferNoSchedule_tooltip: string;
|
|
482
482
|
confirm: string;
|
|
483
483
|
};
|
|
484
484
|
};
|
|
@@ -233,10 +233,10 @@ declare const _default: {
|
|
|
233
233
|
name_format_rule_3: string;
|
|
234
234
|
taint_effect_NoSchedule_tooltip_1: string;
|
|
235
235
|
taint_effect_NoSchedule_tooltip_2: string;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
236
|
+
taint_effect_NoExecute_tooltip_1: string;
|
|
237
|
+
taint_effect_NoExecute_tooltip_2: string;
|
|
239
238
|
taint_effect_NoExecute_tooltip_3: string;
|
|
239
|
+
taint_effect_PreferNoSchedule_tooltip: string;
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
export default _default;
|
|
@@ -231,10 +231,10 @@ declare const _default: {
|
|
|
231
231
|
no_limitation_rule: string;
|
|
232
232
|
taint_effect_NoSchedule_tooltip_1: string;
|
|
233
233
|
taint_effect_NoSchedule_tooltip_2: string;
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
taint_effect_PreferNoSchedule_tooltip_3: string;
|
|
234
|
+
taint_effect_NoExecute_tooltip_1: string;
|
|
235
|
+
taint_effect_NoExecute_tooltip_2: string;
|
|
237
236
|
taint_effect_NoExecute_tooltip_3: string;
|
|
237
|
+
taint_effect_PreferNoSchedule_tooltip: string;
|
|
238
238
|
confirm: string;
|
|
239
239
|
};
|
|
240
240
|
};
|