@acorex/platform 20.8.6 → 20.8.8

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.
@@ -2260,7 +2260,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
2260
2260
  * Update expose data for empty state
2261
2261
  */
2262
2262
  private expoesItems;
2263
- protected outputs(): (string | {
2263
+ outputs(): (string | {
2264
2264
  [name: string]: unknown;
2265
2265
  })[];
2266
2266
  private singleOrMultiple;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.8.6",
3
+ "version": "20.8.8",
4
4
  "peerDependencies": {
5
5
  "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
6
6
  "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",