@pronto-tools-and-more/components 14.30.0 → 14.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -1281,6 +1281,7 @@ var unrender10 = (element, renderElement) => {
1281
1281
  name: `$functions.id($context, ${contentKey}, 'name')`,
1282
1282
  description: `$functions.id($context, ${contentKey}, 'description')`,
1283
1283
  url: `$functions.id($context, ${contentKey}, 'url')`,
1284
+ isActive: `$functions.id($context, ${contentKey}, 'isActive')`,
1284
1285
  language
1285
1286
  };
1286
1287
  const node = render(renderContext);
@@ -2,4 +2,5 @@ export interface IMenuItem {
2
2
  readonly id: string;
3
3
  readonly name: string;
4
4
  readonly url: string;
5
+ readonly isActive: boolean;
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.30.0",
3
+ "version": "14.32.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",