3.1.1 • Published 2 years ago

@blackbaud/help-client v3.1.1

Weekly downloads
2,172
License
MIT
Repository
github
Last release
2 years ago

@blackbaud/help-client

npm status

Provides a client-side library for interacting with the Help Widget. This module is a dependency of @skyux-sdk/builder and @blackbaud/skyux-lib-help.

SKYUX usage

{
  "help": {
    "helpMode": "menu"
  }
}
// inside a consumer's typescript code
BBHELP.HelpWidget.open('foo.html');

See help-config.ts for more configuration properties.

Menu mode

When helpMode is menu, the expectation is that @blackbaud-internal/skyux-spa-omnibar will control the omnipresent trigger, not help-client. As a result, help-client will not display any visual elements for triggering the widget. The omnibar will build out visual elements in a menu design instead. Any usage of BBHELP.HelpWidget#open will result in opening the topic in a new tab.

menu is the recommended mode for any consumers.

Legacy mode

When helpMode is legacy, help-client adds a trigger to the DOM that is meant to mimic @blackbaud-internal/skyux-spa-omnibar and places an omnipresent trigger on top of the omnibar. All usages of BBHELP.HelpWidget will expand that trigger to display the desired topic in a help widget.

3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

3 years ago

3.0.1-rc.21

3 years ago

3.0.1-rc.20

3 years ago

3.0.1-rc.22

3 years ago

3.0.1-rc.18

3 years ago

3.0.1-rc.19

3 years ago

3.0.1-rc.17

3 years ago

3.0.1-rc.16

3 years ago

3.0.1-rc.15

3 years ago

3.0.1-rc.14

3 years ago

3.0.1-rc.13

3 years ago

3.0.1-rc.12

3 years ago

3.0.1-rc.11

3 years ago

3.0.1-rc.6

3 years ago

3.0.1-rc.7

3 years ago

3.0.1-rc.4

3 years ago

3.0.1-rc.5

3 years ago

3.0.1-rc.10

3 years ago

3.0.1-rc.2

3 years ago

3.0.1-rc.3

3 years ago

3.0.1-rc.8

3 years ago

3.0.1-rc.9

3 years ago

3.0.1-rc.1

3 years ago

3.0.1-rc.0

3 years ago

3.0.0

4 years ago

3.0.0-rc.0

4 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-beta.10

5 years ago

2.0.0-beta.9

5 years ago

2.0.0-beta.8

5 years ago

2.0.0-beta.7

5 years ago

2.0.0-beta.6

5 years ago

2.0.0-beta.5

5 years ago

2.0.0-beta.4

5 years ago

2.0.0-beta.3

5 years ago

2.0.0-beta.2

5 years ago

2.0.0-beta.1

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago