@progress/kendo-angular-l10n 14.1.0-develop.1 → 14.1.0-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.
package/esm2020/rtl.mjs CHANGED
@@ -6,7 +6,6 @@ import { InjectionToken } from '@angular/core';
6
6
  /**
7
7
  * A token that specifies the text direction of Kendo UI for Angular components.
8
8
  *
9
- * @example
10
9
  * {% embed_file rtl/app.module.ts preview %}
11
10
  * {% embed_file rtl/app.component.ts %}
12
11
  * {% embed_file shared/main.ts hidden %}
@@ -87,7 +87,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
87
87
  /**
88
88
  * A token that specifies the text direction of Kendo UI for Angular components.
89
89
  *
90
- * @example
91
90
  * {% embed_file rtl/app.module.ts preview %}
92
91
  * {% embed_file rtl/app.component.ts %}
93
92
  * {% embed_file shared/main.ts hidden %}
@@ -87,7 +87,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
87
87
  /**
88
88
  * A token that specifies the text direction of Kendo UI for Angular components.
89
89
  *
90
- * @example
91
90
  * {% embed_file rtl/app.module.ts preview %}
92
91
  * {% embed_file rtl/app.component.ts %}
93
92
  * {% embed_file shared/main.ts hidden %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-l10n",
3
- "version": "14.1.0-develop.1",
3
+ "version": "14.1.0-develop.2",
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": "13 - 17",
23
23
  "@angular/core": "13 - 17",
24
24
  "@angular/platform-browser": "13 - 17",
25
- "@progress/kendo-angular-common": "14.1.0-develop.1",
25
+ "@progress/kendo-angular-common": "14.1.0-develop.2",
26
26
  "@progress/kendo-licensing": "^1.0.2",
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": "14.1.0-develop.1"
31
+ "@progress/kendo-angular-schematics": "14.1.0-develop.2"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-l10n.mjs",
package/rtl.d.ts CHANGED
@@ -6,7 +6,6 @@ import { InjectionToken } from '@angular/core';
6
6
  /**
7
7
  * A token that specifies the text direction of Kendo UI for Angular components.
8
8
  *
9
- * @example
10
9
  * {% embed_file rtl/app.module.ts preview %}
11
10
  * {% embed_file rtl/app.component.ts %}
12
11
  * {% embed_file shared/main.ts hidden %}