@dovetail-v2/refine 0.3.26-alpha.2 → 0.3.26-alpha.3
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/i18n.d.ts +1 -0
- package/dist/locales/en-US/index.d.ts +1 -0
- package/dist/refine.cjs +3 -1
- package/dist/refine.js +3 -1
- package/package.json +1 -1
package/dist/i18n.d.ts
CHANGED
package/dist/refine.cjs
CHANGED
|
@@ -731,6 +731,7 @@ const no_annotations$1 = "No annotations";
|
|
|
731
731
|
const pause_scheduling$1 = "Suspend scheduling";
|
|
732
732
|
const port_name$1 = "Port name";
|
|
733
733
|
const target_port_range_limit$1 = "Only integers between 1 and 65535, or strings, are supported.";
|
|
734
|
+
const service_port_name_tip$1 = "When the port count is 1, this field is optional; when it is greater than 1, this field is mandatory.";
|
|
734
735
|
const dovetail$1 = {
|
|
735
736
|
copy: copy$1,
|
|
736
737
|
reset_arguments: reset_arguments$1,
|
|
@@ -1005,7 +1006,8 @@ const dovetail$1 = {
|
|
|
1005
1006
|
no_annotations: no_annotations$1,
|
|
1006
1007
|
pause_scheduling: pause_scheduling$1,
|
|
1007
1008
|
port_name: port_name$1,
|
|
1008
|
-
target_port_range_limit: target_port_range_limit$1
|
|
1009
|
+
target_port_range_limit: target_port_range_limit$1,
|
|
1010
|
+
service_port_name_tip: service_port_name_tip$1
|
|
1009
1011
|
};
|
|
1010
1012
|
const EN = {
|
|
1011
1013
|
dovetail: dovetail$1
|
package/dist/refine.js
CHANGED
|
@@ -712,6 +712,7 @@ const no_annotations$1 = "No annotations";
|
|
|
712
712
|
const pause_scheduling$1 = "Suspend scheduling";
|
|
713
713
|
const port_name$1 = "Port name";
|
|
714
714
|
const target_port_range_limit$1 = "Only integers between 1 and 65535, or strings, are supported.";
|
|
715
|
+
const service_port_name_tip$1 = "When the port count is 1, this field is optional; when it is greater than 1, this field is mandatory.";
|
|
715
716
|
const dovetail$1 = {
|
|
716
717
|
copy: copy$1,
|
|
717
718
|
reset_arguments: reset_arguments$1,
|
|
@@ -986,7 +987,8 @@ const dovetail$1 = {
|
|
|
986
987
|
no_annotations: no_annotations$1,
|
|
987
988
|
pause_scheduling: pause_scheduling$1,
|
|
988
989
|
port_name: port_name$1,
|
|
989
|
-
target_port_range_limit: target_port_range_limit$1
|
|
990
|
+
target_port_range_limit: target_port_range_limit$1,
|
|
991
|
+
service_port_name_tip: service_port_name_tip$1
|
|
990
992
|
};
|
|
991
993
|
const EN = {
|
|
992
994
|
dovetail: dovetail$1
|