adminforth 2.13.0-next.57 → 2.13.0-next.58

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.
@@ -360,6 +360,7 @@ import { Tooltip } from '@/afcl';
360
360
  import type { AdminForthResourceCommon, AdminForthResourceColumnCommon, AdminForthComponentDeclaration } from '@/types/Common';
361
361
  import adminforth from '@/adminforth';
362
362
  import Checkbox from '@/afcl/Checkbox.vue';
363
+ import CallActionWrapper from '@/components/CallActionWrapper.vue'
363
364
 
364
365
  const coreStore = useCoreStore();
365
366
  const { t } = useI18n();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.57",
3
+ "version": "2.13.0-next.58",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",