@equinor/echo-framework 0.10.6 → 0.10.8
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/components/plantSelector/plantSelector.d.ts +0 -3
- package/dist/components/prepview/Prepview.d.ts +4 -4
- package/dist/components/prepview/api/api.d.ts +4 -2
- package/dist/components/prepview/api/attachment.d.ts +2 -0
- package/dist/components/prepview/api/resources.d.ts +2 -0
- package/dist/components/prepview/common/details/panel/DetailsPanel.d.ts +5 -2
- package/dist/components/prepview/common/details/panel/description/PanelDescription.d.ts +3 -3
- package/dist/components/prepview/notification/additionalDetails/AdditionalDetails.d.ts +9 -0
- package/dist/components/prepview/notification/additionalDetails/index.d.ts +1 -0
- package/dist/components/prepview/notification/details/Details.d.ts +9 -0
- package/dist/components/prepview/notification/details/index.d.ts +1 -0
- package/dist/components/prepview/notification/index.d.ts +8 -0
- package/dist/components/prepview/panels/attachments/Attachments.d.ts +4 -3
- package/dist/components/prepview/punch/details/Details.d.ts +9 -0
- package/dist/components/prepview/punch/details/index.d.ts +1 -0
- package/dist/components/prepview/punch/index.d.ts +8 -0
- package/dist/components/prepview/types/common.d.ts +3 -0
- package/dist/components/prepview/types/index.d.ts +1 -0
- package/dist/components/prepview/types/notification.d.ts +55 -0
- package/dist/components/prepview/types/punch.d.ts +17 -0
- package/dist/components/prepview/types/workorder.d.ts +1 -3
- package/dist/components/prepview/utils/index.d.ts +3 -2
- package/dist/components/prepview/utils/string.d.ts +1 -0
- package/dist/components/projectSelector/ProcosysProjectSelector.d.ts +0 -3
- package/dist/index.js +3 -3
- package/package.json +6 -6
- package/dist/components/homePage/HomePage.d.ts +0 -2
- package/dist/components/homePage/index.d.ts +0 -1
- package/dist/components/prepview/api/workorder.d.ts +0 -2
- package/dist/components/prepview/panels/risk/actions/RiskActions.d.ts +0 -6
- package/dist/components/prepview/panels/risk/actions/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-framework",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.8",
|
|
4
4
|
"description": "Modules and components for EchoWeb, utilizing EchoCore",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@equinor/echo-base": ">=0.6.12 < 0.7.0",
|
|
40
40
|
"@equinor/echo-components": ">=0.5.0 < 0.6.0",
|
|
41
|
-
"@equinor/echo-core": ">=0.6.
|
|
41
|
+
"@equinor/echo-core": ">=0.6.20 < 0.8.0",
|
|
42
42
|
"@equinor/echo-search": ">=0.13.2 < 0.14.0",
|
|
43
43
|
"@equinor/echo-utils": ">=0.2.12 < 0.3.0",
|
|
44
44
|
"@equinor/eds-core-react": "^0.25.0",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"@babel/core": "^7.18.10",
|
|
52
52
|
"@babel/preset-env": "^7.18.10",
|
|
53
53
|
"@babel/preset-react": "^7.18.6",
|
|
54
|
-
"@equinor/echo-base": "^0.6.
|
|
54
|
+
"@equinor/echo-base": "^0.6.21",
|
|
55
55
|
"@equinor/echo-components": "^0.5.3",
|
|
56
|
-
"@equinor/echo-core": "^0.
|
|
56
|
+
"@equinor/echo-core": "^0.7.0",
|
|
57
57
|
"@equinor/echo-scripts": "^0.1.5",
|
|
58
|
-
"@equinor/echo-search": "^0.13.
|
|
59
|
-
"@equinor/echo-update": "^1.3.
|
|
58
|
+
"@equinor/echo-search": "^0.13.11",
|
|
59
|
+
"@equinor/echo-update": "^1.3.1",
|
|
60
60
|
"@equinor/echo-utils": "^0.2.12",
|
|
61
61
|
"@equinor/eds-core-react": "^0.25.0",
|
|
62
62
|
"@modular-css/rollup": "^28.2.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './HomePage';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './RiskActions';
|