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.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div @click="onClick">
2
+ <div @click="onClick" class="flex items-center justify-center">
3
3
  <slot />
4
4
  </div>
5
5
  </template>
@@ -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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.56",
3
+ "version": "2.13.0-next.57",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",