@everymatrix/helper-pagination 1.31.1 → 1.32.4

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 (48) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/dist/cjs/helper-pagination.cjs.entry.js +0 -257
  4. package/dist/cjs/helper-pagination.cjs.js +0 -19
  5. package/dist/cjs/index-7c071a78.js +0 -1185
  6. package/dist/cjs/index.cjs.js +0 -2
  7. package/dist/cjs/loader.cjs.js +0 -21
  8. package/dist/collection/collection-manifest.json +0 -12
  9. package/dist/collection/components/helper-pagination/helper-pagination.css +0 -139
  10. package/dist/collection/components/helper-pagination/helper-pagination.js +0 -443
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/locale.utils.js +0 -44
  13. package/dist/collection/utils/utils.js +0 -15
  14. package/dist/components/helper-pagination.d.ts +0 -11
  15. package/dist/components/helper-pagination.js +0 -291
  16. package/dist/components/index.d.ts +0 -26
  17. package/dist/components/index.js +0 -1
  18. package/dist/esm/helper-pagination.entry.js +0 -253
  19. package/dist/esm/helper-pagination.js +0 -17
  20. package/dist/esm/index-b281577e.js +0 -1159
  21. package/dist/esm/index.js +0 -1
  22. package/dist/esm/loader.js +0 -17
  23. package/dist/esm/polyfills/core-js.js +0 -11
  24. package/dist/esm/polyfills/css-shim.js +0 -1
  25. package/dist/esm/polyfills/dom.js +0 -79
  26. package/dist/esm/polyfills/es5-html-element.js +0 -1
  27. package/dist/esm/polyfills/index.js +0 -34
  28. package/dist/esm/polyfills/system.js +0 -6
  29. package/dist/helper-pagination/helper-pagination.esm.js +0 -1
  30. package/dist/helper-pagination/index.esm.js +0 -0
  31. package/dist/helper-pagination/p-ea9ded6d.entry.js +0 -1
  32. package/dist/helper-pagination/p-eab215a1.js +0 -1
  33. package/dist/index.cjs.js +0 -1
  34. package/dist/index.js +0 -1
  35. package/dist/stencil.config.js +0 -22
  36. package/dist/types/Users/sebastian.strulea/Documents/work/widgets-stencil/packages/helper-pagination/.stencil/packages/helper-pagination/stencil.config.d.ts +0 -2
  37. package/dist/types/components/helper-pagination/helper-pagination.d.ts +0 -96
  38. package/dist/types/components.d.ts +0 -129
  39. package/dist/types/index.d.ts +0 -1
  40. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  41. package/dist/types/utils/locale.utils.d.ts +0 -1
  42. package/dist/types/utils/utils.d.ts +0 -8
  43. package/loader/cdn.js +0 -3
  44. package/loader/index.cjs.js +0 -3
  45. package/loader/index.d.ts +0 -12
  46. package/loader/index.es2017.js +0 -3
  47. package/loader/index.js +0 -4
  48. package/loader/package.json +0 -10
@@ -1,96 +0,0 @@
1
- import { EventEmitter } from '../../stencil-public-runtime';
2
- export declare class HelperPagination {
3
- /**
4
- * Next page string value - determines if the next page is disabled or active
5
- */
6
- nextPage: string;
7
- /**
8
- * Previous page string value - determines if the previous page is disabled or active
9
- */
10
- prevPage: string;
11
- /**
12
- * The received offset
13
- */
14
- offset: number;
15
- /**
16
- * The received limit for the number of pages
17
- */
18
- limit: number;
19
- /**
20
- * The received total number of pages
21
- */
22
- total: number;
23
- /**
24
- * Language
25
- */
26
- language: string;
27
- /**
28
- * Client custom styling via string
29
- */
30
- clientStyling: string;
31
- /**
32
- * Client custom styling via url content
33
- */
34
- clientStylingUrlContent: string;
35
- /**
36
- * Customize pagination: Activate pagination arrows
37
- */
38
- arrowsActive: boolean;
39
- /**
40
- * Customize pagination: Activate pagination secondary arrows
41
- */
42
- secondaryArrowsActive: boolean;
43
- /**
44
- * Customize pagination: Activate pagination numbered navigation
45
- */
46
- numberedNavActive: boolean;
47
- /**
48
- * Component working variable for offset
49
- */
50
- private offsetInt;
51
- /**
52
- * Component working variable for last page
53
- */
54
- lastPage: boolean;
55
- /**
56
- * Component working variable for prvious page
57
- */
58
- previousPage: boolean;
59
- /**
60
- * Component working variable for limit
61
- */
62
- private limitInt;
63
- /**
64
- * Component working variable for total
65
- */
66
- private totalInt;
67
- /**
68
- * In component working variable for the array of pages
69
- */
70
- private pagesArray;
71
- /**
72
- * In component working variable for last page
73
- */
74
- private endInt;
75
- private userAgent;
76
- currentPage: number;
77
- /**
78
- * Event that handles the navigation, updating the offset, limit and total values
79
- */
80
- hpPageChange: EventEmitter<any>;
81
- private limitStylingAppends;
82
- private stylingContainer;
83
- /**
84
- * Navigation logic
85
- */
86
- navigateTo: (navigationPage: string) => void;
87
- /**
88
- * Handle navigation from here
89
- */
90
- paginationNavigation: (pageNumber: number, index: any) => void;
91
- componentWillRender(): void;
92
- componentDidRender(): void;
93
- setClientStyling: () => void;
94
- setClientStylingURL: () => void;
95
- render(): any;
96
- }
@@ -1,129 +0,0 @@
1
- /* eslint-disable */
2
- /* tslint:disable */
3
- /**
4
- * This is an autogenerated file created by the Stencil compiler.
5
- * It contains typing information for all components that exist in this project.
6
- */
7
- import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- export namespace Components {
9
- interface HelperPagination {
10
- /**
11
- * Customize pagination: Activate pagination arrows
12
- */
13
- "arrowsActive": boolean;
14
- /**
15
- * Client custom styling via string
16
- */
17
- "clientStyling": string;
18
- /**
19
- * Client custom styling via url content
20
- */
21
- "clientStylingUrlContent": string;
22
- /**
23
- * Language
24
- */
25
- "language": string;
26
- /**
27
- * The received limit for the number of pages
28
- */
29
- "limit": number;
30
- /**
31
- * Next page string value - determines if the next page is disabled or active
32
- */
33
- "nextPage": string;
34
- /**
35
- * Customize pagination: Activate pagination numbered navigation
36
- */
37
- "numberedNavActive": boolean;
38
- /**
39
- * The received offset
40
- */
41
- "offset": number;
42
- /**
43
- * Previous page string value - determines if the previous page is disabled or active
44
- */
45
- "prevPage": string;
46
- /**
47
- * Customize pagination: Activate pagination secondary arrows
48
- */
49
- "secondaryArrowsActive": boolean;
50
- /**
51
- * The received total number of pages
52
- */
53
- "total": number;
54
- }
55
- }
56
- declare global {
57
- interface HTMLHelperPaginationElement extends Components.HelperPagination, HTMLStencilElement {
58
- }
59
- var HTMLHelperPaginationElement: {
60
- prototype: HTMLHelperPaginationElement;
61
- new (): HTMLHelperPaginationElement;
62
- };
63
- interface HTMLElementTagNameMap {
64
- "helper-pagination": HTMLHelperPaginationElement;
65
- }
66
- }
67
- declare namespace LocalJSX {
68
- interface HelperPagination {
69
- /**
70
- * Customize pagination: Activate pagination arrows
71
- */
72
- "arrowsActive"?: boolean;
73
- /**
74
- * Client custom styling via string
75
- */
76
- "clientStyling"?: string;
77
- /**
78
- * Client custom styling via url content
79
- */
80
- "clientStylingUrlContent"?: string;
81
- /**
82
- * Language
83
- */
84
- "language"?: string;
85
- /**
86
- * The received limit for the number of pages
87
- */
88
- "limit"?: number;
89
- /**
90
- * Next page string value - determines if the next page is disabled or active
91
- */
92
- "nextPage"?: string;
93
- /**
94
- * Customize pagination: Activate pagination numbered navigation
95
- */
96
- "numberedNavActive"?: boolean;
97
- /**
98
- * The received offset
99
- */
100
- "offset"?: number;
101
- /**
102
- * Event that handles the navigation, updating the offset, limit and total values
103
- */
104
- "onHpPageChange"?: (event: CustomEvent<any>) => void;
105
- /**
106
- * Previous page string value - determines if the previous page is disabled or active
107
- */
108
- "prevPage"?: string;
109
- /**
110
- * Customize pagination: Activate pagination secondary arrows
111
- */
112
- "secondaryArrowsActive"?: boolean;
113
- /**
114
- * The received total number of pages
115
- */
116
- "total"?: number;
117
- }
118
- interface IntrinsicElements {
119
- "helper-pagination": HelperPagination;
120
- }
121
- }
122
- export { LocalJSX as JSX };
123
- declare module "@stencil/core" {
124
- export namespace JSX {
125
- interface IntrinsicElements {
126
- "helper-pagination": LocalJSX.HelperPagination & JSXBase.HTMLAttributes<HTMLHelperPaginationElement>;
127
- }
128
- }
129
- }
@@ -1 +0,0 @@
1
- export * from './components';