@things-factory/operato-board 5.0.0-alpha.54 → 5.0.0-alpha.55
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.
- package/client/pages/board-list-page.js +6 -6
- package/package.json +33 -33
|
@@ -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: '
|
|
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.
|
|
3
|
+
"version": "5.0.0-alpha.55",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -79,41 +79,41 @@
|
|
|
79
79
|
"@operato/shell": "1.0.0-beta.26",
|
|
80
80
|
"@operato/styles": "1.0.0-beta.26",
|
|
81
81
|
"@operato/utils": "1.0.0-beta.26",
|
|
82
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/attachment-ui": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/fav-base": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/font-base": "^5.0.0-alpha.
|
|
91
|
-
"@things-factory/form-ui": "^5.0.0-alpha.
|
|
92
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
93
|
-
"@things-factory/i18n-base": "^5.0.0-alpha.
|
|
94
|
-
"@things-factory/import-ui": "^5.0.0-alpha.
|
|
95
|
-
"@things-factory/integration-notification": "^5.0.0-alpha.
|
|
96
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
97
|
-
"@things-factory/layout-ui": "^5.0.0-alpha.
|
|
98
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
99
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
100
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
101
|
-
"@things-factory/offline-ui": "^5.0.0-alpha.
|
|
82
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.55",
|
|
83
|
+
"@things-factory/attachment-ui": "^5.0.0-alpha.55",
|
|
84
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.55",
|
|
85
|
+
"@things-factory/board-service": "^5.0.0-alpha.55",
|
|
86
|
+
"@things-factory/board-ui": "^5.0.0-alpha.55",
|
|
87
|
+
"@things-factory/context-ui": "^5.0.0-alpha.55",
|
|
88
|
+
"@things-factory/export-ui": "^5.0.0-alpha.55",
|
|
89
|
+
"@things-factory/fav-base": "^5.0.0-alpha.55",
|
|
90
|
+
"@things-factory/font-base": "^5.0.0-alpha.55",
|
|
91
|
+
"@things-factory/form-ui": "^5.0.0-alpha.55",
|
|
92
|
+
"@things-factory/help": "^5.0.0-alpha.55",
|
|
93
|
+
"@things-factory/i18n-base": "^5.0.0-alpha.55",
|
|
94
|
+
"@things-factory/import-ui": "^5.0.0-alpha.55",
|
|
95
|
+
"@things-factory/integration-notification": "^5.0.0-alpha.55",
|
|
96
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.55",
|
|
97
|
+
"@things-factory/layout-ui": "^5.0.0-alpha.55",
|
|
98
|
+
"@things-factory/more-ui": "^5.0.0-alpha.55",
|
|
99
|
+
"@things-factory/notification": "^5.0.0-alpha.55",
|
|
100
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.55",
|
|
101
|
+
"@things-factory/offline-ui": "^5.0.0-alpha.55",
|
|
102
102
|
"@things-factory/operato-license-checker": "^3.0.4",
|
|
103
|
-
"@things-factory/pdf": "^5.0.0-alpha.
|
|
104
|
-
"@things-factory/print-service": "^5.0.0-alpha.
|
|
105
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
106
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
107
|
-
"@things-factory/scene-google-map": "^5.0.0-alpha.
|
|
108
|
-
"@things-factory/scene-visualizer": "^5.0.0-alpha.
|
|
109
|
-
"@things-factory/screencast-ui": "^5.0.0-alpha.
|
|
110
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
111
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
103
|
+
"@things-factory/pdf": "^5.0.0-alpha.55",
|
|
104
|
+
"@things-factory/print-service": "^5.0.0-alpha.55",
|
|
105
|
+
"@things-factory/print-ui": "^5.0.0-alpha.55",
|
|
106
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.55",
|
|
107
|
+
"@things-factory/scene-google-map": "^5.0.0-alpha.55",
|
|
108
|
+
"@things-factory/scene-visualizer": "^5.0.0-alpha.55",
|
|
109
|
+
"@things-factory/screencast-ui": "^5.0.0-alpha.55",
|
|
110
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.55",
|
|
111
|
+
"@things-factory/system-ui": "^5.0.0-alpha.55"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@things-factory/board-test": "^5.0.0-alpha.
|
|
115
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
114
|
+
"@things-factory/board-test": "^5.0.0-alpha.55",
|
|
115
|
+
"@things-factory/builder": "^5.0.0-alpha.55"
|
|
116
116
|
},
|
|
117
117
|
"resolutions": {},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "0d49b610076865d1e1c346b296e062c36aacaf08"
|
|
119
119
|
}
|