adminforth 2.13.0-next.56 → 2.13.0-next.57
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.
|
@@ -338,6 +338,7 @@ import { Tooltip } from '@/afcl';
|
|
|
338
338
|
import type { AdminForthResourceCommon, AdminForthResourceColumnInputCommon, AdminForthResourceColumnCommon, AdminForthComponentDeclaration } from '@/types/Common';
|
|
339
339
|
import adminforth from '@/adminforth';
|
|
340
340
|
import Checkbox from '@/afcl/Checkbox.vue';
|
|
341
|
+
import CallActionWrapper from '@/components/CallActionWrapper.vue'
|
|
341
342
|
|
|
342
343
|
const coreStore = useCoreStore();
|
|
343
344
|
const { t } = useI18n();
|