@progress/kendo-angular-listbox 12.0.1-develop.1 → 12.0.1-develop.2

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.
@@ -373,6 +373,7 @@ ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
373
373
  [attr.title]="messageFor(tool.name)"
374
374
  (click)="performAction(tool.name)"
375
375
  role="button"
376
+ type="button"
376
377
  ></button>
377
378
  </div>
378
379
  <div class="k-list-scroller k-selectable">
@@ -467,6 +468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
467
468
  [attr.title]="messageFor(tool.name)"
468
469
  (click)="performAction(tool.name)"
469
470
  role="button"
471
+ type="button"
470
472
  ></button>
471
473
  </div>
472
474
  <div class="k-list-scroller k-selectable">
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-listbox',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1683028171,
13
- version: '12.0.1-develop.1',
12
+ publishDate: 1683097920,
13
+ version: '12.0.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-listbox',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1683028171,
28
- version: '12.0.1-develop.1',
27
+ publishDate: 1683097920,
28
+ version: '12.0.1-develop.2',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
30
30
  };
31
31
 
@@ -883,6 +883,7 @@ ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
883
883
  [attr.title]="messageFor(tool.name)"
884
884
  (click)="performAction(tool.name)"
885
885
  role="button"
886
+ type="button"
886
887
  ></button>
887
888
  </div>
888
889
  <div class="k-list-scroller k-selectable">
@@ -977,6 +978,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
977
978
  [attr.title]="messageFor(tool.name)"
978
979
  (click)="performAction(tool.name)"
979
980
  role="button"
981
+ type="button"
980
982
  ></button>
981
983
  </div>
982
984
  <div class="k-list-scroller k-selectable">
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-listbox',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1683028171,
28
- version: '12.0.1-develop.1',
27
+ publishDate: 1683097920,
28
+ version: '12.0.1-develop.2',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
30
30
  };
31
31
 
@@ -880,6 +880,7 @@ ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
880
880
  [attr.title]="messageFor(tool.name)"
881
881
  (click)="performAction(tool.name)"
882
882
  role="button"
883
+ type="button"
883
884
  ></button>
884
885
  </div>
885
886
  <div class="k-list-scroller k-selectable">
@@ -974,6 +975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
974
975
  [attr.title]="messageFor(tool.name)"
975
976
  (click)="performAction(tool.name)"
976
977
  role="button"
978
+ type="button"
977
979
  ></button>
978
980
  </div>
979
981
  <div class="k-list-scroller k-selectable">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listbox",
3
- "version": "12.0.1-develop.1",
3
+ "version": "12.0.1-develop.2",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,14 +23,14 @@
23
23
  "@angular/core": "13 - 16",
24
24
  "@angular/platform-browser": "13 - 16",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "12.0.1-develop.1",
27
- "@progress/kendo-angular-common": "12.0.1-develop.1",
28
- "@progress/kendo-angular-popup": "12.0.1-develop.1",
26
+ "@progress/kendo-angular-buttons": "12.0.1-develop.2",
27
+ "@progress/kendo-angular-common": "12.0.1-develop.2",
28
+ "@progress/kendo-angular-popup": "12.0.1-develop.2",
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": "12.0.1-develop.1",
33
+ "@progress/kendo-angular-schematics": "12.0.1-develop.2",
34
34
  "@progress/kendo-common": "^0.2.2"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
@@ -6,11 +6,11 @@ function default_1(options) {
6
6
  // Additional dependencies to install.
7
7
  // See https://github.com/telerik/kendo-schematics/issues/28
8
8
  peerDependencies: {
9
- '@progress/kendo-angular-buttons': '12.0.1-develop.1',
10
- '@progress/kendo-angular-common': '12.0.1-develop.1',
11
- '@progress/kendo-angular-l10n': '12.0.1-develop.1',
9
+ '@progress/kendo-angular-buttons': '12.0.1-develop.2',
10
+ '@progress/kendo-angular-common': '12.0.1-develop.2',
11
+ '@progress/kendo-angular-l10n': '12.0.1-develop.2',
12
12
  // Peer of kendo-angular-buttons
13
- '@progress/kendo-angular-popup': '12.0.1-develop.1'
13
+ '@progress/kendo-angular-popup': '12.0.1-develop.2'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }