jamespot-front-business 1.1.91 → 1.1.92
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/cjs.js +9 -4
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +9 -4
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -11942,6 +11942,7 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
11942
11942
|
isActive: boolean;
|
|
11943
11943
|
} & {
|
|
11944
11944
|
hasLicense: boolean;
|
|
11945
|
+
oldViewOptionProperty: boolean;
|
|
11945
11946
|
}) | undefined;
|
|
11946
11947
|
OnlyOfficeHook?: ({
|
|
11947
11948
|
isActive: boolean;
|
|
@@ -12013,6 +12014,7 @@ declare const Hook: {
|
|
|
12013
12014
|
isActive: boolean;
|
|
12014
12015
|
} & {
|
|
12015
12016
|
hasLicense: boolean;
|
|
12017
|
+
oldViewOptionProperty: boolean;
|
|
12016
12018
|
}) | undefined;
|
|
12017
12019
|
OnlyOfficeHook?: ({
|
|
12018
12020
|
isActive: boolean;
|
|
@@ -12080,6 +12082,7 @@ declare const Hook: {
|
|
|
12080
12082
|
isActive: boolean;
|
|
12081
12083
|
} & {
|
|
12082
12084
|
hasLicense: boolean;
|
|
12085
|
+
oldViewOptionProperty: boolean;
|
|
12083
12086
|
}) | undefined;
|
|
12084
12087
|
OnlyOfficeHook?: ({
|
|
12085
12088
|
isActive: boolean;
|
|
@@ -12147,6 +12150,7 @@ declare const Hook: {
|
|
|
12147
12150
|
isActive: boolean;
|
|
12148
12151
|
} & {
|
|
12149
12152
|
hasLicense: boolean;
|
|
12153
|
+
oldViewOptionProperty: boolean;
|
|
12150
12154
|
}) | undefined;
|
|
12151
12155
|
OnlyOfficeHook?: ({
|
|
12152
12156
|
isActive: boolean;
|
|
@@ -12212,6 +12216,7 @@ declare const Hook: {
|
|
|
12212
12216
|
isActive: boolean;
|
|
12213
12217
|
} & {
|
|
12214
12218
|
hasLicense: boolean;
|
|
12219
|
+
oldViewOptionProperty: boolean;
|
|
12215
12220
|
}) | undefined;
|
|
12216
12221
|
OnlyOfficeHook?: ({
|
|
12217
12222
|
isActive: boolean;
|
|
@@ -22065,6 +22070,7 @@ interface StudioAppManifest {
|
|
|
22065
22070
|
version: number;
|
|
22066
22071
|
dateCreation: string;
|
|
22067
22072
|
viewSolr: string;
|
|
22073
|
+
displayContentLegacyTable?: boolean;
|
|
22068
22074
|
checkAccess: boolean;
|
|
22069
22075
|
accessRightList?: string;
|
|
22070
22076
|
attrExposed: Array<string>;
|
|
@@ -22288,6 +22294,7 @@ interface AppServerDisplaysModel {
|
|
|
22288
22294
|
edit?: AppServerDisplayModel;
|
|
22289
22295
|
list?: AppServerDisplayModel;
|
|
22290
22296
|
display?: AppServerDisplayModel;
|
|
22297
|
+
displayDisabled?: AppServerDisplayModel;
|
|
22291
22298
|
}
|
|
22292
22299
|
interface AppServerDisplayModel {
|
|
22293
22300
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.92",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@reduxjs/toolkit": "1.9.0",
|
|
45
45
|
"@types/uuid": "^10.0.0",
|
|
46
|
-
"jamespot-user-api": "^1.0.
|
|
46
|
+
"jamespot-user-api": "^1.0.220",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|