@things-factory/biz-ui 6.0.145 → 6.1.0
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/components/connect-contact-points-popup.js +5 -5
- package/client/components/contact-points-popup.js +5 -5
- package/client/components/popup-partner-bizplaces-selector.js +5 -5
- package/client/pages/bizplace-list.js +5 -5
- package/client/pages/company-list.js +5 -5
- package/client/pages/contact-point-list.js +1 -1
- package/client/pages/partner-list.js +5 -5
- package/package.json +10 -10
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
|
-
import '@
|
|
2
|
+
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
4
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
5
5
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -27,7 +27,7 @@ export class ConnectContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
27
27
|
flex: 1;
|
|
28
28
|
overflow-y: auto;
|
|
29
29
|
}
|
|
30
|
-
|
|
30
|
+
ox-grist {
|
|
31
31
|
overflow-y: hidden;
|
|
32
32
|
flex: 1;
|
|
33
33
|
}
|
|
@@ -66,7 +66,7 @@ export class ConnectContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
get dataGrist() {
|
|
69
|
-
return this.shadowRoot.querySelector('
|
|
69
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
render() {
|
|
@@ -74,11 +74,11 @@ export class ConnectContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
74
74
|
<search-form .fields=${this.searchFields} @submit=${e => this.dataGrist.fetch()}></search-form>
|
|
75
75
|
|
|
76
76
|
<div class="grist">
|
|
77
|
-
<
|
|
77
|
+
<ox-grist
|
|
78
78
|
.mode=${isMobileDevice() ? 'LIST' : 'GRID'}
|
|
79
79
|
.config=${this.config}
|
|
80
80
|
.fetchHandler=${this.fetchHandler.bind(this)}
|
|
81
|
-
></
|
|
81
|
+
></ox-grist>
|
|
82
82
|
</div>
|
|
83
83
|
|
|
84
84
|
<div class="button-container">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '@
|
|
1
|
+
import '@operato/data-grist'
|
|
2
2
|
|
|
3
3
|
import gql from 'graphql-tag'
|
|
4
4
|
import { css, html, LitElement } from 'lit'
|
|
@@ -47,7 +47,7 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
47
47
|
font-size: var(--grist-title-icon-size);
|
|
48
48
|
color: var(--grist-title-icon-color);
|
|
49
49
|
}
|
|
50
|
-
|
|
50
|
+
ox-grist {
|
|
51
51
|
overflow-y: hidden;
|
|
52
52
|
flex: 1;
|
|
53
53
|
}
|
|
@@ -82,11 +82,11 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
82
82
|
|
|
83
83
|
<div class="container">
|
|
84
84
|
<div class="grist">
|
|
85
|
-
<
|
|
85
|
+
<ox-grist
|
|
86
86
|
.mode=${isMobileDevice() ? 'LIST' : 'GRID'}
|
|
87
87
|
.config=${this.config}
|
|
88
88
|
.fetchHandler="${this.fetchContactPoints.bind(this)}"
|
|
89
|
-
></
|
|
89
|
+
></ox-grist>
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
|
92
92
|
|
|
@@ -204,7 +204,7 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
get dataGrist() {
|
|
207
|
-
return this.shadowRoot.querySelector('
|
|
207
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
get searchForm() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import { client } from '@things-factory/shell'
|
|
3
|
-
import '@
|
|
3
|
+
import '@operato/data-grist'
|
|
4
4
|
import gql from 'graphql-tag'
|
|
5
5
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
6
6
|
import { css, html, LitElement } from 'lit'
|
|
@@ -44,7 +44,7 @@ class PopupPartnerBizplacesSelector extends localize(i18next)(LitElement) {
|
|
|
44
44
|
font-size: var(--grist-title-icon-size);
|
|
45
45
|
color: var(--grist-title-icon-color);
|
|
46
46
|
}
|
|
47
|
-
|
|
47
|
+
ox-grist {
|
|
48
48
|
overflow-y: hidden;
|
|
49
49
|
flex: 1;
|
|
50
50
|
}
|
|
@@ -74,12 +74,12 @@ class PopupPartnerBizplacesSelector extends localize(i18next)(LitElement) {
|
|
|
74
74
|
|
|
75
75
|
<div class="container">
|
|
76
76
|
<div class="grist">
|
|
77
|
-
<
|
|
77
|
+
<ox-grist
|
|
78
78
|
id="userBizplaces"
|
|
79
79
|
.mode=${isMobileDevice() ? 'LIST' : 'GRID'}
|
|
80
80
|
.config=${this.config}
|
|
81
81
|
.fetchHandler="${this.fetchBizplaces.bind(this)}"
|
|
82
|
-
></
|
|
82
|
+
></ox-grist>
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
|
|
@@ -137,7 +137,7 @@ class PopupPartnerBizplacesSelector extends localize(i18next)(LitElement) {
|
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
get dataGrist() {
|
|
140
|
-
return this.shadowRoot.querySelector('
|
|
140
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
get searchForm() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
|
-
import '@
|
|
2
|
+
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
4
|
import { openImportPopUp } from '@things-factory/import-ui'
|
|
5
5
|
import { openPopup } from '@things-factory/layout-base'
|
|
@@ -34,7 +34,7 @@ class BizplaceList extends connect(store)(localize(i18next)(PageView)) {
|
|
|
34
34
|
search-form {
|
|
35
35
|
overflow: visible;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
ox-grist {
|
|
38
38
|
overflow-y: auto;
|
|
39
39
|
flex: 1;
|
|
40
40
|
}
|
|
@@ -46,11 +46,11 @@ class BizplaceList extends connect(store)(localize(i18next)(PageView)) {
|
|
|
46
46
|
return html`
|
|
47
47
|
<search-form .fields="${this.searchFields}" @submit="${e => this.dataGrist.fetch()}"></search-form>
|
|
48
48
|
|
|
49
|
-
<
|
|
49
|
+
<ox-grist
|
|
50
50
|
.mode="${isMobileDevice() ? 'LIST' : 'GRID'}"
|
|
51
51
|
.config="${this.config}"
|
|
52
52
|
.fetchHandler="${this.fetchHandler.bind(this)}"
|
|
53
|
-
></
|
|
53
|
+
></ox-grist>
|
|
54
54
|
`
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -96,7 +96,7 @@ class BizplaceList extends connect(store)(localize(i18next)(PageView)) {
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
get dataGrist() {
|
|
99
|
-
return this.shadowRoot.querySelector('
|
|
99
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
pageInitialized() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getCodeByName } from '@things-factory/code-base'
|
|
2
2
|
import '@things-factory/form-ui'
|
|
3
|
-
import '@
|
|
3
|
+
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
5
|
import { openImportPopUp } from '@things-factory/import-ui'
|
|
6
6
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
@@ -32,7 +32,7 @@ class CompanyList extends localize(i18next)(PageView) {
|
|
|
32
32
|
overflow: visible;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
ox-grist {
|
|
36
36
|
overflow-y: auto;
|
|
37
37
|
flex: 1;
|
|
38
38
|
}
|
|
@@ -44,12 +44,12 @@ class CompanyList extends localize(i18next)(PageView) {
|
|
|
44
44
|
return html`
|
|
45
45
|
<search-form .fields="${this.searchFields}" @submit="${() => this.dataGrist.fetch()}"></search-form>
|
|
46
46
|
|
|
47
|
-
<
|
|
47
|
+
<ox-grist
|
|
48
48
|
.mode="${isMobileDevice() ? 'LIST' : 'GRID'}"
|
|
49
49
|
.config="${this.config}"
|
|
50
50
|
.fetchHandler="${this.fetchHandler.bind(this)}"
|
|
51
51
|
>
|
|
52
|
-
</
|
|
52
|
+
</ox-grist>
|
|
53
53
|
`
|
|
54
54
|
}
|
|
55
55
|
|
|
@@ -95,7 +95,7 @@ class CompanyList extends localize(i18next)(PageView) {
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
get dataGrist() {
|
|
98
|
-
return this.shadowRoot.querySelector('
|
|
98
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
async pageInitialized() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
|
-
import '@
|
|
2
|
+
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
4
|
import { client, PageView } from '@things-factory/shell'
|
|
5
5
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
@@ -28,7 +28,7 @@ class PartnerList extends localize(i18next)(PageView) {
|
|
|
28
28
|
search-form {
|
|
29
29
|
overflow: visible;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
ox-grist {
|
|
32
32
|
overflow-y: auto;
|
|
33
33
|
flex: 1;
|
|
34
34
|
}
|
|
@@ -40,11 +40,11 @@ class PartnerList extends localize(i18next)(PageView) {
|
|
|
40
40
|
return html`
|
|
41
41
|
<search-form .fields=${this.searchFields} @submit=${e => this.dataGrist.fetch()}></search-form>
|
|
42
42
|
|
|
43
|
-
<
|
|
43
|
+
<ox-grist
|
|
44
44
|
.mode=${isMobileDevice() ? 'LIST' : 'GRID'}
|
|
45
45
|
.config=${this.config}
|
|
46
46
|
.fetchHandler="${this.fetchHandler.bind(this)}"
|
|
47
|
-
></
|
|
47
|
+
></ox-grist>
|
|
48
48
|
`
|
|
49
49
|
}
|
|
50
50
|
|
|
@@ -59,7 +59,7 @@ class PartnerList extends localize(i18next)(PageView) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
get dataGrist() {
|
|
62
|
-
return this.shadowRoot.querySelector('
|
|
62
|
+
return this.shadowRoot.querySelector('ox-grist')
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
pageInitialized() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/biz-ui",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
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
|
-
"@
|
|
28
|
-
"@things-factory/
|
|
29
|
-
"@things-factory/
|
|
30
|
-
"@things-factory/
|
|
31
|
-
"@things-factory/i18n-base": "^6.0
|
|
32
|
-
"@things-factory/import-ui": "^6.0
|
|
33
|
-
"@things-factory/layout-base": "^6.0
|
|
34
|
-
"@things-factory/shell": "^6.0
|
|
27
|
+
"@operato/data-grist": "^1.3.5",
|
|
28
|
+
"@things-factory/biz-base": "^6.1.0",
|
|
29
|
+
"@things-factory/code-base": "^6.1.0",
|
|
30
|
+
"@things-factory/form-ui": "^6.1.0",
|
|
31
|
+
"@things-factory/i18n-base": "^6.1.0",
|
|
32
|
+
"@things-factory/import-ui": "^6.1.0",
|
|
33
|
+
"@things-factory/layout-base": "^6.1.0",
|
|
34
|
+
"@things-factory/shell": "^6.1.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
|
|
37
37
|
}
|