@equinor/fusion-framework-dev-portal 11.0.0-next.0 → 11.0.0-next.2
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/CHANGELOG.md +19 -0
- package/dist/main.js +4 -4
- package/package.json +22 -22
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 11.0.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6639e6e]
|
|
8
|
+
- @equinor/fusion-observable@9.1.2-next.1
|
|
9
|
+
- @equinor/fusion-framework-module-analytics@3.1.0-next.1
|
|
10
|
+
- @equinor/fusion-framework-module-telemetry@8.0.0-next.1
|
|
11
|
+
- @equinor/fusion-framework-app@14.0.0-next.1
|
|
12
|
+
- @equinor/fusion-framework@8.1.0-next.1
|
|
13
|
+
- @equinor/fusion-framework-dev-server@2.0.19-next.1
|
|
14
|
+
|
|
15
|
+
## 11.0.0-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [e13cfa4]
|
|
20
|
+
- @equinor/fusion-framework-module-ag-grid@37.1.0-next.1
|
|
21
|
+
|
|
3
22
|
## 11.0.0-next.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/main.js
CHANGED
|
@@ -36453,7 +36453,7 @@ var jx = /* @__PURE__ */ o(((e, t) => {
|
|
|
36453
36453
|
setFilter(e) {
|
|
36454
36454
|
return this._set("filter", e), this;
|
|
36455
36455
|
}
|
|
36456
|
-
}, Ix = "8.0.0-next.
|
|
36456
|
+
}, Ix = "8.0.0-next.1", Lx;
|
|
36457
36457
|
(function(e) {
|
|
36458
36458
|
e[e.Debug = 0] = "Debug", e[e.Information = 1] = "Information", e[e.Warning = 2] = "Warning", e[e.Error = 3] = "Error", e[e.Critical = 4] = "Critical";
|
|
36459
36459
|
})(Lx ||= {});
|
|
@@ -46908,7 +46908,7 @@ var kce = { [zA.v1]: w_({}) }, Ace = { [zA.v1]: p_() }, jce = (e, t, n) => {
|
|
|
46908
46908
|
}
|
|
46909
46909
|
}, ble = (e) => {
|
|
46910
46910
|
e.addConfig({ module: VA });
|
|
46911
|
-
}, xle = "8.1.0-next.
|
|
46911
|
+
}, xle = "8.1.0-next.1", Sle = class extends wi {
|
|
46912
46912
|
static className = "FrameworkConfigurator";
|
|
46913
46913
|
constructor() {
|
|
46914
46914
|
super([
|
|
@@ -66979,7 +66979,7 @@ var YZ = (e) => gx(e.type), Hbe = {
|
|
|
66979
66979
|
setAdapter(e, t) {
|
|
66980
66980
|
return this.#t[e] = t, this;
|
|
66981
66981
|
}
|
|
66982
|
-
}, dxe = "3.1.0-next.
|
|
66982
|
+
}, dxe = "3.1.0-next.1", fxe = class extends it {
|
|
66983
66983
|
constructor(e) {
|
|
66984
66984
|
super(e.unsubscribe);
|
|
66985
66985
|
}
|
|
@@ -73611,7 +73611,7 @@ var dTe = (e) => {
|
|
|
73611
73611
|
}
|
|
73612
73612
|
let r = o0(t);
|
|
73613
73613
|
return r ? s0(r.appKey, e ?? void 0) : t;
|
|
73614
|
-
}, pTe = "11.0.0-next.
|
|
73614
|
+
}, pTe = "11.0.0-next.2", mTe = async (e) => {
|
|
73615
73615
|
eS(e, {
|
|
73616
73616
|
attachConfiguratorEvents: !0,
|
|
73617
73617
|
configure: (e, t) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-dev-portal",
|
|
3
|
-
"version": "11.0.0-next.
|
|
3
|
+
"version": "11.0.0-next.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/main.js",
|
|
@@ -44,47 +44,47 @@
|
|
|
44
44
|
"vite": "^8.0.0",
|
|
45
45
|
"vitest": "^4.1.0",
|
|
46
46
|
"vitest-browser-react": "^2.2.0",
|
|
47
|
-
"@equinor/fusion-framework-app": "14.0.0-next.
|
|
48
|
-
"@equinor/fusion-framework-dev-server": "2.0.19-next.
|
|
49
|
-
"@equinor/fusion-framework-module-ag-grid": "37.0
|
|
50
|
-
"@equinor/fusion-framework": "
|
|
51
|
-
"@equinor/fusion-framework-module-analytics": "3.1.0-next.0",
|
|
47
|
+
"@equinor/fusion-framework-app": "14.0.0-next.1",
|
|
48
|
+
"@equinor/fusion-framework-dev-server": "2.0.19-next.1",
|
|
49
|
+
"@equinor/fusion-framework-module-ag-grid": "37.1.0-next.1",
|
|
50
|
+
"@equinor/fusion-framework-module-analytics": "3.1.0-next.1",
|
|
52
51
|
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
53
52
|
"@equinor/fusion-framework-module-app": "8.1.0-next.0",
|
|
54
53
|
"@equinor/fusion-framework-module-context": "9.0.0-next.0",
|
|
55
54
|
"@equinor/fusion-framework-module-feature-flag": "2.1.0-next.0",
|
|
56
55
|
"@equinor/fusion-framework-module-navigation": "7.0.8-next.0",
|
|
57
|
-
"@equinor/fusion-framework
|
|
58
|
-
"@equinor/fusion-framework-plugin-context-navigation": "1.0.0-next.0",
|
|
56
|
+
"@equinor/fusion-framework": "8.1.0-next.1",
|
|
59
57
|
"@equinor/fusion-framework-module-services": "8.1.1-next.0",
|
|
58
|
+
"@equinor/fusion-framework-plugin-context-navigation": "1.0.0-next.0",
|
|
60
59
|
"@equinor/fusion-framework-react": "9.0.0-next.0",
|
|
60
|
+
"@equinor/fusion-framework-module-telemetry": "8.0.0-next.1",
|
|
61
61
|
"@equinor/fusion-framework-react-components-bookmark": "2.0.4-next.0",
|
|
62
|
-
"@equinor/fusion-framework-react-module-bookmark": "7.0.0-next.0",
|
|
63
62
|
"@equinor/fusion-framework-react-components-people-provider": "2.0.5-next.0",
|
|
63
|
+
"@equinor/fusion-framework-react-module-bookmark": "7.0.0-next.0",
|
|
64
64
|
"@equinor/fusion-framework-react-router": "2.4.1-next.0",
|
|
65
|
-
"@equinor/fusion-
|
|
66
|
-
"@equinor/fusion-
|
|
65
|
+
"@equinor/fusion-query": "7.0.4-next.0",
|
|
66
|
+
"@equinor/fusion-observable": "9.1.2-next.1"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@equinor/fusion-framework": "8.1.0-next.
|
|
70
|
-
"@equinor/fusion-framework-
|
|
71
|
-
"@equinor/fusion-framework-
|
|
72
|
-
"@equinor/fusion-framework-module-
|
|
69
|
+
"@equinor/fusion-framework": "8.1.0-next.1",
|
|
70
|
+
"@equinor/fusion-framework-dev-server": "2.0.19-next.1",
|
|
71
|
+
"@equinor/fusion-framework-app": "14.0.0-next.1",
|
|
72
|
+
"@equinor/fusion-framework-module-ag-grid": "37.1.0-next.1",
|
|
73
|
+
"@equinor/fusion-framework-module-analytics": "3.1.0-next.1",
|
|
74
|
+
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
73
75
|
"@equinor/fusion-framework-module-app": "8.1.0-next.0",
|
|
74
|
-
"@equinor/fusion-framework-app": "14.0.0-next.0",
|
|
75
|
-
"@equinor/fusion-framework-module-context": "9.0.0-next.0",
|
|
76
76
|
"@equinor/fusion-framework-module-feature-flag": "2.1.0-next.0",
|
|
77
|
+
"@equinor/fusion-framework-module-context": "9.0.0-next.0",
|
|
77
78
|
"@equinor/fusion-framework-module-navigation": "7.0.8-next.0",
|
|
78
|
-
"@equinor/fusion-framework-module-bookmark": "4.1.0-next.0",
|
|
79
79
|
"@equinor/fusion-framework-module-services": "8.1.1-next.0",
|
|
80
|
-
"@equinor/fusion-framework-plugin-context-navigation": "1.0.0-next.0",
|
|
81
|
-
"@equinor/fusion-framework-module-telemetry": "8.0.0-next.0",
|
|
82
80
|
"@equinor/fusion-framework-react": "9.0.0-next.0",
|
|
81
|
+
"@equinor/fusion-framework-plugin-context-navigation": "1.0.0-next.0",
|
|
82
|
+
"@equinor/fusion-framework-module-telemetry": "8.0.0-next.1",
|
|
83
83
|
"@equinor/fusion-framework-react-components-bookmark": "2.0.4-next.0",
|
|
84
84
|
"@equinor/fusion-framework-react-components-people-provider": "2.0.5-next.0",
|
|
85
85
|
"@equinor/fusion-framework-react-module-bookmark": "7.0.0-next.0",
|
|
86
|
-
"@equinor/fusion-
|
|
87
|
-
"@equinor/fusion-
|
|
86
|
+
"@equinor/fusion-observable": "9.1.2-next.1",
|
|
87
|
+
"@equinor/fusion-query": "7.0.4-next.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependenciesMeta": {
|
|
90
90
|
"@equinor/fusion-framework": {
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '11.0.0-next.
|
|
2
|
+
export const version = '11.0.0-next.2';
|