@comercti/vue-components-hmg 0.24.6 → 0.24.7

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/index.d.ts CHANGED
@@ -2288,6 +2288,7 @@ declare interface SliderProps {
2288
2288
  showValue?: boolean;
2289
2289
  size?: 'small' | 'large';
2290
2290
  modelValue?: number | number[];
2291
+ showPercentage?: boolean;
2291
2292
  }
2292
2293
 
2293
2294
  declare interface SubMenu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",