@things-factory/operato-board 5.0.0-alpha.52 → 5.0.0-alpha.56

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.
@@ -12,10 +12,6 @@ export class AttachmentListPage extends localize(i18next)(PageView) {
12
12
  :host {
13
13
  display: flex;
14
14
  }
15
-
16
- attachment-selector {
17
- flex: 1;
18
- }
19
15
  `
20
16
  ]
21
17
  }
@@ -8,15 +8,15 @@ import gql from 'graphql-tag'
8
8
  import { css, html } from 'lit'
9
9
  import { connect } from 'pwa-helpers/connect-mixin.js'
10
10
 
11
- import InfiniteScrollable from '@operato/utils/mixins/infinite-scrollable.js'
12
- import { UPDATE_FAVORITES } from '@things-factory/fav-base'
13
- import { openOverlay } from '@operato/layout'
14
- import { navigate, PageView, store } from '@operato/shell'
15
11
  import { client } from '@operato/graphql'
16
12
  import { i18next, localize } from '@operato/i18n'
13
+ import { openOverlay } from '@operato/layout'
14
+ import { pulltorefresh } from '@operato/pull-to-refresh'
15
+ import { navigate, PageView, store } from '@operato/shell'
17
16
  import { ScrollbarStyles } from '@operato/styles'
17
+ import InfiniteScrollable from '@operato/utils/mixins/infinite-scrollable.js'
18
+ import { UPDATE_FAVORITES } from '@things-factory/fav-base'
18
19
  import { swipe } from '@things-factory/utils'
19
- import { pulltorefresh } from '@operato/pull-to-refresh'
20
20
 
21
21
  import {
22
22
  createBoard,
@@ -153,7 +153,7 @@ class BoardListPage extends localize(i18next)(connect(store)(InfiniteScrollable(
153
153
  filters: this.groupId
154
154
  ? [
155
155
  {
156
- name: 'group_id',
156
+ name: 'groupId',
157
157
  operator: 'eq',
158
158
  value: this.groupId
159
159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "5.0.0-alpha.52",
3
+ "version": "5.0.0-alpha.56",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,78 +42,77 @@
42
42
  "docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
43
43
  },
44
44
  "dependencies": {
45
- "@operato/attachment": "1.0.0-beta.26",
46
- "@operato/font": "1.0.0-beta.26",
47
- "@operato/graphql": "1.0.0-beta.26",
48
- "@operato/help": "1.0.0-beta.26",
49
- "@operato/i18n": "1.0.0-beta.26",
50
- "@operato/layout": "1.0.0-beta.26",
51
- "@operato/pull-to-refresh": "1.0.0-beta.26",
52
- "@operato/scene-chartjs": "^1.0.0-alpha.18",
53
- "@operato/scene-clock": "^1.0.0-alpha.18",
54
- "@operato/scene-clone": "^1.0.0-alpha.18",
55
- "@operato/scene-compass": "^1.0.0-alpha.18",
56
- "@operato/scene-data-transform": "^1.0.0-alpha.18",
57
- "@operato/scene-excel": "^1.0.0-alpha.18",
58
- "@operato/scene-form": "^1.0.0-alpha.18",
59
- "@operato/scene-gauge": "^1.0.0-alpha.18",
60
- "@operato/scene-graphql": "^1.0.0-alpha.18",
61
- "@operato/scene-grist": "^1.0.0-alpha.18",
62
- "@operato/scene-half-roundrect": "^1.0.0-alpha.18",
63
- "@operato/scene-i18n": "^1.0.0-alpha.18",
64
- "@operato/scene-indoor-map": "^1.0.0-alpha.18",
65
- "@operato/scene-integration": "^1.0.0-alpha.18",
66
- "@operato/scene-label": "^1.0.0-alpha.18",
67
- "@operato/scene-legend": "^1.0.0-alpha.18",
68
- "@operato/scene-marker": "^1.0.0-alpha.18",
69
- "@operato/scene-mqtt": "^1.0.0-alpha.18",
70
- "@operato/scene-news-ticker": "^1.0.0-alpha.18",
71
- "@operato/scene-progressbar": "^1.0.0-alpha.18",
72
- "@operato/scene-random": "^1.0.0-alpha.18",
73
- "@operato/scene-restful": "^1.0.0-alpha.18",
74
- "@operato/scene-switch": "^1.0.0-alpha.18",
75
- "@operato/scene-tab": "^1.0.0-alpha.18",
76
- "@operato/scene-table": "^1.0.0-alpha.18",
77
- "@operato/scene-timer": "^1.0.0-alpha.18",
78
- "@operato/scene-wheel-sorter": "^1.0.0-alpha.18",
79
- "@operato/shell": "1.0.0-beta.26",
80
- "@operato/styles": "1.0.0-beta.26",
81
- "@operato/utils": "1.0.0-beta.26",
82
- "@things-factory/apptool-ui": "^5.0.0-alpha.52",
83
- "@things-factory/attachment-ui": "^5.0.0-alpha.52",
84
- "@things-factory/auth-ui": "^5.0.0-alpha.52",
85
- "@things-factory/board-service": "^5.0.0-alpha.52",
86
- "@things-factory/board-ui": "^5.0.0-alpha.52",
87
- "@things-factory/context-ui": "^5.0.0-alpha.52",
88
- "@things-factory/export-ui": "^5.0.0-alpha.52",
89
- "@things-factory/fav-base": "^5.0.0-alpha.52",
90
- "@things-factory/font-base": "^5.0.0-alpha.52",
91
- "@things-factory/form-ui": "^5.0.0-alpha.52",
92
- "@things-factory/help": "^5.0.0-alpha.52",
93
- "@things-factory/i18n-base": "^5.0.0-alpha.52",
94
- "@things-factory/import-ui": "^5.0.0-alpha.52",
95
- "@things-factory/integration-notification": "^5.0.0-alpha.52",
96
- "@things-factory/integration-ui": "^5.0.0-alpha.52",
97
- "@things-factory/layout-ui": "^5.0.0-alpha.52",
98
- "@things-factory/more-ui": "^5.0.0-alpha.52",
99
- "@things-factory/notification": "^5.0.0-alpha.52",
100
- "@things-factory/oauth2-client": "^5.0.0-alpha.52",
101
- "@things-factory/offline-ui": "^5.0.0-alpha.52",
45
+ "@operato/attachment": "1.0.0-beta.27",
46
+ "@operato/font": "1.0.0-beta.27",
47
+ "@operato/graphql": "1.0.0-beta.27",
48
+ "@operato/help": "1.0.0-beta.27",
49
+ "@operato/i18n": "1.0.0-beta.27",
50
+ "@operato/layout": "1.0.0-beta.27",
51
+ "@operato/pull-to-refresh": "1.0.0-beta.27",
52
+ "@operato/scene-chartjs": "^1.0.0-alpha.19",
53
+ "@operato/scene-clock": "^1.0.0-alpha.19",
54
+ "@operato/scene-clone": "^1.0.0-alpha.19",
55
+ "@operato/scene-compass": "^1.0.0-alpha.19",
56
+ "@operato/scene-data-transform": "^1.0.0-alpha.19",
57
+ "@operato/scene-excel": "^1.0.0-alpha.19",
58
+ "@operato/scene-form": "^1.0.0-alpha.19",
59
+ "@operato/scene-gauge": "^1.0.0-alpha.19",
60
+ "@operato/scene-graphql": "^1.0.0-alpha.19",
61
+ "@operato/scene-grist": "^1.0.0-alpha.19",
62
+ "@operato/scene-half-roundrect": "^1.0.0-alpha.19",
63
+ "@operato/scene-i18n": "^1.0.0-alpha.19",
64
+ "@operato/scene-indoor-map": "^1.0.0-alpha.19",
65
+ "@operato/scene-integration": "^1.0.0-alpha.19",
66
+ "@operato/scene-label": "^1.0.0-alpha.19",
67
+ "@operato/scene-legend": "^1.0.0-alpha.19",
68
+ "@operato/scene-marker": "^1.0.0-alpha.19",
69
+ "@operato/scene-mqtt": "^1.0.0-alpha.19",
70
+ "@operato/scene-news-ticker": "^1.0.0-alpha.19",
71
+ "@operato/scene-progressbar": "^1.0.0-alpha.19",
72
+ "@operato/scene-random": "^1.0.0-alpha.19",
73
+ "@operato/scene-restful": "^1.0.0-alpha.19",
74
+ "@operato/scene-switch": "^1.0.0-alpha.19",
75
+ "@operato/scene-tab": "^1.0.0-alpha.19",
76
+ "@operato/scene-table": "^1.0.0-alpha.19",
77
+ "@operato/scene-timer": "^1.0.0-alpha.19",
78
+ "@operato/scene-wheel-sorter": "^1.0.0-alpha.19",
79
+ "@operato/shell": "1.0.0-beta.27",
80
+ "@operato/styles": "1.0.0-beta.27",
81
+ "@operato/utils": "1.0.0-beta.27",
82
+ "@things-factory/apptool-ui": "^5.0.0-alpha.56",
83
+ "@things-factory/auth-ui": "^5.0.0-alpha.56",
84
+ "@things-factory/board-service": "^5.0.0-alpha.56",
85
+ "@things-factory/board-ui": "^5.0.0-alpha.56",
86
+ "@things-factory/context-ui": "^5.0.0-alpha.56",
87
+ "@things-factory/export-ui": "^5.0.0-alpha.56",
88
+ "@things-factory/fav-base": "^5.0.0-alpha.56",
89
+ "@things-factory/font-base": "^5.0.0-alpha.56",
90
+ "@things-factory/form-ui": "^5.0.0-alpha.56",
91
+ "@things-factory/help": "^5.0.0-alpha.56",
92
+ "@things-factory/i18n-base": "^5.0.0-alpha.56",
93
+ "@things-factory/import-ui": "^5.0.0-alpha.56",
94
+ "@things-factory/integration-notification": "^5.0.0-alpha.56",
95
+ "@things-factory/integration-ui": "^5.0.0-alpha.56",
96
+ "@things-factory/layout-ui": "^5.0.0-alpha.56",
97
+ "@things-factory/more-ui": "^5.0.0-alpha.56",
98
+ "@things-factory/notification": "^5.0.0-alpha.56",
99
+ "@things-factory/oauth2-client": "^5.0.0-alpha.56",
100
+ "@things-factory/offline-ui": "^5.0.0-alpha.56",
102
101
  "@things-factory/operato-license-checker": "^3.0.4",
103
- "@things-factory/pdf": "^5.0.0-alpha.52",
104
- "@things-factory/print-service": "^5.0.0-alpha.52",
105
- "@things-factory/print-ui": "^5.0.0-alpha.52",
106
- "@things-factory/resource-ui": "^5.0.0-alpha.52",
107
- "@things-factory/scene-google-map": "^5.0.0-alpha.52",
108
- "@things-factory/scene-visualizer": "^5.0.0-alpha.52",
109
- "@things-factory/screencast-ui": "^5.0.0-alpha.52",
110
- "@things-factory/setting-ui": "^5.0.0-alpha.52",
111
- "@things-factory/system-ui": "^5.0.0-alpha.52"
102
+ "@things-factory/pdf": "^5.0.0-alpha.56",
103
+ "@things-factory/print-service": "^5.0.0-alpha.56",
104
+ "@things-factory/print-ui": "^5.0.0-alpha.56",
105
+ "@things-factory/resource-ui": "^5.0.0-alpha.56",
106
+ "@things-factory/scene-google-map": "^5.0.0-alpha.56",
107
+ "@things-factory/scene-visualizer": "^5.0.0-alpha.56",
108
+ "@things-factory/screencast-ui": "^5.0.0-alpha.56",
109
+ "@things-factory/setting-ui": "^5.0.0-alpha.56",
110
+ "@things-factory/system-ui": "^5.0.0-alpha.56"
112
111
  },
113
112
  "devDependencies": {
114
- "@things-factory/board-test": "^5.0.0-alpha.52",
115
- "@things-factory/builder": "^5.0.0-alpha.52"
113
+ "@things-factory/board-test": "^5.0.0-alpha.56",
114
+ "@things-factory/builder": "^5.0.0-alpha.56"
116
115
  },
117
116
  "resolutions": {},
118
- "gitHead": "dd9c8f2e256e256e42bd9bd26db5eaa955f85620"
117
+ "gitHead": "105413a014a3cacefc97550b8f23e46789465219"
119
118
  }