-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReportPrint.deps.js
33 lines (33 loc) · 1001 Bytes
/
ReportPrint.deps.js
1
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
// $Date: 2017-06-06 15:15:36 +0300 (Вт, 06 июн 2017) $
// $Id: ReportPrint.deps.js 8547 2017-06-06 12:15:36Z miheev $
({
mustDeps : [
],
shouldDeps : [
// { mod : '00mod' },
{ elem : 'Info' },
{ elem : 'InfoItem' },
{ elem : 'InfoItemValue' },
{ elem : 'Table' },
{ elem : 'TableHead' },
{ elem : 'TableBody' },
{ elem : 'TableRow' },
{ elem : 'TableCell' },
{ elem : 'Title' },
{ elem : 'InfoItemLabel' },
{ elem : 'StatItem' },
{ elem : 'StatItemValue' },
{ elem : 'StatItemLabel' },
{ elem : 'Stat' },
{ elem : 'StatList' },
{ elem : 'StatListContainer' },
{ elem : 'StatGroup' },
{ elem : 'StatGroupLabel' },
{ elem : 'StatGroupContainer' },
{ elem : 'Group' },
// { elem : '00elem' },
// { block : '_' },
{ block : 'ReportPrintBody' },
{ block : 'ReportPrintGroup' },
],
})