@windward/integrations 0.4.1 → 0.5.0

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.
@@ -4,7 +4,12 @@
4
4
  <v-progress-circular size="128" indeterminate />
5
5
  </div>
6
6
  <div v-if="render">
7
- <v-form ref="form" v-model="formValid" @submit.prevent>
7
+ <v-form
8
+ :id="formId"
9
+ ref="form"
10
+ v-model="formValid"
11
+ @submit="onFormSubmit"
12
+ >
8
13
  <v-row justify="center" align="center">
9
14
  <v-col cols="12">
10
15
  <ProviderTargetPicker
@@ -4,7 +4,12 @@
4
4
  <v-progress-circular size="128" indeterminate />
5
5
  </div>
6
6
  <div v-if="render">
7
- <v-form ref="form" v-model="formValid" @submit.prevent>
7
+ <v-form
8
+ :id="formId"
9
+ ref="form"
10
+ v-model="formValid"
11
+ @submit="onFormSubmit"
12
+ >
8
13
  <v-row justify="center" align="center">
9
14
  <v-col cols="12">
10
15
  <ProviderTargetPicker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/integrations",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Windward UI Plugin Integrations for 3rd Party Systems",
5
5
  "main": "plugin.js",
6
6
  "scripts": {