impaktapps-ui-builder 0.0.389 → 0.0.390
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/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +1 -0
|
@@ -7725,6 +7725,7 @@ const EventSchema = {
|
|
|
7725
7725
|
{ title: "Click Event", const: "onClick" },
|
|
7726
7726
|
{ title: "Load Event", const: "onLoad" },
|
|
7727
7727
|
{ title: "Change Event", const: "onChange" },
|
|
7728
|
+
{ title: "Lazy Load Event", const: "onLazyLoad" },
|
|
7728
7729
|
{ title: "Success", const: "Success" },
|
|
7729
7730
|
{ title: "onStart", const: "onStart" },
|
|
7730
7731
|
{ title: "File Upload Event", const: "onUpload" },
|