@steedos-widgets/amis-lib 6.10.54-beta.12 → 6.10.54-beta.13
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/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/workflow/__tests__/attachment-office-presigned.test.d.ts +1 -0
- package/dist/types/workflow/attachment.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -28,6 +28,7 @@ export function getAmisOfficeViewerWordContainerClass(windowLike: any): string;
|
|
|
28
28
|
export function getAttachmentPdfViewerBaseUrl(windowLike: any): any;
|
|
29
29
|
export function getAttachmentPdfPreviewUrl(fileUrl: any, windowLike: any, viewerBaseUrl: any): any;
|
|
30
30
|
export function ensureAmisOfficeViewerPackageUrls(windowLike: any): boolean;
|
|
31
|
+
export function getAttachmentOfficePreviewUrl(file: any, officeViewerUrl: any, fetcher?: any): Promise<string>;
|
|
31
32
|
export function getAttachments(instance: any): Promise<{
|
|
32
33
|
type: string;
|
|
33
34
|
className: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.54-beta.
|
|
4
|
+
"version": "6.10.54-beta.13",
|
|
5
5
|
"unpkg": "./dist/index.umd.js",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
7
7
|
"module": "./dist/index.esm.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"i18next": "24.2.2",
|
|
60
60
|
"lodash": "^4.17.21"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "9ae67dafa0ede91905372954b569c2735fef3149"
|
|
63
63
|
}
|