@memberjunction/ng-entity-permissions 6.1.0-edge.5 → 6.1.0-edge.6

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.
@@ -418,7 +418,7 @@ export class EntityPermissionsGridComponent extends BaseAngularComponent {
418
418
  i0.ɵɵproperty("disabled", ctx.NumDirtyPermissions === 0);
419
419
  i0.ɵɵadvance(2);
420
420
  i0.ɵɵconditional(!ctx.isLoading ? 6 : -1);
421
- } }, dependencies: [i1.NgClass, i2.CheckboxControlValueAccessor, i2.NgControlStatus, i2.NgModel, i3.LoadingComponent, i4.MJButtonDirective], styles: ["\n\ntable[_ngcontent-%COMP%] {\n margin-left: 5px;\n margin-top: 5px;\n border-collapse: collapse; \n\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-left: 5px;\n margin-top: 5px;\n width: 125px;\n}\n \ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n background-color: var(--mj-bg-surface-sunken); \n\n color: var(--mj-text-primary); \n\n font-weight: bold; \n\n cursor: pointer;\n}\n\n.permission-left-col[_ngcontent-%COMP%] {\n cursor: pointer;\n}\n\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%], table[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n border: 1px solid var(--mj-border-default); \n\n height: 36px; \n\n text-align: center;\n padding: 0 8px; \n\n}\n\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child, table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child {\n min-width: 150px; \n\n text-align: left;\n}\n\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:not(:first-child), table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:not(:first-child) {\n width: 100px; \n\n}\n\n\n\ntable[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(odd) {\n background-color: var(--mj-bg-surface); \n\n}\n\ntable[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even) {\n background-color: var(--mj-brand-primary-subtle); \n\n}\n\ntable[_ngcontent-%COMP%] tr.dirty-row[_ngcontent-%COMP%] {\n font-style: italic;\n background-color: var(--mj-status-error-subtle);\n}"] });
421
+ } }, dependencies: [i1.NgClass, i2.CheckboxControlValueAccessor, i2.NgControlStatus, i2.NgModel, i3.LoadingComponent, i4.MJButtonDirective], styles: ["\ntable[_ngcontent-%COMP%] {\n margin-left: 5px;\n margin-top: 5px;\n border-collapse: collapse; \n}\n\nbutton[_ngcontent-%COMP%] {\n margin-left: 5px;\n margin-top: 5px;\n width: 125px;\n}\n \ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n background-color: var(--mj-bg-surface-sunken); \n color: var(--mj-text-primary); \n font-weight: bold; \n cursor: pointer;\n}\n\n.permission-left-col[_ngcontent-%COMP%] {\n cursor: pointer;\n}\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%], table[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n border: 1px solid var(--mj-border-default); \n height: 36px; \n text-align: center;\n padding: 0 8px; \n}\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:first-child, table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child {\n min-width: 150px; \n text-align: left;\n}\n\n\ntable[_ngcontent-%COMP%] th[_ngcontent-%COMP%]:not(:first-child), table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:not(:first-child) {\n width: 100px; \n}\n\n\ntable[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(odd) {\n background-color: var(--mj-bg-surface); \n}\n\ntable[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even) {\n background-color: var(--mj-brand-primary-subtle); \n}\n\ntable[_ngcontent-%COMP%] tr.dirty-row[_ngcontent-%COMP%] {\n font-style: italic;\n background-color: var(--mj-status-error-subtle);\n}"] });
422
422
  }
423
423
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityPermissionsGridComponent, [{
424
424
  type: Component,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-entity-permissions",
3
- "version": "6.1.0-edge.5",
3
+ "version": "6.1.0-edge.6",
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",
@@ -11,23 +11,23 @@
11
11
  "author": "",
12
12
  "license": "BUSL-1.1",
13
13
  "devDependencies": {
14
- "@angular/compiler": "21.1.3",
15
- "@angular/compiler-cli": "21.1.3",
16
- "@memberjunction/ng-test-utils": "6.1.0-edge.5"
14
+ "@angular/compiler": "21.2.22",
15
+ "@angular/compiler-cli": "21.2.22",
16
+ "@memberjunction/ng-test-utils": "6.1.0-edge.6"
17
17
  },
18
18
  "peerDependencies": {
19
- "@angular/common": "^21.1.3",
20
- "@angular/core": "^21.1.3",
21
- "@angular/forms": "^21.1.3"
19
+ "@angular/common": "^21.2.22",
20
+ "@angular/core": "^21.2.22",
21
+ "@angular/forms": "^21.2.22"
22
22
  },
23
23
  "dependencies": {
24
- "@memberjunction/core": "6.1.0-edge.5",
25
- "@memberjunction/core-entities": "6.1.0-edge.5",
26
- "@memberjunction/global": "6.1.0-edge.5",
27
- "@memberjunction/ng-base-types": "6.1.0-edge.5",
28
- "@memberjunction/ng-container-directives": "6.1.0-edge.5",
29
- "@memberjunction/ng-shared-generic": "6.1.0-edge.5",
30
- "@memberjunction/ng-ui-components": "6.1.0-edge.5",
24
+ "@memberjunction/core": "6.1.0-edge.6",
25
+ "@memberjunction/core-entities": "6.1.0-edge.6",
26
+ "@memberjunction/global": "6.1.0-edge.6",
27
+ "@memberjunction/ng-base-types": "6.1.0-edge.6",
28
+ "@memberjunction/ng-container-directives": "6.1.0-edge.6",
29
+ "@memberjunction/ng-shared-generic": "6.1.0-edge.6",
30
+ "@memberjunction/ng-ui-components": "6.1.0-edge.6",
31
31
  "tslib": "^2.8.1"
32
32
  },
33
33
  "sideEffects": false,