You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generates a unique ID for the (hidden) "label prefix/suffix" <span> elements
32
-
*
33
-
* @param prefixLabelId/suffixLabelId
34
-
*/
35
30
prefixLabelId='prefix-'+guidFor(this);
36
31
suffixLabelId='suffix-'+guidFor(this);
37
32
38
-
/**
39
-
* @param icon
40
-
* @type {HdsTableThSortOrderIcons}
41
-
* @private
42
-
* @default swap-vertical
43
-
* @description Determines which icon to use based on the sort order defined
44
-
*/
45
33
geticon(): HdsTableThSortOrderIcons{
46
34
switch(this.args.sortOrder){
47
35
caseHdsTableThSortOrderValues.Asc:
@@ -53,22 +41,12 @@ export default class HdsTableThButtonSort extends Component<HdsTableThButtonSort
53
41
}
54
42
}
55
43
56
-
/**
57
-
* @param sortOrderLabel
58
-
* @default 'ascending'
59
-
* @description Determines the label (suffix) to use in the `aria-labelledby` attribute of the button, used to indicate what will happen if the user clicks on the button
0 commit comments