@everymatrix/bonus-pagination-limits 1.0.69

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 (44) hide show
  1. package/dist/bonus-pagination-limits/bonus-pagination-limits.esm.js +1 -0
  2. package/dist/bonus-pagination-limits/index.esm.js +0 -0
  3. package/dist/bonus-pagination-limits/p-46dba813.entry.js +1 -0
  4. package/dist/bonus-pagination-limits/p-6d7f3710.js +2 -0
  5. package/dist/bonus-pagination-limits/p-e1255160.js +1 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/bonus-pagination-limits.cjs.entry.js +81 -0
  8. package/dist/cjs/bonus-pagination-limits.cjs.js +25 -0
  9. package/dist/cjs/index-e51ca584.js +1163 -0
  10. package/dist/cjs/index.cjs.js +2 -0
  11. package/dist/cjs/loader.cjs.js +15 -0
  12. package/dist/collection/collection-manifest.json +12 -0
  13. package/dist/collection/components/bonus-pagination-limits/bonus-pagination-limits.css +42 -0
  14. package/dist/collection/components/bonus-pagination-limits/bonus-pagination-limits.js +159 -0
  15. package/dist/collection/components/bonus-pagination-limits/index.js +1 -0
  16. package/dist/collection/index.js +1 -0
  17. package/dist/collection/utils/locale.utils.js +38 -0
  18. package/dist/collection/utils/utils.js +3 -0
  19. package/dist/esm/app-globals-0f993ce5.js +3 -0
  20. package/dist/esm/bonus-pagination-limits.entry.js +77 -0
  21. package/dist/esm/bonus-pagination-limits.js +20 -0
  22. package/dist/esm/index-e8c7dbc4.js +1136 -0
  23. package/dist/esm/index.js +1 -0
  24. package/dist/esm/loader.js +11 -0
  25. package/dist/index.cjs.js +1 -0
  26. package/dist/index.js +1 -0
  27. package/dist/stencil.config.dev.js +17 -0
  28. package/dist/stencil.config.js +17 -0
  29. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/bonus-pagination-limits/.stencil/packages/stencil/bonus-pagination-limits/stencil.config.d.ts +2 -0
  30. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/bonus-pagination-limits/.stencil/packages/stencil/bonus-pagination-limits/stencil.config.dev.d.ts +2 -0
  31. package/dist/types/components/bonus-pagination-limits/bonus-pagination-limits.d.ts +25 -0
  32. package/dist/types/components/bonus-pagination-limits/index.d.ts +1 -0
  33. package/dist/types/components.d.ts +85 -0
  34. package/dist/types/index.d.ts +1 -0
  35. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  36. package/dist/types/utils/locale.utils.d.ts +14 -0
  37. package/dist/types/utils/utils.d.ts +1 -0
  38. package/loader/cdn.js +1 -0
  39. package/loader/index.cjs.js +1 -0
  40. package/loader/index.d.ts +24 -0
  41. package/loader/index.es2017.js +1 -0
  42. package/loader/index.js +2 -0
  43. package/loader/package.json +11 -0
  44. package/package.json +26 -0
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,11 @@
1
+ import { b as bootstrapLazy } from './index-e8c7dbc4.js';
2
+ export { s as setNonce } from './index-e8c7dbc4.js';
3
+ import { g as globalScripts } from './app-globals-0f993ce5.js';
4
+
5
+ const defineCustomElements = async (win, options) => {
6
+ if (typeof window === 'undefined') return undefined;
7
+ await globalScripts();
8
+ return bootstrapLazy([["bonus-pagination-limits",[[0,"bonus-pagination-limits",{"language":[513],"translationUrl":[513,"translation-url"],"pageLimitOptions":[513,"page-limit-options"],"limit":[1538],"pageLimits":[32]}]]]], options);
9
+ };
10
+
11
+ export { defineCustomElements };
@@ -0,0 +1 @@
1
+ module.exports = require('./cjs/index.cjs.js');
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from './esm/index.js';
@@ -0,0 +1,17 @@
1
+ import { sass } from "@stencil/sass";
2
+ export const config = {
3
+ namespace: 'bonus-pagination-limits',
4
+ taskQueue: 'async',
5
+ sourceMap: true,
6
+ minifyJs: false,
7
+ extras: {
8
+ experimentalImportInjection: true
9
+ },
10
+ plugins: [sass()],
11
+ outputTargets: [
12
+ {
13
+ type: 'www',
14
+ serviceWorker: null // disable service workers
15
+ }
16
+ ]
17
+ };
@@ -0,0 +1,17 @@
1
+ import { sass } from "@stencil/sass";
2
+ export const config = {
3
+ namespace: 'bonus-pagination-limits',
4
+ taskQueue: 'async',
5
+ sourceMap: false,
6
+ minifyJs: true,
7
+ extras: {
8
+ experimentalImportInjection: true
9
+ },
10
+ plugins: [sass()],
11
+ outputTargets: [
12
+ {
13
+ type: 'dist',
14
+ esmLoaderPath: '../loader'
15
+ }
16
+ ]
17
+ };
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -0,0 +1,25 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class BonusPaginationLimits {
3
+ /**
4
+ * Language of the widget
5
+ */
6
+ language: string;
7
+ /**
8
+ * Translation via url
9
+ */
10
+ translationUrl: string;
11
+ /**
12
+ *Limits list string split with coma,default: `10,25,50`;
13
+ */
14
+ pageLimitOptions: string;
15
+ /**
16
+ * Default limit for per page, default: 10
17
+ */
18
+ limit: number;
19
+ pageLimits: Array<number>;
20
+ pageLimitChanged: EventEmitter<Object>;
21
+ onPageLimitClicked(pageLimit: any): void;
22
+ componentWillLoad(): void;
23
+ renderStylingWrapper(): any;
24
+ render(): any;
25
+ }
@@ -0,0 +1 @@
1
+ export { BonusPaginationLimits } from './bonus-pagination-limits';
@@ -0,0 +1,85 @@
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 BonusPaginationLimits {
10
+ /**
11
+ * Language of the widget
12
+ */
13
+ "language": string;
14
+ /**
15
+ * Default limit for per page, default: 10
16
+ */
17
+ "limit": number;
18
+ /**
19
+ * Limits list string split with coma,default: `10,25,50`;
20
+ */
21
+ "pageLimitOptions": string;
22
+ /**
23
+ * Translation via url
24
+ */
25
+ "translationUrl": string;
26
+ }
27
+ }
28
+ export interface BonusPaginationLimitsCustomEvent<T> extends CustomEvent<T> {
29
+ detail: T;
30
+ target: HTMLBonusPaginationLimitsElement;
31
+ }
32
+ declare global {
33
+ interface HTMLBonusPaginationLimitsElementEventMap {
34
+ "pageLimitChanged": Object;
35
+ }
36
+ interface HTMLBonusPaginationLimitsElement extends Components.BonusPaginationLimits, HTMLStencilElement {
37
+ addEventListener<K extends keyof HTMLBonusPaginationLimitsElementEventMap>(type: K, listener: (this: HTMLBonusPaginationLimitsElement, ev: BonusPaginationLimitsCustomEvent<HTMLBonusPaginationLimitsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
38
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
39
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
40
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
41
+ removeEventListener<K extends keyof HTMLBonusPaginationLimitsElementEventMap>(type: K, listener: (this: HTMLBonusPaginationLimitsElement, ev: BonusPaginationLimitsCustomEvent<HTMLBonusPaginationLimitsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
42
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
43
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
44
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
45
+ }
46
+ var HTMLBonusPaginationLimitsElement: {
47
+ prototype: HTMLBonusPaginationLimitsElement;
48
+ new (): HTMLBonusPaginationLimitsElement;
49
+ };
50
+ interface HTMLElementTagNameMap {
51
+ "bonus-pagination-limits": HTMLBonusPaginationLimitsElement;
52
+ }
53
+ }
54
+ declare namespace LocalJSX {
55
+ interface BonusPaginationLimits {
56
+ /**
57
+ * Language of the widget
58
+ */
59
+ "language"?: string;
60
+ /**
61
+ * Default limit for per page, default: 10
62
+ */
63
+ "limit"?: number;
64
+ "onPageLimitChanged"?: (event: BonusPaginationLimitsCustomEvent<Object>) => void;
65
+ /**
66
+ * Limits list string split with coma,default: `10,25,50`;
67
+ */
68
+ "pageLimitOptions"?: string;
69
+ /**
70
+ * Translation via url
71
+ */
72
+ "translationUrl"?: string;
73
+ }
74
+ interface IntrinsicElements {
75
+ "bonus-pagination-limits": BonusPaginationLimits;
76
+ }
77
+ }
78
+ export { LocalJSX as JSX };
79
+ declare module "@stencil/core" {
80
+ export namespace JSX {
81
+ interface IntrinsicElements {
82
+ "bonus-pagination-limits": LocalJSX.BonusPaginationLimits & JSXBase.HTMLAttributes<HTMLBonusPaginationLimitsElement>;
83
+ }
84
+ }
85
+ }
@@ -0,0 +1 @@
1
+ export * from './components';