@progress/kendo-angular-intl 16.4.0 → 16.5.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.
@@ -11,7 +11,7 @@ const pipes = [
11
11
  NumberPipe
12
12
  ];
13
13
  /**
14
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']docs/ts/latest/guide/ngmodule.html)
14
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
15
15
  * definition for the Intl services.
16
16
  */
17
17
  export class IntlModule {
@@ -174,7 +174,7 @@ export class CldrIntlService extends IntlService {
174
174
  * @returns The localized date field name from the current locale based on the option.
175
175
  *
176
176
  * @example
177
- * ```
177
+ * ```ts
178
178
  * dateFieldName({ type: 'day' }); //returns 'day';
179
179
  * dateFieldName({ type: 'day', nameType: 'wide' }); //returns 'day';
180
180
  * dateFieldName({ type: 'month', nameType: 'short' }); //returns 'mo.';
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-intl',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1720607744,
13
- version: '16.4.0',
12
+ publishDate: 1721124815,
13
+ version: '16.5.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -14,8 +14,8 @@ const packageMetadata = {
14
14
  name: '@progress/kendo-angular-intl',
15
15
  productName: 'Kendo UI for Angular',
16
16
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
17
- publishDate: 1720607744,
18
- version: '16.4.0',
17
+ publishDate: 1721124815,
18
+ version: '16.5.0-develop.2',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -293,7 +293,7 @@ class CldrIntlService extends IntlService {
293
293
  * @returns The localized date field name from the current locale based on the option.
294
294
  *
295
295
  * @example
296
- * ```
296
+ * ```ts
297
297
  * dateFieldName({ type: 'day' }); //returns 'day';
298
298
  * dateFieldName({ type: 'day', nameType: 'wide' }); //returns 'day';
299
299
  * dateFieldName({ type: 'month', nameType: 'short' }); //returns 'mo.';
@@ -479,7 +479,7 @@ const pipes = [
479
479
  NumberPipe
480
480
  ];
481
481
  /**
482
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']docs/ts/latest/guide/ngmodule.html)
482
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
483
483
  * definition for the Intl services.
484
484
  */
485
485
  class IntlModule {
@@ -14,8 +14,8 @@ const packageMetadata = {
14
14
  name: '@progress/kendo-angular-intl',
15
15
  productName: 'Kendo UI for Angular',
16
16
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
17
- publishDate: 1720607744,
18
- version: '16.4.0',
17
+ publishDate: 1721124815,
18
+ version: '16.5.0-develop.2',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -293,7 +293,7 @@ class CldrIntlService extends IntlService {
293
293
  * @returns The localized date field name from the current locale based on the option.
294
294
  *
295
295
  * @example
296
- * ```
296
+ * ```ts
297
297
  * dateFieldName({ type: 'day' }); //returns 'day';
298
298
  * dateFieldName({ type: 'day', nameType: 'wide' }); //returns 'day';
299
299
  * dateFieldName({ type: 'month', nameType: 'short' }); //returns 'mo.';
@@ -477,7 +477,7 @@ const pipes = [
477
477
  NumberPipe
478
478
  ];
479
479
  /**
480
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']docs/ts/latest/guide/ngmodule.html)
480
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
481
481
  * definition for the Intl services.
482
482
  */
483
483
  class IntlModule {
package/intl.module.d.ts CHANGED
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./date.pipe";
7
7
  import * as i2 from "./number.pipe";
8
8
  /**
9
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']docs/ts/latest/guide/ngmodule.html)
9
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
10
10
  * definition for the Intl services.
11
11
  */
12
12
  export declare class IntlModule {
package/intl.service.d.ts CHANGED
@@ -99,7 +99,7 @@ export declare abstract class IntlService {
99
99
  * @returns The localized date field name from the current locale based on the option.
100
100
  *
101
101
  * @example
102
- * ```
102
+ * ```ts
103
103
  * dateFieldName({ type: 'day' }); //returns 'day';
104
104
  * dateFieldName({ type: 'day', nameType: 'wide' }); //returns 'day';
105
105
  * dateFieldName({ type: 'month', nameType: 'short' }); //returns 'mo.';
@@ -241,7 +241,7 @@ export declare class CldrIntlService extends IntlService {
241
241
  * @returns The localized date field name from the current locale based on the option.
242
242
  *
243
243
  * @example
244
- * ```
244
+ * ```ts
245
245
  * dateFieldName({ type: 'day' }); //returns 'day';
246
246
  * dateFieldName({ type: 'day', nameType: 'wide' }); //returns 'day';
247
247
  * dateFieldName({ type: 'month', nameType: 'short' }); //returns 'mo.';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-intl",
3
- "version": "16.4.0",
3
+ "version": "16.5.0-develop.2",
4
4
  "description": "Kendo UI Internationalization for Angular components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -28,13 +28,13 @@
28
28
  "@angular/common": "15 - 18",
29
29
  "@angular/core": "15 - 18",
30
30
  "@angular/platform-browser": "15 - 18",
31
- "@progress/kendo-angular-common": "16.4.0",
31
+ "@progress/kendo-angular-common": "16.5.0-develop.2",
32
32
  "@progress/kendo-licensing": "^1.0.2",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "tslib": "^2.3.1",
37
- "@progress/kendo-angular-schematics": "16.4.0",
37
+ "@progress/kendo-angular-schematics": "16.5.0-develop.2",
38
38
  "@progress/kendo-intl": "^3.1.0"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",