@consta/header 0.1.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.
Files changed (198) hide show
  1. package/Badges/Badges.css +1 -0
  2. package/Badges/Badges.d.ts +5 -0
  3. package/Badges/Badges.js +2 -0
  4. package/Badges/Badges.js.map +1 -0
  5. package/Badges/helpers.d.ts +20 -0
  6. package/Badges/helpers.js +2 -0
  7. package/Badges/helpers.js.map +1 -0
  8. package/Badges/index.d.ts +1 -0
  9. package/Badges/index.js +2 -0
  10. package/Badges/index.js.map +1 -0
  11. package/Badges/types.d.ts +27 -0
  12. package/Badges/types.js +2 -0
  13. package/Badges/types.js.map +1 -0
  14. package/Header/Header.css +1 -0
  15. package/Header/Header.d.ts +5 -0
  16. package/Header/Header.js +2 -0
  17. package/Header/Header.js.map +1 -0
  18. package/Header/HeaderLogin/HeaderLogin.d.ts +15 -0
  19. package/Header/HeaderLogin/HeaderLogin.js +2 -0
  20. package/Header/HeaderLogin/HeaderLogin.js.map +1 -0
  21. package/Header/HeaderLogin/index.d.ts +1 -0
  22. package/Header/HeaderLogin/index.js +2 -0
  23. package/Header/HeaderLogin/index.js.map +1 -0
  24. package/Header/HeaderLogo/HeaderLogo.d.ts +9 -0
  25. package/Header/HeaderLogo/HeaderLogo.js +2 -0
  26. package/Header/HeaderLogo/HeaderLogo.js.map +1 -0
  27. package/Header/HeaderLogo/index.d.ts +1 -0
  28. package/Header/HeaderLogo/index.js +2 -0
  29. package/Header/HeaderLogo/index.js.map +1 -0
  30. package/Header/index.d.ts +1 -0
  31. package/Header/index.js +2 -0
  32. package/Header/index.js.map +1 -0
  33. package/Header/types.d.ts +80 -0
  34. package/Header/types.js +2 -0
  35. package/Header/types.js.map +1 -0
  36. package/Layout/Layout.css +1 -0
  37. package/Layout/Layout.d.ts +8 -0
  38. package/Layout/Layout.js +2 -0
  39. package/Layout/Layout.js.map +1 -0
  40. package/Layout/LayoutRow/LayoutRow.css +1 -0
  41. package/Layout/LayoutRow/LayoutRow.d.ts +11 -0
  42. package/Layout/LayoutRow/LayoutRow.js +2 -0
  43. package/Layout/LayoutRow/LayoutRow.js.map +1 -0
  44. package/Layout/helpers.d.ts +2 -0
  45. package/Layout/helpers.js +2 -0
  46. package/Layout/helpers.js.map +1 -0
  47. package/Layout/index.d.ts +1 -0
  48. package/Layout/index.js +2 -0
  49. package/Layout/index.js.map +1 -0
  50. package/Layout/types.d.ts +17 -0
  51. package/Layout/types.js +2 -0
  52. package/Layout/types.js.map +1 -0
  53. package/Menu/Menu.css +1 -0
  54. package/Menu/Menu.d.ts +5 -0
  55. package/Menu/Menu.js +2 -0
  56. package/Menu/Menu.js.map +1 -0
  57. package/Menu/helpers.d.ts +31 -0
  58. package/Menu/helpers.js +2 -0
  59. package/Menu/helpers.js.map +1 -0
  60. package/Menu/index.d.ts +1 -0
  61. package/Menu/index.js +2 -0
  62. package/Menu/index.js.map +1 -0
  63. package/Menu/types.d.ts +35 -0
  64. package/Menu/types.js +2 -0
  65. package/Menu/types.js.map +1 -0
  66. package/MobileMenu/MobileMenu.css +1 -0
  67. package/MobileMenu/MobileMenu.d.ts +5 -0
  68. package/MobileMenu/MobileMenu.js +2 -0
  69. package/MobileMenu/MobileMenu.js.map +1 -0
  70. package/MobileMenu/index.d.ts +1 -0
  71. package/MobileMenu/index.js +2 -0
  72. package/MobileMenu/index.js.map +1 -0
  73. package/MobileMenu/types.d.ts +21 -0
  74. package/MobileMenu/types.js +2 -0
  75. package/MobileMenu/types.js.map +1 -0
  76. package/Notifications/Notifications.css +1 -0
  77. package/Notifications/Notifications.d.ts +4 -0
  78. package/Notifications/Notifications.js +2 -0
  79. package/Notifications/Notifications.js.map +1 -0
  80. package/Notifications/index.d.ts +1 -0
  81. package/Notifications/index.js +2 -0
  82. package/Notifications/index.js.map +1 -0
  83. package/Notifications/types.d.ts +8 -0
  84. package/Notifications/types.js +2 -0
  85. package/Notifications/types.js.map +1 -0
  86. package/NotificationsList/NotificationsList.css +1 -0
  87. package/NotificationsList/NotificationsList.d.ts +5 -0
  88. package/NotificationsList/NotificationsList.js +2 -0
  89. package/NotificationsList/NotificationsList.js.map +1 -0
  90. package/NotificationsList/helpers.d.ts +4150 -0
  91. package/NotificationsList/helpers.js +2 -0
  92. package/NotificationsList/helpers.js.map +1 -0
  93. package/NotificationsList/index.d.ts +1 -0
  94. package/NotificationsList/index.js +2 -0
  95. package/NotificationsList/index.js.map +1 -0
  96. package/NotificationsList/types.d.ts +88 -0
  97. package/NotificationsList/types.js +2 -0
  98. package/NotificationsList/types.js.map +1 -0
  99. package/README.md +80 -0
  100. package/TileMenu/TileMenu.css +1 -0
  101. package/TileMenu/TileMenu.d.ts +5 -0
  102. package/TileMenu/TileMenu.js +2 -0
  103. package/TileMenu/TileMenu.js.map +1 -0
  104. package/TileMenu/TileMenuItem/TileMenuItem.css +1 -0
  105. package/TileMenu/TileMenuItem/TileMenuItem.d.ts +12 -0
  106. package/TileMenu/TileMenuItem/TileMenuItem.js +2 -0
  107. package/TileMenu/TileMenuItem/TileMenuItem.js.map +1 -0
  108. package/TileMenu/TileMenuList/TileMenuList.css +1 -0
  109. package/TileMenu/TileMenuList/TileMenuList.d.ts +4 -0
  110. package/TileMenu/TileMenuList/TileMenuList.js +2 -0
  111. package/TileMenu/TileMenuList/TileMenuList.js.map +1 -0
  112. package/TileMenu/TileMenuList/types.d.ts +32 -0
  113. package/TileMenu/TileMenuList/types.js +2 -0
  114. package/TileMenu/TileMenuList/types.js.map +1 -0
  115. package/TileMenu/helpers.d.ts +274 -0
  116. package/TileMenu/helpers.js +2 -0
  117. package/TileMenu/helpers.js.map +1 -0
  118. package/TileMenu/index.d.ts +1 -0
  119. package/TileMenu/index.js +2 -0
  120. package/TileMenu/index.js.map +1 -0
  121. package/TileMenu/types.d.ts +48 -0
  122. package/TileMenu/types.js +2 -0
  123. package/TileMenu/types.js.map +1 -0
  124. package/VerticalMenu/VerticalMenu.css +1 -0
  125. package/VerticalMenu/VerticalMenu.d.ts +5 -0
  126. package/VerticalMenu/VerticalMenu.js +2 -0
  127. package/VerticalMenu/VerticalMenu.js.map +1 -0
  128. package/VerticalMenu/VerticalMenuItem/VerticalMenuItem.css +1 -0
  129. package/VerticalMenu/VerticalMenuItem/VerticalMenuItem.d.ts +4 -0
  130. package/VerticalMenu/VerticalMenuItem/VerticalMenuItem.js +2 -0
  131. package/VerticalMenu/VerticalMenuItem/VerticalMenuItem.js.map +1 -0
  132. package/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.css +1 -0
  133. package/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.d.ts +5 -0
  134. package/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.js +2 -0
  135. package/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.js.map +1 -0
  136. package/VerticalMenu/helpers.d.ts +31 -0
  137. package/VerticalMenu/helpers.js +2 -0
  138. package/VerticalMenu/helpers.js.map +1 -0
  139. package/VerticalMenu/index.d.ts +1 -0
  140. package/VerticalMenu/index.js +2 -0
  141. package/VerticalMenu/index.js.map +1 -0
  142. package/VerticalMenu/types.d.ts +63 -0
  143. package/VerticalMenu/types.js +2 -0
  144. package/VerticalMenu/types.js.map +1 -0
  145. package/__private__/AnimatedContextMenu/AnimatedContextMenu.css +1 -0
  146. package/__private__/AnimatedContextMenu/AnimatedContextMenu.d.ts +8 -0
  147. package/__private__/AnimatedContextMenu/AnimatedContextMenu.js +2 -0
  148. package/__private__/AnimatedContextMenu/AnimatedContextMenu.js.map +1 -0
  149. package/__private__/components/NotificationCard/NotificationCard.css +1 -0
  150. package/__private__/components/NotificationCard/NotificationCard.d.ts +19 -0
  151. package/__private__/components/NotificationCard/NotificationCard.js +2 -0
  152. package/__private__/components/NotificationCard/NotificationCard.js.map +1 -0
  153. package/__private__/components/NotificationCard/helpers.d.ts +1 -0
  154. package/__private__/components/NotificationCard/helpers.js +2 -0
  155. package/__private__/components/NotificationCard/helpers.js.map +1 -0
  156. package/__private__/components/NotificationCard/index.d.ts +1 -0
  157. package/__private__/components/NotificationCard/index.js +2 -0
  158. package/__private__/components/NotificationCard/index.js.map +1 -0
  159. package/__private__/components/NotificationCard/types.d.ts +28 -0
  160. package/__private__/components/NotificationCard/types.js +2 -0
  161. package/__private__/components/NotificationCard/types.js.map +1 -0
  162. package/__private__/components/NotificationsActions/NotificationsActions.d.ts +2 -0
  163. package/__private__/components/NotificationsActions/NotificationsActions.js +2 -0
  164. package/__private__/components/NotificationsActions/NotificationsActions.js.map +1 -0
  165. package/__private__/components/NotificationsActions/helpers.d.ts +23 -0
  166. package/__private__/components/NotificationsActions/helpers.js +2 -0
  167. package/__private__/components/NotificationsActions/helpers.js.map +1 -0
  168. package/__private__/components/NotificationsActions/index.d.ts +1 -0
  169. package/__private__/components/NotificationsActions/index.js +2 -0
  170. package/__private__/components/NotificationsActions/index.js.map +1 -0
  171. package/__private__/components/NotificationsActions/types.d.ts +32 -0
  172. package/__private__/components/NotificationsActions/types.js +2 -0
  173. package/__private__/components/NotificationsActions/types.js.map +1 -0
  174. package/__private__/components/Sidebar/Sidebar.css +1 -0
  175. package/__private__/components/Sidebar/Sidebar.d.ts +9 -0
  176. package/__private__/components/Sidebar/Sidebar.js +2 -0
  177. package/__private__/components/Sidebar/Sidebar.js.map +1 -0
  178. package/__private__/components/Sidebar/index.d.ts +1 -0
  179. package/__private__/components/Sidebar/index.js +2 -0
  180. package/__private__/components/Sidebar/index.js.map +1 -0
  181. package/__private__/hooks/useHideElementsLine.d.ts +8 -0
  182. package/__private__/hooks/useHideElementsLine.js +2 -0
  183. package/__private__/hooks/useHideElementsLine.js.map +1 -0
  184. package/__private__/mixs/MixPopoverAnimate/MixPopoverAnimate.css +1 -0
  185. package/__private__/mixs/MixPopoverAnimate/MixPopoverAnimate.d.ts +4 -0
  186. package/__private__/mixs/MixPopoverAnimate/MixPopoverAnimate.js +2 -0
  187. package/__private__/mixs/MixPopoverAnimate/MixPopoverAnimate.js.map +1 -0
  188. package/__private__/mixs/MixPopoverArrow/MixPopoverArrow.css +1 -0
  189. package/__private__/mixs/MixPopoverArrow/MixPopoverArrow.d.ts +8 -0
  190. package/__private__/mixs/MixPopoverArrow/MixPopoverArrow.js +2 -0
  191. package/__private__/mixs/MixPopoverArrow/MixPopoverArrow.js.map +1 -0
  192. package/__private__/utils/bem.d.ts +1 -0
  193. package/__private__/utils/bem.js +2 -0
  194. package/__private__/utils/bem.js.map +1 -0
  195. package/__private__/utils/types/PropsWithHTMLAttributes.d.ts +3 -0
  196. package/__private__/utils/types/PropsWithHTMLAttributes.js +2 -0
  197. package/__private__/utils/types/PropsWithHTMLAttributes.js.map +1 -0
  198. package/package.json +41 -0
@@ -0,0 +1,4150 @@
1
+ /// <reference types="react" />
2
+ import { NotificationsListPropGetActionIcon, NotificationsListPropGetActionLabel, NotificationsListPropGetActionOnClick, NotificationsListPropGetGroupId, NotificationsListPropGetGroupLabel, NotificationsListPropGetItemActions, NotificationsListPropGetItemBadges, NotificationsListPropGetItemDate, NotificationsListPropGetItemDescription, NotificationsListPropGetItemGroup, NotificationsListPropGetItemImage, NotificationsListPropGetItemLabel, NotificationsListPropGetItemRead, NotificationsListPropGetItemView, DefaultAction, DefaultGroup, DefaultItem, NotificationsListProps, NotificationsListPropGroupLabelFormat } from "./types";
3
+ export declare function withDefaultGetters<ITEM, GROUP, ACTION>(props: NotificationsListProps<ITEM, GROUP, ACTION>): {
4
+ children?: undefined;
5
+ items: ITEM[];
6
+ itemDateFormat?: import("./types").NotificationsListPropItemDateFormat | undefined;
7
+ title?: string | undefined;
8
+ actions?: ACTION[] | undefined;
9
+ getItemLabel?: NotificationsListPropGetItemLabel<ITEM> | undefined;
10
+ getItemDescription?: NotificationsListPropGetItemDescription<ITEM> | undefined;
11
+ getItemImage?: NotificationsListPropGetItemImage<ITEM> | undefined;
12
+ getItemRead?: NotificationsListPropGetItemRead<ITEM> | undefined;
13
+ getItemDate?: NotificationsListPropGetItemDate<ITEM> | undefined;
14
+ getItemBadges?: NotificationsListPropGetItemBadges<ITEM> | undefined;
15
+ getItemActions?: NotificationsListPropGetItemActions<ITEM> | undefined;
16
+ getItemGroup?: NotificationsListPropGetItemGroup<ITEM> | undefined;
17
+ getItemView?: NotificationsListPropGetItemView<ITEM> | undefined;
18
+ getActionLabel?: NotificationsListPropGetActionLabel<ACTION> | undefined;
19
+ getActionIcon?: NotificationsListPropGetActionIcon<ACTION> | undefined;
20
+ getActionOnClick?: NotificationsListPropGetActionOnClick<ACTION> | undefined;
21
+ getGroupLabel?: NotificationsListPropGetGroupLabel<GROUP> | undefined;
22
+ getGroupId?: NotificationsListPropGetGroupId<GROUP> | undefined;
23
+ groupByDay?: false | undefined;
24
+ groupLabelFormat?: undefined;
25
+ groups?: GROUP[] | undefined;
26
+ onClose?: ((event: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
27
+ } & (ACTION extends {
28
+ label: string;
29
+ } ? {} : {
30
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
31
+ }) & (GROUP extends {
32
+ label: string;
33
+ } ? {} : {
34
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
35
+ }) & (GROUP extends {
36
+ id: string;
37
+ } ? {} : {
38
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
39
+ }) & (ITEM extends {
40
+ label: string;
41
+ } ? {} : {
42
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
43
+ }) & Pick<import("react").HTMLAttributes<HTMLDivElement>, Exclude<"hidden", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
44
+ label: string;
45
+ } ? {} : {
46
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
47
+ }) | keyof (GROUP extends {
48
+ label: string;
49
+ } ? {} : {
50
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
51
+ }) | keyof (GROUP extends {
52
+ id: string;
53
+ } ? {} : {
54
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
55
+ }) | keyof (ITEM extends {
56
+ label: string;
57
+ } ? {} : {
58
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
59
+ })> | Exclude<"dir", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
60
+ label: string;
61
+ } ? {} : {
62
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
63
+ }) | keyof (GROUP extends {
64
+ label: string;
65
+ } ? {} : {
66
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
67
+ }) | keyof (GROUP extends {
68
+ id: string;
69
+ } ? {} : {
70
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
71
+ }) | keyof (ITEM extends {
72
+ label: string;
73
+ } ? {} : {
74
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
75
+ })> | Exclude<"slot", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
76
+ label: string;
77
+ } ? {} : {
78
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
79
+ }) | keyof (GROUP extends {
80
+ label: string;
81
+ } ? {} : {
82
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
83
+ }) | keyof (GROUP extends {
84
+ id: string;
85
+ } ? {} : {
86
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
87
+ }) | keyof (ITEM extends {
88
+ label: string;
89
+ } ? {} : {
90
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
91
+ })> | Exclude<"style", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
92
+ label: string;
93
+ } ? {} : {
94
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
95
+ }) | keyof (GROUP extends {
96
+ label: string;
97
+ } ? {} : {
98
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
99
+ }) | keyof (GROUP extends {
100
+ id: string;
101
+ } ? {} : {
102
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
103
+ }) | keyof (ITEM extends {
104
+ label: string;
105
+ } ? {} : {
106
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
107
+ })> | Exclude<"title", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
108
+ label: string;
109
+ } ? {} : {
110
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
111
+ }) | keyof (GROUP extends {
112
+ label: string;
113
+ } ? {} : {
114
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
115
+ }) | keyof (GROUP extends {
116
+ id: string;
117
+ } ? {} : {
118
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
119
+ }) | keyof (ITEM extends {
120
+ label: string;
121
+ } ? {} : {
122
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
123
+ })> | Exclude<"color", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
124
+ label: string;
125
+ } ? {} : {
126
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
127
+ }) | keyof (GROUP extends {
128
+ label: string;
129
+ } ? {} : {
130
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
131
+ }) | keyof (GROUP extends {
132
+ id: string;
133
+ } ? {} : {
134
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
135
+ }) | keyof (ITEM extends {
136
+ label: string;
137
+ } ? {} : {
138
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
139
+ })> | Exclude<"children", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
140
+ label: string;
141
+ } ? {} : {
142
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
143
+ }) | keyof (GROUP extends {
144
+ label: string;
145
+ } ? {} : {
146
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
147
+ }) | keyof (GROUP extends {
148
+ id: string;
149
+ } ? {} : {
150
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
151
+ }) | keyof (ITEM extends {
152
+ label: string;
153
+ } ? {} : {
154
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
155
+ })> | Exclude<"css", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
156
+ label: string;
157
+ } ? {} : {
158
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
159
+ }) | keyof (GROUP extends {
160
+ label: string;
161
+ } ? {} : {
162
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
163
+ }) | keyof (GROUP extends {
164
+ id: string;
165
+ } ? {} : {
166
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
167
+ }) | keyof (ITEM extends {
168
+ label: string;
169
+ } ? {} : {
170
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
171
+ })> | Exclude<"defaultChecked", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
172
+ label: string;
173
+ } ? {} : {
174
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
175
+ }) | keyof (GROUP extends {
176
+ label: string;
177
+ } ? {} : {
178
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
179
+ }) | keyof (GROUP extends {
180
+ id: string;
181
+ } ? {} : {
182
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
183
+ }) | keyof (ITEM extends {
184
+ label: string;
185
+ } ? {} : {
186
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
187
+ })> | Exclude<"defaultValue", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
188
+ label: string;
189
+ } ? {} : {
190
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
191
+ }) | keyof (GROUP extends {
192
+ label: string;
193
+ } ? {} : {
194
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
195
+ }) | keyof (GROUP extends {
196
+ id: string;
197
+ } ? {} : {
198
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
199
+ }) | keyof (ITEM extends {
200
+ label: string;
201
+ } ? {} : {
202
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
203
+ })> | Exclude<"suppressContentEditableWarning", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
204
+ label: string;
205
+ } ? {} : {
206
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
207
+ }) | keyof (GROUP extends {
208
+ label: string;
209
+ } ? {} : {
210
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
211
+ }) | keyof (GROUP extends {
212
+ id: string;
213
+ } ? {} : {
214
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
215
+ }) | keyof (ITEM extends {
216
+ label: string;
217
+ } ? {} : {
218
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
219
+ })> | Exclude<"suppressHydrationWarning", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
220
+ label: string;
221
+ } ? {} : {
222
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
223
+ }) | keyof (GROUP extends {
224
+ label: string;
225
+ } ? {} : {
226
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
227
+ }) | keyof (GROUP extends {
228
+ id: string;
229
+ } ? {} : {
230
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
231
+ }) | keyof (ITEM extends {
232
+ label: string;
233
+ } ? {} : {
234
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
235
+ })> | Exclude<"accessKey", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
236
+ label: string;
237
+ } ? {} : {
238
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
239
+ }) | keyof (GROUP extends {
240
+ label: string;
241
+ } ? {} : {
242
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
243
+ }) | keyof (GROUP extends {
244
+ id: string;
245
+ } ? {} : {
246
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
247
+ }) | keyof (ITEM extends {
248
+ label: string;
249
+ } ? {} : {
250
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
251
+ })> | Exclude<"className", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
252
+ label: string;
253
+ } ? {} : {
254
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
255
+ }) | keyof (GROUP extends {
256
+ label: string;
257
+ } ? {} : {
258
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
259
+ }) | keyof (GROUP extends {
260
+ id: string;
261
+ } ? {} : {
262
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
263
+ }) | keyof (ITEM extends {
264
+ label: string;
265
+ } ? {} : {
266
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
267
+ })> | Exclude<"contentEditable", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
268
+ label: string;
269
+ } ? {} : {
270
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
271
+ }) | keyof (GROUP extends {
272
+ label: string;
273
+ } ? {} : {
274
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
275
+ }) | keyof (GROUP extends {
276
+ id: string;
277
+ } ? {} : {
278
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
279
+ }) | keyof (ITEM extends {
280
+ label: string;
281
+ } ? {} : {
282
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
283
+ })> | Exclude<"contextMenu", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
284
+ label: string;
285
+ } ? {} : {
286
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
287
+ }) | keyof (GROUP extends {
288
+ label: string;
289
+ } ? {} : {
290
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
291
+ }) | keyof (GROUP extends {
292
+ id: string;
293
+ } ? {} : {
294
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
295
+ }) | keyof (ITEM extends {
296
+ label: string;
297
+ } ? {} : {
298
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
299
+ })> | Exclude<"draggable", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
300
+ label: string;
301
+ } ? {} : {
302
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
303
+ }) | keyof (GROUP extends {
304
+ label: string;
305
+ } ? {} : {
306
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
307
+ }) | keyof (GROUP extends {
308
+ id: string;
309
+ } ? {} : {
310
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
311
+ }) | keyof (ITEM extends {
312
+ label: string;
313
+ } ? {} : {
314
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
315
+ })> | Exclude<"id", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
316
+ label: string;
317
+ } ? {} : {
318
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
319
+ }) | keyof (GROUP extends {
320
+ label: string;
321
+ } ? {} : {
322
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
323
+ }) | keyof (GROUP extends {
324
+ id: string;
325
+ } ? {} : {
326
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
327
+ }) | keyof (ITEM extends {
328
+ label: string;
329
+ } ? {} : {
330
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
331
+ })> | Exclude<"lang", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
332
+ label: string;
333
+ } ? {} : {
334
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
335
+ }) | keyof (GROUP extends {
336
+ label: string;
337
+ } ? {} : {
338
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
339
+ }) | keyof (GROUP extends {
340
+ id: string;
341
+ } ? {} : {
342
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
343
+ }) | keyof (ITEM extends {
344
+ label: string;
345
+ } ? {} : {
346
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
347
+ })> | Exclude<"placeholder", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
348
+ label: string;
349
+ } ? {} : {
350
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
351
+ }) | keyof (GROUP extends {
352
+ label: string;
353
+ } ? {} : {
354
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
355
+ }) | keyof (GROUP extends {
356
+ id: string;
357
+ } ? {} : {
358
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
359
+ }) | keyof (ITEM extends {
360
+ label: string;
361
+ } ? {} : {
362
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
363
+ })> | Exclude<"spellCheck", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
364
+ label: string;
365
+ } ? {} : {
366
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
367
+ }) | keyof (GROUP extends {
368
+ label: string;
369
+ } ? {} : {
370
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
371
+ }) | keyof (GROUP extends {
372
+ id: string;
373
+ } ? {} : {
374
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
375
+ }) | keyof (ITEM extends {
376
+ label: string;
377
+ } ? {} : {
378
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
379
+ })> | Exclude<"tabIndex", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
380
+ label: string;
381
+ } ? {} : {
382
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
383
+ }) | keyof (GROUP extends {
384
+ label: string;
385
+ } ? {} : {
386
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
387
+ }) | keyof (GROUP extends {
388
+ id: string;
389
+ } ? {} : {
390
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
391
+ }) | keyof (ITEM extends {
392
+ label: string;
393
+ } ? {} : {
394
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
395
+ })> | Exclude<"translate", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
396
+ label: string;
397
+ } ? {} : {
398
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
399
+ }) | keyof (GROUP extends {
400
+ label: string;
401
+ } ? {} : {
402
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
403
+ }) | keyof (GROUP extends {
404
+ id: string;
405
+ } ? {} : {
406
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
407
+ }) | keyof (ITEM extends {
408
+ label: string;
409
+ } ? {} : {
410
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
411
+ })> | Exclude<"radioGroup", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
412
+ label: string;
413
+ } ? {} : {
414
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
415
+ }) | keyof (GROUP extends {
416
+ label: string;
417
+ } ? {} : {
418
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
419
+ }) | keyof (GROUP extends {
420
+ id: string;
421
+ } ? {} : {
422
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
423
+ }) | keyof (ITEM extends {
424
+ label: string;
425
+ } ? {} : {
426
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
427
+ })> | Exclude<"role", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
428
+ label: string;
429
+ } ? {} : {
430
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
431
+ }) | keyof (GROUP extends {
432
+ label: string;
433
+ } ? {} : {
434
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
435
+ }) | keyof (GROUP extends {
436
+ id: string;
437
+ } ? {} : {
438
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
439
+ }) | keyof (ITEM extends {
440
+ label: string;
441
+ } ? {} : {
442
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
443
+ })> | Exclude<"about", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
444
+ label: string;
445
+ } ? {} : {
446
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
447
+ }) | keyof (GROUP extends {
448
+ label: string;
449
+ } ? {} : {
450
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
451
+ }) | keyof (GROUP extends {
452
+ id: string;
453
+ } ? {} : {
454
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
455
+ }) | keyof (ITEM extends {
456
+ label: string;
457
+ } ? {} : {
458
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
459
+ })> | Exclude<"datatype", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
460
+ label: string;
461
+ } ? {} : {
462
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
463
+ }) | keyof (GROUP extends {
464
+ label: string;
465
+ } ? {} : {
466
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
467
+ }) | keyof (GROUP extends {
468
+ id: string;
469
+ } ? {} : {
470
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
471
+ }) | keyof (ITEM extends {
472
+ label: string;
473
+ } ? {} : {
474
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
475
+ })> | Exclude<"inlist", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
476
+ label: string;
477
+ } ? {} : {
478
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
479
+ }) | keyof (GROUP extends {
480
+ label: string;
481
+ } ? {} : {
482
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
483
+ }) | keyof (GROUP extends {
484
+ id: string;
485
+ } ? {} : {
486
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
487
+ }) | keyof (ITEM extends {
488
+ label: string;
489
+ } ? {} : {
490
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
491
+ })> | Exclude<"prefix", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
492
+ label: string;
493
+ } ? {} : {
494
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
495
+ }) | keyof (GROUP extends {
496
+ label: string;
497
+ } ? {} : {
498
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
499
+ }) | keyof (GROUP extends {
500
+ id: string;
501
+ } ? {} : {
502
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
503
+ }) | keyof (ITEM extends {
504
+ label: string;
505
+ } ? {} : {
506
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
507
+ })> | Exclude<"property", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
508
+ label: string;
509
+ } ? {} : {
510
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
511
+ }) | keyof (GROUP extends {
512
+ label: string;
513
+ } ? {} : {
514
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
515
+ }) | keyof (GROUP extends {
516
+ id: string;
517
+ } ? {} : {
518
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
519
+ }) | keyof (ITEM extends {
520
+ label: string;
521
+ } ? {} : {
522
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
523
+ })> | Exclude<"resource", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
524
+ label: string;
525
+ } ? {} : {
526
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
527
+ }) | keyof (GROUP extends {
528
+ label: string;
529
+ } ? {} : {
530
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
531
+ }) | keyof (GROUP extends {
532
+ id: string;
533
+ } ? {} : {
534
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
535
+ }) | keyof (ITEM extends {
536
+ label: string;
537
+ } ? {} : {
538
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
539
+ })> | Exclude<"typeof", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
540
+ label: string;
541
+ } ? {} : {
542
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
543
+ }) | keyof (GROUP extends {
544
+ label: string;
545
+ } ? {} : {
546
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
547
+ }) | keyof (GROUP extends {
548
+ id: string;
549
+ } ? {} : {
550
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
551
+ }) | keyof (ITEM extends {
552
+ label: string;
553
+ } ? {} : {
554
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
555
+ })> | Exclude<"vocab", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
556
+ label: string;
557
+ } ? {} : {
558
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
559
+ }) | keyof (GROUP extends {
560
+ label: string;
561
+ } ? {} : {
562
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
563
+ }) | keyof (GROUP extends {
564
+ id: string;
565
+ } ? {} : {
566
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
567
+ }) | keyof (ITEM extends {
568
+ label: string;
569
+ } ? {} : {
570
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
571
+ })> | Exclude<"autoCapitalize", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
572
+ label: string;
573
+ } ? {} : {
574
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
575
+ }) | keyof (GROUP extends {
576
+ label: string;
577
+ } ? {} : {
578
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
579
+ }) | keyof (GROUP extends {
580
+ id: string;
581
+ } ? {} : {
582
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
583
+ }) | keyof (ITEM extends {
584
+ label: string;
585
+ } ? {} : {
586
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
587
+ })> | Exclude<"autoCorrect", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
588
+ label: string;
589
+ } ? {} : {
590
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
591
+ }) | keyof (GROUP extends {
592
+ label: string;
593
+ } ? {} : {
594
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
595
+ }) | keyof (GROUP extends {
596
+ id: string;
597
+ } ? {} : {
598
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
599
+ }) | keyof (ITEM extends {
600
+ label: string;
601
+ } ? {} : {
602
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
603
+ })> | Exclude<"autoSave", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
604
+ label: string;
605
+ } ? {} : {
606
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
607
+ }) | keyof (GROUP extends {
608
+ label: string;
609
+ } ? {} : {
610
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
611
+ }) | keyof (GROUP extends {
612
+ id: string;
613
+ } ? {} : {
614
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
615
+ }) | keyof (ITEM extends {
616
+ label: string;
617
+ } ? {} : {
618
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
619
+ })> | Exclude<"itemProp", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
620
+ label: string;
621
+ } ? {} : {
622
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
623
+ }) | keyof (GROUP extends {
624
+ label: string;
625
+ } ? {} : {
626
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
627
+ }) | keyof (GROUP extends {
628
+ id: string;
629
+ } ? {} : {
630
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
631
+ }) | keyof (ITEM extends {
632
+ label: string;
633
+ } ? {} : {
634
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
635
+ })> | Exclude<"itemScope", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
636
+ label: string;
637
+ } ? {} : {
638
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
639
+ }) | keyof (GROUP extends {
640
+ label: string;
641
+ } ? {} : {
642
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
643
+ }) | keyof (GROUP extends {
644
+ id: string;
645
+ } ? {} : {
646
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
647
+ }) | keyof (ITEM extends {
648
+ label: string;
649
+ } ? {} : {
650
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
651
+ })> | Exclude<"itemType", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
652
+ label: string;
653
+ } ? {} : {
654
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
655
+ }) | keyof (GROUP extends {
656
+ label: string;
657
+ } ? {} : {
658
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
659
+ }) | keyof (GROUP extends {
660
+ id: string;
661
+ } ? {} : {
662
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
663
+ }) | keyof (ITEM extends {
664
+ label: string;
665
+ } ? {} : {
666
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
667
+ })> | Exclude<"itemID", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
668
+ label: string;
669
+ } ? {} : {
670
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
671
+ }) | keyof (GROUP extends {
672
+ label: string;
673
+ } ? {} : {
674
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
675
+ }) | keyof (GROUP extends {
676
+ id: string;
677
+ } ? {} : {
678
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
679
+ }) | keyof (ITEM extends {
680
+ label: string;
681
+ } ? {} : {
682
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
683
+ })> | Exclude<"itemRef", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
684
+ label: string;
685
+ } ? {} : {
686
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
687
+ }) | keyof (GROUP extends {
688
+ label: string;
689
+ } ? {} : {
690
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
691
+ }) | keyof (GROUP extends {
692
+ id: string;
693
+ } ? {} : {
694
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
695
+ }) | keyof (ITEM extends {
696
+ label: string;
697
+ } ? {} : {
698
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
699
+ })> | Exclude<"results", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
700
+ label: string;
701
+ } ? {} : {
702
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
703
+ }) | keyof (GROUP extends {
704
+ label: string;
705
+ } ? {} : {
706
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
707
+ }) | keyof (GROUP extends {
708
+ id: string;
709
+ } ? {} : {
710
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
711
+ }) | keyof (ITEM extends {
712
+ label: string;
713
+ } ? {} : {
714
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
715
+ })> | Exclude<"security", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
716
+ label: string;
717
+ } ? {} : {
718
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
719
+ }) | keyof (GROUP extends {
720
+ label: string;
721
+ } ? {} : {
722
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
723
+ }) | keyof (GROUP extends {
724
+ id: string;
725
+ } ? {} : {
726
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
727
+ }) | keyof (ITEM extends {
728
+ label: string;
729
+ } ? {} : {
730
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
731
+ })> | Exclude<"unselectable", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
732
+ label: string;
733
+ } ? {} : {
734
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
735
+ }) | keyof (GROUP extends {
736
+ label: string;
737
+ } ? {} : {
738
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
739
+ }) | keyof (GROUP extends {
740
+ id: string;
741
+ } ? {} : {
742
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
743
+ }) | keyof (ITEM extends {
744
+ label: string;
745
+ } ? {} : {
746
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
747
+ })> | Exclude<"inputMode", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
748
+ label: string;
749
+ } ? {} : {
750
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
751
+ }) | keyof (GROUP extends {
752
+ label: string;
753
+ } ? {} : {
754
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
755
+ }) | keyof (GROUP extends {
756
+ id: string;
757
+ } ? {} : {
758
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
759
+ }) | keyof (ITEM extends {
760
+ label: string;
761
+ } ? {} : {
762
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
763
+ })> | Exclude<"is", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
764
+ label: string;
765
+ } ? {} : {
766
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
767
+ }) | keyof (GROUP extends {
768
+ label: string;
769
+ } ? {} : {
770
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
771
+ }) | keyof (GROUP extends {
772
+ id: string;
773
+ } ? {} : {
774
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
775
+ }) | keyof (ITEM extends {
776
+ label: string;
777
+ } ? {} : {
778
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
779
+ })> | Exclude<"aria-activedescendant", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
780
+ label: string;
781
+ } ? {} : {
782
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
783
+ }) | keyof (GROUP extends {
784
+ label: string;
785
+ } ? {} : {
786
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
787
+ }) | keyof (GROUP extends {
788
+ id: string;
789
+ } ? {} : {
790
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
791
+ }) | keyof (ITEM extends {
792
+ label: string;
793
+ } ? {} : {
794
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
795
+ })> | Exclude<"aria-atomic", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
796
+ label: string;
797
+ } ? {} : {
798
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
799
+ }) | keyof (GROUP extends {
800
+ label: string;
801
+ } ? {} : {
802
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
803
+ }) | keyof (GROUP extends {
804
+ id: string;
805
+ } ? {} : {
806
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
807
+ }) | keyof (ITEM extends {
808
+ label: string;
809
+ } ? {} : {
810
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
811
+ })> | Exclude<"aria-autocomplete", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
812
+ label: string;
813
+ } ? {} : {
814
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
815
+ }) | keyof (GROUP extends {
816
+ label: string;
817
+ } ? {} : {
818
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
819
+ }) | keyof (GROUP extends {
820
+ id: string;
821
+ } ? {} : {
822
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
823
+ }) | keyof (ITEM extends {
824
+ label: string;
825
+ } ? {} : {
826
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
827
+ })> | Exclude<"aria-busy", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
828
+ label: string;
829
+ } ? {} : {
830
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
831
+ }) | keyof (GROUP extends {
832
+ label: string;
833
+ } ? {} : {
834
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
835
+ }) | keyof (GROUP extends {
836
+ id: string;
837
+ } ? {} : {
838
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
839
+ }) | keyof (ITEM extends {
840
+ label: string;
841
+ } ? {} : {
842
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
843
+ })> | Exclude<"aria-checked", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
844
+ label: string;
845
+ } ? {} : {
846
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
847
+ }) | keyof (GROUP extends {
848
+ label: string;
849
+ } ? {} : {
850
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
851
+ }) | keyof (GROUP extends {
852
+ id: string;
853
+ } ? {} : {
854
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
855
+ }) | keyof (ITEM extends {
856
+ label: string;
857
+ } ? {} : {
858
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
859
+ })> | Exclude<"aria-colcount", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
860
+ label: string;
861
+ } ? {} : {
862
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
863
+ }) | keyof (GROUP extends {
864
+ label: string;
865
+ } ? {} : {
866
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
867
+ }) | keyof (GROUP extends {
868
+ id: string;
869
+ } ? {} : {
870
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
871
+ }) | keyof (ITEM extends {
872
+ label: string;
873
+ } ? {} : {
874
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
875
+ })> | Exclude<"aria-colindex", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
876
+ label: string;
877
+ } ? {} : {
878
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
879
+ }) | keyof (GROUP extends {
880
+ label: string;
881
+ } ? {} : {
882
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
883
+ }) | keyof (GROUP extends {
884
+ id: string;
885
+ } ? {} : {
886
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
887
+ }) | keyof (ITEM extends {
888
+ label: string;
889
+ } ? {} : {
890
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
891
+ })> | Exclude<"aria-colspan", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
892
+ label: string;
893
+ } ? {} : {
894
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
895
+ }) | keyof (GROUP extends {
896
+ label: string;
897
+ } ? {} : {
898
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
899
+ }) | keyof (GROUP extends {
900
+ id: string;
901
+ } ? {} : {
902
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
903
+ }) | keyof (ITEM extends {
904
+ label: string;
905
+ } ? {} : {
906
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
907
+ })> | Exclude<"aria-controls", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
908
+ label: string;
909
+ } ? {} : {
910
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
911
+ }) | keyof (GROUP extends {
912
+ label: string;
913
+ } ? {} : {
914
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
915
+ }) | keyof (GROUP extends {
916
+ id: string;
917
+ } ? {} : {
918
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
919
+ }) | keyof (ITEM extends {
920
+ label: string;
921
+ } ? {} : {
922
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
923
+ })> | Exclude<"aria-current", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
924
+ label: string;
925
+ } ? {} : {
926
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
927
+ }) | keyof (GROUP extends {
928
+ label: string;
929
+ } ? {} : {
930
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
931
+ }) | keyof (GROUP extends {
932
+ id: string;
933
+ } ? {} : {
934
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
935
+ }) | keyof (ITEM extends {
936
+ label: string;
937
+ } ? {} : {
938
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
939
+ })> | Exclude<"aria-describedby", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
940
+ label: string;
941
+ } ? {} : {
942
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
943
+ }) | keyof (GROUP extends {
944
+ label: string;
945
+ } ? {} : {
946
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
947
+ }) | keyof (GROUP extends {
948
+ id: string;
949
+ } ? {} : {
950
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
951
+ }) | keyof (ITEM extends {
952
+ label: string;
953
+ } ? {} : {
954
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
955
+ })> | Exclude<"aria-details", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
956
+ label: string;
957
+ } ? {} : {
958
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
959
+ }) | keyof (GROUP extends {
960
+ label: string;
961
+ } ? {} : {
962
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
963
+ }) | keyof (GROUP extends {
964
+ id: string;
965
+ } ? {} : {
966
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
967
+ }) | keyof (ITEM extends {
968
+ label: string;
969
+ } ? {} : {
970
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
971
+ })> | Exclude<"aria-disabled", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
972
+ label: string;
973
+ } ? {} : {
974
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
975
+ }) | keyof (GROUP extends {
976
+ label: string;
977
+ } ? {} : {
978
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
979
+ }) | keyof (GROUP extends {
980
+ id: string;
981
+ } ? {} : {
982
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
983
+ }) | keyof (ITEM extends {
984
+ label: string;
985
+ } ? {} : {
986
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
987
+ })> | Exclude<"aria-dropeffect", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
988
+ label: string;
989
+ } ? {} : {
990
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
991
+ }) | keyof (GROUP extends {
992
+ label: string;
993
+ } ? {} : {
994
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
995
+ }) | keyof (GROUP extends {
996
+ id: string;
997
+ } ? {} : {
998
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
999
+ }) | keyof (ITEM extends {
1000
+ label: string;
1001
+ } ? {} : {
1002
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1003
+ })> | Exclude<"aria-errormessage", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1004
+ label: string;
1005
+ } ? {} : {
1006
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1007
+ }) | keyof (GROUP extends {
1008
+ label: string;
1009
+ } ? {} : {
1010
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1011
+ }) | keyof (GROUP extends {
1012
+ id: string;
1013
+ } ? {} : {
1014
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1015
+ }) | keyof (ITEM extends {
1016
+ label: string;
1017
+ } ? {} : {
1018
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1019
+ })> | Exclude<"aria-expanded", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1020
+ label: string;
1021
+ } ? {} : {
1022
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1023
+ }) | keyof (GROUP extends {
1024
+ label: string;
1025
+ } ? {} : {
1026
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1027
+ }) | keyof (GROUP extends {
1028
+ id: string;
1029
+ } ? {} : {
1030
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1031
+ }) | keyof (ITEM extends {
1032
+ label: string;
1033
+ } ? {} : {
1034
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1035
+ })> | Exclude<"aria-flowto", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1036
+ label: string;
1037
+ } ? {} : {
1038
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1039
+ }) | keyof (GROUP extends {
1040
+ label: string;
1041
+ } ? {} : {
1042
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1043
+ }) | keyof (GROUP extends {
1044
+ id: string;
1045
+ } ? {} : {
1046
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1047
+ }) | keyof (ITEM extends {
1048
+ label: string;
1049
+ } ? {} : {
1050
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1051
+ })> | Exclude<"aria-grabbed", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1052
+ label: string;
1053
+ } ? {} : {
1054
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1055
+ }) | keyof (GROUP extends {
1056
+ label: string;
1057
+ } ? {} : {
1058
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1059
+ }) | keyof (GROUP extends {
1060
+ id: string;
1061
+ } ? {} : {
1062
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1063
+ }) | keyof (ITEM extends {
1064
+ label: string;
1065
+ } ? {} : {
1066
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1067
+ })> | Exclude<"aria-haspopup", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1068
+ label: string;
1069
+ } ? {} : {
1070
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1071
+ }) | keyof (GROUP extends {
1072
+ label: string;
1073
+ } ? {} : {
1074
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1075
+ }) | keyof (GROUP extends {
1076
+ id: string;
1077
+ } ? {} : {
1078
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1079
+ }) | keyof (ITEM extends {
1080
+ label: string;
1081
+ } ? {} : {
1082
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1083
+ })> | Exclude<"aria-hidden", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1084
+ label: string;
1085
+ } ? {} : {
1086
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1087
+ }) | keyof (GROUP extends {
1088
+ label: string;
1089
+ } ? {} : {
1090
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1091
+ }) | keyof (GROUP extends {
1092
+ id: string;
1093
+ } ? {} : {
1094
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1095
+ }) | keyof (ITEM extends {
1096
+ label: string;
1097
+ } ? {} : {
1098
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1099
+ })> | Exclude<"aria-invalid", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1100
+ label: string;
1101
+ } ? {} : {
1102
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1103
+ }) | keyof (GROUP extends {
1104
+ label: string;
1105
+ } ? {} : {
1106
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1107
+ }) | keyof (GROUP extends {
1108
+ id: string;
1109
+ } ? {} : {
1110
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1111
+ }) | keyof (ITEM extends {
1112
+ label: string;
1113
+ } ? {} : {
1114
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1115
+ })> | Exclude<"aria-keyshortcuts", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1116
+ label: string;
1117
+ } ? {} : {
1118
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1119
+ }) | keyof (GROUP extends {
1120
+ label: string;
1121
+ } ? {} : {
1122
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1123
+ }) | keyof (GROUP extends {
1124
+ id: string;
1125
+ } ? {} : {
1126
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1127
+ }) | keyof (ITEM extends {
1128
+ label: string;
1129
+ } ? {} : {
1130
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1131
+ })> | Exclude<"aria-label", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1132
+ label: string;
1133
+ } ? {} : {
1134
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1135
+ }) | keyof (GROUP extends {
1136
+ label: string;
1137
+ } ? {} : {
1138
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1139
+ }) | keyof (GROUP extends {
1140
+ id: string;
1141
+ } ? {} : {
1142
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1143
+ }) | keyof (ITEM extends {
1144
+ label: string;
1145
+ } ? {} : {
1146
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1147
+ })> | Exclude<"aria-labelledby", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1148
+ label: string;
1149
+ } ? {} : {
1150
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1151
+ }) | keyof (GROUP extends {
1152
+ label: string;
1153
+ } ? {} : {
1154
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1155
+ }) | keyof (GROUP extends {
1156
+ id: string;
1157
+ } ? {} : {
1158
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1159
+ }) | keyof (ITEM extends {
1160
+ label: string;
1161
+ } ? {} : {
1162
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1163
+ })> | Exclude<"aria-level", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1164
+ label: string;
1165
+ } ? {} : {
1166
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1167
+ }) | keyof (GROUP extends {
1168
+ label: string;
1169
+ } ? {} : {
1170
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1171
+ }) | keyof (GROUP extends {
1172
+ id: string;
1173
+ } ? {} : {
1174
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1175
+ }) | keyof (ITEM extends {
1176
+ label: string;
1177
+ } ? {} : {
1178
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1179
+ })> | Exclude<"aria-live", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1180
+ label: string;
1181
+ } ? {} : {
1182
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1183
+ }) | keyof (GROUP extends {
1184
+ label: string;
1185
+ } ? {} : {
1186
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1187
+ }) | keyof (GROUP extends {
1188
+ id: string;
1189
+ } ? {} : {
1190
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1191
+ }) | keyof (ITEM extends {
1192
+ label: string;
1193
+ } ? {} : {
1194
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1195
+ })> | Exclude<"aria-modal", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1196
+ label: string;
1197
+ } ? {} : {
1198
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1199
+ }) | keyof (GROUP extends {
1200
+ label: string;
1201
+ } ? {} : {
1202
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1203
+ }) | keyof (GROUP extends {
1204
+ id: string;
1205
+ } ? {} : {
1206
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1207
+ }) | keyof (ITEM extends {
1208
+ label: string;
1209
+ } ? {} : {
1210
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1211
+ })> | Exclude<"aria-multiline", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1212
+ label: string;
1213
+ } ? {} : {
1214
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1215
+ }) | keyof (GROUP extends {
1216
+ label: string;
1217
+ } ? {} : {
1218
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1219
+ }) | keyof (GROUP extends {
1220
+ id: string;
1221
+ } ? {} : {
1222
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1223
+ }) | keyof (ITEM extends {
1224
+ label: string;
1225
+ } ? {} : {
1226
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1227
+ })> | Exclude<"aria-multiselectable", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1228
+ label: string;
1229
+ } ? {} : {
1230
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1231
+ }) | keyof (GROUP extends {
1232
+ label: string;
1233
+ } ? {} : {
1234
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1235
+ }) | keyof (GROUP extends {
1236
+ id: string;
1237
+ } ? {} : {
1238
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1239
+ }) | keyof (ITEM extends {
1240
+ label: string;
1241
+ } ? {} : {
1242
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1243
+ })> | Exclude<"aria-orientation", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1244
+ label: string;
1245
+ } ? {} : {
1246
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1247
+ }) | keyof (GROUP extends {
1248
+ label: string;
1249
+ } ? {} : {
1250
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1251
+ }) | keyof (GROUP extends {
1252
+ id: string;
1253
+ } ? {} : {
1254
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1255
+ }) | keyof (ITEM extends {
1256
+ label: string;
1257
+ } ? {} : {
1258
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1259
+ })> | Exclude<"aria-owns", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1260
+ label: string;
1261
+ } ? {} : {
1262
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1263
+ }) | keyof (GROUP extends {
1264
+ label: string;
1265
+ } ? {} : {
1266
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1267
+ }) | keyof (GROUP extends {
1268
+ id: string;
1269
+ } ? {} : {
1270
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1271
+ }) | keyof (ITEM extends {
1272
+ label: string;
1273
+ } ? {} : {
1274
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1275
+ })> | Exclude<"aria-placeholder", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1276
+ label: string;
1277
+ } ? {} : {
1278
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1279
+ }) | keyof (GROUP extends {
1280
+ label: string;
1281
+ } ? {} : {
1282
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1283
+ }) | keyof (GROUP extends {
1284
+ id: string;
1285
+ } ? {} : {
1286
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1287
+ }) | keyof (ITEM extends {
1288
+ label: string;
1289
+ } ? {} : {
1290
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1291
+ })> | Exclude<"aria-posinset", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1292
+ label: string;
1293
+ } ? {} : {
1294
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1295
+ }) | keyof (GROUP extends {
1296
+ label: string;
1297
+ } ? {} : {
1298
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1299
+ }) | keyof (GROUP extends {
1300
+ id: string;
1301
+ } ? {} : {
1302
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1303
+ }) | keyof (ITEM extends {
1304
+ label: string;
1305
+ } ? {} : {
1306
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1307
+ })> | Exclude<"aria-pressed", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1308
+ label: string;
1309
+ } ? {} : {
1310
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1311
+ }) | keyof (GROUP extends {
1312
+ label: string;
1313
+ } ? {} : {
1314
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1315
+ }) | keyof (GROUP extends {
1316
+ id: string;
1317
+ } ? {} : {
1318
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1319
+ }) | keyof (ITEM extends {
1320
+ label: string;
1321
+ } ? {} : {
1322
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1323
+ })> | Exclude<"aria-readonly", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1324
+ label: string;
1325
+ } ? {} : {
1326
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1327
+ }) | keyof (GROUP extends {
1328
+ label: string;
1329
+ } ? {} : {
1330
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1331
+ }) | keyof (GROUP extends {
1332
+ id: string;
1333
+ } ? {} : {
1334
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1335
+ }) | keyof (ITEM extends {
1336
+ label: string;
1337
+ } ? {} : {
1338
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1339
+ })> | Exclude<"aria-relevant", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1340
+ label: string;
1341
+ } ? {} : {
1342
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1343
+ }) | keyof (GROUP extends {
1344
+ label: string;
1345
+ } ? {} : {
1346
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1347
+ }) | keyof (GROUP extends {
1348
+ id: string;
1349
+ } ? {} : {
1350
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1351
+ }) | keyof (ITEM extends {
1352
+ label: string;
1353
+ } ? {} : {
1354
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1355
+ })> | Exclude<"aria-required", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1356
+ label: string;
1357
+ } ? {} : {
1358
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1359
+ }) | keyof (GROUP extends {
1360
+ label: string;
1361
+ } ? {} : {
1362
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1363
+ }) | keyof (GROUP extends {
1364
+ id: string;
1365
+ } ? {} : {
1366
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1367
+ }) | keyof (ITEM extends {
1368
+ label: string;
1369
+ } ? {} : {
1370
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1371
+ })> | Exclude<"aria-roledescription", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1372
+ label: string;
1373
+ } ? {} : {
1374
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1375
+ }) | keyof (GROUP extends {
1376
+ label: string;
1377
+ } ? {} : {
1378
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1379
+ }) | keyof (GROUP extends {
1380
+ id: string;
1381
+ } ? {} : {
1382
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1383
+ }) | keyof (ITEM extends {
1384
+ label: string;
1385
+ } ? {} : {
1386
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1387
+ })> | Exclude<"aria-rowcount", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1388
+ label: string;
1389
+ } ? {} : {
1390
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1391
+ }) | keyof (GROUP extends {
1392
+ label: string;
1393
+ } ? {} : {
1394
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1395
+ }) | keyof (GROUP extends {
1396
+ id: string;
1397
+ } ? {} : {
1398
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1399
+ }) | keyof (ITEM extends {
1400
+ label: string;
1401
+ } ? {} : {
1402
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1403
+ })> | Exclude<"aria-rowindex", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1404
+ label: string;
1405
+ } ? {} : {
1406
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1407
+ }) | keyof (GROUP extends {
1408
+ label: string;
1409
+ } ? {} : {
1410
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1411
+ }) | keyof (GROUP extends {
1412
+ id: string;
1413
+ } ? {} : {
1414
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1415
+ }) | keyof (ITEM extends {
1416
+ label: string;
1417
+ } ? {} : {
1418
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1419
+ })> | Exclude<"aria-rowspan", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1420
+ label: string;
1421
+ } ? {} : {
1422
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1423
+ }) | keyof (GROUP extends {
1424
+ label: string;
1425
+ } ? {} : {
1426
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1427
+ }) | keyof (GROUP extends {
1428
+ id: string;
1429
+ } ? {} : {
1430
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1431
+ }) | keyof (ITEM extends {
1432
+ label: string;
1433
+ } ? {} : {
1434
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1435
+ })> | Exclude<"aria-selected", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1436
+ label: string;
1437
+ } ? {} : {
1438
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1439
+ }) | keyof (GROUP extends {
1440
+ label: string;
1441
+ } ? {} : {
1442
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1443
+ }) | keyof (GROUP extends {
1444
+ id: string;
1445
+ } ? {} : {
1446
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1447
+ }) | keyof (ITEM extends {
1448
+ label: string;
1449
+ } ? {} : {
1450
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1451
+ })> | Exclude<"aria-setsize", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1452
+ label: string;
1453
+ } ? {} : {
1454
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1455
+ }) | keyof (GROUP extends {
1456
+ label: string;
1457
+ } ? {} : {
1458
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1459
+ }) | keyof (GROUP extends {
1460
+ id: string;
1461
+ } ? {} : {
1462
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1463
+ }) | keyof (ITEM extends {
1464
+ label: string;
1465
+ } ? {} : {
1466
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1467
+ })> | Exclude<"aria-sort", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1468
+ label: string;
1469
+ } ? {} : {
1470
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1471
+ }) | keyof (GROUP extends {
1472
+ label: string;
1473
+ } ? {} : {
1474
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1475
+ }) | keyof (GROUP extends {
1476
+ id: string;
1477
+ } ? {} : {
1478
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1479
+ }) | keyof (ITEM extends {
1480
+ label: string;
1481
+ } ? {} : {
1482
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1483
+ })> | Exclude<"aria-valuemax", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1484
+ label: string;
1485
+ } ? {} : {
1486
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1487
+ }) | keyof (GROUP extends {
1488
+ label: string;
1489
+ } ? {} : {
1490
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1491
+ }) | keyof (GROUP extends {
1492
+ id: string;
1493
+ } ? {} : {
1494
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1495
+ }) | keyof (ITEM extends {
1496
+ label: string;
1497
+ } ? {} : {
1498
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1499
+ })> | Exclude<"aria-valuemin", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1500
+ label: string;
1501
+ } ? {} : {
1502
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1503
+ }) | keyof (GROUP extends {
1504
+ label: string;
1505
+ } ? {} : {
1506
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1507
+ }) | keyof (GROUP extends {
1508
+ id: string;
1509
+ } ? {} : {
1510
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1511
+ }) | keyof (ITEM extends {
1512
+ label: string;
1513
+ } ? {} : {
1514
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1515
+ })> | Exclude<"aria-valuenow", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1516
+ label: string;
1517
+ } ? {} : {
1518
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1519
+ }) | keyof (GROUP extends {
1520
+ label: string;
1521
+ } ? {} : {
1522
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1523
+ }) | keyof (GROUP extends {
1524
+ id: string;
1525
+ } ? {} : {
1526
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1527
+ }) | keyof (ITEM extends {
1528
+ label: string;
1529
+ } ? {} : {
1530
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1531
+ })> | Exclude<"aria-valuetext", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1532
+ label: string;
1533
+ } ? {} : {
1534
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1535
+ }) | keyof (GROUP extends {
1536
+ label: string;
1537
+ } ? {} : {
1538
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1539
+ }) | keyof (GROUP extends {
1540
+ id: string;
1541
+ } ? {} : {
1542
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1543
+ }) | keyof (ITEM extends {
1544
+ label: string;
1545
+ } ? {} : {
1546
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1547
+ })> | Exclude<"dangerouslySetInnerHTML", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1548
+ label: string;
1549
+ } ? {} : {
1550
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1551
+ }) | keyof (GROUP extends {
1552
+ label: string;
1553
+ } ? {} : {
1554
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1555
+ }) | keyof (GROUP extends {
1556
+ id: string;
1557
+ } ? {} : {
1558
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1559
+ }) | keyof (ITEM extends {
1560
+ label: string;
1561
+ } ? {} : {
1562
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1563
+ })> | Exclude<"onCopy", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1564
+ label: string;
1565
+ } ? {} : {
1566
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1567
+ }) | keyof (GROUP extends {
1568
+ label: string;
1569
+ } ? {} : {
1570
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1571
+ }) | keyof (GROUP extends {
1572
+ id: string;
1573
+ } ? {} : {
1574
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1575
+ }) | keyof (ITEM extends {
1576
+ label: string;
1577
+ } ? {} : {
1578
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1579
+ })> | Exclude<"onCopyCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1580
+ label: string;
1581
+ } ? {} : {
1582
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1583
+ }) | keyof (GROUP extends {
1584
+ label: string;
1585
+ } ? {} : {
1586
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1587
+ }) | keyof (GROUP extends {
1588
+ id: string;
1589
+ } ? {} : {
1590
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1591
+ }) | keyof (ITEM extends {
1592
+ label: string;
1593
+ } ? {} : {
1594
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1595
+ })> | Exclude<"onCut", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1596
+ label: string;
1597
+ } ? {} : {
1598
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1599
+ }) | keyof (GROUP extends {
1600
+ label: string;
1601
+ } ? {} : {
1602
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1603
+ }) | keyof (GROUP extends {
1604
+ id: string;
1605
+ } ? {} : {
1606
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1607
+ }) | keyof (ITEM extends {
1608
+ label: string;
1609
+ } ? {} : {
1610
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1611
+ })> | Exclude<"onCutCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1612
+ label: string;
1613
+ } ? {} : {
1614
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1615
+ }) | keyof (GROUP extends {
1616
+ label: string;
1617
+ } ? {} : {
1618
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1619
+ }) | keyof (GROUP extends {
1620
+ id: string;
1621
+ } ? {} : {
1622
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1623
+ }) | keyof (ITEM extends {
1624
+ label: string;
1625
+ } ? {} : {
1626
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1627
+ })> | Exclude<"onPaste", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1628
+ label: string;
1629
+ } ? {} : {
1630
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1631
+ }) | keyof (GROUP extends {
1632
+ label: string;
1633
+ } ? {} : {
1634
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1635
+ }) | keyof (GROUP extends {
1636
+ id: string;
1637
+ } ? {} : {
1638
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1639
+ }) | keyof (ITEM extends {
1640
+ label: string;
1641
+ } ? {} : {
1642
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1643
+ })> | Exclude<"onPasteCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1644
+ label: string;
1645
+ } ? {} : {
1646
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1647
+ }) | keyof (GROUP extends {
1648
+ label: string;
1649
+ } ? {} : {
1650
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1651
+ }) | keyof (GROUP extends {
1652
+ id: string;
1653
+ } ? {} : {
1654
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1655
+ }) | keyof (ITEM extends {
1656
+ label: string;
1657
+ } ? {} : {
1658
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1659
+ })> | Exclude<"onCompositionEnd", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1660
+ label: string;
1661
+ } ? {} : {
1662
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1663
+ }) | keyof (GROUP extends {
1664
+ label: string;
1665
+ } ? {} : {
1666
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1667
+ }) | keyof (GROUP extends {
1668
+ id: string;
1669
+ } ? {} : {
1670
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1671
+ }) | keyof (ITEM extends {
1672
+ label: string;
1673
+ } ? {} : {
1674
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1675
+ })> | Exclude<"onCompositionEndCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1676
+ label: string;
1677
+ } ? {} : {
1678
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1679
+ }) | keyof (GROUP extends {
1680
+ label: string;
1681
+ } ? {} : {
1682
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1683
+ }) | keyof (GROUP extends {
1684
+ id: string;
1685
+ } ? {} : {
1686
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1687
+ }) | keyof (ITEM extends {
1688
+ label: string;
1689
+ } ? {} : {
1690
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1691
+ })> | Exclude<"onCompositionStart", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1692
+ label: string;
1693
+ } ? {} : {
1694
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1695
+ }) | keyof (GROUP extends {
1696
+ label: string;
1697
+ } ? {} : {
1698
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1699
+ }) | keyof (GROUP extends {
1700
+ id: string;
1701
+ } ? {} : {
1702
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1703
+ }) | keyof (ITEM extends {
1704
+ label: string;
1705
+ } ? {} : {
1706
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1707
+ })> | Exclude<"onCompositionStartCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1708
+ label: string;
1709
+ } ? {} : {
1710
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1711
+ }) | keyof (GROUP extends {
1712
+ label: string;
1713
+ } ? {} : {
1714
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1715
+ }) | keyof (GROUP extends {
1716
+ id: string;
1717
+ } ? {} : {
1718
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1719
+ }) | keyof (ITEM extends {
1720
+ label: string;
1721
+ } ? {} : {
1722
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1723
+ })> | Exclude<"onCompositionUpdate", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1724
+ label: string;
1725
+ } ? {} : {
1726
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1727
+ }) | keyof (GROUP extends {
1728
+ label: string;
1729
+ } ? {} : {
1730
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1731
+ }) | keyof (GROUP extends {
1732
+ id: string;
1733
+ } ? {} : {
1734
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1735
+ }) | keyof (ITEM extends {
1736
+ label: string;
1737
+ } ? {} : {
1738
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1739
+ })> | Exclude<"onCompositionUpdateCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1740
+ label: string;
1741
+ } ? {} : {
1742
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1743
+ }) | keyof (GROUP extends {
1744
+ label: string;
1745
+ } ? {} : {
1746
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1747
+ }) | keyof (GROUP extends {
1748
+ id: string;
1749
+ } ? {} : {
1750
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1751
+ }) | keyof (ITEM extends {
1752
+ label: string;
1753
+ } ? {} : {
1754
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1755
+ })> | Exclude<"onFocus", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1756
+ label: string;
1757
+ } ? {} : {
1758
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1759
+ }) | keyof (GROUP extends {
1760
+ label: string;
1761
+ } ? {} : {
1762
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1763
+ }) | keyof (GROUP extends {
1764
+ id: string;
1765
+ } ? {} : {
1766
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1767
+ }) | keyof (ITEM extends {
1768
+ label: string;
1769
+ } ? {} : {
1770
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1771
+ })> | Exclude<"onFocusCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1772
+ label: string;
1773
+ } ? {} : {
1774
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1775
+ }) | keyof (GROUP extends {
1776
+ label: string;
1777
+ } ? {} : {
1778
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1779
+ }) | keyof (GROUP extends {
1780
+ id: string;
1781
+ } ? {} : {
1782
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1783
+ }) | keyof (ITEM extends {
1784
+ label: string;
1785
+ } ? {} : {
1786
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1787
+ })> | Exclude<"onBlur", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1788
+ label: string;
1789
+ } ? {} : {
1790
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1791
+ }) | keyof (GROUP extends {
1792
+ label: string;
1793
+ } ? {} : {
1794
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1795
+ }) | keyof (GROUP extends {
1796
+ id: string;
1797
+ } ? {} : {
1798
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1799
+ }) | keyof (ITEM extends {
1800
+ label: string;
1801
+ } ? {} : {
1802
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1803
+ })> | Exclude<"onBlurCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1804
+ label: string;
1805
+ } ? {} : {
1806
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1807
+ }) | keyof (GROUP extends {
1808
+ label: string;
1809
+ } ? {} : {
1810
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1811
+ }) | keyof (GROUP extends {
1812
+ id: string;
1813
+ } ? {} : {
1814
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1815
+ }) | keyof (ITEM extends {
1816
+ label: string;
1817
+ } ? {} : {
1818
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1819
+ })> | Exclude<"onChange", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1820
+ label: string;
1821
+ } ? {} : {
1822
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1823
+ }) | keyof (GROUP extends {
1824
+ label: string;
1825
+ } ? {} : {
1826
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1827
+ }) | keyof (GROUP extends {
1828
+ id: string;
1829
+ } ? {} : {
1830
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1831
+ }) | keyof (ITEM extends {
1832
+ label: string;
1833
+ } ? {} : {
1834
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1835
+ })> | Exclude<"onChangeCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1836
+ label: string;
1837
+ } ? {} : {
1838
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1839
+ }) | keyof (GROUP extends {
1840
+ label: string;
1841
+ } ? {} : {
1842
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1843
+ }) | keyof (GROUP extends {
1844
+ id: string;
1845
+ } ? {} : {
1846
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1847
+ }) | keyof (ITEM extends {
1848
+ label: string;
1849
+ } ? {} : {
1850
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1851
+ })> | Exclude<"onBeforeInput", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1852
+ label: string;
1853
+ } ? {} : {
1854
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1855
+ }) | keyof (GROUP extends {
1856
+ label: string;
1857
+ } ? {} : {
1858
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1859
+ }) | keyof (GROUP extends {
1860
+ id: string;
1861
+ } ? {} : {
1862
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1863
+ }) | keyof (ITEM extends {
1864
+ label: string;
1865
+ } ? {} : {
1866
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1867
+ })> | Exclude<"onBeforeInputCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1868
+ label: string;
1869
+ } ? {} : {
1870
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1871
+ }) | keyof (GROUP extends {
1872
+ label: string;
1873
+ } ? {} : {
1874
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1875
+ }) | keyof (GROUP extends {
1876
+ id: string;
1877
+ } ? {} : {
1878
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1879
+ }) | keyof (ITEM extends {
1880
+ label: string;
1881
+ } ? {} : {
1882
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1883
+ })> | Exclude<"onInput", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1884
+ label: string;
1885
+ } ? {} : {
1886
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1887
+ }) | keyof (GROUP extends {
1888
+ label: string;
1889
+ } ? {} : {
1890
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1891
+ }) | keyof (GROUP extends {
1892
+ id: string;
1893
+ } ? {} : {
1894
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1895
+ }) | keyof (ITEM extends {
1896
+ label: string;
1897
+ } ? {} : {
1898
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1899
+ })> | Exclude<"onInputCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1900
+ label: string;
1901
+ } ? {} : {
1902
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1903
+ }) | keyof (GROUP extends {
1904
+ label: string;
1905
+ } ? {} : {
1906
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1907
+ }) | keyof (GROUP extends {
1908
+ id: string;
1909
+ } ? {} : {
1910
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1911
+ }) | keyof (ITEM extends {
1912
+ label: string;
1913
+ } ? {} : {
1914
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1915
+ })> | Exclude<"onReset", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1916
+ label: string;
1917
+ } ? {} : {
1918
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1919
+ }) | keyof (GROUP extends {
1920
+ label: string;
1921
+ } ? {} : {
1922
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1923
+ }) | keyof (GROUP extends {
1924
+ id: string;
1925
+ } ? {} : {
1926
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1927
+ }) | keyof (ITEM extends {
1928
+ label: string;
1929
+ } ? {} : {
1930
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1931
+ })> | Exclude<"onResetCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1932
+ label: string;
1933
+ } ? {} : {
1934
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1935
+ }) | keyof (GROUP extends {
1936
+ label: string;
1937
+ } ? {} : {
1938
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1939
+ }) | keyof (GROUP extends {
1940
+ id: string;
1941
+ } ? {} : {
1942
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1943
+ }) | keyof (ITEM extends {
1944
+ label: string;
1945
+ } ? {} : {
1946
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1947
+ })> | Exclude<"onSubmit", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1948
+ label: string;
1949
+ } ? {} : {
1950
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1951
+ }) | keyof (GROUP extends {
1952
+ label: string;
1953
+ } ? {} : {
1954
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1955
+ }) | keyof (GROUP extends {
1956
+ id: string;
1957
+ } ? {} : {
1958
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1959
+ }) | keyof (ITEM extends {
1960
+ label: string;
1961
+ } ? {} : {
1962
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1963
+ })> | Exclude<"onSubmitCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1964
+ label: string;
1965
+ } ? {} : {
1966
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1967
+ }) | keyof (GROUP extends {
1968
+ label: string;
1969
+ } ? {} : {
1970
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1971
+ }) | keyof (GROUP extends {
1972
+ id: string;
1973
+ } ? {} : {
1974
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1975
+ }) | keyof (ITEM extends {
1976
+ label: string;
1977
+ } ? {} : {
1978
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1979
+ })> | Exclude<"onInvalid", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1980
+ label: string;
1981
+ } ? {} : {
1982
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1983
+ }) | keyof (GROUP extends {
1984
+ label: string;
1985
+ } ? {} : {
1986
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
1987
+ }) | keyof (GROUP extends {
1988
+ id: string;
1989
+ } ? {} : {
1990
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
1991
+ }) | keyof (ITEM extends {
1992
+ label: string;
1993
+ } ? {} : {
1994
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
1995
+ })> | Exclude<"onInvalidCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
1996
+ label: string;
1997
+ } ? {} : {
1998
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
1999
+ }) | keyof (GROUP extends {
2000
+ label: string;
2001
+ } ? {} : {
2002
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2003
+ }) | keyof (GROUP extends {
2004
+ id: string;
2005
+ } ? {} : {
2006
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2007
+ }) | keyof (ITEM extends {
2008
+ label: string;
2009
+ } ? {} : {
2010
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2011
+ })> | Exclude<"onLoad", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2012
+ label: string;
2013
+ } ? {} : {
2014
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2015
+ }) | keyof (GROUP extends {
2016
+ label: string;
2017
+ } ? {} : {
2018
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2019
+ }) | keyof (GROUP extends {
2020
+ id: string;
2021
+ } ? {} : {
2022
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2023
+ }) | keyof (ITEM extends {
2024
+ label: string;
2025
+ } ? {} : {
2026
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2027
+ })> | Exclude<"onLoadCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2028
+ label: string;
2029
+ } ? {} : {
2030
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2031
+ }) | keyof (GROUP extends {
2032
+ label: string;
2033
+ } ? {} : {
2034
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2035
+ }) | keyof (GROUP extends {
2036
+ id: string;
2037
+ } ? {} : {
2038
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2039
+ }) | keyof (ITEM extends {
2040
+ label: string;
2041
+ } ? {} : {
2042
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2043
+ })> | Exclude<"onError", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2044
+ label: string;
2045
+ } ? {} : {
2046
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2047
+ }) | keyof (GROUP extends {
2048
+ label: string;
2049
+ } ? {} : {
2050
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2051
+ }) | keyof (GROUP extends {
2052
+ id: string;
2053
+ } ? {} : {
2054
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2055
+ }) | keyof (ITEM extends {
2056
+ label: string;
2057
+ } ? {} : {
2058
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2059
+ })> | Exclude<"onErrorCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2060
+ label: string;
2061
+ } ? {} : {
2062
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2063
+ }) | keyof (GROUP extends {
2064
+ label: string;
2065
+ } ? {} : {
2066
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2067
+ }) | keyof (GROUP extends {
2068
+ id: string;
2069
+ } ? {} : {
2070
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2071
+ }) | keyof (ITEM extends {
2072
+ label: string;
2073
+ } ? {} : {
2074
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2075
+ })> | Exclude<"onKeyDown", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2076
+ label: string;
2077
+ } ? {} : {
2078
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2079
+ }) | keyof (GROUP extends {
2080
+ label: string;
2081
+ } ? {} : {
2082
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2083
+ }) | keyof (GROUP extends {
2084
+ id: string;
2085
+ } ? {} : {
2086
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2087
+ }) | keyof (ITEM extends {
2088
+ label: string;
2089
+ } ? {} : {
2090
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2091
+ })> | Exclude<"onKeyDownCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2092
+ label: string;
2093
+ } ? {} : {
2094
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2095
+ }) | keyof (GROUP extends {
2096
+ label: string;
2097
+ } ? {} : {
2098
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2099
+ }) | keyof (GROUP extends {
2100
+ id: string;
2101
+ } ? {} : {
2102
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2103
+ }) | keyof (ITEM extends {
2104
+ label: string;
2105
+ } ? {} : {
2106
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2107
+ })> | Exclude<"onKeyPress", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2108
+ label: string;
2109
+ } ? {} : {
2110
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2111
+ }) | keyof (GROUP extends {
2112
+ label: string;
2113
+ } ? {} : {
2114
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2115
+ }) | keyof (GROUP extends {
2116
+ id: string;
2117
+ } ? {} : {
2118
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2119
+ }) | keyof (ITEM extends {
2120
+ label: string;
2121
+ } ? {} : {
2122
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2123
+ })> | Exclude<"onKeyPressCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2124
+ label: string;
2125
+ } ? {} : {
2126
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2127
+ }) | keyof (GROUP extends {
2128
+ label: string;
2129
+ } ? {} : {
2130
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2131
+ }) | keyof (GROUP extends {
2132
+ id: string;
2133
+ } ? {} : {
2134
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2135
+ }) | keyof (ITEM extends {
2136
+ label: string;
2137
+ } ? {} : {
2138
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2139
+ })> | Exclude<"onKeyUp", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2140
+ label: string;
2141
+ } ? {} : {
2142
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2143
+ }) | keyof (GROUP extends {
2144
+ label: string;
2145
+ } ? {} : {
2146
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2147
+ }) | keyof (GROUP extends {
2148
+ id: string;
2149
+ } ? {} : {
2150
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2151
+ }) | keyof (ITEM extends {
2152
+ label: string;
2153
+ } ? {} : {
2154
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2155
+ })> | Exclude<"onKeyUpCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2156
+ label: string;
2157
+ } ? {} : {
2158
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2159
+ }) | keyof (GROUP extends {
2160
+ label: string;
2161
+ } ? {} : {
2162
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2163
+ }) | keyof (GROUP extends {
2164
+ id: string;
2165
+ } ? {} : {
2166
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2167
+ }) | keyof (ITEM extends {
2168
+ label: string;
2169
+ } ? {} : {
2170
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2171
+ })> | Exclude<"onAbort", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2172
+ label: string;
2173
+ } ? {} : {
2174
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2175
+ }) | keyof (GROUP extends {
2176
+ label: string;
2177
+ } ? {} : {
2178
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2179
+ }) | keyof (GROUP extends {
2180
+ id: string;
2181
+ } ? {} : {
2182
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2183
+ }) | keyof (ITEM extends {
2184
+ label: string;
2185
+ } ? {} : {
2186
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2187
+ })> | Exclude<"onAbortCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2188
+ label: string;
2189
+ } ? {} : {
2190
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2191
+ }) | keyof (GROUP extends {
2192
+ label: string;
2193
+ } ? {} : {
2194
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2195
+ }) | keyof (GROUP extends {
2196
+ id: string;
2197
+ } ? {} : {
2198
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2199
+ }) | keyof (ITEM extends {
2200
+ label: string;
2201
+ } ? {} : {
2202
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2203
+ })> | Exclude<"onCanPlay", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2204
+ label: string;
2205
+ } ? {} : {
2206
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2207
+ }) | keyof (GROUP extends {
2208
+ label: string;
2209
+ } ? {} : {
2210
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2211
+ }) | keyof (GROUP extends {
2212
+ id: string;
2213
+ } ? {} : {
2214
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2215
+ }) | keyof (ITEM extends {
2216
+ label: string;
2217
+ } ? {} : {
2218
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2219
+ })> | Exclude<"onCanPlayCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2220
+ label: string;
2221
+ } ? {} : {
2222
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2223
+ }) | keyof (GROUP extends {
2224
+ label: string;
2225
+ } ? {} : {
2226
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2227
+ }) | keyof (GROUP extends {
2228
+ id: string;
2229
+ } ? {} : {
2230
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2231
+ }) | keyof (ITEM extends {
2232
+ label: string;
2233
+ } ? {} : {
2234
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2235
+ })> | Exclude<"onCanPlayThrough", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2236
+ label: string;
2237
+ } ? {} : {
2238
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2239
+ }) | keyof (GROUP extends {
2240
+ label: string;
2241
+ } ? {} : {
2242
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2243
+ }) | keyof (GROUP extends {
2244
+ id: string;
2245
+ } ? {} : {
2246
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2247
+ }) | keyof (ITEM extends {
2248
+ label: string;
2249
+ } ? {} : {
2250
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2251
+ })> | Exclude<"onCanPlayThroughCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2252
+ label: string;
2253
+ } ? {} : {
2254
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2255
+ }) | keyof (GROUP extends {
2256
+ label: string;
2257
+ } ? {} : {
2258
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2259
+ }) | keyof (GROUP extends {
2260
+ id: string;
2261
+ } ? {} : {
2262
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2263
+ }) | keyof (ITEM extends {
2264
+ label: string;
2265
+ } ? {} : {
2266
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2267
+ })> | Exclude<"onDurationChange", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2268
+ label: string;
2269
+ } ? {} : {
2270
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2271
+ }) | keyof (GROUP extends {
2272
+ label: string;
2273
+ } ? {} : {
2274
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2275
+ }) | keyof (GROUP extends {
2276
+ id: string;
2277
+ } ? {} : {
2278
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2279
+ }) | keyof (ITEM extends {
2280
+ label: string;
2281
+ } ? {} : {
2282
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2283
+ })> | Exclude<"onDurationChangeCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2284
+ label: string;
2285
+ } ? {} : {
2286
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2287
+ }) | keyof (GROUP extends {
2288
+ label: string;
2289
+ } ? {} : {
2290
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2291
+ }) | keyof (GROUP extends {
2292
+ id: string;
2293
+ } ? {} : {
2294
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2295
+ }) | keyof (ITEM extends {
2296
+ label: string;
2297
+ } ? {} : {
2298
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2299
+ })> | Exclude<"onEmptied", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2300
+ label: string;
2301
+ } ? {} : {
2302
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2303
+ }) | keyof (GROUP extends {
2304
+ label: string;
2305
+ } ? {} : {
2306
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2307
+ }) | keyof (GROUP extends {
2308
+ id: string;
2309
+ } ? {} : {
2310
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2311
+ }) | keyof (ITEM extends {
2312
+ label: string;
2313
+ } ? {} : {
2314
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2315
+ })> | Exclude<"onEmptiedCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2316
+ label: string;
2317
+ } ? {} : {
2318
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2319
+ }) | keyof (GROUP extends {
2320
+ label: string;
2321
+ } ? {} : {
2322
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2323
+ }) | keyof (GROUP extends {
2324
+ id: string;
2325
+ } ? {} : {
2326
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2327
+ }) | keyof (ITEM extends {
2328
+ label: string;
2329
+ } ? {} : {
2330
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2331
+ })> | Exclude<"onEncrypted", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2332
+ label: string;
2333
+ } ? {} : {
2334
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2335
+ }) | keyof (GROUP extends {
2336
+ label: string;
2337
+ } ? {} : {
2338
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2339
+ }) | keyof (GROUP extends {
2340
+ id: string;
2341
+ } ? {} : {
2342
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2343
+ }) | keyof (ITEM extends {
2344
+ label: string;
2345
+ } ? {} : {
2346
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2347
+ })> | Exclude<"onEncryptedCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2348
+ label: string;
2349
+ } ? {} : {
2350
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2351
+ }) | keyof (GROUP extends {
2352
+ label: string;
2353
+ } ? {} : {
2354
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2355
+ }) | keyof (GROUP extends {
2356
+ id: string;
2357
+ } ? {} : {
2358
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2359
+ }) | keyof (ITEM extends {
2360
+ label: string;
2361
+ } ? {} : {
2362
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2363
+ })> | Exclude<"onEnded", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2364
+ label: string;
2365
+ } ? {} : {
2366
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2367
+ }) | keyof (GROUP extends {
2368
+ label: string;
2369
+ } ? {} : {
2370
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2371
+ }) | keyof (GROUP extends {
2372
+ id: string;
2373
+ } ? {} : {
2374
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2375
+ }) | keyof (ITEM extends {
2376
+ label: string;
2377
+ } ? {} : {
2378
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2379
+ })> | Exclude<"onEndedCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2380
+ label: string;
2381
+ } ? {} : {
2382
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2383
+ }) | keyof (GROUP extends {
2384
+ label: string;
2385
+ } ? {} : {
2386
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2387
+ }) | keyof (GROUP extends {
2388
+ id: string;
2389
+ } ? {} : {
2390
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2391
+ }) | keyof (ITEM extends {
2392
+ label: string;
2393
+ } ? {} : {
2394
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2395
+ })> | Exclude<"onLoadedData", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2396
+ label: string;
2397
+ } ? {} : {
2398
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2399
+ }) | keyof (GROUP extends {
2400
+ label: string;
2401
+ } ? {} : {
2402
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2403
+ }) | keyof (GROUP extends {
2404
+ id: string;
2405
+ } ? {} : {
2406
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2407
+ }) | keyof (ITEM extends {
2408
+ label: string;
2409
+ } ? {} : {
2410
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2411
+ })> | Exclude<"onLoadedDataCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2412
+ label: string;
2413
+ } ? {} : {
2414
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2415
+ }) | keyof (GROUP extends {
2416
+ label: string;
2417
+ } ? {} : {
2418
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2419
+ }) | keyof (GROUP extends {
2420
+ id: string;
2421
+ } ? {} : {
2422
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2423
+ }) | keyof (ITEM extends {
2424
+ label: string;
2425
+ } ? {} : {
2426
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2427
+ })> | Exclude<"onLoadedMetadata", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2428
+ label: string;
2429
+ } ? {} : {
2430
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2431
+ }) | keyof (GROUP extends {
2432
+ label: string;
2433
+ } ? {} : {
2434
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2435
+ }) | keyof (GROUP extends {
2436
+ id: string;
2437
+ } ? {} : {
2438
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2439
+ }) | keyof (ITEM extends {
2440
+ label: string;
2441
+ } ? {} : {
2442
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2443
+ })> | Exclude<"onLoadedMetadataCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2444
+ label: string;
2445
+ } ? {} : {
2446
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2447
+ }) | keyof (GROUP extends {
2448
+ label: string;
2449
+ } ? {} : {
2450
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2451
+ }) | keyof (GROUP extends {
2452
+ id: string;
2453
+ } ? {} : {
2454
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2455
+ }) | keyof (ITEM extends {
2456
+ label: string;
2457
+ } ? {} : {
2458
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2459
+ })> | Exclude<"onLoadStart", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2460
+ label: string;
2461
+ } ? {} : {
2462
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2463
+ }) | keyof (GROUP extends {
2464
+ label: string;
2465
+ } ? {} : {
2466
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2467
+ }) | keyof (GROUP extends {
2468
+ id: string;
2469
+ } ? {} : {
2470
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2471
+ }) | keyof (ITEM extends {
2472
+ label: string;
2473
+ } ? {} : {
2474
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2475
+ })> | Exclude<"onLoadStartCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2476
+ label: string;
2477
+ } ? {} : {
2478
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2479
+ }) | keyof (GROUP extends {
2480
+ label: string;
2481
+ } ? {} : {
2482
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2483
+ }) | keyof (GROUP extends {
2484
+ id: string;
2485
+ } ? {} : {
2486
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2487
+ }) | keyof (ITEM extends {
2488
+ label: string;
2489
+ } ? {} : {
2490
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2491
+ })> | Exclude<"onPause", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2492
+ label: string;
2493
+ } ? {} : {
2494
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2495
+ }) | keyof (GROUP extends {
2496
+ label: string;
2497
+ } ? {} : {
2498
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2499
+ }) | keyof (GROUP extends {
2500
+ id: string;
2501
+ } ? {} : {
2502
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2503
+ }) | keyof (ITEM extends {
2504
+ label: string;
2505
+ } ? {} : {
2506
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2507
+ })> | Exclude<"onPauseCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2508
+ label: string;
2509
+ } ? {} : {
2510
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2511
+ }) | keyof (GROUP extends {
2512
+ label: string;
2513
+ } ? {} : {
2514
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2515
+ }) | keyof (GROUP extends {
2516
+ id: string;
2517
+ } ? {} : {
2518
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2519
+ }) | keyof (ITEM extends {
2520
+ label: string;
2521
+ } ? {} : {
2522
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2523
+ })> | Exclude<"onPlay", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2524
+ label: string;
2525
+ } ? {} : {
2526
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2527
+ }) | keyof (GROUP extends {
2528
+ label: string;
2529
+ } ? {} : {
2530
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2531
+ }) | keyof (GROUP extends {
2532
+ id: string;
2533
+ } ? {} : {
2534
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2535
+ }) | keyof (ITEM extends {
2536
+ label: string;
2537
+ } ? {} : {
2538
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2539
+ })> | Exclude<"onPlayCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2540
+ label: string;
2541
+ } ? {} : {
2542
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2543
+ }) | keyof (GROUP extends {
2544
+ label: string;
2545
+ } ? {} : {
2546
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2547
+ }) | keyof (GROUP extends {
2548
+ id: string;
2549
+ } ? {} : {
2550
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2551
+ }) | keyof (ITEM extends {
2552
+ label: string;
2553
+ } ? {} : {
2554
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2555
+ })> | Exclude<"onPlaying", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2556
+ label: string;
2557
+ } ? {} : {
2558
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2559
+ }) | keyof (GROUP extends {
2560
+ label: string;
2561
+ } ? {} : {
2562
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2563
+ }) | keyof (GROUP extends {
2564
+ id: string;
2565
+ } ? {} : {
2566
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2567
+ }) | keyof (ITEM extends {
2568
+ label: string;
2569
+ } ? {} : {
2570
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2571
+ })> | Exclude<"onPlayingCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2572
+ label: string;
2573
+ } ? {} : {
2574
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2575
+ }) | keyof (GROUP extends {
2576
+ label: string;
2577
+ } ? {} : {
2578
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2579
+ }) | keyof (GROUP extends {
2580
+ id: string;
2581
+ } ? {} : {
2582
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2583
+ }) | keyof (ITEM extends {
2584
+ label: string;
2585
+ } ? {} : {
2586
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2587
+ })> | Exclude<"onProgress", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2588
+ label: string;
2589
+ } ? {} : {
2590
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2591
+ }) | keyof (GROUP extends {
2592
+ label: string;
2593
+ } ? {} : {
2594
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2595
+ }) | keyof (GROUP extends {
2596
+ id: string;
2597
+ } ? {} : {
2598
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2599
+ }) | keyof (ITEM extends {
2600
+ label: string;
2601
+ } ? {} : {
2602
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2603
+ })> | Exclude<"onProgressCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2604
+ label: string;
2605
+ } ? {} : {
2606
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2607
+ }) | keyof (GROUP extends {
2608
+ label: string;
2609
+ } ? {} : {
2610
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2611
+ }) | keyof (GROUP extends {
2612
+ id: string;
2613
+ } ? {} : {
2614
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2615
+ }) | keyof (ITEM extends {
2616
+ label: string;
2617
+ } ? {} : {
2618
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2619
+ })> | Exclude<"onRateChange", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2620
+ label: string;
2621
+ } ? {} : {
2622
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2623
+ }) | keyof (GROUP extends {
2624
+ label: string;
2625
+ } ? {} : {
2626
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2627
+ }) | keyof (GROUP extends {
2628
+ id: string;
2629
+ } ? {} : {
2630
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2631
+ }) | keyof (ITEM extends {
2632
+ label: string;
2633
+ } ? {} : {
2634
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2635
+ })> | Exclude<"onRateChangeCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2636
+ label: string;
2637
+ } ? {} : {
2638
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2639
+ }) | keyof (GROUP extends {
2640
+ label: string;
2641
+ } ? {} : {
2642
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2643
+ }) | keyof (GROUP extends {
2644
+ id: string;
2645
+ } ? {} : {
2646
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2647
+ }) | keyof (ITEM extends {
2648
+ label: string;
2649
+ } ? {} : {
2650
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2651
+ })> | Exclude<"onSeeked", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2652
+ label: string;
2653
+ } ? {} : {
2654
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2655
+ }) | keyof (GROUP extends {
2656
+ label: string;
2657
+ } ? {} : {
2658
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2659
+ }) | keyof (GROUP extends {
2660
+ id: string;
2661
+ } ? {} : {
2662
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2663
+ }) | keyof (ITEM extends {
2664
+ label: string;
2665
+ } ? {} : {
2666
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2667
+ })> | Exclude<"onSeekedCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2668
+ label: string;
2669
+ } ? {} : {
2670
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2671
+ }) | keyof (GROUP extends {
2672
+ label: string;
2673
+ } ? {} : {
2674
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2675
+ }) | keyof (GROUP extends {
2676
+ id: string;
2677
+ } ? {} : {
2678
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2679
+ }) | keyof (ITEM extends {
2680
+ label: string;
2681
+ } ? {} : {
2682
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2683
+ })> | Exclude<"onSeeking", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2684
+ label: string;
2685
+ } ? {} : {
2686
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2687
+ }) | keyof (GROUP extends {
2688
+ label: string;
2689
+ } ? {} : {
2690
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2691
+ }) | keyof (GROUP extends {
2692
+ id: string;
2693
+ } ? {} : {
2694
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2695
+ }) | keyof (ITEM extends {
2696
+ label: string;
2697
+ } ? {} : {
2698
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2699
+ })> | Exclude<"onSeekingCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2700
+ label: string;
2701
+ } ? {} : {
2702
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2703
+ }) | keyof (GROUP extends {
2704
+ label: string;
2705
+ } ? {} : {
2706
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2707
+ }) | keyof (GROUP extends {
2708
+ id: string;
2709
+ } ? {} : {
2710
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2711
+ }) | keyof (ITEM extends {
2712
+ label: string;
2713
+ } ? {} : {
2714
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2715
+ })> | Exclude<"onStalled", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2716
+ label: string;
2717
+ } ? {} : {
2718
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2719
+ }) | keyof (GROUP extends {
2720
+ label: string;
2721
+ } ? {} : {
2722
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2723
+ }) | keyof (GROUP extends {
2724
+ id: string;
2725
+ } ? {} : {
2726
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2727
+ }) | keyof (ITEM extends {
2728
+ label: string;
2729
+ } ? {} : {
2730
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2731
+ })> | Exclude<"onStalledCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2732
+ label: string;
2733
+ } ? {} : {
2734
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2735
+ }) | keyof (GROUP extends {
2736
+ label: string;
2737
+ } ? {} : {
2738
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2739
+ }) | keyof (GROUP extends {
2740
+ id: string;
2741
+ } ? {} : {
2742
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2743
+ }) | keyof (ITEM extends {
2744
+ label: string;
2745
+ } ? {} : {
2746
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2747
+ })> | Exclude<"onSuspend", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2748
+ label: string;
2749
+ } ? {} : {
2750
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2751
+ }) | keyof (GROUP extends {
2752
+ label: string;
2753
+ } ? {} : {
2754
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2755
+ }) | keyof (GROUP extends {
2756
+ id: string;
2757
+ } ? {} : {
2758
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2759
+ }) | keyof (ITEM extends {
2760
+ label: string;
2761
+ } ? {} : {
2762
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2763
+ })> | Exclude<"onSuspendCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2764
+ label: string;
2765
+ } ? {} : {
2766
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2767
+ }) | keyof (GROUP extends {
2768
+ label: string;
2769
+ } ? {} : {
2770
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2771
+ }) | keyof (GROUP extends {
2772
+ id: string;
2773
+ } ? {} : {
2774
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2775
+ }) | keyof (ITEM extends {
2776
+ label: string;
2777
+ } ? {} : {
2778
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2779
+ })> | Exclude<"onTimeUpdate", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2780
+ label: string;
2781
+ } ? {} : {
2782
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2783
+ }) | keyof (GROUP extends {
2784
+ label: string;
2785
+ } ? {} : {
2786
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2787
+ }) | keyof (GROUP extends {
2788
+ id: string;
2789
+ } ? {} : {
2790
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2791
+ }) | keyof (ITEM extends {
2792
+ label: string;
2793
+ } ? {} : {
2794
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2795
+ })> | Exclude<"onTimeUpdateCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2796
+ label: string;
2797
+ } ? {} : {
2798
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2799
+ }) | keyof (GROUP extends {
2800
+ label: string;
2801
+ } ? {} : {
2802
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2803
+ }) | keyof (GROUP extends {
2804
+ id: string;
2805
+ } ? {} : {
2806
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2807
+ }) | keyof (ITEM extends {
2808
+ label: string;
2809
+ } ? {} : {
2810
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2811
+ })> | Exclude<"onVolumeChange", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2812
+ label: string;
2813
+ } ? {} : {
2814
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2815
+ }) | keyof (GROUP extends {
2816
+ label: string;
2817
+ } ? {} : {
2818
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2819
+ }) | keyof (GROUP extends {
2820
+ id: string;
2821
+ } ? {} : {
2822
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2823
+ }) | keyof (ITEM extends {
2824
+ label: string;
2825
+ } ? {} : {
2826
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2827
+ })> | Exclude<"onVolumeChangeCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2828
+ label: string;
2829
+ } ? {} : {
2830
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2831
+ }) | keyof (GROUP extends {
2832
+ label: string;
2833
+ } ? {} : {
2834
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2835
+ }) | keyof (GROUP extends {
2836
+ id: string;
2837
+ } ? {} : {
2838
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2839
+ }) | keyof (ITEM extends {
2840
+ label: string;
2841
+ } ? {} : {
2842
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2843
+ })> | Exclude<"onWaiting", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2844
+ label: string;
2845
+ } ? {} : {
2846
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2847
+ }) | keyof (GROUP extends {
2848
+ label: string;
2849
+ } ? {} : {
2850
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2851
+ }) | keyof (GROUP extends {
2852
+ id: string;
2853
+ } ? {} : {
2854
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2855
+ }) | keyof (ITEM extends {
2856
+ label: string;
2857
+ } ? {} : {
2858
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2859
+ })> | Exclude<"onWaitingCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2860
+ label: string;
2861
+ } ? {} : {
2862
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2863
+ }) | keyof (GROUP extends {
2864
+ label: string;
2865
+ } ? {} : {
2866
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2867
+ }) | keyof (GROUP extends {
2868
+ id: string;
2869
+ } ? {} : {
2870
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2871
+ }) | keyof (ITEM extends {
2872
+ label: string;
2873
+ } ? {} : {
2874
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2875
+ })> | Exclude<"onAuxClick", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2876
+ label: string;
2877
+ } ? {} : {
2878
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2879
+ }) | keyof (GROUP extends {
2880
+ label: string;
2881
+ } ? {} : {
2882
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2883
+ }) | keyof (GROUP extends {
2884
+ id: string;
2885
+ } ? {} : {
2886
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2887
+ }) | keyof (ITEM extends {
2888
+ label: string;
2889
+ } ? {} : {
2890
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2891
+ })> | Exclude<"onAuxClickCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2892
+ label: string;
2893
+ } ? {} : {
2894
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2895
+ }) | keyof (GROUP extends {
2896
+ label: string;
2897
+ } ? {} : {
2898
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2899
+ }) | keyof (GROUP extends {
2900
+ id: string;
2901
+ } ? {} : {
2902
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2903
+ }) | keyof (ITEM extends {
2904
+ label: string;
2905
+ } ? {} : {
2906
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2907
+ })> | Exclude<"onClick", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2908
+ label: string;
2909
+ } ? {} : {
2910
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2911
+ }) | keyof (GROUP extends {
2912
+ label: string;
2913
+ } ? {} : {
2914
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2915
+ }) | keyof (GROUP extends {
2916
+ id: string;
2917
+ } ? {} : {
2918
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2919
+ }) | keyof (ITEM extends {
2920
+ label: string;
2921
+ } ? {} : {
2922
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2923
+ })> | Exclude<"onClickCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2924
+ label: string;
2925
+ } ? {} : {
2926
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2927
+ }) | keyof (GROUP extends {
2928
+ label: string;
2929
+ } ? {} : {
2930
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2931
+ }) | keyof (GROUP extends {
2932
+ id: string;
2933
+ } ? {} : {
2934
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2935
+ }) | keyof (ITEM extends {
2936
+ label: string;
2937
+ } ? {} : {
2938
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2939
+ })> | Exclude<"onContextMenu", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2940
+ label: string;
2941
+ } ? {} : {
2942
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2943
+ }) | keyof (GROUP extends {
2944
+ label: string;
2945
+ } ? {} : {
2946
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2947
+ }) | keyof (GROUP extends {
2948
+ id: string;
2949
+ } ? {} : {
2950
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2951
+ }) | keyof (ITEM extends {
2952
+ label: string;
2953
+ } ? {} : {
2954
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2955
+ })> | Exclude<"onContextMenuCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2956
+ label: string;
2957
+ } ? {} : {
2958
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2959
+ }) | keyof (GROUP extends {
2960
+ label: string;
2961
+ } ? {} : {
2962
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2963
+ }) | keyof (GROUP extends {
2964
+ id: string;
2965
+ } ? {} : {
2966
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2967
+ }) | keyof (ITEM extends {
2968
+ label: string;
2969
+ } ? {} : {
2970
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2971
+ })> | Exclude<"onDoubleClick", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2972
+ label: string;
2973
+ } ? {} : {
2974
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2975
+ }) | keyof (GROUP extends {
2976
+ label: string;
2977
+ } ? {} : {
2978
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2979
+ }) | keyof (GROUP extends {
2980
+ id: string;
2981
+ } ? {} : {
2982
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2983
+ }) | keyof (ITEM extends {
2984
+ label: string;
2985
+ } ? {} : {
2986
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
2987
+ })> | Exclude<"onDoubleClickCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
2988
+ label: string;
2989
+ } ? {} : {
2990
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
2991
+ }) | keyof (GROUP extends {
2992
+ label: string;
2993
+ } ? {} : {
2994
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
2995
+ }) | keyof (GROUP extends {
2996
+ id: string;
2997
+ } ? {} : {
2998
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
2999
+ }) | keyof (ITEM extends {
3000
+ label: string;
3001
+ } ? {} : {
3002
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3003
+ })> | Exclude<"onDrag", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3004
+ label: string;
3005
+ } ? {} : {
3006
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3007
+ }) | keyof (GROUP extends {
3008
+ label: string;
3009
+ } ? {} : {
3010
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3011
+ }) | keyof (GROUP extends {
3012
+ id: string;
3013
+ } ? {} : {
3014
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3015
+ }) | keyof (ITEM extends {
3016
+ label: string;
3017
+ } ? {} : {
3018
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3019
+ })> | Exclude<"onDragCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3020
+ label: string;
3021
+ } ? {} : {
3022
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3023
+ }) | keyof (GROUP extends {
3024
+ label: string;
3025
+ } ? {} : {
3026
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3027
+ }) | keyof (GROUP extends {
3028
+ id: string;
3029
+ } ? {} : {
3030
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3031
+ }) | keyof (ITEM extends {
3032
+ label: string;
3033
+ } ? {} : {
3034
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3035
+ })> | Exclude<"onDragEnd", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3036
+ label: string;
3037
+ } ? {} : {
3038
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3039
+ }) | keyof (GROUP extends {
3040
+ label: string;
3041
+ } ? {} : {
3042
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3043
+ }) | keyof (GROUP extends {
3044
+ id: string;
3045
+ } ? {} : {
3046
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3047
+ }) | keyof (ITEM extends {
3048
+ label: string;
3049
+ } ? {} : {
3050
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3051
+ })> | Exclude<"onDragEndCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3052
+ label: string;
3053
+ } ? {} : {
3054
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3055
+ }) | keyof (GROUP extends {
3056
+ label: string;
3057
+ } ? {} : {
3058
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3059
+ }) | keyof (GROUP extends {
3060
+ id: string;
3061
+ } ? {} : {
3062
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3063
+ }) | keyof (ITEM extends {
3064
+ label: string;
3065
+ } ? {} : {
3066
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3067
+ })> | Exclude<"onDragEnter", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3068
+ label: string;
3069
+ } ? {} : {
3070
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3071
+ }) | keyof (GROUP extends {
3072
+ label: string;
3073
+ } ? {} : {
3074
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3075
+ }) | keyof (GROUP extends {
3076
+ id: string;
3077
+ } ? {} : {
3078
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3079
+ }) | keyof (ITEM extends {
3080
+ label: string;
3081
+ } ? {} : {
3082
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3083
+ })> | Exclude<"onDragEnterCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3084
+ label: string;
3085
+ } ? {} : {
3086
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3087
+ }) | keyof (GROUP extends {
3088
+ label: string;
3089
+ } ? {} : {
3090
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3091
+ }) | keyof (GROUP extends {
3092
+ id: string;
3093
+ } ? {} : {
3094
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3095
+ }) | keyof (ITEM extends {
3096
+ label: string;
3097
+ } ? {} : {
3098
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3099
+ })> | Exclude<"onDragExit", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3100
+ label: string;
3101
+ } ? {} : {
3102
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3103
+ }) | keyof (GROUP extends {
3104
+ label: string;
3105
+ } ? {} : {
3106
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3107
+ }) | keyof (GROUP extends {
3108
+ id: string;
3109
+ } ? {} : {
3110
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3111
+ }) | keyof (ITEM extends {
3112
+ label: string;
3113
+ } ? {} : {
3114
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3115
+ })> | Exclude<"onDragExitCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3116
+ label: string;
3117
+ } ? {} : {
3118
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3119
+ }) | keyof (GROUP extends {
3120
+ label: string;
3121
+ } ? {} : {
3122
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3123
+ }) | keyof (GROUP extends {
3124
+ id: string;
3125
+ } ? {} : {
3126
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3127
+ }) | keyof (ITEM extends {
3128
+ label: string;
3129
+ } ? {} : {
3130
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3131
+ })> | Exclude<"onDragLeave", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3132
+ label: string;
3133
+ } ? {} : {
3134
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3135
+ }) | keyof (GROUP extends {
3136
+ label: string;
3137
+ } ? {} : {
3138
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3139
+ }) | keyof (GROUP extends {
3140
+ id: string;
3141
+ } ? {} : {
3142
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3143
+ }) | keyof (ITEM extends {
3144
+ label: string;
3145
+ } ? {} : {
3146
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3147
+ })> | Exclude<"onDragLeaveCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3148
+ label: string;
3149
+ } ? {} : {
3150
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3151
+ }) | keyof (GROUP extends {
3152
+ label: string;
3153
+ } ? {} : {
3154
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3155
+ }) | keyof (GROUP extends {
3156
+ id: string;
3157
+ } ? {} : {
3158
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3159
+ }) | keyof (ITEM extends {
3160
+ label: string;
3161
+ } ? {} : {
3162
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3163
+ })> | Exclude<"onDragOver", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3164
+ label: string;
3165
+ } ? {} : {
3166
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3167
+ }) | keyof (GROUP extends {
3168
+ label: string;
3169
+ } ? {} : {
3170
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3171
+ }) | keyof (GROUP extends {
3172
+ id: string;
3173
+ } ? {} : {
3174
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3175
+ }) | keyof (ITEM extends {
3176
+ label: string;
3177
+ } ? {} : {
3178
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3179
+ })> | Exclude<"onDragOverCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3180
+ label: string;
3181
+ } ? {} : {
3182
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3183
+ }) | keyof (GROUP extends {
3184
+ label: string;
3185
+ } ? {} : {
3186
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3187
+ }) | keyof (GROUP extends {
3188
+ id: string;
3189
+ } ? {} : {
3190
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3191
+ }) | keyof (ITEM extends {
3192
+ label: string;
3193
+ } ? {} : {
3194
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3195
+ })> | Exclude<"onDragStart", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3196
+ label: string;
3197
+ } ? {} : {
3198
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3199
+ }) | keyof (GROUP extends {
3200
+ label: string;
3201
+ } ? {} : {
3202
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3203
+ }) | keyof (GROUP extends {
3204
+ id: string;
3205
+ } ? {} : {
3206
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3207
+ }) | keyof (ITEM extends {
3208
+ label: string;
3209
+ } ? {} : {
3210
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3211
+ })> | Exclude<"onDragStartCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3212
+ label: string;
3213
+ } ? {} : {
3214
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3215
+ }) | keyof (GROUP extends {
3216
+ label: string;
3217
+ } ? {} : {
3218
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3219
+ }) | keyof (GROUP extends {
3220
+ id: string;
3221
+ } ? {} : {
3222
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3223
+ }) | keyof (ITEM extends {
3224
+ label: string;
3225
+ } ? {} : {
3226
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3227
+ })> | Exclude<"onDrop", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3228
+ label: string;
3229
+ } ? {} : {
3230
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3231
+ }) | keyof (GROUP extends {
3232
+ label: string;
3233
+ } ? {} : {
3234
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3235
+ }) | keyof (GROUP extends {
3236
+ id: string;
3237
+ } ? {} : {
3238
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3239
+ }) | keyof (ITEM extends {
3240
+ label: string;
3241
+ } ? {} : {
3242
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3243
+ })> | Exclude<"onDropCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3244
+ label: string;
3245
+ } ? {} : {
3246
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3247
+ }) | keyof (GROUP extends {
3248
+ label: string;
3249
+ } ? {} : {
3250
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3251
+ }) | keyof (GROUP extends {
3252
+ id: string;
3253
+ } ? {} : {
3254
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3255
+ }) | keyof (ITEM extends {
3256
+ label: string;
3257
+ } ? {} : {
3258
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3259
+ })> | Exclude<"onMouseDown", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3260
+ label: string;
3261
+ } ? {} : {
3262
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3263
+ }) | keyof (GROUP extends {
3264
+ label: string;
3265
+ } ? {} : {
3266
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3267
+ }) | keyof (GROUP extends {
3268
+ id: string;
3269
+ } ? {} : {
3270
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3271
+ }) | keyof (ITEM extends {
3272
+ label: string;
3273
+ } ? {} : {
3274
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3275
+ })> | Exclude<"onMouseDownCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3276
+ label: string;
3277
+ } ? {} : {
3278
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3279
+ }) | keyof (GROUP extends {
3280
+ label: string;
3281
+ } ? {} : {
3282
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3283
+ }) | keyof (GROUP extends {
3284
+ id: string;
3285
+ } ? {} : {
3286
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3287
+ }) | keyof (ITEM extends {
3288
+ label: string;
3289
+ } ? {} : {
3290
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3291
+ })> | Exclude<"onMouseEnter", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3292
+ label: string;
3293
+ } ? {} : {
3294
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3295
+ }) | keyof (GROUP extends {
3296
+ label: string;
3297
+ } ? {} : {
3298
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3299
+ }) | keyof (GROUP extends {
3300
+ id: string;
3301
+ } ? {} : {
3302
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3303
+ }) | keyof (ITEM extends {
3304
+ label: string;
3305
+ } ? {} : {
3306
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3307
+ })> | Exclude<"onMouseLeave", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3308
+ label: string;
3309
+ } ? {} : {
3310
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3311
+ }) | keyof (GROUP extends {
3312
+ label: string;
3313
+ } ? {} : {
3314
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3315
+ }) | keyof (GROUP extends {
3316
+ id: string;
3317
+ } ? {} : {
3318
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3319
+ }) | keyof (ITEM extends {
3320
+ label: string;
3321
+ } ? {} : {
3322
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3323
+ })> | Exclude<"onMouseMove", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3324
+ label: string;
3325
+ } ? {} : {
3326
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3327
+ }) | keyof (GROUP extends {
3328
+ label: string;
3329
+ } ? {} : {
3330
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3331
+ }) | keyof (GROUP extends {
3332
+ id: string;
3333
+ } ? {} : {
3334
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3335
+ }) | keyof (ITEM extends {
3336
+ label: string;
3337
+ } ? {} : {
3338
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3339
+ })> | Exclude<"onMouseMoveCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3340
+ label: string;
3341
+ } ? {} : {
3342
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3343
+ }) | keyof (GROUP extends {
3344
+ label: string;
3345
+ } ? {} : {
3346
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3347
+ }) | keyof (GROUP extends {
3348
+ id: string;
3349
+ } ? {} : {
3350
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3351
+ }) | keyof (ITEM extends {
3352
+ label: string;
3353
+ } ? {} : {
3354
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3355
+ })> | Exclude<"onMouseOut", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3356
+ label: string;
3357
+ } ? {} : {
3358
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3359
+ }) | keyof (GROUP extends {
3360
+ label: string;
3361
+ } ? {} : {
3362
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3363
+ }) | keyof (GROUP extends {
3364
+ id: string;
3365
+ } ? {} : {
3366
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3367
+ }) | keyof (ITEM extends {
3368
+ label: string;
3369
+ } ? {} : {
3370
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3371
+ })> | Exclude<"onMouseOutCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3372
+ label: string;
3373
+ } ? {} : {
3374
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3375
+ }) | keyof (GROUP extends {
3376
+ label: string;
3377
+ } ? {} : {
3378
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3379
+ }) | keyof (GROUP extends {
3380
+ id: string;
3381
+ } ? {} : {
3382
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3383
+ }) | keyof (ITEM extends {
3384
+ label: string;
3385
+ } ? {} : {
3386
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3387
+ })> | Exclude<"onMouseOver", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3388
+ label: string;
3389
+ } ? {} : {
3390
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3391
+ }) | keyof (GROUP extends {
3392
+ label: string;
3393
+ } ? {} : {
3394
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3395
+ }) | keyof (GROUP extends {
3396
+ id: string;
3397
+ } ? {} : {
3398
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3399
+ }) | keyof (ITEM extends {
3400
+ label: string;
3401
+ } ? {} : {
3402
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3403
+ })> | Exclude<"onMouseOverCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3404
+ label: string;
3405
+ } ? {} : {
3406
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3407
+ }) | keyof (GROUP extends {
3408
+ label: string;
3409
+ } ? {} : {
3410
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3411
+ }) | keyof (GROUP extends {
3412
+ id: string;
3413
+ } ? {} : {
3414
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3415
+ }) | keyof (ITEM extends {
3416
+ label: string;
3417
+ } ? {} : {
3418
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3419
+ })> | Exclude<"onMouseUp", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3420
+ label: string;
3421
+ } ? {} : {
3422
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3423
+ }) | keyof (GROUP extends {
3424
+ label: string;
3425
+ } ? {} : {
3426
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3427
+ }) | keyof (GROUP extends {
3428
+ id: string;
3429
+ } ? {} : {
3430
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3431
+ }) | keyof (ITEM extends {
3432
+ label: string;
3433
+ } ? {} : {
3434
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3435
+ })> | Exclude<"onMouseUpCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3436
+ label: string;
3437
+ } ? {} : {
3438
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3439
+ }) | keyof (GROUP extends {
3440
+ label: string;
3441
+ } ? {} : {
3442
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3443
+ }) | keyof (GROUP extends {
3444
+ id: string;
3445
+ } ? {} : {
3446
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3447
+ }) | keyof (ITEM extends {
3448
+ label: string;
3449
+ } ? {} : {
3450
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3451
+ })> | Exclude<"onSelect", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3452
+ label: string;
3453
+ } ? {} : {
3454
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3455
+ }) | keyof (GROUP extends {
3456
+ label: string;
3457
+ } ? {} : {
3458
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3459
+ }) | keyof (GROUP extends {
3460
+ id: string;
3461
+ } ? {} : {
3462
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3463
+ }) | keyof (ITEM extends {
3464
+ label: string;
3465
+ } ? {} : {
3466
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3467
+ })> | Exclude<"onSelectCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3468
+ label: string;
3469
+ } ? {} : {
3470
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3471
+ }) | keyof (GROUP extends {
3472
+ label: string;
3473
+ } ? {} : {
3474
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3475
+ }) | keyof (GROUP extends {
3476
+ id: string;
3477
+ } ? {} : {
3478
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3479
+ }) | keyof (ITEM extends {
3480
+ label: string;
3481
+ } ? {} : {
3482
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3483
+ })> | Exclude<"onTouchCancel", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3484
+ label: string;
3485
+ } ? {} : {
3486
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3487
+ }) | keyof (GROUP extends {
3488
+ label: string;
3489
+ } ? {} : {
3490
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3491
+ }) | keyof (GROUP extends {
3492
+ id: string;
3493
+ } ? {} : {
3494
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3495
+ }) | keyof (ITEM extends {
3496
+ label: string;
3497
+ } ? {} : {
3498
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3499
+ })> | Exclude<"onTouchCancelCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3500
+ label: string;
3501
+ } ? {} : {
3502
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3503
+ }) | keyof (GROUP extends {
3504
+ label: string;
3505
+ } ? {} : {
3506
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3507
+ }) | keyof (GROUP extends {
3508
+ id: string;
3509
+ } ? {} : {
3510
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3511
+ }) | keyof (ITEM extends {
3512
+ label: string;
3513
+ } ? {} : {
3514
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3515
+ })> | Exclude<"onTouchEnd", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3516
+ label: string;
3517
+ } ? {} : {
3518
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3519
+ }) | keyof (GROUP extends {
3520
+ label: string;
3521
+ } ? {} : {
3522
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3523
+ }) | keyof (GROUP extends {
3524
+ id: string;
3525
+ } ? {} : {
3526
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3527
+ }) | keyof (ITEM extends {
3528
+ label: string;
3529
+ } ? {} : {
3530
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3531
+ })> | Exclude<"onTouchEndCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3532
+ label: string;
3533
+ } ? {} : {
3534
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3535
+ }) | keyof (GROUP extends {
3536
+ label: string;
3537
+ } ? {} : {
3538
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3539
+ }) | keyof (GROUP extends {
3540
+ id: string;
3541
+ } ? {} : {
3542
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3543
+ }) | keyof (ITEM extends {
3544
+ label: string;
3545
+ } ? {} : {
3546
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3547
+ })> | Exclude<"onTouchMove", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3548
+ label: string;
3549
+ } ? {} : {
3550
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3551
+ }) | keyof (GROUP extends {
3552
+ label: string;
3553
+ } ? {} : {
3554
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3555
+ }) | keyof (GROUP extends {
3556
+ id: string;
3557
+ } ? {} : {
3558
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3559
+ }) | keyof (ITEM extends {
3560
+ label: string;
3561
+ } ? {} : {
3562
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3563
+ })> | Exclude<"onTouchMoveCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3564
+ label: string;
3565
+ } ? {} : {
3566
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3567
+ }) | keyof (GROUP extends {
3568
+ label: string;
3569
+ } ? {} : {
3570
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3571
+ }) | keyof (GROUP extends {
3572
+ id: string;
3573
+ } ? {} : {
3574
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3575
+ }) | keyof (ITEM extends {
3576
+ label: string;
3577
+ } ? {} : {
3578
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3579
+ })> | Exclude<"onTouchStart", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3580
+ label: string;
3581
+ } ? {} : {
3582
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3583
+ }) | keyof (GROUP extends {
3584
+ label: string;
3585
+ } ? {} : {
3586
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3587
+ }) | keyof (GROUP extends {
3588
+ id: string;
3589
+ } ? {} : {
3590
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3591
+ }) | keyof (ITEM extends {
3592
+ label: string;
3593
+ } ? {} : {
3594
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3595
+ })> | Exclude<"onTouchStartCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3596
+ label: string;
3597
+ } ? {} : {
3598
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3599
+ }) | keyof (GROUP extends {
3600
+ label: string;
3601
+ } ? {} : {
3602
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3603
+ }) | keyof (GROUP extends {
3604
+ id: string;
3605
+ } ? {} : {
3606
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3607
+ }) | keyof (ITEM extends {
3608
+ label: string;
3609
+ } ? {} : {
3610
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3611
+ })> | Exclude<"onPointerDown", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3612
+ label: string;
3613
+ } ? {} : {
3614
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3615
+ }) | keyof (GROUP extends {
3616
+ label: string;
3617
+ } ? {} : {
3618
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3619
+ }) | keyof (GROUP extends {
3620
+ id: string;
3621
+ } ? {} : {
3622
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3623
+ }) | keyof (ITEM extends {
3624
+ label: string;
3625
+ } ? {} : {
3626
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3627
+ })> | Exclude<"onPointerDownCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3628
+ label: string;
3629
+ } ? {} : {
3630
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3631
+ }) | keyof (GROUP extends {
3632
+ label: string;
3633
+ } ? {} : {
3634
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3635
+ }) | keyof (GROUP extends {
3636
+ id: string;
3637
+ } ? {} : {
3638
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3639
+ }) | keyof (ITEM extends {
3640
+ label: string;
3641
+ } ? {} : {
3642
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3643
+ })> | Exclude<"onPointerMove", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3644
+ label: string;
3645
+ } ? {} : {
3646
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3647
+ }) | keyof (GROUP extends {
3648
+ label: string;
3649
+ } ? {} : {
3650
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3651
+ }) | keyof (GROUP extends {
3652
+ id: string;
3653
+ } ? {} : {
3654
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3655
+ }) | keyof (ITEM extends {
3656
+ label: string;
3657
+ } ? {} : {
3658
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3659
+ })> | Exclude<"onPointerMoveCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3660
+ label: string;
3661
+ } ? {} : {
3662
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3663
+ }) | keyof (GROUP extends {
3664
+ label: string;
3665
+ } ? {} : {
3666
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3667
+ }) | keyof (GROUP extends {
3668
+ id: string;
3669
+ } ? {} : {
3670
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3671
+ }) | keyof (ITEM extends {
3672
+ label: string;
3673
+ } ? {} : {
3674
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3675
+ })> | Exclude<"onPointerUp", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3676
+ label: string;
3677
+ } ? {} : {
3678
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3679
+ }) | keyof (GROUP extends {
3680
+ label: string;
3681
+ } ? {} : {
3682
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3683
+ }) | keyof (GROUP extends {
3684
+ id: string;
3685
+ } ? {} : {
3686
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3687
+ }) | keyof (ITEM extends {
3688
+ label: string;
3689
+ } ? {} : {
3690
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3691
+ })> | Exclude<"onPointerUpCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3692
+ label: string;
3693
+ } ? {} : {
3694
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3695
+ }) | keyof (GROUP extends {
3696
+ label: string;
3697
+ } ? {} : {
3698
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3699
+ }) | keyof (GROUP extends {
3700
+ id: string;
3701
+ } ? {} : {
3702
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3703
+ }) | keyof (ITEM extends {
3704
+ label: string;
3705
+ } ? {} : {
3706
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3707
+ })> | Exclude<"onPointerCancel", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3708
+ label: string;
3709
+ } ? {} : {
3710
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3711
+ }) | keyof (GROUP extends {
3712
+ label: string;
3713
+ } ? {} : {
3714
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3715
+ }) | keyof (GROUP extends {
3716
+ id: string;
3717
+ } ? {} : {
3718
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3719
+ }) | keyof (ITEM extends {
3720
+ label: string;
3721
+ } ? {} : {
3722
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3723
+ })> | Exclude<"onPointerCancelCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3724
+ label: string;
3725
+ } ? {} : {
3726
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3727
+ }) | keyof (GROUP extends {
3728
+ label: string;
3729
+ } ? {} : {
3730
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3731
+ }) | keyof (GROUP extends {
3732
+ id: string;
3733
+ } ? {} : {
3734
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3735
+ }) | keyof (ITEM extends {
3736
+ label: string;
3737
+ } ? {} : {
3738
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3739
+ })> | Exclude<"onPointerEnter", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3740
+ label: string;
3741
+ } ? {} : {
3742
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3743
+ }) | keyof (GROUP extends {
3744
+ label: string;
3745
+ } ? {} : {
3746
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3747
+ }) | keyof (GROUP extends {
3748
+ id: string;
3749
+ } ? {} : {
3750
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3751
+ }) | keyof (ITEM extends {
3752
+ label: string;
3753
+ } ? {} : {
3754
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3755
+ })> | Exclude<"onPointerEnterCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3756
+ label: string;
3757
+ } ? {} : {
3758
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3759
+ }) | keyof (GROUP extends {
3760
+ label: string;
3761
+ } ? {} : {
3762
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3763
+ }) | keyof (GROUP extends {
3764
+ id: string;
3765
+ } ? {} : {
3766
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3767
+ }) | keyof (ITEM extends {
3768
+ label: string;
3769
+ } ? {} : {
3770
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3771
+ })> | Exclude<"onPointerLeave", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3772
+ label: string;
3773
+ } ? {} : {
3774
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3775
+ }) | keyof (GROUP extends {
3776
+ label: string;
3777
+ } ? {} : {
3778
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3779
+ }) | keyof (GROUP extends {
3780
+ id: string;
3781
+ } ? {} : {
3782
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3783
+ }) | keyof (ITEM extends {
3784
+ label: string;
3785
+ } ? {} : {
3786
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3787
+ })> | Exclude<"onPointerLeaveCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3788
+ label: string;
3789
+ } ? {} : {
3790
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3791
+ }) | keyof (GROUP extends {
3792
+ label: string;
3793
+ } ? {} : {
3794
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3795
+ }) | keyof (GROUP extends {
3796
+ id: string;
3797
+ } ? {} : {
3798
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3799
+ }) | keyof (ITEM extends {
3800
+ label: string;
3801
+ } ? {} : {
3802
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3803
+ })> | Exclude<"onPointerOver", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3804
+ label: string;
3805
+ } ? {} : {
3806
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3807
+ }) | keyof (GROUP extends {
3808
+ label: string;
3809
+ } ? {} : {
3810
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3811
+ }) | keyof (GROUP extends {
3812
+ id: string;
3813
+ } ? {} : {
3814
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3815
+ }) | keyof (ITEM extends {
3816
+ label: string;
3817
+ } ? {} : {
3818
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3819
+ })> | Exclude<"onPointerOverCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3820
+ label: string;
3821
+ } ? {} : {
3822
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3823
+ }) | keyof (GROUP extends {
3824
+ label: string;
3825
+ } ? {} : {
3826
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3827
+ }) | keyof (GROUP extends {
3828
+ id: string;
3829
+ } ? {} : {
3830
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3831
+ }) | keyof (ITEM extends {
3832
+ label: string;
3833
+ } ? {} : {
3834
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3835
+ })> | Exclude<"onPointerOut", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3836
+ label: string;
3837
+ } ? {} : {
3838
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3839
+ }) | keyof (GROUP extends {
3840
+ label: string;
3841
+ } ? {} : {
3842
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3843
+ }) | keyof (GROUP extends {
3844
+ id: string;
3845
+ } ? {} : {
3846
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3847
+ }) | keyof (ITEM extends {
3848
+ label: string;
3849
+ } ? {} : {
3850
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3851
+ })> | Exclude<"onPointerOutCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3852
+ label: string;
3853
+ } ? {} : {
3854
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3855
+ }) | keyof (GROUP extends {
3856
+ label: string;
3857
+ } ? {} : {
3858
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3859
+ }) | keyof (GROUP extends {
3860
+ id: string;
3861
+ } ? {} : {
3862
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3863
+ }) | keyof (ITEM extends {
3864
+ label: string;
3865
+ } ? {} : {
3866
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3867
+ })> | Exclude<"onGotPointerCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3868
+ label: string;
3869
+ } ? {} : {
3870
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3871
+ }) | keyof (GROUP extends {
3872
+ label: string;
3873
+ } ? {} : {
3874
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3875
+ }) | keyof (GROUP extends {
3876
+ id: string;
3877
+ } ? {} : {
3878
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3879
+ }) | keyof (ITEM extends {
3880
+ label: string;
3881
+ } ? {} : {
3882
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3883
+ })> | Exclude<"onGotPointerCaptureCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3884
+ label: string;
3885
+ } ? {} : {
3886
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3887
+ }) | keyof (GROUP extends {
3888
+ label: string;
3889
+ } ? {} : {
3890
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3891
+ }) | keyof (GROUP extends {
3892
+ id: string;
3893
+ } ? {} : {
3894
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3895
+ }) | keyof (ITEM extends {
3896
+ label: string;
3897
+ } ? {} : {
3898
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3899
+ })> | Exclude<"onLostPointerCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3900
+ label: string;
3901
+ } ? {} : {
3902
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3903
+ }) | keyof (GROUP extends {
3904
+ label: string;
3905
+ } ? {} : {
3906
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3907
+ }) | keyof (GROUP extends {
3908
+ id: string;
3909
+ } ? {} : {
3910
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3911
+ }) | keyof (ITEM extends {
3912
+ label: string;
3913
+ } ? {} : {
3914
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3915
+ })> | Exclude<"onLostPointerCaptureCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3916
+ label: string;
3917
+ } ? {} : {
3918
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3919
+ }) | keyof (GROUP extends {
3920
+ label: string;
3921
+ } ? {} : {
3922
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3923
+ }) | keyof (GROUP extends {
3924
+ id: string;
3925
+ } ? {} : {
3926
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3927
+ }) | keyof (ITEM extends {
3928
+ label: string;
3929
+ } ? {} : {
3930
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3931
+ })> | Exclude<"onScroll", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3932
+ label: string;
3933
+ } ? {} : {
3934
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3935
+ }) | keyof (GROUP extends {
3936
+ label: string;
3937
+ } ? {} : {
3938
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3939
+ }) | keyof (GROUP extends {
3940
+ id: string;
3941
+ } ? {} : {
3942
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3943
+ }) | keyof (ITEM extends {
3944
+ label: string;
3945
+ } ? {} : {
3946
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3947
+ })> | Exclude<"onScrollCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3948
+ label: string;
3949
+ } ? {} : {
3950
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3951
+ }) | keyof (GROUP extends {
3952
+ label: string;
3953
+ } ? {} : {
3954
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3955
+ }) | keyof (GROUP extends {
3956
+ id: string;
3957
+ } ? {} : {
3958
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3959
+ }) | keyof (ITEM extends {
3960
+ label: string;
3961
+ } ? {} : {
3962
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3963
+ })> | Exclude<"onWheel", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3964
+ label: string;
3965
+ } ? {} : {
3966
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3967
+ }) | keyof (GROUP extends {
3968
+ label: string;
3969
+ } ? {} : {
3970
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3971
+ }) | keyof (GROUP extends {
3972
+ id: string;
3973
+ } ? {} : {
3974
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3975
+ }) | keyof (ITEM extends {
3976
+ label: string;
3977
+ } ? {} : {
3978
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3979
+ })> | Exclude<"onWheelCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3980
+ label: string;
3981
+ } ? {} : {
3982
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3983
+ }) | keyof (GROUP extends {
3984
+ label: string;
3985
+ } ? {} : {
3986
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
3987
+ }) | keyof (GROUP extends {
3988
+ id: string;
3989
+ } ? {} : {
3990
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
3991
+ }) | keyof (ITEM extends {
3992
+ label: string;
3993
+ } ? {} : {
3994
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
3995
+ })> | Exclude<"onAnimationStart", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
3996
+ label: string;
3997
+ } ? {} : {
3998
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
3999
+ }) | keyof (GROUP extends {
4000
+ label: string;
4001
+ } ? {} : {
4002
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4003
+ }) | keyof (GROUP extends {
4004
+ id: string;
4005
+ } ? {} : {
4006
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4007
+ }) | keyof (ITEM extends {
4008
+ label: string;
4009
+ } ? {} : {
4010
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4011
+ })> | Exclude<"onAnimationStartCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4012
+ label: string;
4013
+ } ? {} : {
4014
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4015
+ }) | keyof (GROUP extends {
4016
+ label: string;
4017
+ } ? {} : {
4018
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4019
+ }) | keyof (GROUP extends {
4020
+ id: string;
4021
+ } ? {} : {
4022
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4023
+ }) | keyof (ITEM extends {
4024
+ label: string;
4025
+ } ? {} : {
4026
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4027
+ })> | Exclude<"onAnimationEnd", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4028
+ label: string;
4029
+ } ? {} : {
4030
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4031
+ }) | keyof (GROUP extends {
4032
+ label: string;
4033
+ } ? {} : {
4034
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4035
+ }) | keyof (GROUP extends {
4036
+ id: string;
4037
+ } ? {} : {
4038
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4039
+ }) | keyof (ITEM extends {
4040
+ label: string;
4041
+ } ? {} : {
4042
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4043
+ })> | Exclude<"onAnimationEndCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4044
+ label: string;
4045
+ } ? {} : {
4046
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4047
+ }) | keyof (GROUP extends {
4048
+ label: string;
4049
+ } ? {} : {
4050
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4051
+ }) | keyof (GROUP extends {
4052
+ id: string;
4053
+ } ? {} : {
4054
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4055
+ }) | keyof (ITEM extends {
4056
+ label: string;
4057
+ } ? {} : {
4058
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4059
+ })> | Exclude<"onAnimationIteration", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4060
+ label: string;
4061
+ } ? {} : {
4062
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4063
+ }) | keyof (GROUP extends {
4064
+ label: string;
4065
+ } ? {} : {
4066
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4067
+ }) | keyof (GROUP extends {
4068
+ id: string;
4069
+ } ? {} : {
4070
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4071
+ }) | keyof (ITEM extends {
4072
+ label: string;
4073
+ } ? {} : {
4074
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4075
+ })> | Exclude<"onAnimationIterationCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4076
+ label: string;
4077
+ } ? {} : {
4078
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4079
+ }) | keyof (GROUP extends {
4080
+ label: string;
4081
+ } ? {} : {
4082
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4083
+ }) | keyof (GROUP extends {
4084
+ id: string;
4085
+ } ? {} : {
4086
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4087
+ }) | keyof (ITEM extends {
4088
+ label: string;
4089
+ } ? {} : {
4090
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4091
+ })> | Exclude<"onTransitionEnd", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4092
+ label: string;
4093
+ } ? {} : {
4094
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4095
+ }) | keyof (GROUP extends {
4096
+ label: string;
4097
+ } ? {} : {
4098
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4099
+ }) | keyof (GROUP extends {
4100
+ id: string;
4101
+ } ? {} : {
4102
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4103
+ }) | keyof (ITEM extends {
4104
+ label: string;
4105
+ } ? {} : {
4106
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4107
+ })> | Exclude<"onTransitionEndCapture", "title" | "children" | "css" | "items" | "getItemLabel" | "getGroupId" | "getGroupLabel" | "itemDateFormat" | "actions" | "getItemDescription" | "getItemImage" | "getItemRead" | "getItemDate" | "getItemBadges" | "getItemActions" | "getItemGroup" | "getItemView" | "getActionLabel" | "getActionIcon" | "getActionOnClick" | "groupByDay" | "groupLabelFormat" | "groups" | "onClose" | keyof (ACTION extends {
4108
+ label: string;
4109
+ } ? {} : {
4110
+ getActionLabel: NotificationsListPropGetItemActions<ACTION>;
4111
+ }) | keyof (GROUP extends {
4112
+ label: string;
4113
+ } ? {} : {
4114
+ getGroupLabel: NotificationsListPropGetGroupLabel<GROUP>;
4115
+ }) | keyof (GROUP extends {
4116
+ id: string;
4117
+ } ? {} : {
4118
+ getGroupId: NotificationsListPropGetGroupId<GROUP>;
4119
+ }) | keyof (ITEM extends {
4120
+ label: string;
4121
+ } ? {} : {
4122
+ getItemLabel: NotificationsListPropGetItemLabel<ITEM>;
4123
+ })>> & {
4124
+ getActionIcon: NotificationsListPropGetActionIcon<DefaultAction> | NotificationsListPropGetActionIcon<ACTION>;
4125
+ getActionLabel: NotificationsListPropGetActionLabel<DefaultAction> | NotificationsListPropGetActionLabel<ACTION>;
4126
+ getActionOnClick: NotificationsListPropGetActionOnClick<DefaultAction> | NotificationsListPropGetActionOnClick<ACTION>;
4127
+ getGroupId: NotificationsListPropGetGroupId<DefaultGroup> | NotificationsListPropGetGroupId<GROUP>;
4128
+ getGroupLabel: NotificationsListPropGetGroupLabel<DefaultGroup> | NotificationsListPropGetGroupLabel<GROUP>;
4129
+ getItemActions: NotificationsListPropGetItemActions<DefaultItem> | NotificationsListPropGetItemActions<ITEM>;
4130
+ getItemBadges: NotificationsListPropGetItemBadges<DefaultItem> | NotificationsListPropGetItemBadges<ITEM>;
4131
+ getItemDate: NotificationsListPropGetItemDate<DefaultItem> | NotificationsListPropGetItemDate<ITEM>;
4132
+ getItemDescription: NotificationsListPropGetItemDescription<DefaultItem> | NotificationsListPropGetItemDescription<ITEM>;
4133
+ getItemGroup: NotificationsListPropGetItemGroup<DefaultItem> | NotificationsListPropGetItemGroup<ITEM>;
4134
+ getItemImage: NotificationsListPropGetItemImage<DefaultItem> | NotificationsListPropGetItemImage<ITEM>;
4135
+ getItemLabel: NotificationsListPropGetItemLabel<DefaultItem> | NotificationsListPropGetItemLabel<ITEM>;
4136
+ getItemRead: NotificationsListPropGetItemRead<DefaultItem> | NotificationsListPropGetItemRead<ITEM>;
4137
+ getItemView: NotificationsListPropGetItemView<DefaultItem> | NotificationsListPropGetItemView<ITEM>;
4138
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4139
+ key?: string | number | undefined;
4140
+ };
4141
+ declare type ReturnedGroup<ITEM, GROUP> = {
4142
+ items: ITEM[];
4143
+ key: string | number;
4144
+ group?: GROUP;
4145
+ groupIndex: number;
4146
+ };
4147
+ export declare const noGroupKey = "no-group";
4148
+ export declare const defaultGroupLabelFormat: NotificationsListPropGroupLabelFormat<true>;
4149
+ export declare const getGroups: <ITEM, GROUP>(items: ITEM[], groups: GROUP[] | undefined, groupByDay: boolean, getItemGroup: NotificationsListPropGetItemGroup<ITEM>, getItemDate: NotificationsListPropGetItemDate<ITEM>, getGroupId: NotificationsListPropGetGroupId<GROUP>) => ReturnedGroup<ITEM, GROUP>[];
4150
+ export {};