@memberjunction/ng-tabstrip 3.0.0 → 3.1.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.
@@ -137,5 +137,5 @@ export class MJTabComponent extends MJTabBase {
137
137
  }], TabCloseable: [{
138
138
  type: Input
139
139
  }] }); })();
140
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabComponent, { className: "MJTabComponent" }); })();
140
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabComponent, { className: "MJTabComponent", filePath: "src/lib/tab/tab.component.ts", lineNumber: 13 }); })();
141
141
  //# sourceMappingURL=tab.component.js.map
@@ -34,5 +34,5 @@ export class MJTabBodyComponent extends MJTabBase {
34
34
  }], FillHeight: [{
35
35
  type: Input
36
36
  }] }); })();
37
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabBodyComponent, { className: "MJTabBodyComponent" }); })();
37
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabBodyComponent, { className: "MJTabBodyComponent", filePath: "src/lib/tab-body/tab-body.component.ts", lineNumber: 11 }); })();
38
38
  //# sourceMappingURL=tab-body.component.js.map
@@ -399,5 +399,5 @@ export class MJTabStripComponent {
399
399
  }], ScrollAmount: [{
400
400
  type: Input
401
401
  }] }); })();
402
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabStripComponent, { className: "MJTabStripComponent" }); })();
402
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTabStripComponent, { className: "MJTabStripComponent", filePath: "src/lib/tab-strip/tab-strip.component.ts", lineNumber: 33 }); })();
403
403
  //# sourceMappingURL=tab-strip.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-tabstrip",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "MemberJunction: Very simple tab strip component used in the MJ Explorer app and reusable anywhere else in an Angular project.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -23,7 +23,7 @@
23
23
  "@angular/core": "18.2.14"
24
24
  },
25
25
  "dependencies": {
26
- "@memberjunction/ng-container-directives": "3.0.0",
26
+ "@memberjunction/ng-container-directives": "3.1.0",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "sideEffects": false,