ngx-wapp-components 2.3.4-alpha.1 → 2.3.5-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "2.3.4-alpha.1",
3
+ "version": "2.3.5-alpha.2",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -3681,6 +3681,8 @@ interface WappingServiceTemplate {
3681
3681
  summaryHeader: string;
3682
3682
  summaryBodyHasParameters: boolean;
3683
3683
  summaryBody: string;
3684
+ summaryFootHasParameters: boolean;
3685
+ summaryFoot: string;
3684
3686
  detailTitleHasParameters: boolean;
3685
3687
  detailTitle: string;
3686
3688
  detailHeaderHasParameters: boolean;