@idevs/corelib 0.0.50 → 0.0.51

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.
Files changed (2) hide show
  1. package/css/idevs.print.css +328 -327
  2. package/package.json +1 -1
@@ -1,359 +1,360 @@
1
- @media print {
2
- * {
3
- padding: 0;
4
- margin: 0;
5
- }
6
-
7
- body {
8
- font-family: sans-serif;
9
- font-size: 11px;
10
- }
1
+ * {
2
+ padding: 0;
3
+ margin: 0;
4
+ }
5
+
6
+ body {
7
+ font-family: sans-serif;
8
+ font-size: 11px;
9
+ }
10
+
11
+ .d-inline {
12
+ display: inline-block;
13
+ }
14
+
15
+ .position-relative {
16
+ position: relative;
17
+ }
18
+
19
+ .position-absolute {
20
+ position: absolute;
21
+ }
22
+
23
+ .text-center {
24
+ text-align: center;
25
+ }
26
+
27
+ .text-left {
28
+ text-align: left;
29
+ }
30
+
31
+ .text-right {
32
+ text-align: right;
33
+ }
34
+
35
+ .border-top {
36
+ border-top: 1px solid black;
37
+ }
38
+
39
+ .border-top-double {
40
+ border-top: 2px double black;
41
+ }
42
+
43
+ .border-left {
44
+ border-left: 1px solid black;
45
+ }
46
+
47
+ .border-left-double {
48
+ border-left: 2px double black;
49
+ }
50
+
51
+ .border-bottom {
52
+ border-bottom: 1px solid black;
53
+ }
54
+
55
+ .border-bottom-double {
56
+ border-bottom: 2px double black;
57
+ }
58
+
59
+ .border-right {
60
+ border-right: 1px solid black;
61
+ }
62
+
63
+ .border-right-double {
64
+ border-right: 2px double black;
65
+ }
66
+
67
+ .fs-1 {
68
+ font-size: 24px;
69
+ }
70
+
71
+ .fs-2 {
72
+ font-size: 20px;
73
+ }
11
74
 
12
- .d-inline {
13
- display: inline-block;
14
- }
75
+ .fs-3 {
76
+ font-size: 18px;
77
+ }
15
78
 
16
- .position-relative {
17
- position: relative;
18
- }
79
+ .fs-4 {
80
+ font-size: 16px;
81
+ }
19
82
 
20
- .position-absolute {
21
- position: absolute;
22
- }
83
+ .fs-5 {
84
+ font-size: 14px;
85
+ }
23
86
 
24
- .text-center {
25
- text-align: center;
26
- }
87
+ .fs-6 {
88
+ font-size: 12px;
89
+ }
27
90
 
28
- .text-left {
29
- text-align: left;
30
- }
91
+ .fs-7 {
92
+ font-size: 10px;
93
+ }
31
94
 
32
- .text-right {
33
- text-align: right;
34
- }
95
+ .w-5 {
96
+ width: 5%;
97
+ }
35
98
 
36
- .border-top {
37
- border-top: 1px solid black;
38
- }
99
+ .w-10 {
100
+ width: 10%;
101
+ }
39
102
 
40
- .border-top-double {
41
- border-top: 2px double black;
42
- }
103
+ .w-15 {
104
+ width: 15%;
105
+ }
43
106
 
44
- .border-left {
45
- border-left: 1px solid black;
46
- }
107
+ .w-25 {
108
+ width: 25%;
109
+ }
47
110
 
48
- .border-left-double {
49
- border-left: 2px double black;
50
- }
111
+ .w-30 {
112
+ width: 30%;
113
+ }
51
114
 
52
- .border-bottom {
53
- border-bottom: 1px solid black;
54
- }
115
+ .w-35 {
116
+ width: 35%;
117
+ }
55
118
 
56
- .border-bottom-double {
57
- border-bottom: 2px double black;
58
- }
119
+ .w-40 {
120
+ width: 40%;
121
+ }
59
122
 
60
- .border-right {
61
- border-right: 1px solid black;
62
- }
123
+ .w-45 {
124
+ width: 45%;
125
+ }
63
126
 
64
- .border-right-double {
65
- border-right: 2px double black;
66
- }
127
+ .w-50 {
128
+ width: 50%;
129
+ }
67
130
 
68
- .fs-1 {
69
- font-size: 24px;
70
- }
131
+ .w-55 {
132
+ width: 55%;
133
+ }
71
134
 
72
- .fs-2 {
73
- font-size: 20px;
74
- }
135
+ .w-60 {
136
+ width: 60%;
137
+ }
75
138
 
76
- .fs-3 {
77
- font-size: 18px;
78
- }
139
+ .w-65 {
140
+ width: 65%;
141
+ }
79
142
 
80
- .fs-4 {
81
- font-size: 16px;
82
- }
143
+ .w-70 {
144
+ width: 70%;
145
+ }
83
146
 
84
- .fs-5 {
85
- font-size: 14px;
86
- }
147
+ .w-75 {
148
+ width: 75%;
149
+ }
87
150
 
88
- .fs-6 {
89
- font-size: 12px;
90
- }
151
+ .w-80 {
152
+ width: 80%;
153
+ }
91
154
 
92
- .fs-7 {
93
- font-size: 10px;
94
- }
155
+ .w-85 {
156
+ width: 85%;
157
+ }
95
158
 
96
- .w-5 {
97
- width: 5%;
98
- }
159
+ .w-90 {
160
+ width: 90%;
161
+ }
99
162
 
100
- .w-10 {
101
- width: 10%;
102
- }
163
+ .w-95 {
164
+ width: 95%;
165
+ }
103
166
 
104
- .w-15 {
105
- width: 15%;
106
- }
167
+ .w-100 {
168
+ width: 100%;
169
+ }
107
170
 
108
- .w-25 {
109
- width: 25%;
110
- }
171
+ .col-1 {
172
+ width: calc(100% / 12);
173
+ }
111
174
 
112
- .w-30 {
113
- width: 30%;
114
- }
175
+ .col-2 {
176
+ width: calc(100% / 12 * 2);
177
+ }
115
178
 
116
- .w-35 {
117
- width: 35%;
118
- }
179
+ .col-3 {
180
+ width: calc(100% / 12 * 3);
181
+ }
119
182
 
120
- .w-40 {
121
- width: 40%;
122
- }
183
+ .col-4 {
184
+ width: calc(100% / 12 * 4);
185
+ }
123
186
 
124
- .w-45 {
125
- width: 45%;
126
- }
187
+ .col-5 {
188
+ width: calc(100% / 12 * 5);
189
+ }
127
190
 
128
- .w-50 {
129
- width: 50%;
130
- }
191
+ .col-6 {
192
+ width: calc(100% / 12 * 6);
193
+ }
194
+
195
+ .col-7 {
196
+ width: calc(100% / 12 * 7);
197
+ }
198
+
199
+ .col-8 {
200
+ width: calc(100% / 12 * 8);
201
+ }
202
+
203
+ .col-9 {
204
+ width: calc(100% / 12 * 9);
205
+ }
206
+
207
+ .col-10 {
208
+ width: calc(100% / 12 * 10);
209
+ }
210
+
211
+ .col-11 {
212
+ width: calc(100% / 12 * 11);
213
+ }
214
+
215
+ .col-12 {
216
+ width: 100%;
217
+ }
218
+
219
+ .p-1,
220
+ .pt-1,
221
+ .py-1 {
222
+ padding-top: 0.25rem;
223
+ }
224
+
225
+ .p-1,
226
+ .pb-1,
227
+ .py-1 {
228
+ padding-bottom: 0.25rem;
229
+ }
230
+
231
+ .p-1,
232
+ .ps-1,
233
+ .px-1 {
234
+ padding-left: 0.25rem;
235
+ }
236
+
237
+ .p-1,
238
+ .pe-1,
239
+ .px-1 {
240
+ padding-right: 0.25rem;
241
+ }
242
+
243
+ .p-2,
244
+ .pt-2,
245
+ .py-2 {
246
+ padding-top: 0.5rem;
247
+ }
248
+
249
+ .p-2,
250
+ .pb-2,
251
+ .py-2 {
252
+ padding-bottom: 0.5rem;
253
+ }
254
+
255
+ .p-2,
256
+ .ps-2,
257
+ .px-2 {
258
+ padding-left: 0.5rem;
259
+ }
260
+
261
+ .p-2,
262
+ .pe-2,
263
+ .px-2 {
264
+ padding-right: 0.5rem;
265
+ }
266
+
267
+ .p-3,
268
+ .pt-3,
269
+ .py-3 {
270
+ padding-top: 1rem;
271
+ }
272
+
273
+ .p-3,
274
+ .pb-3,
275
+ .py-3 {
276
+ padding-bottom: 1rem;
277
+ }
278
+
279
+ .p-3,
280
+ .ps-3,
281
+ .px-3 {
282
+ padding-left: 1rem;
283
+ }
284
+
285
+ .p-3,
286
+ .pe-3,
287
+ .px-3 {
288
+ padding-right: 1rem;
289
+ }
290
+
291
+ .small {
292
+ font-size: 75%;
293
+ }
294
+
295
+ .table {
296
+ width: 100%;
297
+ border-collapse: collapse;
298
+ }
299
+
300
+ .vt {
301
+ position: relative;
302
+ width: 6%;
303
+ text-align: left;
304
+ }
305
+
306
+ .vt span {
307
+ position: absolute;
308
+ top: 0.5rem;
309
+ right: 0;
310
+ }
311
+
312
+ .vertical-top {
313
+ height: 100%;
314
+ vertical-align: top;
315
+ }
316
+
317
+ .vertical-center {
318
+ height: 100%;
319
+ vertical-align: center;
320
+ }
321
+
322
+ .vertical-bottom {
323
+ height: 100%;
324
+ vertical-align: bottom;
325
+ }
326
+
327
+ .border-bottom {
328
+ border-bottom: 1px solid #333333;
329
+ }
330
+
331
+ .border-top {
332
+ border-top: 1px solid #333333;
333
+ }
334
+
335
+ .page-break-after {
336
+ clear: both;
337
+ position: relative;
338
+ page-break-after: always;
339
+ border: 1px solid transparent;
340
+ display: block;
341
+ }
342
+
343
+ .portrait-a4 {
344
+ height: 1043px;
345
+ }
346
+
347
+ .landscape-a4 {
348
+ height: 713px;
349
+ }
350
+
351
+ .landscape-legal {
352
+ height: 736px;
353
+ }
131
354
 
132
- .w-55 {
133
- width: 55%;
134
- }
135
-
136
- .w-60 {
137
- width: 60%;
138
- }
139
-
140
- .w-65 {
141
- width: 65%;
142
- }
143
-
144
- .w-70 {
145
- width: 70%;
146
- }
147
-
148
- .w-75 {
149
- width: 75%;
150
- }
151
-
152
- .w-80 {
153
- width: 80%;
154
- }
155
-
156
- .w-85 {
157
- width: 85%;
158
- }
159
-
160
- .w-90 {
161
- width: 90%;
162
- }
163
-
164
- .w-95 {
165
- width: 95%;
166
- }
167
-
168
- .w-100 {
169
- width: 100%;
170
- }
171
-
172
- .col-1 {
173
- width: calc(100% / 12);
174
- }
175
-
176
- .col-2 {
177
- width: calc(100% / 12 * 2);
178
- }
179
-
180
- .col-3 {
181
- width: calc(100% / 12 * 3);
182
- }
183
-
184
- .col-4 {
185
- width: calc(100% / 12 * 4);
186
- }
187
-
188
- .col-5 {
189
- width: calc(100% / 12 * 5);
190
- }
191
-
192
- .col-6 {
193
- width: calc(100% / 12 * 6);
194
- }
195
-
196
- .col-7 {
197
- width: calc(100% / 12 * 7);
198
- }
199
-
200
- .col-8 {
201
- width: calc(100% / 12 * 8);
202
- }
203
-
204
- .col-9 {
205
- width: calc(100% / 12 * 9);
206
- }
207
-
208
- .col-10 {
209
- width: calc(100% / 12 * 10);
210
- }
211
-
212
- .col-11 {
213
- width: calc(100% / 12 * 11);
214
- }
215
-
216
- .col-12 {
217
- width: 100%;
218
- }
219
-
220
- .p-1,
221
- .pt-1,
222
- .py-1 {
223
- padding-top: 0.25rem;
224
- }
225
-
226
- .p-1,
227
- .pb-1,
228
- .py-1 {
229
- padding-bottom: 0.25rem;
230
- }
231
-
232
- .p-1,
233
- .ps-1,
234
- .px-1 {
235
- padding-left: 0.25rem;
236
- }
237
-
238
- .p-1,
239
- .pe-1,
240
- .px-1 {
241
- padding-right: 0.25rem;
242
- }
243
-
244
- .p-2,
245
- .pt-2,
246
- .py-2 {
247
- padding-top: 0.5rem;
248
- }
249
-
250
- .p-2,
251
- .pb-2,
252
- .py-2 {
253
- padding-bottom: 0.5rem;
254
- }
255
-
256
- .p-2,
257
- .ps-2,
258
- .px-2 {
259
- padding-left: 0.5rem;
260
- }
261
-
262
- .p-2,
263
- .pe-2,
264
- .px-2 {
265
- padding-right: 0.5rem;
266
- }
267
-
268
- .p-3,
269
- .pt-3,
270
- .py-3 {
271
- padding-top: 1rem;
272
- }
273
-
274
- .p-3,
275
- .pb-3,
276
- .py-3 {
277
- padding-bottom: 1rem;
278
- }
279
-
280
- .p-3,
281
- .ps-3,
282
- .px-3 {
283
- padding-left: 1rem;
284
- }
285
-
286
- .p-3,
287
- .pe-3,
288
- .px-3 {
289
- padding-right: 1rem;
290
- }
291
-
292
- .small {
293
- font-size: 75%;
294
- }
295
-
296
- .table {
297
- width: 100%;
298
- border-collapse: collapse;
299
- }
300
-
301
- .vt {
302
- position: relative;
303
- width: 6%;
304
- text-align: left;
305
- }
306
-
307
- .vt span {
308
- position: absolute;
309
- top: 0.5rem;
310
- right: 0;
311
- }
312
-
313
- .vertical-top {
314
- height: 100%;
315
- vertical-align: top;
316
- }
317
-
318
- .vertical-center {
319
- height: 100%;
320
- vertical-align: center;
321
- }
322
-
323
- .vertical-bottom {
324
- height: 100%;
325
- vertical-align: bottom;
326
- }
327
-
328
- .border-bottom {
329
- border-bottom: 1px solid #333333;
330
- }
331
-
332
- .border-top {
333
- border-top: 1px solid #333333;
334
- }
335
-
336
- .page-break-after {
337
- position: relative;
338
- page-break-after: always;
339
- }
340
-
341
- .portrait-a4 {
342
- height: 1043px;
343
- }
344
-
345
- .landscape-a4 {
346
- height: 713px;
347
- }
348
-
349
- .landscape-legal {
350
- height: 736px;
351
- }
352
-
353
- .align-page-bottom {
354
- position: absolute;
355
- left: 0;
356
- right: 0;
357
- bottom: 0;
358
- }
355
+ .align-page-bottom {
356
+ position: absolute;
357
+ left: 0;
358
+ right: 0;
359
+ bottom: 0;
359
360
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idevs/corelib",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "Extended library for Serenity Framework",
5
5
  "main": "src/index.js",
6
6
  "scripts": {