@equinor/fusion-framework-react-app 4.3.5 → 4.3.6-widget-7844194d
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export type { WidgetModuleInitiator } from '@equinor/fusion-framework-react-widget';
|
|
2
2
|
export type { WidgetProps, WidgetModule, WidgetRenderArgs, WidgetStateInitial, } from '@equinor/fusion-framework-react-widget';
|
|
3
|
-
export { Widget } from '@equinor/fusion-framework-react-widget';
|
|
3
|
+
export { Widget, makeWidgetComponent } from '@equinor/fusion-framework-react-widget';
|
|
4
4
|
export { Widget as default } from '@equinor/fusion-framework-react-widget';
|
package/package.json
CHANGED
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.6-widget-7844194d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"exports": {
|
|
7
|
-
".":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"./
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"./
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"dist/types/widget/index.d.ts"
|
|
43
|
-
]
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./dist/esm/index.js",
|
|
9
|
+
"types": "./dist/types/index.d.ts"
|
|
10
|
+
},
|
|
11
|
+
"./bookmark": {
|
|
12
|
+
"import": "./dist/esm/index.js",
|
|
13
|
+
"types": "./dist/types/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./context": {
|
|
16
|
+
"import": "./dist/esm/context/index.js",
|
|
17
|
+
"types": "./dist/types/context/index.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./feature-flag": {
|
|
20
|
+
"import": "./dist/esm/feature-flag/index.js",
|
|
21
|
+
"types": "./dist/types/feature-flag/index.d.ts"
|
|
22
|
+
},
|
|
23
|
+
"./framework": {
|
|
24
|
+
"import": "./dist/esm/framework/index.js",
|
|
25
|
+
"types": "./dist/types/framework/index.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./http": {
|
|
28
|
+
"import": "./dist/esm/http/index.js",
|
|
29
|
+
"types": "./dist/types/http/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./msal": {
|
|
32
|
+
"import": "./dist/esm/msal/index.js",
|
|
33
|
+
"types": "./dist/types/http/index.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./navigation": {
|
|
36
|
+
"import": "./dist/esm/navigation/index.js",
|
|
37
|
+
"types": "./dist/types/navigation/index.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./widget": {
|
|
40
|
+
"import": "./dist/esm/widget/index.js",
|
|
41
|
+
"types": "./dist/types/widget/index.d.ts"
|
|
44
42
|
}
|
|
45
43
|
},
|
|
44
|
+
"types": "./dist/types/index.d.ts",
|
|
46
45
|
"keywords": [],
|
|
47
46
|
"author": "",
|
|
48
47
|
"license": "ISC",
|
|
@@ -57,11 +56,11 @@
|
|
|
57
56
|
"dependencies": {
|
|
58
57
|
"@equinor/fusion-framework-app": "^8.1.1",
|
|
59
58
|
"@equinor/fusion-framework-module": "^4.2.7",
|
|
60
|
-
"@equinor/fusion-framework-module-app": "^5.2.13",
|
|
61
59
|
"@equinor/fusion-framework-module-navigation": "^3.1.4",
|
|
60
|
+
"@equinor/fusion-framework-module-app": "^5.2.13",
|
|
62
61
|
"@equinor/fusion-framework-react": "^6.0.2",
|
|
63
|
-
"@equinor/fusion-framework-react-module
|
|
64
|
-
"@equinor/fusion-framework-react-module": "^
|
|
62
|
+
"@equinor/fusion-framework-react-module": "^3.0.8",
|
|
63
|
+
"@equinor/fusion-framework-react-module-http": "^4.0.6"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
67
66
|
"@types/react": "^18.2.50",
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
"typescript": "^5.1.3",
|
|
73
72
|
"@equinor/fusion-framework-module-event": "^4.0.8",
|
|
74
73
|
"@equinor/fusion-framework-module-feature-flag": "^1.0.2",
|
|
74
|
+
"@equinor/fusion-framework-react-widget": "^1.0.1-widget-7844194d",
|
|
75
75
|
"@equinor/fusion-framework-module-msal": "^3.0.10",
|
|
76
76
|
"@equinor/fusion-framework-react-module-bookmark": "^2.0.32",
|
|
77
|
-
"@equinor/fusion-framework-react-widget": "^1.0.0",
|
|
78
77
|
"@equinor/fusion-framework-react-module-context": "^6.0.20",
|
|
79
78
|
"@equinor/fusion-observable": "^8.1.5"
|
|
80
79
|
},
|
package/src/widget/index.ts
CHANGED
|
@@ -9,5 +9,5 @@ export type {
|
|
|
9
9
|
WidgetRenderArgs,
|
|
10
10
|
WidgetStateInitial,
|
|
11
11
|
} from '@equinor/fusion-framework-react-widget';
|
|
12
|
-
export { Widget } from '@equinor/fusion-framework-react-widget';
|
|
12
|
+
export { Widget, makeWidgetComponent } from '@equinor/fusion-framework-react-widget';
|
|
13
13
|
export { Widget as default } from '@equinor/fusion-framework-react-widget';
|