@progress/kendo-angular-label 16.4.0-develop.5 → 16.4.0-develop.7

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.
@@ -21,7 +21,7 @@ const isFunction = (x) => Object.prototype.toString.call(x) === '[object Functio
21
21
  *
22
22
  * The FloatingLabel supports both Template and Reactive Forms and
23
23
  * [can contain Kendo UI for Angular Input components such as `kendo-combobox` and `kendo-numerictextbox`,
24
- * or `kendo-textbox`](slug:overview_floatinglabel#toc-implementing-floating-labels).
24
+ * or `kendo-textbox`](slug:associate_floatinglabel).
25
25
  *
26
26
  * @example
27
27
  * ```html
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  import * as i1 from "@progress/kendo-angular-l10n";
10
10
  /**
11
11
  * Custom component messages override default component messages
12
- * ([see example]({% slug label_globalization %}#toc-localization)).
12
+ * ([see example](slug:label_globalization#toc-internationalization)).
13
13
  */
14
14
  export class CustomMessagesComponent extends Messages {
15
15
  constructor(service) {
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-label',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1719998402,
13
- version: '16.4.0-develop.5',
12
+ publishDate: 1720507331,
13
+ version: '16.4.0-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -237,7 +237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
237
237
 
238
238
  /**
239
239
  * Custom component messages override default component messages
240
- * ([see example]({% slug label_globalization %}#toc-localization)).
240
+ * ([see example](slug:label_globalization#toc-internationalization)).
241
241
  */
242
242
  class CustomMessagesComponent extends Messages {
243
243
  constructor(service) {
@@ -298,8 +298,8 @@ const packageMetadata = {
298
298
  name: '@progress/kendo-angular-label',
299
299
  productName: 'Kendo UI for Angular',
300
300
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
301
- publishDate: 1719998402,
302
- version: '16.4.0-develop.5',
301
+ publishDate: 1720507331,
302
+ version: '16.4.0-develop.7',
303
303
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
304
304
  };
305
305
 
@@ -357,7 +357,7 @@ const isFunction = (x) => Object.prototype.toString.call(x) === '[object Functio
357
357
  *
358
358
  * The FloatingLabel supports both Template and Reactive Forms and
359
359
  * [can contain Kendo UI for Angular Input components such as `kendo-combobox` and `kendo-numerictextbox`,
360
- * or `kendo-textbox`](slug:overview_floatinglabel#toc-implementing-floating-labels).
360
+ * or `kendo-textbox`](slug:associate_floatinglabel).
361
361
  *
362
362
  * @example
363
363
  * ```html
@@ -237,7 +237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
237
237
 
238
238
  /**
239
239
  * Custom component messages override default component messages
240
- * ([see example]({% slug label_globalization %}#toc-localization)).
240
+ * ([see example](slug:label_globalization#toc-internationalization)).
241
241
  */
242
242
  class CustomMessagesComponent extends Messages {
243
243
  constructor(service) {
@@ -298,8 +298,8 @@ const packageMetadata = {
298
298
  name: '@progress/kendo-angular-label',
299
299
  productName: 'Kendo UI for Angular',
300
300
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
301
- publishDate: 1719998402,
302
- version: '16.4.0-develop.5',
301
+ publishDate: 1720507331,
302
+ version: '16.4.0-develop.7',
303
303
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
304
304
  };
305
305
 
@@ -357,7 +357,7 @@ const isFunction = (x) => Object.prototype.toString.call(x) === '[object Functio
357
357
  *
358
358
  * The FloatingLabel supports both Template and Reactive Forms and
359
359
  * [can contain Kendo UI for Angular Input components such as `kendo-combobox` and `kendo-numerictextbox`,
360
- * or `kendo-textbox`](slug:overview_floatinglabel#toc-implementing-floating-labels).
360
+ * or `kendo-textbox`](slug:associate_floatinglabel).
361
361
  *
362
362
  * @example
363
363
  * ```html
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
13
13
  *
14
14
  * The FloatingLabel supports both Template and Reactive Forms and
15
15
  * [can contain Kendo UI for Angular Input components such as `kendo-combobox` and `kendo-numerictextbox`,
16
- * or `kendo-textbox`](slug:overview_floatinglabel#toc-implementing-floating-labels).
16
+ * or `kendo-textbox`](slug:associate_floatinglabel).
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -7,7 +7,7 @@ import { Messages } from './messages';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Custom component messages override default component messages
10
- * ([see example]({% slug label_globalization %}#toc-localization)).
10
+ * ([see example](slug:label_globalization#toc-internationalization)).
11
11
  */
12
12
  export declare class CustomMessagesComponent extends Messages {
13
13
  protected service: LocalizationService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-label",
3
- "version": "16.4.0-develop.5",
3
+ "version": "16.4.0-develop.7",
4
4
  "description": "Kendo UI Label for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -24,13 +24,13 @@
24
24
  "@angular/forms": "15 - 18",
25
25
  "@angular/platform-browser": "15 - 18",
26
26
  "@progress/kendo-licensing": "^1.0.2",
27
- "@progress/kendo-angular-common": "16.4.0-develop.5",
28
- "@progress/kendo-angular-l10n": "16.4.0-develop.5",
27
+ "@progress/kendo-angular-common": "16.4.0-develop.7",
28
+ "@progress/kendo-angular-l10n": "16.4.0-develop.7",
29
29
  "rxjs": "^6.5.3 || ^7.0.0"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.3.1",
33
- "@progress/kendo-angular-schematics": "16.4.0-develop.5"
33
+ "@progress/kendo-angular-schematics": "16.4.0-develop.7"
34
34
  },
35
35
  "schematics": "./schematics/collection.json",
36
36
  "module": "fesm2015/progress-kendo-angular-label.mjs",