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.
@@ -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: "standard",
11766
+ variant: "outlined",
11767
11767
  options: []
11768
11768
  }
11769
11769
  }