@steedos-widgets/amis-lib 6.10.54-beta.10 → 6.10.54-beta.12

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.
@@ -24,6 +24,10 @@ export function getFlowTemplateFilesService(instance: any): {
24
24
  template: string;
25
25
  }[];
26
26
  };
27
+ export function getAmisOfficeViewerWordContainerClass(windowLike: any): string;
28
+ export function getAttachmentPdfViewerBaseUrl(windowLike: any): any;
29
+ export function getAttachmentPdfPreviewUrl(fileUrl: any, windowLike: any, viewerBaseUrl: any): any;
30
+ export function ensureAmisOfficeViewerPackageUrls(windowLike: any): boolean;
27
31
  export function getAttachments(instance: any): Promise<{
28
32
  type: string;
29
33
  className: string;
@@ -1,4 +1,5 @@
1
- export function getRelatedRecords(instance: any): Promise<{
1
+ export function openWorkflowRelatedRecord(objectName: any, recordId: any, instanceId: any, windowLike: any): boolean;
2
+ export function getRelatedRecords(instance: any, windowLike: any): Promise<{
2
3
  type: string;
3
4
  size: string;
4
5
  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.10",
4
+ "version": "6.10.54-beta.12",
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": "ce06c0c514a32fa40b51d76b06aa66dfd8becae9"
62
+ "gitHead": "a14232cbffa37194badf082f06b429038fdd5b55"
63
63
  }