@bizy/core 21.4.3 → 21.4.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/fesm2022/bizy-core.mjs +12 -4
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/package.json +1 -1
- package/types/bizy-core.d.ts +1 -0
package/package.json
CHANGED
package/types/bizy-core.d.ts
CHANGED
|
@@ -734,6 +734,7 @@ declare class BizyFilterSectionSearchOptionComponent {
|
|
|
734
734
|
getId: () => string;
|
|
735
735
|
getValue: () => string;
|
|
736
736
|
getNativeElement: () => any;
|
|
737
|
+
onClean(): void;
|
|
737
738
|
isActivated: () => boolean;
|
|
738
739
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizyFilterSectionSearchOptionComponent, never>;
|
|
739
740
|
static ɵcmp: i0.ɵɵComponentDeclaration<BizyFilterSectionSearchOptionComponent, "bizy-filter-section-search-option", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "onChange": "onChange"; }, never, ["[slot=prefix]", "[slot=suffix]"], true, never>;
|