@tachybase/schema 1.6.12 → 1.6.13-alpha.2

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.d.ts CHANGED
@@ -5,7 +5,7 @@ export * from './core';
5
5
  export type { ArrayField, Field, FormPathPattern, GeneralField, ObjectField } from './core';
6
6
  export * from './grid';
7
7
  export * from './json-schema';
8
- export { type IFieldProps, type IRecursionFieldProps, type ISchemaFieldProps, type ISchemaFieldReactFactoryOptions, type IVoidFieldProps, type JSXComponent, type SchemaReactComponents, FormConsumer, ArrayField as ArrayFieldComponent, ExpressionScope, Field as FieldComponent, FieldContext, FormContext, FormProvider, ObjectField as ObjectFieldComponent, RecursionField, SchemaComponentsContext, SchemaContext, SchemaExpressionScopeContext, SchemaOptionsContext, VoidField as VoidFieldComponent, connect, createSchemaField, mapProps, mapReadPretty, useExpressionScope, useField, useFieldSchema, useForm, useFormEffects, RecordScope, RecordsScope, useParentForm, } from './react';
8
+ export { type IFieldProps, type IRecursionFieldProps, type ISchemaFieldProps, type ISchemaFieldReactFactoryOptions, type IVoidFieldProps, type JSXComponent, type SchemaReactComponents, FormConsumer, ArrayField as ArrayFieldComponent, ExpressionScope, Field as FieldComponent, FieldContext, FormContext, FormProvider, ObjectField as ObjectFieldComponent, RecursionField, ContextCleaner, SchemaComponentsContext, SchemaContext, SchemaExpressionScopeContext, SchemaMarkupContext, SchemaOptionsContext, VoidField as VoidFieldComponent, connect, createSchemaField, mapProps, mapReadPretty, useExpressionScope, useField, useFieldSchema, useForm, useFormEffects, RecordScope, RecordsScope, useParentForm, } from './react';
9
9
  export * from './reactive';
10
10
  export * from './reactive-react';
11
11
  export * from './shared';
package/lib/index.js CHANGED
@@ -19,6 +19,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
19
19
  var index_exports = {};
20
20
  __export(index_exports, {
21
21
  ArrayFieldComponent: () => import_react.ArrayField,
22
+ ContextCleaner: () => import_react.ContextCleaner,
22
23
  ExpressionScope: () => import_react.ExpressionScope,
23
24
  FieldComponent: () => import_react.Field,
24
25
  FieldContext: () => import_react.FieldContext,
@@ -33,6 +34,7 @@ __export(index_exports, {
33
34
  SchemaComponentsContext: () => import_react.SchemaComponentsContext,
34
35
  SchemaContext: () => import_react.SchemaContext,
35
36
  SchemaExpressionScopeContext: () => import_react.SchemaExpressionScopeContext,
37
+ SchemaMarkupContext: () => import_react.SchemaMarkupContext,
36
38
  SchemaOptionsContext: () => import_react.SchemaOptionsContext,
37
39
  VoidFieldComponent: () => import_react.VoidField,
38
40
  buildDataPath: () => import_internals.buildDataPath,
@@ -69,6 +71,7 @@ __reExport(index_exports, require("./validator"), module.exports);
69
71
  // Annotate the CommonJS export names for ESM import in node:
70
72
  0 && (module.exports = {
71
73
  ArrayFieldComponent,
74
+ ContextCleaner,
72
75
  ExpressionScope,
73
76
  FieldComponent,
74
77
  FieldContext,
@@ -83,6 +86,7 @@ __reExport(index_exports, require("./validator"), module.exports);
83
86
  SchemaComponentsContext,
84
87
  SchemaContext,
85
88
  SchemaExpressionScopeContext,
89
+ SchemaMarkupContext,
86
90
  SchemaOptionsContext,
87
91
  VoidFieldComponent,
88
92
  buildDataPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/schema",
3
- "version": "1.6.12",
3
+ "version": "1.6.13-alpha.2",
4
4
  "homepage": "https://github.com/tegojs/tego#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/tegojs/tego/issues"