|
1 | 1 | { |
2 | 2 | "Pagination": { |
3 | 3 | "props": { |
| 4 | + "buttonFirstProps": { |
| 5 | + "defaultValue": null, |
| 6 | + "description": "", |
| 7 | + "name": "buttonFirstProps", |
| 8 | + "parent": { |
| 9 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 10 | + "name": "PaginationOptions" |
| 11 | + }, |
| 12 | + "declarations": [ |
| 13 | + { |
| 14 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 15 | + "name": "PaginationOptions" |
| 16 | + } |
| 17 | + ], |
| 18 | + "required": false, |
| 19 | + "type": { |
| 20 | + "name": "ButtonHTMLAttributes<HTMLButtonElement>" |
| 21 | + } |
| 22 | + }, |
| 23 | + "buttonLastProps": { |
| 24 | + "defaultValue": null, |
| 25 | + "description": "", |
| 26 | + "name": "buttonLastProps", |
| 27 | + "parent": { |
| 28 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 29 | + "name": "PaginationOptions" |
| 30 | + }, |
| 31 | + "declarations": [ |
| 32 | + { |
| 33 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 34 | + "name": "PaginationOptions" |
| 35 | + } |
| 36 | + ], |
| 37 | + "required": false, |
| 38 | + "type": { |
| 39 | + "name": "ButtonHTMLAttributes<HTMLButtonElement>" |
| 40 | + } |
| 41 | + }, |
4 | 42 | "buttonNextProps": { |
5 | 43 | "defaultValue": null, |
6 | 44 | "description": "", |
|
96 | 134 | "name": "OlHTMLAttributes<HTMLOListElement>" |
97 | 135 | } |
98 | 136 | }, |
| 137 | + "navigationTexts": { |
| 138 | + "defaultValue": null, |
| 139 | + "description": "", |
| 140 | + "name": "navigationTexts", |
| 141 | + "parent": { |
| 142 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 143 | + "name": "PaginationOptions" |
| 144 | + }, |
| 145 | + "declarations": [ |
| 146 | + { |
| 147 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 148 | + "name": "PaginationOptions" |
| 149 | + } |
| 150 | + ], |
| 151 | + "required": false, |
| 152 | + "type": { |
| 153 | + "name": "NavigationTexts" |
| 154 | + } |
| 155 | + }, |
99 | 156 | "onChange": { |
100 | 157 | "defaultValue": null, |
101 | 158 | "description": "", |
|
173 | 230 | "type": { |
174 | 231 | "name": "number" |
175 | 232 | } |
| 233 | + }, |
| 234 | + "showEdgeControls": { |
| 235 | + "defaultValue": { |
| 236 | + "value": false |
| 237 | + }, |
| 238 | + "description": "", |
| 239 | + "name": "showEdgeControls", |
| 240 | + "parent": { |
| 241 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 242 | + "name": "PaginationOptions" |
| 243 | + }, |
| 244 | + "declarations": [ |
| 245 | + { |
| 246 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 247 | + "name": "PaginationOptions" |
| 248 | + } |
| 249 | + ], |
| 250 | + "required": false, |
| 251 | + "type": { |
| 252 | + "name": "enum", |
| 253 | + "raw": "boolean", |
| 254 | + "value": [ |
| 255 | + { |
| 256 | + "value": "false" |
| 257 | + }, |
| 258 | + { |
| 259 | + "value": "true" |
| 260 | + } |
| 261 | + ] |
| 262 | + } |
| 263 | + }, |
| 264 | + "size": { |
| 265 | + "defaultValue": { |
| 266 | + "value": "lg" |
| 267 | + }, |
| 268 | + "description": "", |
| 269 | + "name": "size", |
| 270 | + "parent": { |
| 271 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 272 | + "name": "PaginationOptions" |
| 273 | + }, |
| 274 | + "declarations": [ |
| 275 | + { |
| 276 | + "fileName": "welcome-ui/lib/src/components/Pagination/types.ts", |
| 277 | + "name": "PaginationOptions" |
| 278 | + } |
| 279 | + ], |
| 280 | + "required": false, |
| 281 | + "type": { |
| 282 | + "name": "enum", |
| 283 | + "raw": "\"lg\" | \"md\"", |
| 284 | + "value": [ |
| 285 | + { |
| 286 | + "value": "\"lg\"" |
| 287 | + }, |
| 288 | + { |
| 289 | + "value": "\"md\"" |
| 290 | + } |
| 291 | + ] |
| 292 | + } |
176 | 293 | } |
177 | 294 | } |
178 | 295 | } |
|
0 commit comments