0.3.69 • Published 2 months ago

@knime/knime-ui-table v0.3.69

Weekly downloads
-
License
See the file lice...
Repository
-
Last release
2 months ago

KNIME® UI Table

Quality Gate Status

This repository is maintained by the KNIME UI Extensions Development Team.

This repository contains the table component used by e.g. the TableView of KNIME Analytics Platform and KNIME Hub. It is based on the Vue JavaScript framework.

It's published as npm package: @knime/knime-ui-table

Development

Prerequisites

Newer versions may also work, but have not been tested.

Pull the contained git submodules with

git submodule update --init

Install dependencies

npm install

Launch development server

npm run dev

or, using storybook:

npm run storybook

Git hooks

When committing your changes, a couple of commit hooks will run via husky.

  • pre-commit hook to lint and format the changes in your stage zone (via lintstaged)
  • prepare-commit-msg hook to format your commit message to conform with the required format by KNIME. In order for this to work you must set environment variables with your Atlassian email and API token. Refer to @knime/eslint-config/scripts/README.md for more information.

Testing

Running unit tests

This project contains unit tests based on Vitest. They are run with

npm run test:unit

You can generate a coverage report with

npm run coverage

The output can be found in the coverage folder. It contains a browseable html report as well as raw coverage data in LCOV and Clover format, which can be used in analysis software (SonarQube, Jenkins, …).

Running security audit

npm provides a check against known security issues of used dependencies. Run it by calling

npm run audit

Logging

You can log using the global consola variable (which the embedding application needs to provide).

See https://github.com/nuxt/consola for details.

Building

To build the table component as Vue library, use the following command:

npm run build

Results are saved to /dist.

Using the KNIME-Table in a Vue application

Install @knime/knime-ui-table npm package as dependency:

npm i @knime/knime-ui-table
import { Table } from "@knime/knime-ui-table";

export default {
  // ...
  components: {
    Table,
  },
  // ...
};

Use in Template

<template>
  <Table />
</template>

Requirements

The KNIME-Table expects that the embedding app provides the following:

  • Vue and Consola compatible to the versions defined in package.json
0.3.69

2 months ago

0.3.68

2 months ago

0.3.67

2 months ago

0.3.66

2 months ago

0.3.65

4 months ago

0.3.64

4 months ago

0.2.75

5 months ago

0.3.63

5 months ago

0.3.62

5 months ago

0.3.61

5 months ago

0.3.60

5 months ago

0.3.53

6 months ago

0.3.52

7 months ago

0.3.51

7 months ago

0.3.50

7 months ago

0.3.59

6 months ago

0.3.58

6 months ago

0.3.57

6 months ago

0.3.56

6 months ago

0.3.55

6 months ago

0.3.54

6 months ago

0.3.42

8 months ago

0.2.74

9 months ago

0.3.41

8 months ago

0.3.40

9 months ago

0.3.49

7 months ago

0.3.48

7 months ago

0.3.47

7 months ago

0.3.46

7 months ago

0.3.45

7 months ago

0.3.44

8 months ago

0.3.43

8 months ago

0.3.31

9 months ago

0.3.30

10 months ago

0.3.39

9 months ago

0.3.38

9 months ago

0.3.37

9 months ago

0.3.36

9 months ago

0.3.35

9 months ago

0.3.34

9 months ago

0.3.33

9 months ago

0.3.32

9 months ago

0.3.29

10 months ago

0.3.28

10 months ago

0.3.27

10 months ago

0.3.26

10 months ago

0.3.25

10 months ago

0.3.24

10 months ago

0.3.23

10 months ago

0.3.22

11 months ago

0.3.20

11 months ago

0.3.21

11 months ago

0.3.19

11 months ago

0.3.18

11 months ago

0.3.9

1 year ago

0.3.17

11 months ago

0.3.16

12 months ago

0.3.15

12 months ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.2.73

1 year ago

0.2.72

1 year ago

0.0.0-internal-dev

12 months ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.2.71

1 year ago

0.2.70

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.3.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.3.0

1 year ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.3.1

1 year ago

0.2.5

2 years ago

0.1.44

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.43

2 years ago

0.1.40

2 years ago

0.1.38

2 years ago

0.1.39

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.37

2 years ago

0.1.31

2 years ago

0.1.30

3 years ago

0.1.28

3 years ago

0.1.29

3 years ago

0.1.27

3 years ago

0.1.25

3 years ago