@things-factory/biz-ui 4.1.28 → 5.0.0-alpha.3

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.
@@ -5,7 +5,7 @@ import { client, CustomAlert } from '@things-factory/shell'
5
5
  import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
6
6
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
7
7
  import gql from 'graphql-tag'
8
- import { css, html, LitElement } from 'lit-element'
8
+ import { css, html, LitElement } from 'lit'
9
9
 
10
10
  export class ConnectContactPointsPopup extends localize(i18next)(LitElement) {
11
11
  static get styles() {
@@ -1,7 +1,7 @@
1
1
  import '@things-factory/grist-ui'
2
2
 
3
3
  import gql from 'graphql-tag'
4
- import { css, html, LitElement } from 'lit-element'
4
+ import { css, html, LitElement } from 'lit'
5
5
 
6
6
  import { MultiColumnFormStyles } from '@things-factory/form-ui'
7
7
  import { i18next, localize } from '@things-factory/i18n-base'
@@ -3,7 +3,7 @@ import { client } from '@things-factory/shell'
3
3
  import '@things-factory/grist-ui'
4
4
  import gql from 'graphql-tag'
5
5
  import { i18next, localize } from '@things-factory/i18n-base'
6
- import { css, html, LitElement } from 'lit-element'
6
+ import { css, html, LitElement } from 'lit'
7
7
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
8
8
 
9
9
  class PopupPartnerBizplacesSelector extends localize(i18next)(LitElement) {
@@ -7,7 +7,7 @@ import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
7
7
  import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
8
8
  import { client, CustomAlert, PageView, store } from '@things-factory/shell'
9
9
  import gql from 'graphql-tag'
10
- import { css, html } from 'lit-element'
10
+ import { css, html } from 'lit'
11
11
  import { connect } from 'pwa-helpers/connect-mixin'
12
12
  import '../components/connect-contact-points-popup'
13
13
 
@@ -7,7 +7,7 @@ import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
7
7
  import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
8
8
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
9
9
  import gql from 'graphql-tag'
10
- import { css, html } from 'lit-element'
10
+ import { css, html } from 'lit'
11
11
 
12
12
  class CompanyList extends localize(i18next)(PageView) {
13
13
  static get properties() {
@@ -2,7 +2,7 @@ import '@things-factory/form-ui'
2
2
  import '@things-factory/grist-ui'
3
3
 
4
4
  import gql from 'graphql-tag'
5
- import { css, html } from 'lit-element'
5
+ import { css, html } from 'lit'
6
6
 
7
7
  import { getCodeByName } from '@things-factory/code-base'
8
8
  import { i18next, localize } from '@things-factory/i18n-base'
@@ -5,7 +5,7 @@ import { client, PageView } from '@things-factory/shell'
5
5
  import { ScrollbarStyles } from '@things-factory/styles'
6
6
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
7
7
  import gql from 'graphql-tag'
8
- import { css, html } from 'lit-element'
8
+ import { css, html } from 'lit'
9
9
 
10
10
  class PartnerList extends localize(i18next)(PageView) {
11
11
  static get properties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.1.28",
3
+ "version": "5.0.0-alpha.3",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,14 +24,14 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/biz-base": "^4.1.28",
28
- "@things-factory/code-base": "^4.1.28",
29
- "@things-factory/form-ui": "^4.1.28",
30
- "@things-factory/grist-ui": "^4.1.28",
31
- "@things-factory/i18n-base": "^4.1.28",
32
- "@things-factory/import-ui": "^4.1.28",
33
- "@things-factory/layout-base": "^4.1.28",
34
- "@things-factory/shell": "^4.1.28"
27
+ "@things-factory/biz-base": "^5.0.0-alpha.3",
28
+ "@things-factory/code-base": "^5.0.0-alpha.3",
29
+ "@things-factory/form-ui": "^5.0.0-alpha.3",
30
+ "@things-factory/grist-ui": "^5.0.0-alpha.3",
31
+ "@things-factory/i18n-base": "^5.0.0-alpha.3",
32
+ "@things-factory/import-ui": "^5.0.0-alpha.3",
33
+ "@things-factory/layout-base": "^5.0.0-alpha.3",
34
+ "@things-factory/shell": "^5.0.0-alpha.3"
35
35
  },
36
- "gitHead": "3f902602b38074b6e4a2188ab16b2a486f812877"
36
+ "gitHead": "0584a36ba889ff0b426cc87c0d9c8f14ffa2f677"
37
37
  }