@steedos-widgets/amis-lib 6.3.13-beta.8 → 6.3.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.
@@ -1,24 +1,11 @@
1
1
  export namespace Router {
2
2
  function getTabDisplayAs(tab_id: any, defaultEnableSplit: any): string;
3
- function getTabDisplayAs(tab_id: any, defaultEnableSplit: any): string;
4
- function setTabDisplayAs(tab_id: any, displayAs: any): void;
5
3
  function setTabDisplayAs(tab_id: any, displayAs: any): void;
6
4
  function getAppPath({ formFactor, appId }: {
7
5
  formFactor: any;
8
6
  appId: any;
9
7
  }): string;
10
- function getAppPath({ formFactor, appId }: {
11
- formFactor: any;
12
- appId: any;
13
- }): string;
14
8
  function getPagePath(): void;
15
- function getPagePath(): void;
16
- function getObjectListViewPath({ formFactor, appId, objectName, listViewName }: {
17
- formFactor: any;
18
- appId: any;
19
- objectName: any;
20
- listViewName: any;
21
- }): string;
22
9
  function getObjectListViewPath({ formFactor, appId, objectName, listViewName }: {
23
10
  formFactor: any;
24
11
  appId: any;
@@ -26,15 +13,6 @@ export namespace Router {
26
13
  listViewName: any;
27
14
  }): string;
28
15
  function getObjectDetailPath(props: any): string;
29
- function getObjectDetailPath(props: any): string;
30
- function getObjectRelatedViewPath({ formFactor, appId, masterObjectName, masterRecordId, objectName, foreignKey }: {
31
- formFactor: any;
32
- appId: any;
33
- masterObjectName: any;
34
- masterRecordId: any;
35
- objectName: any;
36
- foreignKey: any;
37
- }): string;
38
16
  function getObjectRelatedViewPath({ formFactor, appId, masterObjectName, masterRecordId, objectName, foreignKey }: {
39
17
  formFactor: any;
40
18
  appId: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.3.13-beta.8",
4
+ "version": "6.3.13",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "912546b994b1df231c192284dc53e7ddfd2ffe94"
64
+ "gitHead": "8c57cf93e134d0cfef1f4f734202052455db3556"
65
65
  }