@aws-sdk/client-amplifyuibuilder
Advanced tools
Comparing version 3.67.0 to 3.68.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.68.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.67.0...v3.68.0) (2022-04-11) | ||
### Features | ||
* **client-amplifyuibuilder:** In this release, we have added the ability to bind events to component level actions. ([b7a8349](https://github.com/aws/aws-sdk-js-v3/commit/b7a83498370892c2eaa56c7757d22a53b16b8162)) | ||
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08) | ||
@@ -8,0 +19,0 @@ |
@@ -877,4 +877,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Represents the state configuration when an action modifies a property of another | ||
* element within the same component.</p> | ||
* <p>Represents the state configuration when an action modifies a property of another element | ||
* within the same component.</p> | ||
*/ | ||
@@ -1049,4 +1049,4 @@ export interface MutationActionSetStateParameter { | ||
/** | ||
* <p>Represents the event action configuration for an element of a <code>Component</code> | ||
* or <code>ComponentChild</code>. Use for the workflow feature in Amplify Studio | ||
* <p>Represents the event action configuration for an element of a <code>Component</code> or | ||
* <code>ComponentChild</code>. Use for the workflow feature in Amplify Studio | ||
* that allows you to bind events and actions to components. <code>ActionParameters</code> | ||
@@ -1057,3 +1057,4 @@ * defines the action that is performed when an event occurs on the component.</p> | ||
/** | ||
* <p>The type of navigation action. Valid values are <code>url</code> and <code>anchor</code>. This value is required for a navigation action.</p> | ||
* <p>The type of navigation action. Valid values are <code>url</code> and <code>anchor</code>. | ||
* This value is required for a navigation action.</p> | ||
*/ | ||
@@ -1066,3 +1067,4 @@ type?: ComponentProperty; | ||
/** | ||
* <p>The HTML anchor link to the location to open. Specify this value for a navigation action.</p> | ||
* <p>The HTML anchor link to the location to open. Specify this value for a navigation | ||
* action.</p> | ||
*/ | ||
@@ -1075,8 +1077,8 @@ anchor?: ComponentProperty; | ||
/** | ||
* <p>Specifies whether the user should be signed out globally. Specify this value for an auth sign out action.</p> | ||
* <p>Specifies whether the user should be signed out globally. Specify this value for an auth | ||
* sign out action.</p> | ||
*/ | ||
global?: ComponentProperty; | ||
/** | ||
* <p>The name of the data model. Use when the action performs an operation on an Amplify DataStore | ||
* model.</p> | ||
* <p>The name of the data model. Use when the action performs an operation on an Amplify DataStore model.</p> | ||
*/ | ||
@@ -1089,4 +1091,5 @@ model?: string; | ||
/** | ||
* <p>A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model. Use when the action | ||
* performs an operation on an Amplify DataStore model.</p> | ||
* <p>A dictionary of key-value pairs mapping Amplify Studio properties to fields | ||
* in a data model. Use when the action performs an operation on an Amplify | ||
* DataStore model.</p> | ||
*/ | ||
@@ -1108,5 +1111,5 @@ fields?: { | ||
/** | ||
* <p>Describes the configuration of an event. You can bind an event and a corresponding | ||
* action to a <code>Component</code> or a <code>ComponentChild</code>. A button click | ||
* is an example of an event. </p> | ||
* <p>Describes the configuration of an event. You can bind an event and a corresponding action | ||
* to a <code>Component</code> or a <code>ComponentChild</code>. A button click is an example of | ||
* an event. </p> | ||
*/ | ||
@@ -1122,2 +1125,6 @@ export interface ComponentEvent { | ||
parameters?: ActionParameters; | ||
/** | ||
* <p>Binds an event to an action on a component. When you specify a <code>bindingEvent</code>, the event is called when the action is performed.</p> | ||
*/ | ||
bindingEvent?: string; | ||
} | ||
@@ -1154,4 +1161,5 @@ export declare namespace ComponentEvent { | ||
/** | ||
* <p>Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to | ||
* bind events and actions to components.</p> | ||
* <p>Describes the events that can be raised on the child component. Use for the workflow | ||
* feature in Amplify Studio that allows you to bind events and actions to | ||
* components.</p> | ||
*/ | ||
@@ -1161,2 +1169,6 @@ events?: { | ||
}; | ||
/** | ||
* <p>The unique ID of the child component in its original source system, such as Figma.</p> | ||
*/ | ||
sourceId?: string; | ||
} | ||
@@ -1259,4 +1271,5 @@ export declare namespace ComponentChild { | ||
/** | ||
* <p>Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to | ||
* bind events and actions to components.</p> | ||
* <p>Describes the events that can be raised on the component. Use for the workflow feature in | ||
* Amplify Studio that allows you to bind events and actions to | ||
* components.</p> | ||
*/ | ||
@@ -1263,0 +1276,0 @@ events?: { |
@@ -624,2 +624,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
parameters?: ActionParameters; | ||
bindingEvent?: string; | ||
} | ||
@@ -646,2 +648,4 @@ export declare namespace ComponentEvent { | ||
}; | ||
sourceId?: string; | ||
} | ||
@@ -648,0 +652,0 @@ export declare namespace ComponentChild { |
{ | ||
"name": "@aws-sdk/client-amplifyuibuilder", | ||
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native", | ||
"version": "3.67.0", | ||
"version": "3.68.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
598331
11676