@reltio/components 1.4.2296 → 1.4.2298
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/AsyncReactSelect/AsyncReactSelect.d.ts +1 -1
- package/CreatableReactSelect/CreatableReactSelect.d.ts +1 -1
- package/OvIcon/OvIcon.d.ts +4 -4
- package/ReactSelect/ReactSelect.d.ts +1 -1
- package/ReltioMap/components/TopRightMapControls/TopRightMapControls.d.ts +4 -4
- package/constants/reactSelect.d.ts +1 -1
- package/features/crosswalks/hooks/useModifiedEntity.d.ts +2 -2
- package/hooks/useBasicTableCellRenderer/useBasicTableCellRenderer.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const AsyncReactSelect: {
|
|
2
|
-
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("node_modules/react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const CreatableReactSelect: {
|
|
2
|
-
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("node_modules/react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
package/OvIcon/OvIcon.d.ts
CHANGED
|
@@ -8,19 +8,19 @@ export declare const ChipWithTooltip: React.ForwardRefExoticComponent<Omit<{
|
|
|
8
8
|
} & {
|
|
9
9
|
avatar?: React.ReactElement;
|
|
10
10
|
children?: null;
|
|
11
|
-
classes?: Partial<import("@mui/material
|
|
11
|
+
classes?: Partial<import("@mui/material").ChipClasses>;
|
|
12
12
|
clickable?: boolean;
|
|
13
|
-
color?: import("@mui/types").OverridableStringUnion<"default" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material
|
|
13
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").ChipPropsColorOverrides>;
|
|
14
14
|
deleteIcon?: React.ReactElement;
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
icon?: React.ReactElement;
|
|
17
17
|
label?: React.ReactNode;
|
|
18
18
|
onDelete?: React.EventHandler<any>;
|
|
19
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material
|
|
19
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").ChipPropsSizeOverrides>;
|
|
20
20
|
skipFocusWhenDisabled?: boolean;
|
|
21
21
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
|
|
22
22
|
tabIndex?: number;
|
|
23
|
-
variant?: import("@mui/types").OverridableStringUnion<"filled" | "outlined", import("@mui/material
|
|
23
|
+
variant?: import("@mui/types").OverridableStringUnion<"filled" | "outlined", import("@mui/material").ChipPropsVariantOverrides>;
|
|
24
24
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
25
25
|
ref?: React.Ref<HTMLDivElement>;
|
|
26
26
|
}, "color" | "size" | "icon" | "disabled" | "tabIndex" | "children" | "sx" | "label" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled">, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ReactSelect: {
|
|
2
|
-
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuClose" | "onMenuOpen" | "menuIsOpen" | "inputValue" | "onInputChange"> & Partial<import("node_modules/react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("node_modules/react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("..").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
|
@@ -7,18 +7,18 @@ export declare const ButtonWithTooltip: React.ForwardRefExoticComponent<Omit<{
|
|
|
7
7
|
tooltipClassName?: string;
|
|
8
8
|
} & {
|
|
9
9
|
children?: React.ReactNode;
|
|
10
|
-
classes?: Partial<import("@mui/material
|
|
11
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material
|
|
10
|
+
classes?: Partial<import("@mui/material").ButtonClasses>;
|
|
11
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides>;
|
|
12
12
|
disabled?: boolean;
|
|
13
13
|
disableElevation?: boolean;
|
|
14
14
|
disableFocusRipple?: boolean;
|
|
15
15
|
endIcon?: React.ReactNode;
|
|
16
16
|
fullWidth?: boolean;
|
|
17
17
|
href?: string;
|
|
18
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material
|
|
18
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides>;
|
|
19
19
|
startIcon?: React.ReactNode;
|
|
20
20
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
|
|
21
|
-
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material
|
|
21
|
+
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides>;
|
|
22
22
|
} & Omit<{
|
|
23
23
|
action?: React.Ref<import("@mui/material").ButtonBaseActions>;
|
|
24
24
|
centerRipple?: boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const ReactSelectOptionFilters: {
|
|
2
|
-
BY_LABEL: (option: import("react-select/dist/declarations/src/filters").FilterOptionOption<unknown>, rawInput: string) => boolean;
|
|
2
|
+
BY_LABEL: (option: import("node_modules/react-select/dist/declarations/src/filters").FilterOptionOption<unknown>, rawInput: string) => boolean;
|
|
3
3
|
};
|
|
@@ -12,8 +12,8 @@ export declare const useModifiedEntity: ({ entity, onLoad, onModify, onError }:
|
|
|
12
12
|
crosswalksMap: CrosswalksByOwnerTypeMap;
|
|
13
13
|
onAddAttribute: ({ attributeType, parentUri, crosswalk, index }: AddInlineAttributeEvent) => void;
|
|
14
14
|
onDeleteAttribute: (event: DeleteInlineAttributeEvent) => void;
|
|
15
|
-
onPinAttribute: ({ attributeValue }: import("
|
|
16
|
-
onIgnoreAttribute: ({ attributeValue }: import("
|
|
15
|
+
onPinAttribute: ({ attributeValue }: import("../../..").PinInlineAttributeEvent) => void;
|
|
16
|
+
onIgnoreAttribute: ({ attributeValue }: import("../../..").IgnoreInlineAttributeEvent) => void;
|
|
17
17
|
onEditAttribute: (event: EditInlineAttributeEvent) => void;
|
|
18
18
|
newlyCreatedAttributes: string[];
|
|
19
19
|
emptyTempAttributeUris: string[];
|
|
@@ -18,6 +18,6 @@ export declare const useBasicTableCellRenderer: ({ rowsData, columnsData, getIdF
|
|
|
18
18
|
getIsRowCollapsed: (rowIndex: number) => boolean;
|
|
19
19
|
};
|
|
20
20
|
getHeightForSubRow: (rowId: RowId, columnIndex: number, subRowIndex: number) => any;
|
|
21
|
-
tableRowsData: import("
|
|
21
|
+
tableRowsData: import("../..").TableRowsData;
|
|
22
22
|
};
|
|
23
23
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2298",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
12
12
|
"@googlemaps/markerclusterer": "^2.5.3",
|
|
13
13
|
"@react-sigma/core": "3.4.0",
|
|
14
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
14
|
+
"@reltio/mdm-sdk": "^1.4.2066",
|
|
15
15
|
"@vis.gl/react-google-maps": "^1.3.0",
|
|
16
16
|
"d3-cloud": "^1.2.5",
|
|
17
17
|
"d3-geo": "^2.0.1",
|