pixel-react 1.5.9 → 1.6.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/.yarn/install-state.gz +0 -0
- package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
- package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
- package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
- package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/lib/components/AddButton/AddButton.d.ts +5 -0
- package/lib/components/AddButton/AddButton.stories.d.ts +6 -0
- package/lib/components/AddButton/index.d.ts +1 -0
- package/lib/components/AddButton/types.d.ts +4 -0
- package/lib/components/AttachImage/AttachImage.stories.d.ts +7 -0
- package/lib/components/Charts/BarChart/BarChart.stories.d.ts +6 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +8 -0
- package/lib/components/Charts/LineChart/LineChart.stories.d.ts +7 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +8 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +6 -0
- package/lib/components/EditTextField/EditTextField.stories.d.ts +10 -0
- package/lib/components/Editor/Editor.stories.d.ts +6 -0
- package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +4 -0
- package/lib/components/Excel/ExcelFile.stories.d.ts +6 -0
- package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +14 -0
- package/lib/components/ExcelFile/ImportExcelStyles.d.ts +24 -0
- package/lib/components/FieldSet/FieldSet.d.ts +5 -0
- package/lib/components/FieldSet/index.d.ts +1 -0
- package/lib/components/FieldSet/types.d.ts +7 -0
- package/lib/components/FileDropzone/types.d.ts +8 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +2 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +1 -1
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +1 -0
- package/lib/components/Select/Select.stories.d.ts +1 -0
- package/lib/components/StatusCard/StatusCard.stories.d.ts +11 -0
- package/lib/components/TableTree/TableTree.d.ts +4 -24
- package/lib/components/TableTree/data.d.ts +78 -273
- package/lib/components/TableTree/types.d.ts +29 -0
- package/lib/index.d.ts +98 -20
- package/lib/index.esm.js +367 -370
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +371 -370
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +10 -0
- package/package.json +2 -2
- package/src/assets/icons/approval_pending.svg +8 -8
- package/src/assets/icons/configuration.svg +3 -3
- package/src/assets/icons/defects.svg +8 -8
- package/src/assets/icons/element.svg +4 -4
- package/src/assets/icons/export.svg +5 -0
- package/src/assets/icons/import.svg +5 -0
- package/src/assets/icons/info_icon.svg +4 -16
- package/src/assets/icons/project_element.svg +4 -4
- package/src/assets/icons/replace_file.svg +14 -0
- package/src/assets/icons/step_group.svg +10 -10
- package/src/assets/icons/variable.svg +3 -3
- package/src/assets/icons/web_service_icon.svg +3 -0
- package/src/components/Checkbox/Checkbox.tsx +1 -7
- package/src/components/DragAndDrop/DragAndDropList.tsx +5 -4
- package/src/components/FieldSet/FieldSet.scss +9 -0
- package/src/components/FieldSet/FieldSet.stories.tsx +103 -0
- package/src/components/FieldSet/FieldSet.tsx +29 -0
- package/src/components/FieldSet/index.ts +1 -0
- package/src/components/FieldSet/types.ts +8 -0
- package/src/components/FileDropzone/FileDropzone.scss +1 -1
- package/src/components/FileDropzone/FileDropzone.stories.tsx +15 -3
- package/src/components/FileDropzone/FileDropzone.tsx +5 -0
- package/src/components/FileDropzone/FilePreview.tsx +1 -1
- package/src/components/FileDropzone/types.ts +8 -0
- package/src/components/Icon/iconList.ts +11 -7
- package/src/components/MultiSelect/Dropdown.tsx +7 -3
- package/src/components/MultiSelect/MultiSelect.stories.tsx +6 -1
- package/src/components/MultiSelect/MultiSelect.tsx +4 -20
- package/src/components/MultiSelect/MultiSelectTypes.ts +2 -0
- package/src/components/TableTree/TableTree.scss +154 -123
- package/src/components/TableTree/TableTree.stories.tsx +10 -5
- package/src/components/TableTree/TableTree.tsx +220 -287
- package/src/components/TableTree/data.ts +677 -569
- package/src/components/TableTree/types.ts +31 -0
- package/src/components/Toast/Toast.tsx +1 -1
- package/src/index.ts +8 -0
- /package/lib/components/ExcelFile/{ColorBarselector → ColorBarSelector}/ColorBarSelector.d.ts +0 -0
|
@@ -1,573 +1,681 @@
|
|
|
1
|
-
const
|
|
1
|
+
const data = [
|
|
2
2
|
{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
3
|
+
node: {
|
|
4
|
+
subModuleCount: 15,
|
|
5
|
+
title: 'FIreFlink',
|
|
6
|
+
scriptCount: 0,
|
|
7
|
+
path: '/Root',
|
|
8
|
+
expanded: true,
|
|
9
|
+
modifiedOn: '19-12-2023 15:32',
|
|
10
|
+
children: false,
|
|
11
|
+
lastExecutionOrder: 3,
|
|
12
|
+
imported: false,
|
|
13
|
+
modifiedBy: '--',
|
|
14
|
+
moduleCountWithScript: 1,
|
|
15
|
+
state: 'NEW',
|
|
16
|
+
key: 'MOD1001',
|
|
17
|
+
ver: 1,
|
|
18
|
+
hierarchy: 0,
|
|
19
|
+
assigneeCount: 0,
|
|
20
|
+
searchKey: '/MOD100111111',
|
|
21
|
+
modifiedByUname: '--',
|
|
22
|
+
executionOrder: 0,
|
|
23
|
+
createdByUname: 'Shivaprasad',
|
|
24
|
+
folder: true,
|
|
25
|
+
moduleLevelScriptCount: 0,
|
|
26
|
+
name: 'Root Module',
|
|
27
|
+
},
|
|
28
|
+
level: 0,
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
node: {
|
|
32
|
+
subModuleCount: 15,
|
|
33
|
+
title: 'FIreFlink---------------s',
|
|
34
|
+
scriptCount: 0,
|
|
35
|
+
path: '/Root',
|
|
36
|
+
expanded: true,
|
|
37
|
+
modifiedOn: '19-12-2023 15:32',
|
|
38
|
+
children: false,
|
|
39
|
+
lastExecutionOrder: 3,
|
|
40
|
+
imported: false,
|
|
41
|
+
modifiedBy: '--',
|
|
42
|
+
moduleCountWithScript: 1,
|
|
43
|
+
state: 'NEW',
|
|
44
|
+
key: 'MOD1001',
|
|
45
|
+
ver: 1,
|
|
46
|
+
hierarchy: 0,
|
|
47
|
+
assigneeCount: 0,
|
|
48
|
+
searchKey: '/MOD1001111110000000000',
|
|
49
|
+
modifiedByUname: '--',
|
|
50
|
+
executionOrder: 0,
|
|
51
|
+
createdByUname: 'Shivaprasad',
|
|
52
|
+
folder: true,
|
|
53
|
+
moduleLevelScriptCount: 0,
|
|
54
|
+
name: 'Root Module',
|
|
55
|
+
},
|
|
56
|
+
level: 1,
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
node: {
|
|
60
|
+
subModuleCount: 10,
|
|
61
|
+
title: 'Home',
|
|
62
|
+
scriptCount: 0,
|
|
63
|
+
path: '/Root/Home',
|
|
64
|
+
expanded: true,
|
|
65
|
+
modifiedOn: '19-12-2023 15:43',
|
|
66
|
+
folder: true,
|
|
67
|
+
children: false,
|
|
68
|
+
},
|
|
69
|
+
level: 1,
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
node: {
|
|
73
|
+
ver: 1,
|
|
74
|
+
hierarchy: 2,
|
|
75
|
+
subModuleCount: 4,
|
|
76
|
+
assigneeCount: 0,
|
|
77
|
+
searchKey: '/MOD1001/MOD1002/MOD10031111',
|
|
78
|
+
modifiedByUname: '--',
|
|
79
|
+
title: 'Setup',
|
|
80
|
+
scriptCount: 0,
|
|
81
|
+
executionOrder: 1,
|
|
82
|
+
createdByUname: 'Shivaprasad',
|
|
83
|
+
parentId: 'MOD1002',
|
|
84
|
+
path: '/Root/Home/Setup',
|
|
85
|
+
expanded: false,
|
|
86
|
+
modifiedOn: '19-12-2023 16:40',
|
|
87
|
+
parentName: 'Home',
|
|
88
|
+
moduleLevelScriptCount: 0,
|
|
89
|
+
lastExecutionOrder: 0,
|
|
90
|
+
imported: false,
|
|
91
|
+
name: 'Setup',
|
|
92
|
+
modifiedBy: '--',
|
|
93
|
+
moduleCountWithScript: 0,
|
|
94
|
+
state: 'NEW',
|
|
95
|
+
key: 'MOD1003',
|
|
96
|
+
folder: true,
|
|
97
|
+
children: false,
|
|
98
|
+
},
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
node: {
|
|
103
|
+
ver: 1,
|
|
104
|
+
hierarchy: 3,
|
|
105
|
+
subModuleCount: 0,
|
|
106
|
+
assigneeCount: 0,
|
|
107
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1101',
|
|
108
|
+
modifiedByUname: '--',
|
|
109
|
+
title: 'Initial Setup',
|
|
110
|
+
scriptCount: 0,
|
|
111
|
+
executionOrder: 1,
|
|
112
|
+
createdByUname: 'Shivaprasad',
|
|
113
|
+
parentId: 'MOD1003',
|
|
114
|
+
path: '/Root/Home/Setup/Initial Setup',
|
|
115
|
+
expanded: false,
|
|
116
|
+
modifiedOn: '20-12-2023 09:00',
|
|
117
|
+
parentName: 'Setup',
|
|
118
|
+
moduleLevelScriptCount: 0,
|
|
119
|
+
lastExecutionOrder: 0,
|
|
120
|
+
imported: false,
|
|
121
|
+
name: 'Initial Setup',
|
|
122
|
+
modifiedBy: '--',
|
|
123
|
+
moduleCountWithScript: 0,
|
|
124
|
+
state: 'NEW',
|
|
125
|
+
key: 'MOD1101',
|
|
126
|
+
children: true,
|
|
127
|
+
},
|
|
128
|
+
level: 3,
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
node: {
|
|
132
|
+
ver: 1,
|
|
133
|
+
hierarchy: 3,
|
|
134
|
+
subModuleCount: 0,
|
|
135
|
+
assigneeCount: 0,
|
|
136
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1102',
|
|
137
|
+
modifiedByUname: '--',
|
|
138
|
+
title: 'Advanced Setup',
|
|
139
|
+
scriptCount: 0,
|
|
140
|
+
executionOrder: 2,
|
|
141
|
+
createdByUname: 'Shivaprasad',
|
|
142
|
+
parentId: 'MOD1003',
|
|
143
|
+
path: '/Root/Home/Setup/Advanced Setup',
|
|
144
|
+
expanded: false,
|
|
145
|
+
modifiedOn: '20-12-2023 09:30',
|
|
146
|
+
parentName: 'Setup',
|
|
147
|
+
moduleLevelScriptCount: 0,
|
|
148
|
+
lastExecutionOrder: 0,
|
|
149
|
+
imported: false,
|
|
150
|
+
name: 'Advanced Setup',
|
|
151
|
+
modifiedBy: '--',
|
|
152
|
+
moduleCountWithScript: 0,
|
|
153
|
+
state: 'NEW',
|
|
154
|
+
key: 'MOD1102',
|
|
155
|
+
children: true,
|
|
156
|
+
},
|
|
157
|
+
level: 3,
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
node: {
|
|
161
|
+
ver: 1,
|
|
162
|
+
hierarchy: 3,
|
|
163
|
+
subModuleCount: 0,
|
|
164
|
+
assigneeCount: 0,
|
|
165
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1103',
|
|
166
|
+
modifiedByUname: '--',
|
|
167
|
+
title: 'Setup Review',
|
|
168
|
+
scriptCount: 0,
|
|
169
|
+
executionOrder: 3,
|
|
170
|
+
createdByUname: 'Shivaprasad',
|
|
171
|
+
parentId: 'MOD1003',
|
|
172
|
+
path: '/Root/Home/Setup/Setup Review',
|
|
173
|
+
expanded: false,
|
|
174
|
+
modifiedOn: '20-12-2023 10:00',
|
|
175
|
+
parentName: 'Setup',
|
|
176
|
+
moduleLevelScriptCount: 0,
|
|
177
|
+
lastExecutionOrder: 0,
|
|
178
|
+
imported: false,
|
|
179
|
+
name: 'Setup Review',
|
|
180
|
+
modifiedBy: '--',
|
|
181
|
+
moduleCountWithScript: 0,
|
|
182
|
+
state: 'NEW',
|
|
183
|
+
key: 'MOD1103',
|
|
184
|
+
children: true,
|
|
185
|
+
},
|
|
186
|
+
level: 3,
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
node: {
|
|
190
|
+
ver: 1,
|
|
191
|
+
hierarchy: 2,
|
|
192
|
+
subModuleCount: 4,
|
|
193
|
+
assigneeCount: 0,
|
|
194
|
+
searchKey: '/MOD1001/MOD1002/MOD1004',
|
|
195
|
+
modifiedByUname: '--',
|
|
196
|
+
title: 'Authoring',
|
|
197
|
+
scriptCount: 0,
|
|
198
|
+
executionOrder: 2,
|
|
199
|
+
createdByUname: 'Shivaprasad',
|
|
200
|
+
parentId: 'MOD1002',
|
|
201
|
+
path: '/Root/Home/Authoring Cycle',
|
|
202
|
+
expanded: false,
|
|
203
|
+
modifiedOn: '19-12-2023 16:40',
|
|
204
|
+
parentName: 'Home',
|
|
205
|
+
moduleLevelScriptCount: 0,
|
|
206
|
+
lastExecutionOrder: 0,
|
|
207
|
+
imported: false,
|
|
208
|
+
name: 'Authoring Cycle',
|
|
209
|
+
modifiedBy: '--',
|
|
210
|
+
moduleCountWithScript: 0,
|
|
211
|
+
state: 'NEW',
|
|
212
|
+
key: 'MOD1004',
|
|
213
|
+
folder: true,
|
|
214
|
+
children: false,
|
|
215
|
+
},
|
|
216
|
+
level: 2,
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
node: {
|
|
220
|
+
ver: 1,
|
|
221
|
+
hierarchy: 3,
|
|
222
|
+
subModuleCount: 0,
|
|
223
|
+
assigneeCount: 0,
|
|
224
|
+
searchKey: '/MOD1001/MOD1002/MOD1004/MOD1201',
|
|
225
|
+
modifiedByUname: '--',
|
|
226
|
+
title: 'Draft Authoring',
|
|
227
|
+
scriptCount: 0,
|
|
228
|
+
executionOrder: 1,
|
|
229
|
+
createdByUname: 'Shivaprasad',
|
|
230
|
+
parentId: 'MOD1004',
|
|
231
|
+
path: '/Root/Home/Authoring Cycle/Draft Authoring',
|
|
232
|
+
expanded: false,
|
|
233
|
+
modifiedOn: '21-12-2023 11:00',
|
|
234
|
+
parentName: 'Authoring Cycle',
|
|
235
|
+
moduleLevelScriptCount: 0,
|
|
236
|
+
lastExecutionOrder: 0,
|
|
237
|
+
imported: false,
|
|
238
|
+
name: 'Draft Authoring',
|
|
239
|
+
modifiedBy: '--',
|
|
240
|
+
moduleCountWithScript: 0,
|
|
241
|
+
state: 'NEW',
|
|
242
|
+
key: 'MOD1201',
|
|
243
|
+
children: true,
|
|
244
|
+
},
|
|
245
|
+
level: 3,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
node: {
|
|
249
|
+
ver: 1,
|
|
250
|
+
hierarchy: 3,
|
|
251
|
+
subModuleCount: 0,
|
|
252
|
+
assigneeCount: 0,
|
|
253
|
+
searchKey: '/MOD1001/MOD1002/MOD1004/MOD1202',
|
|
254
|
+
modifiedByUname: '--',
|
|
255
|
+
title: 'Peer Review',
|
|
256
|
+
scriptCount: 0,
|
|
257
|
+
executionOrder: 2,
|
|
258
|
+
createdByUname: 'Shivaprasad',
|
|
259
|
+
parentId: 'MOD1004',
|
|
260
|
+
path: '/Root/Home/Authoring Cycle/Peer Review',
|
|
261
|
+
expanded: false,
|
|
262
|
+
modifiedOn: '21-12-2023 11:30',
|
|
263
|
+
parentName: 'Authoring Cycle',
|
|
264
|
+
moduleLevelScriptCount: 0,
|
|
265
|
+
lastExecutionOrder: 0,
|
|
266
|
+
imported: false,
|
|
267
|
+
name: 'Peer Review',
|
|
268
|
+
modifiedBy: '--',
|
|
269
|
+
moduleCountWithScript: 0,
|
|
270
|
+
state: 'NEW',
|
|
271
|
+
key: 'MOD1202',
|
|
272
|
+
children: true,
|
|
273
|
+
},
|
|
274
|
+
level: 3,
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
node: {
|
|
278
|
+
subModuleCount: 10,
|
|
279
|
+
title: 'Home',
|
|
280
|
+
scriptCount: 0,
|
|
281
|
+
path: '/Root/Home',
|
|
282
|
+
expanded: false,
|
|
283
|
+
modifiedOn: '19-12-2023 15:43',
|
|
284
|
+
folder: true,
|
|
285
|
+
children: false,
|
|
286
|
+
},
|
|
287
|
+
level: 2,
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
node: {
|
|
291
|
+
ver: 1,
|
|
292
|
+
hierarchy: 2,
|
|
293
|
+
subModuleCount: 4,
|
|
294
|
+
assigneeCount: 0,
|
|
295
|
+
searchKey: '/MOD1001/MOD1002/MOD1003',
|
|
296
|
+
modifiedByUname: '--',
|
|
297
|
+
title: 'Setup',
|
|
298
|
+
scriptCount: 0,
|
|
299
|
+
executionOrder: 1,
|
|
300
|
+
createdByUname: 'Shivaprasad',
|
|
301
|
+
parentId: 'MOD1002',
|
|
302
|
+
path: '/Root/Home/Setup',
|
|
303
|
+
expanded: false,
|
|
304
|
+
modifiedOn: '19-12-2023 16:40',
|
|
305
|
+
parentName: 'Home',
|
|
306
|
+
moduleLevelScriptCount: 0,
|
|
307
|
+
lastExecutionOrder: 0,
|
|
308
|
+
imported: false,
|
|
309
|
+
name: 'Setup',
|
|
310
|
+
modifiedBy: '--',
|
|
311
|
+
moduleCountWithScript: 0,
|
|
312
|
+
state: 'NEW',
|
|
313
|
+
key: 'MOD1003',
|
|
314
|
+
folder: true,
|
|
315
|
+
children: false,
|
|
316
|
+
},
|
|
317
|
+
level: 3,
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
node: {
|
|
321
|
+
ver: 1,
|
|
322
|
+
hierarchy: 3,
|
|
323
|
+
subModuleCount: 0,
|
|
324
|
+
assigneeCount: 0,
|
|
325
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1101',
|
|
326
|
+
modifiedByUname: '--',
|
|
327
|
+
title: 'Initial Setup',
|
|
328
|
+
scriptCount: 0,
|
|
329
|
+
executionOrder: 1,
|
|
330
|
+
createdByUname: 'Shivaprasad',
|
|
331
|
+
parentId: 'MOD1003',
|
|
332
|
+
path: '/Root/Home/Setup/Initial Setup',
|
|
333
|
+
expanded: false,
|
|
334
|
+
modifiedOn: '20-12-2023 09:00',
|
|
335
|
+
parentName: 'Setup',
|
|
336
|
+
moduleLevelScriptCount: 0,
|
|
337
|
+
lastExecutionOrder: 0,
|
|
338
|
+
imported: false,
|
|
339
|
+
name: 'Initial Setup',
|
|
340
|
+
modifiedBy: '--',
|
|
341
|
+
moduleCountWithScript: 0,
|
|
342
|
+
state: 'NEW',
|
|
343
|
+
key: 'MOD1101',
|
|
344
|
+
children: true,
|
|
345
|
+
},
|
|
346
|
+
level: 4,
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
node: {
|
|
350
|
+
ver: 1,
|
|
351
|
+
hierarchy: 3,
|
|
352
|
+
subModuleCount: 0,
|
|
353
|
+
assigneeCount: 0,
|
|
354
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1102',
|
|
355
|
+
modifiedByUname: '--',
|
|
356
|
+
title: 'Advanced Setup',
|
|
357
|
+
scriptCount: 0,
|
|
358
|
+
executionOrder: 2,
|
|
359
|
+
createdByUname: 'Shivaprasad',
|
|
360
|
+
parentId: 'MOD1003',
|
|
361
|
+
path: '/Root/Home/Setup/Advanced Setup',
|
|
362
|
+
expanded: false,
|
|
363
|
+
modifiedOn: '20-12-2023 09:30',
|
|
364
|
+
parentName: 'Setup',
|
|
365
|
+
moduleLevelScriptCount: 0,
|
|
366
|
+
lastExecutionOrder: 0,
|
|
367
|
+
imported: false,
|
|
368
|
+
name: 'Advanced Setup',
|
|
369
|
+
modifiedBy: '--',
|
|
370
|
+
moduleCountWithScript: 0,
|
|
371
|
+
state: 'NEW',
|
|
372
|
+
key: 'MOD1102',
|
|
373
|
+
children: true,
|
|
374
|
+
},
|
|
375
|
+
level: 4,
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
node: {
|
|
379
|
+
ver: 1,
|
|
380
|
+
hierarchy: 3,
|
|
381
|
+
subModuleCount: 0,
|
|
382
|
+
assigneeCount: 0,
|
|
383
|
+
searchKey: '/MOD1001/MOD1002/MOD1003/MOD1103',
|
|
384
|
+
modifiedByUname: '--',
|
|
385
|
+
title: 'Setup Review',
|
|
386
|
+
scriptCount: 0,
|
|
387
|
+
executionOrder: 3,
|
|
388
|
+
createdByUname: 'Shivaprasad',
|
|
389
|
+
parentId: 'MOD1003',
|
|
390
|
+
path: '/Root/Home/Setup/Setup Review',
|
|
391
|
+
expanded: false,
|
|
392
|
+
modifiedOn: '20-12-2023 10:00',
|
|
393
|
+
parentName: 'Setup',
|
|
394
|
+
moduleLevelScriptCount: 0,
|
|
395
|
+
lastExecutionOrder: 0,
|
|
396
|
+
imported: false,
|
|
397
|
+
name: 'Setup Review',
|
|
398
|
+
modifiedBy: '--',
|
|
399
|
+
moduleCountWithScript: 0,
|
|
400
|
+
state: 'NEW',
|
|
401
|
+
key: 'MOD1103',
|
|
402
|
+
children: true,
|
|
403
|
+
},
|
|
404
|
+
level: 4,
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
node: {
|
|
408
|
+
ver: 1,
|
|
409
|
+
hierarchy: 2,
|
|
410
|
+
subModuleCount: 4,
|
|
411
|
+
assigneeCount: 0,
|
|
412
|
+
searchKey: '/MOD1001/MOD1002/MOD1004',
|
|
413
|
+
modifiedByUname: '--',
|
|
414
|
+
title: 'Authoring Cycle',
|
|
415
|
+
scriptCount: 0,
|
|
416
|
+
executionOrder: 2,
|
|
417
|
+
createdByUname: 'Shivaprasad',
|
|
418
|
+
parentId: 'MOD1002',
|
|
419
|
+
path: '/Root/Home/Authoring Cycle',
|
|
420
|
+
expanded: false,
|
|
421
|
+
modifiedOn: '19-12-2023 16:40',
|
|
422
|
+
parentName: 'Home',
|
|
423
|
+
moduleLevelScriptCount: 0,
|
|
424
|
+
lastExecutionOrder: 0,
|
|
425
|
+
imported: false,
|
|
426
|
+
name: 'Authoring Cycle',
|
|
427
|
+
modifiedBy: '--',
|
|
428
|
+
moduleCountWithScript: 0,
|
|
429
|
+
state: 'NEW',
|
|
430
|
+
key: 'MOD1004',
|
|
431
|
+
folder: true,
|
|
432
|
+
children: false,
|
|
433
|
+
},
|
|
434
|
+
level: 3,
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
node: {
|
|
438
|
+
ver: 1,
|
|
439
|
+
hierarchy: 3,
|
|
440
|
+
subModuleCount: 0,
|
|
441
|
+
assigneeCount: 0,
|
|
442
|
+
searchKey: '/MOD1001/MOD1002/MOD1004/MOD1201',
|
|
443
|
+
modifiedByUname: '--',
|
|
444
|
+
title: 'Draft Authoring',
|
|
445
|
+
scriptCount: 0,
|
|
446
|
+
executionOrder: 1,
|
|
447
|
+
createdByUname: 'Shivaprasad',
|
|
448
|
+
parentId: 'MOD1004',
|
|
449
|
+
path: '/Root/Home/Authoring Cycle/Draft Authoring',
|
|
450
|
+
expanded: false,
|
|
451
|
+
modifiedOn: '21-12-2023 11:00',
|
|
452
|
+
parentName: 'Authoring Cycle',
|
|
453
|
+
moduleLevelScriptCount: 0,
|
|
454
|
+
lastExecutionOrder: 0,
|
|
455
|
+
imported: false,
|
|
456
|
+
name: 'Draft Authoring',
|
|
457
|
+
modifiedBy: '--',
|
|
458
|
+
moduleCountWithScript: 0,
|
|
459
|
+
state: 'NEW',
|
|
460
|
+
key: 'MOD1201',
|
|
461
|
+
children: true,
|
|
462
|
+
},
|
|
463
|
+
level: 4,
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
node: {
|
|
467
|
+
ver: 1,
|
|
468
|
+
hierarchy: 3,
|
|
469
|
+
subModuleCount: 0,
|
|
470
|
+
assigneeCount: 0,
|
|
471
|
+
searchKey: '/MOD1001/MOD1002/MOD1004/MOD1202',
|
|
472
|
+
modifiedByUname: '--',
|
|
473
|
+
title: 'Peer Review',
|
|
474
|
+
scriptCount: 0,
|
|
475
|
+
executionOrder: 2,
|
|
476
|
+
createdByUname: 'Shivaprasad',
|
|
477
|
+
parentId: 'MOD1004',
|
|
478
|
+
path: '/Root/Home/Authoring Cycle/Peer Review',
|
|
479
|
+
expanded: false,
|
|
480
|
+
modifiedOn: '21-12-2023 11:30',
|
|
481
|
+
parentName: 'Authoring Cycle',
|
|
482
|
+
moduleLevelScriptCount: 0,
|
|
483
|
+
lastExecutionOrder: 0,
|
|
484
|
+
imported: false,
|
|
485
|
+
name: 'Peer Review',
|
|
486
|
+
modifiedBy: '--',
|
|
487
|
+
moduleCountWithScript: 0,
|
|
488
|
+
state: 'NEW',
|
|
489
|
+
key: 'MOD1202',
|
|
490
|
+
children: true,
|
|
491
|
+
},
|
|
492
|
+
level: 4,
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
node: {
|
|
496
|
+
ver: 1,
|
|
497
|
+
hierarchy: 2,
|
|
498
|
+
subModuleCount: 0,
|
|
499
|
+
assigneeCount: 0,
|
|
500
|
+
searchKey: '/MOD1001/D1021/MOD1022',
|
|
501
|
+
modifiedByUname: '--',
|
|
502
|
+
title: 'Login',
|
|
503
|
+
scriptCount: 0,
|
|
504
|
+
executionOrder: 1,
|
|
505
|
+
createdByUname: 'Natacha',
|
|
506
|
+
parentId: 'MOD1021',
|
|
507
|
+
path: '/Root/Test/Login',
|
|
508
|
+
expanded: false,
|
|
509
|
+
modifiedOn: '10-01-2024 20:57',
|
|
510
|
+
parentName: 'Test',
|
|
511
|
+
moduleLevelScriptCount: 0,
|
|
512
|
+
lastExecutionOrder: 0,
|
|
513
|
+
imported: false,
|
|
514
|
+
name: 'Login',
|
|
515
|
+
modifiedBy: '--',
|
|
516
|
+
moduleCountWithScript: 0,
|
|
517
|
+
state: 'NEW',
|
|
518
|
+
key: 'MOD1022',
|
|
519
|
+
children: true,
|
|
520
|
+
},
|
|
521
|
+
level: 2,
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
node: {
|
|
525
|
+
subModuleCount: 5,
|
|
526
|
+
title: 'Test',
|
|
527
|
+
scriptCount: 0,
|
|
528
|
+
path: '/Root/Test',
|
|
529
|
+
expanded: false,
|
|
530
|
+
modifiedOn: '10-01-2024 20:56',
|
|
531
|
+
folder: true,
|
|
532
|
+
children: false,
|
|
533
|
+
},
|
|
534
|
+
level: 2,
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
node: {
|
|
538
|
+
ver: 1,
|
|
539
|
+
hierarchy: 2,
|
|
540
|
+
subModuleCount: 0,
|
|
541
|
+
assigneeCount: 0,
|
|
542
|
+
searchKey: '/MOD1001/MOD1021/MOD1022',
|
|
543
|
+
modifiedByUname: '--',
|
|
544
|
+
title: 'Login',
|
|
545
|
+
scriptCount: 0,
|
|
546
|
+
executionOrder: 1,
|
|
547
|
+
createdByUname: 'Natacha',
|
|
548
|
+
parentId: 'MOD1021',
|
|
549
|
+
path: '/Root/Test/Login',
|
|
550
|
+
expanded: false,
|
|
551
|
+
modifiedOn: '10-01-2024 20:57',
|
|
552
|
+
parentName: 'Test',
|
|
553
|
+
moduleLevelScriptCount: 0,
|
|
554
|
+
lastExecutionOrder: 0,
|
|
555
|
+
imported: false,
|
|
556
|
+
name: 'Login',
|
|
557
|
+
modifiedBy: '--',
|
|
558
|
+
moduleCountWithScript: 0,
|
|
559
|
+
state: 'NEW',
|
|
560
|
+
key: 'MOD1022',
|
|
561
|
+
children: true,
|
|
562
|
+
},
|
|
563
|
+
level: 3,
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
node: {
|
|
567
|
+
subModuleCount: 5,
|
|
568
|
+
title: 'Test',
|
|
569
|
+
scriptCount: 0,
|
|
570
|
+
path: '/Root/Test',
|
|
571
|
+
expanded: true,
|
|
572
|
+
modifiedOn: '10-01-2024 20:56',
|
|
573
|
+
folder: true,
|
|
574
|
+
children: false,
|
|
575
|
+
},
|
|
576
|
+
level: 1,
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
node: {
|
|
580
|
+
ver: 1,
|
|
581
|
+
hierarchy: 2,
|
|
582
|
+
subModuleCount: 0,
|
|
583
|
+
assigneeCount: 0,
|
|
584
|
+
searchKey: '/MOD1001/MOD1021/MOD10',
|
|
585
|
+
modifiedByUname: '--',
|
|
586
|
+
title: 'Login',
|
|
587
|
+
scriptCount: 0,
|
|
588
|
+
executionOrder: 1,
|
|
589
|
+
createdByUname: 'Natacha',
|
|
590
|
+
parentId: 'MOD1021',
|
|
591
|
+
path: '/Root/Test/Login',
|
|
592
|
+
expanded: false,
|
|
593
|
+
modifiedOn: '10-01-2024 20:57',
|
|
594
|
+
parentName: 'Test',
|
|
595
|
+
moduleLevelScriptCount: 0,
|
|
596
|
+
lastExecutionOrder: 0,
|
|
597
|
+
imported: false,
|
|
598
|
+
name: 'Login',
|
|
599
|
+
modifiedBy: '--',
|
|
600
|
+
moduleCountWithScript: 0,
|
|
601
|
+
state: 'NEW',
|
|
602
|
+
key: 'MOD1022',
|
|
603
|
+
children: true,
|
|
604
|
+
},
|
|
605
|
+
level: 2,
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
node: {
|
|
609
|
+
ver: 1,
|
|
610
|
+
hierarchy: 1,
|
|
611
|
+
subModuleCount: 0,
|
|
612
|
+
assigneeCount: 0,
|
|
613
|
+
searchKey: '/MOD1001/MOD1024',
|
|
614
|
+
modifiedByUname: '--',
|
|
615
|
+
title: 'Others',
|
|
616
|
+
scriptCount: 0,
|
|
617
|
+
executionOrder: 3,
|
|
618
|
+
createdByUname: 'Solabs',
|
|
619
|
+
parentId: 'MOD1001',
|
|
620
|
+
path: '/Root/Others',
|
|
621
|
+
expanded: false,
|
|
622
|
+
modifiedOn: '18-01-2024 16:14',
|
|
623
|
+
parentName: 'Root Module',
|
|
624
|
+
folder: true,
|
|
625
|
+
moduleLevelScriptCount: 0,
|
|
626
|
+
lastExecutionOrder: 0,
|
|
627
|
+
imported: false,
|
|
628
|
+
name: 'Others',
|
|
629
|
+
modifiedBy: '--',
|
|
630
|
+
moduleCountWithScript: 0,
|
|
631
|
+
state: 'NEW',
|
|
632
|
+
key: 'MOD1024',
|
|
633
|
+
children: false,
|
|
634
|
+
},
|
|
635
|
+
level: 1,
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
node: {
|
|
639
|
+
subModuleCount: 5,
|
|
640
|
+
title: 'Test',
|
|
641
|
+
scriptCount: 0,
|
|
642
|
+
path: '/Root/Test',
|
|
643
|
+
expanded: false,
|
|
644
|
+
modifiedOn: '10-01-2024 20:56',
|
|
645
|
+
folder: true,
|
|
646
|
+
children: false,
|
|
647
|
+
},
|
|
648
|
+
level: 2,
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
node: {
|
|
652
|
+
ver: 1,
|
|
653
|
+
hierarchy: 2,
|
|
654
|
+
subModuleCount: 0,
|
|
655
|
+
assigneeCount: 0,
|
|
656
|
+
searchKey: '/MOD1001/M1021/MOD1022',
|
|
657
|
+
modifiedByUname: '--',
|
|
658
|
+
title: 'Login',
|
|
659
|
+
scriptCount: 0,
|
|
660
|
+
executionOrder: 1,
|
|
661
|
+
createdByUname: 'Natacha',
|
|
662
|
+
parentId: 'MOD1021',
|
|
663
|
+
path: '/Root/Test/Login',
|
|
664
|
+
expanded: false,
|
|
665
|
+
modifiedOn: '10-01-2024 20:57',
|
|
666
|
+
parentName: 'Test',
|
|
667
|
+
moduleLevelScriptCount: 0,
|
|
668
|
+
lastExecutionOrder: 0,
|
|
669
|
+
imported: false,
|
|
670
|
+
name: 'Login',
|
|
671
|
+
modifiedBy: '--',
|
|
672
|
+
moduleCountWithScript: 0,
|
|
673
|
+
state: 'NEW',
|
|
674
|
+
key: 'MOD1022',
|
|
675
|
+
children: true,
|
|
676
|
+
},
|
|
677
|
+
level: 3,
|
|
570
678
|
},
|
|
571
679
|
];
|
|
572
680
|
|
|
573
|
-
export default
|
|
681
|
+
export default data;
|