@reltio/components 1.4.954 → 1.4.956
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/cjs/components/ReactSelect/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/AttributesView/index.d.ts +4 -4
- package/cjs/components/attributes/readMode/AttributesView/index.d.ts +2 -2
- package/esm/components/ReactSelect/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesView/index.d.ts +4 -4
- package/esm/components/attributes/readMode/AttributesView/index.d.ts +2 -2
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare var _default: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"option" | "
|
|
1
|
+
declare var _default: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"option" | "menu" | "singleValue" | "placeholder" | "control" | "valueContainer" | "multiValue" | "noOptionsMessage" | "clearIndicator" | "dropdownIndicator" | "option--selected" | "groupHeading" | "multiValue__label" | "option--item" | "valueContainer--multi">;
|
|
2
2
|
export default _default;
|
|
@@ -3,11 +3,11 @@ import AttributesView from './AttributesView';
|
|
|
3
3
|
export { AttributesView };
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<({ className, entity, mode, metadata, caption, excludeUris, includeUris, pinnedAttributes }: {
|
|
5
5
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
6
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
7
|
-
mode?: import("@reltio/mdm-sdk").Mode;
|
|
8
6
|
caption?: string;
|
|
9
7
|
includeUris?: string[];
|
|
10
8
|
excludeUris?: string[];
|
|
9
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
10
|
+
mode?: import("@reltio/mdm-sdk").Mode;
|
|
11
11
|
className?: string;
|
|
12
12
|
pinnedAttributes?: {
|
|
13
13
|
attributes: string[];
|
|
@@ -15,11 +15,11 @@ declare const _default: import("react-redux").ConnectedComponent<({ className, e
|
|
|
15
15
|
}[];
|
|
16
16
|
}) => JSX.Element, import("react-redux").Omit<{
|
|
17
17
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
18
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
19
|
-
mode?: import("@reltio/mdm-sdk").Mode;
|
|
20
18
|
caption?: string;
|
|
21
19
|
includeUris?: string[];
|
|
22
20
|
excludeUris?: string[];
|
|
21
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
22
|
+
mode?: import("@reltio/mdm-sdk").Mode;
|
|
23
23
|
className?: string;
|
|
24
24
|
pinnedAttributes?: {
|
|
25
25
|
attributes: string[];
|
|
@@ -3,10 +3,10 @@ import AttributesView from './AttributesView';
|
|
|
3
3
|
export { AttributesView };
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<({ className, entity, metadata, caption, excludeUris, includeUris, attributesCount }: {
|
|
5
5
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
6
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
7
6
|
caption?: string;
|
|
8
7
|
includeUris?: string[];
|
|
9
8
|
excludeUris?: string[];
|
|
9
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
10
10
|
className?: string;
|
|
11
11
|
attributesCount?: number;
|
|
12
12
|
pinnedAttributes?: {
|
|
@@ -15,10 +15,10 @@ declare const _default: import("react-redux").ConnectedComponent<({ className, e
|
|
|
15
15
|
}[];
|
|
16
16
|
}) => JSX.Element, import("react-redux").Omit<{
|
|
17
17
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
18
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
19
18
|
caption?: string;
|
|
20
19
|
includeUris?: string[];
|
|
21
20
|
excludeUris?: string[];
|
|
21
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
22
22
|
className?: string;
|
|
23
23
|
attributesCount?: number;
|
|
24
24
|
pinnedAttributes?: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare var _default: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"option" | "
|
|
1
|
+
declare var _default: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"option" | "menu" | "singleValue" | "placeholder" | "control" | "valueContainer" | "multiValue" | "noOptionsMessage" | "clearIndicator" | "dropdownIndicator" | "option--selected" | "groupHeading" | "multiValue__label" | "option--item" | "valueContainer--multi">;
|
|
2
2
|
export default _default;
|
|
@@ -3,11 +3,11 @@ import AttributesView from './AttributesView';
|
|
|
3
3
|
export { AttributesView };
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<({ className, entity, mode, metadata, caption, excludeUris, includeUris, pinnedAttributes }: {
|
|
5
5
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
6
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
7
|
-
mode?: import("@reltio/mdm-sdk").Mode;
|
|
8
6
|
caption?: string;
|
|
9
7
|
includeUris?: string[];
|
|
10
8
|
excludeUris?: string[];
|
|
9
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
10
|
+
mode?: import("@reltio/mdm-sdk").Mode;
|
|
11
11
|
className?: string;
|
|
12
12
|
pinnedAttributes?: {
|
|
13
13
|
attributes: string[];
|
|
@@ -15,11 +15,11 @@ declare const _default: import("react-redux").ConnectedComponent<({ className, e
|
|
|
15
15
|
}[];
|
|
16
16
|
}) => JSX.Element, import("react-redux").Omit<{
|
|
17
17
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
18
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
19
|
-
mode?: import("@reltio/mdm-sdk").Mode;
|
|
20
18
|
caption?: string;
|
|
21
19
|
includeUris?: string[];
|
|
22
20
|
excludeUris?: string[];
|
|
21
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
22
|
+
mode?: import("@reltio/mdm-sdk").Mode;
|
|
23
23
|
className?: string;
|
|
24
24
|
pinnedAttributes?: {
|
|
25
25
|
attributes: string[];
|
|
@@ -3,10 +3,10 @@ import AttributesView from './AttributesView';
|
|
|
3
3
|
export { AttributesView };
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<({ className, entity, metadata, caption, excludeUris, includeUris, attributesCount }: {
|
|
5
5
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
6
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
7
6
|
caption?: string;
|
|
8
7
|
includeUris?: string[];
|
|
9
8
|
excludeUris?: string[];
|
|
9
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
10
10
|
className?: string;
|
|
11
11
|
attributesCount?: number;
|
|
12
12
|
pinnedAttributes?: {
|
|
@@ -15,10 +15,10 @@ declare const _default: import("react-redux").ConnectedComponent<({ className, e
|
|
|
15
15
|
}[];
|
|
16
16
|
}) => JSX.Element, import("react-redux").Omit<{
|
|
17
17
|
entity?: import("@reltio/mdm-sdk").Entity | Record<string, never>;
|
|
18
|
-
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
19
18
|
caption?: string;
|
|
20
19
|
includeUris?: string[];
|
|
21
20
|
excludeUris?: string[];
|
|
21
|
+
metadata: import("@reltio/mdm-sdk").Metadata;
|
|
22
22
|
className?: string;
|
|
23
23
|
attributesCount?: number;
|
|
24
24
|
pinnedAttributes?: {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.956",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@date-io/moment": "^1.3.5",
|
|
9
9
|
"@react-google-maps/api": "^2.7.0",
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-module": "^1.4.956",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.956",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|