@uniformdev/mesh-sdk-react 20.50.2-alpha.77 → 20.50.2-alpha.96
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/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.esm.js +102 -112
- package/dist/index.js +185 -195
- package/dist/index.mjs +102 -112
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -2,13 +2,13 @@ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { SVGProps, ReactNode, MutableRefObject, ComponentType, PropsWithChildren, HTMLAttributes, AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
4
4
|
import * as _uniformdev_mesh_sdk from '@uniformdev/mesh-sdk';
|
|
5
|
-
import { DynamicInputs,
|
|
5
|
+
import { DynamicInputs, SetValueOptions, MeshLocation, EditConnectedDataResponseCancellationContext, DataSourceLocationValue, DataTypeLocationValue, UniformMeshSDK, BindableTypes } from '@uniformdev/mesh-sdk';
|
|
6
6
|
export * from '@uniformdev/mesh-sdk';
|
|
7
7
|
import { DataVariableDefinition, DataResourceVariables, DataType, DataSourceVariantsKeys } from '@uniformdev/canvas';
|
|
8
8
|
import { Emitter } from 'mitt';
|
|
9
9
|
import { TDate } from 'timeago.js';
|
|
10
10
|
import * as lexical from 'lexical';
|
|
11
|
-
import { SerializedEditorState, SerializedLexicalNode,
|
|
11
|
+
import { SerializedEditorState, SerializedLexicalNode, DecoratorNode, Spread, NodeKey, DOMConversionMap, LexicalNode, LexicalEditor, SerializedRootNode, EditorState } from 'lexical';
|
|
12
12
|
import { Interpolation, Theme, SerializedStyles } from '@emotion/react';
|
|
13
13
|
import { InputSelectProps, IconType } from '@uniformdev/design-system';
|
|
14
14
|
export { AddListButton, AddListButtonProps, Button, ButtonProps, Callout, CalloutProps, DrawerContent, Heading, HeadingProps, Input, InputComboBox, InputComboBoxProps, InputKeywordSearch, InputProps, InputSelect, InputToggle, InputToggleProps, Label, LabelProps, LoadingIndicator, LoadingOverlay, Menu, MenuItem, MenuItemProps, MenuProps, ParameterGroup, ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImageProps, ParameterInput, ParameterInputInner, ParameterInputProps, ParameterLabel, ParameterLabelProps, ParameterMenuButton, ParameterMenuButtonProps, ParameterSelect, ParameterSelectInner, ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellProps, ParameterTextarea, ParameterTextareaInner, ParameterTextareaProps, ParameterToggle, ParameterToggleInner, ParameterToggleProps, ScrollableList, ScrollableListItem, ScrollableListItemProps, ScrollableListProps, Switch, SwitchProps, Textarea, TextareaProps, Theme, ThemeProps, useParameterShell, utilityColors } from '@uniformdev/design-system';
|
|
@@ -920,7 +920,7 @@ interface DelegationGateProps {
|
|
|
920
920
|
loadingComponent?: React__default.ReactNode;
|
|
921
921
|
/** Shown when identity delegation is not enabled for this integration. Omit to use the default callout. */
|
|
922
922
|
disabledComponent?: React__default.ReactNode;
|
|
923
|
-
/** Shown when delegation fails.
|
|
923
|
+
/** Shown when delegation fails. Pass a render function to surface error details; omit for a generic callout. */
|
|
924
924
|
errorComponent?: React__default.ReactNode | ((props: {
|
|
925
925
|
error: Error;
|
|
926
926
|
}) => React__default.ReactNode);
|
package/dist/index.d.ts
CHANGED
|
@@ -2,13 +2,13 @@ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { SVGProps, ReactNode, MutableRefObject, ComponentType, PropsWithChildren, HTMLAttributes, AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
4
4
|
import * as _uniformdev_mesh_sdk from '@uniformdev/mesh-sdk';
|
|
5
|
-
import { DynamicInputs,
|
|
5
|
+
import { DynamicInputs, SetValueOptions, MeshLocation, EditConnectedDataResponseCancellationContext, DataSourceLocationValue, DataTypeLocationValue, UniformMeshSDK, BindableTypes } from '@uniformdev/mesh-sdk';
|
|
6
6
|
export * from '@uniformdev/mesh-sdk';
|
|
7
7
|
import { DataVariableDefinition, DataResourceVariables, DataType, DataSourceVariantsKeys } from '@uniformdev/canvas';
|
|
8
8
|
import { Emitter } from 'mitt';
|
|
9
9
|
import { TDate } from 'timeago.js';
|
|
10
10
|
import * as lexical from 'lexical';
|
|
11
|
-
import { SerializedEditorState, SerializedLexicalNode,
|
|
11
|
+
import { SerializedEditorState, SerializedLexicalNode, DecoratorNode, Spread, NodeKey, DOMConversionMap, LexicalNode, LexicalEditor, SerializedRootNode, EditorState } from 'lexical';
|
|
12
12
|
import { Interpolation, Theme, SerializedStyles } from '@emotion/react';
|
|
13
13
|
import { InputSelectProps, IconType } from '@uniformdev/design-system';
|
|
14
14
|
export { AddListButton, AddListButtonProps, Button, ButtonProps, Callout, CalloutProps, DrawerContent, Heading, HeadingProps, Input, InputComboBox, InputComboBoxProps, InputKeywordSearch, InputProps, InputSelect, InputToggle, InputToggleProps, Label, LabelProps, LoadingIndicator, LoadingOverlay, Menu, MenuItem, MenuItemProps, MenuProps, ParameterGroup, ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImageProps, ParameterInput, ParameterInputInner, ParameterInputProps, ParameterLabel, ParameterLabelProps, ParameterMenuButton, ParameterMenuButtonProps, ParameterSelect, ParameterSelectInner, ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellProps, ParameterTextarea, ParameterTextareaInner, ParameterTextareaProps, ParameterToggle, ParameterToggleInner, ParameterToggleProps, ScrollableList, ScrollableListItem, ScrollableListItemProps, ScrollableListProps, Switch, SwitchProps, Textarea, TextareaProps, Theme, ThemeProps, useParameterShell, utilityColors } from '@uniformdev/design-system';
|
|
@@ -920,7 +920,7 @@ interface DelegationGateProps {
|
|
|
920
920
|
loadingComponent?: React__default.ReactNode;
|
|
921
921
|
/** Shown when identity delegation is not enabled for this integration. Omit to use the default callout. */
|
|
922
922
|
disabledComponent?: React__default.ReactNode;
|
|
923
|
-
/** Shown when delegation fails.
|
|
923
|
+
/** Shown when delegation fails. Pass a render function to surface error details; omit for a generic callout. */
|
|
924
924
|
errorComponent?: React__default.ReactNode | ((props: {
|
|
925
925
|
error: Error;
|
|
926
926
|
}) => React__default.ReactNode);
|