enonic-types
Advanced tools
Comparing version 0.3.21 to 0.3.22
@@ -52,2 +52,6 @@ declare module "*/lib/menu" { | ||
ariaLabel?: string; | ||
/** | ||
* Key to content used to get the current site, Also gets content is in path or active based on this. | ||
*/ | ||
currentContent?: string; | ||
} | ||
@@ -70,2 +74,6 @@ interface BreadcrumbMenu { | ||
/** | ||
* The content that sets the context of the menu. CurrentContent defaults to the current context content: portal.getContent(). | ||
*/ | ||
currentContent?: string; | ||
/** | ||
* Control type of URL to be generated for menu items, default is 'server', only other option is 'absolute'. | ||
@@ -72,0 +80,0 @@ */ |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.3.21", | ||
"version": "0.3.22", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -29,10 +29,10 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"json-schema-to-typescript": "^10.1.5", | ||
"prettier": "^2.5.1", | ||
"prettier": "^2.6.0", | ||
"rimraf": "^3.0.2", | ||
@@ -39,0 +39,0 @@ "typescript": "^4.6.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
266689
7219