@progress/kendo-angular-intl 16.5.0-develop.5 → 16.5.0

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.
@@ -233,7 +233,7 @@ export class CldrIntlService extends IntlService {
233
233
  * Returns the start and end index of the locale weekend starting from Sunday.
234
234
  *
235
235
  * @param localeId - The locale ID. Defaults to the current locale ID.
236
- * @return - The the start and end index of the locale weekend (0 == Sunday).
236
+ * @return - The start and end index of the locale weekend (0 == Sunday).
237
237
  */
238
238
  weekendRange(localeId) {
239
239
  return weekendRange(localeId || this.localeId);
@@ -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: 1721674411,
13
- version: '16.5.0-develop.5',
12
+ publishDate: 1721813956,
13
+ version: '16.5.0',
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: 1721674411,
18
- version: '16.5.0-develop.5',
17
+ publishDate: 1721813956,
18
+ version: '16.5.0',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -352,7 +352,7 @@ class CldrIntlService extends IntlService {
352
352
  * Returns the start and end index of the locale weekend starting from Sunday.
353
353
  *
354
354
  * @param localeId - The locale ID. Defaults to the current locale ID.
355
- * @return - The the start and end index of the locale weekend (0 == Sunday).
355
+ * @return - The start and end index of the locale weekend (0 == Sunday).
356
356
  */
357
357
  weekendRange(localeId) {
358
358
  return weekendRange(localeId || this.localeId);
@@ -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: 1721674411,
18
- version: '16.5.0-develop.5',
17
+ publishDate: 1721813956,
18
+ version: '16.5.0',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -352,7 +352,7 @@ class CldrIntlService extends IntlService {
352
352
  * Returns the start and end index of the locale weekend starting from Sunday.
353
353
  *
354
354
  * @param localeId - The locale ID. Defaults to the current locale ID.
355
- * @return - The the start and end index of the locale weekend (0 == Sunday).
355
+ * @return - The start and end index of the locale weekend (0 == Sunday).
356
356
  */
357
357
  weekendRange(localeId) {
358
358
  return weekendRange(localeId || this.localeId);
package/intl.service.d.ts CHANGED
@@ -133,7 +133,7 @@ export declare abstract class IntlService {
133
133
  * Returns the start and end index of the locale weekend starting from Sunday.
134
134
  *
135
135
  * @param localeId - The locale ID. Defaults to the current locale ID.
136
- * @return - The the start and end index of the locale weekend (0 == Sunday).
136
+ * @return - The start and end index of the locale weekend (0 == Sunday).
137
137
  */
138
138
  abstract weekendRange(localeId?: string): DayRange;
139
139
  static ɵfac: i0.ɵɵFactoryDeclaration<IntlService, never>;
@@ -290,7 +290,7 @@ export declare class CldrIntlService extends IntlService {
290
290
  * Returns the start and end index of the locale weekend starting from Sunday.
291
291
  *
292
292
  * @param localeId - The locale ID. Defaults to the current locale ID.
293
- * @return - The the start and end index of the locale weekend (0 == Sunday).
293
+ * @return - The start and end index of the locale weekend (0 == Sunday).
294
294
  */
295
295
  weekendRange(localeId?: string): DayRange;
296
296
  static ɵfac: i0.ɵɵFactoryDeclaration<CldrIntlService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-intl",
3
- "version": "16.5.0-develop.5",
3
+ "version": "16.5.0",
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.5.0-develop.5",
31
+ "@progress/kendo-angular-common": "16.5.0",
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.5.0-develop.5",
37
+ "@progress/kendo-angular-schematics": "16.5.0",
38
38
  "@progress/kendo-intl": "^3.1.0"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",