From a422e0f79b2ec78dc84dcd556066eac2da372a45 Mon Sep 17 00:00:00 2001 From: David Matejka Date: Mon, 8 Jul 2024 14:04:53 +0200 Subject: [PATCH] chore: ae up --- build/api/binding.api.md | 2 ++ build/api/react-repeater.api.md | 6 +++--- build/api/react-slate-editor-legacy.api.md | 9 +++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/build/api/binding.api.md b/build/api/binding.api.md index 7953840be..a96b527ef 100644 --- a/build/api/binding.api.md +++ b/build/api/binding.api.md @@ -1838,6 +1838,8 @@ export namespace TokenRegExps { entityIdentifier: RegExp; const // (undocumented) identifier: RegExp; + const // (undocumented) + dotSeparatedIdentifier: RegExp; } // @public (undocumented) diff --git a/build/api/react-repeater.api.md b/build/api/react-repeater.api.md index 415e2ae97..131c9e1a3 100644 --- a/build/api/react-repeater.api.md +++ b/build/api/react-repeater.api.md @@ -11,9 +11,9 @@ import { EntityListAccessor } from '@contember/binding'; import { JSX as JSX_2 } from 'react/jsx-runtime'; import { default as React_2 } from 'react'; import { ReactNode } from 'react'; -import { SugaredFieldProps } from '@contember/react-binding'; import { SugaredQualifiedEntityList } from '@contember/binding'; import { SugaredRelativeEntityList } from '@contember/binding'; +import { SugaredRelativeSingleField } from '@contember/binding'; // @public (undocumented) export const Repeater: React_2.NamedExoticComponent; @@ -83,13 +83,13 @@ export type RepeaterProps = RepeaterQualifiedProps | RepeaterRelativeProps; // @public (undocumented) export type RepeaterQualifiedProps = SugaredQualifiedEntityList & { children?: React_2.ReactNode; - sortableBy?: SugaredFieldProps['field']; + sortableBy?: SugaredRelativeSingleField['field']; }; // @public (undocumented) export type RepeaterRelativeProps = SugaredRelativeEntityList & { children?: React_2.ReactNode; - sortableBy?: SugaredFieldProps['field']; + sortableBy?: SugaredRelativeSingleField['field']; }; // @public (undocumented) diff --git a/build/api/react-slate-editor-legacy.api.md b/build/api/react-slate-editor-legacy.api.md index 4a8fec334..fc980bc44 100644 --- a/build/api/react-slate-editor-legacy.api.md +++ b/build/api/react-slate-editor-legacy.api.md @@ -37,6 +37,7 @@ import { RenderElementProps } from 'slate-react'; import * as Slate from 'slate'; import { SugaredFieldProps } from '@contember/react-binding'; import { SugaredRelativeEntityList } from '@contember/react-binding'; +import { SugaredRelativeSingleField } from '@contember/react-binding'; // Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@contember/react-slate-editor-legacy" does not have an export "BlockRepeater" // Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@contember/react-slate-editor-legacy" does not have an export "DiscriminatedBlocks" @@ -57,9 +58,9 @@ export interface BlockEditorProps extends SugaredRelativeEntityList, CreateEdito // (undocumented) children?: ReactNode; // (undocumented) - contentField: SugaredFieldProps['field']; + contentField: SugaredRelativeSingleField['field']; // (undocumented) - embedContentDiscriminationField?: SugaredFieldProps['field']; + embedContentDiscriminationField?: SugaredRelativeSingleField['field']; // (undocumented) embedHandlers?: Iterable; // (undocumented) @@ -67,7 +68,7 @@ export interface BlockEditorProps extends SugaredRelativeEntityList, CreateEdito // (undocumented) monolithicReferencesMode?: boolean; // (undocumented) - referenceDiscriminationField?: SugaredFieldProps['field']; + referenceDiscriminationField?: SugaredRelativeSingleField['field']; // (undocumented) referencesField?: SugaredRelativeEntityList | string; // (undocumented) @@ -77,7 +78,7 @@ export interface BlockEditorProps extends SugaredRelativeEntityList, CreateEdito // (undocumented) renderSortableBlock: OverrideRenderElementOptions['renderSortableBlock']; // (undocumented) - sortableBy: SugaredFieldProps['field']; + sortableBy: SugaredRelativeSingleField['field']; } // @public (undocumented)