ryzen-ui 0.2.7 → 0.2.8
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/fesm2022/ryzen-ui.mjs +18 -7
- package/fesm2022/ryzen-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ declare class MultiSelectComponent implements OnDestroy {
|
|
|
244
244
|
private readonly _direction;
|
|
245
245
|
readonly _accentKey: _angular_core.Signal<"primary" | "secondary" | "accent" | "success" | "warning" | "danger" | "info" | null>;
|
|
246
246
|
readonly _rawAccent: _angular_core.Signal<string | null>;
|
|
247
|
+
readonly _accentColorValue: _angular_core.Signal<string>;
|
|
247
248
|
readonly _width: _angular_core.Signal<string | null>;
|
|
248
249
|
readonly _normalizedOptions: _angular_core.Signal<DropdownOption<unknown>[]>;
|
|
249
250
|
readonly _isOpen: _angular_core.WritableSignal<boolean>;
|