@react-typed-forms/schemas 10.3.0 → 10.4.0

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.
package/lib/types.d.ts CHANGED
@@ -82,7 +82,8 @@ export declare enum DynamicPropertyType {
82
82
  Style = "Style",
83
83
  LayoutStyle = "LayoutStyle",
84
84
  AllowedOptions = "AllowedOptions",
85
- Label = "Label"
85
+ Label = "Label",
86
+ ActionData = "ActionData"
86
87
  }
87
88
  export interface EntityExpression {
88
89
  type: string;
@@ -288,6 +289,7 @@ export interface HtmlDisplay extends DisplayData {
288
289
  export interface ActionControlDefinition extends ControlDefinition {
289
290
  type: ControlDefinitionType.Action;
290
291
  actionId: string;
292
+ actionData: string;
291
293
  }
292
294
  export declare enum ValidatorType {
293
295
  Jsonata = "Jsonata",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-typed-forms/schemas",
3
- "version": "10.3.0",
3
+ "version": "10.4.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",