@memberjunction/ng-tabstrip 1.5.2 → 1.5.3
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.
|
@@ -3,15 +3,15 @@ import { MJTabBase } from '../tab.base';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "../tab-strip/tab-strip.component";
|
|
5
5
|
import * as i2 from "@angular/common";
|
|
6
|
+
const _c0 = ["*"];
|
|
7
|
+
const _c1 = a0 => ({ "single-tab-selected": a0 });
|
|
6
8
|
function MJTabComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
const
|
|
9
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
8
10
|
i0.ɵɵelementStart(0, "span", 2);
|
|
9
|
-
i0.ɵɵlistener("click", function MJTabComponent_span_2_Template_span_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
11
|
+
i0.ɵɵlistener("click", function MJTabComponent_span_2_Template_span_click_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeTab($event)); });
|
|
10
12
|
i0.ɵɵtext(1, "\u2716");
|
|
11
13
|
i0.ɵɵelementEnd();
|
|
12
14
|
} }
|
|
13
|
-
const _c0 = a0 => ({ "single-tab-selected": a0 });
|
|
14
|
-
const _c1 = ["*"];
|
|
15
15
|
/**
|
|
16
16
|
* Represents the tab in the header of a given tab strip
|
|
17
17
|
*/
|
|
@@ -104,7 +104,7 @@ export class MJTabComponent extends MJTabBase {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
MJTabComponent.ɵfac = function MJTabComponent_Factory(t) { return new (t || MJTabComponent)(i0.ɵɵdirectiveInject(i1.MJTabStripComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef)); };
|
|
107
|
-
MJTabComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTabComponent, selectors: [["mj-tab"]], inputs: { TabSelected: "TabSelected", Visible: "Visible", Name: "Name", ID: "ID", Props: "Props", TabCloseable: "TabCloseable" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors:
|
|
107
|
+
MJTabComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTabComponent, selectors: [["mj-tab"]], inputs: { TabSelected: "TabSelected", Visible: "Visible", Name: "Name", ID: "ID", Props: "Props", TabCloseable: "TabCloseable" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 3, vars: 4, consts: [[1, "single-tab", 3, "click", "contextmenu", "ngClass"], ["class", "tab-close-button", 3, "click", 4, "ngIf"], [1, "tab-close-button", 3, "click"]], template: function MJTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
108
108
|
i0.ɵɵprojectionDef();
|
|
109
109
|
i0.ɵɵelementStart(0, "div", 0);
|
|
110
110
|
i0.ɵɵlistener("click", function MJTabComponent_Template_div_click_0_listener() { return ctx.selectTab(); })("contextmenu", function MJTabComponent_Template_div_contextmenu_0_listener($event) { return ctx.handleContextMenu($event); });
|
|
@@ -112,7 +112,7 @@ MJTabComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTabCompone
|
|
|
112
112
|
i0.ɵɵtemplate(2, MJTabComponent_span_2_Template, 2, 0, "span", 1);
|
|
113
113
|
i0.ɵɵelementEnd();
|
|
114
114
|
} if (rf & 2) {
|
|
115
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2,
|
|
115
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c1, ctx.TabSelected));
|
|
116
116
|
i0.ɵɵadvance(2);
|
|
117
117
|
i0.ɵɵproperty("ngIf", ctx.TabCloseable);
|
|
118
118
|
} }, dependencies: [i2.NgClass, i2.NgIf], styles: [".single-tab[_ngcontent-%COMP%] {\n flex: 0 0 auto; \n\n cursor: pointer;\n height: 26px;\n margin-right: 1px;\n padding-left: 10px;\n padding-right: 10px;\n padding-top: 5px;\n border-radius: 8px 8px 0 0;\n border-top: solid 1px #D5D8E5;;\n border-left: solid 1px #D5D8E5;;\n border-right: solid 1px #D5D8E5;;\n border-bottom: 0;\n background-color: #D5D8E5;\n font-size: 14px;\n }\n .single-tab[_ngcontent-%COMP%]:hover {\n color: #bb443c;\n }\n .single-tab-selected[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n font-weight: bold;\n }\n \n .tab-close-button[_ngcontent-%COMP%] {\n cursor: pointer;\n margin-left: 10px;\n padding: 2px;\n font-size: 12px;\n border-radius: 10px;\n color: black;\n }\n .tab-close-button[_ngcontent-%COMP%]:hover {\n background-color: lightgray;\n }"] });
|
|
@@ -15,22 +15,22 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
import * as i1 from "@angular/common";
|
|
16
16
|
import * as i2 from "@memberjunction/ng-container-directives";
|
|
17
17
|
const _c0 = ["tabInnerContainer"];
|
|
18
|
+
const _c1 = [[["mj-tab"]], [["mj-tab-body"]]];
|
|
19
|
+
const _c2 = ["mj-tab", "mj-tab-body"];
|
|
18
20
|
function MJTabStripComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
-
const
|
|
21
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
20
22
|
i0.ɵɵelementStart(0, "div", 7);
|
|
21
|
-
i0.ɵɵlistener("click", function MJTabStripComponent_div_2_Template_div_click_0_listener() { i0.ɵɵrestoreView(
|
|
23
|
+
i0.ɵɵlistener("click", function MJTabStripComponent_div_2_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollLeft()); });
|
|
22
24
|
i0.ɵɵelement(1, "span", 8);
|
|
23
25
|
i0.ɵɵelementEnd();
|
|
24
26
|
} }
|
|
25
27
|
function MJTabStripComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
-
const
|
|
28
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
27
29
|
i0.ɵɵelementStart(0, "div", 9);
|
|
28
|
-
i0.ɵɵlistener("click", function MJTabStripComponent_div_6_Template_div_click_0_listener() { i0.ɵɵrestoreView(
|
|
30
|
+
i0.ɵɵlistener("click", function MJTabStripComponent_div_6_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollRight()); });
|
|
29
31
|
i0.ɵɵelement(1, "span", 10);
|
|
30
32
|
i0.ɵɵelementEnd();
|
|
31
33
|
} }
|
|
32
|
-
const _c1 = [[["mj-tab"]], [["mj-tab-body"]]];
|
|
33
|
-
const _c2 = ["mj-tab", "mj-tab-body"];
|
|
34
34
|
export class TabEvent {
|
|
35
35
|
constructor() {
|
|
36
36
|
this.tab = null;
|
|
@@ -343,11 +343,11 @@ MJTabStripComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTabSt
|
|
|
343
343
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tabInnerContainer = _t.first);
|
|
344
344
|
} }, hostBindings: function MJTabStripComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
345
345
|
i0.ɵɵlistener("resize", function MJTabStripComponent_resize_HostBindingHandler($event) { return ctx.onResize($event); }, false, i0.ɵɵresolveWindow);
|
|
346
|
-
} }, inputs: { FillWidth: "FillWidth", FillHeight: "FillHeight", SelectedTabIndex: "SelectedTabIndex", ScrollAmount: "ScrollAmount" }, outputs: { BeforeTabSelected: "BeforeTabSelected", TabSelected: "TabSelected", BeforeTabClosed: "BeforeTabClosed", TabClosed: "TabClosed", TabContextMenu: "TabContextMenu", TabScrolled: "TabScrolled" }, ngContentSelectors: _c2, decls: 9, vars: 6, consts: [["mjFillContainer", "", 1, "tabstrip-container", 3, "fillWidth", "fillHeight"], [1, "tab-header-outer"], ["class", "tab-scroll-button tab-scroll-button-left", 3, "click", 4, "ngIf"], [1, "tab-header-inner"], ["
|
|
346
|
+
} }, inputs: { FillWidth: "FillWidth", FillHeight: "FillHeight", SelectedTabIndex: "SelectedTabIndex", ScrollAmount: "ScrollAmount" }, outputs: { BeforeTabSelected: "BeforeTabSelected", TabSelected: "TabSelected", BeforeTabClosed: "BeforeTabClosed", TabClosed: "TabClosed", TabContextMenu: "TabContextMenu", TabScrolled: "TabScrolled" }, ngContentSelectors: _c2, decls: 9, vars: 6, consts: [["tabInnerContainer", ""], ["mjFillContainer", "", 1, "tabstrip-container", 3, "fillWidth", "fillHeight"], [1, "tab-header-outer"], ["class", "tab-scroll-button tab-scroll-button-left", 3, "click", 4, "ngIf"], [1, "tab-header-inner"], ["class", "tab-scroll-button tab-scroll-button-right", 3, "click", 4, "ngIf"], ["mjFillContainer", "", 1, "tab-bodies", 3, "fillWidth", "fillHeight"], [1, "tab-scroll-button", "tab-scroll-button-left", 3, "click"], [1, "fa-solid", "fa-caret-left"], [1, "tab-scroll-button", "tab-scroll-button-right", 3, "click"], [1, "fa-solid", "fa-caret-right"]], template: function MJTabStripComponent_Template(rf, ctx) { if (rf & 1) {
|
|
347
347
|
i0.ɵɵprojectionDef(_c1);
|
|
348
|
-
i0.ɵɵelementStart(0, "div",
|
|
349
|
-
i0.ɵɵtemplate(2, MJTabStripComponent_div_2_Template, 2, 0, "div",
|
|
350
|
-
i0.ɵɵelementStart(3, "div",
|
|
348
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
349
|
+
i0.ɵɵtemplate(2, MJTabStripComponent_div_2_Template, 2, 0, "div", 3);
|
|
350
|
+
i0.ɵɵelementStart(3, "div", 4, 0);
|
|
351
351
|
i0.ɵɵprojection(5);
|
|
352
352
|
i0.ɵɵelementEnd();
|
|
353
353
|
i0.ɵɵtemplate(6, MJTabStripComponent_div_6_Template, 2, 0, "div", 5);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-tabstrip",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
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",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"author": "",
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@angular/compiler": "
|
|
19
|
-
"@angular/compiler-cli": "
|
|
18
|
+
"@angular/compiler": "18.0.2",
|
|
19
|
+
"@angular/compiler-cli": "18.0.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@angular/common": "
|
|
23
|
-
"@angular/core": "
|
|
22
|
+
"@angular/common": "18.0.2",
|
|
23
|
+
"@angular/core": "18.0.2"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@memberjunction/ng-container-directives": "
|
|
27
|
-
"@memberjunction/ng-shared": "
|
|
26
|
+
"@memberjunction/ng-container-directives": "1.5.3",
|
|
27
|
+
"@memberjunction/ng-shared": "1.5.3",
|
|
28
28
|
"tslib": "^2.3.0"
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false
|