Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@everymatrix/helper-pagination

Package Overview
Dependencies
Maintainers
13
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymatrix/helper-pagination - npm Package Compare versions

Comparing version 1.25.0 to 1.26.0

dist/helper-pagination/p-ea9ded6d.entry.js

8

dist/cjs/helper-pagination.cjs.entry.js

@@ -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 @@ };

2

dist/helper-pagination/helper-pagination.esm.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc