@progress/kendo-angular-label 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.
- package/fesm2022/progress-kendo-angular-label.mjs +8 -8
- package/floating-label/floating-label.component.d.ts +3 -3
- package/floating-label/models/label-position.d.ts +2 -2
- package/label/label.component.d.ts +2 -2
- package/label.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +5 -5
|
@@ -43,7 +43,7 @@ const getRootElement = (element) => {
|
|
|
43
43
|
const nativeLabelForTargets = ['BUTTON', 'INPUT', 'METER', 'OUTPUT', 'PROGRESS', 'SELECT', 'TEXTAREA']; // https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
|
-
* Represents the [Kendo UI Label directive for Angular](
|
|
46
|
+
* Represents the [Kendo UI Label directive for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/label/label-directive).
|
|
47
47
|
* Use the `LabelDirective` to link a focusable Angular component or HTML element to a `<label>` tag with the `[for]` property binding.
|
|
48
48
|
*
|
|
49
49
|
* To link a component with the `label` element:
|
|
@@ -201,7 +201,7 @@ const packageMetadata = {
|
|
|
201
201
|
productCode: 'KENDOUIANGULAR',
|
|
202
202
|
productCodes: ['KENDOUIANGULAR'],
|
|
203
203
|
publishDate: 0,
|
|
204
|
-
version: '
|
|
204
|
+
version: '23.0.0-develop.1',
|
|
205
205
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
206
206
|
};
|
|
207
207
|
|
|
@@ -315,12 +315,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
315
315
|
|
|
316
316
|
const isFunction = (x) => Object.prototype.toString.call(x) === '[object Function]';
|
|
317
317
|
/**
|
|
318
|
-
* Represents the [Kendo UI FloatingLabel component for Angular](
|
|
318
|
+
* Represents the [Kendo UI FloatingLabel component for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/floatinglabel).
|
|
319
319
|
* Use this component to provide floating labels to `input` elements.
|
|
320
320
|
*
|
|
321
321
|
* The FloatingLabel supports Template and Reactive Forms.
|
|
322
322
|
* You can use it with Kendo UI for Angular Inputs components such as `kendo-combobox`, `kendo-numerictextbox`, or `kendo-textbox`.
|
|
323
|
-
* [See example.](
|
|
323
|
+
* [See example.](https://www.telerik.com/kendo-angular-ui/components/labels/floatinglabel/association)
|
|
324
324
|
*
|
|
325
325
|
* @example
|
|
326
326
|
* ```html
|
|
@@ -377,7 +377,7 @@ class FloatingLabelComponent {
|
|
|
377
377
|
text;
|
|
378
378
|
/**
|
|
379
379
|
* Marks a form field as optional. When enabled, renders the `Optional` text by default.
|
|
380
|
-
* You can customize the text by providing a custom message ([see example](
|
|
380
|
+
* You can customize the text by providing a custom message ([see example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#custom-messages)).
|
|
381
381
|
*
|
|
382
382
|
* @default false
|
|
383
383
|
*/
|
|
@@ -653,7 +653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
653
653
|
}] } });
|
|
654
654
|
|
|
655
655
|
/**
|
|
656
|
-
* Represents the [Kendo UI Label component for Angular](
|
|
656
|
+
* Represents the [Kendo UI Label component for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/label).
|
|
657
657
|
*
|
|
658
658
|
* Use the `LabelComponent` to associate a label with input elements or components.
|
|
659
659
|
*
|
|
@@ -704,7 +704,7 @@ class LabelComponent {
|
|
|
704
704
|
}
|
|
705
705
|
/**
|
|
706
706
|
* Marks a form field as optional. When enabled, the label displays the `Optional` text by default.
|
|
707
|
-
* You can customize the text by providing a custom message. ([See example](
|
|
707
|
+
* You can customize the text by providing a custom message. ([See example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#custom-messages)).
|
|
708
708
|
*
|
|
709
709
|
* @default false
|
|
710
710
|
* @example
|
|
@@ -875,7 +875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
875
875
|
}] } });
|
|
876
876
|
|
|
877
877
|
/**
|
|
878
|
-
* Use the `CustomMessagesComponent` to override default component messages. ([See example](
|
|
878
|
+
* Use the `CustomMessagesComponent` to override default component messages. ([See example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#internationalization))
|
|
879
879
|
*
|
|
880
880
|
*/
|
|
881
881
|
class CustomMessagesComponent extends Messages {
|
|
@@ -8,12 +8,12 @@ import { NgControl } from '@angular/forms';
|
|
|
8
8
|
import { FloatingLabelPosition } from './models/label-position';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the [Kendo UI FloatingLabel component for Angular](
|
|
11
|
+
* Represents the [Kendo UI FloatingLabel component for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/floatinglabel).
|
|
12
12
|
* Use this component to provide floating labels to `input` elements.
|
|
13
13
|
*
|
|
14
14
|
* The FloatingLabel supports Template and Reactive Forms.
|
|
15
15
|
* You can use it with Kendo UI for Angular Inputs components such as `kendo-combobox`, `kendo-numerictextbox`, or `kendo-textbox`.
|
|
16
|
-
* [See example.](
|
|
16
|
+
* [See example.](https://www.telerik.com/kendo-angular-ui/components/labels/floatinglabel/association)
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -61,7 +61,7 @@ export declare class FloatingLabelComponent implements AfterContentInit, OnDestr
|
|
|
61
61
|
text: string;
|
|
62
62
|
/**
|
|
63
63
|
* Marks a form field as optional. When enabled, renders the `Optional` text by default.
|
|
64
|
-
* You can customize the text by providing a custom message ([see example](
|
|
64
|
+
* You can customize the text by providing a custom message ([see example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#custom-messages)).
|
|
65
65
|
*
|
|
66
66
|
* @default false
|
|
67
67
|
*/
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Represents the type of the [`labelPosition`](
|
|
7
|
-
* Do not use this type to specify whether the FloatingLabel is outside or inside the associated component. [See example.](
|
|
6
|
+
* Represents the type of the [`labelPosition`](https://www.telerik.com/kendo-angular-ui/components/labels/api/floatinglabelcomponent#labelposition) field and the parameter of the [`positionChange`](https://www.telerik.com/kendo-angular-ui/components/labels/api/floatinglabelcomponent#positionchange) event.
|
|
7
|
+
* Do not use this type to specify whether the FloatingLabel is outside or inside the associated component. [See example.](https://www.telerik.com/kendo-angular-ui/components/labels/floatinglabel/events)
|
|
8
8
|
*
|
|
9
9
|
* The possible values are:
|
|
10
10
|
* - `Out`—Indicates that the FloatingLabel is outside the component it is associated with.
|
|
@@ -7,7 +7,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
7
7
|
import { LabelDirective } from './../label.directive';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the [Kendo UI Label component for Angular](
|
|
10
|
+
* Represents the [Kendo UI Label component for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/label).
|
|
11
11
|
*
|
|
12
12
|
* Use the `LabelComponent` to associate a label with input elements or components.
|
|
13
13
|
*
|
|
@@ -51,7 +51,7 @@ export declare class LabelComponent implements AfterContentInit {
|
|
|
51
51
|
get for(): any;
|
|
52
52
|
/**
|
|
53
53
|
* Marks a form field as optional. When enabled, the label displays the `Optional` text by default.
|
|
54
|
-
* You can customize the text by providing a custom message. ([See example](
|
|
54
|
+
* You can customize the text by providing a custom message. ([See example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#custom-messages)).
|
|
55
55
|
*
|
|
56
56
|
* @default false
|
|
57
57
|
* @example
|
package/label.directive.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ElementRef, Renderer2, NgZone } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the [Kendo UI Label directive for Angular](
|
|
8
|
+
* Represents the [Kendo UI Label directive for Angular](https://www.telerik.com/kendo-angular-ui/components/labels/label/label-directive).
|
|
9
9
|
* Use the `LabelDirective` to link a focusable Angular component or HTML element to a `<label>` tag with the `[for]` property binding.
|
|
10
10
|
*
|
|
11
11
|
* To link a component with the `label` element:
|
|
@@ -6,7 +6,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
6
6
|
import { Messages } from './messages';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Use the `CustomMessagesComponent` to override default component messages. ([See example](
|
|
9
|
+
* Use the `CustomMessagesComponent` to override default component messages. ([See example](https://www.telerik.com/kendo-angular-ui/components/labels/globalization#internationalization))
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
12
|
export declare class CustomMessagesComponent extends Messages {
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770286923,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-label",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Label for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1770286923,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@angular/forms": "19 - 21",
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
32
32
|
"@progress/kendo-licensing": "^1.10.0",
|
|
33
|
-
"@progress/kendo-angular-common": "
|
|
34
|
-
"@progress/kendo-angular-l10n": "
|
|
33
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.3.1",
|
|
39
|
-
"@progress/kendo-angular-schematics": "
|
|
39
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
42
42
|
"module": "fesm2022/progress-kendo-angular-label.mjs",
|