@sap-ux/fe-fpm-writer
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -1,3 +0,3 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import { CustomAction, CustomActionTarget } from './types'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
import type { CustomAction, CustomActionTarget } from './types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Enhance the target object in the manifest with the required nested objects and return a reference to it. |
@@ -1,2 +0,2 @@ | ||
import { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
import type { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
export declare enum TargetControl { | ||
@@ -3,0 +3,0 @@ header = "header", |
@@ -1,3 +0,3 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import { CustomTableColumn } from './types'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
import type { CustomTableColumn } from './types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Get the template folder for the given UI5 version. |
@@ -1,2 +0,2 @@ | ||
import { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
import type { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
export declare enum Availability { | ||
@@ -3,0 +3,0 @@ 'Default' = "Default", |
@@ -1,2 +0,2 @@ | ||
import { CustomElement, InternalCustomElement, Manifest } from './types'; | ||
import type { CustomElement, InternalCustomElement, Manifest } from './types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Sets the common default values for all custom elements. |
@@ -1,2 +0,2 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Validate that the UI5 version requirement is valid. |
@@ -1,3 +0,3 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import { CustomPage, InternalCustomPage } from './types'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
import type { CustomPage, InternalCustomPage } from './types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Enhances the provided custom page configuration with default data. |
@@ -1,3 +0,3 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import { CustomPage } from './types'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
import type { CustomPage } from './types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Validate the UI5 version and if valid return the root folder for the templates to be used. |
@@ -1,2 +0,2 @@ | ||
import { CustomElement, InternalCustomElement } from '../common/types'; | ||
import type { CustomElement, InternalCustomElement } from '../common/types'; | ||
export interface CustomPage extends CustomElement { | ||
@@ -3,0 +3,0 @@ entity: string; |
@@ -1,3 +0,3 @@ | ||
import { Editor } from 'mem-fs-editor'; | ||
import { CustomSection } from './types'; | ||
import type { Editor } from 'mem-fs-editor'; | ||
import type { CustomSection } from './types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Get the template folder for the given UI5 version. |
@@ -1,2 +0,2 @@ | ||
import { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
import type { CustomElement, InternalCustomElement, Position } from '../common/types'; | ||
export interface CustomSection extends CustomElement { | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@sap-ux/fe-fpm-writer", | ||
"description": "SAP Fiori elements flexible programming model writer", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
90113