@tachybase/client 1.6.2 → 1.6.4
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/es/application/utils/globalDeps.mjs +1 -1
- package/es/built-in/setting-layout/SettingLayout.mjs +2 -2
- package/es/schema-component/antd/error-fallback/ErrorFallback.mjs +2 -2
- package/es/schema-component/antd/rich-text/style.mjs +5 -5
- package/es/schema-component/antd/rich-text/style.mjs.LICENSE.txt +5 -5
- package/lib/block-provider/hooks/index.js +2 -2
- package/lib/built-in/setting-layout/SettingLayout.js +2 -2
- package/lib/schema-component/antd/error-fallback/ErrorFallback.js +2 -2
- package/lib/schema-component/antd/rich-text/style.js +5 -5
- package/lib/schema-component/antd/rich-text/style.js.LICENSE.txt +5 -5
- package/package.json +3 -3
|
@@ -7,9 +7,9 @@ import jsx_runtime from "react/jsx-runtime";
|
|
|
7
7
|
import * as __WEBPACK_EXTERNAL_MODULE_react_i18next_05dede28__ from "react-i18next";
|
|
8
8
|
import * as __WEBPACK_EXTERNAL_MODULE__tego_client_7f3175c1__ from "@tego/client";
|
|
9
9
|
import * as __WEBPACK_EXTERNAL_MODULE_antd__ from "antd";
|
|
10
|
+
import * as __WEBPACK_EXTERNAL_MODULE_ahooks__ from "ahooks";
|
|
10
11
|
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_schema_532e17e1__ from "@tachybase/schema";
|
|
11
12
|
import * as __WEBPACK_EXTERNAL_MODULE_react_router_dom_5358f3fe__ from "react-router-dom";
|
|
12
|
-
import * as __WEBPACK_EXTERNAL_MODULE_ahooks__ from "ahooks";
|
|
13
13
|
import * as __WEBPACK_EXTERNAL_MODULE_antd_style_1dcbd21e__ from "antd-style";
|
|
14
14
|
import * as __WEBPACK_EXTERNAL_MODULE__ant_design_icons_a8184985__ from "@ant-design/icons";
|
|
15
15
|
import * as __WEBPACK_EXTERNAL_MODULE__emotion_css_bfcd1b5d__ from "@emotion/css";
|
|
@@ -105,13 +105,13 @@ const SettingLayout = (param)=>{
|
|
|
105
105
|
/*#__PURE__*/ jsx(Button, {
|
|
106
106
|
type: "text",
|
|
107
107
|
target: "_blank",
|
|
108
|
-
href: "https://github.com/
|
|
108
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
109
109
|
icon: /*#__PURE__*/ jsx(QuestionCircleFilled, {}, "QuestionCircleFilled")
|
|
110
110
|
}),
|
|
111
111
|
/*#__PURE__*/ jsx(Button, {
|
|
112
112
|
type: "text",
|
|
113
113
|
target: "_blank",
|
|
114
|
-
href: "https://github.com/
|
|
114
|
+
href: "https://github.com/tegojs/tego-standard",
|
|
115
115
|
icon: /*#__PURE__*/ jsx(GithubFilled, {}, "GithubFilled")
|
|
116
116
|
})
|
|
117
117
|
];
|
|
@@ -12,7 +12,7 @@ const ErrorFallback = (param)=>{
|
|
|
12
12
|
children: [
|
|
13
13
|
'This is likely a Tachybase internals bug. Please open an issue at ',
|
|
14
14
|
/*#__PURE__*/ jsx(Link, {
|
|
15
|
-
href: "https://github.com/
|
|
15
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
16
16
|
target: "_blank",
|
|
17
17
|
children: "here"
|
|
18
18
|
})
|
|
@@ -33,7 +33,7 @@ const ErrorFallback = (param)=>{
|
|
|
33
33
|
extra: [
|
|
34
34
|
/*#__PURE__*/ jsx(Button, {
|
|
35
35
|
type: "primary",
|
|
36
|
-
href: "https://github.com/
|
|
36
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
37
37
|
target: "_blank",
|
|
38
38
|
children: t('Feedback')
|
|
39
39
|
}, "feedback"),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*! For license information please see style.mjs.LICENSE.txt */
|
|
2
2
|
import { genStyleHook } from "../__builtins__/index.mjs";
|
|
3
|
-
/*!
|
|
4
|
-
* Quill Editor v1.3.7
|
|
5
|
-
* https://quilljs.com/
|
|
6
|
-
* Copyright (c) 2014, Jason Chen
|
|
7
|
-
* Copyright (c) 2013, salesforce.com
|
|
3
|
+
/*!
|
|
4
|
+
* Quill Editor v1.3.7
|
|
5
|
+
* https://quilljs.com/
|
|
6
|
+
* Copyright (c) 2014, Jason Chen
|
|
7
|
+
* Copyright (c) 2013, salesforce.com
|
|
8
8
|
*/ const useStyles = genStyleHook('tb-rich-text', (token)=>{
|
|
9
9
|
const { componentCls } = token;
|
|
10
10
|
return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Quill Editor v1.3.7
|
|
3
|
-
* https://quilljs.com/
|
|
4
|
-
* Copyright (c) 2014, Jason Chen
|
|
5
|
-
* Copyright (c) 2013, salesforce.com
|
|
1
|
+
/*!
|
|
2
|
+
* Quill Editor v1.3.7
|
|
3
|
+
* https://quilljs.com/
|
|
4
|
+
* Copyright (c) 2014, Jason Chen
|
|
5
|
+
* Copyright (c) 2013, salesforce.com
|
|
6
6
|
*/
|
|
@@ -15,7 +15,7 @@ var __webpack_modules__ = {
|
|
|
15
15
|
"../../filter-provider/utils": function(module) {
|
|
16
16
|
module.exports = require("../../filter-provider/utils.js");
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"../../": function(module) {
|
|
19
19
|
module.exports = require("../../index.js");
|
|
20
20
|
},
|
|
21
21
|
"../../record-provider": function(module) {
|
|
@@ -182,7 +182,7 @@ var __webpack_exports__ = {};
|
|
|
182
182
|
var react_i18next__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("react-i18next");
|
|
183
183
|
var react_router_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("react-router-dom");
|
|
184
184
|
var react_to_print__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("react-to-print");
|
|
185
|
-
var ___WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("
|
|
185
|
+
var ___WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("../../");
|
|
186
186
|
var _api_client__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__("../../api-client");
|
|
187
187
|
var _built_in_dynamic_page_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__("../../built-in/dynamic-page/utils");
|
|
188
188
|
var _collection_manager__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__("../../collection-manager");
|
|
@@ -133,13 +133,13 @@ const SettingLayout = (param)=>{
|
|
|
133
133
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
|
|
134
134
|
type: "text",
|
|
135
135
|
target: "_blank",
|
|
136
|
-
href: "https://github.com/
|
|
136
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
137
137
|
icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.QuestionCircleFilled, {}, "QuestionCircleFilled")
|
|
138
138
|
}),
|
|
139
139
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
|
|
140
140
|
type: "text",
|
|
141
141
|
target: "_blank",
|
|
142
|
-
href: "https://github.com/
|
|
142
|
+
href: "https://github.com/tegojs/tego-standard",
|
|
143
143
|
icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.GithubFilled, {}, "GithubFilled")
|
|
144
144
|
})
|
|
145
145
|
];
|
|
@@ -40,7 +40,7 @@ const ErrorFallback = (param)=>{
|
|
|
40
40
|
children: [
|
|
41
41
|
'This is likely a Tachybase internals bug. Please open an issue at ',
|
|
42
42
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(Link, {
|
|
43
|
-
href: "https://github.com/
|
|
43
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
44
44
|
target: "_blank",
|
|
45
45
|
children: "here"
|
|
46
46
|
})
|
|
@@ -61,7 +61,7 @@ const ErrorFallback = (param)=>{
|
|
|
61
61
|
extra: [
|
|
62
62
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
|
|
63
63
|
type: "primary",
|
|
64
|
-
href: "https://github.com/
|
|
64
|
+
href: "https://github.com/tegojs/tego-standard/issues",
|
|
65
65
|
target: "_blank",
|
|
66
66
|
children: t('Feedback')
|
|
67
67
|
}, "feedback"),
|
|
@@ -28,11 +28,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
useStyles: ()=>useStyles
|
|
29
29
|
});
|
|
30
30
|
const index_js_namespaceObject = require("../__builtins__/index.js");
|
|
31
|
-
/*!
|
|
32
|
-
* Quill Editor v1.3.7
|
|
33
|
-
* https://quilljs.com/
|
|
34
|
-
* Copyright (c) 2014, Jason Chen
|
|
35
|
-
* Copyright (c) 2013, salesforce.com
|
|
31
|
+
/*!
|
|
32
|
+
* Quill Editor v1.3.7
|
|
33
|
+
* https://quilljs.com/
|
|
34
|
+
* Copyright (c) 2014, Jason Chen
|
|
35
|
+
* Copyright (c) 2013, salesforce.com
|
|
36
36
|
*/ const useStyles = (0, index_js_namespaceObject.genStyleHook)('tb-rich-text', (token)=>{
|
|
37
37
|
const { componentCls } = token;
|
|
38
38
|
return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Quill Editor v1.3.7
|
|
3
|
-
* https://quilljs.com/
|
|
4
|
-
* Copyright (c) 2014, Jason Chen
|
|
5
|
-
* Copyright (c) 2013, salesforce.com
|
|
1
|
+
/*!
|
|
2
|
+
* Quill Editor v1.3.7
|
|
3
|
+
* https://quilljs.com/
|
|
4
|
+
* Copyright (c) 2014, Jason Chen
|
|
5
|
+
* Copyright (c) 2013, salesforce.com
|
|
6
6
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/client",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"@floating-ui/react": "0.26.28",
|
|
22
22
|
"@js-preview/excel": "^1.7.14",
|
|
23
23
|
"@lottiefiles/dotlottie-react": "^0.9.3",
|
|
24
|
-
"@tachybase/schema": "1.6.
|
|
25
|
-
"@tego/client": "1.6.
|
|
24
|
+
"@tachybase/schema": "1.6.2",
|
|
25
|
+
"@tego/client": "1.6.2",
|
|
26
26
|
"ahooks": "^3.9.0",
|
|
27
27
|
"antd": "5.22.5",
|
|
28
28
|
"antd-style": "3.7.1",
|