@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 CHANGED
@@ -277,6 +277,7 @@ export declare const resources: {
277
277
  pause_scheduling: string;
278
278
  port_name: string;
279
279
  target_port_range_limit: string;
280
+ service_port_name_tip: string;
280
281
  };
281
282
  };
282
283
  'zh-CN': {
@@ -274,6 +274,7 @@ declare const _default: {
274
274
  pause_scheduling: string;
275
275
  port_name: string;
276
276
  target_port_range_limit: string;
277
+ service_port_name_tip: string;
277
278
  };
278
279
  };
279
280
  export default _default;
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.3.26-alpha.2",
3
+ "version": "0.3.26-alpha.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",