Skip to content

Commit d59eddd

Browse files
committed
Adding latest EN changes from version 8.1.21
1 parent 0829d59 commit d59eddd

File tree

6 files changed

+72
-105
lines changed

6 files changed

+72
-105
lines changed

typedoc/en/lib/grids/IgxGridBaseComponent.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,18 @@
26362636
"comment": {}
26372637
}
26382638
},
2639+
"dragIndicatorIconTemplate": {
2640+
"getter": {
2641+
"comment": {
2642+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2643+
}
2644+
},
2645+
"setter": {
2646+
"comment": {
2647+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2648+
}
2649+
}
2650+
},
26392651
"headerGroupsList": {
26402652
"getter": {
26412653
"comment": {

typedoc/en/lib/grids/IgxGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -119,27 +119,6 @@
119119
]
120120
}
121121
},
122-
"dragIndicatorIconTemplate": {
123-
"comment": {
124-
"text": [
125-
"```typescript",
126-
"// Set in typescript",
127-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
128-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
129-
"```",
130-
"```html",
131-
"<!-- Set in markup -->",
132-
" <igx-grid #grid>",
133-
" ...",
134-
" <ng-template igxDragIndicatorIcon>",
135-
" <igx-icon fontSet=\"material\">info</igx-icon>",
136-
" </ng-template>",
137-
" </igx-grid>",
138-
"```"
139-
],
140-
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
141-
}
142-
},
143122
"autoGenerate": {
144123
"comment": {
145124
"tags": {
@@ -3314,6 +3293,18 @@
33143293
"comment": {}
33153294
}
33163295
},
3296+
"dragIndicatorIconTemplate": {
3297+
"getter": {
3298+
"comment": {
3299+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
3300+
}
3301+
},
3302+
"setter": {
3303+
"comment": {
3304+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
3305+
}
3306+
}
3307+
},
33173308
"headerGroupsList": {
33183309
"getter": {
33193310
"comment": {

typedoc/en/lib/grids/IgxHierarchicalGridBaseComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
{
22
"IgxHierarchicalGridBaseComponent": {
33
"properties": {
4-
"dragIndicatorIconTemplate": {
5-
"comment": {
6-
"text": [
7-
"```typescript",
8-
"// Set in typescript",
9-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
10-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
11-
"```",
12-
"```html",
13-
"<!-- Set in markup -->",
14-
" <igx-grid #grid>",
15-
" ...",
16-
" <ng-template igxDragIndicatorIcon>",
17-
" <igx-icon fontSet=\"material\">info</igx-icon>",
18-
" </ng-template>",
19-
" </igx-grid>",
20-
"```"
21-
],
22-
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
23-
}
24-
},
254
"autoGenerate": {
265
"comment": {
276
"tags": {
@@ -2657,6 +2636,18 @@
26572636
"comment": {}
26582637
}
26592638
},
2639+
"dragIndicatorIconTemplate": {
2640+
"getter": {
2641+
"comment": {
2642+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2643+
}
2644+
},
2645+
"setter": {
2646+
"comment": {
2647+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2648+
}
2649+
}
2650+
},
26602651
"headerGroupsList": {
26612652
"getter": {
26622653
"comment": {

typedoc/en/lib/grids/IgxHierarchicalGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
{
22
"IgxHierarchicalGridComponent": {
33
"properties": {
4-
"dragIndicatorIconTemplate": {
5-
"comment": {
6-
"text": [
7-
"```typescript",
8-
"// Set in typescript",
9-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
10-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
11-
"```",
12-
"```html",
13-
"<!-- Set in markup -->",
14-
" <igx-grid #grid>",
15-
" ...",
16-
" <ng-template igxDragIndicatorIcon>",
17-
" <igx-icon fontSet=\"material\">info</igx-icon>",
18-
" </ng-template>",
19-
" </igx-grid>",
20-
"```"
21-
],
22-
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
23-
}
24-
},
254
"autoGenerate": {
265
"comment": {
276
"tags": {
@@ -2861,6 +2840,18 @@
28612840
"comment": {}
28622841
}
28632842
},
2843+
"dragIndicatorIconTemplate": {
2844+
"getter": {
2845+
"comment": {
2846+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2847+
}
2848+
},
2849+
"setter": {
2850+
"comment": {
2851+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2852+
}
2853+
}
2854+
},
28642855
"headerGroupsList": {
28652856
"getter": {
28662857
"comment": {

typedoc/en/lib/grids/IgxRowIslandComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@
4545
]
4646
}
4747
},
48-
"dragIndicatorIconTemplate": {
49-
"comment": {
50-
"text": [
51-
"```typescript",
52-
"// Set in typescript",
53-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
54-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
55-
"```",
56-
"```html",
57-
"<!-- Set in markup -->",
58-
" <igx-grid #grid>",
59-
" ...",
60-
" <ng-template igxDragIndicatorIcon>",
61-
" <igx-icon fontSet=\"material\">info</igx-icon>",
62-
" </ng-template>",
63-
" </igx-grid>",
64-
"```"
65-
],
66-
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
67-
}
68-
},
6948
"autoGenerate": {
7049
"comment": {
7150
"tags": {
@@ -2740,6 +2719,18 @@
27402719
"comment": {}
27412720
}
27422721
},
2722+
"dragIndicatorIconTemplate": {
2723+
"getter": {
2724+
"comment": {
2725+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2726+
}
2727+
},
2728+
"setter": {
2729+
"comment": {
2730+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
2731+
}
2732+
}
2733+
},
27432734
"headerGroupsList": {
27442735
"getter": {
27452736
"comment": {

typedoc/en/lib/grids/IgxTreeGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -174,27 +174,6 @@
174174
]
175175
}
176176
},
177-
"dragIndicatorIconTemplate": {
178-
"comment": {
179-
"text": [
180-
"```typescript",
181-
"// Set in typescript",
182-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
183-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
184-
"```",
185-
"```html",
186-
"<!-- Set in markup -->",
187-
" <igx-grid #grid>",
188-
" ...",
189-
" <ng-template igxDragIndicatorIcon>",
190-
" <igx-icon fontSet=\"material\">info</igx-icon>",
191-
" </ng-template>",
192-
" </igx-grid>",
193-
"```"
194-
],
195-
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
196-
}
197-
},
198177
"loadChildrenOnDemand": {
199178
"comment": {
200179
"tags": {
@@ -3233,6 +3212,18 @@
32333212
"comment": {}
32343213
}
32353214
},
3215+
"dragIndicatorIconTemplate": {
3216+
"getter": {
3217+
"comment": {
3218+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
3219+
}
3220+
},
3221+
"setter": {
3222+
"comment": {
3223+
"shortText": "The custom template, if any, that should be used when rendering the row drag indicator icon"
3224+
}
3225+
}
3226+
},
32363227
"headerGroupsList": {
32373228
"getter": {
32383229
"comment": {

0 commit comments

Comments
 (0)