@progress/kendo-angular-dropdowns 25.0.0 → 25.1.0-develop.10

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.
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1786525923,
41
- version: '25.0.0',
40
+ publishDate: 1787669999,
41
+ version: '25.1.0-develop.10',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -6910,7 +6910,7 @@ class ComboBoxComponent extends MultiTabStop {
6910
6910
  listboxLabel="Options"
6911
6911
 
6912
6912
  i18n-useCustomValueText="kendo.combobox.useCustomValueText|The text displayed when the user types a custom value that is not in the list of options."
6913
- useCustomValueText="{{ 'Use "{customValue}"' }}"
6913
+ useCustomValueText="Use "[[customValue]]""
6914
6914
  >
6915
6915
  </ng-container>
6916
6916
 
@@ -7132,7 +7132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImpo
7132
7132
  listboxLabel="Options"
7133
7133
 
7134
7134
  i18n-useCustomValueText="kendo.combobox.useCustomValueText|The text displayed when the user types a custom value that is not in the list of options."
7135
- useCustomValueText="{{ 'Use &quot;{customValue}&quot;' }}"
7135
+ useCustomValueText="Use &quot;[[customValue]]&quot;"
7136
7136
  >
7137
7137
  </ng-container>
7138
7138
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1786525923,
11
- "version": "25.0.0",
10
+ "publishDate": 1787669999,
11
+ "version": "25.1.0-develop.10",
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": "25.0.0",
3
+ "version": "25.1.0-develop.10",
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",
@@ -132,7 +132,7 @@
132
132
  "package": {
133
133
  "productName": "Kendo UI for Angular",
134
134
  "productCode": "KENDOUIANGULAR",
135
- "publishDate": 1786525923,
135
+ "publishDate": 1787669999,
136
136
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
137
137
  }
138
138
  },
@@ -143,19 +143,19 @@
143
143
  "@angular/forms": "20 - 22",
144
144
  "@angular/platform-browser": "20 - 22",
145
145
  "@progress/kendo-licensing": "^1.11.0",
146
- "@progress/kendo-angular-common": "25.0.0",
147
- "@progress/kendo-angular-utils": "25.0.0",
148
- "@progress/kendo-angular-l10n": "25.0.0",
149
- "@progress/kendo-angular-navigation": "25.0.0",
150
- "@progress/kendo-angular-popup": "25.0.0",
151
- "@progress/kendo-angular-icons": "25.0.0",
152
- "@progress/kendo-angular-inputs": "25.0.0",
153
- "@progress/kendo-angular-treeview": "25.0.0",
146
+ "@progress/kendo-angular-common": "25.1.0-develop.10",
147
+ "@progress/kendo-angular-utils": "25.1.0-develop.10",
148
+ "@progress/kendo-angular-l10n": "25.1.0-develop.10",
149
+ "@progress/kendo-angular-navigation": "25.1.0-develop.10",
150
+ "@progress/kendo-angular-popup": "25.1.0-develop.10",
151
+ "@progress/kendo-angular-icons": "25.1.0-develop.10",
152
+ "@progress/kendo-angular-inputs": "25.1.0-develop.10",
153
+ "@progress/kendo-angular-treeview": "25.1.0-develop.10",
154
154
  "rxjs": "^6.5.3 || ^7.0.0"
155
155
  },
156
156
  "dependencies": {
157
157
  "tslib": "^2.3.1",
158
- "@progress/kendo-angular-schematics": "25.0.0",
158
+ "@progress/kendo-angular-schematics": "25.1.0-develop.10",
159
159
  "@progress/kendo-common": "^1.0.1"
160
160
  },
161
161
  "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': '25.0.0',
12
+ '@progress/kendo-angular-inputs': '25.1.0-develop.10',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '25.0.0',
14
+ '@progress/kendo-angular-intl': '25.1.0-develop.10',
15
15
  '@progress/kendo-drawing': '^1.17.2',
16
16
  // Peer dependency of icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'