@formkit/pro 1.0.0-alpha.106-9a17fc1 → 1.0.0-alpha.107-e83cef1

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.106-9a17fc1",
3
+ "version": "1.0.0-alpha.107-e83cef1",
4
4
  "description": "FormKit Pro — Form inputs and tools for high quality forms.",
5
5
  "main": "index.cjs",
6
6
  "module": "index.mjs",
@@ -102,7 +102,12 @@ export const transferlist: FormKitProInput = {
102
102
  target(
103
103
  targetHeader(targetHeaderLabel(), targetHeaderItemCount()),
104
104
  targetListItems(
105
- targetEmptyMessage(emptyMessageInner('$targetEmptyMessage')),
105
+ targetEmptyMessage(
106
+ $if(
107
+ '$state.loading === false',
108
+ emptyMessageInner('$targetEmptyMessage')
109
+ )
110
+ ),
106
111
  targetListItem(
107
112
  $if(
108
113
  '$transferOnSelect !== true && $fns.isSelected($option)',