@everymatrix/helper-pagination
Advanced tools
Comparing version 1.25.0 to 1.26.0
@@ -21,3 +21,3 @@ 'use strict'; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu', 'hr']; | ||
const TRANSLATIONS = { | ||
@@ -53,2 +53,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hr: { | ||
firstPage: 'Prva', | ||
previousPage: 'Prethodna', | ||
nextPage: 'Slijedeća', | ||
lastPage: 'Zadnja' | ||
} | ||
@@ -55,0 +61,0 @@ }; |
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu', 'hr']; | ||
const TRANSLATIONS = { | ||
@@ -33,2 +33,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hr: { | ||
firstPage: 'Prva', | ||
previousPage: 'Prethodna', | ||
nextPage: 'Slijedeća', | ||
lastPage: 'Zadnja' | ||
} | ||
@@ -35,0 +41,0 @@ }; |
@@ -17,3 +17,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client'; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu', 'hr']; | ||
const TRANSLATIONS = { | ||
@@ -49,2 +49,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hr: { | ||
firstPage: 'Prva', | ||
previousPage: 'Prethodna', | ||
nextPage: 'Slijedeća', | ||
lastPage: 'Zadnja' | ||
} | ||
@@ -51,0 +57,0 @@ }; |
@@ -17,3 +17,3 @@ import { r as registerInstance, c as createEvent, h } from './index-b281577e.js'; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu', 'hr']; | ||
const TRANSLATIONS = { | ||
@@ -49,2 +49,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hr: { | ||
firstPage: 'Prva', | ||
previousPage: 'Prethodna', | ||
nextPage: 'Slijedeća', | ||
lastPage: 'Zadnja' | ||
} | ||
@@ -51,0 +57,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as t}from"./p-eab215a1.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-c5036ea6",[[1,"helper-pagination",{nextPage:[1537,"next-page"],prevPage:[1537,"prev-page"],offset:[1538],limit:[1538],total:[1538],language:[1537],clientStyling:[1537,"client-styling"],clientStylingUrlContent:[1537,"client-styling-url-content"],arrowsActive:[1540,"arrows-active"],secondaryArrowsActive:[1540,"secondary-arrows-active"],numberedNavActive:[1540,"numbered-nav-active"],offsetInt:[32],lastPage:[32],previousPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32],limitStylingAppends:[32]}]]]],e))); | ||
import{p as e,b as t}from"./p-eab215a1.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-ea9ded6d",[[1,"helper-pagination",{nextPage:[1537,"next-page"],prevPage:[1537,"prev-page"],offset:[1538],limit:[1538],total:[1538],language:[1537],clientStyling:[1537,"client-styling"],clientStylingUrlContent:[1537,"client-styling-url-content"],arrowsActive:[1540,"arrows-active"],secondaryArrowsActive:[1540,"secondary-arrows-active"],numberedNavActive:[1540,"numbered-nav-active"],offsetInt:[32],lastPage:[32],previousPage:[32],limitInt:[32],totalInt:[32],pagesArray:[32],endInt:[32],limitStylingAppends:[32]}]]]],e))); |
{ | ||
"name": "@everymatrix/helper-pagination", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
366954
6276