@trops/dash-core 0.1.273 → 0.1.275
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/electron/index.js +1 -1
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +41 -16
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +82 -48
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/electron/index.js
CHANGED
|
@@ -31607,9 +31607,9 @@ var schedulerController_1 = schedulerController$2;
|
|
|
31607
31607
|
*/
|
|
31608
31608
|
registerWidget(widgetName, config, widgetPath, autoRegister = true) {
|
|
31609
31609
|
const widgetEntry = {
|
|
31610
|
+
...config,
|
|
31610
31611
|
name: widgetName,
|
|
31611
31612
|
path: widgetPath,
|
|
31612
|
-
...config,
|
|
31613
31613
|
registeredAt: new Date().toISOString(),
|
|
31614
31614
|
};
|
|
31615
31615
|
|