-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocComponents.json
7 lines (7 loc) · 1.08 KB
/
docComponents.json
1
2
3
4
5
6
7
{
"NOTE": "these entries are mapping {IgComponent} to variables defined in docConfig.json file",
"Grid" : { "name": "Grid", "output": "grid", "selectors": ["IgbGrid", "igx-grid", "igc-grid", "IgrGrid"], "types": ["IgbGrid", "IgxGridComponent", "IgcGridComponent", "IgrGrid"] },
"TreeGrid" : { "name": "TreeGrid", "output": "tree-grid", "selectors": ["IgbTreeGrid", "igx-tree-grid", "igc-tree-grid", "IgrTreeGrid"], "types": ["IgbTreeGrid", "IgxTreeGridComponent", "IgcTreeGridComponent", "IgrTreeGrid"] },
"PivotGrid" : { "name": "PivotGrid","output": "pivot-grid", "selectors": ["IgbPivotGrid", "igx-pivot-grid", "igc-pivot-grid", "IgrPivotGrid"], "types": ["IgbPivotGrid", "IgxPivotGridComponent", "IgcPivotGridComponent", "IgrPivotGrid"] },
"HierarchicalGrid" : { "name": "HierarchicalGrid", "output": "hierarchical-grid", "selectors": ["IgbHierarchicalGrid", "igx-hierarchical-grid", "igc-hierarchical-grid", "IgrHierarchicalGrid"], "types": ["IgbHierarchicalGrid", "IgxHierarchicalGridComponent", "IgcHierarchicalGridComponent", "IgrHierarchicalGrid"] }
}