1019.22.0 • Published 5 days ago

@c8y/widget-plugin v1019.22.0

Weekly downloads
-
License
-
Repository
-
Last release
5 days ago

Cumulocity widget plugin

This is the Cumulocity module federation plugin. Plugins can be developed like any Cumulocity application, but can be used at runtime by other applications. Therefore, they export an Angular module which can then be imported by any other application. The exports are defined in package.json:

"exports": [
  {
     "name": "Example widget plugin",
     "module": "WidgetPluginModule",
     "path": "./widget/widget-plugin.module.ts",
     "description": "Adds custom widget"
  }
]

How to start Run the command below to scaffold a widget plugin.

c8ycli new <yourPluginName> widget-plugin

As the app.module is a typical Cumuloctiy application, any new plugin can be tested via the CLI:

npm start -- --shell cockpit

In the Module Federation terminology, widget plugin is called remote and the cokpit is called shell. Modules provided by this widget will be loaded by the cockpit application at the runtime. This plugin provides a basic custom widget that can be accessed through the Add widget menu.

Note that the --shell flag creates a proxy to the cockpit application and providesWidgetPluginModule as an remote via URL options.

Also deploying needs no special handling and can be simply done via npm run deploy. As soon as the application has exports it will be uploaded as a plugin.

1019.23.8

5 days ago

1019.23.7

7 days ago

1019.23.5

11 days ago

1019.23.4

14 days ago

1019.23.1

18 days ago

1019.22.0

19 days ago

1019.21.1

20 days ago

1019.21.0

22 days ago

1019.20.7

24 days ago

1019.19.7

1 month ago

1019.19.4

1 month ago

1019.19.2

1 month ago

1019.18.0

1 month ago

1019.13.5

2 months ago

1019.13.4

2 months ago

1019.13.0

2 months ago

1019.12.0

2 months ago

1019.10.1

2 months ago

1019.8.1

2 months ago

1019.7.15

2 months ago

1019.7.10

2 months ago

1019.6.11

2 months ago

1019.6.10

2 months ago

1019.6.3

3 months ago

1019.5.11

3 months ago

1019.5.6

3 months ago

1019.5.3

3 months ago

1019.4.11

3 months ago

1019.4.9

3 months ago

1019.4.8

3 months ago

1019.2.9

4 months ago

1019.2.8

4 months ago

1019.2.4

4 months ago

1019.0.7

4 months ago

1019.0.3

4 months ago