@progress/kendo-vue-indicators 6.1.0-develop.6 → 6.1.0-develop.8

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
@@ -11,6 +11,7 @@ import { DefineComponent } from 'vue';
11
11
  import { ExtractPropTypes } from 'vue';
12
12
  import { PropType } from 'vue';
13
13
  import { PublicProps } from 'vue';
14
+ import { SkeletonAnimation as SkeletonAnimation_2 } from './SkeletonProps';
14
15
 
15
16
  /**
16
17
  * Represents the [Kendo UI for Vue Badge component]({% slug api_indicators_badgeprops %}).
@@ -559,7 +560,7 @@ export declare type LoaderType = 'pulsing' | 'infinite-spinner' | 'converging-sp
559
560
  */
560
561
  export declare const Skeleton: DefineComponent<ExtractPropTypes< {
561
562
  animation: {
562
- type: PropType<boolean | SkeletonAnimation>;
563
+ type: PropType<boolean | SkeletonAnimation_2>;
563
564
  default: () => {
564
565
  type: string;
565
566
  };
@@ -589,7 +590,7 @@ skeletonClasses(): {
589
590
  };
590
591
  }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
591
592
  animation: {
592
- type: PropType<boolean | SkeletonAnimation>;
593
+ type: PropType<boolean | SkeletonAnimation_2>;
593
594
  default: () => {
594
595
  type: string;
595
596
  };
package/index.d.ts CHANGED
@@ -11,6 +11,7 @@ import { DefineComponent } from 'vue';
11
11
  import { ExtractPropTypes } from 'vue';
12
12
  import { PropType } from 'vue';
13
13
  import { PublicProps } from 'vue';
14
+ import { SkeletonAnimation as SkeletonAnimation_2 } from './SkeletonProps';
14
15
 
15
16
  /**
16
17
  * Represents the [Kendo UI for Vue Badge component]({% slug api_indicators_badgeprops %}).
@@ -559,7 +560,7 @@ export declare type LoaderType = 'pulsing' | 'infinite-spinner' | 'converging-sp
559
560
  */
560
561
  export declare const Skeleton: DefineComponent<ExtractPropTypes< {
561
562
  animation: {
562
- type: PropType<boolean | SkeletonAnimation>;
563
+ type: PropType<boolean | SkeletonAnimation_2>;
563
564
  default: () => {
564
565
  type: string;
565
566
  };
@@ -589,7 +590,7 @@ skeletonClasses(): {
589
590
  };
590
591
  }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
591
592
  animation: {
592
- type: PropType<boolean | SkeletonAnimation>;
593
+ type: PropType<boolean | SkeletonAnimation_2>;
593
594
  default: () => {
594
595
  type: string;
595
596
  };
@@ -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-indicators",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738675477,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-indicators",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738924744,version:"6.1.0-develop.8",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: 1738675477,
14
- version: "6.1.0-develop.6",
13
+ publishDate: 1738924744,
14
+ version: "6.1.0-develop.8",
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-indicators",
3
- "version": "6.1.0-develop.6",
3
+ "version": "6.1.0-develop.8",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -19,7 +19,7 @@
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",
22
+ "@progress/kendo-vue-common": "6.1.0-develop.8",
23
23
  "vue": "^3.0.2"
24
24
  },
25
25
  "dependencies": {},
@@ -39,7 +39,7 @@
39
39
  "package": {
40
40
  "productName": "Kendo UI for Vue",
41
41
  "productCode": "KENDOUIVUE",
42
- "publishDate": 1738675477,
42
+ "publishDate": 1738924744,
43
43
  "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"
44
44
  }
45
45
  },