@progress/kendo-angular-dropdowns 23.1.0-develop.1 → 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.
@@ -38,11 +38,10 @@ const packageMetadata = {
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
40
  publishDate: 0,
41
- version: '23.1.0-develop.1',
41
+ version: '23.1.0-develop.3',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
45
- /* eslint-disable no-bitwise */
46
45
  /**
47
46
  * @hidden
48
47
  */
@@ -1466,7 +1465,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1466
1465
  */
1467
1466
  var NavigationAction;
1468
1467
  (function (NavigationAction) {
1469
- // eslint-disable-next-line id-denylist
1470
1468
  NavigationAction[NavigationAction["Undefined"] = 0] = "Undefined";
1471
1469
  NavigationAction[NavigationAction["Open"] = 1] = "Open";
1472
1470
  NavigationAction[NavigationAction["Close"] = 2] = "Close";
@@ -1777,8 +1775,7 @@ class ListItemDirective {
1777
1775
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ListItemDirective, decorators: [{
1778
1776
  type: Directive,
1779
1777
  args: [{
1780
- selector: '"li[role=option], li[role=group], li[role=presentation]"' // eslint-disable-line
1781
- ,
1778
+ selector: '"li[role=option], li[role=group], li[role=presentation]"',
1782
1779
  standalone: true
1783
1780
  }]
1784
1781
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
@@ -7159,8 +7156,7 @@ class FilterInputDirective {
7159
7156
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FilterInputDirective, decorators: [{
7160
7157
  type: Directive,
7161
7158
  args: [{
7162
- selector: '[filterInput]' // eslint-disable-line
7163
- ,
7159
+ selector: '[filterInput]',
7164
7160
  standalone: true
7165
7161
  }]
7166
7162
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { focused: [{
@@ -15268,7 +15264,6 @@ class CheckAllDirective extends BaseCheckDirective {
15268
15264
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CheckAllDirective, decorators: [{
15269
15265
  type: Directive,
15270
15266
  args: [{
15271
- // eslint-disable-next-line
15272
15267
  selector: '[checkAll]',
15273
15268
  standalone: true
15274
15269
  }]
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771342344,
11
- "version": "23.1.0-develop.1",
10
+ "publishDate": 1771356017,
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-dropdowns",
3
- "version": "23.1.0-develop.1",
3
+ "version": "23.1.0-develop.3",
4
4
  "description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -100,7 +100,7 @@
100
100
  "package": {
101
101
  "productName": "Kendo UI for Angular",
102
102
  "productCode": "KENDOUIANGULAR",
103
- "publishDate": 1771342344,
103
+ "publishDate": 1771356017,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,18 +111,18 @@
111
111
  "@angular/forms": "19 - 21",
112
112
  "@angular/platform-browser": "19 - 21",
113
113
  "@progress/kendo-licensing": "^1.10.0",
114
- "@progress/kendo-angular-common": "23.1.0-develop.1",
115
- "@progress/kendo-angular-utils": "23.1.0-develop.1",
116
- "@progress/kendo-angular-l10n": "23.1.0-develop.1",
117
- "@progress/kendo-angular-navigation": "23.1.0-develop.1",
118
- "@progress/kendo-angular-popup": "23.1.0-develop.1",
119
- "@progress/kendo-angular-icons": "23.1.0-develop.1",
120
- "@progress/kendo-angular-treeview": "23.1.0-develop.1",
114
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
115
+ "@progress/kendo-angular-utils": "23.1.0-develop.3",
116
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
117
+ "@progress/kendo-angular-navigation": "23.1.0-develop.3",
118
+ "@progress/kendo-angular-popup": "23.1.0-develop.3",
119
+ "@progress/kendo-angular-icons": "23.1.0-develop.3",
120
+ "@progress/kendo-angular-treeview": "23.1.0-develop.3",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "23.1.0-develop.1",
125
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3",
126
126
  "@progress/kendo-common": "^1.0.1"
127
127
  },
128
128
  "schematics": "./schematics/collection.json",
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
11
11
  // peers of the treeview
12
- '@progress/kendo-angular-inputs': '23.1.0-develop.1',
12
+ '@progress/kendo-angular-inputs': '23.1.0-develop.3',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '23.1.0-develop.1',
14
+ '@progress/kendo-angular-intl': '23.1.0-develop.3',
15
15
  '@progress/kendo-drawing': '^1.17.2',
16
16
  // Peer dependency of icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'