@rolatech/angular-common 20.3.0-beta.4 → 20.3.1-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-common",
3
- "version": "20.3.0-beta.4",
3
+ "version": "20.3.1-beta.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "moment": "^2.30.1",
@@ -15,6 +15,7 @@
15
15
  "type": "git",
16
16
  "url": "https://github.com/viablecell/rolatech-web.git"
17
17
  },
18
+ "sideEffects": false,
18
19
  "license": "MIT",
19
20
  "publishConfig": {
20
21
  "access": "public"
@@ -30,7 +31,6 @@
30
31
  "default": "./fesm2022/rolatech-angular-common.mjs"
31
32
  }
32
33
  },
33
- "sideEffects": false,
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.0"
36
36
  }
@@ -194,6 +194,7 @@ interface NavLink {
194
194
  children?: NavLink[];
195
195
  button?: boolean;
196
196
  exact?: boolean;
197
+ activeExcludes?: string[];
197
198
  visible?: boolean;
198
199
  external?: boolean;
199
200
  openInView?: boolean;