@progress/kendo-angular-dropdowns
Version:
A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree
143 lines • 5.01 kB
JSON
{
"name": "@progress/kendo-angular-dropdowns",
"version": "19.1.1",
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Angular",
"ComboBox",
"DropDownList",
"Kendo UI",
"Progress"
],
"@progress": {
"friendlyName": "Dropdowns",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{ts,html}"
},
"codemods": {
"19": [
{
"description": "Migrate subtitle to adaptiveSubtitle for autocomplete",
"file": "codemods/v19/autocomplete-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for autocomplete",
"file": "codemods/v19/autocomplete-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for combobox",
"file": "codemods/v19/combobox-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for combobox",
"file": "codemods/v19/combobox-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for dropdownlist",
"file": "codemods/v19/dropdownlist-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for dropdownlist",
"file": "codemods/v19/dropdownlist-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for dropdowntree",
"file": "codemods/v19/dropdowntree-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for dropdowntree",
"file": "codemods/v19/dropdowntree-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for multicolumncombobox",
"file": "codemods/v19/multicolumncombobox-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for multicolumncombobox",
"file": "codemods/v19/multicolumncombobox-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for multiselect",
"file": "codemods/v19/multiselect-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for multiselect",
"file": "codemods/v19/multiselect-title.js",
"prompt": "true"
},
{
"description": "Migrate subtitle to adaptiveSubtitle for multiselecttree",
"file": "codemods/v19/multiselecttree-subtitle.js",
"prompt": "true"
},
{
"description": "Migrate title to adaptiveTitle for multiselecttree",
"file": "codemods/v19/multiselecttree-title.js",
"prompt": "true"
}
]
}
},
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1749540146,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "16 - 20",
"@angular/common": "16 - 20",
"@angular/core": "16 - 20",
"@angular/forms": "16 - 20",
"@angular/platform-browser": "16 - 20",
"@progress/kendo-licensing": "^1.5.0",
"@progress/kendo-angular-common": "19.1.1",
"@progress/kendo-angular-utils": "19.1.1",
"@progress/kendo-angular-l10n": "19.1.1",
"@progress/kendo-angular-navigation": "19.1.1",
"@progress/kendo-angular-popup": "19.1.1",
"@progress/kendo-angular-icons": "19.1.1",
"@progress/kendo-angular-treeview": "19.1.1",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "19.1.1",
"@progress/kendo-common": "^1.0.1"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-dropdowns.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/progress-kendo-angular-dropdowns.mjs",
"esm": "./esm2022/progress-kendo-angular-dropdowns.mjs",
"default": "./fesm2022/progress-kendo-angular-dropdowns.mjs"
}
},
"sideEffects": false
}