@matech/thebigpos-sdk 2.14.2 → 2.14.3-alpha.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/.husky/pre-commit +1 -2
- package/.vs/VSWorkspaceState.json +6 -0
- package/.vs/thebigpos-sdk-typescript/v17/.wsuo +0 -0
- package/.vs/thebigpos-sdk-typescript/v17/DocumentLayout.json +51 -0
- package/dist/index.d.ts +151 -412
- package/dist/index.js +31 -114
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +8544 -8929
package/.husky/pre-commit
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
yarn build
|
|
2
|
-
git add .
|
|
1
|
+
yarn build
|
|
Binary file
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Version": 1,
|
|
3
|
+
"WorkspaceRootPath": "C:\\Users\\MAT\\source\\repos\\thebigpos-sdk-typescript\\",
|
|
4
|
+
"Documents": [],
|
|
5
|
+
"DocumentGroupContainers": [
|
|
6
|
+
{
|
|
7
|
+
"Orientation": 0,
|
|
8
|
+
"VerticalTabListWidth": 256,
|
|
9
|
+
"DocumentGroups": [
|
|
10
|
+
{
|
|
11
|
+
"DockedWidth": 200,
|
|
12
|
+
"SelectedChildIndex": -1,
|
|
13
|
+
"Children": [
|
|
14
|
+
{
|
|
15
|
+
"$type": "Bookmark",
|
|
16
|
+
"Name": "ST:131:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"$type": "Bookmark",
|
|
20
|
+
"Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"$type": "Bookmark",
|
|
24
|
+
"Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"$type": "Bookmark",
|
|
28
|
+
"Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"$type": "Bookmark",
|
|
32
|
+
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"$type": "Bookmark",
|
|
36
|
+
"Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"$type": "Bookmark",
|
|
40
|
+
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"$type": "Bookmark",
|
|
44
|
+
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|