项目作者: dasch-swiss

项目描述 :
Reusable Angular elements for Angular applications based on DSP-API and DSP-JS
高级语言: TypeScript
项目地址: git://github.com/dasch-swiss/dsp-ui-lib.git
创建时间: 2020-01-07T14:06:41Z
项目社区:https://github.com/dasch-swiss/dsp-ui-lib

开源协议:GNU Affero General Public License v3.0

下载


DSP-UI — A library to easily create DSP Apps

@dasch-swiss/dsp-ui">npm version
CI
@dasch-swiss/dsp-ui"">npm downloads
@dasch-swiss/dsp-ui"">minzipped size
license

DSP-UI is a library of angular modules enabling users to interact with DSP-API to create a web application in a quick and simple way. These modules, comprised of components and directives, are written in Typescript and rely on Angular material.

DSP-UI is developed by the Data and Service Center for the Humanities as free software,
released under GNU Affero General Public license.

Documentation

Getting started

Library modules

The library consists of four Angular modules that are briefly described below.

DspCoreModule

Services for API requests

DspCoreModule is a configuration handler for @dasch-swiss/dsp-js"">@dasch-swiss/dsp-js which offers all the services to make DSP-API requests.

DspViewerModule

Resources, Properties, Lists, Value components

DspViewerModule contains object components to show a resource class representation, the property gui-elements and various view frameworks.

DspSearchModule

Search panel for all kind of search queries

DspSearchModule allows to make full text or advanced searches in DSP-API. Filter by resource class and its properties related to an ontology.

DspActionModule

Special pipes and buttons

DspActionModule contains special pipes to sort lists or to get the index key in arrays, but also directives and components for images, sort buttons and s.o.

Contribution

If you would like to contribute to the development of the DSP-UI modules alongside us, please consult the general DSP contribution guidelines or the DSP-UI specific contribution guidelines and the design documentation.