@steedos/service-core-objects 3.0.0-beta.150 → 3.0.0-beta.152
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.
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"bulletUseFont": true,
|
|
31
31
|
"enableVar": false
|
|
32
32
|
},
|
|
33
|
-
"src": "/api/v6/files/
|
|
33
|
+
"src": "/api/v6/files/cfs.files.filerecord/${_id}/${original.name}",
|
|
34
34
|
"visibleOn": "${ARRAYINCLUDES(['application/vnd.openxmlformats-officedocument.wordprocessingml.document'],record.original.type)}",
|
|
35
35
|
"className": "flex justify-center items-center h-full",
|
|
36
36
|
"loading": true
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"bulletUseFont": true,
|
|
44
44
|
"enableVar": false
|
|
45
45
|
},
|
|
46
|
-
"src": "/api/v6/files/
|
|
46
|
+
"src": "/api/v6/files/cfs.files.filerecord/${_id}/${original.name}",
|
|
47
47
|
"visibleOn": "${ARRAYINCLUDES(['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'],record.original.type)}",
|
|
48
48
|
"className": "office-viewer-excel",
|
|
49
49
|
"id": "u:07ef4d92d664",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"id": "pdf-viewer",
|
|
55
55
|
"name": "file",
|
|
56
56
|
"source": "src",
|
|
57
|
-
"src": "/api/v6/files/
|
|
57
|
+
"src": "/api/v6/files/cfs.files.filerecord/${_id}/${original.name}",
|
|
58
58
|
"visibleOn": "${ARRAYINCLUDES(['application/pdf'],record.original.type)}",
|
|
59
59
|
"className": "pdf-viewer w-full"
|
|
60
60
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"type": "image",
|
|
63
63
|
"id": "u:4d9071791016",
|
|
64
64
|
"visibleOn": "${ARRAYINCLUDES(['image/png','image/jpeg','image/bmp','image/gif','image/webp','image/psd','image/svg','image/tiff'],record.original.type)}",
|
|
65
|
-
"src": "/api/v6/files/
|
|
65
|
+
"src": "/api/v6/files/cfs.files.filerecord/${_id}/${original.name}",
|
|
66
66
|
"imageMode": "original",
|
|
67
67
|
"enlargeAble": false,
|
|
68
68
|
"maxScale": 200,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bulletUseFont": true,
|
|
30
30
|
"enableVar": false
|
|
31
31
|
},
|
|
32
|
-
"src": "/api/v6/files/
|
|
32
|
+
"src": "/api/v6/files/cfs.files.filerecord/${versions[0].value}/${name}",
|
|
33
33
|
"visibleOn": "${ARRAYINCLUDES(['docx'],extention)}",
|
|
34
34
|
"className": "flex justify-center items-center h-full",
|
|
35
35
|
"loading": true
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"bulletUseFont": true,
|
|
43
43
|
"enableVar": false
|
|
44
44
|
},
|
|
45
|
-
"src": "/api/v6/files/
|
|
45
|
+
"src": "/api/v6/files/cfs.files.filerecord/${versions[0].value}/${name}",
|
|
46
46
|
"visibleOn": "${ARRAYINCLUDES(['xlsx'],extention)}",
|
|
47
47
|
"className": "office-viewer-excel",
|
|
48
48
|
"id": "u:07ef4d92d664",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"name": "file",
|
|
55
55
|
"source": "src",
|
|
56
56
|
"className": "pdf-viewer w-full",
|
|
57
|
-
"src": "/api/v6/files/
|
|
57
|
+
"src": "/api/v6/files/cfs.files.filerecord/${versions[0].value}/${name}",
|
|
58
58
|
"visibleOn": "${ARRAYINCLUDES(['pdf','PDF'],extention)}"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"type": "image",
|
|
62
62
|
"id": "u:4d9071791016",
|
|
63
63
|
"visibleOn": "${ARRAYINCLUDES(['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'],extention)}",
|
|
64
|
-
"src": "/api/v6/files/
|
|
64
|
+
"src": "/api/v6/files/cfs.files.filerecord/${versions[0].value}/${name}",
|
|
65
65
|
"imageMode": "original",
|
|
66
66
|
"enlargeAble": false,
|
|
67
67
|
"maxScale": 200,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-core-objects",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.152",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"steedos"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@steedos/service-package-loader": "3.0.0-beta.
|
|
12
|
+
"@steedos/service-package-loader": "3.0.0-beta.152",
|
|
13
13
|
"json2xls": "^0.1.2",
|
|
14
14
|
"lodash": "^4.17.21"
|
|
15
15
|
},
|
|
16
16
|
"description": "steedos package",
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "c8c35d3ad4121ed6b207c43d63d23b18bb504d1f"
|
|
20
20
|
}
|