@formkit/pro 1.0.0-alpha.75 → 1.0.0-alpha.76-9bd3714
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/index.cjs +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/transferList/transferList.ts +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formkit/pro",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.76-9bd3714",
|
|
4
4
|
"description": "FormKit Pro — Form inputs and tools for high quality forms.",
|
|
5
5
|
"main": "index.cjs",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vue"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@formkit/inputs": "
|
|
40
|
+
"@formkit/inputs": "next"
|
|
41
41
|
},
|
|
42
42
|
"type": "module"
|
|
43
43
|
}
|
|
@@ -154,8 +154,6 @@ export const transferlist: FormKitProInput = {
|
|
|
154
154
|
'searchable',
|
|
155
155
|
'sourceLabel',
|
|
156
156
|
'targetLabel',
|
|
157
|
-
'addOnSelect',
|
|
158
|
-
'removeOnSelect',
|
|
159
157
|
'transferOnSelect',
|
|
160
158
|
'disabled',
|
|
161
159
|
'placeholder',
|
|
@@ -165,7 +163,7 @@ export const transferlist: FormKitProInput = {
|
|
|
165
163
|
'sourceEmptyMessage',
|
|
166
164
|
'targetEmptyMessage',
|
|
167
165
|
'clearOnSelect',
|
|
168
|
-
'max'
|
|
166
|
+
'max',
|
|
169
167
|
],
|
|
170
168
|
|
|
171
169
|
/**
|