@nocobase/test 0.16.0-alpha.3 → 0.16.0-alpha.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.
@@ -80,7 +80,7 @@ interface CollectionSetting {
80
80
  [key: string]: any;
81
81
  }>;
82
82
  }
83
- interface PageConfig {
83
+ export interface PageConfig {
84
84
  /**
85
85
  * 用户可见的页面名称
86
86
  * @default uid()
@@ -1 +1,2 @@
1
1
  export * from './e2eUtils';
2
+ export * from './templatesOfBug';
@@ -15,7 +15,9 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
15
15
  var client_exports = {};
16
16
  module.exports = __toCommonJS(client_exports);
17
17
  __reExport(client_exports, require("./e2eUtils"), module.exports);
18
+ __reExport(client_exports, require("./templatesOfBug"), module.exports);
18
19
  // Annotate the CommonJS export names for ESM import in node:
19
20
  0 && (module.exports = {
20
- ...require("./e2eUtils")
21
+ ...require("./e2eUtils"),
22
+ ...require("./templatesOfBug")
21
23
  });
@@ -0,0 +1,2 @@
1
+ import { PageConfig } from '../e2eUtils';
2
+ export declare const T2614: PageConfig;