@zextras/carbonio-shell-ui 7.0.1-devel.1723458688467 → 7.0.1-devel.1723474604916
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/lib/types/misc/index.d.ts +1 -11
- package/package.json +4 -14
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import type { ComponentType } from 'react';
|
|
2
|
-
import type { Store } from '@reduxjs/toolkit';
|
|
3
2
|
import type { To } from 'history';
|
|
4
|
-
import type {
|
|
3
|
+
import type { PanelMode } from '../apps';
|
|
5
4
|
import type { Folder } from '../folder';
|
|
6
|
-
export type LoadedAppRuntime = AppInjections & {
|
|
7
|
-
pkg: CarbonioModule;
|
|
8
|
-
};
|
|
9
|
-
export type LoadedAppsCache = {
|
|
10
|
-
[pkgName: string]: LoadedAppRuntime;
|
|
11
|
-
};
|
|
12
|
-
export type AppInjections = {
|
|
13
|
-
store: Store;
|
|
14
|
-
};
|
|
15
5
|
export type HistoryParams = {
|
|
16
6
|
path: To;
|
|
17
7
|
route?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-shell-ui",
|
|
3
|
-
"version": "7.0.1-devel.
|
|
3
|
+
"version": "7.0.1-devel.1723474604916",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
5
|
"main": "./lib/lib.js",
|
|
6
6
|
"types": "./lib/lib.d.ts",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/webpack": "^5.28.5",
|
|
77
77
|
"@types/webpack-env": "^1.18.4",
|
|
78
78
|
"@zextras/carbonio-ui-configs": "^1.0.1",
|
|
79
|
-
"@zextras/carbonio-ui-sdk": "^1.7.
|
|
79
|
+
"@zextras/carbonio-ui-sdk": "^1.7.7",
|
|
80
80
|
"autoprefixer": "^10.4.17",
|
|
81
81
|
"babel-loader": "^9.1.3",
|
|
82
82
|
"babel-plugin-styled-components": "^2.1.4",
|
|
@@ -107,10 +107,9 @@
|
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@fontsource/roboto": "^5.0.8",
|
|
110
|
-
"@reduxjs/toolkit": "^1.9.7",
|
|
111
110
|
"@sentry/browser": "^7.103.0",
|
|
112
111
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
113
|
-
"@zextras/carbonio-design-system": "^7.
|
|
112
|
+
"@zextras/carbonio-design-system": "^7.1.0",
|
|
114
113
|
"@zextras/carbonio-ui-preview": "^2.0.0",
|
|
115
114
|
"darkreader": "^4.9.79",
|
|
116
115
|
"history": "^5.3.0",
|
|
@@ -122,7 +121,6 @@
|
|
|
122
121
|
"react": "^17.0.2",
|
|
123
122
|
"react-dom": "^17.0.2",
|
|
124
123
|
"react-i18next": "^12.3.1",
|
|
125
|
-
"react-redux": "^8.1.3",
|
|
126
124
|
"react-router-dom": "^5.3.4",
|
|
127
125
|
"styled-components": "^5.3.11",
|
|
128
126
|
"tinymce": "^6.8.4",
|
|
@@ -130,22 +128,17 @@
|
|
|
130
128
|
"zustand": "^4.5.1"
|
|
131
129
|
},
|
|
132
130
|
"peerDependencies": {
|
|
133
|
-
"@
|
|
134
|
-
"@zextras/carbonio-design-system": "^7.0.0",
|
|
131
|
+
"@zextras/carbonio-design-system": "^7.1.0",
|
|
135
132
|
"@zextras/carbonio-ui-preview": "^2.0.0",
|
|
136
133
|
"core-js": "^3.31.1",
|
|
137
134
|
"lodash": "^4.17.21",
|
|
138
135
|
"react": "^17.0.2",
|
|
139
136
|
"react-dom": "^17.0.2",
|
|
140
137
|
"react-i18next": "^12.3.1",
|
|
141
|
-
"react-redux": "^8.1.3",
|
|
142
138
|
"react-router-dom": "^5.3.4",
|
|
143
139
|
"styled-components": "^5.3.11"
|
|
144
140
|
},
|
|
145
141
|
"peerDependenciesMeta": {
|
|
146
|
-
"@reduxjs/toolkit": {
|
|
147
|
-
"optional": true
|
|
148
|
-
},
|
|
149
142
|
"@zextras/carbonio-design-system": {
|
|
150
143
|
"optional": true
|
|
151
144
|
},
|
|
@@ -164,9 +157,6 @@
|
|
|
164
157
|
"react-i18next": {
|
|
165
158
|
"optional": true
|
|
166
159
|
},
|
|
167
|
-
"react-redux": {
|
|
168
|
-
"optional": true
|
|
169
|
-
},
|
|
170
160
|
"react-router-dom": {
|
|
171
161
|
"optional": true
|
|
172
162
|
},
|