@reltio/components 1.4.1792 → 1.4.1793
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.
|
@@ -13,7 +13,7 @@ type Props = {
|
|
|
13
13
|
declare const ConfigPermissionsContextProvider: ({ children, view }: Props) => JSX.Element;
|
|
14
14
|
declare const useAttributeValueConfigPermissions: (attributeValueUri: string) => {
|
|
15
15
|
canCreate: boolean;
|
|
16
|
-
canUpdate:
|
|
17
|
-
canDelete:
|
|
16
|
+
canUpdate: boolean;
|
|
17
|
+
canDelete: boolean;
|
|
18
18
|
};
|
|
19
19
|
export { ConfigPermissionsContext, ConfigPermissionsContextProvider, useAttributeValueConfigPermissions };
|
|
@@ -13,7 +13,7 @@ type Props = {
|
|
|
13
13
|
declare const ConfigPermissionsContextProvider: ({ children, view }: Props) => JSX.Element;
|
|
14
14
|
declare const useAttributeValueConfigPermissions: (attributeValueUri: string) => {
|
|
15
15
|
canCreate: boolean;
|
|
16
|
-
canUpdate:
|
|
17
|
-
canDelete:
|
|
16
|
+
canUpdate: boolean;
|
|
17
|
+
canDelete: boolean;
|
|
18
18
|
};
|
|
19
19
|
export { ConfigPermissionsContext, ConfigPermissionsContextProvider, useAttributeValueConfigPermissions };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1793",
|
|
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
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
9
9
|
"@react-google-maps/api": "2.7.0",
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1760",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"d3-cloud": "^1.2.5",
|
|
13
13
|
"d3-geo": "^2.0.1",
|