@wizishop/angular-components 14.4.7 → 14.4.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/angular-components.scss +36 -36
- package/esm2020/lib/components/selects/select-test/select.component.mjs +9 -4
- package/fesm2015/wizishop-angular-components.mjs +8 -4
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +7 -3
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/selects/select-test/select.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.8.tgz +0 -0
- package/wizishop-angular-components-14.4.7.tgz +0 -0
|
@@ -16,6 +16,7 @@ export declare class SelectTestComponent<TOptionValue> extends SelectDirective<T
|
|
|
16
16
|
set required(value: boolean);
|
|
17
17
|
private _required;
|
|
18
18
|
get selectedOptionContent(): any;
|
|
19
|
+
getSelectedOptionContent: () => any;
|
|
19
20
|
set keepPanelOpen(keepPanelOpen: boolean);
|
|
20
21
|
get keepPanelOpen(): boolean;
|
|
21
22
|
private _keepPanelOpen;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|