@progress/kendo-vue-progressbars 6.1.0-develop.6 → 6.1.0-develop.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.mts CHANGED
@@ -9,6 +9,7 @@ import { ComponentOptionsMixin } from 'vue';
9
9
  import { ComponentProvideOptions } from 'vue';
10
10
  import { DefineComponent } from 'vue';
11
11
  import { ExtractPropTypes } from 'vue';
12
+ import { ProgressBarAnimation as ProgressBarAnimation_2 } from '..';
12
13
  import { PropType } from 'vue';
13
14
  import { PublicProps } from 'vue';
14
15
 
@@ -198,7 +199,7 @@ export declare interface LabelProps {
198
199
  */
199
200
  export declare const ProgressBar: DefineComponent<ExtractPropTypes< {
200
201
  animation: {
201
- type: PropType<boolean | ProgressBarAnimation>;
202
+ type: PropType<boolean | ProgressBarAnimation_2>;
202
203
  default: boolean;
203
204
  };
204
205
  disabled: {
@@ -262,7 +263,7 @@ handleUpdate(progress: number): void;
262
263
  handleEnd(): void;
263
264
  }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
264
265
  animation: {
265
- type: PropType<boolean | ProgressBarAnimation>;
266
+ type: PropType<boolean | ProgressBarAnimation_2>;
266
267
  default: boolean;
267
268
  };
268
269
  disabled: {
@@ -314,7 +315,7 @@ ariaLabel: PropType<string>;
314
315
  }>> & Readonly<{}>, {
315
316
  reverse: boolean;
316
317
  value: number;
317
- animation: boolean | ProgressBarAnimation;
318
+ animation: boolean | ProgressBarAnimation_2;
318
319
  labelVisible: boolean;
319
320
  labelPlacement: any;
320
321
  disabled: boolean;
package/index.d.ts CHANGED
@@ -9,6 +9,7 @@ import { ComponentOptionsMixin } from 'vue';
9
9
  import { ComponentProvideOptions } from 'vue';
10
10
  import { DefineComponent } from 'vue';
11
11
  import { ExtractPropTypes } from 'vue';
12
+ import { ProgressBarAnimation as ProgressBarAnimation_2 } from '..';
12
13
  import { PropType } from 'vue';
13
14
  import { PublicProps } from 'vue';
14
15
 
@@ -198,7 +199,7 @@ export declare interface LabelProps {
198
199
  */
199
200
  export declare const ProgressBar: DefineComponent<ExtractPropTypes< {
200
201
  animation: {
201
- type: PropType<boolean | ProgressBarAnimation>;
202
+ type: PropType<boolean | ProgressBarAnimation_2>;
202
203
  default: boolean;
203
204
  };
204
205
  disabled: {
@@ -262,7 +263,7 @@ handleUpdate(progress: number): void;
262
263
  handleEnd(): void;
263
264
  }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
264
265
  animation: {
265
- type: PropType<boolean | ProgressBarAnimation>;
266
+ type: PropType<boolean | ProgressBarAnimation_2>;
266
267
  default: boolean;
267
268
  };
268
269
  disabled: {
@@ -314,7 +315,7 @@ ariaLabel: PropType<string>;
314
315
  }>> & Readonly<{}>, {
315
316
  reverse: boolean;
316
317
  value: number;
317
- animation: boolean | ProgressBarAnimation;
318
+ animation: boolean | ProgressBarAnimation_2;
318
319
  labelVisible: boolean;
319
320
  labelPlacement: any;
320
321
  disabled: boolean;
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738675278,version:"6.1.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738834020,version:"6.1.0-develop.7",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1738675278,
14
- version: "6.1.0-develop.6",
13
+ publishDate: 1738834020,
14
+ version: "6.1.0-develop.7",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-progressbars",
3
- "version": "6.1.0-develop.6",
3
+ "version": "6.1.0-develop.7",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -19,8 +19,8 @@
19
19
  "sideEffects": false,
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-licensing": "^1.3.4",
22
- "@progress/kendo-vue-common": "6.1.0-develop.6",
23
- "@progress/kendo-vue-animation": "6.1.0-develop.6",
22
+ "@progress/kendo-vue-common": "6.1.0-develop.7",
23
+ "@progress/kendo-vue-animation": "6.1.0-develop.7",
24
24
  "vue": "^3.0.2"
25
25
  },
26
26
  "dependencies": {},
@@ -40,7 +40,7 @@
40
40
  "package": {
41
41
  "productName": "Kendo UI for Vue",
42
42
  "productCode": "KENDOUIVUE",
43
- "publishDate": 1738675278,
43
+ "publishDate": 1738834020,
44
44
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
45
45
  }
46
46
  },