@steedos-widgets/amis-lib 6.10.54-beta.8 → 6.10.54-beta.9

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.
@@ -44,6 +44,8 @@ export function getCalendarResourcesApi(objectSchema: any, calendarOptions: any)
44
44
  url: string;
45
45
  adaptor: (payload: any, response: any, api: any, context: any) => any;
46
46
  };
47
+ export function getCalendarResourceSortFields(sort: any): any;
48
+ export function getFullCalendarResourceOrder(sort: any): any;
47
49
  /**
48
50
  * 列表视图Calendar amisSchema
49
51
  * @param {*} objectSchema 对象UISchema
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.8",
4
+ "version": "6.10.54-beta.9",
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": "2f3ffbcc09c369f172af062a5c74dd64c72f651b"
62
+ "gitHead": "ee4cb9711b0adc389707f1ff6247dda84a6384d5"
63
63
  }