@progress/kendo-angular-indicators 24.0.1 → 24.0.2-develop.2

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.
@@ -54,7 +54,7 @@ export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestr
54
54
  */
55
55
  themeColor: BadgeThemeColor;
56
56
  /**
57
- * Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
57
+ * Specifies the roundness of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
58
58
  */
59
59
  rounded: BadgeRounded;
60
60
  /**
@@ -64,7 +64,7 @@ export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestr
64
64
  */
65
65
  position: BadgePosition;
66
66
  /**
67
- * Specifies whether to render additional `cutout` border around the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#cutout-border)).
67
+ * Specifies whether to render additional `cutout` border around the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#cutout-border)).
68
68
  *
69
69
  * @default false
70
70
  */
@@ -9,6 +9,6 @@
9
9
  * * `solid` (Default)
10
10
  * * `outline`
11
11
  *
12
- * For more information, see the [Badge Appearance - Fill]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill) documentation.
12
+ * For more information, see the [Badge Appearance - Fill](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill) documentation.
13
13
  */
14
14
  export type BadgeFill = 'solid' | 'outline';
@@ -12,6 +12,6 @@
12
12
  * * `full`—Sets the `border radius` to `9999px`.
13
13
  * * `none`—The none option removes the built-in roundness allowing for custom `border radius`.
14
14
  *
15
- * For more information, see the [Badge Appearance - Rounded]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded) documentation.
15
+ * For more information, see the [Badge Appearance - Rounded](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded) documentation.
16
16
  */
17
17
  export type BadgeRounded = 'small' | 'medium' | 'large' | 'full' | 'none';
@@ -10,6 +10,6 @@
10
10
  * * `medium` (Default)
11
11
  * * `large`
12
12
  *
13
- * For more information, see the [Badge Appearance - Size]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size) documentation.
13
+ * For more information, see the [Badge Appearance - Size](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size) documentation.
14
14
  */
15
15
  export type BadgeSize = 'small' | 'medium' | 'large';
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Specifies the theme color options for the Badge component.
7
- * For more details, see the [Badge Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color) documentation.
7
+ * For more details, see the [Badge Appearance - Theme Color](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color) documentation.
8
8
  *
9
9
  * The possible values are:
10
10
  * * `base`—Applies base coloring value.
@@ -82,8 +82,8 @@ const packageMetadata = {
82
82
  productName: 'Kendo UI for Angular',
83
83
  productCode: 'KENDOUIANGULAR',
84
84
  productCodes: ['KENDOUIANGULAR'],
85
- publishDate: 1779374429,
86
- version: '24.0.1',
85
+ publishDate: 1779778321,
86
+ version: '24.0.2-develop.2',
87
87
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
88
88
  };
89
89
 
@@ -148,7 +148,7 @@ class BadgeComponent {
148
148
  */
149
149
  themeColor;
150
150
  /**
151
- * Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
151
+ * Specifies the roundness of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
152
152
  */
153
153
  rounded;
154
154
  /**
@@ -158,7 +158,7 @@ class BadgeComponent {
158
158
  */
159
159
  position = 'edge';
160
160
  /**
161
- * Specifies whether to render additional `cutout` border around the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#cutout-border)).
161
+ * Specifies whether to render additional `cutout` border around the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#cutout-border)).
162
162
  *
163
163
  * @default false
164
164
  */
@@ -10,6 +10,6 @@
10
10
  * * `medium` (Default)
11
11
  * * `large`
12
12
  *
13
- * For more information, see the [Loader Appearance - Size]https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#size) documentation.
13
+ * For more information, see the [Loader Appearance - Size](https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#size) documentation.
14
14
  */
15
15
  export type LoaderSize = 'small' | 'medium' | 'large';
@@ -11,6 +11,6 @@
11
11
  * * `secondary`—Applies secondary coloring value.
12
12
  * * `tertiary`—Applies tertiary coloring value.
13
13
  *
14
- * For more information, see the [Loader Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#theme-color) documentation.
14
+ * For more information, see the [Loader Appearance - Theme Color](https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#theme-color) documentation.
15
15
  */
16
16
  export type LoaderThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary';
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779374429,
11
- "version": "24.0.1",
10
+ "publishDate": 1779778321,
11
+ "version": "24.0.2-develop.2",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-indicators",
3
- "version": "24.0.1",
3
+ "version": "24.0.2-develop.2",
4
4
  "description": "Kendo UI Indicators for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -35,7 +35,7 @@
35
35
  "package": {
36
36
  "productName": "Kendo UI for Angular",
37
37
  "productCode": "KENDOUIANGULAR",
38
- "publishDate": 1779374429,
38
+ "publishDate": 1779778321,
39
39
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
40
40
  }
41
41
  },
@@ -45,14 +45,14 @@
45
45
  "@angular/core": "19 - 21",
46
46
  "@angular/platform-browser": "19 - 21",
47
47
  "@progress/kendo-licensing": "^1.11.0",
48
- "@progress/kendo-angular-common": "24.0.1",
49
- "@progress/kendo-angular-intl": "24.0.1",
50
- "@progress/kendo-angular-l10n": "24.0.1",
48
+ "@progress/kendo-angular-common": "24.0.2-develop.2",
49
+ "@progress/kendo-angular-intl": "24.0.2-develop.2",
50
+ "@progress/kendo-angular-l10n": "24.0.2-develop.2",
51
51
  "rxjs": "^6.5.3 || ^7.0.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1",
55
- "@progress/kendo-angular-schematics": "24.0.1"
55
+ "@progress/kendo-angular-schematics": "24.0.2-develop.2"
56
56
  },
57
57
  "schematics": "./schematics/collection.json",
58
58
  "module": "fesm2022/progress-kendo-angular-indicators.mjs",