meemup-library 1.2.29 → 1.2.31
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,4 +1,4 @@
|
|
|
1
|
-
import { INIT_TERMINAL,
|
|
1
|
+
import { INIT_TERMINAL, UDP_NO_CLINET } from "../statics";
|
|
2
2
|
import EnumNewOrderWarning from "../enums/EnumNewOrderWarning";
|
|
3
3
|
import EnumPaymentState from "../enums/EnumPaymentState";
|
|
4
4
|
import EnumNotifyOnlineStoreNewOrder from "../enums/EnumNotifyOnlineStoreNewOrder";
|
|
@@ -13,7 +13,7 @@ export const initPointOfSaleLocalSetting = {
|
|
|
13
13
|
isMaster: true,
|
|
14
14
|
printsOnNewOrder: [],
|
|
15
15
|
udpPort: 8000,
|
|
16
|
-
udpClientName:
|
|
16
|
+
udpClientName: UDP_NO_CLINET,
|
|
17
17
|
defaultShowCashCalculatorWindow: true,
|
|
18
18
|
findStarMicronicPrinterTimeout: 5,
|
|
19
19
|
dashboardDefaultTake: 10,
|
|
@@ -7,6 +7,7 @@ interface ICustomerFacingDisplaySetting {
|
|
|
7
7
|
rightFontSize: number;
|
|
8
8
|
rightWidth: number;
|
|
9
9
|
dividerWidth: number;
|
|
10
|
+
slideDelay: number;
|
|
10
11
|
}
|
|
11
12
|
export default ICustomerFacingDisplaySetting;
|
|
12
13
|
export declare const initCustomerFacingDisplaySetting: ICustomerFacingDisplaySetting;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meemup-library",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"remove:one": "rimraf dist",
|
|
12
12
|
"remove:two": "rimraf ./src/dist",
|
|
13
13
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
-
"commit": "git add . && git commit -m \"version.1.2.
|
|
14
|
+
"commit": "git add . && git commit -m \"version.1.2.30\" && git push origin "
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"/dist"
|