@things-factory/biz-ui 4.0.39 → 4.0.43

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,10 +1,12 @@
1
- import { MultiColumnFormStyles } from '@things-factory/form-ui'
2
- import { client } from '@things-factory/shell'
3
1
  import '@things-factory/grist-ui'
2
+
4
3
  import gql from 'graphql-tag'
5
- import { i18next, localize } from '@things-factory/i18n-base'
6
4
  import { css, html, LitElement } from 'lit-element'
7
- import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
5
+
6
+ import { MultiColumnFormStyles } from '@things-factory/form-ui'
7
+ import { i18next, localize } from '@things-factory/i18n-base'
8
+ import { client } from '@things-factory/shell'
9
+ import { isMobileDevice } from '@things-factory/utils'
8
10
 
9
11
  class ContactPointsPopup extends localize(i18next)(LitElement) {
10
12
  static get properties() {
@@ -180,7 +182,7 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
180
182
 
181
183
  const response = await client.query({
182
184
  query: gql`
183
- query contactPoints($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
185
+ query contactPoints($filters: [Filter!]!, $pagination: Pagination, $sortings: [Sorting!]!) {
184
186
  contactPoints(filters: $filters, pagination: $pagination, sortings: $sortings) {
185
187
  items {
186
188
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.0.39",
3
+ "version": "4.0.43",
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.0.39",
28
- "@things-factory/code-base": "^4.0.39",
29
- "@things-factory/form-ui": "^4.0.39",
30
- "@things-factory/grist-ui": "^4.0.39",
31
- "@things-factory/i18n-base": "^4.0.39",
32
- "@things-factory/import-ui": "^4.0.39",
33
- "@things-factory/layout-base": "^4.0.39",
34
- "@things-factory/shell": "^4.0.39"
27
+ "@things-factory/biz-base": "^4.0.43",
28
+ "@things-factory/code-base": "^4.0.43",
29
+ "@things-factory/form-ui": "^4.0.43",
30
+ "@things-factory/grist-ui": "^4.0.43",
31
+ "@things-factory/i18n-base": "^4.0.43",
32
+ "@things-factory/import-ui": "^4.0.43",
33
+ "@things-factory/layout-base": "^4.0.43",
34
+ "@things-factory/shell": "^4.0.43"
35
35
  },
36
- "gitHead": "a4f93ea85a26cf70ae0aa2fcd298aa59b55dd039"
36
+ "gitHead": "8f2a8008eb61b6efd266412be267186c5059fab6"
37
37
  }