@everymatrix/blog-article-details
Advanced tools
Comparing version 1.53.0 to 1.54.0
@@ -1,1 +0,1 @@ | ||
import{p as t,b as n}from"./p-aaa8e218.js";export{s as setNonce}from"./p-aaa8e218.js";import{g as e}from"./p-e1255160.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((async t=>(await e(),n([["p-7184e790",[[1,"blog-article-details",{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"],postId:[514,"post-id"],postSlug:[513,"post-slug"],postCustomPath:[513,"post-custom-path"],intlDateTimeFormat:[1,"intl-date-time-format"],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],device:[32]},[[8,"BannerMatrixReady","handleBannerReady"]],{postId:["watchEndpoint"],postSlug:["watchEndpoint"],postCustomPath:["watchEndpoint"],cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],clientStyling:["handleStylingChange"],clientStylingUrl:["handleStylingUrlChange"]}]]]],t)))); | ||
import{p as t,b as n}from"./p-2b35fdbf.js";export{s as setNonce}from"./p-2b35fdbf.js";import{g as e}from"./p-e1255160.js";(()=>{const n=import.meta.url,s={};return""!==n&&(s.resourcesUrl=new URL(".",n).href),t(s)})().then((async t=>(await e(),n([["p-0d6bb34f",[[1,"blog-article-details",{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"],postId:[514,"post-id"],postSlug:[513,"post-slug"],postCustomPath:[513,"post-custom-path"],intlDateTimeFormat:[1,"intl-date-time-format"],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],bannerMatrixReady:[32],device:[32]},[[8,"BannerMatrixReady","handleBannerReady"]],{postId:["watchEndpoint"],postSlug:["watchEndpoint"],postCustomPath:["watchEndpoint"],cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],clientStyling:["handleStylingChange"],clientStylingUrl:["handleStylingUrlChange"]}]]]],t)))); |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-fb71f202.js'); | ||
const index = require('./index-a091cae7.js'); | ||
@@ -86,2 +86,47 @@ const DEFAULT_LANGUAGE = 'en'; | ||
index.registerInstance(this, hostRef); | ||
/** | ||
* Language of the widget | ||
*/ | ||
this.language = 'en'; | ||
/** | ||
* User roles | ||
*/ | ||
this.userRoles = 'everyone'; | ||
/** | ||
* CMS Endpoint stage | ||
*/ | ||
this.cmsEnv = 'stage'; | ||
/** | ||
* Client custom styling via string | ||
*/ | ||
this.clientStyling = ''; | ||
/** | ||
* Client custom styling via url | ||
*/ | ||
this.clientStylingUrl = ''; | ||
/** | ||
* Property used to display the publishing date | ||
*/ | ||
this.showPublishingDate = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showImage = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showTitle = true; | ||
/** | ||
* Property used to display the description | ||
*/ | ||
this.showContent = true; | ||
/** | ||
* Intl date format | ||
*/ | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
this.setClientStyling = () => { | ||
@@ -130,21 +175,2 @@ let sheet = document.createElement('style'); | ||
}; | ||
this.cmsEndpoint = undefined; | ||
this.language = 'en'; | ||
this.userRoles = 'everyone'; | ||
this.cmsEnv = 'stage'; | ||
this.clientStyling = ''; | ||
this.clientStylingUrl = ''; | ||
this.showPublishingDate = true; | ||
this.showImage = true; | ||
this.showTitle = true; | ||
this.showContent = true; | ||
this.postId = undefined; | ||
this.postSlug = undefined; | ||
this.postCustomPath = undefined; | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
} | ||
@@ -151,0 +177,0 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. |
@@ -5,7 +5,7 @@ 'use strict'; | ||
const index = require('./index-fb71f202.js'); | ||
const index = require('./index-a091cae7.js'); | ||
const appGlobals = require('./app-globals-3a1e7e63.js'); | ||
/* | ||
Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v4.25.1 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -12,0 +12,0 @@ var patchBrowser = () => { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-fb71f202.js'); | ||
const index = require('./index-a091cae7.js'); | ||
const appGlobals = require('./app-globals-3a1e7e63.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "@stencil/core", | ||
"version": "4.22.3", | ||
"version": "4.25.1", | ||
"typescriptVersion": "5.5.4" | ||
@@ -10,0 +10,0 @@ }, |
@@ -6,2 +6,47 @@ import { h } from "@stencil/core"; | ||
constructor() { | ||
/** | ||
* Language of the widget | ||
*/ | ||
this.language = 'en'; | ||
/** | ||
* User roles | ||
*/ | ||
this.userRoles = 'everyone'; | ||
/** | ||
* CMS Endpoint stage | ||
*/ | ||
this.cmsEnv = 'stage'; | ||
/** | ||
* Client custom styling via string | ||
*/ | ||
this.clientStyling = ''; | ||
/** | ||
* Client custom styling via url | ||
*/ | ||
this.clientStylingUrl = ''; | ||
/** | ||
* Property used to display the publishing date | ||
*/ | ||
this.showPublishingDate = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showImage = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showTitle = true; | ||
/** | ||
* Property used to display the description | ||
*/ | ||
this.showContent = true; | ||
/** | ||
* Intl date format | ||
*/ | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
this.setClientStyling = () => { | ||
@@ -50,21 +95,2 @@ let sheet = document.createElement('style'); | ||
}; | ||
this.cmsEndpoint = undefined; | ||
this.language = 'en'; | ||
this.userRoles = 'everyone'; | ||
this.cmsEnv = 'stage'; | ||
this.clientStyling = ''; | ||
this.clientStylingUrl = ''; | ||
this.showPublishingDate = true; | ||
this.showImage = true; | ||
this.showTitle = true; | ||
this.showContent = true; | ||
this.postId = undefined; | ||
this.postSlug = undefined; | ||
this.postCustomPath = undefined; | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
} | ||
@@ -198,2 +224,4 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "cms-endpoint", | ||
@@ -216,2 +244,4 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "language", | ||
@@ -235,2 +265,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "user-roles", | ||
@@ -254,2 +286,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "cms-env", | ||
@@ -273,2 +307,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "client-styling", | ||
@@ -292,2 +328,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "client-styling-url", | ||
@@ -311,2 +349,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-publishing-date", | ||
@@ -330,2 +370,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-image", | ||
@@ -349,2 +391,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-title", | ||
@@ -368,2 +412,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-content", | ||
@@ -387,2 +433,4 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-id", | ||
@@ -405,2 +453,4 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-slug", | ||
@@ -423,2 +473,4 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-custom-path", | ||
@@ -441,2 +493,4 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "intl-date-time-format", | ||
@@ -443,0 +497,0 @@ "reflect": false, |
@@ -1,2 +0,2 @@ | ||
import { r as registerInstance, h } from './index-7ef6b24c.js'; | ||
import { r as registerInstance, h } from './index-da72f48b.js'; | ||
@@ -81,2 +81,47 @@ const DEFAULT_LANGUAGE = 'en'; | ||
registerInstance(this, hostRef); | ||
/** | ||
* Language of the widget | ||
*/ | ||
this.language = 'en'; | ||
/** | ||
* User roles | ||
*/ | ||
this.userRoles = 'everyone'; | ||
/** | ||
* CMS Endpoint stage | ||
*/ | ||
this.cmsEnv = 'stage'; | ||
/** | ||
* Client custom styling via string | ||
*/ | ||
this.clientStyling = ''; | ||
/** | ||
* Client custom styling via url | ||
*/ | ||
this.clientStylingUrl = ''; | ||
/** | ||
* Property used to display the publishing date | ||
*/ | ||
this.showPublishingDate = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showImage = true; | ||
/** | ||
* Property used to display the image | ||
*/ | ||
this.showTitle = true; | ||
/** | ||
* Property used to display the description | ||
*/ | ||
this.showContent = true; | ||
/** | ||
* Intl date format | ||
*/ | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
this.setClientStyling = () => { | ||
@@ -125,21 +170,2 @@ let sheet = document.createElement('style'); | ||
}; | ||
this.cmsEndpoint = undefined; | ||
this.language = 'en'; | ||
this.userRoles = 'everyone'; | ||
this.cmsEnv = 'stage'; | ||
this.clientStyling = ''; | ||
this.clientStylingUrl = ''; | ||
this.showPublishingDate = true; | ||
this.showImage = true; | ||
this.showTitle = true; | ||
this.showContent = true; | ||
this.postId = undefined; | ||
this.postSlug = undefined; | ||
this.postCustomPath = undefined; | ||
this.intlDateTimeFormat = ''; | ||
this.hasErrors = false; | ||
this.limitStylingAppends = false; | ||
this.isLoading = true; | ||
this.bannerMatrixReady = false; | ||
this.device = ''; | ||
} | ||
@@ -146,0 +172,0 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. |
@@ -1,7 +0,7 @@ | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-7ef6b24c.js'; | ||
export { s as setNonce } from './index-7ef6b24c.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-da72f48b.js'; | ||
export { s as setNonce } from './index-da72f48b.js'; | ||
import { g as globalScripts } from './app-globals-0f993ce5.js'; | ||
/* | ||
Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v4.25.1 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -8,0 +8,0 @@ var patchBrowser = () => { |
@@ -1,3 +0,3 @@ | ||
import { b as bootstrapLazy } from './index-7ef6b24c.js'; | ||
export { s as setNonce } from './index-7ef6b24c.js'; | ||
import { b as bootstrapLazy } from './index-da72f48b.js'; | ||
export { s as setNonce } from './index-da72f48b.js'; | ||
import { g as globalScripts } from './app-globals-0f993ce5.js'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@everymatrix/blog-article-details", | ||
"version": "1.53.0", | ||
"version": "1.54.0", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
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
239785
6020
1
9