@tachybase/module-web 0.23.41 → 0.23.47

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.
@@ -1,17 +1,17 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.41",
3
+ "@tachybase/client": "0.23.47",
4
4
  "react-router-dom": "6.28.1",
5
5
  "@ant-design/icons": "5.3.7",
6
6
  "antd": "5.22.5",
7
- "@tachybase/utils": "0.23.41",
8
- "@tachybase/actions": "0.23.41",
9
- "@tachybase/server": "0.23.41",
7
+ "@tachybase/utils": "0.23.47",
8
+ "@tachybase/actions": "0.23.47",
9
+ "@tachybase/server": "0.23.47",
10
10
  "react-i18next": "15.1.4",
11
- "@tachybase/schema": "0.23.41",
11
+ "@tachybase/schema": "0.23.47",
12
12
  "lodash": "4.17.21",
13
- "@tachybase/database": "0.23.41",
13
+ "@tachybase/database": "0.23.47",
14
14
  "react-dom": "18.3.1",
15
15
  "ahooks": "3.8.4",
16
- "@tachybase/components": "0.23.41"
16
+ "@tachybase/components": "0.23.47"
17
17
  };
@@ -1 +1 @@
1
- {"name":"cronstrue","title":"cRonstrue","version":"2.52.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-02-08T06:52:29.395Z"}
1
+ {"name":"cronstrue","title":"cRonstrue","version":"2.52.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-02-21T02:27:00.218Z"}
@@ -22,7 +22,10 @@ __export(admin_ui_schema_uid_exports, {
22
22
  module.exports = __toCommonJS(admin_ui_schema_uid_exports);
23
23
  var import_server = require("@tachybase/server");
24
24
  class admin_ui_schema_uid_default extends import_server.Migration {
25
- appVersion = "<0.14.0-alpha.1";
25
+ constructor() {
26
+ super(...arguments);
27
+ this.appVersion = "<0.14.0-alpha.1";
28
+ }
26
29
  async up() {
27
30
  var _a, _b, _c;
28
31
  const result = await this.app.version.satisfies("<0.14.0-alpha.1");
@@ -22,7 +22,10 @@ __export(admin_menu_uid_exports, {
22
22
  module.exports = __toCommonJS(admin_menu_uid_exports);
23
23
  var import_server = require("@tachybase/server");
24
24
  class admin_menu_uid_default extends import_server.Migration {
25
- appVersion = "<0.17.0-alpha.8";
25
+ constructor() {
26
+ super(...arguments);
27
+ this.appVersion = "<0.17.0-alpha.8";
28
+ }
26
29
  async up() {
27
30
  var _a, _b;
28
31
  const result = await this.app.version.satisfies("<0.17.0-alpha.8");
@@ -22,9 +22,12 @@ __export(update_uiSchemas_exports, {
22
22
  module.exports = __toCommonJS(update_uiSchemas_exports);
23
23
  var import_server = require("@tachybase/server");
24
24
  class update_uiSchemas_default extends import_server.Migration {
25
- on = "afterLoad";
26
- // 'beforeLoad' or 'afterLoad'
27
- appVersion = "<0.23.37";
25
+ constructor() {
26
+ super(...arguments);
27
+ this.on = "afterLoad";
28
+ // 'beforeLoad' or 'afterLoad'
29
+ this.appVersion = "<0.23.37";
30
+ }
28
31
  async up() {
29
32
  const uiSchemasRepo = this.db.getRepository("uiSchemas");
30
33
  const xUid = "default-admin-menu";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-web",
3
3
  "displayName": "WEB client",
4
- "version": "0.23.41",
4
+ "version": "0.23.47",
5
5
  "description": "Provides a client interface for the TachyBase server",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/server/index.js",
@@ -22,16 +22,16 @@
22
22
  "react-dom": "~18.3.1",
23
23
  "react-i18next": "~15.1.4",
24
24
  "react-router-dom": "6.28.1",
25
- "@tachybase/components": "0.23.41",
26
- "@tachybase/schema": "0.23.41"
25
+ "@tachybase/components": "0.23.47",
26
+ "@tachybase/schema": "0.23.47"
27
27
  },
28
28
  "peerDependencies": {
29
- "@tachybase/database": "0.23.41",
30
- "@tachybase/actions": "0.23.41",
31
- "@tachybase/server": "0.23.41",
32
- "@tachybase/test": "0.23.41",
33
- "@tachybase/utils": "0.23.41",
34
- "@tachybase/client": "0.23.41"
29
+ "@tachybase/actions": "0.23.47",
30
+ "@tachybase/client": "0.23.47",
31
+ "@tachybase/database": "0.23.47",
32
+ "@tachybase/server": "0.23.47",
33
+ "@tachybase/test": "0.23.47",
34
+ "@tachybase/utils": "0.23.47"
35
35
  },
36
36
  "description.zh-CN": "为 TachyBase 服务端提供客户端界面",
37
37
  "displayName.zh-CN": "WEB 客户端",