@formkit/pro 1.0.0-alpha.80 → 1.0.0-alpha.81

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formkit/pro",
3
- "version": "1.0.0-alpha.80",
3
+ "version": "1.0.0-alpha.81",
4
4
  "description": "FormKit Pro — Form inputs and tools for high quality forms.",
5
5
  "main": "index.cjs",
6
6
  "module": "index.mjs",
@@ -66,7 +66,7 @@ export const transferlist: FormKitProInput = {
66
66
  sourceEmptyMessage(emptyMessageInner('$sourceEmptyMessage')),
67
67
  template(
68
68
  sourceListItem(
69
- $if('$fns.isSelected($option)', icon('selected')),
69
+ $if('$transferOnSelect !== true && $fns.isSelected($option)', icon('selected')),
70
70
  sourceOption('$option.label')
71
71
  )
72
72
  ),
@@ -104,7 +104,7 @@ export const transferlist: FormKitProInput = {
104
104
  targetListItems(
105
105
  targetEmptyMessage(emptyMessageInner('$targetEmptyMessage')),
106
106
  targetListItem(
107
- $if('$fns.isSelected($option)', icon('selected')),
107
+ $if('$transferOnSelect !== true && $fns.isSelected($option)', icon('selected')),
108
108
  targetOption('$option.label')
109
109
  ),
110
110
  targetLoadMore(