@everymatrix/blog-articles-grid
Advanced tools
Comparing version 1.27.6 to 1.27.7
@@ -1,1 +0,1 @@ | ||
import{p as e,b as t}from"./p-13642dde.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-9b993759",[[1,"blog-articles-grid",{cmsEndpoint:[513,"cms-endpoint"],language:[513],userRoles:[513,"user-roles"],cmsEnv:[513,"cms-env"],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],showPublishingDate:[516,"show-publishing-date"],showImage:[516,"show-image"],showTitle:[516,"show-title"],showContent:[516,"show-content"],showButton:[516,"show-button"],usePostmessage:[516,"use-postmessage"],postMessageEvent:[513,"post-message-event"],blogsLimit:[513,"blogs-limit"],paginationActive:[516,"pagination-active"],arrowsActive:[516,"arrows-active"],secondaryArrowsActive:[516,"secondary-arrows-active"],numberedNavActive:[516,"numbered-nav-active"],intlDateTimeFormat:[513,"intl-date-time-format"],page:[513],paginationBlogList:[32],currentPage:[32],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],nextPage:[32],previousPage:[32],device:[32],blogData:[32],totalBlogs:[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-13642dde.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-4d003201",[[1,"blog-articles-grid",{cmsEndpoint:[513,"cms-endpoint"],language:[513],userRoles:[513,"user-roles"],cmsEnv:[513,"cms-env"],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],showPublishingDate:[516,"show-publishing-date"],showImage:[516,"show-image"],showTitle:[516,"show-title"],showContent:[516,"show-content"],showButton:[516,"show-button"],usePostmessage:[516,"use-postmessage"],postMessageEvent:[513,"post-message-event"],blogsLimit:[513,"blogs-limit"],paginationActive:[516,"pagination-active"],arrowsActive:[516,"arrows-active"],secondaryArrowsActive:[516,"secondary-arrows-active"],numberedNavActive:[516,"numbered-nav-active"],intlDateTimeFormat:[513,"intl-date-time-format"],page:[513],paginationBlogList:[32],currentPage:[32],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],nextPage:[32],previousPage:[32],device:[32],blogData:[32],totalBlogs:[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))); |
@@ -259,5 +259,2 @@ 'use strict'; | ||
} | ||
if (this.usePostmessage) { | ||
window.postMessage({ type: this.postMessageEvent, postId, slug, customPath }); | ||
} | ||
} | ||
@@ -361,2 +358,3 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
this.isLoading = false; | ||
this.hasErrors = false; | ||
}) | ||
@@ -399,2 +397,3 @@ .catch((err) => { | ||
static get watchers() { return { | ||
"hasErrors": ["watchEndpoint"], | ||
"cmsEndpoint": ["watchEndpoint"], | ||
@@ -401,0 +400,0 @@ "language": ["watchEndpoint"], |
@@ -177,5 +177,2 @@ import { Component, Prop, State, Event, Watch, h, Listen } from '@stencil/core'; | ||
} | ||
if (this.usePostmessage) { | ||
window.postMessage({ type: this.postMessageEvent, postId, slug, customPath }); | ||
} | ||
} | ||
@@ -279,2 +276,3 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
this.isLoading = false; | ||
this.hasErrors = false; | ||
}) | ||
@@ -727,2 +725,5 @@ .catch((err) => { | ||
static get watchers() { return [{ | ||
"propName": "hasErrors", | ||
"methodName": "watchEndpoint" | ||
}, { | ||
"propName": "cmsEndpoint", | ||
@@ -729,0 +730,0 @@ "methodName": "watchEndpoint" |
@@ -258,5 +258,2 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client'; | ||
} | ||
if (this.usePostmessage) { | ||
window.postMessage({ type: this.postMessageEvent, postId, slug, customPath }); | ||
} | ||
} | ||
@@ -360,2 +357,3 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
this.isLoading = false; | ||
this.hasErrors = false; | ||
}) | ||
@@ -398,2 +396,3 @@ .catch((err) => { | ||
static get watchers() { return { | ||
"hasErrors": ["watchEndpoint"], | ||
"cmsEndpoint": ["watchEndpoint"], | ||
@@ -400,0 +399,0 @@ "language": ["watchEndpoint"], |
@@ -255,5 +255,2 @@ import { r as registerInstance, c as createEvent, h } from './index-3600ba1b.js'; | ||
} | ||
if (this.usePostmessage) { | ||
window.postMessage({ type: this.postMessageEvent, postId, slug, customPath }); | ||
} | ||
} | ||
@@ -357,2 +354,3 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
this.isLoading = false; | ||
this.hasErrors = false; | ||
}) | ||
@@ -395,2 +393,3 @@ .catch((err) => { | ||
static get watchers() { return { | ||
"hasErrors": ["watchEndpoint"], | ||
"cmsEndpoint": ["watchEndpoint"], | ||
@@ -397,0 +396,0 @@ "language": ["watchEndpoint"], |
{ | ||
"name": "@everymatrix/blog-articles-grid", | ||
"version": "1.27.6", | ||
"version": "1.27.7", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
459969
8327