@things-factory/attachment-ui 4.0.27 → 4.0.32

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.
@@ -4,8 +4,9 @@ import gql from 'graphql-tag'
4
4
  import { css, html, LitElement } from 'lit-element'
5
5
 
6
6
  import Headroom from '@operato/headroom'
7
+ import InfiniteScrollable from '@operato/utils/mixins/infinite-scrollable.js'
7
8
  import { i18next, localize } from '@things-factory/i18n-base'
8
- import { client, InfiniteScrollable } from '@things-factory/shell'
9
+ import { client } from '@things-factory/shell'
9
10
  import { HeadroomStyles, ScrollbarStyles, TooltipStyles } from '@things-factory/styles'
10
11
  import { gqlBuilder, pulltorefresh, sleep } from '@things-factory/utils'
11
12
 
@@ -36,7 +37,7 @@ const DELETE_ATTACHMENT_GQL = gql`
36
37
  `
37
38
 
38
39
  const CREATE_ATTACHMENTS_GQL = gql`
39
- mutation($attachments: [NewAttachment!]!) {
40
+ mutation ($attachments: [NewAttachment!]!) {
40
41
  createAttachments(attachments: $attachments) {
41
42
  id
42
43
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/attachment-ui",
3
- "version": "4.0.27",
3
+ "version": "4.0.32",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,10 +24,10 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/headroom": "^0.3.2",
28
- "@things-factory/attachment-base": "^4.0.27",
29
- "@things-factory/image-uploader-ui": "^4.0.27",
30
- "@things-factory/layout-base": "^4.0.27"
27
+ "@operato/headroom": "^0.3.7",
28
+ "@things-factory/attachment-base": "^4.0.32",
29
+ "@things-factory/image-uploader-ui": "^4.0.32",
30
+ "@things-factory/layout-base": "^4.0.32"
31
31
  },
32
- "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
32
+ "gitHead": "a1a16e7d4531ae3ff035295fc7bf05bf0d3153a7"
33
33
  }