@zanichelli/albe-web-components 3.1.1 → 3.2.2

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 (67) hide show
  1. package/dist/cjs/{icons-30810e62.js → icons-9fc3ff30.js} +101 -70
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/web-components-library.cjs.js +1 -1
  4. package/dist/cjs/z-app-switcher_12.cjs.entry.js +12 -14
  5. package/dist/cjs/z-date-picker.cjs.entry.js +1 -1
  6. package/dist/cjs/z-icon-package.cjs.entry.js +1 -1
  7. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
  8. package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
  9. package/dist/cjs/z-pagination.cjs.entry.js +229 -0
  10. package/dist/collection/collection-manifest.json +3 -2
  11. package/dist/collection/components/buttons/z-button/index.js +12 -15
  12. package/dist/collection/components/buttons/z-button/styles.css +27 -31
  13. package/dist/collection/components/icons/icons.js +101 -70
  14. package/dist/collection/components/z-date-picker/index.js +35 -1
  15. package/dist/collection/components/z-pagination/index.js +447 -0
  16. package/dist/collection/components/z-pagination/styles.css +204 -0
  17. package/dist/collection/{components → deprecated}/pagination/z-pagination-bar/index.js +0 -0
  18. package/dist/collection/{components → deprecated}/pagination/z-pagination-bar/styles.css +0 -0
  19. package/dist/collection/{components → deprecated}/pagination/z-pagination-page/index.js +0 -0
  20. package/dist/collection/{components → deprecated}/pagination/z-pagination-page/styles.css +0 -0
  21. package/dist/esm/{icons-d8a127bf.js → icons-92a7dcde.js} +101 -70
  22. package/dist/esm/loader.js +1 -1
  23. package/dist/esm/web-components-library.js +1 -1
  24. package/dist/esm/z-app-switcher_12.entry.js +12 -14
  25. package/dist/esm/z-date-picker.entry.js +1 -1
  26. package/dist/esm/z-icon-package.entry.js +1 -1
  27. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  28. package/dist/esm/z-navigation-tab.entry.js +1 -1
  29. package/dist/esm/z-pagination.entry.js +225 -0
  30. package/dist/types/components/buttons/z-button/index.d.ts +6 -4
  31. package/dist/types/components/icons/icons.d.ts +249 -232
  32. package/dist/types/components/z-date-picker/index.d.ts +4 -0
  33. package/dist/types/components/z-pagination/index.d.ts +109 -0
  34. package/dist/types/components.d.ts +107 -2
  35. package/dist/types/{components → deprecated}/pagination/z-pagination-bar/index.d.ts +0 -0
  36. package/dist/types/{components → deprecated}/pagination/z-pagination-page/index.d.ts +0 -0
  37. package/dist/web-components-library/p-14c9344f.entry.js +1 -0
  38. package/dist/web-components-library/p-42b0972c.js +1 -0
  39. package/dist/web-components-library/{p-393c31c0.entry.js → p-56437e20.entry.js} +1 -1
  40. package/dist/web-components-library/p-8a637cae.entry.js +1 -0
  41. package/dist/web-components-library/{p-64b2b415.entry.js → p-d0fea19f.entry.js} +1 -1
  42. package/dist/web-components-library/{p-bbb0e7a7.entry.js → p-d9d9d834.entry.js} +1 -1
  43. package/dist/web-components-library/{p-cadcf677.entry.js → p-f3080685.entry.js} +1 -1
  44. package/dist/web-components-library/web-components-library.esm.js +1 -1
  45. package/package.json +1 -1
  46. package/react/components.d.ts +1 -0
  47. package/react/components.js +3 -2
  48. package/react/components.js.map +1 -1
  49. package/www/build/p-14c9344f.entry.js +1 -0
  50. package/www/build/p-42b0972c.js +1 -0
  51. package/www/build/{p-393c31c0.entry.js → p-56437e20.entry.js} +1 -1
  52. package/www/build/p-88b56b6e.css +1 -0
  53. package/www/build/p-8a637cae.entry.js +1 -0
  54. package/www/build/p-b058084c.js +1 -0
  55. package/www/build/{p-64b2b415.entry.js → p-d0fea19f.entry.js} +1 -1
  56. package/www/build/{p-bbb0e7a7.entry.js → p-d9d9d834.entry.js} +1 -1
  57. package/www/build/{p-cadcf677.entry.js → p-f3080685.entry.js} +1 -1
  58. package/www/build/web-components-library.esm.js +1 -1
  59. package/www/index.html +1 -1
  60. package/CHANGELOG.md +0 -1647
  61. package/dist/web-components-library/p-571e9db9.js +0 -1
  62. package/dist/web-components-library/p-f6254eeb.entry.js +0 -1
  63. package/src-react/index.ts +0 -1
  64. package/www/build/p-571e9db9.js +0 -1
  65. package/www/build/p-9ab0287a.js +0 -129
  66. package/www/build/p-f6254eeb.entry.js +0 -1
  67. package/www/build/p-fcff1237.css +0 -812
@@ -1,215 +1,22 @@
1
1
  export declare const icons: {
2
- "add-image": string;
3
- "app-switcher": string;
4
- "arrow-clockwise-down-left": string;
5
- "arrow-clockwise-down-right": string;
6
- "arrow-clockwise-up-left": string;
7
- "arrow-clockwise-up-right": string;
8
- "arrow-down": string;
9
- "arrow-left": string;
10
- "arrow-left-right": string;
11
- "arrow-left-rounded": string;
12
- "arrow-left-square": string;
13
- "arrow-north-east": string;
14
- "arrow-north-east-square": string;
15
- "arrow-north-west": string;
16
- "arrow-north-west-square": string;
17
- "arrow-quad-down": string;
18
- "arrow-quad-left": string;
19
- "arrow-quad-north-east": string;
20
- "arrow-quad-north-west": string;
21
- "arrow-quad-right": string;
22
- "arrow-quad-south-east": string;
23
- "arrow-quad-south-west": string;
24
- "arrow-quad-up": string;
25
- "arrow-right": string;
26
- "arrow-right-rounded": string;
27
- "arrow-right-square": string;
28
- "arrow-small-left": string;
29
- "arrow-small-right": string;
30
- "arrow-south-east": string;
31
- "arrow-south-east-square": string;
32
- "arrow-south-west": string;
33
- "arrow-south-west-square": string;
34
- "arrow-square-down": string;
35
- "arrow-up": string;
36
- "arrow-up-and-down": string;
37
- "arrow-up-down": string;
38
- "arrow-up-down-double": string;
39
- "arrow-up-rounded": string;
40
- "arrow-up-square": string;
41
- artist: string;
42
- "artist-quote": string;
43
- "assign-task": string;
44
- atom: string;
45
- back: string;
46
- "back-top": string;
47
- "black-circle": string;
48
- "black-diamond": string;
49
- "black-nib": string;
50
- "black-sun-with-rays": string;
51
- blockquote: string;
52
- bold: string;
53
- "book-minus": string;
54
- "book-plus": string;
55
- bookmark: string;
56
- "breaking-line": string;
57
- "bulleted-list": string;
58
- "bulls-eye": string;
59
- "burger-menu": string;
60
- "burger-menu-booktab": string;
61
- "c-circled": string;
62
- "c-square": string;
63
- "caret-down": string;
64
- "caret-up": string;
65
- "caret-up-down": string;
66
- "character-panel": string;
67
- checkbox: string;
68
- "checkbox-checked": string;
69
- checkmark: string;
70
- "checkmark-circle": string;
71
- "check-task": string;
72
- "checkmark-square": string;
73
- "chevron-down": string;
74
- "chevron-down-circle": string;
75
- "chevron-left": string;
76
- "chevron-left-circle": string;
77
- "chevron-right": string;
78
- "chevron-right-circle": string;
79
- "chevron-up": string;
80
- "chevron-up-circle": string;
81
- "cloud-download": string;
82
- "cloud-x": string;
83
- "club-black-suit": string;
84
- collezioni: string;
85
- compare: string;
86
- "contextual-menu": string;
87
- "copy-to-clipboard": string;
88
- copyright: string;
89
- "cursor-index": string;
90
- dagger: string;
91
- daggerdbl: string;
92
- delete: string;
93
- "diamond-black-suit": string;
94
- "dictionary-switch": string;
95
- dictonary: string;
96
- "document-with-text": string;
97
- "down-white-index": string;
98
- download: string;
99
- edit: string;
100
- "edit-picture": string;
101
- "electric-light-bulb": string;
102
- email: string;
103
- event: string;
104
- "event-cancelled": string;
105
- "exclamation-circle": string;
106
- "exclamation-square": string;
107
- "exercises-interactive": string;
108
- "exercises-online": string;
109
- "exercises-plus": string;
110
- favorites: string;
111
- feed: string;
112
- "film-frames": string;
113
- "frame-with-picture": string;
114
- gear: string;
115
- geogebra: string;
116
- headphone: string;
117
- "heart-black-suit": string;
118
- helmsymbol: string;
119
- highlights: string;
120
- "hourglass-flowing": string;
121
- "hourglass-half-bottom": string;
122
- house: string;
123
- "image-jpg": string;
124
- "image-png": string;
125
- "image-tiff": string;
126
- "inbox-tray": string;
127
- informationsource: string;
128
- "interactive-glossaries": string;
129
- "interactives-maps": string;
130
- italic: string;
131
- lecture: string;
132
- "left-magnifying-glass": string;
133
- "left-white-index": string;
134
- link: string;
135
- "list-bulleted-square": string;
136
- location: string;
137
- lock: string;
138
- login: string;
139
- logout: string;
140
- lozenge: string;
141
- "magnfying-glass": string;
142
- map: string;
143
- "medium-black-square": string;
144
- "medium-white-square": string;
145
- minus: string;
146
- "minus-circled": string;
147
- "minus-square": string;
148
- multiply: string;
149
- "multiply-circle": string;
150
- "multiply-circled": string;
151
- "multiply-square": string;
152
- notification: string;
153
- "notification-new": string;
154
- "notification-off": string;
155
- "numbered-list": string;
156
- "open-file-folder": string;
157
- "open-lock": string;
158
- pause: string;
159
- pdf: string;
160
- "periodic-table": string;
161
- play: string;
162
- plus: string;
163
- "plus-circled": string;
164
- "plus-square": string;
165
- powerpoint: string;
166
- qrcode: string;
167
- "question-mark-circle": string;
168
- "question-mark-square": string;
169
- "radio-button": string;
170
- "radio-button-checked": string;
171
- "recently-viewed": string;
172
- redo: string;
173
- "registro-filter": string;
174
- "right-white-index": string;
175
- save: string;
176
- school: string;
177
- search: string;
178
- send: string;
179
- share: string;
180
- "shopping-cart": string;
181
- "show-video": string;
182
- "spade-black-suit": string;
183
- "speaker-off": string;
184
- "speaker-on": string;
185
- "star-empty": string;
186
- "star-full": string;
187
- "strike-through-text": string;
188
- subscript: string;
189
- "sun-with-rays": string;
190
- support: string;
191
- supscript: string;
192
- switch: string;
193
- synchronize: string;
194
- target: string;
195
- "text-scale": string;
196
- "textual-analysisalysis": string;
197
- "theory-help": string;
198
- "timer-clock": string;
199
- "u-circle": string;
200
- "u-square": string;
201
- "underlined-text": string;
202
- undo: string;
203
- "up-white-index": string;
204
- "user-avatar": string;
205
- view: string;
206
- "view-off": string;
207
- "virtual-class": string;
208
- "white-circle": string;
209
- "white-diamond": string;
210
- word: string;
211
- "working-bag": string;
212
- "workplace-zanichelli": string;
2
+ "assign-task-button": string;
3
+ "atom-button": string;
4
+ "burger-menu-booktab-button": string;
5
+ "check-task-button": string;
6
+ "cursor-index-button": string;
7
+ "film-frames-button": string;
8
+ "geogebra-button": string;
9
+ "headphone-button": string;
10
+ "index-up-button": string;
11
+ "interactives-maps-button": string;
12
+ "lecture-button": string;
13
+ "link-button": string;
14
+ "login-button": string;
15
+ "pdf-button": string;
16
+ "play-button": string;
17
+ "powerpoint-button": string;
18
+ "show-video-button": string;
19
+ "word-button": string;
213
20
  "workplace-zanichelli-filled": string;
214
21
  "add-image-filled": string;
215
22
  "app-switcher-filled": string;
@@ -405,7 +212,7 @@ export declare const icons: {
405
212
  "synchronize-filled": string;
406
213
  "target-filled": string;
407
214
  "text-scale-filled": string;
408
- "textual-analysisalysis-filled": string;
215
+ "textual-analysis-filled": string;
409
216
  "theory-help-filled": string;
410
217
  "timer-clock-filled": string;
411
218
  "undo-filled": string;
@@ -421,28 +228,238 @@ export declare const icons: {
421
228
  "white-diamond-filled": string;
422
229
  "word-filled": string;
423
230
  "working-bag-filled": string;
231
+ "people-filled": string;
232
+ "grades-filled": string;
233
+ "timeline-filled": string;
234
+ "artwork-filled": string;
235
+ "projection-filled": string;
236
+ "geographical-map-filled": string;
237
+ "add-image": string;
238
+ "app-switcher": string;
239
+ "arrow-clockwise-down-left": string;
240
+ "arrow-clockwise-down-right": string;
241
+ "arrow-clockwise-up-left": string;
242
+ "arrow-clockwise-up-right": string;
243
+ "arrow-down": string;
244
+ "arrow-left": string;
245
+ "arrow-left-right": string;
246
+ "arrow-left-rounded": string;
247
+ "arrow-left-square": string;
248
+ "arrow-north-east": string;
249
+ "arrow-north-east-square": string;
250
+ "arrow-north-west": string;
251
+ "arrow-north-west-square": string;
252
+ "arrow-quad-down": string;
253
+ "arrow-quad-left": string;
254
+ "arrow-quad-north-east": string;
255
+ "arrow-quad-north-west": string;
256
+ "arrow-quad-right": string;
257
+ "arrow-quad-south-east": string;
258
+ "arrow-quad-south-west": string;
259
+ "arrow-quad-up": string;
260
+ "arrow-right": string;
261
+ "arrow-right-rounded": string;
262
+ "arrow-right-square": string;
263
+ "arrow-small-left": string;
264
+ "arrow-small-right": string;
265
+ "arrow-south-east": string;
266
+ "arrow-south-east-square": string;
267
+ "arrow-south-west": string;
268
+ "arrow-south-west-square": string;
269
+ "arrow-square-down": string;
270
+ "arrow-up": string;
271
+ "arrow-up-and-down": string;
272
+ "arrow-up-down": string;
273
+ "arrow-up-down-double": string;
274
+ "arrow-up-rounded": string;
275
+ "arrow-up-square": string;
276
+ artist: string;
277
+ "artist-quote": string;
278
+ "assign-task": string;
279
+ atom: string;
280
+ back: string;
281
+ "back-top": string;
282
+ "black-circle": string;
283
+ "black-diamond": string;
284
+ "black-nib": string;
285
+ "black-sun-with-rays": string;
286
+ blockquote: string;
287
+ bold: string;
288
+ book: string;
289
+ "book-minus": string;
290
+ "book-plus": string;
291
+ bookmark: string;
292
+ "breaking-line": string;
293
+ "bulleted-list": string;
294
+ "bulls-eye": string;
295
+ "burger-menu": string;
296
+ "burger-menu-booktab": string;
297
+ "c-circled": string;
298
+ "c-square": string;
299
+ "caret-down": string;
300
+ "caret-up": string;
301
+ "caret-up-down": string;
302
+ "character-panel": string;
303
+ checkbox: string;
304
+ "checkbox-checked": string;
305
+ checkmark: string;
306
+ "checkmark-circle": string;
307
+ "check-task": string;
308
+ "checkmark-square": string;
309
+ "chevron-down": string;
310
+ "chevron-down-circle": string;
311
+ "chevron-left": string;
312
+ "chevron-left-circle": string;
313
+ "chevron-right": string;
314
+ "chevron-right-circle": string;
315
+ "chevron-up": string;
316
+ "chevron-up-circle": string;
317
+ "cloud-download": string;
318
+ "cloud-x": string;
319
+ "club-black-suit": string;
320
+ collezioni: string;
321
+ compare: string;
322
+ "contextual-menu": string;
323
+ "copy-to-clipboard": string;
324
+ copyright: string;
325
+ "cursor-index": string;
326
+ dagger: string;
327
+ daggerdbl: string;
328
+ delete: string;
329
+ "diamond-black-suit": string;
330
+ "dictionary-switch": string;
331
+ dictonary: string;
332
+ "document-with-text": string;
333
+ "down-white-index": string;
334
+ download: string;
335
+ edit: string;
336
+ "edit-picture": string;
337
+ "electric-light-bulb": string;
338
+ email: string;
339
+ event: string;
340
+ "event-cancelled": string;
341
+ "exclamation-circle": string;
342
+ "exclamation-square": string;
343
+ "exercises-interactive": string;
344
+ "exercises-online": string;
345
+ "exercises-plus": string;
346
+ favorites: string;
347
+ feed: string;
348
+ "film-frames": string;
349
+ "frame-with-picture": string;
350
+ gear: string;
351
+ geogebra: string;
352
+ headphone: string;
353
+ "heart-black-suit": string;
354
+ helmsymbol: string;
355
+ highlights: string;
356
+ "hourglass-flowing": string;
357
+ "hourglass-half-bottom": string;
358
+ house: string;
359
+ "image-jpg": string;
360
+ "image-png": string;
361
+ "image-tiff": string;
362
+ "inbox-tray": string;
363
+ informationsource: string;
364
+ "interactive-glossaries": string;
365
+ "interactives-maps": string;
366
+ italic: string;
367
+ lecture: string;
368
+ "left-magnifying-glass": string;
369
+ "left-white-index": string;
370
+ link: string;
371
+ "list-bulleted-square": string;
372
+ location: string;
373
+ lock: string;
374
+ login: string;
375
+ logout: string;
376
+ lozenge: string;
377
+ "magnfying-glass": string;
378
+ map: string;
379
+ "medium-black-square": string;
380
+ "medium-white-square": string;
381
+ minus: string;
382
+ "minus-circled": string;
383
+ "minus-square": string;
384
+ multiply: string;
385
+ "multiply-circle": string;
386
+ "multiply-circled": string;
387
+ "multiply-square": string;
388
+ notification: string;
389
+ "notification-new": string;
390
+ "notification-off": string;
391
+ "numbered-list": string;
392
+ "open-file-folder": string;
393
+ "open-lock": string;
394
+ pause: string;
395
+ pdf: string;
396
+ "periodic-table": string;
397
+ play: string;
398
+ plus: string;
399
+ "plus-circled": string;
400
+ "plus-square": string;
401
+ powerpoint: string;
402
+ qrcode: string;
403
+ "question-mark-circle": string;
404
+ "question-mark-square": string;
405
+ "radio-button": string;
406
+ "radio-button-checked": string;
407
+ "recently-viewed": string;
408
+ redo: string;
409
+ "registro-filter": string;
410
+ "right-white-index": string;
411
+ save: string;
412
+ school: string;
413
+ search: string;
414
+ send: string;
415
+ share: string;
416
+ "shopping-cart": string;
417
+ "show-video": string;
418
+ "spade-black-suit": string;
419
+ "speaker-off": string;
420
+ "speaker-on": string;
421
+ "star-empty": string;
422
+ "star-full": string;
423
+ "strike-through-text": string;
424
+ subscript: string;
425
+ "sun-with-rays": string;
426
+ support: string;
427
+ supscript: string;
428
+ switch: string;
429
+ synchronize: string;
430
+ target: string;
431
+ "text-scale": string;
432
+ "textual-analysis": string;
433
+ "theory-help": string;
434
+ "timer-clock": string;
435
+ "u-circle": string;
436
+ "u-square": string;
437
+ "underlined-text": string;
438
+ undo: string;
439
+ "up-white-index": string;
440
+ "user-avatar": string;
441
+ view: string;
442
+ "view-off": string;
443
+ "virtual-class": string;
444
+ "white-circle": string;
445
+ "white-diamond": string;
446
+ word: string;
447
+ "working-bag": string;
448
+ "workplace-zanichelli": string;
424
449
  "app-switcher-button": string;
425
- "assign-task-button": string;
426
- "atom-button": string;
427
- "burger-menu-booktab-button": string;
428
- "check-task-button": string;
429
- "cursor-index-button": string;
430
- "film-frames-button": string;
431
- "geogebra-button": string;
432
- "headphone-button": string;
433
- "index-up-button": string;
434
- "interactives-maps-button": string;
435
- "lecture-button": string;
436
- "link-button": string;
437
- "login-button": string;
438
- "pdf-button": string;
439
- "play-button": string;
440
- "powerpoint-button": string;
441
- "show-video-button": string;
442
- "word-button": string;
443
450
  upload: string;
444
451
  people: string;
445
- "people-filled": string;
446
452
  grades: string;
447
- "grades-filled": string;
453
+ timeline: string;
454
+ artwork: string;
455
+ "skip-back": string;
456
+ "skip-forward": string;
457
+ projection: string;
458
+ laboratory: string;
459
+ "geographical-map": string;
460
+ "text-align-center": string;
461
+ "text-align-justify": string;
462
+ "text-align-left": string;
463
+ "text-align-right": string;
464
+ teacher: string;
448
465
  };
@@ -4,6 +4,10 @@ export declare class ZDatePicker {
4
4
  element: HTMLElement;
5
5
  /** unique id */
6
6
  datepickerid: string;
7
+ /** z-input aria label */
8
+ ariaLabel?: string;
9
+ /** z-input label */
10
+ label?: string;
7
11
  /** [Optional] datepicker mode: date, datetime, only months */
8
12
  mode: ZDatePickerMode;
9
13
  flatpickrPosition: ZDatePickerPosition;
@@ -0,0 +1,109 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ /**
3
+ * Pagination bar component.
4
+ */
5
+ export declare class ZPagination {
6
+ host: HTMLElement;
7
+ /** Pagination label placed before the bar. */
8
+ label?: string;
9
+ /** Enable navigation arrows. */
10
+ navArrows: boolean;
11
+ /** Total number of pages. Required. */
12
+ totalPages: number;
13
+ /** Number of pages to skip. */
14
+ skip: number;
15
+ /** Enable buttons to go to the first and last pages. */
16
+ edges: boolean;
17
+ /** Number of pages to show left/right of the current, before showing "load more" symbol (…). */
18
+ split?: number;
19
+ /** Number of pages to show at a time. If not set, all pages will be shown. */
20
+ visiblePages?: number;
21
+ /** Current page. */
22
+ currentPage: number;
23
+ /** Whether to show "go to page" feature. */
24
+ goToPage: boolean;
25
+ /**
26
+ * Internal visible pages variable.
27
+ * Needed to better handle conflicting props like `visiblePages` and `split`.
28
+ * This state will change based on props values and validation,
29
+ * keeping original `visiblePages` value intact.
30
+ */
31
+ private _visiblePages;
32
+ /** Used to hides/change some functionalities on smaller screen sizes */
33
+ isMobile: boolean;
34
+ /** Value of the go to page input */
35
+ goToPageValue: any;
36
+ /** Event emitted when the current page has changed. */
37
+ pageChanged: EventEmitter;
38
+ /**
39
+ * Set the max width of the pages container.
40
+ */
41
+ setPagesContainerWidth(): void;
42
+ /**
43
+ * Set visible pages.
44
+ * Ensure that the visible pages are always <= the total pages.
45
+ * If `visiblePages` isn't set, fallback to the total pages.
46
+ */
47
+ setVisiblePages(): void;
48
+ /**
49
+ * On page changed.
50
+ * @emits pageChanged
51
+ */
52
+ onPageChanged(): void;
53
+ /**
54
+ * On split changed.
55
+ * Empty `edges` value. The split feature wins over the pages chunks and edges.
56
+ */
57
+ onSplitChanged(): void;
58
+ /**
59
+ * Hide stuff on mobile.
60
+ */
61
+ onResize(): void;
62
+ /**
63
+ * Set functionalities according to screen size.
64
+ */
65
+ private setMobile;
66
+ /**
67
+ * Get a list of pages chunks, each of `visiblePages` length.
68
+ * @returns {number[][]}
69
+ */
70
+ getPagesChunks(): any[];
71
+ /**
72
+ * Scroll to the left the chunk of pages containing the current page.
73
+ */
74
+ scrollToPage(): void;
75
+ /**
76
+ * Select a page.
77
+ * Do validations on the passed value before assigning it to `currentPage`.
78
+ * @param {number} page Page number to set
79
+ */
80
+ selectPage(page: any): void;
81
+ /**
82
+ * Render page number button.
83
+ * @param {number} page Page number to render
84
+ * @returns {HTMLButtonElement}
85
+ */
86
+ renderPage(page: any): any;
87
+ /**
88
+ * Render split button.
89
+ * @param {number} page Page to select on click.
90
+ * @returns {HTMLButtonElement}
91
+ */
92
+ renderEllipsisButton(page: any): any;
93
+ /**
94
+ * Render chunked page buttons.
95
+ * @returns {HTMLDivElement}
96
+ */
97
+ renderPages(): any[];
98
+ /**
99
+ * Render page buttons when split feature is enabled.
100
+ * @returns {HTMLButtonElement[]}
101
+ */
102
+ renderSplitPages(): any[];
103
+ renderBackButton(): any;
104
+ renderForwardButton(): any;
105
+ renderMobile(): any[];
106
+ componentDidLoad(): void;
107
+ componentDidRender(): void;
108
+ render(): any[];
109
+ }