@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.
- package/esm2022/lib/view-context/smart-ui-action/components/menu/click/menu.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/menu/hover/hover-menu.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +4 -4
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.d.ts +2 -5
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.5.52.tgz +0 -0
- package/smartbit4all-ng-client-4.5.51.tgz +0 -0
|
@@ -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 (
|
|
16
|
-
*
|
|
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
|
Binary file
|
|
Binary file
|