Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/fe-fpm-writer

Package Overview
Dependencies
Maintainers
3
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/fe-fpm-writer - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

templates/building-block/table/View.xml

9

dist/building-block/types.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc