@things-factory/operato-wms 6.2.5 → 6.2.6
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/bootstrap.js +1 -1
- package/client/pages/adjustment/transfer-inventory.js +1 -1
- package/client/pages/bulk-operation/bulk-operation.js +1 -1
- package/client/pages/components/vas-templates/vas-relabel.js +1 -1
- package/client/pages/components/vas-templates/vas-repack-relabel.js +1 -1
- package/client/pages/inbound/putaway-product.js +1 -1
- package/client/pages/inbound/unload-product.js +1 -1
- package/client/pages/inbound/worksheet-unloading-return.js +1 -1
- package/client/pages/inbound/worksheet-unloading.js +1 -1
- package/client/pages/inventory/inventory-adjustment-approval.js +1 -1
- package/client/pages/inventory/inventory-adjustment.js +1 -1
- package/client/pages/inventory/inventory-by-product-detail.js +1 -1
- package/client/pages/inventory/inventory-by-product.js +1 -1
- package/client/pages/inventory-check/create-cycle-count.js +1 -1
- package/client/pages/inventory-check/cycle-count-report.js +1 -1
- package/client/pages/inventory-check/inspecting-product.js +1 -1
- package/client/pages/inventory-check/inventory-check-list.js +1 -1
- package/client/pages/manifest/loading-manifest-detail.js +1 -1
- package/client/pages/master/location-list.js +1 -1
- package/client/pages/master/pallet-list.js +1 -1
- package/client/pages/master/product/product-list.js +1 -1
- package/client/pages/master/tote-list.js +1 -1
- package/client/pages/master/transport-driver.js +1 -1
- package/client/pages/master/transport-vehicle.js +1 -1
- package/client/pages/master/warehouse-list.js +1 -1
- package/client/pages/master/worker-list.js +1 -1
- package/client/pages/order/arrival-notice/arrival-notice-detail.js +1 -1
- package/client/pages/order/arrival-notice/assign-buffer-location.js +1 -1
- package/client/pages/order/arrival-notice/create-arrival-notice.js +1 -1
- package/client/pages/order/arrival-notice/duplicate-arrival-notice.js +1 -1
- package/client/pages/order/arrival-notice/edit-product-popup.js +1 -1
- package/client/pages/order/arrival-notice/receive-arrival-notice.js +1 -1
- package/client/pages/order/draft-release-good/draft-release-good-detail.js +1 -1
- package/client/pages/order/release-order/b2b/b2b-order-list.js +1 -1
- package/client/pages/order/release-order/b2b/b2b-order-requests.js +1 -1
- package/client/pages/order/release-order/b2c/b2c-order-requests.js +1 -1
- package/client/pages/order/release-order/batch-generate-single-picking-worksheet-popup.js +1 -1
- package/client/pages/order/release-order/batch-picking-popup.js +1 -1
- package/client/pages/order/release-order/create-release-order.js +1 -1
- package/client/pages/order/release-order/receive-release-order-request.js +1 -1
- package/client/pages/order/release-order/release-order-detail.js +1 -1
- package/client/pages/order/return-order/create-return-order.js +1 -1
- package/client/pages/order/return-order/receive-return-order-requests.js +1 -1
- package/client/pages/order/return-order/return-order-assign-buffer-location.js +1 -1
- package/client/pages/order/reverse-kitting-order/reverse-kitting-order-detail.js +1 -1
- package/client/pages/order/transfer-order/receive-transfer-order-request.js +1 -1
- package/client/pages/order/transport-order/create-delivery-order.js +1 -1
- package/client/pages/order/transport-order/delivery-note-popup.js +1 -1
- package/client/pages/order/transport-order/print-delivery-note.js +1 -1
- package/client/pages/order/transport-order/view-delivery-note.js +1 -1
- package/client/pages/order/vas-order/create-vas-order.js +1 -1
- package/client/pages/order/vas-order/receive-vas-order.js +1 -1
- package/client/pages/outbound/loading-product.js +1 -1
- package/client/pages/outbound/logistics-init/logistics-init-popup.js +1 -1
- package/client/pages/outbound/merged-outbound-worksheet.js +1 -1
- package/client/pages/outbound/packing-product.js +1 -1
- package/client/pages/outbound/picking-product.js +1 -1
- package/client/pages/outbound/single-outbound-worksheet.js +1 -1
- package/client/pages/outbound/sorting-product.js +1 -1
- package/client/pages/outbound/worksheet-batch-picking.js +1 -1
- package/client/pages/outbound/worksheet-packing.js +1 -1
- package/client/pages/outbound/worksheet-picking.js +1 -1
- package/client/pages/report/inventory-summary-report.js +1 -1
- package/client/pages/report/job-sheet-report.js +1 -1
- package/client/pages/vas/abstract-execute-vas.js +1 -1
- package/client/pages/vas/reverse-kitting/execute-reverse-kitting.js +1 -1
- package/client/pages/vas/reverse-kitting/popup-combination-sets.js +1 -1
- package/client/pages/vas/reverse-kitting/popup-reverse-kitting-template.js +1 -1
- package/client/pages/vas/worksheet-ref-vas.js +1 -1
- package/client/pages/vas/worksheet-vas.js +1 -1
- package/client/themes/layout-theme.css +92 -0
- package/package.json +35 -35
package/client/bootstrap.js
CHANGED
|
@@ -15,7 +15,7 @@ import { auth } from '@things-factory/auth-base'
|
|
|
15
15
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
16
16
|
import { setupContextUIPart } from '@things-factory/context-ui'
|
|
17
17
|
import { i18next } from '@things-factory/i18n-base'
|
|
18
|
-
import { appendViewpart, openPopup, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@
|
|
18
|
+
import { appendViewpart, openPopup, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@operato/layout'
|
|
19
19
|
import { updateMenuProvider } from '@things-factory/menu-base'
|
|
20
20
|
import { USE_ROLE_BY_MENUS_MANAGEMENT } from '@things-factory/menu-base/client/actions/menu'
|
|
21
21
|
import { ADD_REFRESH_HANDLER, ADD_SETTING } from '@things-factory/setting-base'
|
|
@@ -2,7 +2,7 @@ import '@things-factory/barcode-ui'
|
|
|
2
2
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
7
7
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
8
8
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -9,7 +9,7 @@ import XLSX from 'xlsx'
|
|
|
9
9
|
|
|
10
10
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
11
11
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
12
|
-
import { openPopup } from '@
|
|
12
|
+
import { openPopup } from '@operato/layout'
|
|
13
13
|
import { client, PageView, navigate, CustomAlert } from '@things-factory/shell'
|
|
14
14
|
import { fetchSettingRule } from '../../fetch-setting-value'
|
|
15
15
|
import { sleep } from '@things-factory/utils'
|
|
@@ -2,7 +2,7 @@ import '@things-factory/barcode-ui'
|
|
|
2
2
|
import { SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
8
8
|
import gql from 'graphql-tag'
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
|
8
8
|
|
|
9
9
|
import { SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
12
12
|
import { sleep } from '@operato/utils'
|
|
13
13
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
14
14
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
15
|
-
import { openPopup } from '@
|
|
15
|
+
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
17
17
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
18
18
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -16,7 +16,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
16
16
|
|
|
17
17
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
18
18
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
19
|
-
import { openPopup } from '@
|
|
19
|
+
import { openPopup } from '@operato/layout'
|
|
20
20
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
21
21
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
22
22
|
import { isMobileDevice, sleep } from '@things-factory/utils'
|
|
@@ -2,7 +2,7 @@ import '@things-factory/barcode-ui'
|
|
|
2
2
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
7
7
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
8
8
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -14,7 +14,7 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
14
14
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
15
15
|
import { getRenderer } from '@operato/data-grist'
|
|
16
16
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
17
|
-
import { openPopup } from '@
|
|
17
|
+
import { openPopup } from '@operato/layout'
|
|
18
18
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
19
19
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
20
20
|
import { isMobileDevice, sleep } from '@things-factory/utils'
|
|
@@ -11,7 +11,7 @@ import { i18next, localize } from '@things-factory/i18n-base'
|
|
|
11
11
|
import { client, PageView, store, gqlContext } from '@things-factory/shell'
|
|
12
12
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
|
|
16
16
|
class InventoryAdjustmentApproval extends connect(store)(localize(i18next)(PageView)) {
|
|
17
17
|
static get styles() {
|
|
@@ -12,7 +12,7 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
12
12
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
13
13
|
import { getCodeByName } from '@things-factory/code-base'
|
|
14
14
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
15
|
-
import { openPopup } from '@
|
|
15
|
+
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
17
17
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
18
18
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -6,7 +6,7 @@ import gql from 'graphql-tag'
|
|
|
6
6
|
import { css, html, LitElement } from 'lit'
|
|
7
7
|
|
|
8
8
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
9
|
-
import { openPopup } from '@
|
|
9
|
+
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client } from '@things-factory/shell'
|
|
11
11
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
12
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -7,7 +7,7 @@ import gql from 'graphql-tag'
|
|
|
7
7
|
import { css, html } from 'lit'
|
|
8
8
|
|
|
9
9
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
-
import { openPopup } from '@
|
|
10
|
+
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client, PageView } from '@things-factory/shell'
|
|
12
12
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
|
8
8
|
|
|
9
9
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
-
import { openPopup } from '@
|
|
4
|
+
import { openPopup } from '@operato/layout'
|
|
5
5
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
6
6
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -8,7 +8,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
8
8
|
|
|
9
9
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert, PageView, store, UPDATE_CONTEXT } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
-
import { openPopup } from '@
|
|
4
|
+
import { openPopup } from '@operato/layout'
|
|
5
5
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
6
6
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
|
8
8
|
import { GhostPrint } from '@operato/ghost-print'
|
|
9
9
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, navigate, PageView, CustomAlert } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
10
10
|
|
|
11
11
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -8,7 +8,7 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
9
|
import { isMobileDevice } from '@things-factory/utils'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { REUSABLE_PALLET_LABEL_SETTING_KEY } from '../constants'
|
|
13
13
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
14
14
|
import gql from 'graphql-tag'
|
|
@@ -12,7 +12,7 @@ import isNumber from 'lodash-es/isNumber'
|
|
|
12
12
|
import { getCodeByName } from '@things-factory/code-base'
|
|
13
13
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
14
14
|
import { openImportPopUp } from '@things-factory/import-ui'
|
|
15
|
-
import { openPopup } from '@
|
|
15
|
+
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, gqlContext, PageView } from '@things-factory/shell'
|
|
17
17
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
18
18
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -9,7 +9,7 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
9
9
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
10
10
|
import { isMobileDevice } from '@things-factory/utils'
|
|
11
11
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
12
|
-
import { openPopup } from '@
|
|
12
|
+
import { openPopup } from '@operato/layout'
|
|
13
13
|
import { TOTE_LABEL_SETTING_KEY } from '../constants'
|
|
14
14
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
15
15
|
import gql from 'graphql-tag'
|
|
@@ -6,7 +6,7 @@ import gql from 'graphql-tag'
|
|
|
6
6
|
import { css, html } from 'lit'
|
|
7
7
|
|
|
8
8
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
9
|
-
import { openPopup } from '@
|
|
9
|
+
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
11
11
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
12
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -6,7 +6,7 @@ import gql from 'graphql-tag'
|
|
|
6
6
|
import { css, html } from 'lit'
|
|
7
7
|
|
|
8
8
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
9
|
-
import { openPopup } from '@
|
|
9
|
+
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
11
11
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
12
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -3,7 +3,7 @@ import '@things-factory/form-ui'
|
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
5
|
import '@things-factory/import-ui'
|
|
6
|
-
import { openPopup } from '@
|
|
6
|
+
import { openPopup } from '@operato/layout'
|
|
7
7
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
9
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -3,7 +3,7 @@ import '@things-factory/form-ui'
|
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
5
|
import '@things-factory/import-ui'
|
|
6
|
-
import { openPopup } from '@
|
|
6
|
+
import { openPopup } from '@operato/layout'
|
|
7
7
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
9
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -15,7 +15,7 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
15
15
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
16
16
|
import { getRenderer } from '@operato/data-grist'
|
|
17
17
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
18
|
-
import { openPopup } from '@
|
|
18
|
+
import { openPopup } from '@operato/layout'
|
|
19
19
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
20
20
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
21
21
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { css, html } from 'lit'
|
|
|
10
10
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
11
11
|
import { getRenderer } from '@operato/data-grist'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { css, html } from 'lit'
|
|
|
10
10
|
import { getCodeByName } from '@things-factory/code-base'
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { css, html } from 'lit'
|
|
|
10
10
|
import { getCodeByName } from '@things-factory/code-base'
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -5,7 +5,7 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html, LitElement } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
8
|
-
import { openPopup } from '@
|
|
8
|
+
import { openPopup } from '@operato/layout'
|
|
9
9
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
10
10
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
11
11
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -2,7 +2,7 @@ import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { getRenderer } from '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
7
7
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
8
8
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -9,7 +9,7 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
9
9
|
import { getCodeByName } from '@things-factory/code-base'
|
|
10
10
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
11
11
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
12
|
-
import { openPopup } from '@
|
|
12
|
+
import { openPopup } from '@operato/layout'
|
|
13
13
|
import { fetchSettingRule } from '@things-factory/setting-ui'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -9,7 +9,7 @@ import { css, html } from 'lit'
|
|
|
9
9
|
import { getCodeByName } from '@things-factory/code-base'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
11
|
import { client, navigate, PageView, CustomAlert } from '@things-factory/shell'
|
|
12
|
-
import { openPopup } from '@
|
|
12
|
+
import { openPopup } from '@operato/layout'
|
|
13
13
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice, sleep } from '@things-factory/utils'
|
|
15
15
|
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
|
8
8
|
|
|
9
9
|
import { getCodeByName } from '@things-factory/code-base'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -11,7 +11,7 @@ import { GhostPrint } from '@operato/ghost-print'
|
|
|
11
11
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
12
12
|
import { getCodeByName } from '@things-factory/code-base'
|
|
13
13
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
16
16
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
17
17
|
import { isMobileDevice, sleep } from '@things-factory/utils'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@operato/data-grist'
|
|
2
2
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
3
|
-
import { openPopup } from '@
|
|
3
|
+
import { openPopup } from '@operato/layout'
|
|
4
4
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
5
5
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
6
6
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@operato/data-grist'
|
|
2
2
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
3
|
-
import { openPopup } from '@
|
|
3
|
+
import { openPopup } from '@operato/layout'
|
|
4
4
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
5
5
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
6
6
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -13,7 +13,7 @@ import { css, html } from 'lit'
|
|
|
13
13
|
import { getCodeByName } from '@things-factory/code-base'
|
|
14
14
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
15
15
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
16
|
-
import { openPopup } from '@
|
|
16
|
+
import { openPopup } from '@operato/layout'
|
|
17
17
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
18
18
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
19
19
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
10
10
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
11
11
|
import { getRenderer } from '@operato/data-grist'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -15,7 +15,7 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
15
15
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
16
16
|
import { getRenderer } from '@operato/data-grist'
|
|
17
17
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
18
|
-
import { openPopup } from '@
|
|
18
|
+
import { openPopup } from '@operato/layout'
|
|
19
19
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
20
20
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
21
21
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -7,7 +7,7 @@ import { css, html } from 'lit'
|
|
|
7
7
|
|
|
8
8
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
9
9
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
-
import { openPopup } from '@
|
|
10
|
+
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
12
12
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
-
import { openPopup } from '@
|
|
4
|
+
import { openPopup } from '@operato/layout'
|
|
5
5
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
6
6
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
-
import { openPopup } from '@
|
|
4
|
+
import { openPopup } from '@operato/layout'
|
|
5
5
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
6
6
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -10,7 +10,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
10
10
|
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -5,7 +5,7 @@ import { css, html } from 'lit'
|
|
|
5
5
|
import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
|
|
6
6
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
7
7
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
8
|
-
import { openPopup } from '@
|
|
8
|
+
import { openPopup } from '@operato/layout'
|
|
9
9
|
import { ORDER_TYPES, ORDER_STATUS, TRANSFER_TYPES } from '../../constants'
|
|
10
10
|
import gql from 'graphql-tag'
|
|
11
11
|
|
|
@@ -10,7 +10,7 @@ import { css, html } from 'lit'
|
|
|
10
10
|
import { getCodeByName } from '@things-factory/code-base'
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -7,7 +7,7 @@ import { sleep } from '@operato/utils'
|
|
|
7
7
|
import '../../outbound/transport-vehicles-popup'
|
|
8
8
|
|
|
9
9
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
-
import { openPopup } from '@
|
|
10
|
+
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client } from '@things-factory/shell'
|
|
12
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
13
13
|
import gql from 'graphql-tag'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
2
|
-
import { openPopup } from '@
|
|
2
|
+
import { openPopup } from '@operato/layout'
|
|
3
3
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
4
4
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
5
5
|
import { getPathInfo } from '@things-factory/utils'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
2
|
-
import { openPopup } from '@
|
|
2
|
+
import { openPopup } from '@operato/layout'
|
|
3
3
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
4
4
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
5
5
|
import gql from 'graphql-tag'
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
|
8
8
|
|
|
9
9
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -2,7 +2,7 @@ import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { getRenderer } from '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
8
8
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -10,7 +10,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
10
10
|
import { sleep } from '@operato/utils'
|
|
11
11
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
13
|
-
import { openPopup } from '@
|
|
13
|
+
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
16
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -2,7 +2,7 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
2
2
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
7
7
|
import gql from 'graphql-tag'
|
|
8
8
|
import { css, html, LitElement } from 'lit'
|
|
@@ -11,7 +11,7 @@ import { i18next, localize } from '@things-factory/i18n-base'
|
|
|
11
11
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
12
12
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
|
|
16
16
|
import { fetchSettingRule } from '../../fetch-setting-value'
|
|
17
17
|
|
|
@@ -12,7 +12,7 @@ import { GhostPrint } from '@operato/ghost-print'
|
|
|
12
12
|
import { sleep } from '@operato/utils'
|
|
13
13
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
14
14
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
15
|
-
import { openPopup } from '@
|
|
15
|
+
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
17
17
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
18
18
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -14,7 +14,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
14
14
|
import { sleep } from '@operato/utils'
|
|
15
15
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
16
16
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
17
|
-
import { openPopup } from '@
|
|
17
|
+
import { openPopup } from '@operato/layout'
|
|
18
18
|
import { client, CustomAlert, gqlContext, PageView, store } from '@things-factory/shell'
|
|
19
19
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
20
20
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -11,7 +11,7 @@ import { i18next, localize } from '@things-factory/i18n-base'
|
|
|
11
11
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
12
12
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
|
|
16
16
|
import { fetchSettingRule } from '../../fetch-setting-value'
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
11
11
|
import { sleep } from '@operato/utils'
|
|
12
12
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
13
13
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
16
16
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
17
17
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -11,7 +11,7 @@ import orderBy from 'lodash-es/orderBy'
|
|
|
11
11
|
|
|
12
12
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
13
13
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
16
16
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
17
17
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -7,7 +7,7 @@ import { css, html } from 'lit'
|
|
|
7
7
|
|
|
8
8
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
9
9
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
-
import { openPopup } from '@
|
|
10
|
+
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
12
12
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
13
13
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -11,7 +11,7 @@ import { css, html } from 'lit'
|
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
12
|
import { getRenderer } from '@operato/data-grist'
|
|
13
13
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
14
|
-
import { openPopup } from '@
|
|
14
|
+
import { openPopup } from '@operato/layout'
|
|
15
15
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
16
16
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
17
17
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -8,7 +8,7 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
8
8
|
|
|
9
9
|
import { getPartnerCodeByName } from '@things-factory/code-base'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, PageView, store } from '@things-factory/shell'
|
|
13
13
|
import { flattenObject, isMobileDevice } from '@things-factory/utils'
|
|
14
14
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
2
|
-
import { openPopup } from '@
|
|
2
|
+
import { openPopup } from '@operato/layout'
|
|
3
3
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
4
4
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
5
5
|
import gql from 'graphql-tag'
|
|
@@ -8,7 +8,7 @@ import { sleep } from '@operato/utils'
|
|
|
8
8
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
9
9
|
import { getRenderer } from '@operato/data-grist'
|
|
10
10
|
import { i18next } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert, navigate, store, UPDATE_CONTEXT } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
8
8
|
import { sleep } from '@operato/utils'
|
|
9
9
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
10
10
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
11
|
-
import { openPopup } from '@
|
|
11
|
+
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
14
|
import { isMobileDevice } from '@things-factory/utils'
|
|
@@ -6,7 +6,7 @@ import { css, html, LitElement } from 'lit'
|
|
|
6
6
|
|
|
7
7
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
8
8
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
9
|
-
import { openPopup } from '@
|
|
9
|
+
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client } from '@things-factory/shell'
|
|
11
11
|
import { isMobileDevice } from '@things-factory/utils'
|
|
12
12
|
|
|
@@ -7,7 +7,7 @@ import { css, html, LitElement } from 'lit'
|
|
|
7
7
|
import { sleep } from '@operato/utils'
|
|
8
8
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
9
9
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
10
|
-
import { openPopup } from '@
|
|
10
|
+
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
12
12
|
import { isMobileDevice } from '@things-factory/utils'
|
|
13
13
|
|
|
@@ -2,7 +2,7 @@ import '@things-factory/barcode-ui'
|
|
|
2
2
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
-
import { openPopup } from '@
|
|
5
|
+
import { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, PageView } from '@things-factory/shell'
|
|
7
7
|
import { isMobileDevice } from '@things-factory/utils'
|
|
8
8
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -4,7 +4,7 @@ import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
|
4
4
|
import '@operato/data-grist'
|
|
5
5
|
import { getRenderer } from '@operato/data-grist'
|
|
6
6
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
7
|
-
import { openPopup } from '@
|
|
7
|
+
import { openPopup } from '@operato/layout'
|
|
8
8
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
9
9
|
import { isMobileDevice } from '@things-factory/utils'
|
|
10
10
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
body {
|
|
2
|
+
--header-bar-background-color: var(--secondary-color);
|
|
3
|
+
--header-bar-icon-size: var(--icon-default-size);
|
|
4
|
+
--header-bar-title: bold 17.5px var(--theme-font);
|
|
5
|
+
--header-bar-color: #fff;
|
|
6
|
+
--header-bar-height: 45px;
|
|
7
|
+
--header-bar-item-padding: 0px 5px 0 0;
|
|
8
|
+
|
|
9
|
+
--nav-bar-background-color: var(--primary-color);
|
|
10
|
+
|
|
11
|
+
--group-bar-background-color: var(--primary-color);
|
|
12
|
+
--group-bar-textbutton: 16px/32px var(--theme-font);
|
|
13
|
+
--group-bar-textbutton-active: bold var(--group-bar-textbutton);
|
|
14
|
+
--group-bar-active-line-color: var(--focus-color);
|
|
15
|
+
--group-bar-line: solid 3px rgba(0, 0, 0, 0.2);
|
|
16
|
+
|
|
17
|
+
--aside-background-color: var(--secondary-background-color);
|
|
18
|
+
--aside-list-textbtton: 18px var(--theme-font);
|
|
19
|
+
--aside-list-icon: var(--icon-default-size);
|
|
20
|
+
--aside-list-bottom-line: var(--border-dark-color);
|
|
21
|
+
--aside-list-detail-background-color: #fff;
|
|
22
|
+
--aside-list-detail-text: 14px var(--primary-background-color);
|
|
23
|
+
|
|
24
|
+
--footer-bar-border-top: 1px solid rgba(0, 0, 0, 0.2);
|
|
25
|
+
|
|
26
|
+
--button-container-margin: inintial;
|
|
27
|
+
--button-container-padding: 0 var(--padding-default) var(--padding-wide) var(--padding-default);
|
|
28
|
+
--button-container-background: transparent;
|
|
29
|
+
--button-container-height: initial;
|
|
30
|
+
--button-container-align: right;
|
|
31
|
+
--button-container-button-background-color: var(--secondary-color);
|
|
32
|
+
--button-container-button-border-radius: var(--button-border-radius);
|
|
33
|
+
--button-container-button-margin: var(--button-margin);
|
|
34
|
+
--button-container-button-font: bold var(--fontsize-large) var(--theme-font);
|
|
35
|
+
--button-container-button-color: var(--theme-white-color);
|
|
36
|
+
--button-container-button-height: initial;
|
|
37
|
+
--button-container-button-border: var(--button-border);
|
|
38
|
+
|
|
39
|
+
--popup-content-background-color: var(--main-section-background-color);
|
|
40
|
+
--popup-content-padding: 10px 20px;
|
|
41
|
+
|
|
42
|
+
/* components - floating overlay style */
|
|
43
|
+
--overlay-center-small-width: 30%;
|
|
44
|
+
--overlay-center-small-height: 30%;
|
|
45
|
+
--overlay-center-normal-width: 50%;
|
|
46
|
+
--overlay-center-normal-height: 50%;
|
|
47
|
+
--overlay-center-large-width: 75%;
|
|
48
|
+
--overlay-center-large-height: 75%;
|
|
49
|
+
--overlay-header-height: var(--header-bar-height);
|
|
50
|
+
--overlay-header-background-color: var(--header-bar-background-color);
|
|
51
|
+
--overlay-header-color: #fff;
|
|
52
|
+
--overlay-header-font: var(--header-bar-title);
|
|
53
|
+
--overlay-background-color: rgba(0, 0, 0, 0.5);
|
|
54
|
+
--overlay-margin-bottom: 0px;
|
|
55
|
+
|
|
56
|
+
/* components - resize splitter style */
|
|
57
|
+
--splitter-background-color: rgba(0, 0, 0, 0.1);
|
|
58
|
+
--splitter-hover-background-color: var(--primary-color);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@media only screen and (max-width: 460px) {
|
|
62
|
+
body {
|
|
63
|
+
--button-container-margin: 0 -15px;
|
|
64
|
+
--button-container-padding: 0 0 0 0;
|
|
65
|
+
--button-container-background: #586272;
|
|
66
|
+
--button-container-height: 50px;
|
|
67
|
+
--button-container-align: right;
|
|
68
|
+
--button-container-button-background-color: transparent;
|
|
69
|
+
--button-container-button-border-radius: 0;
|
|
70
|
+
--button-container-button-margin: 0;
|
|
71
|
+
--button-container-button-height: 50px;
|
|
72
|
+
--button-container-button-border: 1px solid rgba(0, 0, 0, 0.1);
|
|
73
|
+
|
|
74
|
+
--overlay-center-small-width: 100%;
|
|
75
|
+
--overlay-center-small-height: 100%;
|
|
76
|
+
--overlay-center-normal-width: 100%;
|
|
77
|
+
--overlay-center-normal-height: 100%;
|
|
78
|
+
--overlay-center-large-width: 100%;
|
|
79
|
+
--overlay-center-large-height: 100%;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@media (min-width: 461px) and (max-width: 1024px) {
|
|
84
|
+
body {
|
|
85
|
+
--overlay-center-small-width: 40%;
|
|
86
|
+
--overlay-center-small-height: 40%;
|
|
87
|
+
--overlay-center-normal-width: 60%;
|
|
88
|
+
--overlay-center-normal-height: 60%;
|
|
89
|
+
--overlay-center-large-width: 80%;
|
|
90
|
+
--overlay-center-large-height: 80%;
|
|
91
|
+
}
|
|
92
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.6",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -72,43 +72,43 @@
|
|
|
72
72
|
"@operato/scene-table": "^1.0.0",
|
|
73
73
|
"@operato/scene-visualizer": "^1.0.0",
|
|
74
74
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
75
|
-
"@things-factory/apptool-ui": "^6.2.
|
|
76
|
-
"@things-factory/auth-ui": "^6.2.
|
|
77
|
-
"@things-factory/barcode-ui": "^6.2.
|
|
78
|
-
"@things-factory/biz-ui": "^6.2.
|
|
79
|
-
"@things-factory/board-service": "^6.2.
|
|
80
|
-
"@things-factory/board-ui": "^6.2.
|
|
81
|
-
"@things-factory/code-ui": "^6.2.
|
|
82
|
-
"@things-factory/context-ui": "^6.2.
|
|
75
|
+
"@things-factory/apptool-ui": "^6.2.6",
|
|
76
|
+
"@things-factory/auth-ui": "^6.2.6",
|
|
77
|
+
"@things-factory/barcode-ui": "^6.2.6",
|
|
78
|
+
"@things-factory/biz-ui": "^6.2.6",
|
|
79
|
+
"@things-factory/board-service": "^6.2.6",
|
|
80
|
+
"@things-factory/board-ui": "^6.2.6",
|
|
81
|
+
"@things-factory/code-ui": "^6.2.6",
|
|
82
|
+
"@things-factory/context-ui": "^6.2.6",
|
|
83
83
|
"@things-factory/env": "^6.2.0",
|
|
84
|
-
"@things-factory/export-ui": "^6.2.
|
|
85
|
-
"@things-factory/export-ui-csv": "^6.2.
|
|
86
|
-
"@things-factory/export-ui-excel": "^6.2.
|
|
87
|
-
"@things-factory/fav-base": "^6.2.
|
|
84
|
+
"@things-factory/export-ui": "^6.2.6",
|
|
85
|
+
"@things-factory/export-ui-csv": "^6.2.6",
|
|
86
|
+
"@things-factory/export-ui-excel": "^6.2.6",
|
|
87
|
+
"@things-factory/fav-base": "^6.2.6",
|
|
88
88
|
"@things-factory/form-ui": "^6.2.0",
|
|
89
|
-
"@things-factory/geography": "^6.2.
|
|
90
|
-
"@things-factory/help": "^6.2.
|
|
91
|
-
"@things-factory/i18n-base": "^6.2.
|
|
92
|
-
"@things-factory/id-rule-base": "^6.2.
|
|
93
|
-
"@things-factory/import-ui": "^6.2.
|
|
94
|
-
"@things-factory/import-ui-excel": "^6.2.
|
|
95
|
-
"@things-factory/more-ui": "^6.2.
|
|
96
|
-
"@things-factory/notification": "^6.2.
|
|
97
|
-
"@things-factory/operato-tools": "^6.2.
|
|
89
|
+
"@things-factory/geography": "^6.2.6",
|
|
90
|
+
"@things-factory/help": "^6.2.6",
|
|
91
|
+
"@things-factory/i18n-base": "^6.2.6",
|
|
92
|
+
"@things-factory/id-rule-base": "^6.2.6",
|
|
93
|
+
"@things-factory/import-ui": "^6.2.6",
|
|
94
|
+
"@things-factory/import-ui-excel": "^6.2.6",
|
|
95
|
+
"@things-factory/more-ui": "^6.2.6",
|
|
96
|
+
"@things-factory/notification": "^6.2.6",
|
|
97
|
+
"@things-factory/operato-tools": "^6.2.6",
|
|
98
98
|
"@things-factory/pdf": "^6.2.0",
|
|
99
|
-
"@things-factory/print-proxy-service": "^6.2.
|
|
100
|
-
"@things-factory/print-service": "^6.2.
|
|
101
|
-
"@things-factory/print-ui": "^6.2.
|
|
102
|
-
"@things-factory/product-base": "^6.2.
|
|
103
|
-
"@things-factory/resource-ui": "^6.2.
|
|
104
|
-
"@things-factory/sales-ui": "^6.2.
|
|
99
|
+
"@things-factory/print-proxy-service": "^6.2.6",
|
|
100
|
+
"@things-factory/print-service": "^6.2.6",
|
|
101
|
+
"@things-factory/print-ui": "^6.2.6",
|
|
102
|
+
"@things-factory/product-base": "^6.2.6",
|
|
103
|
+
"@things-factory/resource-ui": "^6.2.6",
|
|
104
|
+
"@things-factory/sales-ui": "^6.2.6",
|
|
105
105
|
"@things-factory/scene-google-map": "^6.2.0",
|
|
106
|
-
"@things-factory/setting-ui": "^6.2.
|
|
107
|
-
"@things-factory/system-ui": "^6.2.
|
|
108
|
-
"@things-factory/transport-base": "^6.2.
|
|
109
|
-
"@things-factory/tutorial-ui": "^6.2.
|
|
110
|
-
"@things-factory/warehouse-base": "^6.2.
|
|
111
|
-
"@things-factory/worksheet-base": "^6.2.
|
|
106
|
+
"@things-factory/setting-ui": "^6.2.6",
|
|
107
|
+
"@things-factory/system-ui": "^6.2.6",
|
|
108
|
+
"@things-factory/transport-base": "^6.2.6",
|
|
109
|
+
"@things-factory/tutorial-ui": "^6.2.6",
|
|
110
|
+
"@things-factory/warehouse-base": "^6.2.6",
|
|
111
|
+
"@things-factory/worksheet-base": "^6.2.6"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@things-factory/builder": "^6.2.2",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "d8a4f36c559797233b24fa20097bfb2d081229e8"
|
|
121
121
|
}
|