@tachybase/client 1.6.36 → 1.6.38
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.
|
@@ -8,10 +8,10 @@ import { getTachybaseClientExports } from "./clientModuleRegistry.mjs";
|
|
|
8
8
|
import * as __WEBPACK_EXTERNAL_MODULE_react_i18next_05dede28__ from "react-i18next";
|
|
9
9
|
import * as __WEBPACK_EXTERNAL_MODULE__tego_client_7f3175c1__ from "@tego/client";
|
|
10
10
|
import * as __WEBPACK_EXTERNAL_MODULE_antd__ from "antd";
|
|
11
|
+
import * as __WEBPACK_EXTERNAL_MODULE_ahooks__ from "ahooks";
|
|
11
12
|
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_schema_532e17e1__ from "@tachybase/schema";
|
|
12
|
-
import * as __WEBPACK_EXTERNAL_MODULE_antd_style_1dcbd21e__ from "antd-style";
|
|
13
13
|
import * as __WEBPACK_EXTERNAL_MODULE_react_router_dom_5358f3fe__ from "react-router-dom";
|
|
14
|
-
import * as
|
|
14
|
+
import * as __WEBPACK_EXTERNAL_MODULE_antd_style_1dcbd21e__ from "antd-style";
|
|
15
15
|
import * as __WEBPACK_EXTERNAL_MODULE__ant_design_icons_a8184985__ from "@ant-design/icons";
|
|
16
16
|
import * as __WEBPACK_EXTERNAL_MODULE__emotion_css_bfcd1b5d__ from "@emotion/css";
|
|
17
17
|
import * as __WEBPACK_EXTERNAL_MODULE_i18next__ from "i18next";
|
|
@@ -18,7 +18,7 @@ var __webpack_modules__ = {
|
|
|
18
18
|
"../../filter-provider/utils": function(module) {
|
|
19
19
|
module.exports = require("../../filter-provider/utils.js");
|
|
20
20
|
},
|
|
21
|
-
"
|
|
21
|
+
"../../": function(module) {
|
|
22
22
|
module.exports = require("../../index.js");
|
|
23
23
|
},
|
|
24
24
|
"../../record-provider": function(module) {
|
|
@@ -185,7 +185,7 @@ var __webpack_exports__ = {};
|
|
|
185
185
|
var react_i18next__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("react-i18next");
|
|
186
186
|
var react_router_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("react-router-dom");
|
|
187
187
|
var react_to_print__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("react-to-print");
|
|
188
|
-
var ___WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("
|
|
188
|
+
var ___WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("../../");
|
|
189
189
|
var _api_client__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__("../../api-client");
|
|
190
190
|
var _built_in_dynamic_page_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__("../../built-in/dynamic-page/utils");
|
|
191
191
|
var _collection_manager__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__("../../collection-manager");
|