@things-factory/operato-board 7.0.31 → 7.0.34

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.
@@ -1,4 +1,5 @@
1
- export class AppBoardPlayerPage {
1
+ import { BoardPlayerPage } from '@things-factory/board-ui/dist-client';
2
+ export declare class AppBoardPlayerPage extends BoardPlayerPage {
2
3
  get context(): {
3
4
  title: any;
4
5
  screencastable: boolean;
@@ -1,11 +1,16 @@
1
- import { BoardPlayerPage } from '@things-factory/board-ui';
2
- export class AppBoardPlayerPage extends BoardPlayerPage {
1
+ import { __decorate } from "tslib";
2
+ import { customElement } from 'lit/decorators.js';
3
+ import { BoardPlayerPage } from '@things-factory/board-ui/dist-client';
4
+ let AppBoardPlayerPage = class AppBoardPlayerPage extends BoardPlayerPage {
3
5
  get context() {
4
6
  return {
5
7
  title: super.context.title,
6
8
  screencastable: true
7
9
  };
8
10
  }
9
- }
10
- customElements.define('app-board-player-page', AppBoardPlayerPage);
11
+ };
12
+ AppBoardPlayerPage = __decorate([
13
+ customElement('app-board-player-page')
14
+ ], AppBoardPlayerPage);
15
+ export { AppBoardPlayerPage };
11
16
  //# sourceMappingURL=app-board-player-page.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-board-player-page.js","sourceRoot":"","sources":["../../client/pages/app-board-player-page.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE1D,MAAM,OAAO,kBAAmB,SAAQ,eAAe;IACrD,IAAI,OAAO;QACT,OAAO;YACL,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK;YAC1B,cAAc,EAAE,IAAI;SACrB,CAAA;IACH,CAAC;CACF;AAED,cAAc,CAAC,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAAA","sourcesContent":["import { BoardPlayerPage } from '@things-factory/board-ui'\n\nexport class AppBoardPlayerPage extends BoardPlayerPage {\n get context() {\n return {\n title: super.context.title,\n screencastable: true\n }\n }\n}\n\ncustomElements.define('app-board-player-page', AppBoardPlayerPage)\n"]}
1
+ {"version":3,"file":"app-board-player-page.js","sourceRoot":"","sources":["../../client/pages/app-board-player-page.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG/D,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,eAAe;IACrD,IAAI,OAAO;QACT,OAAO;YACL,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK;YAC1B,cAAc,EAAE,IAAI;SACrB,CAAA;IACH,CAAC;CACF,CAAA;AAPY,kBAAkB;IAD9B,aAAa,CAAC,uBAAuB,CAAC;GAC1B,kBAAkB,CAO9B","sourcesContent":["import { customElement } from 'lit/decorators.js'\nimport { BoardPlayerPage } from '@things-factory/board-ui/dist-client'\n\n@customElement('app-board-player-page')\nexport class AppBoardPlayerPage extends BoardPlayerPage {\n get context() {\n return {\n title: super.context.title,\n screencastable: true\n }\n }\n}\n"]}
@@ -1,4 +1,5 @@
1
- export class AppBoardViewerPage {
1
+ import { BoardViewerPage } from '@things-factory/board-ui/dist-client';
2
+ export declare class AppBoardViewerPage extends BoardViewerPage {
2
3
  get context(): {
3
4
  title: any;
4
5
  };
@@ -1,5 +1,7 @@
1
- import { BoardViewerPage } from '@things-factory/board-ui';
2
- export class AppBoardViewerPage extends BoardViewerPage {
1
+ import { __decorate } from "tslib";
2
+ import { customElement } from 'lit/decorators.js';
3
+ import { BoardViewerPage } from '@things-factory/board-ui/dist-client';
4
+ let AppBoardViewerPage = class AppBoardViewerPage extends BoardViewerPage {
3
5
  get context() {
4
6
  return {
5
7
  title: super.context.title
@@ -21,6 +23,9 @@ export class AppBoardViewerPage extends BoardViewerPage {
21
23
  // }
22
24
  };
23
25
  }
24
- }
25
- customElements.define('app-board-viewer-page', AppBoardViewerPage);
26
+ };
27
+ AppBoardViewerPage = __decorate([
28
+ customElement('app-board-viewer-page')
29
+ ], AppBoardViewerPage);
30
+ export { AppBoardViewerPage };
26
31
  //# sourceMappingURL=app-board-viewer-page.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-board-viewer-page.js","sourceRoot":"","sources":["../../client/pages/app-board-viewer-page.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE1D,MAAM,OAAO,kBAAmB,SAAQ,eAAe;IACrD,IAAI,OAAO;QACT,OAAO;YACL,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK;YAC1B,eAAe;YACf,qDAAqD;YACrD,2CAA2C;YAC3C,qBAAqB;YACrB,2BAA2B;YAC3B,OAAO;YACP,gBAAgB;YAChB,KAAK;YACL,wBAAwB;YACxB,gBAAgB;YAChB,sBAAsB;YACtB,2CAA2C;YAC3C,kBAAkB;YAClB,+BAA+B;YAC/B,MAAM;YACN,IAAI;SACL,CAAA;IACH,CAAC;CACF;AAED,cAAc,CAAC,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAAA","sourcesContent":["import { BoardViewerPage } from '@things-factory/board-ui'\n\nexport class AppBoardViewerPage extends BoardViewerPage {\n get context() {\n return {\n title: super.context.title\n // printable: {\n // accept: ['label', 'usb', 'zebra-browser-print'],\n // name: this._board && this._board.name,\n // content: () => {\n // return this.getGrf()\n // },\n // options: {}\n // },\n // screencastable: true,\n // exportable: {\n // accept: ['json'],\n // name: this._board && this._board.name,\n // data: () => {\n // return this._board.model\n // }\n // }\n }\n }\n}\n\ncustomElements.define('app-board-viewer-page', AppBoardViewerPage)\n"]}
1
+ {"version":3,"file":"app-board-viewer-page.js","sourceRoot":"","sources":["../../client/pages/app-board-viewer-page.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG/D,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,eAAe;IACrD,IAAI,OAAO;QACT,OAAO;YACL,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK;YAC1B,eAAe;YACf,qDAAqD;YACrD,2CAA2C;YAC3C,qBAAqB;YACrB,2BAA2B;YAC3B,OAAO;YACP,gBAAgB;YAChB,KAAK;YACL,wBAAwB;YACxB,gBAAgB;YAChB,sBAAsB;YACtB,2CAA2C;YAC3C,kBAAkB;YAClB,+BAA+B;YAC/B,MAAM;YACN,IAAI;SACL,CAAA;IACH,CAAC;CACF,CAAA;AAtBY,kBAAkB;IAD9B,aAAa,CAAC,uBAAuB,CAAC;GAC1B,kBAAkB,CAsB9B","sourcesContent":["import { customElement } from 'lit/decorators.js'\nimport { BoardViewerPage } from '@things-factory/board-ui/dist-client'\n\n@customElement('app-board-viewer-page')\nexport class AppBoardViewerPage extends BoardViewerPage {\n get context() {\n return {\n title: super.context.title\n // printable: {\n // accept: ['label', 'usb', 'zebra-browser-print'],\n // name: this._board && this._board.name,\n // content: () => {\n // return this.getGrf()\n // },\n // options: {}\n // },\n // screencastable: true,\n // exportable: {\n // accept: ['json'],\n // name: this._board && this._board.name,\n // data: () => {\n // return this._board.model\n // }\n // }\n }\n }\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { Connection } from '@things-factory/integration-ui/dist-client/pages/connection';
1
+ import { Connection } from '@things-factory/integration-ui/dist-client';
2
2
  export declare class ConnectionListPage extends Connection {
3
3
  get context(): {
4
4
  board_topmenu: boolean;
@@ -1,6 +1,6 @@
1
1
  import { __decorate } from "tslib";
2
2
  import { customElement } from 'lit/decorators.js';
3
- import { Connection } from '@things-factory/integration-ui/dist-client/pages/connection';
3
+ import { Connection } from '@things-factory/integration-ui/dist-client';
4
4
  let ConnectionListPage = class ConnectionListPage extends Connection {
5
5
  get context() {
6
6
  return Object.assign(Object.assign({}, super.context), { board_topmenu: true });
@@ -1 +1 @@
1
- {"version":3,"file":"connection-list-page.js","sourceRoot":"","sources":["../../client/pages/connection-list-page.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAA;AAGjF,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,UAAU;IAChD,IAAI,OAAO;QACT,uCACK,KAAK,CAAC,OAAO,KAChB,aAAa,EAAE,IAAI,IACpB;IACH,CAAC;CACF,CAAA;AAPY,kBAAkB;IAD9B,aAAa,CAAC,sBAAsB,CAAC;GACzB,kBAAkB,CAO9B","sourcesContent":["import { customElement } from 'lit/decorators.js'\nimport { Connection } from '@things-factory/integration-ui/dist-client/pages/connection'\n\n@customElement('connection-list-page')\nexport class ConnectionListPage extends Connection {\n get context() {\n return {\n ...super.context,\n board_topmenu: true\n }\n }\n}\n"]}
1
+ {"version":3,"file":"connection-list-page.js","sourceRoot":"","sources":["../../client/pages/connection-list-page.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AAGhE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,UAAU;IAChD,IAAI,OAAO;QACT,uCACK,KAAK,CAAC,OAAO,KAChB,aAAa,EAAE,IAAI,IACpB;IACH,CAAC;CACF,CAAA;AAPY,kBAAkB;IAD9B,aAAa,CAAC,sBAAsB,CAAC;GACzB,kBAAkB,CAO9B","sourcesContent":["import { customElement } from 'lit/decorators.js'\nimport { Connection } from '@things-factory/integration-ui/dist-client'\n\n@customElement('connection-list-page')\nexport class ConnectionListPage extends Connection {\n get context() {\n return {\n ...super.context,\n board_topmenu: true\n }\n }\n}\n"]}
@@ -1,4 +1,5 @@
1
- export class ScenarioListPage extends Scenario {
1
+ import { Scenario } from '@things-factory/integration-ui/dist-client/';
2
+ export declare class ScenarioListPage extends Scenario {
2
3
  get context(): {
3
4
  board_topmenu: boolean;
4
5
  title: string;
@@ -27,4 +28,3 @@ export class ScenarioListPage extends Scenario {
27
28
  };
28
29
  };
29
30
  }
30
- import { Scenario } from '@things-factory/integration-ui/dist-client/pages/scenario.js';
@@ -1,8 +1,13 @@
1
- import { Scenario } from '@things-factory/integration-ui/dist-client/pages/scenario.js';
2
- export class ScenarioListPage extends Scenario {
1
+ import { __decorate } from "tslib";
2
+ import { customElement } from 'lit/decorators.js';
3
+ import { Scenario } from '@things-factory/integration-ui/dist-client/';
4
+ let ScenarioListPage = class ScenarioListPage extends Scenario {
3
5
  get context() {
4
6
  return Object.assign(Object.assign({}, super.context), { board_topmenu: true });
5
7
  }
6
- }
7
- customElements.define('scenario-list-page', ScenarioListPage);
8
+ };
9
+ ScenarioListPage = __decorate([
10
+ customElement('scenario-list-page')
11
+ ], ScenarioListPage);
12
+ export { ScenarioListPage };
8
13
  //# sourceMappingURL=scenario-list-page.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scenario-list-page.js","sourceRoot":"","sources":["../../client/pages/scenario-list-page.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8DAA8D,CAAA;AAEvF,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,IAAI,OAAO;QACT,uCACK,KAAK,CAAC,OAAO,KAChB,aAAa,EAAE,IAAI,IACpB;IACH,CAAC;CACF;AAED,cAAc,CAAC,MAAM,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,CAAA","sourcesContent":["import { Scenario } from '@things-factory/integration-ui/dist-client/pages/scenario.js'\n\nexport class ScenarioListPage extends Scenario {\n get context() {\n return {\n ...super.context,\n board_topmenu: true\n }\n }\n}\n\ncustomElements.define('scenario-list-page', ScenarioListPage)\n"]}
1
+ {"version":3,"file":"scenario-list-page.js","sourceRoot":"","sources":["../../client/pages/scenario-list-page.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAA;AAG/D,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,QAAQ;IAC5C,IAAI,OAAO;QACT,uCACK,KAAK,CAAC,OAAO,KAChB,aAAa,EAAE,IAAI,IACpB;IACH,CAAC;CACF,CAAA;AAPY,gBAAgB;IAD5B,aAAa,CAAC,oBAAoB,CAAC;GACvB,gBAAgB,CAO5B","sourcesContent":["import { customElement } from 'lit/decorators.js'\nimport { Scenario } from '@things-factory/integration-ui/dist-client/'\n\n@customElement('scenario-list-page')\nexport class ScenarioListPage extends Scenario {\n get context() {\n return {\n ...super.context,\n board_topmenu: true\n }\n }\n}\n"]}