@domternal/angular 0.7.3 → 0.7.5
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.
|
@@ -135,7 +135,7 @@ declare class DomternalBubbleMenuComponent implements OnDestroy {
|
|
|
135
135
|
from: number;
|
|
136
136
|
to: number;
|
|
137
137
|
}) => boolean>;
|
|
138
|
-
readonly placement: _angular_core.InputSignal<"
|
|
138
|
+
readonly placement: _angular_core.InputSignal<"top" | "bottom">;
|
|
139
139
|
readonly offset: _angular_core.InputSignal<number>;
|
|
140
140
|
readonly updateDelay: _angular_core.InputSignal<number>;
|
|
141
141
|
/** Fixed item names (e.g. ['bold', 'italic', 'code']). Omit for auto mode (all format items). */
|