@steedos-widgets/amis-lib 1.2.14 → 1.2.15

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.
@@ -183,6 +183,7 @@ export function getListSchema(appName: any, objectName: any, listViewName: any,
183
183
  adaptor: any;
184
184
  headerToolbarItems: any;
185
185
  filterVisible: any;
186
+ rowClassNameExpr: any;
186
187
  };
187
188
  isCustomAmisSchema?: undefined;
188
189
  isCalendar?: undefined;
@@ -438,6 +439,7 @@ export function getObjectRelated({ appName, masterObjectName, objectName, relate
438
439
  adaptor: any;
439
440
  headerToolbarItems: any;
440
441
  filterVisible: any;
442
+ rowClassNameExpr: any;
441
443
  };
442
444
  isCustomAmisSchema?: undefined;
443
445
  isCalendar?: undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.2.14",
4
+ "version": "1.2.15",
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
  "dependencies": {
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "94da72e4759e157f7bf35430e783b22db7c06c0c"
62
+ "gitHead": "0e118c5e3725006de990cb4273cdca4797ef992a"
63
63
  }