@smartbit4all/ng-client 4.5.51 → 4.5.52

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.
@@ -12,11 +12,8 @@ export declare class UiActionButtonComponent implements OnInit, OnDestroy {
12
12
  descriptor: UiActionDescriptor;
13
13
  code?: string;
14
14
  /**
15
- * Server-computed three-state view-activation flag (see UiAction.viewActivated):
16
- * null/undefined = not a view-opener, false = opener but inactive, true = active. Drives three
17
- * classes orthogonally to the descriptor.type look: `sb4-view-opener` (opener, either state),
18
- * `sb4-view-activated` (active) and `sb4-view-not-activated` (opener but inactive). The
19
- * activated/not-activated pair lets a host style both sides coherently.
15
+ * Server-computed three-state view-activation flag (null = not an opener, false = inactive, true =
16
+ * active), mapped to sb4-view-opener/-activated/-not-activated classes. Client never writes it.
20
17
  */
21
18
  viewActivated?: boolean | null;
22
19
  addedCssClass?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.5.51",
3
+ "version": "4.5.52",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file