@progress/kendo-angular-label 19.1.2-develop.4 → 19.1.2-develop.6
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/esm2022/floating-label/floating-label.component.mjs +4 -1
- package/esm2022/label/label.component.mjs +2 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-label.mjs +8 -3
- package/floating-label/floating-label.component.d.ts +4 -1
- package/label/label.component.d.ts +2 -0
- package/package.json +5 -5
|
@@ -26,9 +26,12 @@ const isFunction = (x) => Object.prototype.toString.call(x) === '[object Functio
|
|
|
26
26
|
* @example
|
|
27
27
|
* ```html
|
|
28
28
|
* <kendo-floatinglabel text="First name">
|
|
29
|
-
* <kendo-textbox
|
|
29
|
+
* <kendo-textbox></kendo-textbox>
|
|
30
30
|
* </kendo-floatinglabel>
|
|
31
31
|
* ```
|
|
32
|
+
*
|
|
33
|
+
* @remarks
|
|
34
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
32
35
|
*/
|
|
33
36
|
export class FloatingLabelComponent {
|
|
34
37
|
elementRef;
|
|
@@ -25,6 +25,8 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
25
25
|
* <kendo-textbox #input></kendo-textbox>
|
|
26
26
|
* </kendo-label>
|
|
27
27
|
* ```
|
|
28
|
+
* @remarks
|
|
29
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
28
30
|
*/
|
|
29
31
|
export class LabelComponent {
|
|
30
32
|
elementRef;
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.1.2-develop.
|
|
13
|
+
publishDate: 1750433660,
|
|
14
|
+
version: '19.1.2-develop.6',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -200,8 +200,8 @@ const packageMetadata = {
|
|
|
200
200
|
productName: 'Kendo UI for Angular',
|
|
201
201
|
productCode: 'KENDOUIANGULAR',
|
|
202
202
|
productCodes: ['KENDOUIANGULAR'],
|
|
203
|
-
publishDate:
|
|
204
|
-
version: '19.1.2-develop.
|
|
203
|
+
publishDate: 1750433660,
|
|
204
|
+
version: '19.1.2-develop.6',
|
|
205
205
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
206
206
|
};
|
|
207
207
|
|
|
@@ -325,9 +325,12 @@ const isFunction = (x) => Object.prototype.toString.call(x) === '[object Functio
|
|
|
325
325
|
* @example
|
|
326
326
|
* ```html
|
|
327
327
|
* <kendo-floatinglabel text="First name">
|
|
328
|
-
* <kendo-textbox
|
|
328
|
+
* <kendo-textbox></kendo-textbox>
|
|
329
329
|
* </kendo-floatinglabel>
|
|
330
330
|
* ```
|
|
331
|
+
*
|
|
332
|
+
* @remarks
|
|
333
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
331
334
|
*/
|
|
332
335
|
class FloatingLabelComponent {
|
|
333
336
|
elementRef;
|
|
@@ -652,6 +655,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
652
655
|
* <kendo-textbox #input></kendo-textbox>
|
|
653
656
|
* </kendo-label>
|
|
654
657
|
* ```
|
|
658
|
+
* @remarks
|
|
659
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
655
660
|
*/
|
|
656
661
|
class LabelComponent {
|
|
657
662
|
elementRef;
|
|
@@ -18,9 +18,12 @@ import * as i0 from "@angular/core";
|
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
20
20
|
* <kendo-floatinglabel text="First name">
|
|
21
|
-
* <kendo-textbox
|
|
21
|
+
* <kendo-textbox></kendo-textbox>
|
|
22
22
|
* </kendo-floatinglabel>
|
|
23
23
|
* ```
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
24
27
|
*/
|
|
25
28
|
export declare class FloatingLabelComponent implements AfterContentInit, OnDestroy {
|
|
26
29
|
private elementRef;
|
|
@@ -17,6 +17,8 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
* <kendo-textbox #input></kendo-textbox>
|
|
18
18
|
* </kendo-label>
|
|
19
19
|
* ```
|
|
20
|
+
* @remarks
|
|
21
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
20
22
|
*/
|
|
21
23
|
export declare class LabelComponent implements AfterContentInit {
|
|
22
24
|
private elementRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-label",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.6",
|
|
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": 1750433660,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@angular/forms": "16 - 20",
|
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
|
32
32
|
"@progress/kendo-licensing": "^1.5.0",
|
|
33
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
|
33
|
+
"@progress/kendo-angular-common": "19.1.2-develop.6",
|
|
34
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.6",
|
|
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": "19.1.2-develop.
|
|
39
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.6"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
42
42
|
"module": "fesm2022/progress-kendo-angular-label.mjs",
|