@everymatrix/blog-articles-grid
Advanced tools
Comparing version 1.13.11 to 1.13.12
@@ -1,1 +0,1 @@ | ||
import{p as e,b as t}from"./p-ed2f13d0.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-5154b3df",[[1,"blog-articles-grid",{cmsEndpoint:[1,"cms-endpoint"],language:[1],handleClick:[1,"handle-click"],clientStyling:[1,"client-styling"],clientStylingUrl:[1,"client-styling-url"],showPublishingDate:[4,"show-publishing-date"],showImage:[4,"show-image"],showTitle:[4,"show-title"],showContent:[4,"show-content"],showButton:[4,"show-button"],usePostmessage:[4,"use-postmessage"],postMessageEvent:[1,"post-message-event"],blogsLimit:[514,"blogs-limit"],paginationActive:[516,"pagination-active"],arrowsActive:[516,"arrows-active"],secondaryArrowsActive:[516,"secondary-arrows-active"],numberedNavActive:[516,"numbered-nav-active"],paginationBlogList:[32],currentPage:[32],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],nextPage:[32],previousPage:[32],device:[32]},[[8,"BannerMatrixReady","handleBannerReady"],[0,"hpPageChange","hpPageChange"]]],[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-ed2f13d0.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-369fb926",[[1,"blog-articles-grid",{cmsEndpoint:[1,"cms-endpoint"],language:[1],handleClick:[1,"handle-click"],clientStyling:[1,"client-styling"],clientStylingUrl:[1,"client-styling-url"],showPublishingDate:[4,"show-publishing-date"],showImage:[4,"show-image"],showTitle:[4,"show-title"],showContent:[4,"show-content"],showButton:[4,"show-button"],usePostmessage:[4,"use-postmessage"],postMessageEvent:[1,"post-message-event"],blogsLimit:[514,"blogs-limit"],paginationActive:[516,"pagination-active"],arrowsActive:[516,"arrows-active"],secondaryArrowsActive:[516,"secondary-arrows-active"],numberedNavActive:[516,"numbered-nav-active"],paginationBlogList:[32],currentPage:[32],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],nextPage:[32],previousPage:[32],device:[32]},[[8,"BannerMatrixReady","handleBannerReady"],[0,"hpPageChange","hpPageChange"]]],[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))); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
const DEFAULT_LANGUAGE$1 = 'en'; | ||
const SUPPORTED_LANGUAGES$1 = ['ro', 'en', 'fr', 'ar']; | ||
const SUPPORTED_LANGUAGES$1 = ['ro', 'en', 'fr', 'ar', 'hu']; | ||
const TRANSLATIONS$1 = { | ||
@@ -26,2 +26,6 @@ en: { | ||
readmore: 'Read more', | ||
}, | ||
hu: { | ||
error: 'Error', | ||
readmore: 'Read more', | ||
} | ||
@@ -335,3 +339,3 @@ }; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const TRANSLATIONS = { | ||
@@ -361,2 +365,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hu: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Következő', | ||
lastPage: 'Last' | ||
} | ||
@@ -363,0 +373,0 @@ }; |
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'fr', 'ar']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'fr', 'ar', 'hu']; | ||
const TRANSLATIONS = { | ||
@@ -19,2 +19,6 @@ en: { | ||
readmore: 'Read more', | ||
}, | ||
hu: { | ||
error: 'Error', | ||
readmore: 'Read more', | ||
} | ||
@@ -21,0 +25,0 @@ }; |
@@ -5,3 +5,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client'; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'fr', 'ar']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'fr', 'ar', 'hu']; | ||
const TRANSLATIONS = { | ||
@@ -23,2 +23,6 @@ en: { | ||
readmore: 'Read more', | ||
}, | ||
hu: { | ||
error: 'Error', | ||
readmore: 'Read more', | ||
} | ||
@@ -25,0 +29,0 @@ }; |
@@ -17,3 +17,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client'; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const TRANSLATIONS = { | ||
@@ -43,2 +43,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hu: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Következő', | ||
lastPage: 'Last' | ||
} | ||
@@ -45,0 +51,0 @@ }; |
import { r as registerInstance, c as createEvent, h } from './index-c02b7464.js'; | ||
const DEFAULT_LANGUAGE$1 = 'en'; | ||
const SUPPORTED_LANGUAGES$1 = ['ro', 'en', 'fr', 'ar']; | ||
const SUPPORTED_LANGUAGES$1 = ['ro', 'en', 'fr', 'ar', 'hu']; | ||
const TRANSLATIONS$1 = { | ||
@@ -21,2 +21,6 @@ en: { | ||
readmore: 'Read more', | ||
}, | ||
hu: { | ||
error: 'Error', | ||
readmore: 'Read more', | ||
} | ||
@@ -330,3 +334,3 @@ }; | ||
const DEFAULT_LANGUAGE = 'en'; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en']; | ||
const SUPPORTED_LANGUAGES = ['ro', 'en', 'hu']; | ||
const TRANSLATIONS = { | ||
@@ -356,2 +360,8 @@ en: { | ||
lastPage: 'Last' | ||
}, | ||
hu: { | ||
firstPage: 'First', | ||
previousPage: 'Previous', | ||
nextPage: 'Következő', | ||
lastPage: 'Last' | ||
} | ||
@@ -358,0 +368,0 @@ }; |
{ | ||
"name": "@everymatrix/blog-articles-grid", | ||
"version": "1.13.11", | ||
"version": "1.13.12", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
443849
7793
13