@sap-ux/fe-fpm-writer
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -9,3 +9,4 @@ /** | ||
Chart = "chart", | ||
Field = "field" | ||
Field = "field", | ||
Table = "table" | ||
} | ||
@@ -38,3 +39,3 @@ /** | ||
* @example | ||
* <macro:Chart id="Mychart" contextPath="/RootEntity" metaPath="@com.sap.vocabularies.UI.v1.Chart" /> | ||
* <macro:Chart id="MyChart" contextPath="/RootEntity" metaPath="@com.sap.vocabularies.UI.v1.Chart" /> | ||
* @extends {BuildingBlock} | ||
@@ -298,6 +299,2 @@ */ | ||
/** | ||
* Groups menu actions by key. | ||
*/ | ||
menu?: string; | ||
/** | ||
* Controls which options should be enabled for the table personalization dialog. | ||
@@ -304,0 +301,0 @@ * If it is set to `true`, all possible options for this kind of table are enabled. |
@@ -14,3 +14,4 @@ "use strict"; | ||
BuildingBlockType["Field"] = "field"; | ||
BuildingBlockType["Table"] = "table"; | ||
})(BuildingBlockType = exports.BuildingBlockType || (exports.BuildingBlockType = {})); | ||
//# sourceMappingURL=types.js.map |
@@ -15,3 +15,3 @@ export { CustomPage, ObjectPage, ListReport } from './page/types'; | ||
export { validateBasePath, validateVersion } from './common/validate'; | ||
export { BuildingBlockType, FilterBar, Chart, Field, FieldFormatOptions } from './building-block/types'; | ||
export { BuildingBlockType, FilterBar, Chart, Field, FieldFormatOptions, Table } from './building-block/types'; | ||
export { generateBuildingBlock } from './building-block'; | ||
@@ -18,0 +18,0 @@ export { ControllerExtension, ControllerExtensionPageType } from './controller-extension/types'; |
{ | ||
"name": "@sap-ux/fe-fpm-writer", | ||
"description": "SAP Fiori elements flexible programming model writer", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180529
100
3872