@educarehq/solaris-components 0.3.2 → 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
|
@@ -1388,7 +1388,8 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1388
1388
|
readonly selectedText: i0.Signal<string>;
|
|
1389
1389
|
readonly triggerValue: i0.Signal<string>;
|
|
1390
1390
|
readonly activeOptionId: i0.Signal<string>;
|
|
1391
|
-
readonly
|
|
1391
|
+
readonly inputPlaceholderKey: i0.Signal<string>;
|
|
1392
|
+
readonly inputPlaceholderText: i0.Signal<string>;
|
|
1392
1393
|
private readonly _value;
|
|
1393
1394
|
readonly selectedItems: i0.Signal<SolarisSelectItem<any>[]>;
|
|
1394
1395
|
private readonly _stack;
|