@everymatrix/helper-pagination
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -35,2 +35,14 @@ 'use strict'; | ||
}, | ||
fr: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
}, | ||
ar: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
} | ||
}; | ||
@@ -37,0 +49,0 @@ const translate = (key, customLang) => { |
@@ -16,2 +16,14 @@ const DEFAULT_LANGUAGE = 'en'; | ||
}, | ||
fr: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
}, | ||
ar: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
} | ||
}; | ||
@@ -18,0 +30,0 @@ export const translate = (key, customLang) => { |
@@ -31,2 +31,14 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client'; | ||
}, | ||
fr: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
}, | ||
ar: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
} | ||
}; | ||
@@ -33,0 +45,0 @@ const translate = (key, customLang) => { |
@@ -31,2 +31,14 @@ import { r as registerInstance, c as createEvent, h } from './index-fe031733.js'; | ||
}, | ||
fr: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
}, | ||
ar: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Next', | ||
lastPage: 'Last' | ||
} | ||
}; | ||
@@ -33,0 +45,0 @@ const translate = (key, customLang) => { |
@@ -1,1 +0,1 @@ | ||
import{p as t,b as n}from"./p-68c68be2.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((t=>n([["p-dd1d2413",[[1,"helper-pagination",{firstPage:[1540,"first-page"],previousPage:[1540,"previous-page"],offset:[1538],limit:[1538],total:[1538],language:[1],clientStyling:[1,"client-styling"],clientStylingUrlContent:[1,"client-styling-url-content"],offsetInt:[32],lastPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32],limitStylingAppends:[32]}]]]],t))); | ||
import{p as t,b as n}from"./p-68c68be2.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((t=>n([["p-8258fc5c",[[1,"helper-pagination",{firstPage:[1540,"first-page"],previousPage:[1540,"previous-page"],offset:[1538],limit:[1538],total:[1538],language:[1],clientStyling:[1,"client-styling"],clientStylingUrlContent:[1,"client-styling-url-content"],offsetInt:[32],lastPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32],limitStylingAppends:[32]}]]]],t))); |
{ | ||
"name": "@everymatrix/helper-pagination", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
355784
6037