@things-factory/integration-ui 4.0.44 → 4.0.45

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,8 +1,10 @@
1
1
  import '@material/mwc-button'
2
- import { ScrollbarStyles } from '@things-factory/styles'
3
- import { i18next } from '@things-factory/i18n-base'
2
+
4
3
  import { css, html, LitElement } from 'lit'
5
4
 
5
+ import { i18next } from '@things-factory/i18n-base'
6
+ import { ScrollbarStyles } from '@things-factory/styles'
7
+
6
8
  function createCronRegex(type) {
7
9
  // https://gist.github.com/dkandalov/a2aed17cfdeb65243022
8
10
  var regexByField = {}
@@ -1,6 +1,7 @@
1
+ import { css, html, LitElement } from 'lit'
2
+
1
3
  import { i18next } from '@things-factory/i18n-base'
2
4
  import { ScrollbarStyles } from '@things-factory/styles'
3
- import { css, html, LitElement } from 'lit'
4
5
 
5
6
  export class ParametersEditorPopup extends LitElement {
6
7
  static get properties() {
@@ -1,10 +1,11 @@
1
- import { LitElement, html, css } from 'lit'
1
+ import '@material/mwc-icon-button'
2
+
2
3
  import gql from 'graphql-tag'
4
+ import { css, html, LitElement } from 'lit'
5
+
3
6
  import { client } from '@things-factory/shell'
4
7
  import { ScrollbarStyles } from '@things-factory/styles'
5
8
 
6
- import '@material/mwc-icon-button'
7
-
8
9
  export class ConnectionsMonitor extends LitElement {
9
10
  static get styles() {
10
11
  return [
@@ -1,8 +1,8 @@
1
1
  import '@operato/data-grist'
2
2
 
3
- import { LitElement, css, html } from 'lit'
4
- import { i18next, localize } from '@things-factory/i18n-base'
3
+ import { css, html, LitElement } from 'lit'
5
4
 
5
+ import { i18next, localize } from '@things-factory/i18n-base'
6
6
  import { ScrollbarStyles } from '@things-factory/styles'
7
7
 
8
8
  export class IntegrationMonitoringSummary extends localize(i18next)(LitElement) {
@@ -1,8 +1,9 @@
1
- import { LitElement, html, css } from 'lit'
2
- import { connect } from 'pwa-helpers/connect-mixin'
3
1
  import gql from 'graphql-tag'
4
- import { ScrollbarStyles } from '@things-factory/styles'
2
+ import { css, html, LitElement } from 'lit'
3
+ import { connect } from 'pwa-helpers/connect-mixin'
4
+
5
5
  import { store, subscribe } from '@things-factory/shell'
6
+ import { ScrollbarStyles } from '@things-factory/styles'
6
7
 
7
8
  export class ScenarioInstanceLogView extends connect(store)(LitElement) {
8
9
  static get styles() {
@@ -1,10 +1,11 @@
1
- import { LitElement, html, css } from 'lit'
2
- import { connect } from 'pwa-helpers/connect-mixin'
1
+ import './scenario-instance-log-view'
2
+
3
3
  import gql from 'graphql-tag'
4
- import { ScrollbarStyles } from '@things-factory/styles'
5
- import { store, subscribe } from '@things-factory/shell'
4
+ import { css, html, LitElement } from 'lit'
5
+ import { connect } from 'pwa-helpers/connect-mixin'
6
6
 
7
- import './scenario-instance-log-view'
7
+ import { store, subscribe } from '@things-factory/shell'
8
+ import { ScrollbarStyles } from '@things-factory/styles'
8
9
 
9
10
  export class ScenarioInstanceView extends connect(store)(LitElement) {
10
11
  static get styles() {
@@ -2,9 +2,9 @@ import '@operato/data-grist'
2
2
  import '@material/mwc-icon-button'
3
3
  import './scenario-monitor'
4
4
 
5
- import { LitElement, css, html } from 'lit'
6
- import { i18next, localize } from '@things-factory/i18n-base'
5
+ import { css, html, LitElement } from 'lit'
7
6
 
7
+ import { i18next, localize } from '@things-factory/i18n-base'
8
8
  import { ScrollbarStyles } from '@things-factory/styles'
9
9
 
10
10
  function IS_SCENARIO_RUNNING(state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "4.0.44",
3
+ "version": "4.0.45",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,20 +24,20 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/data-grist": "^0.3.27",
28
- "@operato/graphql": "^0.3.27",
29
- "@operato/help": "^0.3.27",
30
- "@operato/i18n": "^0.3.27",
31
- "@operato/layout": "^0.3.27",
32
- "@operato/property-editor": "^0.3.27",
33
- "@operato/styles": "^0.3.27",
34
- "@operato/utils": "^0.3.27",
35
- "@things-factory/export-base": "^4.0.44",
36
- "@things-factory/import-base": "^4.0.44",
37
- "@things-factory/integration-base": "^4.0.44",
38
- "@things-factory/modeller-ui": "^4.0.44",
27
+ "@operato/data-grist": "^0.3.28",
28
+ "@operato/graphql": "^0.3.28",
29
+ "@operato/help": "^0.3.28",
30
+ "@operato/i18n": "^0.3.28",
31
+ "@operato/layout": "^0.3.28",
32
+ "@operato/property-editor": "^0.3.28",
33
+ "@operato/styles": "^0.3.28",
34
+ "@operato/utils": "^0.3.28",
35
+ "@things-factory/export-base": "^4.0.45",
36
+ "@things-factory/import-base": "^4.0.45",
37
+ "@things-factory/integration-base": "^4.0.45",
38
+ "@things-factory/modeller-ui": "^4.0.45",
39
39
  "moment-timezone": "^0.5.27",
40
40
  "subscriptions-transport-ws": "^0.11.0"
41
41
  },
42
- "gitHead": "286a037443bfb38c65db964dbfa6c5f2d141d9ac"
42
+ "gitHead": "6c37578551d77fed098e5eed4cd2cc9eb9c0dd4b"
43
43
  }