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
|
@@ -1292,6 +1292,15 @@
|
|
|
1292
1292
|
this.searchEvent.emit(this.validateFilterForm.getRawValue());
|
|
1293
1293
|
}
|
|
1294
1294
|
};
|
|
1295
|
+
/**
|
|
1296
|
+
* @return {?}
|
|
1297
|
+
*/
|
|
1298
|
+
HdFilterComponent.prototype.getFilterData = /**
|
|
1299
|
+
* @return {?}
|
|
1300
|
+
*/
|
|
1301
|
+
function () {
|
|
1302
|
+
return this.validateFilterForm.getRawValue();
|
|
1303
|
+
};
|
|
1295
1304
|
/**
|
|
1296
1305
|
* @return {?}
|
|
1297
1306
|
*/
|