0.8.12 • Published 7 days ago

@sap-ux/annotation-converter v0.8.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 days ago

@sap-ux/annotation-converter

Provides a way to convert a raw metadata document object into a convenient structure where path are resolved already for you.

The goal of this module is to provide an object that is ready to use and should cover most of the needs one can have when it comes to manipulating an odata service and its annotation.

All the object defined by this will be compatible with the @sap-ux/vocabularies-types providing an easy way to evaluate annotations.

Installation

npm npm install --save-dev @sap-ux/annotation-converter

yarn yarn add @sap-ux/annotation-converter --dev

pnpm pnpm add @sap-ux/annotation-converter --dev

Usage

Import the convert method from the module

import { convert } from '@sap-ux/annotation-converter';

Use it on a raw metadata generated from @sap-ux/edmx-parser or complying to the same structure

const myRawMetadata = ... 

const myConvertedMetadata = convert(myRawMetadata);
const isDraftEnabled = myConvertedMetadata.entityTypes[0].annotations.Common?.DraftRoot || myConvertedMetadata.entityTypes[0].annotations.Common?.DraftNode;
const myLabel = myConvertedMetadata.entityTypes[0].properties[0].annotations?.Common?.Text?.$target?.name // Property name of the text annotation if it exists

Keywords

Annotation Converter

0.8.12

7 days ago

0.8.11

7 days ago

0.8.10

1 month ago

0.8.9

2 months ago

0.8.8

2 months ago

0.8.7

2 months ago

0.8.6

3 months ago

0.8.5

3 months ago

0.8.4

3 months ago

0.8.3

3 months ago

0.8.2

4 months ago

0.7.2

10 months ago

0.7.4

8 months ago

0.7.3

8 months ago

0.7.5

7 months ago

0.8.1

6 months ago

0.8.0

7 months ago

0.6.12

1 year ago

0.6.14

12 months ago

0.6.13

1 year ago

0.6.16

12 months ago

0.6.15

12 months ago

0.7.1

11 months ago

0.7.0

12 months ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.9

1 year ago

0.6.8

1 year ago

0.6.10

1 year ago

0.6.11

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.5.23

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.21

1 year ago

0.5.22

1 year ago

0.5.20

2 years ago

0.5.10

2 years ago

0.5.11

2 years ago

0.5.18

2 years ago

0.5.19

2 years ago

0.5.16

2 years ago

0.5.17

2 years ago

0.5.14

2 years ago

0.5.15

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.6

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago