@progress/kendo-angular-dropdowns 24.0.0-develop.2 → 24.0.0-develop.21
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/NOTICE.txt +2599 -172
- package/comboboxes/combobox.component.d.ts +1 -1
- package/dropdownlist/dropdownlist.component.d.ts +1 -1
- package/dropdowntrees/dropdowntree.component.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-dropdowns.mjs +23 -23
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
- package/schematics/ngAdd/index.js +2 -2
|
@@ -20,7 +20,7 @@ import { map, switchMap, take, auditTime, tap, filter, partition, throttleTime,
|
|
|
20
20
|
import * as i2 from '@progress/kendo-angular-popup';
|
|
21
21
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
22
22
|
import { NgStyle, NgClass, NgTemplateOutlet } from '@angular/common';
|
|
23
|
-
import { checkIcon, xIcon,
|
|
23
|
+
import { checkIcon, xIcon, chevronDownIcon, searchIcon, xCircleIcon } from '@progress/kendo-svg-icons';
|
|
24
24
|
import { IconComponent, IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
25
25
|
import { ActionSheetComponent, ActionSheetTemplateDirective } from '@progress/kendo-angular-navigation';
|
|
26
26
|
import { TextBoxComponent, TextBoxPrefixTemplateDirective } from '@progress/kendo-angular-inputs';
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '24.0.0-develop.
|
|
40
|
+
publishDate: 1778161035,
|
|
41
|
+
version: '24.0.0-develop.21',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -2983,7 +2983,7 @@ class AdaptiveRendererComponent {
|
|
|
2983
2983
|
</div>
|
|
2984
2984
|
</ng-template>
|
|
2985
2985
|
</kendo-actionsheet>
|
|
2986
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
2986
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: IconComponent, selector: "kendo-icon", inputs: ["name"], exportAs: ["kendoIcon"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2987
2987
|
}
|
|
2988
2988
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AdaptiveRendererComponent, decorators: [{
|
|
2989
2989
|
type: Component,
|
|
@@ -5080,7 +5080,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
5080
5080
|
/**
|
|
5081
5081
|
* @hidden
|
|
5082
5082
|
*/
|
|
5083
|
-
|
|
5083
|
+
chevronDownIcon = chevronDownIcon;
|
|
5084
5084
|
set text(text) {
|
|
5085
5085
|
this._text = isPresent(text) ? text.toString() : "";
|
|
5086
5086
|
}
|
|
@@ -6641,9 +6641,9 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6641
6641
|
}"
|
|
6642
6642
|
>
|
|
6643
6643
|
<kendo-icon-wrapper
|
|
6644
|
-
[name]="icon || '
|
|
6644
|
+
[name]="icon || 'chevron-down'"
|
|
6645
6645
|
innerCssClass="k-button-icon"
|
|
6646
|
-
[svgIcon]="svgIcon ||
|
|
6646
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
6647
6647
|
>
|
|
6648
6648
|
</kendo-icon-wrapper>
|
|
6649
6649
|
</button>
|
|
@@ -6853,9 +6853,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
6853
6853
|
}"
|
|
6854
6854
|
>
|
|
6855
6855
|
<kendo-icon-wrapper
|
|
6856
|
-
[name]="icon || '
|
|
6856
|
+
[name]="icon || 'chevron-down'"
|
|
6857
6857
|
innerCssClass="k-button-icon"
|
|
6858
|
-
[svgIcon]="svgIcon ||
|
|
6858
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
6859
6859
|
>
|
|
6860
6860
|
</kendo-icon-wrapper>
|
|
6861
6861
|
</button>
|
|
@@ -7217,7 +7217,7 @@ class DropDownListComponent {
|
|
|
7217
7217
|
/**
|
|
7218
7218
|
* @hidden
|
|
7219
7219
|
*/
|
|
7220
|
-
|
|
7220
|
+
chevronDownSVGIcon = chevronDownIcon;
|
|
7221
7221
|
/**
|
|
7222
7222
|
* @hidden
|
|
7223
7223
|
*/
|
|
@@ -8619,10 +8619,10 @@ class DropDownListComponent {
|
|
|
8619
8619
|
>
|
|
8620
8620
|
<kendo-icon-wrapper
|
|
8621
8621
|
unselectable="on"
|
|
8622
|
-
[name]="icon || '
|
|
8622
|
+
[name]="icon || 'chevron-down'"
|
|
8623
8623
|
innerCssClass="k-button-icon"
|
|
8624
8624
|
[customFontClass]="customIconClass"
|
|
8625
|
-
[svgIcon]="svgIcon ||
|
|
8625
|
+
[svgIcon]="svgIcon || chevronDownSVGIcon">
|
|
8626
8626
|
</kendo-icon-wrapper>
|
|
8627
8627
|
</button>
|
|
8628
8628
|
<ng-template #popupTemplate>
|
|
@@ -8805,10 +8805,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
8805
8805
|
>
|
|
8806
8806
|
<kendo-icon-wrapper
|
|
8807
8807
|
unselectable="on"
|
|
8808
|
-
[name]="icon || '
|
|
8808
|
+
[name]="icon || 'chevron-down'"
|
|
8809
8809
|
innerCssClass="k-button-icon"
|
|
8810
8810
|
[customFontClass]="customIconClass"
|
|
8811
|
-
[svgIcon]="svgIcon ||
|
|
8811
|
+
[svgIcon]="svgIcon || chevronDownSVGIcon">
|
|
8812
8812
|
</kendo-icon-wrapper>
|
|
8813
8813
|
</button>
|
|
8814
8814
|
<ng-template #popupTemplate>
|
|
@@ -12371,9 +12371,9 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12371
12371
|
}"
|
|
12372
12372
|
>
|
|
12373
12373
|
<kendo-icon-wrapper
|
|
12374
|
-
[name]="icon || '
|
|
12374
|
+
[name]="icon || 'chevron-down'"
|
|
12375
12375
|
innerCssClass="k-button-icon"
|
|
12376
|
-
[svgIcon]="svgIcon ||
|
|
12376
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
12377
12377
|
>
|
|
12378
12378
|
</kendo-icon-wrapper>
|
|
12379
12379
|
</button>
|
|
@@ -12681,9 +12681,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
12681
12681
|
}"
|
|
12682
12682
|
>
|
|
12683
12683
|
<kendo-icon-wrapper
|
|
12684
|
-
[name]="icon || '
|
|
12684
|
+
[name]="icon || 'chevron-down'"
|
|
12685
12685
|
innerCssClass="k-button-icon"
|
|
12686
|
-
[svgIcon]="svgIcon ||
|
|
12686
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
12687
12687
|
>
|
|
12688
12688
|
</kendo-icon-wrapper>
|
|
12689
12689
|
</button>
|
|
@@ -12956,7 +12956,7 @@ class DropDownTreeComponent {
|
|
|
12956
12956
|
/**
|
|
12957
12957
|
* @hidden
|
|
12958
12958
|
*/
|
|
12959
|
-
|
|
12959
|
+
chevronDownIcon = chevronDownIcon;
|
|
12960
12960
|
/**
|
|
12961
12961
|
* @hidden
|
|
12962
12962
|
*/
|
|
@@ -14283,9 +14283,9 @@ class DropDownTreeComponent {
|
|
|
14283
14283
|
[attr.disabled]="disabled ? '' : null"
|
|
14284
14284
|
>
|
|
14285
14285
|
<kendo-icon-wrapper
|
|
14286
|
-
[name]="icon || '
|
|
14286
|
+
[name]="icon || 'chevron-down'"
|
|
14287
14287
|
innerCssClass="k-button-icon"
|
|
14288
|
-
[svgIcon]="svgIcon ||
|
|
14288
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
14289
14289
|
>
|
|
14290
14290
|
</kendo-icon-wrapper>
|
|
14291
14291
|
</button>
|
|
@@ -14514,9 +14514,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14514
14514
|
[attr.disabled]="disabled ? '' : null"
|
|
14515
14515
|
>
|
|
14516
14516
|
<kendo-icon-wrapper
|
|
14517
|
-
[name]="icon || '
|
|
14517
|
+
[name]="icon || 'chevron-down'"
|
|
14518
14518
|
innerCssClass="k-button-icon"
|
|
14519
|
-
[svgIcon]="svgIcon ||
|
|
14519
|
+
[svgIcon]="svgIcon || chevronDownIcon"
|
|
14520
14520
|
>
|
|
14521
14521
|
</kendo-icon-wrapper>
|
|
14522
14522
|
</button>
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778161035,
|
|
11
|
+
"version": "24.0.0-develop.21",
|
|
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": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.21",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"package": {
|
|
122
122
|
"productName": "Kendo UI for Angular",
|
|
123
123
|
"productCode": "KENDOUIANGULAR",
|
|
124
|
-
"publishDate":
|
|
124
|
+
"publishDate": 1778161035,
|
|
125
125
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"@angular/forms": "19 - 21",
|
|
133
133
|
"@angular/platform-browser": "19 - 21",
|
|
134
134
|
"@progress/kendo-licensing": "^1.11.0",
|
|
135
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
136
|
-
"@progress/kendo-angular-utils": "24.0.0-develop.
|
|
137
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
138
|
-
"@progress/kendo-angular-navigation": "24.0.0-develop.
|
|
139
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
140
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
141
|
-
"@progress/kendo-angular-treeview": "24.0.0-develop.
|
|
135
|
+
"@progress/kendo-angular-common": "24.0.0-develop.21",
|
|
136
|
+
"@progress/kendo-angular-utils": "24.0.0-develop.21",
|
|
137
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.21",
|
|
138
|
+
"@progress/kendo-angular-navigation": "24.0.0-develop.21",
|
|
139
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.21",
|
|
140
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.21",
|
|
141
|
+
"@progress/kendo-angular-treeview": "24.0.0-develop.21",
|
|
142
142
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"tslib": "^2.3.1",
|
|
146
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
146
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.21",
|
|
147
147
|
"@progress/kendo-common": "^1.0.1"
|
|
148
148
|
},
|
|
149
149
|
"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': '24.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-inputs': '24.0.0-develop.21',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '24.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-intl': '24.0.0-develop.21',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|