{
  "name": "@progress/kendo-angular-dropdowns",
  "version": "23.3.0",
  "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": 1775133309,
      "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
    }
  },
  "peerDependencies": {
    "@angular/animations": "19 - 21",
    "@angular/common": "19 - 21",
    "@angular/core": "19 - 21",
    "@angular/forms": "19 - 21",
    "@angular/platform-browser": "19 - 21",
    "@progress/kendo-licensing": "^1.10.0",
    "@progress/kendo-angular-common": "23.3.0",
    "@progress/kendo-angular-utils": "23.3.0",
    "@progress/kendo-angular-l10n": "23.3.0",
    "@progress/kendo-angular-navigation": "23.3.0",
    "@progress/kendo-angular-popup": "23.3.0",
    "@progress/kendo-angular-icons": "23.3.0",
    "@progress/kendo-angular-treeview": "23.3.0",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "23.3.0",
    "@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",
      "default": "./fesm2022/progress-kendo-angular-dropdowns.mjs"
    }
  },
  "sideEffects": false
}