1.1.1 • Published 1 month ago

sb-taxonomy-editor v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Install taxonomy-editor

npm install sb-taxonomy-editor@latest

Store Environment and Framework configuration in localstorage.

environment = {
        frameworkName: string,
        channelId: string,
        authToken: string,
        isApprovalRequired: false
};

Column Color configuration

taxonomyConfig = {
    frameworkId: string,
    config: [
        {
            index:number,
            category:string,
            icon: 'string',
            color: 'string'
        }
    ]
} 

defalut configuration is available. if you don't specify.

Adding lib tag into template

<lib-taxonomy-view environment="environment" taxonomyConfig="taxonomyConfig">

1.1.1

1 month ago

1.1.0

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

1.0.3

5 months ago

0.0.2

8 months ago

0.0.1

8 months ago