@nocobase/client 0.13.0-alpha.1 → 0.13.0-alpha.2

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.
@@ -720,5 +720,7 @@ declare const _default: {
720
720
  "Sync successfully": string;
721
721
  "Sync from form fields": string;
722
722
  "Select all": string;
723
+ Restart: string;
724
+ "Restart application": string;
723
725
  };
724
726
  export default _default;
@@ -719,5 +719,7 @@ export default {
719
719
  "Tag color field": "Tag color field",
720
720
  "Sync successfully": "Sync successfully",
721
721
  "Sync from form fields": "Sync from form fields",
722
- "Select all": "Select all"
722
+ "Select all": "Select all",
723
+ "Restart": "Restart",
724
+ "Restart application": "Restart application"
723
725
  };
@@ -738,7 +738,7 @@ declare const _default: {
738
738
  'Restart application': string;
739
739
  "Allows to clear cache, reboot application": string;
740
740
  'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': string;
741
- Reboot: string;
741
+ Restart: string;
742
742
  'Clear cache': string;
743
743
  Duplicate: string;
744
744
  Duplicating: string;
@@ -739,7 +739,7 @@ export default {
739
739
  'Restart application': '重启应用',
740
740
  "Allows to clear cache, reboot application": "允许清除缓存,重启应用",
741
741
  'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': '重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?',
742
- 'Reboot': '重启',
742
+ 'Restart': '重启',
743
743
  'Clear cache': '清除缓存',
744
744
  "Duplicate": "复制",
745
745
  "Duplicating": "复制中",
@@ -720,5 +720,7 @@ declare const _default: {
720
720
  "Sync successfully": string;
721
721
  "Sync from form fields": string;
722
722
  "Select all": string;
723
+ Restart: string;
724
+ "Restart application": string;
723
725
  };
724
726
  export default _default;
@@ -725,6 +725,8 @@ var _default = {
725
725
  "Tag color field": "Tag color field",
726
726
  "Sync successfully": "Sync successfully",
727
727
  "Sync from form fields": "Sync from form fields",
728
- "Select all": "Select all"
728
+ "Select all": "Select all",
729
+ "Restart": "Restart",
730
+ "Restart application": "Restart application"
729
731
  };
730
732
  exports.default = _default;
@@ -738,7 +738,7 @@ declare const _default: {
738
738
  'Restart application': string;
739
739
  "Allows to clear cache, reboot application": string;
740
740
  'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': string;
741
- Reboot: string;
741
+ Restart: string;
742
742
  'Clear cache': string;
743
743
  Duplicate: string;
744
744
  Duplicating: string;
@@ -745,7 +745,7 @@ var _default = {
745
745
  'Restart application': '重启应用',
746
746
  "Allows to clear cache, reboot application": "允许清除缓存,重启应用",
747
747
  'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': '重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?',
748
- 'Reboot': '重启',
748
+ 'Restart': '重启',
749
749
  'Clear cache': '清除缓存',
750
750
  "Duplicate": "复制",
751
751
  "Duplicating": "复制中",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "0.13.0-alpha.1",
3
+ "version": "0.13.0-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib",
6
6
  "module": "es/index.js",
@@ -25,9 +25,9 @@
25
25
  "@formily/reactive-react": "^2.2.27",
26
26
  "@formily/shared": "^2.2.27",
27
27
  "@formily/validator": "^2.2.27",
28
- "@nocobase/evaluators": "0.13.0-alpha.1",
29
- "@nocobase/sdk": "0.13.0-alpha.1",
30
- "@nocobase/utils": "0.13.0-alpha.1",
28
+ "@nocobase/evaluators": "0.13.0-alpha.2",
29
+ "@nocobase/sdk": "0.13.0-alpha.2",
30
+ "@nocobase/utils": "0.13.0-alpha.2",
31
31
  "@types/requirejs": "^2.1.34",
32
32
  "ahooks": "^3.7.2",
33
33
  "antd": "^5.7.3",
@@ -75,5 +75,5 @@
75
75
  "dumi": "^2.2.0",
76
76
  "dumi-theme-nocobase": "^0.2.14"
77
77
  },
78
- "gitHead": "0ebd4e85a1b0b0d0943768ab6cb5c3d824562239"
78
+ "gitHead": "c43183b714350217788cf0466e1f32bcaa527302"
79
79
  }