@progress/kendo-angular-toolbar
Version:
Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements
86 lines • 2.64 kB
JSON
{
"name": "@progress/kendo-angular-toolbar",
"version": "20.0.3",
"description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
"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",
"Kendo UI",
"Progress",
"Angular",
"ToolBar",
"toolbar-popup",
"toolbar-customization",
"scrollable-toolbar",
"navbar",
"navigation-bar"
],
"@progress": {
"friendlyName": "ToolBar",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{ts,html}"
},
"codemods": {
"19": [
{
"description": "Migrate showIcon's overflow value to menu and both value to always",
"file": "codemods/v19/toolbar-button-showicon.js",
"prompt": "true"
},
{
"description": "Migrate showText's overflow value to menu and both value to always",
"file": "codemods/v19/toolbar-button-showtext.js",
"prompt": "true"
}
]
}
},
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1756992730,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "16 - 20",
"@angular/common": "16 - 20",
"@angular/core": "16 - 20",
"@angular/platform-browser": "16 - 20",
"@progress/kendo-licensing": "^1.7.0",
"@progress/kendo-angular-buttons": "20.0.3",
"@progress/kendo-angular-common": "20.0.3",
"@progress/kendo-angular-l10n": "20.0.3",
"@progress/kendo-angular-icons": "20.0.3",
"@progress/kendo-angular-indicators": "20.0.3",
"@progress/kendo-angular-popup": "20.0.3",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "20.0.3",
"node-html-parser": "^7.0.1"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-toolbar.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/progress-kendo-angular-toolbar.mjs",
"esm": "./esm2022/progress-kendo-angular-toolbar.mjs",
"default": "./fesm2022/progress-kendo-angular-toolbar.mjs"
}
},
"sideEffects": false
}