@things-factory/operato-mms 4.3.19 → 4.4.0-alpha.3

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.
@@ -1,12 +1,10 @@
1
+ import { SingleColumnFormStyles } from '@things-factory/form-ui'
1
2
  import '@things-factory/grist-ui'
2
-
3
+ import { i18next, localize } from '@things-factory/i18n-base'
4
+ import { client, CustomAlert } from '@things-factory/shell'
3
5
  import gql from 'graphql-tag'
4
6
  import { css, html, LitElement } from 'lit-element'
5
7
 
6
- import { SingleColumnFormStyles } from '@things-factory/form-ui'
7
- import { i18next, localize } from '@things-factory/i18n-base'
8
- import { client } from '@things-factory/shell'
9
-
10
8
  export class SelectDateTimePopup extends localize(i18next)(LitElement) {
11
9
  static get styles() {
12
10
  return [
@@ -68,14 +66,14 @@ export class SelectDateTimePopup extends localize(i18next)(LitElement) {
68
66
  if (this.storeId) {
69
67
  const response = await client.mutate({
70
68
  mutation: gql`
71
- mutation syncMarketplaceOrder($storeId: String!, $fromCreatedDate: String!, $toCreatedDate: String!) {
72
- syncMarketplaceOrder(storeId: $storeId, fromCreatedDate: $fromCreatedDate, toCreatedDate: $toCreatedDate)
69
+ mutation syncMarketplaceOrder($storeId: String!, $fromDate: String!, $toDate: String!) {
70
+ syncMarketplaceOrder(storeId: $storeId, fromDate: $fromDate, toDate: $toDate)
73
71
  }
74
72
  `,
75
73
  variables: {
76
74
  storeId: this.storeId,
77
- fromCreatedDate: new Date(this._getInputByName('fromDate').value).toISOString(),
78
- toCreatedDate: new Date(this._getInputByName('toDate').value).toISOString()
75
+ fromDate: new Date(this._getInputByName('fromDate').value).toISOString(),
76
+ toDate: new Date(this._getInputByName('toDate').value).toISOString()
79
77
  }
80
78
  })
81
79
 
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAwD;AACxD,sEAAuD;AACvD,uEAAwD;AAE3C,QAAA,OAAO,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAA;AAE3D,QAAA,SAAS,GAAG,CAAC,gBAAgB,CAAC,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAwD;AACxD,sEAAuD;AACvD,uEAAwD;AAE3C,QAAA,OAAO,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAA;AAE3D,QAAA,SAAS,GAAG,CAAC,gBAAgB,CAAC,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAA"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAwD;AACxD,sEAAuD;AACvD,sEAAuD;AAE1C,QAAA,OAAO,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;AAE1D,QAAA,SAAS,GAAG,CAAC,gBAAgB,CAAC,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAA;AAElE,QAAA,KAAK,GAAG,CAAC,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAwD;AACxD,sEAAuD;AACvD,sEAAuD;AAE1C,QAAA,OAAO,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;AAE1D,QAAA,SAAS,GAAG,CAAC,gBAAgB,CAAC,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAA;AAElE,QAAA,KAAK,GAAG,CAAC,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAA"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA0B;AAC1B,4CAAyB;AACzB,+CAA4B;AAE5B,oBAAiB;AACjB,uEAAoF;AAEpF,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,sCAAsC,CAAC,CAAA;AAEtE,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE;IACjF,KAAK,CAAC,uDAAuD,CAAC,CAAA;IAC9D,IAAI;QACF,MAAM,oCAAiB,CAAC,KAAK,EAAE,CAAA;QAC/B,MAAM,iCAAc,CAAC,OAAO,EAAE,CAAA;KAC/B;IAAC,OAAO,EAAE,EAAE;QACX,oCAAiB,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA;KACnC;IACD,KAAK,CAAC,qDAAqD,CAAC,CAAA;AAC9D,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,4CAAyB;AACzB,+CAA4B;AAE5B,oBAAiB;AACjB,uEAAoF;AAEpF,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,sCAAsC,CAAC,CAAA;AAEtE,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE;IACjF,KAAK,CAAC,uDAAuD,CAAC,CAAA;IAC9D,IAAI;QACF,MAAM,oCAAiB,CAAC,KAAK,EAAE,CAAA;QAC/B,MAAM,iCAAc,CAAC,OAAO,EAAE,CAAA;KAC/B;IAAC,OAAO,EAAE,EAAE;QACX,oCAAiB,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA;KACnC;IACD,KAAK,CAAC,qDAAqD,CAAC,CAAA;AAC9D,CAAC,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.19",
3
+ "version": "4.4.0-alpha.3",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -56,54 +56,54 @@
56
56
  "@operato/scene-progressbar": "^0.1.6",
57
57
  "@operato/scene-random": "^0.1.6",
58
58
  "@operato/scene-switch": "^0.1.6",
59
- "@operato/scene-tab": "^0.1.6",
59
+ "@operato/scene-tab": "^0.1.7",
60
60
  "@operato/scene-table": "^0.1.6",
61
61
  "@operato/scene-timer": "^0.1.6",
62
62
  "@operato/scene-wheel-sorter": "^0.1.6",
63
- "@things-factory/apptool-ui": "^4.3.14",
64
- "@things-factory/attachment-base": "^4.3.14",
65
- "@things-factory/auth-ui": "^4.3.14",
66
- "@things-factory/biz-base": "^4.3.14",
67
- "@things-factory/board-service": "^4.3.14",
68
- "@things-factory/board-ui": "^4.3.14",
69
- "@things-factory/code-ui": "^4.3.14",
70
- "@things-factory/context-ui": "^4.3.14",
71
- "@things-factory/dashboard": "^4.3.14",
72
- "@things-factory/export-ui": "^4.3.14",
73
- "@things-factory/export-ui-csv": "^4.3.14",
74
- "@things-factory/export-ui-excel": "^4.3.14",
75
- "@things-factory/geography": "^4.3.14",
76
- "@things-factory/grist-ui": "^4.3.14",
77
- "@things-factory/help": "^4.3.14",
78
- "@things-factory/i18n-base": "^4.3.14",
79
- "@things-factory/integration-fulfillment": "^4.3.15",
80
- "@things-factory/integration-lmd": "^4.3.15",
81
- "@things-factory/lite-menu": "^4.3.14",
82
- "@things-factory/marketplace-base": "^4.3.16",
83
- "@things-factory/more-ui": "^4.3.14",
84
- "@things-factory/notification": "^4.3.14",
85
- "@things-factory/oauth2-client": "^4.3.14",
86
- "@things-factory/pdf": "^4.3.14",
87
- "@things-factory/product-base": "^4.3.14",
88
- "@things-factory/resource-ui": "^4.3.14",
89
- "@things-factory/scene-data-transform": "^4.3.14",
90
- "@things-factory/scene-excel": "^4.3.14",
91
- "@things-factory/scene-firebase": "^4.3.14",
92
- "@things-factory/scene-form": "^4.3.14",
93
- "@things-factory/scene-google-map": "^4.3.14",
94
- "@things-factory/scene-graphql": "^4.3.14",
95
- "@things-factory/scene-label": "^4.3.14",
96
- "@things-factory/scene-marker": "^4.3.14",
97
- "@things-factory/scene-mqtt": "^4.3.14",
98
- "@things-factory/scene-restful": "^4.3.14",
99
- "@things-factory/scene-visualizer": "^4.3.14",
100
- "@things-factory/setting-ui": "^4.3.14",
101
- "@things-factory/system-ui": "^4.3.14",
102
- "@things-factory/warehouse-base": "^4.3.19"
63
+ "@things-factory/apptool-ui": "^4.4.0-alpha.1",
64
+ "@things-factory/attachment-base": "^4.4.0-alpha.1",
65
+ "@things-factory/auth-ui": "^4.4.0-alpha.1",
66
+ "@things-factory/biz-base": "^4.4.0-alpha.1",
67
+ "@things-factory/board-service": "^4.4.0-alpha.1",
68
+ "@things-factory/board-ui": "^4.4.0-alpha.1",
69
+ "@things-factory/code-ui": "^4.4.0-alpha.1",
70
+ "@things-factory/context-ui": "^4.4.0-alpha.1",
71
+ "@things-factory/dashboard": "^4.4.0-alpha.1",
72
+ "@things-factory/export-ui": "^4.4.0-alpha.1",
73
+ "@things-factory/export-ui-csv": "^4.4.0-alpha.1",
74
+ "@things-factory/export-ui-excel": "^4.4.0-alpha.1",
75
+ "@things-factory/geography": "^4.4.0-alpha.1",
76
+ "@things-factory/grist-ui": "^4.4.0-alpha.1",
77
+ "@things-factory/help": "^4.4.0-alpha.1",
78
+ "@things-factory/i18n-base": "^4.4.0-alpha.1",
79
+ "@things-factory/integration-fulfillment": "^4.4.0-alpha.1",
80
+ "@things-factory/integration-lmd": "^4.4.0-alpha.1",
81
+ "@things-factory/lite-menu": "^4.4.0-alpha.1",
82
+ "@things-factory/marketplace-base": "^4.4.0-alpha.1",
83
+ "@things-factory/more-ui": "^4.4.0-alpha.1",
84
+ "@things-factory/notification": "^4.4.0-alpha.1",
85
+ "@things-factory/oauth2-client": "^4.4.0-alpha.1",
86
+ "@things-factory/pdf": "^4.4.0-alpha.1",
87
+ "@things-factory/product-base": "^4.4.0-alpha.1",
88
+ "@things-factory/resource-ui": "^4.4.0-alpha.1",
89
+ "@things-factory/scene-data-transform": "^4.4.0-alpha.1",
90
+ "@things-factory/scene-excel": "^4.4.0-alpha.1",
91
+ "@things-factory/scene-firebase": "^4.4.0-alpha.1",
92
+ "@things-factory/scene-form": "^4.4.0-alpha.1",
93
+ "@things-factory/scene-google-map": "^4.4.0-alpha.1",
94
+ "@things-factory/scene-graphql": "^4.4.0-alpha.1",
95
+ "@things-factory/scene-label": "^4.4.0-alpha.1",
96
+ "@things-factory/scene-marker": "^4.4.0-alpha.1",
97
+ "@things-factory/scene-mqtt": "^4.4.0-alpha.1",
98
+ "@things-factory/scene-restful": "^4.4.0-alpha.1",
99
+ "@things-factory/scene-visualizer": "^4.4.0-alpha.1",
100
+ "@things-factory/setting-ui": "^4.4.0-alpha.1",
101
+ "@things-factory/system-ui": "^4.4.0-alpha.1",
102
+ "@things-factory/warehouse-base": "^4.4.0-alpha.1"
103
103
  },
104
104
  "devDependencies": {
105
- "@things-factory/builder": "^4.3.14",
105
+ "@things-factory/builder": "^4.4.0-alpha.1",
106
106
  "@types/node-fetch": "^2.5.7"
107
107
  },
108
- "gitHead": "2dddec18e371e5714d9f7a6bd0412741064af1d2"
108
+ "gitHead": "eed8cb5f47655691e5b73d99d2fb5b73e64cf566"
109
109
  }