@tachybase/schema 1.3.15 → 1.3.17
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/lib/index.js +10 -10
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -16,8 +16,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var index_exports = {};
|
|
20
|
+
__export(index_exports, {
|
|
21
21
|
ArrayFieldComponent: () => import_react.ArrayField,
|
|
22
22
|
ExpressionScope: () => import_react.ExpressionScope,
|
|
23
23
|
FieldComponent: () => import_react.Field,
|
|
@@ -54,18 +54,18 @@ __export(src_exports, {
|
|
|
54
54
|
useFormEffects: () => import_react.useFormEffects,
|
|
55
55
|
useParentForm: () => import_react.useParentForm
|
|
56
56
|
});
|
|
57
|
-
module.exports = __toCommonJS(
|
|
57
|
+
module.exports = __toCommonJS(index_exports);
|
|
58
58
|
var import_internals = require("./core/shared/internals");
|
|
59
59
|
var import_constants = require("./core/shared/constants");
|
|
60
60
|
var import_useAttach = require("./react/hooks/useAttach");
|
|
61
|
-
__reExport(
|
|
62
|
-
__reExport(
|
|
63
|
-
__reExport(
|
|
61
|
+
__reExport(index_exports, require("./core"), module.exports);
|
|
62
|
+
__reExport(index_exports, require("./grid"), module.exports);
|
|
63
|
+
__reExport(index_exports, require("./json-schema"), module.exports);
|
|
64
64
|
var import_react = require("./react");
|
|
65
|
-
__reExport(
|
|
66
|
-
__reExport(
|
|
67
|
-
__reExport(
|
|
68
|
-
__reExport(
|
|
65
|
+
__reExport(index_exports, require("./reactive"), module.exports);
|
|
66
|
+
__reExport(index_exports, require("./reactive-react"), module.exports);
|
|
67
|
+
__reExport(index_exports, require("./shared"), module.exports);
|
|
68
|
+
__reExport(index_exports, require("./validator"), module.exports);
|
|
69
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
70
70
|
0 && (module.exports = {
|
|
71
71
|
ArrayFieldComponent,
|