@tachybase/client 1.6.2 → 1.6.3

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.
@@ -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/tachybase/tachybase/issues",
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/tachybase/tachybase",
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/tachybase/tachybase/issues",
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/tachybase/tachybase/issues",
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
  */
@@ -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/tachybase/tachybase/issues",
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/tachybase/tachybase",
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/tachybase/tachybase/issues",
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/tachybase/tachybase/issues",
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.2",
3
+ "version": "1.6.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",