@things-factory/resource-ui 4.1.27 → 5.0.0-alpha.2

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,4 @@
1
- import { html } from 'lit-element'
1
+ import { html } from 'lit'
2
2
  import gql from 'graphql-tag'
3
3
  import '@material/mwc-icon'
4
4
 
@@ -1,7 +1,7 @@
1
1
  import '@material/mwc-icon'
2
2
  import { i18next } from '@things-factory/i18n-base'
3
3
  import { openPopup } from '@things-factory/layout-base'
4
- import { css, html, LitElement } from 'lit-element'
4
+ import { css, html, LitElement } from 'lit'
5
5
  import '../../elements/object-selector'
6
6
 
7
7
  export class ObjectEditor extends LitElement {
@@ -1,4 +1,4 @@
1
- import { LitElement, html, css } from 'lit-element'
1
+ import { LitElement, html, css } from 'lit'
2
2
 
3
3
  import '@things-factory/grist-ui'
4
4
 
@@ -1,4 +1,4 @@
1
- import { LitElement, html, css, customElement } from 'lit-element'
1
+ import { LitElement, html, css, customElement } from 'lit'
2
2
  import gql from 'graphql-tag'
3
3
  import { client } from '@things-factory/shell'
4
4
  import { gqlBuilder } from '@things-factory/utils'
@@ -4,7 +4,7 @@ import { i18next } from '@things-factory/i18n-base'
4
4
  import { client, gqlContext } from '@things-factory/shell'
5
5
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
6
6
  import gql from 'graphql-tag'
7
- import { css, html, LitElement } from 'lit-element'
7
+ import { css, html, LitElement } from 'lit'
8
8
 
9
9
  export class ObjectSelector extends LitElement {
10
10
  static get properties() {
@@ -1,4 +1,4 @@
1
- import { css, html } from 'lit-element'
1
+ import { css, html } from 'lit'
2
2
  import { connect } from 'pwa-helpers/connect-mixin.js'
3
3
  import gql from 'graphql-tag'
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/resource-ui",
3
- "version": "4.1.27",
3
+ "version": "5.0.0-alpha.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,15 +24,15 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-ui": "^4.1.27",
28
- "@things-factory/context-ui": "^4.1.27",
29
- "@things-factory/form-ui": "^4.1.27",
30
- "@things-factory/grist-ui": "^4.1.27",
31
- "@things-factory/i18n-base": "^4.1.27",
32
- "@things-factory/import-ui-csv": "^4.1.27",
33
- "@things-factory/layout-base": "^4.1.27",
34
- "@things-factory/menu-base": "^4.1.27",
35
- "@things-factory/resource-base": "^4.1.27"
27
+ "@things-factory/auth-ui": "^5.0.0-alpha.2",
28
+ "@things-factory/context-ui": "^5.0.0-alpha.2",
29
+ "@things-factory/form-ui": "^5.0.0-alpha.2",
30
+ "@things-factory/grist-ui": "^5.0.0-alpha.2",
31
+ "@things-factory/i18n-base": "^5.0.0-alpha.2",
32
+ "@things-factory/import-ui-csv": "^5.0.0-alpha.2",
33
+ "@things-factory/layout-base": "^5.0.0-alpha.2",
34
+ "@things-factory/menu-base": "^5.0.0-alpha.2",
35
+ "@things-factory/resource-base": "^5.0.0-alpha.2"
36
36
  },
37
- "gitHead": "d2bcc934a52e1a2f68738ec8b56ad72503172f6f"
37
+ "gitHead": "055536f981d229d51ae63f46585036b35fa86602"
38
38
  }