@tachybase/module-web 1.3.16 → 1.3.17
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/externalVersion.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.17",
|
|
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.
|
|
8
|
-
"@tachybase/actions": "1.3.
|
|
9
|
-
"@tachybase/server": "1.3.
|
|
7
|
+
"@tachybase/utils": "1.3.17",
|
|
8
|
+
"@tachybase/actions": "1.3.17",
|
|
9
|
+
"@tachybase/server": "1.3.17",
|
|
10
10
|
"react-i18next": "15.1.4",
|
|
11
|
-
"@tachybase/schema": "1.3.
|
|
11
|
+
"@tachybase/schema": "1.3.17",
|
|
12
12
|
"lodash": "4.17.21",
|
|
13
|
-
"@tachybase/database": "1.3.
|
|
13
|
+
"@tachybase/database": "1.3.17",
|
|
14
14
|
"react-dom": "18.3.1",
|
|
15
15
|
"ahooks": "3.8.4",
|
|
16
|
-
"@tachybase/components": "1.3.
|
|
16
|
+
"@tachybase/components": "1.3.17"
|
|
17
17
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
package/dist/locale/index.js
CHANGED
|
@@ -15,12 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var
|
|
19
|
-
__export(
|
|
18
|
+
var index_exports = {};
|
|
19
|
+
__export(index_exports, {
|
|
20
20
|
dayjsLocale: () => dayjsLocale,
|
|
21
|
-
default: () =>
|
|
21
|
+
default: () => index_default
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(index_exports);
|
|
24
24
|
const dayjsLocale = {
|
|
25
25
|
"ar-EG": "ar",
|
|
26
26
|
"az-AZ": "az",
|
|
@@ -90,7 +90,7 @@ const dayjsLocale = {
|
|
|
90
90
|
"zh-HK": "zh-hk",
|
|
91
91
|
"zh-TW": "zh-tw"
|
|
92
92
|
};
|
|
93
|
-
var
|
|
93
|
+
var index_default = {
|
|
94
94
|
"ar-EG": { label: "\u0627\u0644\u0639\u0631\u0628\u064A\u0629" },
|
|
95
95
|
"az-AZ": { label: "Az\u0259rbaycan dili" },
|
|
96
96
|
"bg-BG": { label: "\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438" },
|
|
@@ -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-
|
|
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-04T03:58:19.321Z"}
|
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.
|
|
4
|
+
"version": "1.3.17",
|
|
5
5
|
"description": "Provides a client interface for the TachyBase server",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"react-dom": "~18.3.1",
|
|
26
26
|
"react-i18next": "~15.1.4",
|
|
27
27
|
"react-router-dom": "6.28.1",
|
|
28
|
-
"@tachybase/components": "1.3.
|
|
29
|
-
"@tachybase/schema": "1.3.
|
|
28
|
+
"@tachybase/components": "1.3.17",
|
|
29
|
+
"@tachybase/schema": "1.3.17"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@tachybase/actions": "1.3.
|
|
33
|
-
"@tachybase/client": "1.3.
|
|
34
|
-
"@tachybase/
|
|
35
|
-
"@tachybase/
|
|
36
|
-
"@tachybase/
|
|
37
|
-
"@tachybase/
|
|
32
|
+
"@tachybase/actions": "1.3.17",
|
|
33
|
+
"@tachybase/client": "1.3.17",
|
|
34
|
+
"@tachybase/server": "1.3.17",
|
|
35
|
+
"@tachybase/database": "1.3.17",
|
|
36
|
+
"@tachybase/test": "1.3.17",
|
|
37
|
+
"@tachybase/utils": "1.3.17"
|
|
38
38
|
},
|
|
39
39
|
"description.zh-CN": "为 TachyBase 服务端提供客户端界面",
|
|
40
40
|
"displayName.zh-CN": "WEB 客户端",
|