@progress/kendo-angular-l10n 22.1.0-develop.9 → 23.0.0-develop.1

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.
@@ -10,7 +10,7 @@ import { skip, map, tap } from 'rxjs/operators';
10
10
  /**
11
11
  * Represents a base class for a service that returns localized messages.
12
12
  *
13
- * For more information, refer to the section on [using the message service]({% slug messages_l10n %}#toc-using-the-message-service).
13
+ * For more information, refer to the section on [using the message service](https://www.telerik.com/kendo-angular-ui/components/globalization/localization/messages#using-the-message-service).
14
14
  *
15
15
  * @example
16
16
  * ```ts
@@ -35,7 +35,7 @@ class MessageService {
35
35
  /**
36
36
  * Notifies the components that the messages changed.
37
37
  *
38
- * @param rtl - (Optional) The new value for the [text direction token]({% slug api_l10n_rtl %}).
38
+ * @param rtl - (Optional) The new value for the [text direction token](https://www.telerik.com/kendo-angular-ui/components/globalization/localization/api/rtl).
39
39
  */
40
40
  notify(rtl) {
41
41
  this.changes.next({ rtl });
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a base class for a service that returns localized messages.
9
9
  *
10
- * For more information, refer to the section on [using the message service]({% slug messages_l10n %}#toc-using-the-message-service).
10
+ * For more information, refer to the section on [using the message service](https://www.telerik.com/kendo-angular-ui/components/globalization/localization/messages#using-the-message-service).
11
11
  *
12
12
  * @example
13
13
  * ```ts
@@ -32,7 +32,7 @@ export declare class MessageService {
32
32
  /**
33
33
  * Notifies the components that the messages changed.
34
34
  *
35
- * @param rtl - (Optional) The new value for the [text direction token]({% slug api_l10n_rtl %}).
35
+ * @param rtl - (Optional) The new value for the [text direction token](https://www.telerik.com/kendo-angular-ui/components/globalization/localization/api/rtl).
36
36
  */
37
37
  notify(rtl?: boolean): void;
38
38
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-l10n",
3
- "version": "22.1.0-develop.9",
3
+ "version": "23.0.0-develop.1",
4
4
  "description": "Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,13 +22,13 @@
22
22
  "@angular/common": "19 - 21",
23
23
  "@angular/core": "19 - 21",
24
24
  "@angular/platform-browser": "19 - 21",
25
- "@progress/kendo-angular-common": "22.1.0-develop.9",
25
+ "@progress/kendo-angular-common": "23.0.0-develop.1",
26
26
  "@progress/kendo-licensing": "^1.10.0",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "22.1.0-develop.9"
31
+ "@progress/kendo-angular-schematics": "23.0.0-develop.1"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2022/progress-kendo-angular-l10n.mjs",