@everymatrix/blog-article-details
Advanced tools
Comparing version 1.54.12 to 1.55.0
@@ -1,1 +0,1 @@ | ||
import{p as t,b as n}from"./p-94bd9299.js";export{s as setNonce}from"./p-94bd9299.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-437763b1",[[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-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)))); |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-8ca20641.js'); | ||
const index = require('./index-fb71f202.js'); | ||
@@ -86,47 +86,2 @@ 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 = () => { | ||
@@ -175,2 +130,21 @@ 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 = ''; | ||
} | ||
@@ -177,0 +151,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-8ca20641.js'); | ||
const index = require('./index-fb71f202.js'); | ||
const appGlobals = require('./app-globals-3a1e7e63.js'); | ||
/* | ||
Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -12,0 +12,0 @@ var patchBrowser = () => { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-8ca20641.js'); | ||
const index = require('./index-fb71f202.js'); | ||
const appGlobals = require('./app-globals-3a1e7e63.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "@stencil/core", | ||
"version": "4.26.0", | ||
"version": "4.22.3", | ||
"typescriptVersion": "5.5.4" | ||
@@ -10,0 +10,0 @@ }, |
@@ -6,47 +6,2 @@ 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 = () => { | ||
@@ -95,2 +50,21 @@ 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 = ''; | ||
} | ||
@@ -224,4 +198,2 @@ // Rerender when bannermatrix has finished loaded. Issue when bannermatrix passed as content from CMS. | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "cms-endpoint", | ||
@@ -244,4 +216,2 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "language", | ||
@@ -265,4 +235,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "user-roles", | ||
@@ -286,4 +254,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "cms-env", | ||
@@ -307,4 +273,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "client-styling", | ||
@@ -328,4 +292,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "client-styling-url", | ||
@@ -349,4 +311,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-publishing-date", | ||
@@ -370,4 +330,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-image", | ||
@@ -391,4 +349,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-title", | ||
@@ -412,4 +368,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "show-content", | ||
@@ -433,4 +387,2 @@ "reflect": true, | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-id", | ||
@@ -453,4 +405,2 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-slug", | ||
@@ -473,4 +423,2 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "post-custom-path", | ||
@@ -493,4 +441,2 @@ "reflect": true | ||
}, | ||
"getter": false, | ||
"setter": false, | ||
"attribute": "intl-date-time-format", | ||
@@ -497,0 +443,0 @@ "reflect": false, |
@@ -1,2 +0,2 @@ | ||
import { r as registerInstance, h } from './index-676e43b5.js'; | ||
import { r as registerInstance, h } from './index-7ef6b24c.js'; | ||
@@ -81,47 +81,2 @@ 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 = () => { | ||
@@ -170,2 +125,21 @@ 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 = ''; | ||
} | ||
@@ -172,0 +146,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-676e43b5.js'; | ||
export { s as setNonce } from './index-676e43b5.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-7ef6b24c.js'; | ||
export { s as setNonce } from './index-7ef6b24c.js'; | ||
import { g as globalScripts } from './app-globals-0f993ce5.js'; | ||
/* | ||
Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -8,0 +8,0 @@ var patchBrowser = () => { |
@@ -1,3 +0,3 @@ | ||
import { b as bootstrapLazy } from './index-676e43b5.js'; | ||
export { s as setNonce } from './index-676e43b5.js'; | ||
import { b as bootstrapLazy } from './index-7ef6b24c.js'; | ||
export { s as setNonce } from './index-7ef6b24c.js'; | ||
import { g as globalScripts } from './app-globals-0f993ce5.js'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@everymatrix/blog-article-details", | ||
"version": "1.54.12", | ||
"version": "1.55.0", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
229011
5735