@openscd/oscd-tree-explorer
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.3 • Public • Published

<oscd-tree-explorer>

This webcomponent follows the open-wc recommendation.

Installation

npm i oscd-tree-explorer

Usage

<script type="module">
  import 'oscd-tree-explorer';
</script>

<oscd-tree-explorer></oscd-tree-explorer>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

oscd-tree-explorer.ts:

class: OscdTreeExplorer

Superclass

Name Module Package
LitElement lit

Fields

Name Privacy Type Default Description Inherited From
selection TreeSelection {}
multi boolean false
tree Tree {}
depth number
paths Path[]
path Path
filterRegex RegExp
filter string
searchUI TextField | undefined
container Element | undefined

Methods

Name Privacy Description Parameters Return Inherited From
renderCell path: Path, previousPath: Path TemplateResult
multiSelect parentPath: Path, clicked: string void
singleSelect path: Path, clicked: string void
select path: Path, clicked: string void
handleSelected event: SingleSelectedEvent Promise<void>
scrollRight Promise<void>
renderColumn column: (Path | undefined)[] TemplateResult
renderExpandCell path: Path TemplateResult
renderExpandColumn rows: Path[] TemplateResult
renderCollapseColumn rows: Path[] TemplateResult
renderColumns TemplateResult
renderFilterField
Private API

Fields

Name Privacy Type Default Description Inherited From
collapsed private new Set<string>()

Methods

Name Privacy Description Parameters Return Inherited From
getPaths private maxLength: number Path[]
treeNode private path: Path TreeNode
rows private Path[]
toggleCollapse private serializedPath: string

Exports

Kind Name Declaration Module Package
js OscdTreeExplorer OscdTreeExplorer oscd-tree-explorer.ts

© 1970 THE AUTHORS

Readme

Keywords

none

Package Sidebar

Install

npm i @openscd/oscd-tree-explorer

Weekly Downloads

81

Version

0.0.1-alpha.3

License

Apache-2.0

Unpacked Size

2.34 MB

Total Files

37

Last publish

Collaborators

  • trusz
  • stef3st
  • jakob.birnbaumer
  • pascalwilbrink
  • danyill
  • jakob.vogelsang