fantasy-ngzorro 1.3.36 → 1.3.37
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/bundles/fantasy-ngzorro.umd.js +9 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-filter/hd-filter.component.js +7 -1
- package/esm5/hd-filter/hd-filter.component.js +10 -1
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fesm2015/fantasy-ngzorro.js +6 -0
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +9 -0
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-filter/hd-filter.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -937,6 +937,12 @@ class HdFilterComponent {
|
|
|
937
937
|
this.searchEvent.emit(this.validateFilterForm.getRawValue());
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
+
/**
|
|
941
|
+
* @return {?}
|
|
942
|
+
*/
|
|
943
|
+
getFilterData() {
|
|
944
|
+
return this.validateFilterForm.getRawValue();
|
|
945
|
+
}
|
|
940
946
|
/**
|
|
941
947
|
* @return {?}
|
|
942
948
|
*/
|