@tachybase/client 0.23.8-alpha.26 → 0.23.8-alpha.27

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.
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from '../../application/Plugin';
2
- export * from './SystemSettingsProvider';
2
+ export { SystemSettingsContext, SystemSettingsProvider, useSystemSettings } from './SystemSettingsProvider';
3
3
  export * from './SystemSettingsShortcut';
4
4
  export declare class SystemSettingsPlugin extends Plugin {
5
5
  load(): Promise<void>;
@@ -1,9 +1,11 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__ from "../../application/Plugin.mjs";
2
- export * from "./SystemSettingsProvider.mjs";
2
+ import * as __WEBPACK_EXTERNAL_MODULE__SystemSettingsProvider_mjs__ from "./SystemSettingsProvider.mjs";
3
3
  export * from "./SystemSettingsShortcut.mjs";
4
4
 
5
5
  ;// CONCATENATED MODULE: external "../../application/Plugin.mjs"
6
6
 
7
+ ;// CONCATENATED MODULE: external "./SystemSettingsProvider.mjs"
8
+
7
9
  ;// CONCATENATED MODULE: ./packages/client/src/built-in/system-settings/index.tsx?__rslib_entry__
8
10
 
9
11
 
@@ -11,8 +13,11 @@ export * from "./SystemSettingsShortcut.mjs";
11
13
 
12
14
  class SystemSettingsPlugin extends __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__.Plugin {
13
15
  async load() {
14
- this.app.use(SystemSettingsProvider, this.options);
16
+ this.app.use(__WEBPACK_EXTERNAL_MODULE__SystemSettingsProvider_mjs__.SystemSettingsProvider, this.options);
15
17
  }
16
18
  }
17
19
 
18
- export { SystemSettingsPlugin };
20
+ var __webpack_exports__SystemSettingsContext = __WEBPACK_EXTERNAL_MODULE__SystemSettingsProvider_mjs__.SystemSettingsContext;
21
+ var __webpack_exports__SystemSettingsProvider = __WEBPACK_EXTERNAL_MODULE__SystemSettingsProvider_mjs__.SystemSettingsProvider;
22
+ var __webpack_exports__useSystemSettings = __WEBPACK_EXTERNAL_MODULE__SystemSettingsProvider_mjs__.useSystemSettings;
23
+ export { SystemSettingsPlugin, __webpack_exports__SystemSettingsContext as SystemSettingsContext, __webpack_exports__SystemSettingsProvider as SystemSettingsProvider, __webpack_exports__useSystemSettings as useSystemSettings };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/client",
3
- "version": "0.23.8-alpha.26",
3
+ "version": "0.23.8-alpha.27",
4
4
  "license": "Apache-2.0",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "es/index.d.ts",
@@ -66,12 +66,12 @@
66
66
  "react-zoom-pan-pinch": "^3.6.1",
67
67
  "sanitize-html": "2.14.0",
68
68
  "use-deep-compare-effect": "^1.8.1",
69
- "@tachybase/requirejs": "0.23.8",
70
- "@tachybase/schema": "0.23.8",
71
69
  "@tachybase/evaluators": "0.23.8",
70
+ "@tachybase/components": "0.23.8",
72
71
  "@tachybase/sdk": "0.23.8",
73
72
  "@tachybase/utils": "0.23.8",
74
- "@tachybase/components": "0.23.8"
73
+ "@tachybase/requirejs": "0.23.8",
74
+ "@tachybase/schema": "0.23.8"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@testing-library/react": "^14.3.1",