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
package/fesm5/fantasy-ngzorro.js
CHANGED
|
@@ -1087,6 +1087,15 @@ var HdFilterComponent = /** @class */ (function () {
|
|
|
1087
1087
|
this.searchEvent.emit(this.validateFilterForm.getRawValue());
|
|
1088
1088
|
}
|
|
1089
1089
|
};
|
|
1090
|
+
/**
|
|
1091
|
+
* @return {?}
|
|
1092
|
+
*/
|
|
1093
|
+
HdFilterComponent.prototype.getFilterData = /**
|
|
1094
|
+
* @return {?}
|
|
1095
|
+
*/
|
|
1096
|
+
function () {
|
|
1097
|
+
return this.validateFilterForm.getRawValue();
|
|
1098
|
+
};
|
|
1090
1099
|
/**
|
|
1091
1100
|
* @return {?}
|
|
1092
1101
|
*/
|