@things-factory/sales-ui 4.3.621 → 4.3.625
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.
|
@@ -2,26 +2,13 @@ import '@things-factory/form-ui'
|
|
|
2
2
|
import '@things-factory/grist-ui'
|
|
3
3
|
|
|
4
4
|
import gql from 'graphql-tag'
|
|
5
|
-
import {
|
|
6
|
-
css,
|
|
7
|
-
html
|
|
8
|
-
} from 'lit-element'
|
|
5
|
+
import { css, html } from 'lit-element'
|
|
9
6
|
|
|
10
7
|
import { GhostPrint } from '@operato/ghost-print'
|
|
11
8
|
import { getCodeByName } from '@things-factory/code-base'
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} from '@things-factory/i18n-base'
|
|
16
|
-
import {
|
|
17
|
-
client,
|
|
18
|
-
navigate,
|
|
19
|
-
PageView
|
|
20
|
-
} from '@things-factory/shell'
|
|
21
|
-
import {
|
|
22
|
-
CommonButtonStyles,
|
|
23
|
-
ScrollbarStyles
|
|
24
|
-
} from '@things-factory/styles'
|
|
9
|
+
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
+
import { client, navigate, PageView } from '@things-factory/shell'
|
|
11
|
+
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
25
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
26
13
|
|
|
27
14
|
const HEADER_JSON = {
|
|
@@ -136,7 +123,7 @@ class PurchaseOrderList extends localize(i18next)(PageView) {
|
|
|
136
123
|
{ value: '' },
|
|
137
124
|
...purchaseOrderStatus.map(status => {
|
|
138
125
|
return {
|
|
139
|
-
name: i18next.t(
|
|
126
|
+
name: i18next.t(`${status.description}`),
|
|
140
127
|
value: status.name
|
|
141
128
|
}
|
|
142
129
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/sales-ui",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.625",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@things-factory/grist-ui": "^4.3.591",
|
|
29
29
|
"@things-factory/i18n-base": "^4.3.591",
|
|
30
30
|
"@things-factory/import-ui": "^4.3.591",
|
|
31
|
-
"@things-factory/sales-base": "^4.3.
|
|
31
|
+
"@things-factory/sales-base": "^4.3.622",
|
|
32
32
|
"@things-factory/setting-ui": "^4.3.609",
|
|
33
33
|
"@things-factory/shell": "^4.3.591",
|
|
34
34
|
"@things-factory/warehouse-ui": "^4.3.621"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "d0beae7e8a65d931e427fb67ff2c86b73697b986"
|
|
37
37
|
}
|