pixel-react 1.20.72 → 1.20.73
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/README.md +75 -75
- package/lib/components/AddResourceButton/AddResourceButton.js +1 -9
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.js +1 -1
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +0 -1
- package/lib/components/Charts/BarChart/BarChart.d.ts +1 -2
- package/lib/components/Charts/BarChart/BarChart.js +16 -16
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +12 -11
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -1
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +4 -4
- package/lib/components/Charts/PieChart/PieChart.js +5 -5
- package/lib/components/ChatModalAi/ChatModalAi.js +32 -11
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
- package/lib/components/ChatModalAi/types.d.ts +0 -5
- package/lib/components/Comments/Comments.js +14 -14
- package/lib/components/Comments/childComment/ChildComment.js +14 -14
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.d.ts +1 -1
- package/lib/components/EditLabel/EditLabel.js +3 -5
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/EditLabel/types.d.ts +0 -1
- package/lib/components/EditTextField/EditTextField.js +2 -2
- package/lib/components/Excel/Data.d.ts +21 -66
- package/lib/components/Excel/Data.js +56 -392
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.js +2 -2
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +13 -19
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +3 -5
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -8
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -5
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +3 -37
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +1 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +0 -7
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +18 -106
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/Types.d.ts +0 -2
- package/lib/components/Excel/dataConversion.d.ts +2 -2
- package/lib/components/Excel/dataConversion.js +2 -6
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/iconList.js +0 -30
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
- package/lib/components/MenuOption/MenuOption.js +18 -19
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +57 -5
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.js +2 -2
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.js +5 -2
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.js +17 -9
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.js +2 -2
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +2 -2
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableTreeFn/types.d.ts +5 -0
- package/lib/hooks/useClickOutside.d.ts +1 -4
- package/lib/hooks/useClickOutside.js +5 -7
- package/lib/hooks/useClickOutside.js.map +1 -1
- package/lib/index.d.ts +22 -136
- package/lib/index.js +9 -9
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/validations/regex.d.ts +1 -2
- package/lib/validations/regex.js +1 -2
- package/lib/validations/regex.js.map +1 -1
- package/package.json +118 -118
- package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +0 -5
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +0 -67
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +0 -1
- package/lib/components/Charts/StackedBarChart/index.d.ts +0 -1
- package/lib/components/Charts/StackedBarChart/index.js +0 -2
- package/lib/components/Charts/StackedBarChart/index.js.map +0 -1
- package/lib/components/Charts/StackedBarChart/types.d.ts +0 -34
- package/lib/components/Charts/StackedBarChart/types.js +0 -2
- package/lib/components/Charts/StackedBarChart/types.js.map +0 -1
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +0 -11
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +0 -7
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +0 -1
- package/lib/components/HOC/LayoutWithDrawer/index.d.ts +0 -1
- package/lib/components/HOC/LayoutWithDrawer/index.js +0 -2
- package/lib/components/HOC/LayoutWithDrawer/index.js.map +0 -1
- package/lib/components/Loader/Loader.d.ts +0 -5
- package/lib/components/Loader/Loader.js +0 -8
- package/lib/components/Loader/Loader.js.map +0 -1
- package/lib/components/Loader/index.d.ts +0 -1
- package/lib/components/Loader/index.js +0 -2
- package/lib/components/Loader/index.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +0 -5
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +0 -19
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/index.d.ts +0 -1
- package/lib/components/NetworkErrorBoundary/index.js +0 -2
- package/lib/components/NetworkErrorBoundary/index.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/types.d.ts +0 -33
- package/lib/components/NetworkErrorBoundary/types.js +0 -2
- package/lib/components/NetworkErrorBoundary/types.js.map +0 -1
- package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +0 -5
- package/lib/components/NoDataAvailable/NoDataAvailable.js +0 -11
- package/lib/components/NoDataAvailable/NoDataAvailable.js.map +0 -1
- package/lib/components/NoDataAvailable/index.d.ts +0 -1
- package/lib/components/NoDataAvailable/index.js +0 -2
- package/lib/components/NoDataAvailable/index.js.map +0 -1
- package/lib/components/NoDataAvailable/type.d.ts +0 -3
- package/lib/components/NoDataAvailable/type.js +0 -2
- package/lib/components/NoDataAvailable/type.js.map +0 -1
- package/lib/components/NoResultFound/NoResultFound.d.ts +0 -14
- package/lib/components/NoResultFound/NoResultFound.js +0 -7
- package/lib/components/NoResultFound/NoResultFound.js.map +0 -1
- package/lib/components/NoResultFound/index.d.ts +0 -1
- package/lib/components/NoResultFound/index.js +0 -2
- package/lib/components/NoResultFound/index.js.map +0 -1
- package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +0 -1
- package/lib/utils/OnlineStatus/useOnlineStatus.js +0 -20
- package/lib/utils/OnlineStatus/useOnlineStatus.js.map +0 -1
|
@@ -6,8 +6,6 @@ export const Data = [
|
|
|
6
6
|
{
|
|
7
7
|
value: 'Test Steps',
|
|
8
8
|
style: {
|
|
9
|
-
width: 150,
|
|
10
|
-
height: 100,
|
|
11
9
|
name: 'Arial',
|
|
12
10
|
size: 10,
|
|
13
11
|
bold: false,
|
|
@@ -23,21 +21,24 @@ export const Data = [
|
|
|
23
21
|
left: 'THIN',
|
|
24
22
|
},
|
|
25
23
|
alignment: {
|
|
26
|
-
horizontal: '
|
|
27
|
-
vertical: '
|
|
24
|
+
horizontal: 'LEFT',
|
|
25
|
+
vertical: 'BOTTOM',
|
|
28
26
|
wrapText: false,
|
|
29
27
|
},
|
|
30
28
|
},
|
|
31
|
-
readOnly:
|
|
29
|
+
readOnly: false,
|
|
32
30
|
inputType: {
|
|
33
31
|
type: 'text',
|
|
34
32
|
},
|
|
33
|
+
contextDisable: {
|
|
34
|
+
'Delete Column': true,
|
|
35
|
+
'Delete Row': true,
|
|
36
|
+
'Add Row Top': true,
|
|
37
|
+
},
|
|
35
38
|
},
|
|
36
39
|
{
|
|
37
40
|
value: 'Input',
|
|
38
41
|
style: {
|
|
39
|
-
width: 250,
|
|
40
|
-
height: 100,
|
|
41
42
|
name: 'Arial',
|
|
42
43
|
size: 10,
|
|
43
44
|
bold: false,
|
|
@@ -53,21 +54,24 @@ export const Data = [
|
|
|
53
54
|
left: 'THIN',
|
|
54
55
|
},
|
|
55
56
|
alignment: {
|
|
56
|
-
horizontal: '
|
|
57
|
-
vertical: '
|
|
57
|
+
horizontal: 'LEFT',
|
|
58
|
+
vertical: 'BOTTOM',
|
|
58
59
|
wrapText: false,
|
|
59
60
|
},
|
|
60
61
|
},
|
|
61
|
-
readOnly:
|
|
62
|
+
readOnly: false,
|
|
62
63
|
inputType: {
|
|
63
64
|
type: 'text',
|
|
64
65
|
},
|
|
66
|
+
contextDisable: {
|
|
67
|
+
'Delete Column': true,
|
|
68
|
+
'Delete Row': true,
|
|
69
|
+
'Add Row Top': true,
|
|
70
|
+
},
|
|
65
71
|
},
|
|
66
72
|
{
|
|
67
73
|
value: 'Expected Result',
|
|
68
74
|
style: {
|
|
69
|
-
width: 250,
|
|
70
|
-
height: 100,
|
|
71
75
|
name: 'Arial',
|
|
72
76
|
size: 10,
|
|
73
77
|
bold: false,
|
|
@@ -83,8 +87,8 @@ export const Data = [
|
|
|
83
87
|
left: 'THIN',
|
|
84
88
|
},
|
|
85
89
|
alignment: {
|
|
86
|
-
horizontal: '
|
|
87
|
-
vertical: '
|
|
90
|
+
horizontal: 'LEFT',
|
|
91
|
+
vertical: 'BOTTOM',
|
|
88
92
|
wrapText: false,
|
|
89
93
|
},
|
|
90
94
|
},
|
|
@@ -95,8 +99,6 @@ export const Data = [
|
|
|
95
99
|
},
|
|
96
100
|
{
|
|
97
101
|
style: {
|
|
98
|
-
width: 250,
|
|
99
|
-
height: 100,
|
|
100
102
|
name: 'Arial',
|
|
101
103
|
size: 10,
|
|
102
104
|
bold: false,
|
|
@@ -112,8 +114,8 @@ export const Data = [
|
|
|
112
114
|
left: 'THIN',
|
|
113
115
|
},
|
|
114
116
|
alignment: {
|
|
115
|
-
horizontal: '
|
|
116
|
-
vertical: '
|
|
117
|
+
horizontal: 'LEFT',
|
|
118
|
+
vertical: 'BOTTOM',
|
|
117
119
|
wrapText: false,
|
|
118
120
|
},
|
|
119
121
|
},
|
|
@@ -125,8 +127,6 @@ export const Data = [
|
|
|
125
127
|
},
|
|
126
128
|
{
|
|
127
129
|
style: {
|
|
128
|
-
width: 250,
|
|
129
|
-
height: 100,
|
|
130
130
|
name: 'Arial',
|
|
131
131
|
size: 10,
|
|
132
132
|
bold: false,
|
|
@@ -155,8 +155,6 @@ export const Data = [
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
style: {
|
|
158
|
-
width: 250,
|
|
159
|
-
height: 100,
|
|
160
158
|
name: 'Arial',
|
|
161
159
|
size: 10,
|
|
162
160
|
bold: false,
|
|
@@ -172,8 +170,8 @@ export const Data = [
|
|
|
172
170
|
left: 'THIN',
|
|
173
171
|
},
|
|
174
172
|
alignment: {
|
|
175
|
-
horizontal: '
|
|
176
|
-
vertical: '
|
|
173
|
+
horizontal: 'LEFT',
|
|
174
|
+
vertical: 'BOTTOM',
|
|
177
175
|
wrapText: false,
|
|
178
176
|
},
|
|
179
177
|
},
|
|
@@ -185,8 +183,6 @@ export const Data = [
|
|
|
185
183
|
},
|
|
186
184
|
{
|
|
187
185
|
style: {
|
|
188
|
-
width: 250,
|
|
189
|
-
height: 100,
|
|
190
186
|
name: 'Arial',
|
|
191
187
|
size: 10,
|
|
192
188
|
bold: false,
|
|
@@ -202,8 +198,8 @@ export const Data = [
|
|
|
202
198
|
left: 'THIN',
|
|
203
199
|
},
|
|
204
200
|
alignment: {
|
|
205
|
-
horizontal: '
|
|
206
|
-
vertical: '
|
|
201
|
+
horizontal: 'LEFT',
|
|
202
|
+
vertical: 'BOTTOM',
|
|
207
203
|
wrapText: false,
|
|
208
204
|
},
|
|
209
205
|
},
|
|
@@ -218,10 +214,36 @@ export const Data = [
|
|
|
218
214
|
{
|
|
219
215
|
value: 'Times New Roman',
|
|
220
216
|
style: {
|
|
221
|
-
width: 150,
|
|
222
|
-
height: 32,
|
|
223
217
|
name: 'Times New Roman',
|
|
224
|
-
size:
|
|
218
|
+
size: 56,
|
|
219
|
+
bold: false,
|
|
220
|
+
italic: false,
|
|
221
|
+
underline: false,
|
|
222
|
+
color: '000000',
|
|
223
|
+
backgroundColor: 'ffffff',
|
|
224
|
+
borderColor: 'F2F2F2',
|
|
225
|
+
border: {
|
|
226
|
+
top: 'MEDIUM',
|
|
227
|
+
right: 'MEDIUM',
|
|
228
|
+
bottom: 'MEDIUM',
|
|
229
|
+
left: 'MEDIUM',
|
|
230
|
+
},
|
|
231
|
+
alignment: {
|
|
232
|
+
horizontal: 'LEFT',
|
|
233
|
+
vertical: 'BOTTOM',
|
|
234
|
+
wrapText: false,
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
readOnly: false,
|
|
238
|
+
inputType: {
|
|
239
|
+
type: 'text',
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
value: 'Trebuchet MS',
|
|
244
|
+
style: {
|
|
245
|
+
name: 'Trebuchet MS',
|
|
246
|
+
size: 9,
|
|
225
247
|
bold: false,
|
|
226
248
|
italic: false,
|
|
227
249
|
underline: false,
|
|
@@ -246,38 +268,8 @@ export const Data = [
|
|
|
246
268
|
},
|
|
247
269
|
},
|
|
248
270
|
{
|
|
249
|
-
|
|
250
|
-
"style": {
|
|
251
|
-
"name": "Arial",
|
|
252
|
-
"size": 10,
|
|
253
|
-
"bold": false,
|
|
254
|
-
"italic": false,
|
|
255
|
-
"underline": false,
|
|
256
|
-
"color": "000000",
|
|
257
|
-
"backgroundColor": "FFFFFF",
|
|
258
|
-
"borderColor": "F2F2F2",
|
|
259
|
-
"border": {
|
|
260
|
-
"top": "THIN",
|
|
261
|
-
"right": "THIN",
|
|
262
|
-
"bottom": "THIN",
|
|
263
|
-
"left": "THIN"
|
|
264
|
-
},
|
|
265
|
-
"alignment": {
|
|
266
|
-
"horizontal": "CENTER",
|
|
267
|
-
"vertical": "CENTER",
|
|
268
|
-
"wrapText": false
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"readOnly": false,
|
|
272
|
-
"inputType": {
|
|
273
|
-
"type": "file"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
value: 'Comic Sans MS',
|
|
271
|
+
value: '1 Comic Sans MS',
|
|
278
272
|
style: {
|
|
279
|
-
width: 250,
|
|
280
|
-
height: 32,
|
|
281
273
|
name: 'Comic Sans MS',
|
|
282
274
|
size: 9,
|
|
283
275
|
bold: false,
|
|
@@ -305,8 +297,6 @@ export const Data = [
|
|
|
305
297
|
},
|
|
306
298
|
{
|
|
307
299
|
style: {
|
|
308
|
-
width: 250,
|
|
309
|
-
height: 32,
|
|
310
300
|
name: 'Arial Black',
|
|
311
301
|
size: 9,
|
|
312
302
|
bold: false,
|
|
@@ -335,8 +325,6 @@ export const Data = [
|
|
|
335
325
|
},
|
|
336
326
|
{
|
|
337
327
|
style: {
|
|
338
|
-
width: 250,
|
|
339
|
-
height: 32,
|
|
340
328
|
name: 'Poppins',
|
|
341
329
|
size: 9,
|
|
342
330
|
bold: false,
|
|
@@ -365,8 +353,6 @@ export const Data = [
|
|
|
365
353
|
},
|
|
366
354
|
{
|
|
367
355
|
style: {
|
|
368
|
-
width: 250,
|
|
369
|
-
height: 32,
|
|
370
356
|
name: 'Poppins',
|
|
371
357
|
size: 9,
|
|
372
358
|
bold: false,
|
|
@@ -409,8 +395,6 @@ export const Data = [
|
|
|
409
395
|
},
|
|
410
396
|
{
|
|
411
397
|
style: {
|
|
412
|
-
width: 250,
|
|
413
|
-
height: 32,
|
|
414
398
|
name: 'Lucida Console',
|
|
415
399
|
size: 9,
|
|
416
400
|
bold: false,
|
|
@@ -437,43 +421,11 @@ export const Data = [
|
|
|
437
421
|
},
|
|
438
422
|
value: 'Lucida Console',
|
|
439
423
|
},
|
|
440
|
-
{
|
|
441
|
-
value: 'Trebuchet MS',
|
|
442
|
-
style: {
|
|
443
|
-
width: 250,
|
|
444
|
-
height: 32,
|
|
445
|
-
name: 'Trebuchet MS',
|
|
446
|
-
size: 9,
|
|
447
|
-
bold: false,
|
|
448
|
-
italic: false,
|
|
449
|
-
underline: false,
|
|
450
|
-
color: '000000',
|
|
451
|
-
backgroundColor: 'ffffff',
|
|
452
|
-
borderColor: '000000',
|
|
453
|
-
border: {
|
|
454
|
-
top: 'THIN',
|
|
455
|
-
right: 'THIN',
|
|
456
|
-
bottom: 'THIN',
|
|
457
|
-
left: 'THIN',
|
|
458
|
-
},
|
|
459
|
-
alignment: {
|
|
460
|
-
horizontal: 'LEFT',
|
|
461
|
-
vertical: 'BOTTOM',
|
|
462
|
-
wrapText: false,
|
|
463
|
-
},
|
|
464
|
-
},
|
|
465
|
-
readOnly: false,
|
|
466
|
-
inputType: {
|
|
467
|
-
type: 'text',
|
|
468
|
-
},
|
|
469
|
-
},
|
|
470
424
|
],
|
|
471
425
|
[
|
|
472
426
|
{
|
|
473
427
|
value: 'Lucida Sans Unicode',
|
|
474
428
|
style: {
|
|
475
|
-
width: 150,
|
|
476
|
-
height: 200,
|
|
477
429
|
name: 'Lucida Sans Unicode',
|
|
478
430
|
size: 9,
|
|
479
431
|
bold: false,
|
|
@@ -502,8 +454,6 @@ export const Data = [
|
|
|
502
454
|
{
|
|
503
455
|
value: 'Arial Rounded MT Bold',
|
|
504
456
|
style: {
|
|
505
|
-
width: 250,
|
|
506
|
-
height: 200,
|
|
507
457
|
name: 'Arial Rounded MT Bold',
|
|
508
458
|
size: 9,
|
|
509
459
|
bold: false,
|
|
@@ -532,8 +482,6 @@ export const Data = [
|
|
|
532
482
|
{
|
|
533
483
|
value: '',
|
|
534
484
|
style: {
|
|
535
|
-
width: 250,
|
|
536
|
-
height: 200,
|
|
537
485
|
name: 'Poppins',
|
|
538
486
|
size: 9,
|
|
539
487
|
bold: false,
|
|
@@ -561,8 +509,6 @@ export const Data = [
|
|
|
561
509
|
},
|
|
562
510
|
{
|
|
563
511
|
style: {
|
|
564
|
-
width: 250,
|
|
565
|
-
height: 200,
|
|
566
512
|
name: 'Poppins',
|
|
567
513
|
size: 9,
|
|
568
514
|
bold: false,
|
|
@@ -591,8 +537,6 @@ export const Data = [
|
|
|
591
537
|
},
|
|
592
538
|
{
|
|
593
539
|
style: {
|
|
594
|
-
width: 250,
|
|
595
|
-
height: 200,
|
|
596
540
|
name: 'Poppins',
|
|
597
541
|
size: 9,
|
|
598
542
|
bold: false,
|
|
@@ -621,8 +565,6 @@ export const Data = [
|
|
|
621
565
|
},
|
|
622
566
|
{
|
|
623
567
|
style: {
|
|
624
|
-
width: 250,
|
|
625
|
-
height: 200,
|
|
626
568
|
name: 'Poppins',
|
|
627
569
|
size: 9,
|
|
628
570
|
bold: false,
|
|
@@ -638,8 +580,8 @@ export const Data = [
|
|
|
638
580
|
left: 'THIN',
|
|
639
581
|
},
|
|
640
582
|
alignment: {
|
|
641
|
-
horizontal: '
|
|
642
|
-
vertical: '
|
|
583
|
+
horizontal: 'LEFT',
|
|
584
|
+
vertical: 'BOTTOM',
|
|
643
585
|
wrapText: false,
|
|
644
586
|
},
|
|
645
587
|
},
|
|
@@ -681,8 +623,6 @@ export const Data = [
|
|
|
681
623
|
},
|
|
682
624
|
{
|
|
683
625
|
style: {
|
|
684
|
-
width: 250,
|
|
685
|
-
height: 200,
|
|
686
626
|
name: 'Poppins',
|
|
687
627
|
size: 9,
|
|
688
628
|
bold: false,
|
|
@@ -713,8 +653,6 @@ export const Data = [
|
|
|
713
653
|
[{
|
|
714
654
|
value: 10000,
|
|
715
655
|
style: {
|
|
716
|
-
width: 150,
|
|
717
|
-
height: 100,
|
|
718
656
|
name: 'Poppins',
|
|
719
657
|
size: 9,
|
|
720
658
|
bold: false,
|
|
@@ -742,279 +680,5 @@ export const Data = [
|
|
|
742
680
|
},],
|
|
743
681
|
],
|
|
744
682
|
},
|
|
745
|
-
{
|
|
746
|
-
sheetName: 'Sheet2',
|
|
747
|
-
data: [[
|
|
748
|
-
{
|
|
749
|
-
value: 'Excel One2',
|
|
750
|
-
style: {
|
|
751
|
-
width: 250,
|
|
752
|
-
height: 200,
|
|
753
|
-
name: 'Times New Roman',
|
|
754
|
-
size: 24,
|
|
755
|
-
bold: false,
|
|
756
|
-
italic: false,
|
|
757
|
-
underline: false,
|
|
758
|
-
color: '000000',
|
|
759
|
-
backgroundColor: 'ffffff',
|
|
760
|
-
borderColor: 'F2F2F2',
|
|
761
|
-
border: {
|
|
762
|
-
top: 'MEDIUM',
|
|
763
|
-
right: 'MEDIUM',
|
|
764
|
-
bottom: 'MEDIUM',
|
|
765
|
-
left: 'MEDIUM',
|
|
766
|
-
},
|
|
767
|
-
alignment: {
|
|
768
|
-
horizontal: 'LEFT',
|
|
769
|
-
vertical: 'BOTTOM',
|
|
770
|
-
wrapText: false,
|
|
771
|
-
},
|
|
772
|
-
},
|
|
773
|
-
readOnly: false,
|
|
774
|
-
inputType: {
|
|
775
|
-
type: 'text',
|
|
776
|
-
},
|
|
777
|
-
},
|
|
778
|
-
]]
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
sheetName: 'Sheet3',
|
|
782
|
-
data: [[
|
|
783
|
-
{
|
|
784
|
-
value: 'Excel One3',
|
|
785
|
-
style: {
|
|
786
|
-
width: 250,
|
|
787
|
-
height: 200,
|
|
788
|
-
name: 'Times New Roman',
|
|
789
|
-
size: 24,
|
|
790
|
-
bold: false,
|
|
791
|
-
italic: false,
|
|
792
|
-
underline: false,
|
|
793
|
-
color: '000000',
|
|
794
|
-
backgroundColor: 'ffffff',
|
|
795
|
-
borderColor: 'F2F2F2',
|
|
796
|
-
border: {
|
|
797
|
-
top: 'MEDIUM',
|
|
798
|
-
right: 'MEDIUM',
|
|
799
|
-
bottom: 'MEDIUM',
|
|
800
|
-
left: 'MEDIUM',
|
|
801
|
-
},
|
|
802
|
-
alignment: {
|
|
803
|
-
horizontal: 'LEFT',
|
|
804
|
-
vertical: 'BOTTOM',
|
|
805
|
-
wrapText: false,
|
|
806
|
-
},
|
|
807
|
-
},
|
|
808
|
-
readOnly: false,
|
|
809
|
-
inputType: {
|
|
810
|
-
type: 'text',
|
|
811
|
-
},
|
|
812
|
-
},
|
|
813
|
-
]]
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
sheetName: 'Sheet4',
|
|
817
|
-
data: [[
|
|
818
|
-
{
|
|
819
|
-
value: 'Excel One4',
|
|
820
|
-
style: {
|
|
821
|
-
width: 250,
|
|
822
|
-
height: 200,
|
|
823
|
-
name: 'Times New Roman',
|
|
824
|
-
size: 24,
|
|
825
|
-
bold: false,
|
|
826
|
-
italic: false,
|
|
827
|
-
underline: false,
|
|
828
|
-
color: '000000',
|
|
829
|
-
backgroundColor: 'ffffff',
|
|
830
|
-
borderColor: 'F2F2F2',
|
|
831
|
-
border: {
|
|
832
|
-
top: 'MEDIUM',
|
|
833
|
-
right: 'MEDIUM',
|
|
834
|
-
bottom: 'MEDIUM',
|
|
835
|
-
left: 'MEDIUM',
|
|
836
|
-
},
|
|
837
|
-
alignment: {
|
|
838
|
-
horizontal: 'LEFT',
|
|
839
|
-
vertical: 'BOTTOM',
|
|
840
|
-
wrapText: false,
|
|
841
|
-
},
|
|
842
|
-
},
|
|
843
|
-
readOnly: false,
|
|
844
|
-
inputType: {
|
|
845
|
-
type: 'text',
|
|
846
|
-
},
|
|
847
|
-
},
|
|
848
|
-
]]
|
|
849
|
-
}
|
|
850
|
-
];
|
|
851
|
-
export const importData = [
|
|
852
|
-
{
|
|
853
|
-
sheetName: 'Sheet1',
|
|
854
|
-
data: [[
|
|
855
|
-
{
|
|
856
|
-
value: 'Excel Two1',
|
|
857
|
-
style: {
|
|
858
|
-
width: 250,
|
|
859
|
-
height: 200,
|
|
860
|
-
name: 'Times New Roman',
|
|
861
|
-
size: 24,
|
|
862
|
-
bold: false,
|
|
863
|
-
italic: false,
|
|
864
|
-
underline: false,
|
|
865
|
-
color: '000000',
|
|
866
|
-
backgroundColor: 'ffffff',
|
|
867
|
-
borderColor: 'F2F2F2',
|
|
868
|
-
border: {
|
|
869
|
-
top: 'MEDIUM',
|
|
870
|
-
right: 'MEDIUM',
|
|
871
|
-
bottom: 'MEDIUM',
|
|
872
|
-
left: 'MEDIUM',
|
|
873
|
-
},
|
|
874
|
-
alignment: {
|
|
875
|
-
horizontal: 'LEFT',
|
|
876
|
-
vertical: 'BOTTOM',
|
|
877
|
-
wrapText: false,
|
|
878
|
-
},
|
|
879
|
-
},
|
|
880
|
-
readOnly: false,
|
|
881
|
-
inputType: {
|
|
882
|
-
type: 'text',
|
|
883
|
-
},
|
|
884
|
-
},
|
|
885
|
-
], [{}, {
|
|
886
|
-
"value": "",
|
|
887
|
-
"style": {
|
|
888
|
-
"name": "Poppins",
|
|
889
|
-
"size": 9,
|
|
890
|
-
"bold": false,
|
|
891
|
-
"italic": false,
|
|
892
|
-
"underline": false,
|
|
893
|
-
"color": "000000",
|
|
894
|
-
"backgroundColor": "ffffff",
|
|
895
|
-
"borderColor": "F2F2F2",
|
|
896
|
-
"border": {
|
|
897
|
-
"top": "THIN",
|
|
898
|
-
"right": "THIN",
|
|
899
|
-
"bottom": "THIN",
|
|
900
|
-
"left": "THIN"
|
|
901
|
-
},
|
|
902
|
-
"alignment": {
|
|
903
|
-
"horizontal": "LEFT",
|
|
904
|
-
"vertical": "CENTER",
|
|
905
|
-
"wrapText": false
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"readOnly": false,
|
|
909
|
-
"inputType": {
|
|
910
|
-
"type": "file"
|
|
911
|
-
}
|
|
912
|
-
}]]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
sheetName: 'Sheet2',
|
|
916
|
-
data: [[
|
|
917
|
-
{
|
|
918
|
-
value: 'Excel Two2',
|
|
919
|
-
style: {
|
|
920
|
-
width: 250,
|
|
921
|
-
height: 200,
|
|
922
|
-
name: 'Times New Roman',
|
|
923
|
-
size: 24,
|
|
924
|
-
bold: false,
|
|
925
|
-
italic: false,
|
|
926
|
-
underline: false,
|
|
927
|
-
color: '000000',
|
|
928
|
-
backgroundColor: 'ffffff',
|
|
929
|
-
borderColor: 'F2F2F2',
|
|
930
|
-
border: {
|
|
931
|
-
top: 'MEDIUM',
|
|
932
|
-
right: 'MEDIUM',
|
|
933
|
-
bottom: 'MEDIUM',
|
|
934
|
-
left: 'MEDIUM',
|
|
935
|
-
},
|
|
936
|
-
alignment: {
|
|
937
|
-
horizontal: 'LEFT',
|
|
938
|
-
vertical: 'BOTTOM',
|
|
939
|
-
wrapText: false,
|
|
940
|
-
},
|
|
941
|
-
},
|
|
942
|
-
readOnly: false,
|
|
943
|
-
inputType: {
|
|
944
|
-
type: 'text',
|
|
945
|
-
},
|
|
946
|
-
},
|
|
947
|
-
]]
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
sheetName: 'Sheet3',
|
|
951
|
-
data: [[
|
|
952
|
-
{
|
|
953
|
-
value: 'Excel Two3',
|
|
954
|
-
style: {
|
|
955
|
-
width: 250,
|
|
956
|
-
height: 200,
|
|
957
|
-
name: 'Times New Roman',
|
|
958
|
-
size: 24,
|
|
959
|
-
bold: false,
|
|
960
|
-
italic: false,
|
|
961
|
-
underline: false,
|
|
962
|
-
color: '000000',
|
|
963
|
-
backgroundColor: 'ffffff',
|
|
964
|
-
borderColor: 'F2F2F2',
|
|
965
|
-
border: {
|
|
966
|
-
top: 'MEDIUM',
|
|
967
|
-
right: 'MEDIUM',
|
|
968
|
-
bottom: 'MEDIUM',
|
|
969
|
-
left: 'MEDIUM',
|
|
970
|
-
},
|
|
971
|
-
alignment: {
|
|
972
|
-
horizontal: 'LEFT',
|
|
973
|
-
vertical: 'BOTTOM',
|
|
974
|
-
wrapText: false,
|
|
975
|
-
},
|
|
976
|
-
},
|
|
977
|
-
readOnly: false,
|
|
978
|
-
inputType: {
|
|
979
|
-
type: 'text',
|
|
980
|
-
},
|
|
981
|
-
},
|
|
982
|
-
]]
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
sheetName: 'Sheet4',
|
|
986
|
-
data: [[
|
|
987
|
-
{
|
|
988
|
-
value: 'Excel Two4',
|
|
989
|
-
style: {
|
|
990
|
-
width: 250,
|
|
991
|
-
height: 200,
|
|
992
|
-
name: 'Times New Roman',
|
|
993
|
-
size: 24,
|
|
994
|
-
bold: false,
|
|
995
|
-
italic: false,
|
|
996
|
-
underline: false,
|
|
997
|
-
color: '000000',
|
|
998
|
-
backgroundColor: 'ffffff',
|
|
999
|
-
borderColor: 'F2F2F2',
|
|
1000
|
-
border: {
|
|
1001
|
-
top: 'MEDIUM',
|
|
1002
|
-
right: 'MEDIUM',
|
|
1003
|
-
bottom: 'MEDIUM',
|
|
1004
|
-
left: 'MEDIUM',
|
|
1005
|
-
},
|
|
1006
|
-
alignment: {
|
|
1007
|
-
horizontal: 'LEFT',
|
|
1008
|
-
vertical: 'BOTTOM',
|
|
1009
|
-
wrapText: false,
|
|
1010
|
-
},
|
|
1011
|
-
},
|
|
1012
|
-
readOnly: false,
|
|
1013
|
-
inputType: {
|
|
1014
|
-
type: 'text',
|
|
1015
|
-
},
|
|
1016
|
-
},
|
|
1017
|
-
]]
|
|
1018
|
-
}
|
|
1019
683
|
];
|
|
1020
684
|
//# sourceMappingURL=Data.js.map
|