@memberjunction/ng-entity-permissions 1.5.1 → 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.
|
@@ -6,13 +6,13 @@ import * as i2 from "@memberjunction/ng-container-directives";
|
|
|
6
6
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
7
7
|
import * as i4 from "../grid/entity-permissions-grid.component";
|
|
8
8
|
function EntityPermissionsSelectorWithGridComponent_mj_entity_permissions_grid_2_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
-
const
|
|
9
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
10
10
|
i0.ɵɵelementStart(0, "mj-entity-permissions-grid", 3);
|
|
11
|
-
i0.ɵɵlistener("PermissionChanged", function EntityPermissionsSelectorWithGridComponent_mj_entity_permissions_grid_2_Template_mj_entity_permissions_grid_PermissionChanged_0_listener($event) { i0.ɵɵrestoreView(
|
|
11
|
+
i0.ɵɵlistener("PermissionChanged", function EntityPermissionsSelectorWithGridComponent_mj_entity_permissions_grid_2_Template_mj_entity_permissions_grid_PermissionChanged_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handlePermissionChanged($event)); });
|
|
12
12
|
i0.ɵɵelementEnd();
|
|
13
13
|
} if (rf & 2) {
|
|
14
|
-
const
|
|
15
|
-
i0.ɵɵproperty("EntityName",
|
|
14
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
15
|
+
i0.ɵɵproperty("EntityName", ctx_r1.CurrentEntity.Name);
|
|
16
16
|
} }
|
|
17
17
|
export class EntityPermissionsSelectorWithGridComponent {
|
|
18
18
|
constructor() {
|
|
@@ -33,7 +33,7 @@ export class EntityPermissionsSelectorWithGridComponent {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
EntityPermissionsSelectorWithGridComponent.ɵfac = function EntityPermissionsSelectorWithGridComponent_Factory(t) { return new (t || EntityPermissionsSelectorWithGridComponent)(); };
|
|
36
|
-
EntityPermissionsSelectorWithGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityPermissionsSelectorWithGridComponent, selectors: [["mj-entity-permissions-selector-with-grid"]], inputs: { EntityName: "EntityName", BottomMargin: "BottomMargin", CurrentEntity: "CurrentEntity" }, outputs: { PermissionChanged: "PermissionChanged" }, decls: 3, vars: 3, consts: [["mjFillContainer", ""], ["textField", "Name", "valueField", "Name", "placeholder", "Select an entity...", 1, "entity-selector", 3, "
|
|
36
|
+
EntityPermissionsSelectorWithGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityPermissionsSelectorWithGridComponent, selectors: [["mj-entity-permissions-selector-with-grid"]], inputs: { EntityName: "EntityName", BottomMargin: "BottomMargin", CurrentEntity: "CurrentEntity" }, outputs: { PermissionChanged: "PermissionChanged" }, decls: 3, vars: 3, consts: [["mjFillContainer", ""], ["textField", "Name", "valueField", "Name", "placeholder", "Select an entity...", 1, "entity-selector", 3, "valueChange", "data", "value"], ["class", "inner-grid", 3, "EntityName", "PermissionChanged", 4, "ngIf"], [1, "inner-grid", 3, "PermissionChanged", "EntityName"]], template: function EntityPermissionsSelectorWithGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
37
37
|
i0.ɵɵelementStart(0, "div", 0)(1, "kendo-dropdownlist", 1);
|
|
38
38
|
i0.ɵɵtwoWayListener("valueChange", function EntityPermissionsSelectorWithGridComponent_Template_kendo_dropdownlist_valueChange_1_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.CurrentEntity, $event) || (ctx.CurrentEntity = $event); return $event; });
|
|
39
39
|
i0.ɵɵelementEnd();
|
|
@@ -34,90 +34,90 @@ function EntityPermissionsGridComponent_table_6_tr_14_Conditional_2_Template(rf,
|
|
|
34
34
|
i0.ɵɵtext(1);
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
} if (rf & 2) {
|
|
37
|
-
const
|
|
37
|
+
const permission_r4 = i0.ɵɵnextContext().$implicit;
|
|
38
38
|
i0.ɵɵadvance();
|
|
39
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
39
|
+
i0.ɵɵtextInterpolate1(" ", permission_r4.RoleName, " ");
|
|
40
40
|
} }
|
|
41
41
|
function EntityPermissionsGridComponent_table_6_tr_14_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
42
42
|
i0.ɵɵelementStart(0, "span");
|
|
43
43
|
i0.ɵɵtext(1);
|
|
44
44
|
i0.ɵɵelementEnd();
|
|
45
45
|
} if (rf & 2) {
|
|
46
|
-
const
|
|
46
|
+
const permission_r4 = i0.ɵɵnextContext().$implicit;
|
|
47
47
|
i0.ɵɵadvance();
|
|
48
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
48
|
+
i0.ɵɵtextInterpolate1(" ", permission_r4.Entity, " ");
|
|
49
49
|
} }
|
|
50
50
|
function EntityPermissionsGridComponent_table_6_tr_14_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
51
|
-
const
|
|
51
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
52
52
|
i0.ɵɵelementStart(0, "span", 10);
|
|
53
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Conditional_4_Template_span_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
53
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Conditional_4_Template_span_click_0_listener($event) { i0.ɵɵrestoreView(_r5); const permission_r4 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.revertRow($event, permission_r4)); });
|
|
54
54
|
i0.ɵɵelementEnd();
|
|
55
55
|
} }
|
|
56
56
|
function EntityPermissionsGridComponent_table_6_tr_14_Template(rf, ctx) { if (rf & 1) {
|
|
57
|
-
const
|
|
57
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
58
58
|
i0.ɵɵelementStart(0, "tr", 6)(1, "td", 7);
|
|
59
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_1_listener() { const
|
|
60
|
-
i0.ɵɵtemplate(2, EntityPermissionsGridComponent_table_6_tr_14_Conditional_2_Template, 2, 1, "span")(3, EntityPermissionsGridComponent_table_6_tr_14_Conditional_3_Template, 2, 1)(4, EntityPermissionsGridComponent_table_6_tr_14_Conditional_4_Template, 1, 0, "span", 8);
|
|
59
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_1_listener() { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipRow(permission_r4)); });
|
|
60
|
+
i0.ɵɵtemplate(2, EntityPermissionsGridComponent_table_6_tr_14_Conditional_2_Template, 2, 1, "span")(3, EntityPermissionsGridComponent_table_6_tr_14_Conditional_3_Template, 2, 1, "span")(4, EntityPermissionsGridComponent_table_6_tr_14_Conditional_4_Template, 1, 0, "span", 8);
|
|
61
61
|
i0.ɵɵelementEnd();
|
|
62
62
|
i0.ɵɵelementStart(5, "td", 4);
|
|
63
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_5_listener($event) { const
|
|
63
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_5_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Read", true)); });
|
|
64
64
|
i0.ɵɵelementStart(6, "input", 9);
|
|
65
|
-
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_6_listener($event) { const
|
|
66
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_6_listener($event) { const
|
|
65
|
+
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_6_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; i0.ɵɵtwoWayBindingSet(permission_r4.CanRead, $event) || (permission_r4.CanRead = $event); return i0.ɵɵresetView($event); });
|
|
66
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_6_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Read", false)); });
|
|
67
67
|
i0.ɵɵelementEnd()();
|
|
68
68
|
i0.ɵɵelementStart(7, "td", 4);
|
|
69
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_7_listener($event) { const
|
|
69
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_7_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Create", true)); });
|
|
70
70
|
i0.ɵɵelementStart(8, "input", 9);
|
|
71
|
-
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_8_listener($event) { const
|
|
72
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_8_listener($event) { const
|
|
71
|
+
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_8_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; i0.ɵɵtwoWayBindingSet(permission_r4.CanCreate, $event) || (permission_r4.CanCreate = $event); return i0.ɵɵresetView($event); });
|
|
72
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_8_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Create", false)); });
|
|
73
73
|
i0.ɵɵelementEnd()();
|
|
74
74
|
i0.ɵɵelementStart(9, "td", 4);
|
|
75
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_9_listener($event) { const
|
|
75
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_9_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Update", true)); });
|
|
76
76
|
i0.ɵɵelementStart(10, "input", 9);
|
|
77
|
-
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_10_listener($event) { const
|
|
78
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_10_listener($event) { const
|
|
77
|
+
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_10_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; i0.ɵɵtwoWayBindingSet(permission_r4.CanUpdate, $event) || (permission_r4.CanUpdate = $event); return i0.ɵɵresetView($event); });
|
|
78
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_10_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Update", false)); });
|
|
79
79
|
i0.ɵɵelementEnd()();
|
|
80
80
|
i0.ɵɵelementStart(11, "td", 4);
|
|
81
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_11_listener($event) { const
|
|
81
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_td_click_11_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Delete", true)); });
|
|
82
82
|
i0.ɵɵelementStart(12, "input", 9);
|
|
83
|
-
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_12_listener($event) { const
|
|
84
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_12_listener($event) { const
|
|
83
|
+
i0.ɵɵtwoWayListener("ngModelChange", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_ngModelChange_12_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; i0.ɵɵtwoWayBindingSet(permission_r4.CanDelete, $event) || (permission_r4.CanDelete = $event); return i0.ɵɵresetView($event); });
|
|
84
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_tr_14_Template_input_click_12_listener($event) { const permission_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.flipPermission($event, permission_r4, "Delete", false)); });
|
|
85
85
|
i0.ɵɵelementEnd()()();
|
|
86
86
|
} if (rf & 2) {
|
|
87
|
-
const
|
|
88
|
-
const
|
|
89
|
-
i0.ɵɵproperty("ngClass",
|
|
87
|
+
const permission_r4 = ctx.$implicit;
|
|
88
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
89
|
+
i0.ɵɵproperty("ngClass", ctx_r1.IsPermissionReallyDirty(permission_r4) ? "dirty-row" : "");
|
|
90
90
|
i0.ɵɵadvance(2);
|
|
91
|
-
i0.ɵɵconditional(
|
|
91
|
+
i0.ɵɵconditional(ctx_r1.Mode === "Entity" ? 2 : ctx_r1.Mode === "Role" ? 3 : -1);
|
|
92
92
|
i0.ɵɵadvance(2);
|
|
93
|
-
i0.ɵɵconditional(
|
|
93
|
+
i0.ɵɵconditional(ctx_r1.IsPermissionReallyDirty(permission_r4) ? 4 : -1);
|
|
94
94
|
i0.ɵɵadvance(2);
|
|
95
|
-
i0.ɵɵtwoWayProperty("ngModel",
|
|
95
|
+
i0.ɵɵtwoWayProperty("ngModel", permission_r4.CanRead);
|
|
96
96
|
i0.ɵɵadvance(2);
|
|
97
|
-
i0.ɵɵtwoWayProperty("ngModel",
|
|
97
|
+
i0.ɵɵtwoWayProperty("ngModel", permission_r4.CanCreate);
|
|
98
98
|
i0.ɵɵadvance(2);
|
|
99
|
-
i0.ɵɵtwoWayProperty("ngModel",
|
|
99
|
+
i0.ɵɵtwoWayProperty("ngModel", permission_r4.CanUpdate);
|
|
100
100
|
i0.ɵɵadvance(2);
|
|
101
|
-
i0.ɵɵtwoWayProperty("ngModel",
|
|
101
|
+
i0.ɵɵtwoWayProperty("ngModel", permission_r4.CanDelete);
|
|
102
102
|
} }
|
|
103
103
|
function EntityPermissionsGridComponent_table_6_Template(rf, ctx) { if (rf & 1) {
|
|
104
|
-
const
|
|
104
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
105
105
|
i0.ɵɵelementStart(0, "table", 3)(1, "thead")(2, "tr");
|
|
106
106
|
i0.ɵɵtemplate(3, EntityPermissionsGridComponent_table_6_th_3_Template, 2, 0, "th", 0)(4, EntityPermissionsGridComponent_table_6_th_4_Template, 2, 0, "th", 0);
|
|
107
107
|
i0.ɵɵelementStart(5, "th", 4);
|
|
108
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_5_listener() { i0.ɵɵrestoreView(
|
|
108
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_5_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.flipAllPermissions("Read")); });
|
|
109
109
|
i0.ɵɵtext(6, "Read");
|
|
110
110
|
i0.ɵɵelementEnd();
|
|
111
111
|
i0.ɵɵelementStart(7, "th", 4);
|
|
112
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_7_listener() { i0.ɵɵrestoreView(
|
|
112
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_7_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.flipAllPermissions("Create")); });
|
|
113
113
|
i0.ɵɵtext(8, "Create");
|
|
114
114
|
i0.ɵɵelementEnd();
|
|
115
115
|
i0.ɵɵelementStart(9, "th", 4);
|
|
116
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_9_listener() { i0.ɵɵrestoreView(
|
|
116
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_9_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.flipAllPermissions("Update")); });
|
|
117
117
|
i0.ɵɵtext(10, "Update");
|
|
118
118
|
i0.ɵɵelementEnd();
|
|
119
119
|
i0.ɵɵelementStart(11, "th", 4);
|
|
120
|
-
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_11_listener() { i0.ɵɵrestoreView(
|
|
120
|
+
i0.ɵɵlistener("click", function EntityPermissionsGridComponent_table_6_Template_th_click_11_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.flipAllPermissions("Delete")); });
|
|
121
121
|
i0.ɵɵtext(12, "Delete");
|
|
122
122
|
i0.ɵɵelementEnd()()();
|
|
123
123
|
i0.ɵɵelementStart(13, "tbody");
|
|
@@ -392,7 +392,7 @@ export class EntityPermissionsGridComponent {
|
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
EntityPermissionsGridComponent.ɵfac = function EntityPermissionsGridComponent_Factory(t) { return new (t || EntityPermissionsGridComponent)(); };
|
|
395
|
-
EntityPermissionsGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityPermissionsGridComponent, selectors: [["mj-entity-permissions-grid"]], inputs: { Mode: "Mode", EntityName: "EntityName", RoleName: "RoleName", BottomMargin: "BottomMargin" }, outputs: { PermissionChanged: "PermissionChanged" }, features: [i0.ɵɵNgOnChangesFeature], decls: 7, vars: 4, consts: [[4, "ngIf"], ["kendoButton", "", 3, "
|
|
395
|
+
EntityPermissionsGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityPermissionsGridComponent, selectors: [["mj-entity-permissions-grid"]], inputs: { Mode: "Mode", EntityName: "EntityName", RoleName: "RoleName", BottomMargin: "BottomMargin" }, outputs: { PermissionChanged: "PermissionChanged" }, features: [i0.ɵɵNgOnChangesFeature], decls: 7, vars: 4, consts: [[4, "ngIf"], ["kendoButton", "", 3, "click", "disabled"], ["class", "grid", 4, "ngIf"], [1, "grid"], [3, "click"], [3, "ngClass", 4, "ngFor", "ngForOf"], [3, "ngClass"], [1, "permission-left-col", 3, "click"], [1, "fa-solid", "fa-arrow-rotate-left"], ["type", "checkbox", "kendoCheckBox", "", 3, "ngModelChange", "click", "ngModel"], [1, "fa-solid", "fa-arrow-rotate-left", 3, "click"]], template: function EntityPermissionsGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
396
396
|
i0.ɵɵelementStart(0, "div");
|
|
397
397
|
i0.ɵɵtemplate(1, EntityPermissionsGridComponent_div_1_Template, 2, 0, "div", 0);
|
|
398
398
|
i0.ɵɵelementStart(2, "button", 1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-entity-permissions",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "MemberJunction: Angular components for displaying/editing permissions for an entity, and related components.",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -15,26 +15,26 @@
|
|
|
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": "
|
|
24
|
-
"@angular/forms": "
|
|
25
|
-
"@angular/router": "
|
|
22
|
+
"@angular/common": "18.0.2",
|
|
23
|
+
"@angular/core": "18.0.2",
|
|
24
|
+
"@angular/forms": "18.0.2",
|
|
25
|
+
"@angular/router": "18.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@memberjunction/core-entities": "
|
|
29
|
-
"@memberjunction/global": "
|
|
30
|
-
"@memberjunction/core": "
|
|
31
|
-
"@memberjunction/ng-container-directives": "
|
|
32
|
-
"@memberjunction/ng-shared": "
|
|
33
|
-
"@progress/kendo-angular-dropdowns": "
|
|
34
|
-
"@progress/kendo-angular-grid": "
|
|
35
|
-
"@progress/kendo-angular-buttons": "
|
|
36
|
-
"@progress/kendo-angular-dialog": "
|
|
37
|
-
"@progress/kendo-angular-indicators": "
|
|
28
|
+
"@memberjunction/core-entities": "1.5.3",
|
|
29
|
+
"@memberjunction/global": "1.5.3",
|
|
30
|
+
"@memberjunction/core": "1.5.3",
|
|
31
|
+
"@memberjunction/ng-container-directives": "1.5.3",
|
|
32
|
+
"@memberjunction/ng-shared": "1.5.3",
|
|
33
|
+
"@progress/kendo-angular-dropdowns": "16.2.0",
|
|
34
|
+
"@progress/kendo-angular-grid": "16.2.0",
|
|
35
|
+
"@progress/kendo-angular-buttons": "16.2.0",
|
|
36
|
+
"@progress/kendo-angular-dialog": "16.2.0",
|
|
37
|
+
"@progress/kendo-angular-indicators": "16.2.0",
|
|
38
38
|
"tslib": "^2.3.0"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false
|