amelia-booking-ui 0.0.447 → 0.0.449
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.
|
@@ -62324,7 +62324,6 @@ const iOe = {
|
|
|
62324
62324
|
__name: "AmProgress",
|
|
62325
62325
|
props: {
|
|
62326
62326
|
percentage: {},
|
|
62327
|
-
status: {},
|
|
62328
62327
|
strokeWidth: { default: 8 }
|
|
62329
62328
|
},
|
|
62330
62329
|
setup(t) {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
percentage: number;
|
|
3
|
-
|
|
4
|
-
strokeWidth: number;
|
|
3
|
+
strokeWidth?: number;
|
|
5
4
|
}
|
|
6
5
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
7
6
|
strokeWidth: number;
|