@everymatrix/helper-pagination
Advanced tools
Comparing version 0.0.3 to 0.1.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-ea71a27d.js'); | ||
const index = require('./index-02c396b0.js'); | ||
@@ -8,0 +8,0 @@ /** |
'use strict'; | ||
const index = require('./index-ea71a27d.js'); | ||
const index = require('./index-02c396b0.js'); | ||
/* | ||
Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v2.15.2 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -8,0 +8,0 @@ const patchBrowser = () => { |
@@ -5,6 +5,6 @@ 'use strict'; | ||
const index = require('./index-ea71a27d.js'); | ||
const index = require('./index-02c396b0.js'); | ||
/* | ||
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -11,0 +11,0 @@ const patchEsm = () => { |
@@ -7,3 +7,3 @@ { | ||
"name": "@stencil/core", | ||
"version": "2.17.0", | ||
"version": "2.15.2", | ||
"typescriptVersion": "4.5.4" | ||
@@ -10,0 +10,0 @@ }, |
/* HelperPagination custom elements */ | ||
export { HelperPagination as HelperPagination } from '../types/components/helper-pagination/helper-pagination'; | ||
import type { Components, JSX } from "../types/components"; | ||
/** | ||
@@ -22,2 +23,5 @@ * Used to manually set the base path where assets can be found. | ||
export declare const setPlatformOptions: (opts: SetPlatformOptions) => void; | ||
export type { Components, JSX }; | ||
export * from '../types'; |
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client'; | ||
export { HelperPagination, defineCustomElement as defineCustomElementHelperPagination } from './helper-pagination.js'; |
@@ -1,2 +0,2 @@ | ||
import { r as registerInstance, c as createEvent, h } from './index-6ba22d2b.js'; | ||
import { r as registerInstance, c as createEvent, h } from './index-3528dd0c.js'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-6ba22d2b.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-3528dd0c.js'; | ||
/* | ||
Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v2.15.2 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -6,0 +6,0 @@ const patchBrowser = () => { |
@@ -1,5 +0,5 @@ | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-6ba22d2b.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-3528dd0c.js'; | ||
/* | ||
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -6,0 +6,0 @@ const patchEsm = () => { |
@@ -1,1 +0,1 @@ | ||
import{p as t,b as a}from"./p-a4f374fc.js";(()=>{const a=import.meta.url,e={};return""!==a&&(e.resourcesUrl=new URL(".",a).href),t(e)})().then((t=>a([["p-4038ff2e",[[1,"helper-pagination",{firstPage:[1540,"first-page"],previousPage:[1540,"previous-page"],offset:[1538],limit:[1538],total:[1538],language:[1],offsetInt:[32],lastPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32]}]]]],t))); | ||
import{p as t,b as e}from"./p-7ed44b06.js";(()=>{const e=import.meta.url,a={};return""!==e&&(a.resourcesUrl=new URL(".",e).href),t(a)})().then((t=>e([["p-72ab6e2d",[[1,"helper-pagination",{firstPage:[1540,"first-page"],previousPage:[1540,"previous-page"],offset:[1538],limit:[1538],total:[1538],language:[1],offsetInt:[32],lastPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32]}]]]],t))); |
@@ -36,6 +36,2 @@ /* eslint-disable */ | ||
} | ||
export interface HelperPaginationCustomEvent<T> extends CustomEvent<T> { | ||
detail: T; | ||
target: HTMLHelperPaginationElement; | ||
} | ||
declare global { | ||
@@ -73,3 +69,3 @@ interface HTMLHelperPaginationElement extends Components.HelperPagination, HTMLStencilElement { | ||
*/ | ||
"onHpPageChange"?: (event: HelperPaginationCustomEvent<any>) => void; | ||
"onHpPageChange"?: (event: CustomEvent<any>) => void; | ||
/** | ||
@@ -76,0 +72,0 @@ * Previous page boolean value - determines if the page is disabled or active |
{ | ||
"name": "@everymatrix/helper-pagination", | ||
"version": "0.0.3", | ||
"version": "0.1.1", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
347566
5784