api-type-document

WebJar for api-type-document

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.bowergithub.advanced-rest-client
ArtifactId

ArtifactId

api-type-document
Last Version

Last Version

2.0.20
Release Date

Release Date

Type

Type

jar
Description

Description

api-type-document
WebJar for api-type-document
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/advanced-rest-client/api-type-document

Download api-type-document

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-type-document/ -->
<dependency>
    <groupId>org.webjars.bowergithub.advanced-rest-client</groupId>
    <artifactId>api-type-document</artifactId>
    <version>2.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-type-document/
implementation 'org.webjars.bowergithub.advanced-rest-client:api-type-document:2.0.20'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-type-document/
implementation ("org.webjars.bowergithub.advanced-rest-client:api-type-document:2.0.20")
'org.webjars.bowergithub.advanced-rest-client:api-type-document:jar:2.0.20'
<dependency org="org.webjars.bowergithub.advanced-rest-client" name="api-type-document" rev="2.0.20">
  <artifact name="api-type-document" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.advanced-rest-client', module='api-type-document', version='2.0.20')
)
libraryDependencies += "org.webjars.bowergithub.advanced-rest-client" % "api-type-document" % "2.0.20"
[org.webjars.bowergithub.advanced-rest-client/api-type-document "2.0.20"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.bowergithub.advanced-rest-client : amf-helper-mixin jar [2.0.1,3)
org.webjars.bowergithub.advanced-rest-client : markdown-styles jar [2.0.2,3)
org.webjars.bowergithub.polymerelements : paper-button jar [2.1.0,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : marked-element jar [2.4.0,3)
org.webjars.bowergithub.polymerelements : iron-flex-layout jar [2.0.3,3)
org.webjars.bowergithub.advanced-rest-client : raml-aware jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : api-annotation-document jar [2.0.1,3)

Project Modules

There are no modules declared in this project.

Published on NPM

Build Status

Published on webcomponents.org

<api-type-document>

A documentation table for RAML type / OAS schema properties. Works with AMF data model.

Version compatibility

This version only works with AMF model version 2 (AMF parser >= 4.0.0). For compatibility with previous model version use 3.x.x version of the component.

Styling

<api-type-document> provides the following custom properties and mixins for styling:

Custom property Description Default
--api-type-document Mixin applied to this elment {}
--api-type-document-union-button-background-color Background color of union selector button #fff
--api-type-document-union-button-color Color of union selector button #000
--api-type-document-union-button-active-background-color Background color of active union selector button #CDDC39
--api-type-document-union-button-active-color Color of active union selector button #000

From property-shape-document

Custom property Description Default
--property-shape-document Mixin applied each proeprty element {}
--property-shape-document-array-color Property border color when type is an array #8BC34A
--property-shape-document-object-color Property border color when type is an object #FF9800
--property-shape-document-union-color Property border color when type is an union #FFEB3B
--arc-font-subhead Theme mixin, applied to the property title {}
--property-shape-document-title Mixin applied to the property title {}
--api-type-document-property-parent-color Color of the parent property label #757575
--api-type-document-property-color Color of the property name label when display name is used #757575
--api-type-document-child-docs-margin-left Margin left of the item's properties description relative to the title when the item is a child property of another property 24px
--api-type-document-type-color Color of the "type" trait white
--api-type-document-type-background-color Background color of the "type" trait #2196F3
--api-type-document-trait-background-color Background color to main range trait (type, required, enum) #EEEEEE,
--api-type-document-trait-border-radius Border radious of a main property traits like type, required, enum 3px

From property-range-document

Custom property Description Default
--property-range-document Mixin applied to this elment {}
--api-type-document-type-attribute-color Color of each attribute that describes a property #616161
--api-type-document-examples-title-color Color of examples section title ``
--api-type-document-examples-border-color Example section border color transparent
--code-background-color Background color of the examples section ``
--arc-font-body1 Mixin applied to an example name label {}
--arc-font-body2 Mixin applied to the examples section title {}

Usage

Installation

npm install --save @api-components/api-type-document

In an html file

<html>
  <head>
    <script type="module">
      import '@api-components/api-type-document/api-type-document.js';
    </script>
  </head>
  <body>
    <api-type-document></api-type-document>
  </body>
</html>

In a LitElement

import { LitElement, html } from 'lit-element';
import '@api-components/api-type-document/api-type-document.js';

class SampleElement extends PolymerElement {
  render() {
    return html`
    <api-type-document .amf="${this.amf}"></api-type-document>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/api-type-document
cd api-type-document
npm install

Running the demo locally

npm start

Running the tests

npm test
org.webjars.bowergithub.advanced-rest-client

ARC

A set of repositories related to the Advanced REST Client and API console (by Mulesoft)

Versions

Version
2.0.20