@everymatrix/blog-article-details
Advanced tools
Comparing version 1.10.10 to 1.10.11
@@ -1,1 +0,1 @@ | ||
import{p as t,b as n}from"./p-1309d7c4.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((t=>n([["p-32b7169e",[[1,"blog-article-details",{cmsEndpoint:[1,"cms-endpoint"],language:[1],handleClick:[1,"handle-click"],clientStyling:[1,"client-styling"],clientStylingurl:[1,"client-stylingurl"],clientStylingUrlContent:[1,"client-styling-url-content"],showPublishingDate:[4,"show-publishing-date"],showImage:[4,"show-image"],showTitle:[4,"show-title"],showContent:[4,"show-content"],postMessageEvent:[1,"post-message-event"],postId:[2,"post-id"],hasErrors:[32],limitStylingAppends:[32],isLoading:[32]}]]]],t))); | ||
import{p as t,b as n}from"./p-1309d7c4.js";(()=>{const n=import.meta.url,i={};return""!==n&&(i.resourcesUrl=new URL(".",n).href),t(i)})().then((t=>n([["p-1196d0d9",[[1,"blog-article-details",{cmsEndpoint:[1,"cms-endpoint"],language:[1],handleClick:[1,"handle-click"],clientStyling:[1,"client-styling"],clientStylingurl:[1,"client-stylingurl"],clientStylingUrlContent:[1,"client-styling-url-content"],showPublishingDate:[4,"show-publishing-date"],showImage:[4,"show-image"],showTitle:[4,"show-title"],showContent:[4,"show-content"],postMessageEvent:[1,"post-message-event"],postId:[2,"post-id"],hasErrors:[32],limitStylingAppends:[32],isLoading:[32]}]]]],t))); |
@@ -92,4 +92,4 @@ 'use strict'; | ||
} | ||
watchEndpoint(newValue, oldValue) { | ||
if (newValue && newValue != oldValue && this.cmsEndpoint) { | ||
watchEndpoint() { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -99,3 +99,3 @@ } | ||
connectedCallback() { | ||
if (this.cmsEndpoint && this.language) { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -155,3 +155,4 @@ } | ||
"cmsEndpoint": ["watchEndpoint"], | ||
"language": ["watchEndpoint"] | ||
"language": ["watchEndpoint"], | ||
"postId": ["watchEndpoint"] | ||
}; } | ||
@@ -158,0 +159,0 @@ }; |
@@ -64,4 +64,4 @@ import { Component, Prop, State, Watch, h } from '@stencil/core'; | ||
} | ||
watchEndpoint(newValue, oldValue) { | ||
if (newValue && newValue != oldValue && this.cmsEndpoint) { | ||
watchEndpoint() { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -71,3 +71,3 @@ } | ||
connectedCallback() { | ||
if (this.cmsEndpoint && this.language) { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -366,3 +366,6 @@ } | ||
"methodName": "watchEndpoint" | ||
}, { | ||
"propName": "postId", | ||
"methodName": "watchEndpoint" | ||
}]; } | ||
} |
@@ -90,4 +90,4 @@ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; | ||
} | ||
watchEndpoint(newValue, oldValue) { | ||
if (newValue && newValue != oldValue && this.cmsEndpoint) { | ||
watchEndpoint() { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -97,3 +97,3 @@ } | ||
connectedCallback() { | ||
if (this.cmsEndpoint && this.language) { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -153,3 +153,4 @@ } | ||
"cmsEndpoint": ["watchEndpoint"], | ||
"language": ["watchEndpoint"] | ||
"language": ["watchEndpoint"], | ||
"postId": ["watchEndpoint"] | ||
}; } | ||
@@ -156,0 +157,0 @@ static get style() { return blogArticleDetailsCss; } |
@@ -88,4 +88,4 @@ import { r as registerInstance, h } from './index-645c241e.js'; | ||
} | ||
watchEndpoint(newValue, oldValue) { | ||
if (newValue && newValue != oldValue && this.cmsEndpoint) { | ||
watchEndpoint() { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -95,3 +95,3 @@ } | ||
connectedCallback() { | ||
if (this.cmsEndpoint && this.language) { | ||
if (this.cmsEndpoint && this.language && this.postId) { | ||
this.getBlogArticleDetails(); | ||
@@ -151,3 +151,4 @@ } | ||
"cmsEndpoint": ["watchEndpoint"], | ||
"language": ["watchEndpoint"] | ||
"language": ["watchEndpoint"], | ||
"postId": ["watchEndpoint"] | ||
}; } | ||
@@ -154,0 +155,0 @@ }; |
@@ -53,3 +53,3 @@ export declare class BlogArticleDetails { | ||
private isLoading; | ||
watchEndpoint(newValue: string, oldValue: string): void; | ||
watchEndpoint(): void; | ||
private stylingContainer; | ||
@@ -56,0 +56,0 @@ private blogData; |
{ | ||
"name": "@everymatrix/blog-article-details", | ||
"version": "1.10.10", | ||
"version": "1.10.11", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
336538
49
5727