|
15 | 15 | ******************************************************************************/ |
16 | 16 | import Utils from "./utils.js"; |
17 | 17 | import LanguageUtils from "./LanguageUtils.js"; |
18 | | -import {createFormInstance, FileObject, extractFileInfo, readAttachments, Click, Change, Submit, Save, Blur, AddItem, RemoveItem, CustomEvent, UIChange} from "@aemforms/af-core"; |
| 18 | +import {createFormInstance, FileObject, extractFileInfo, readAttachments, Click, Change, Submit, Save, Blur, AddItem, RemoveItem, CustomEvent, UIChange, FormRendered} from "@aemforms/af-core"; |
19 | 19 | import {FormField, FormContainer, FormFieldBase, FormPanel, FormTabs, FormFileInput, FormOptionFieldBase, FormCheckBox, FormFileInputWidgetBase, FormFileInputWidget} from "./view/index.js"; |
20 | 20 | import {Constants} from "./constants.js"; |
21 | 21 | import GuideBridge from "./GuideBridge.js"; |
@@ -47,9 +47,10 @@ window.guideBridge = new GuideBridge(); |
47 | 47 | * @property {string} AddItem - The action for adding an item. |
48 | 48 | * @property {string} RemoveItem - The action for removing an item. |
49 | 49 | * @property {string} Save - The action for save event. |
| 50 | + * @property {string} FormRendered - The action for form rendered event. |
50 | 51 | */ |
51 | 52 | const Actions = { |
52 | | - Click, Change, Submit, Blur, AddItem, RemoveItem, UIChange, Save, CustomEvent |
| 53 | + Click, Change, Submit, Blur, AddItem, RemoveItem, UIChange, Save, CustomEvent, FormRendered |
53 | 54 | } |
54 | 55 |
|
55 | 56 | /** |
|
0 commit comments