adminforth 1.21.0-next.10 → 1.21.0-next.11

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.
@@ -24,8 +24,8 @@ interface Props {
24
24
  formatter?: (value: number) => string
25
25
  progressFormatter?: (value: number, percentage: number) => string
26
26
  showLabels?: boolean
27
- showValues: boolean
28
- showProgress: boolean
27
+ showValues?: boolean
28
+ showProgress?: boolean
29
29
  }
30
30
 
31
31
  const props = withDefaults(defineProps<Props>(), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.21.0-next.10",
3
+ "version": "1.21.0-next.11",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",