@dovetail-v2/refine 0.3.23-alpha.2 → 0.3.24-alpha.1
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/components/Form/styles.d.ts +1 -0
- package/dist/i18n.d.ts +26 -0
- package/dist/locales/en-US/index.d.ts +24 -0
- package/dist/locales/zh-CN/index.d.ts +2 -0
- package/dist/refine.cjs +240 -148
- package/dist/refine.js +240 -148
- package/dist/style.css +26 -6
- package/dist/styles/show.d.ts +2 -0
- package/dist/utils/validation.d.ts +8 -0
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const SpaceStyle: import("@linaria/core").LinariaClassName;
|
|
2
|
+
export declare const FormItemStyle: import("@linaria/core").LinariaClassName;
|
|
2
3
|
export declare const VerticalFormItemStyle: import("@linaria/core").LinariaClassName;
|
|
3
4
|
export declare const IntegerStyle: import("@linaria/core").LinariaClassName;
|
|
4
5
|
export declare const ContentWrapper: import("@linaria/core").LinariaClassName;
|
package/dist/i18n.d.ts
CHANGED
|
@@ -253,6 +253,30 @@ export declare const resources: {
|
|
|
253
253
|
input_correct_port: string;
|
|
254
254
|
optional_with_bracket: string;
|
|
255
255
|
label_annotations: string;
|
|
256
|
+
job_pod_count_tooltip: string;
|
|
257
|
+
add: string;
|
|
258
|
+
import_from_file: string;
|
|
259
|
+
specify_workload: string;
|
|
260
|
+
container_port: string;
|
|
261
|
+
add_port: string;
|
|
262
|
+
rf1035_name_format_error: string;
|
|
263
|
+
dns_subdomain_name_format_error: string;
|
|
264
|
+
port_range_limit: string;
|
|
265
|
+
node_port_range_limit: string;
|
|
266
|
+
auto_generate: string;
|
|
267
|
+
specify_port: string;
|
|
268
|
+
node_port_duplicated: string;
|
|
269
|
+
all: string;
|
|
270
|
+
target_service: string;
|
|
271
|
+
target_service_port: string;
|
|
272
|
+
select_workload: string;
|
|
273
|
+
no_search_result: string;
|
|
274
|
+
clear_search_condition: string;
|
|
275
|
+
no_labels: string;
|
|
276
|
+
no_annotations: string;
|
|
277
|
+
pause_scheduling: string;
|
|
278
|
+
port_name: string;
|
|
279
|
+
target_port_range_limit: string;
|
|
256
280
|
};
|
|
257
281
|
};
|
|
258
282
|
'zh-CN': {
|
|
@@ -514,6 +538,7 @@ export declare const resources: {
|
|
|
514
538
|
name_duplicated: string;
|
|
515
539
|
input_correct_port: string;
|
|
516
540
|
port_range_limit: string;
|
|
541
|
+
target_port_range_limit: string;
|
|
517
542
|
node_port_range_limit: string;
|
|
518
543
|
auto_generate: string;
|
|
519
544
|
specify_port: string;
|
|
@@ -529,6 +554,7 @@ export declare const resources: {
|
|
|
529
554
|
no_labels: string;
|
|
530
555
|
no_annotations: string;
|
|
531
556
|
pause_scheduling: string;
|
|
557
|
+
service_port_name_tip: string;
|
|
532
558
|
};
|
|
533
559
|
};
|
|
534
560
|
};
|
|
@@ -250,6 +250,30 @@ declare const _default: {
|
|
|
250
250
|
input_correct_port: string;
|
|
251
251
|
optional_with_bracket: string;
|
|
252
252
|
label_annotations: string;
|
|
253
|
+
job_pod_count_tooltip: string;
|
|
254
|
+
add: string;
|
|
255
|
+
import_from_file: string;
|
|
256
|
+
specify_workload: string;
|
|
257
|
+
container_port: string;
|
|
258
|
+
add_port: string;
|
|
259
|
+
rf1035_name_format_error: string;
|
|
260
|
+
dns_subdomain_name_format_error: string;
|
|
261
|
+
port_range_limit: string;
|
|
262
|
+
node_port_range_limit: string;
|
|
263
|
+
auto_generate: string;
|
|
264
|
+
specify_port: string;
|
|
265
|
+
node_port_duplicated: string;
|
|
266
|
+
all: string;
|
|
267
|
+
target_service: string;
|
|
268
|
+
target_service_port: string;
|
|
269
|
+
select_workload: string;
|
|
270
|
+
no_search_result: string;
|
|
271
|
+
clear_search_condition: string;
|
|
272
|
+
no_labels: string;
|
|
273
|
+
no_annotations: string;
|
|
274
|
+
pause_scheduling: string;
|
|
275
|
+
port_name: string;
|
|
276
|
+
target_port_range_limit: string;
|
|
253
277
|
};
|
|
254
278
|
};
|
|
255
279
|
export default _default;
|
|
@@ -257,6 +257,7 @@ declare const _default: {
|
|
|
257
257
|
name_duplicated: string;
|
|
258
258
|
input_correct_port: string;
|
|
259
259
|
port_range_limit: string;
|
|
260
|
+
target_port_range_limit: string;
|
|
260
261
|
node_port_range_limit: string;
|
|
261
262
|
auto_generate: string;
|
|
262
263
|
specify_port: string;
|
|
@@ -272,6 +273,7 @@ declare const _default: {
|
|
|
272
273
|
no_labels: string;
|
|
273
274
|
no_annotations: string;
|
|
274
275
|
pause_scheduling: string;
|
|
276
|
+
service_port_name_tip: string;
|
|
275
277
|
};
|
|
276
278
|
};
|
|
277
279
|
export default _default;
|