- Added localization support for loading states, empty navigation, and submenu actions in both German and English. - Introduced new properties in IMenuItem for description, openInNewWindow, and external links. - Updated SPTermStorePickerService to handle cache versioning and language-specific caching. - Implemented a new MegaMenuCore service for handling term properties, cache management, and navigation URL resolution. - Refactored TaxonomyNavigationService to build menu hierarchy and filter hidden terms. - Added automated tests for MegaMenu core functionalities and static asset validation. - Removed unused ItemDictionary service. - Created a comprehensive ToDo document outlining the implementation status and future tasks.
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"name": "mega-menu",
|
|
"version": "2.2.0",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=6.9.0 <9.0.0"
|
|
},
|
|
"scripts": {
|
|
"build:classic": "powershell -NoProfile -ExecutionPolicy Bypass -File .\\build-classic.ps1",
|
|
"build": "npm run build:classic && gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "tsc -p tests/tsconfig.json && node temp/tests/tests/MegaMenuCore.test.js && node --check classic/megamenu-services-standalone.js && node --check classic/megamenu-classic.js && node tests/validate-static-assets.js",
|
|
"package": "npm test && npm run build:classic && gulp clean && gulp bundle --ship && gulp package-solution --ship"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/decorators": "~1.4.1",
|
|
"@microsoft/sp-application-base": "~1.4.1",
|
|
"@microsoft/sp-core-library": "~1.4.1",
|
|
"@microsoft/sp-dialog": "~1.4.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "^1.4.1",
|
|
"@pnp/common": "^1.3.11",
|
|
"@pnp/logging": "^1.3.11",
|
|
"@pnp/odata": "^1.3.11",
|
|
"@pnp/sp": "^1.3.11",
|
|
"@pnp/sp-clientsvc": "^1.3.11",
|
|
"@pnp/sp-taxonomy": "^1.3.11",
|
|
"@pnp/telemetry-js": "^2.0.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/webpack-env": "1.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~1.4.1",
|
|
"@microsoft/sp-module-interfaces": "~1.4.1",
|
|
"@microsoft/sp-webpart-workbench": "~1.4.1",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2"
|
|
}
|
|
}
|