impaktapps-ui-builder 1.0.57-alpha.5 → 1.0.57-alpha.6
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 +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -10511,7 +10511,7 @@ var service = (funcParams) => {
|
|
|
10511
10511
|
onKeyDown: function() {
|
|
10512
10512
|
this.callHandler("onKeyDown");
|
|
10513
10513
|
},
|
|
10514
|
-
onFileDelete: function() {
|
|
10514
|
+
onFileDelete: async function() {
|
|
10515
10515
|
this.callHandler("onFileDelete");
|
|
10516
10516
|
},
|
|
10517
10517
|
onMount: function() {
|
|
@@ -11763,7 +11763,7 @@ var MultipleSelect = {
|
|
|
11763
11763
|
label: "",
|
|
11764
11764
|
type: "text",
|
|
11765
11765
|
multiple: true,
|
|
11766
|
-
variant: "
|
|
11766
|
+
variant: "outlined",
|
|
11767
11767
|
options: []
|
|
11768
11768
|
}
|
|
11769
11769
|
}
|