@progress/kendo-angular-label 23.1.0-develop.2 → 23.1.0-develop.3

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.
@@ -179,7 +179,6 @@ class LabelDirective {
179
179
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LabelDirective, decorators: [{
180
180
  type: Directive,
181
181
  args: [{
182
- // eslint-disable-next-line @angular-eslint/directive-selector
183
182
  selector: 'label[for]',
184
183
  standalone: true
185
184
  }]
@@ -204,7 +203,7 @@ const packageMetadata = {
204
203
  productCode: 'KENDOUIANGULAR',
205
204
  productCodes: ['KENDOUIANGULAR'],
206
205
  publishDate: 0,
207
- version: '23.1.0-develop.2',
206
+ version: '23.1.0-develop.3',
208
207
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
209
208
  };
210
209
 
@@ -275,7 +274,6 @@ class Messages extends ComponentMessages {
275
274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
276
275
  type: Directive,
277
276
  args: [{
278
- // eslint-disable-next-line @angular-eslint/directive-selector
279
277
  selector: 'kendo-label-messages-base'
280
278
  }]
281
279
  }], propDecorators: { optional: [{
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344358,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771355976,
11
+ "version": "23.1.0-develop.3",
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": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
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": 1771344358,
22
+ "publishDate": 1771355976,
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": "23.1.0-develop.2",
34
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
33
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
34
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
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": "23.1.0-develop.2"
39
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-label.mjs",