5.2.6 • Published 2 months ago

@dreamworld/dw-action-toolbar v5.2.6

Weekly downloads
105
License
ISC
Repository
github
Last release
2 months ago

action-toolbar

  • Extended version of dw-select.
  • It's mainly element is used to display action toolbar.
    • Show primary action by default.
    • Show semi primary action on hover of action-toolbar.
    • Other action(exclude primary) show in dropdown.

Install

npm install --save @dw/dw-action-toolbar

Usage

import '@dw/dw-action-toolbar/action-toolbar';

Events

  • Fires action event with action name.

Features

  • Hide actions
  • Disable action with tooltip

Hide actions

  • Provide way to hide actions from master actions.
  • Using hiddenActions property to hide a action.

Example with hidden actions:

<action-toolbar .actions="${[{name: 'ADD', label: 'Add', icon: 'content.add'}, {name: 'EDIT', label: 'Edit', icon: 'editor.edit'},      {name: 'DELETE', label: 'Delete', icon: 'action.delete'}]}" .hiddenActions="${['DELETE', 'ADD']}">
</action-toolbar>

Disable action with tooltip

  • Disable action using disabledActions property.
  • Passed action as key and tooltip as a value of object.

Example with disabled actions:

<action-toolbar .actions="${[{name: 'ADD', label: 'Add', icon: 'content.add'}, {name: 'EDIT', label: 'Edit', icon: 'editor.edit'},      {name: 'DELETE', label: 'Delete', icon: 'action.delete'}]}" .disabledActions="${{'DELETE': 'User has no write permission'}}">
</action-toolbar>

Examples

Example with actions:

<action-toolbar .actions="${[{name: 'ADD', label: 'Add', icon: 'content.add'}, {name: 'EDIT', label: 'Edit', icon: 'editor.edit'}, {name: 'DELETE', label: 'Delete', icon: 'action.delete'}]}"></action-toolbar>

Road map

  • Support primaryActions & semiPrimaryActions.
5.2.6

4 months ago

5.2.5

5 months ago

5.2.4

5 months ago

5.1.2

9 months ago

5.1.1

9 months ago

5.1.0

10 months ago

5.2.3

7 months ago

5.2.2

7 months ago

5.2.1

7 months ago

5.2.0

7 months ago

5.0.0

1 year ago

4.2.7

2 years ago

4.2.5

2 years ago

4.2.6

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.4

2 years ago

4.2.1

2 years ago

4.2.0

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

2.4.0

3 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago