@appcorp/app-corp-vista 0.3.47 → 0.3.48
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/app-corp-vista",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.48",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
|
|
6
6
|
"build:next": "next build",
|
|
@@ -43,12 +43,13 @@
|
|
|
43
43
|
"@react-jvectormap/core": "^1.0.4",
|
|
44
44
|
"@react-jvectormap/world": "^1.1.2",
|
|
45
45
|
"@react-pakistan/react-icon-collection": "^3.5.0",
|
|
46
|
-
"@react-pakistan/util-functions": "^1.24.
|
|
46
|
+
"@react-pakistan/util-functions": "^1.24.78",
|
|
47
47
|
"@remixicon/react": "^4.6.0",
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/
|
|
48
|
+
"@storybook/addon-docs": "^10.0.2",
|
|
49
|
+
"@storybook/addon-links": "^10.0.2",
|
|
50
|
+
"@storybook/addon-onboarding": "^10.0.2",
|
|
51
|
+
"@storybook/addon-themes": "^10.0.2",
|
|
52
|
+
"@storybook/nextjs": "^10.0.2",
|
|
52
53
|
"@tailwindcss/cli": "^4",
|
|
53
54
|
"@tailwindcss/forms": "^0",
|
|
54
55
|
"@tailwindcss/postcss": "^4",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
"eslint": "^9",
|
|
68
69
|
"eslint-config-prettier": "^10",
|
|
69
70
|
"eslint-plugin-prettier": "^5",
|
|
70
|
-
"eslint-plugin-storybook": "^
|
|
71
|
+
"eslint-plugin-storybook": "^10.0.2",
|
|
71
72
|
"fast-glob": "^3.3.3",
|
|
72
73
|
"framer-motion": "^12",
|
|
73
74
|
"html-to-image": "^1",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"react-tooltip": "^5",
|
|
88
89
|
"rimraf": "^6",
|
|
89
90
|
"slick-carousel": "^1",
|
|
90
|
-
"storybook": "^
|
|
91
|
+
"storybook": "^10.0.2",
|
|
91
92
|
"swr": "^2",
|
|
92
93
|
"tailwindcss": "^4",
|
|
93
94
|
"tailwindcss-animate": "^1",
|
|
@@ -101,5 +102,5 @@
|
|
|
101
102
|
"npm": ">=10.0.0",
|
|
102
103
|
"node": ">=20.0.0"
|
|
103
104
|
},
|
|
104
|
-
"packageManager": "yarn@4.
|
|
105
|
+
"packageManager": "yarn@4.10.3"
|
|
105
106
|
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.debitReceiptTemplateV1 = void 0;
|
|
4
|
+
var common_1 = require("@pdfme/common");
|
|
5
|
+
exports.debitReceiptTemplateV1 = {
|
|
6
|
+
basePdf: common_1.BLANK_A4_PDF,
|
|
7
|
+
schemas: [
|
|
8
|
+
[
|
|
9
|
+
{
|
|
10
|
+
name: 'img1',
|
|
11
|
+
type: 'image',
|
|
12
|
+
content: '',
|
|
13
|
+
position: {
|
|
14
|
+
x: 10,
|
|
15
|
+
y: 10,
|
|
16
|
+
},
|
|
17
|
+
width: 60,
|
|
18
|
+
height: 90,
|
|
19
|
+
rotate: 0,
|
|
20
|
+
opacity: 1,
|
|
21
|
+
required: true,
|
|
22
|
+
readOnly: false,
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
name: 'img2',
|
|
26
|
+
type: 'image',
|
|
27
|
+
content: '',
|
|
28
|
+
position: {
|
|
29
|
+
x: 75,
|
|
30
|
+
y: 10,
|
|
31
|
+
},
|
|
32
|
+
width: 60,
|
|
33
|
+
height: 90,
|
|
34
|
+
rotate: 0,
|
|
35
|
+
opacity: 1,
|
|
36
|
+
required: true,
|
|
37
|
+
readOnly: false,
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: 'img3',
|
|
41
|
+
type: 'image',
|
|
42
|
+
content: '',
|
|
43
|
+
position: {
|
|
44
|
+
x: 140,
|
|
45
|
+
y: 10,
|
|
46
|
+
},
|
|
47
|
+
width: 60,
|
|
48
|
+
height: 90,
|
|
49
|
+
rotate: 0,
|
|
50
|
+
opacity: 1,
|
|
51
|
+
required: true,
|
|
52
|
+
readOnly: false,
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: 'img4',
|
|
56
|
+
type: 'image',
|
|
57
|
+
content: '',
|
|
58
|
+
position: {
|
|
59
|
+
x: 10,
|
|
60
|
+
y: 103,
|
|
61
|
+
},
|
|
62
|
+
width: 60,
|
|
63
|
+
height: 90,
|
|
64
|
+
rotate: 0,
|
|
65
|
+
opacity: 1,
|
|
66
|
+
required: true,
|
|
67
|
+
readOnly: false,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'img5',
|
|
71
|
+
type: 'image',
|
|
72
|
+
content: '',
|
|
73
|
+
position: {
|
|
74
|
+
x: 75,
|
|
75
|
+
y: 103,
|
|
76
|
+
},
|
|
77
|
+
width: 60,
|
|
78
|
+
height: 90,
|
|
79
|
+
rotate: 0,
|
|
80
|
+
opacity: 1,
|
|
81
|
+
required: true,
|
|
82
|
+
readOnly: false,
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'img6',
|
|
86
|
+
type: 'image',
|
|
87
|
+
content: '',
|
|
88
|
+
position: {
|
|
89
|
+
x: 140,
|
|
90
|
+
y: 103,
|
|
91
|
+
},
|
|
92
|
+
width: 60,
|
|
93
|
+
height: 90,
|
|
94
|
+
rotate: 0,
|
|
95
|
+
opacity: 1,
|
|
96
|
+
required: true,
|
|
97
|
+
readOnly: false,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
name: 'img7',
|
|
101
|
+
type: 'image',
|
|
102
|
+
content: '',
|
|
103
|
+
position: {
|
|
104
|
+
x: 10,
|
|
105
|
+
y: 197,
|
|
106
|
+
},
|
|
107
|
+
width: 60,
|
|
108
|
+
height: 90,
|
|
109
|
+
rotate: 0,
|
|
110
|
+
opacity: 1,
|
|
111
|
+
required: true,
|
|
112
|
+
readOnly: false,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: 'img8',
|
|
116
|
+
type: 'image',
|
|
117
|
+
content: '',
|
|
118
|
+
position: {
|
|
119
|
+
x: 75,
|
|
120
|
+
y: 197,
|
|
121
|
+
},
|
|
122
|
+
width: 60,
|
|
123
|
+
height: 90,
|
|
124
|
+
rotate: 0,
|
|
125
|
+
opacity: 1,
|
|
126
|
+
required: true,
|
|
127
|
+
readOnly: false,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: 'img9',
|
|
131
|
+
type: 'image',
|
|
132
|
+
content: '',
|
|
133
|
+
position: {
|
|
134
|
+
x: 140,
|
|
135
|
+
y: 197,
|
|
136
|
+
},
|
|
137
|
+
width: 60,
|
|
138
|
+
height: 90,
|
|
139
|
+
rotate: 0,
|
|
140
|
+
opacity: 1,
|
|
141
|
+
required: true,
|
|
142
|
+
readOnly: false,
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
],
|
|
146
|
+
pdfmeVersion: '5.4.1',
|
|
147
|
+
};
|