@educarehq/solaris-components 0.3.1 → 0.3.4
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/package.json
CHANGED
|
@@ -439,6 +439,7 @@ declare class SolarisNotificationItemComponent {
|
|
|
439
439
|
readonly secondsLeft: i0.Signal<number>;
|
|
440
440
|
readonly progress: i0.Signal<number>;
|
|
441
441
|
readonly iconClass: i0.Signal<"ph-check-circle" | "ph-warning-circle" | "ph-x-circle" | "ph-info">;
|
|
442
|
+
protected readonly isCompactHeader: i0.Signal<boolean>;
|
|
442
443
|
toggleExpanded(): void;
|
|
443
444
|
toggleUserPause(): void;
|
|
444
445
|
close(): void;
|
|
@@ -1387,7 +1388,8 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1387
1388
|
readonly selectedText: i0.Signal<string>;
|
|
1388
1389
|
readonly triggerValue: i0.Signal<string>;
|
|
1389
1390
|
readonly activeOptionId: i0.Signal<string>;
|
|
1390
|
-
readonly
|
|
1391
|
+
readonly inputPlaceholderKey: i0.Signal<string>;
|
|
1392
|
+
readonly inputPlaceholderText: i0.Signal<string>;
|
|
1391
1393
|
private readonly _value;
|
|
1392
1394
|
readonly selectedItems: i0.Signal<SolarisSelectItem<any>[]>;
|
|
1393
1395
|
private readonly _stack;
|