@tachybase/module-web 1.3.20 → 1.3.21

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.
Files changed (21) hide show
  1. package/dist/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +3 -2
  2. package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +4 -3
  3. package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +2 -1
  4. package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +2 -1
  5. package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +4 -3
  6. package/dist/client/core/schema/components/header/style.d.ts +0 -5
  7. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +2 -1
  8. package/dist/client/core/schema/components/settings/PageSettings.d.ts +2 -0
  9. package/dist/client/core/schema/components/settings/index.d.ts +1 -0
  10. package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +2 -1
  11. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +2 -1
  12. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +2 -1
  13. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +2 -1
  14. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +2 -1
  15. package/dist/client/index.d.ts +3 -2
  16. package/dist/client/index.js +44 -139
  17. package/dist/externalVersion.js +7 -7
  18. package/dist/locale/zh-CN.js +1 -0
  19. package/dist/node_modules/cronstrue/package.json +1 -1
  20. package/package.json +10 -10
  21. package/dist/client/core/schema/components/header/HeaderShareModal.d.ts +0 -6
@@ -1,17 +1,17 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.20",
3
+ "@tachybase/client": "1.3.21",
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": "1.3.20",
8
- "@tachybase/actions": "1.3.20",
9
- "@tachybase/server": "1.3.20",
7
+ "@tachybase/utils": "1.3.21",
8
+ "@tachybase/actions": "1.3.21",
9
+ "@tachybase/server": "1.3.21",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/schema": "1.3.20",
11
+ "@tachybase/schema": "1.3.21",
12
12
  "lodash": "4.17.21",
13
- "@tachybase/database": "1.3.20",
13
+ "@tachybase/database": "1.3.21",
14
14
  "react-dom": "18.3.1",
15
15
  "ahooks": "3.9.0",
16
- "@tachybase/components": "1.3.20"
16
+ "@tachybase/components": "1.3.21"
17
17
  };
@@ -257,6 +257,7 @@ module.exports = {
257
257
  "Custom option label": "\u81EA\u5B9A\u4E49\u9009\u9879\u6807\u7B7E",
258
258
  "Custom request": "\u81EA\u5B9A\u4E49\u8BF7\u6C42",
259
259
  "Custom title": "\u81EA\u5B9A\u4E49\u6807\u9898",
260
+ CustomTitle: "\u81EA\u5B9A\u4E49\u6807\u9898",
260
261
  Customize: "\u81EA\u5B9A\u4E49",
261
262
  Cyan: "\u660E\u9752",
262
263
  DESC: "\u964D\u5E8F",
@@ -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-07-24T06:24:47.922Z"}
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-07-25T05:49:01.939Z"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-web",
3
3
  "displayName": "WEB client",
4
- "version": "1.3.20",
4
+ "version": "1.3.21",
5
5
  "description": "Provides a client interface for the TachyBase server",
6
6
  "keywords": [
7
7
  "System management"
@@ -15,7 +15,7 @@
15
15
  "@types/react-dom": "~18.3.5",
16
16
  "ahooks": "~3.9.0",
17
17
  "antd": "5.22.5",
18
- "antd-mobile": "^5.38.1",
18
+ "antd-mobile": "^5.39.0",
19
19
  "antd-mobile-icons": "^0.3.0",
20
20
  "cronstrue": "^2.52.0",
21
21
  "koa-send": "^5.0.1",
@@ -25,16 +25,16 @@
25
25
  "react-dom": "~18.3.1",
26
26
  "react-i18next": "^15.2.0",
27
27
  "react-router-dom": "6.28.1",
28
- "@tachybase/schema": "1.3.20",
29
- "@tachybase/components": "1.3.20"
28
+ "@tachybase/schema": "1.3.21",
29
+ "@tachybase/components": "1.3.21"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tachybase/client": "1.3.20",
33
- "@tachybase/database": "1.3.20",
34
- "@tachybase/actions": "1.3.20",
35
- "@tachybase/test": "1.3.20",
36
- "@tachybase/server": "1.3.20",
37
- "@tachybase/utils": "1.3.20"
32
+ "@tachybase/actions": "1.3.21",
33
+ "@tachybase/client": "1.3.21",
34
+ "@tachybase/database": "1.3.21",
35
+ "@tachybase/server": "1.3.21",
36
+ "@tachybase/test": "1.3.21",
37
+ "@tachybase/utils": "1.3.21"
38
38
  },
39
39
  "description.zh-CN": "为 TachyBase 服务端提供客户端界面",
40
40
  "displayName.zh-CN": "WEB 客户端",
@@ -1,6 +0,0 @@
1
- export declare const ShareModal: ({ open, setOpen, title, uid }: {
2
- open: any;
3
- setOpen: any;
4
- title?: string;
5
- uid: any;
6
- }) => import("react/jsx-runtime").JSX.Element;