@equinor/echo-framework 0.7.8 → 0.7.9
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/index.d.ts +1 -1
- package/dist/node_modules/@microsoft/signalr/dist/esm/Utils.js +1 -1
- package/dist/src/components/panel/corePanelLeft.module.css.js +1 -1
- package/dist/src/components/panel/corePanelRight.module.css.js +1 -1
- package/dist/src/components/panelButton/panelButton.module.css.js +1 -1
- package/dist/src/components/searchMenu/searchMenu.js +18 -1
- package/dist/src/components/searchMenu/searchMenu.module.css.js +4 -2
- package/dist/src/coreApplication/EchoEventHandler.js +1 -1
- package/dist/src/index.js +3 -0
- package/dist/src/types/legend.js +9 -9
- package/dist/src/utils/legendUtils.js +12 -11
- package/dist/types/legend.d.ts +9 -9
- package/dist/utils/legendUtils.d.ts +1 -0
- package/package.json +15 -15
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export { LegendStatus, LegendType } from './types/legend';
|
|
|
17
17
|
export type { ModelPermissions } from './types/modelPermissions';
|
|
18
18
|
export { PingableSources } from './types/pingableSources';
|
|
19
19
|
export * from './utils';
|
|
20
|
-
export { getLegendStatusColor, legendTypeToLegendStatus } from './utils/legendUtils';
|
|
20
|
+
export { getLegendStatusColor, legendTypeToLegendStatus, valueToEnum } from './utils/legendUtils';
|
|
21
21
|
export * from './utils/startup';
|
|
22
22
|
export declare const registerEchopediaComponent: ({ name, component }: {
|
|
23
23
|
name: import("./services/componentRegistry/componentRegistry").RegisteredComponentName;
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
6
6
|
|
|
7
7
|
var styleInject_es = require('../../../node_modules/style-inject/dist/style-inject.es.js');
|
|
8
8
|
|
|
9
|
-
var css_248z = ".corePanelLeft-module_wrapper__d2Omx{height:100%;left:-550px;max-width:550px;position:fixed;top:0;transition:
|
|
9
|
+
var css_248z = ".corePanelLeft-module_wrapper__d2Omx{height:100%;left:-550px;max-width:550px;position:fixed;top:0;transition:left .4s ease-in-out;width:550px;z-index:2}@media screen and (max-width:550px){.corePanelLeft-module_wrapperClosed__Zd1CL{left:-75vw;max-width:75vw;width:75vw}.corePanelLeft-module_active__-A3TW{width:100%}}.corePanelLeft-module_active__-A3TW{left:0;z-index:var(--echo-framework-z-level-panel)}.corePanelLeft-module_drawer__Wdb3G{background-color:#fff;border-left:2px solid #f7f7f7;box-shadow:0 6px 4px #00000040;display:flex;flex-direction:column;height:100%;opacity:0;overflow-y:hidden;position:relative;transition:opacity .4s ease-in-out;width:auto}.corePanelLeft-module_active__-A3TW .corePanelLeft-module_drawer__Wdb3G{opacity:1}.corePanelLeft-module_buttonContainer__bs-Uu{display:flex;flex-direction:column;position:absolute;right:-70px;top:0}.corePanelLeft-module_button__SqyKk{margin-left:var(--medium);margin-top:var(--small)}";
|
|
10
10
|
var style = {
|
|
11
11
|
"wrapper": "corePanelLeft-module_wrapper__d2Omx",
|
|
12
12
|
"wrapperClosed": "corePanelLeft-module_wrapperClosed__Zd1CL",
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
6
6
|
|
|
7
7
|
var styleInject_es = require('../../../node_modules/style-inject/dist/style-inject.es.js');
|
|
8
8
|
|
|
9
|
-
var css_248z = ".corePanelRight-module_wrapper__YN3Zr{height:100%;max-width:352px;position:fixed;right:-352px;top:0;transition:
|
|
9
|
+
var css_248z = ".corePanelRight-module_wrapper__YN3Zr{height:100%;max-width:352px;position:fixed;right:-352px;top:0;transition:right .4s ease-in-out;width:352px;z-index:2}@media screen and (max-width:500px){.corePanelRight-module_wrapper__YN3Zr{max-width:75vw;right:-75vw;width:75vw}}.corePanelRight-module_active__RIMQt{right:0;z-index:var(--echo-framework-z-level-panel)}.corePanelRight-module_drawer__1-ucH{background-color:#fff;border-left:2px solid #f7f7f7;box-shadow:0 6px 4px #00000040;display:flex;flex-direction:column;height:100%;opacity:0;overflow-y:auto;position:relative;transition:opacity .4s ease-in-out;width:auto}.corePanelRight-module_active__RIMQt .corePanelRight-module_drawer__1-ucH{opacity:1}.corePanelRight-module_buttonContainer__62imJ{display:flex;flex-direction:column;left:-90px;position:absolute;top:0}.corePanelRight-module_button__WBdfZ{margin-left:var(--medium);margin-top:var(--small)}";
|
|
10
10
|
var style = {
|
|
11
11
|
"wrapper": "corePanelRight-module_wrapper__YN3Zr",
|
|
12
12
|
"active": "corePanelRight-module_active__RIMQt",
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
6
6
|
|
|
7
7
|
var styleInject_es = require('../../../node_modules/style-inject/dist/style-inject.es.js');
|
|
8
8
|
|
|
9
|
-
var css_248z = ".panelButton-module_toolContainer__ep4kR .panelButton-module_buttonContainer__4TgXU{width:88px}.panelButton-module_toolContainer__ep4kR .panelButton-module_buttonContainer__4TgXU button{margin:0 16px}.panelButton-module_buttonContainer__4TgXU>span{display:inline-block;margin-top:8px;text-align:center;width:100%}.panelButton-module_pageMenuButton__n8yyO{align-items:center;background:#fff;border:1px solid var(--equiGreen1);border-radius:50%;box-shadow:0 4px 4px rgba(0,0,0,.25);box-sizing:border-box;display:flex;height:48px;justify-content:center;width:48px}.panelButton-module_pageMenuButton__n8yyO:hover{background-color:var(--equiGreen2);color:var(--hoverIcon)}.panelButton-module_pageMenuButton__n8yyO:hover svg{fill:var(--hoverIcon)}.panelButton-module_pageMenu__zrbYT .panelButton-module_buttonContainer__4TgXU{margin-right:var(--medium);margin-top:var(--large)}.panelButton-module_toggleButton__bQEhh{background:var(--toggleInactive);border:1px solid var(--toggleInactive)}.panelButton-module_toggleButton__bQEhh:hover{background:rgba(179,13,47,.5);border:1px solid var(--toggleInactive)}.panelButton-module_activeButton__xwFrp{background:var(--equiGreen1);border:2px solid var(--equiGreen1)}.panelButton-module_activeButton__xwFrp.panelButton-module_toggleButton__bQEhh{background:var(--toggleActive);border:1px solid var(--toggleActive)}.panelButton-module_activeButton__xwFrp.panelButton-module_toggleButton__bQEhh:hover{background:rgba(75,183,72,.5);border:1px solid var(--toggleActive)}.panelButton-module_pageMenu__zrbYT{background-color:#fff;border-left:2px solid var(--searchBarBackground);height:100vh;overflow:auto;position:fixed;top:0;transition:
|
|
9
|
+
var css_248z = ".panelButton-module_toolContainer__ep4kR .panelButton-module_buttonContainer__4TgXU{width:88px}.panelButton-module_toolContainer__ep4kR .panelButton-module_buttonContainer__4TgXU button{margin:0 16px}.panelButton-module_buttonContainer__4TgXU>span{display:inline-block;margin-top:8px;text-align:center;width:100%}.panelButton-module_pageMenuButton__n8yyO{align-items:center;background:#fff;border:1px solid var(--equiGreen1);border-radius:50%;box-shadow:0 4px 4px rgba(0,0,0,.25);box-sizing:border-box;display:flex;height:48px;justify-content:center;width:48px}.panelButton-module_pageMenuButton__n8yyO:hover{background-color:var(--equiGreen2);color:var(--hoverIcon)}.panelButton-module_pageMenuButton__n8yyO:hover svg{fill:var(--hoverIcon)}.panelButton-module_pageMenu__zrbYT .panelButton-module_buttonContainer__4TgXU{margin-right:var(--medium);margin-top:var(--large)}.panelButton-module_toggleButton__bQEhh{background:var(--toggleInactive);border:1px solid var(--toggleInactive)}.panelButton-module_toggleButton__bQEhh:hover{background:rgba(179,13,47,.5);border:1px solid var(--toggleInactive)}.panelButton-module_activeButton__xwFrp{background:var(--equiGreen1);border:2px solid var(--equiGreen1)}.panelButton-module_activeButton__xwFrp.panelButton-module_toggleButton__bQEhh{background:var(--toggleActive);border:1px solid var(--toggleActive)}.panelButton-module_activeButton__xwFrp.panelButton-module_toggleButton__bQEhh:hover{background:rgba(75,183,72,.5);border:1px solid var(--toggleActive)}.panelButton-module_pageMenu__zrbYT{background-color:#fff;border-left:2px solid var(--searchBarBackground);height:100vh;overflow:auto;position:fixed;top:0;transition:width .4s ease-in-out;width:352px}.panelButton-module_menuTitle__AbGFt{color:#000;display:inline-block;font-size:16px;letter-spacing:.2px;line-height:16px;margin-bottom:23px;margin-left:var(--small);margin-top:18px;width:100%}@keyframes panelButton-module_spinAnimation__UXxpQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.panelButton-module_spinningIcon__6dVtG{animation:panelButton-module_spinAnimation__UXxpQ 1.5s linear infinite reverse}@media only screen and (max-width:415px){.panelButton-module_pageMenu__zrbYT{right:-345px;width:335px}}@media only screen and (max-width:375px){.panelButton-module_pageMenu__zrbYT{width:305px}.panelButton-module_pageMenu__zrbYT .panelButton-module_buttonContainer__4TgXU{margin-top:var(--xLarge)}}@media only screen and (max-width:360px){.panelButton-module_pageMenu__zrbYT{width:285px}.panelButton-module_pageMenu__zrbYT .panelButton-module_buttonContainer__4TgXU{margin-top:var(--xLarge)}}.panelButton-module_toolContainer__ep4kR{padding:16px 32px}.panelButton-module_versionInformation__8lRzu{display:flex;flex:1 0 auto;flex-direction:column;font-size:12px;height:fit-content;justify-content:flex-end;margin:20px 0}.panelButton-module_appMenuHeaderLink__Pr9pK{color:var(--echoText);display:inline-block;font-size:16px;font-weight:500;line-height:24px;padding:8px 0;width:100%}.panelButton-module_appMenuHeaderLink__Pr9pK:hover{text-decoration:none}.panelButton-module_appMenuContainer__Dxree{display:flex;flex-flow:column;height:100%}";
|
|
10
10
|
var style = {
|
|
11
11
|
"toolContainer": "panelButton-module_toolContainer__ep4kR",
|
|
12
12
|
"buttonContainer": "panelButton-module_buttonContainer__4TgXU",
|
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
|
|
9
|
+
var EchoCore = require('@equinor/echo-core');
|
|
10
|
+
|
|
11
|
+
var edsCoreReact = require('@equinor/eds-core-react');
|
|
12
|
+
|
|
9
13
|
var React = require('react');
|
|
10
14
|
|
|
11
15
|
var searchMenu_module = require('./searchMenu.module.css.js');
|
|
@@ -21,9 +25,22 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
21
25
|
var SearchMenu = function SearchMenu() {
|
|
22
26
|
var _a;
|
|
23
27
|
|
|
28
|
+
var onClick = function onClick() {
|
|
29
|
+
EchoCore.setActivePanel('');
|
|
30
|
+
};
|
|
31
|
+
|
|
24
32
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33
|
+
className: searchMenu_module["default"].wrapper
|
|
34
|
+
}, /*#__PURE__*/React__default["default"].createElement(edsCoreReact.Button, {
|
|
35
|
+
variant: "ghost_icon",
|
|
36
|
+
className: searchMenu_module["default"].close,
|
|
37
|
+
onClick: onClick
|
|
38
|
+
}, /*#__PURE__*/React__default["default"].createElement(edsCoreReact.Icon, {
|
|
39
|
+
name: "close",
|
|
40
|
+
title: "close menu"
|
|
41
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25
42
|
className: searchMenu_module["default"].panel
|
|
26
|
-
}, /*#__PURE__*/React__default["default"].createElement("h3", null, "SearchMenu"), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.PRODUCTION: ", /*#__PURE__*/React__default["default"].createElement("b", null, (_a = process.env.PRODUCTION) === null || _a === void 0 ? void 0 : _a.toString())), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.NAME: ", /*#__PURE__*/React__default["default"].createElement("b", null, process.env.NAME)), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.VERSION: ", /*#__PURE__*/React__default["default"].createElement("b", null, process.env.VERSION)));
|
|
43
|
+
}, /*#__PURE__*/React__default["default"].createElement("h3", null, "SearchMenu"), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.PRODUCTION: ", /*#__PURE__*/React__default["default"].createElement("b", null, (_a = process.env.PRODUCTION) === null || _a === void 0 ? void 0 : _a.toString())), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.NAME: ", /*#__PURE__*/React__default["default"].createElement("b", null, process.env.NAME)), /*#__PURE__*/React__default["default"].createElement("p", null, "process.env.VERSION: ", /*#__PURE__*/React__default["default"].createElement("b", null, process.env.VERSION))));
|
|
27
44
|
};
|
|
28
45
|
|
|
29
46
|
exports["default"] = SearchMenu;
|
|
@@ -6,9 +6,11 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
6
6
|
|
|
7
7
|
var styleInject_es = require('../../../node_modules/style-inject/dist/style-inject.es.js');
|
|
8
8
|
|
|
9
|
-
var css_248z = ".searchMenu-module_panel__pzxlv{padding:var(--small)}";
|
|
9
|
+
var css_248z = ".searchMenu-module_panel__pzxlv{padding:var(--small)}.searchMenu-module_wrapper__6IH4I{display:flex;flex-direction:column;margin:10px}.searchMenu-module_close__L1kwT{align-self:end}";
|
|
10
10
|
var style = {
|
|
11
|
-
"panel": "searchMenu-module_panel__pzxlv"
|
|
11
|
+
"panel": "searchMenu-module_panel__pzxlv",
|
|
12
|
+
"wrapper": "searchMenu-module_wrapper__6IH4I",
|
|
13
|
+
"close": "searchMenu-module_close__L1kwT"
|
|
12
14
|
};
|
|
13
15
|
styleInject_es["default"](css_248z);
|
|
14
16
|
exports["default"] = style;
|
|
@@ -55,7 +55,7 @@ var EchoEventHandler = function EchoEventHandler(_ref) {
|
|
|
55
55
|
return function () {
|
|
56
56
|
document.removeEventListener('contextmenu', copyText.copyText);
|
|
57
57
|
};
|
|
58
|
-
});
|
|
58
|
+
}, []);
|
|
59
59
|
React.useEffect(function () {
|
|
60
60
|
if (!history) {
|
|
61
61
|
console.error('No react history found!', history);
|
package/dist/src/index.js
CHANGED
|
@@ -84,6 +84,8 @@ var routes = require('./components/router/routes.js');
|
|
|
84
84
|
|
|
85
85
|
var useLayout = require('./components/router/useLayout.js');
|
|
86
86
|
|
|
87
|
+
require('@equinor/echo-core');
|
|
88
|
+
|
|
87
89
|
require('./components/searchMenu/searchMenu.module.css.js');
|
|
88
90
|
|
|
89
91
|
var tagNumber = require('./components/tagNumber/tagNumber.js');
|
|
@@ -139,6 +141,7 @@ Object.defineProperty(exports, 'RegisteredComponentName', {
|
|
|
139
141
|
});
|
|
140
142
|
exports.getLegendStatusColor = legendUtils.getLegendStatusColor;
|
|
141
143
|
exports.legendTypeToLegendStatus = legendUtils.legendTypeToLegendStatus;
|
|
144
|
+
exports.valueToEnum = legendUtils.valueToEnum;
|
|
142
145
|
exports.AppLinks = AppLinks.AppLinks;
|
|
143
146
|
exports.LinkButton = linkButton.LinkButton;
|
|
144
147
|
exports.CameraLayout = layouts.CameraLayout;
|
package/dist/src/types/legend.js
CHANGED
|
@@ -31,15 +31,15 @@ exports.LegendStatus = void 0;
|
|
|
31
31
|
LegendStatus["RFOCRejected"] = "RFOCRejected";
|
|
32
32
|
LegendStatus["Error"] = "Error"; // WO statuses
|
|
33
33
|
|
|
34
|
-
LegendStatus["PM01"] = "
|
|
35
|
-
LegendStatus["PM02"] = "
|
|
36
|
-
LegendStatus["PM03"] = "
|
|
37
|
-
LegendStatus["PM04"] = "
|
|
38
|
-
LegendStatus["PM05"] = "
|
|
39
|
-
LegendStatus["PM06"] = "
|
|
40
|
-
LegendStatus["PM010"] = "
|
|
41
|
-
LegendStatus["PM015"] = "
|
|
42
|
-
LegendStatus["PM020"] = "
|
|
34
|
+
LegendStatus["PM01"] = "PM01";
|
|
35
|
+
LegendStatus["PM02"] = "PM02";
|
|
36
|
+
LegendStatus["PM03"] = "PM03";
|
|
37
|
+
LegendStatus["PM04"] = "PM04";
|
|
38
|
+
LegendStatus["PM05"] = "PM05";
|
|
39
|
+
LegendStatus["PM06"] = "PM06";
|
|
40
|
+
LegendStatus["PM010"] = "PM010";
|
|
41
|
+
LegendStatus["PM015"] = "PM015";
|
|
42
|
+
LegendStatus["PM020"] = "PM020";
|
|
43
43
|
})(exports.LegendStatus || (exports.LegendStatus = {}));
|
|
44
44
|
|
|
45
45
|
exports.LegendType = void 0;
|
|
@@ -97,31 +97,31 @@ function getLegendStatusColor() {
|
|
|
97
97
|
return style.getPropertyValue('--unknown');
|
|
98
98
|
// WO statuses
|
|
99
99
|
|
|
100
|
-
case legend.LegendStatus.PM01:
|
|
100
|
+
case legend.LegendStatus.PM01.toLocaleLowerCase():
|
|
101
101
|
return style.getPropertyValue('--pm01');
|
|
102
102
|
|
|
103
|
-
case legend.LegendStatus.PM02:
|
|
103
|
+
case legend.LegendStatus.PM02.toLocaleLowerCase():
|
|
104
104
|
return style.getPropertyValue('--pm02');
|
|
105
105
|
|
|
106
|
-
case legend.LegendStatus.PM03:
|
|
106
|
+
case legend.LegendStatus.PM03.toLocaleLowerCase():
|
|
107
107
|
return style.getPropertyValue('--pm03');
|
|
108
108
|
|
|
109
|
-
case legend.LegendStatus.PM04:
|
|
109
|
+
case legend.LegendStatus.PM04.toLocaleLowerCase():
|
|
110
110
|
return style.getPropertyValue('--pm04');
|
|
111
111
|
|
|
112
|
-
case legend.LegendStatus.PM05:
|
|
112
|
+
case legend.LegendStatus.PM05.toLocaleLowerCase():
|
|
113
113
|
return style.getPropertyValue('--pm05');
|
|
114
114
|
|
|
115
|
-
case legend.LegendStatus.PM06:
|
|
115
|
+
case legend.LegendStatus.PM06.toLocaleLowerCase():
|
|
116
116
|
return style.getPropertyValue('--pm06');
|
|
117
117
|
|
|
118
|
-
case legend.LegendStatus.PM010:
|
|
118
|
+
case legend.LegendStatus.PM010.toLocaleLowerCase():
|
|
119
119
|
return style.getPropertyValue('--pm010');
|
|
120
120
|
|
|
121
|
-
case legend.LegendStatus.PM015:
|
|
121
|
+
case legend.LegendStatus.PM015.toLocaleLowerCase():
|
|
122
122
|
return style.getPropertyValue('--pm015');
|
|
123
123
|
|
|
124
|
-
case legend.LegendStatus.PM020:
|
|
124
|
+
case legend.LegendStatus.PM020.toLocaleLowerCase():
|
|
125
125
|
return style.getPropertyValue('--pm020');
|
|
126
126
|
|
|
127
127
|
default:
|
|
@@ -151,9 +151,9 @@ function valueToEnum(value, enumType) {
|
|
|
151
151
|
var enumTypeIndexForValue = listToLowerCase(Object.values(enumType)).indexOf(value.toLowerCase());
|
|
152
152
|
|
|
153
153
|
if (enumTypeIndexForValue === -1) {
|
|
154
|
-
return Object.
|
|
154
|
+
return Object.values(enumType)[0];
|
|
155
155
|
} else {
|
|
156
|
-
return Object.
|
|
156
|
+
return Object.values(enumType)[enumTypeIndexForValue];
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
|
|
@@ -165,3 +165,4 @@ function listToLowerCase(values) {
|
|
|
165
165
|
|
|
166
166
|
exports.getLegendStatusColor = getLegendStatusColor;
|
|
167
167
|
exports.legendTypeToLegendStatus = legendTypeToLegendStatus;
|
|
168
|
+
exports.valueToEnum = valueToEnum;
|
package/dist/types/legend.d.ts
CHANGED
|
@@ -20,15 +20,15 @@ export declare enum LegendStatus {
|
|
|
20
20
|
RFCCRejected = "RFCCRejected",
|
|
21
21
|
RFOCRejected = "RFOCRejected",
|
|
22
22
|
Error = "Error",
|
|
23
|
-
PM01 = "
|
|
24
|
-
PM02 = "
|
|
25
|
-
PM03 = "
|
|
26
|
-
PM04 = "
|
|
27
|
-
PM05 = "
|
|
28
|
-
PM06 = "
|
|
29
|
-
PM010 = "
|
|
30
|
-
PM015 = "
|
|
31
|
-
PM020 = "
|
|
23
|
+
PM01 = "PM01",
|
|
24
|
+
PM02 = "PM02",
|
|
25
|
+
PM03 = "PM03",
|
|
26
|
+
PM04 = "PM04",
|
|
27
|
+
PM05 = "PM05",
|
|
28
|
+
PM06 = "PM06",
|
|
29
|
+
PM010 = "PM010",
|
|
30
|
+
PM015 = "PM015",
|
|
31
|
+
PM020 = "PM020"
|
|
32
32
|
}
|
|
33
33
|
export declare enum LegendType {
|
|
34
34
|
Stid = "Stid",
|
|
@@ -12,3 +12,4 @@ export declare function getLegendStatusColor(tagStatus?: LegendStatus | string):
|
|
|
12
12
|
* @returns {string | LegendStatus}
|
|
13
13
|
*/
|
|
14
14
|
export declare function legendTypeToLegendStatus(legendType: LegendType, status: string): string | LegendStatus;
|
|
15
|
+
export declare function valueToEnum(value: string | undefined | null, enumType: typeof LegendStatus): LegendStatus;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-framework",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
4
4
|
"description": "Modules and components for EchoWeb, utilizing EchoCore",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@equinor/echo-base": "^0.6.4",
|
|
38
|
-
"@equinor/echo-components": "^0.3.
|
|
38
|
+
"@equinor/echo-components": "^0.3.2",
|
|
39
39
|
"@equinor/echo-core": "^0.6.9",
|
|
40
40
|
"@equinor/echo-search": "^0.11.15",
|
|
41
41
|
"@equinor/echo-utils": "^0.2.9",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/preset-env": "^7.16.11",
|
|
51
51
|
"@babel/preset-react": "^7.16.7",
|
|
52
52
|
"@equinor/echo-base": "^0.6.4",
|
|
53
|
-
"@equinor/echo-components": "^0.3.
|
|
53
|
+
"@equinor/echo-components": "^0.3.2",
|
|
54
54
|
"@equinor/echo-core": "^0.6.9",
|
|
55
55
|
"@equinor/echo-scripts": "^0.1.5",
|
|
56
56
|
"@equinor/echo-search": "^0.11.15",
|
|
57
57
|
"@equinor/echo-update": "^1.3.0",
|
|
58
58
|
"@equinor/echo-utils": "^0.2.9",
|
|
59
59
|
"@equinor/eds-core-react": "^0.17.0",
|
|
60
|
-
"@modular-css/rollup": "^
|
|
60
|
+
"@modular-css/rollup": "^28.0.0",
|
|
61
61
|
"@rollup/plugin-babel": "^5.3.1",
|
|
62
62
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
63
63
|
"@rollup/plugin-image": "^2.1.1",
|
|
@@ -70,36 +70,36 @@
|
|
|
70
70
|
"@types/jest": "^27.4.1",
|
|
71
71
|
"@types/node": "^17.0.21",
|
|
72
72
|
"@types/react": "^17.0.39",
|
|
73
|
-
"@types/react-dom": "^17.0.
|
|
73
|
+
"@types/react-dom": "^17.0.13",
|
|
74
74
|
"@types/react-router-dom": "^5.3.3",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
76
|
-
"@typescript-eslint/parser": "^5.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
|
76
|
+
"@typescript-eslint/parser": "^5.14.0",
|
|
77
77
|
"@wessberg/rollup-plugin-ts": "^2.0.4",
|
|
78
78
|
"autoprefixer": "^10.4.2",
|
|
79
79
|
"babel-jest": "^27.5.1",
|
|
80
|
-
"eslint": "^8.
|
|
81
|
-
"eslint-config-prettier": "^8.
|
|
80
|
+
"eslint": "^8.10.0",
|
|
81
|
+
"eslint-config-prettier": "^8.5.0",
|
|
82
82
|
"eslint-plugin-prettier": "^4.0.0",
|
|
83
|
-
"eslint-plugin-react": "^7.29.
|
|
83
|
+
"eslint-plugin-react": "^7.29.3",
|
|
84
84
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
85
85
|
"jest": "^27.5.1",
|
|
86
86
|
"jest-expo": "^44.0.1",
|
|
87
|
-
"postcss": "^8.4.
|
|
87
|
+
"postcss": "^8.4.8",
|
|
88
88
|
"postcss-assets": "^6.0.0",
|
|
89
89
|
"postcss-modules": "^4.3.1",
|
|
90
90
|
"prettier": "^2.5.1",
|
|
91
91
|
"react": "^17.0.2",
|
|
92
92
|
"react-dom": "^17.0.2",
|
|
93
93
|
"react-router-dom": "^5.3.0",
|
|
94
|
-
"rollup": "^2.
|
|
94
|
+
"rollup": "^2.70.0",
|
|
95
95
|
"rollup-plugin-delete": "^2.0.0",
|
|
96
96
|
"rollup-plugin-postcss": "^4.0.2",
|
|
97
|
-
"rollup-plugin-typescript-paths": "^1.3.
|
|
97
|
+
"rollup-plugin-typescript-paths": "^1.3.1",
|
|
98
98
|
"rollup-plugin-typescript2": "^0.31.2",
|
|
99
99
|
"styled-components": "^5.3.3",
|
|
100
100
|
"ts-jest": "^27.1.3",
|
|
101
101
|
"tslib": "^2.3.1",
|
|
102
|
-
"typescript": "
|
|
102
|
+
"typescript": "=4.6.2"
|
|
103
103
|
},
|
|
104
104
|
"compilerOptions": {
|
|
105
105
|
"declaration": true
|
|
@@ -112,6 +112,6 @@
|
|
|
112
112
|
"npm": ">=7.0.0"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@microsoft/signalr": "^6.0.
|
|
115
|
+
"@microsoft/signalr": "^6.0.3"
|
|
116
116
|
}
|
|
117
117
|
}
|