the-foxy-library 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/iv-footer.cjs.entry.js +6 -8
- package/dist/cjs/iv-footer.entry.cjs.js.map +1 -1
- package/dist/collection/components/iv-footer/iv-footer.js +7 -8
- package/dist/collection/components/iv-footer/iv-footer.js.map +1 -1
- package/dist/components/iv-footer.js +6 -8
- package/dist/components/iv-footer.js.map +1 -1
- package/dist/esm/iv-footer.entry.js +6 -8
- package/dist/esm/iv-footer.entry.js.map +1 -1
- package/dist/intravenous/intravenous.esm.js +1 -1
- package/dist/intravenous/iv-footer.entry.esm.js.map +1 -1
- package/dist/intravenous/p-cee73f66.entry.js +2 -0
- package/dist/intravenous/p-cee73f66.entry.js.map +1 -0
- package/dist/types/components/iv-footer/iv-footer.d.ts +2 -1
- package/package.json +1 -1
- package/dist/intravenous/p-21f98e01.entry.js +0 -2
- package/dist/intravenous/p-21f98e01.entry.js.map +0 -1
|
@@ -11,17 +11,15 @@ const IvFooter = class {
|
|
|
11
11
|
}
|
|
12
12
|
get host() { return index.getElement(this); }
|
|
13
13
|
blockElements = [];
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
if (
|
|
17
|
-
this.blockElements =
|
|
18
|
-
// Show an alert with the count of top-level blocks for testing
|
|
14
|
+
slotEl;
|
|
15
|
+
onSlotChange = () => {
|
|
16
|
+
if (this.slotEl) {
|
|
17
|
+
this.blockElements = this.slotEl.assignedElements({ flatten: false });
|
|
19
18
|
alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);
|
|
20
19
|
}
|
|
21
|
-
}
|
|
22
|
-
;
|
|
20
|
+
};
|
|
23
21
|
render() {
|
|
24
|
-
return (index.h("footer", { key: '
|
|
22
|
+
return (index.h("footer", { key: '69ebbaaf79e5c5ba2ec32a595700c0973a5f227d', class: BLOCK }, index.h("slot", { key: '21bb20061a8c7633f7effaf5c661a1fb72cd306f', ref: el => (this.slotEl = el), onSlotchange: this.onSlotChange })));
|
|
25
23
|
}
|
|
26
24
|
;
|
|
27
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iv-footer.entry.cjs.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n\n
|
|
1
|
+
{"version":3,"file":"iv-footer.entry.cjs.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n \n private slotEl?: HTMLSlotElement;\n\n onSlotChange = () => {\n if(this.slotEl) {\n this.blockElements = this.slotEl.assignedElements({ flatten: false }) as HTMLElement[];\n alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);\n };\n };\n\n render() {\n return (\n <footer class={BLOCK}>\n <slot ref={el => (this.slotEl = el as HTMLSlotElement)} onSlotchange={this.onSlotChange}></slot>\n </footer>\n );\n \n };\n\n};"],"names":["h"],"mappings":";;;;AAAA,MAAM,WAAW,GAAG,sBAAsB;;ACE1C,MAAM,KAAK,GAAG,WAAW;MAQZ,QAAQ,GAAA,MAAA;;;;;IAIV,aAAa,GAAkB,EAAE;AAElC,IAAA,MAAM;IAEd,YAAY,GAAG,MAAK;AAClB,QAAA,IAAG,IAAI,CAAC,MAAM,EAAE;AACd,YAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAkB;YACtF,KAAK,CAAC,cAAc,IAAI,CAAC,aAAa,CAAC,MAAM,CAA6B,2BAAA,CAAA,CAAC;;AAE/E,KAAC;IAED,MAAM,GAAA;QACJ,QACEA,OAAA,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAQ,KAAK,EAAE,KAAK,EAAA,EAClBA,OAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,GAAG,EAAE,EAAE,KAAK,IAAI,CAAC,MAAM,GAAG,EAAqB,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,EAAA,CAAS,CACzF;;;;;;;;"}
|
|
@@ -3,17 +3,16 @@ const BLOCK = 'iv-footer';
|
|
|
3
3
|
export class IvFooter {
|
|
4
4
|
host;
|
|
5
5
|
blockElements = [];
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
this.blockElements =
|
|
10
|
-
// Show an alert with the count of top-level blocks for testing
|
|
6
|
+
slotEl;
|
|
7
|
+
onSlotChange = () => {
|
|
8
|
+
if (this.slotEl) {
|
|
9
|
+
this.blockElements = this.slotEl.assignedElements({ flatten: false });
|
|
11
10
|
alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);
|
|
12
11
|
}
|
|
13
|
-
|
|
14
|
-
;
|
|
12
|
+
;
|
|
13
|
+
};
|
|
15
14
|
render() {
|
|
16
|
-
return (h("footer", { key: '
|
|
15
|
+
return (h("footer", { key: '69ebbaaf79e5c5ba2ec32a595700c0973a5f227d', class: BLOCK }, h("slot", { key: '21bb20061a8c7633f7effaf5c661a1fb72cd306f', ref: el => (this.slotEl = el), onSlotchange: this.onSlotChange })));
|
|
17
16
|
}
|
|
18
17
|
;
|
|
19
18
|
static get is() { return "iv-footer"; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iv-footer.js","sourceRoot":"","sources":["../../../src/components/iv-footer/iv-footer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE7D,MAAM,KAAK,GAAG,WAAW,CAAC;AAQ1B,MAAM,OAAO,QAAQ;IAER,IAAI,CAAc;IAEpB,aAAa,GAAkB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"iv-footer.js","sourceRoot":"","sources":["../../../src/components/iv-footer/iv-footer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE7D,MAAM,KAAK,GAAG,WAAW,CAAC;AAQ1B,MAAM,OAAO,QAAQ;IAER,IAAI,CAAc;IAEpB,aAAa,GAAkB,EAAE,CAAC;IAEnC,MAAM,CAAmB;IAEjC,YAAY,GAAG,GAAG,EAAE;QAClB,IAAG,IAAI,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAkB,CAAC;YACvF,KAAK,CAAC,cAAc,IAAI,CAAC,aAAa,CAAC,MAAM,6BAA6B,CAAC,CAAC;QAC9E,CAAC;QAAA,CAAC;IACJ,CAAC,CAAC;IAEF,MAAM;QACJ,OAAO,CACL,+DAAQ,KAAK,EAAE,KAAK;YAClB,6DAAM,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,EAAqB,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,GAAS,CACzF,CACV,CAAC;IAEJ,CAAC;IAAA,CAAC;;;;;;;;;;;;CAEH;AAAA,CAAC","sourcesContent":["import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n \n private slotEl?: HTMLSlotElement;\n\n onSlotChange = () => {\n if(this.slotEl) {\n this.blockElements = this.slotEl.assignedElements({ flatten: false }) as HTMLElement[];\n alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);\n };\n };\n\n render() {\n return (\n <footer class={BLOCK}>\n <slot ref={el => (this.slotEl = el as HTMLSlotElement)} onSlotchange={this.onSlotChange}></slot>\n </footer>\n );\n \n };\n\n};"]}
|
|
@@ -12,17 +12,15 @@ const IvFooter$1 = /*@__PURE__*/ proxyCustomElement(class IvFooter extends H {
|
|
|
12
12
|
}
|
|
13
13
|
get host() { return this; }
|
|
14
14
|
blockElements = [];
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
if (
|
|
18
|
-
this.blockElements =
|
|
19
|
-
// Show an alert with the count of top-level blocks for testing
|
|
15
|
+
slotEl;
|
|
16
|
+
onSlotChange = () => {
|
|
17
|
+
if (this.slotEl) {
|
|
18
|
+
this.blockElements = this.slotEl.assignedElements({ flatten: false });
|
|
20
19
|
alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);
|
|
21
20
|
}
|
|
22
|
-
}
|
|
23
|
-
;
|
|
21
|
+
};
|
|
24
22
|
render() {
|
|
25
|
-
return (h("footer", { key: '
|
|
23
|
+
return (h("footer", { key: '69ebbaaf79e5c5ba2ec32a595700c0973a5f227d', class: BLOCK }, h("slot", { key: '21bb20061a8c7633f7effaf5c661a1fb72cd306f', ref: el => (this.slotEl = el), onSlotchange: this.onSlotChange })));
|
|
26
24
|
}
|
|
27
25
|
;
|
|
28
26
|
static get style() { return ivFooterCss; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"iv-footer.js","mappings":";;AAAA,MAAM,WAAW,GAAG,sBAAsB;;ACE1C,MAAM,KAAK,GAAG,WAAW;MAQZA,UAAQ,iBAAAC,kBAAA,CAAA,MAAA,QAAA,SAAAC,CAAA,CAAA;;;;;;;;IAIV,aAAa,GAAkB,EAAE;
|
|
1
|
+
{"file":"iv-footer.js","mappings":";;AAAA,MAAM,WAAW,GAAG,sBAAsB;;ACE1C,MAAM,KAAK,GAAG,WAAW;MAQZA,UAAQ,iBAAAC,kBAAA,CAAA,MAAA,QAAA,SAAAC,CAAA,CAAA;;;;;;;;IAIV,aAAa,GAAkB,EAAE;AAElC,IAAA,MAAM;IAEd,YAAY,GAAG,MAAK;AAClB,QAAA,IAAG,IAAI,CAAC,MAAM,EAAE;AACd,YAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAkB;YACtF,KAAK,CAAC,cAAc,IAAI,CAAC,aAAa,CAAC,MAAM,CAA6B,2BAAA,CAAA,CAAC;;AAE/E,KAAC;IAED,MAAM,GAAA;QACJ,QACE,CAAA,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAQ,KAAK,EAAE,KAAK,EAAA,EAClB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,GAAG,EAAE,EAAE,KAAK,IAAI,CAAC,MAAM,GAAG,EAAqB,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,EAAA,CAAS,CACzF;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["IvFooter","__stencil_proxyCustomElement","HTMLElement"],"sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n \n private slotEl?: HTMLSlotElement;\n\n onSlotChange = () => {\n if(this.slotEl) {\n this.blockElements = this.slotEl.assignedElements({ flatten: false }) as HTMLElement[];\n alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);\n };\n };\n\n render() {\n return (\n <footer class={BLOCK}>\n <slot ref={el => (this.slotEl = el as HTMLSlotElement)} onSlotchange={this.onSlotChange}></slot>\n </footer>\n );\n \n };\n\n};"],"version":3}
|
|
@@ -9,17 +9,15 @@ const IvFooter = class {
|
|
|
9
9
|
}
|
|
10
10
|
get host() { return getElement(this); }
|
|
11
11
|
blockElements = [];
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
if (
|
|
15
|
-
this.blockElements =
|
|
16
|
-
// Show an alert with the count of top-level blocks for testing
|
|
12
|
+
slotEl;
|
|
13
|
+
onSlotChange = () => {
|
|
14
|
+
if (this.slotEl) {
|
|
15
|
+
this.blockElements = this.slotEl.assignedElements({ flatten: false });
|
|
17
16
|
alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);
|
|
18
17
|
}
|
|
19
|
-
}
|
|
20
|
-
;
|
|
18
|
+
};
|
|
21
19
|
render() {
|
|
22
|
-
return (h("footer", { key: '
|
|
20
|
+
return (h("footer", { key: '69ebbaaf79e5c5ba2ec32a595700c0973a5f227d', class: BLOCK }, h("slot", { key: '21bb20061a8c7633f7effaf5c661a1fb72cd306f', ref: el => (this.slotEl = el), onSlotchange: this.onSlotChange })));
|
|
23
21
|
}
|
|
24
22
|
;
|
|
25
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iv-footer.entry.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n\n
|
|
1
|
+
{"version":3,"file":"iv-footer.entry.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n \n private slotEl?: HTMLSlotElement;\n\n onSlotChange = () => {\n if(this.slotEl) {\n this.blockElements = this.slotEl.assignedElements({ flatten: false }) as HTMLElement[];\n alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);\n };\n };\n\n render() {\n return (\n <footer class={BLOCK}>\n <slot ref={el => (this.slotEl = el as HTMLSlotElement)} onSlotchange={this.onSlotChange}></slot>\n </footer>\n );\n \n };\n\n};"],"names":[],"mappings":";;AAAA,MAAM,WAAW,GAAG,sBAAsB;;ACE1C,MAAM,KAAK,GAAG,WAAW;MAQZ,QAAQ,GAAA,MAAA;;;;;IAIV,aAAa,GAAkB,EAAE;AAElC,IAAA,MAAM;IAEd,YAAY,GAAG,MAAK;AAClB,QAAA,IAAG,IAAI,CAAC,MAAM,EAAE;AACd,YAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAkB;YACtF,KAAK,CAAC,cAAc,IAAI,CAAC,aAAa,CAAC,MAAM,CAA6B,2BAAA,CAAA,CAAC;;AAE/E,KAAC;IAED,MAAM,GAAA;QACJ,QACE,CAAA,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAQ,KAAK,EAAE,KAAK,EAAA,EAClB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,GAAG,EAAE,EAAE,KAAK,IAAI,CAAC,MAAM,GAAG,EAAqB,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,EAAA,CAAS,CACzF;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-B-aPywMJ.js";export{s as setNonce}from"./p-B-aPywMJ.js";import{g as a}from"./p-citaR-IF.js";var i=()=>{const t=import.meta.url;const a={};if(t!==""){a.resourcesUrl=new URL(".",t).href}return e(a)};i().then((async e=>{await a();return t([["p-afe1c94b",[[256,"iv-dynamic-products",{type:[1],limit:[2],reversed:[4],componenttitle:[1],titletag:[1],collectionhandle:[1],carousel:[4],requestedfields:[1],calltoaction:[4],buttontext:[1],addtocarttext:[1],emptystring:[1],gridlayout:[1],cachettl:[2],stale:[4],products:[32],errorMsg:[32],staleData:[32]},null,{type:["handlePropChange"],limit:["handlePropChange"],collectionhandle:["handlePropChange"],requestedfields:["handlePropChange"]}]]],["p-ff70fe76",[[256,"iv-suggest",{topqueries:[1],collections:[1],products:[1],banner:[1],bannerurl:[1],bannertitle:[1],bannertitletag:[1],bannerbuttontext:[1],topquerytitle:[1],productstitle:[1],collectionstitle:[1],gridlayout:[1],requestfields:[1]}]]],["p-ec154f42",[[256,"iv-dynamic-products-carousel",{type:[1],limit:[2],reversed:[4],componenttitle:[1],titletag:[1],collectionhandle:[1],requestedfields:[1],calltoaction:[4],buttontext:[1],addtocarttext:[1],emptystring:[1],cachettl:[2],stale:[4],excluse:[1],products:[32],errorMsg:[32],staleData:[32],page:[32]},null,{type:["handlePropChange"],limit:["handlePropChange"],collectionhandle:["handlePropChange"],requestedfields:["handlePropChange"]}]]],["p-847721ab",[[256,"iv-predictive-search",{searchlabel:[1],labelposition:[1],action:[1],method:[1],placeholder:[1],minchars:[2],debounce:[2],resultslimit:[2],showspinner:[4],noresultstext:[1],requestedfields:[1],requestedresources:[1],showallbuttontext:[1],querybuttontext:[1],clearbutton:[1],expandable:[4],tablayout:[1],gridlayout:[1],searchTerm:[32],searchReturnData:[32],noResults:[32]}]]],["p-31c1e3ab",[[256,"iv-recently-viewed",{componenttitle:[1],titletag:[1],numbertoshow:[2],noviewhistory:[1],requestedfields:[1],items:[32]}]]],["p-d70de8ec",[[257,"iv-modal"]]],["p-bd6ba755",[[256,"iv-toast-container",{_bump:[32]}]]],["p-07ccfa6d",[[256,"iv-wishlist",{buttonaddvalue:[1],buttonremovevalue:[1],wishlistempty:[1],buttonaddtocartvalue:[1],viewwishlistvalue:[1],productdata:[1],usefields:[1],previewtype:[1]}]]],["p-e598f20f",[[257,"iv-carousel"]]],["p-6a6ea7ad",[[256,"iv-filters"]]],["p-
|
|
1
|
+
import{p as e,b as t}from"./p-B-aPywMJ.js";export{s as setNonce}from"./p-B-aPywMJ.js";import{g as a}from"./p-citaR-IF.js";var i=()=>{const t=import.meta.url;const a={};if(t!==""){a.resourcesUrl=new URL(".",t).href}return e(a)};i().then((async e=>{await a();return t([["p-afe1c94b",[[256,"iv-dynamic-products",{type:[1],limit:[2],reversed:[4],componenttitle:[1],titletag:[1],collectionhandle:[1],carousel:[4],requestedfields:[1],calltoaction:[4],buttontext:[1],addtocarttext:[1],emptystring:[1],gridlayout:[1],cachettl:[2],stale:[4],products:[32],errorMsg:[32],staleData:[32]},null,{type:["handlePropChange"],limit:["handlePropChange"],collectionhandle:["handlePropChange"],requestedfields:["handlePropChange"]}]]],["p-ff70fe76",[[256,"iv-suggest",{topqueries:[1],collections:[1],products:[1],banner:[1],bannerurl:[1],bannertitle:[1],bannertitletag:[1],bannerbuttontext:[1],topquerytitle:[1],productstitle:[1],collectionstitle:[1],gridlayout:[1],requestfields:[1]}]]],["p-ec154f42",[[256,"iv-dynamic-products-carousel",{type:[1],limit:[2],reversed:[4],componenttitle:[1],titletag:[1],collectionhandle:[1],requestedfields:[1],calltoaction:[4],buttontext:[1],addtocarttext:[1],emptystring:[1],cachettl:[2],stale:[4],excluse:[1],products:[32],errorMsg:[32],staleData:[32],page:[32]},null,{type:["handlePropChange"],limit:["handlePropChange"],collectionhandle:["handlePropChange"],requestedfields:["handlePropChange"]}]]],["p-847721ab",[[256,"iv-predictive-search",{searchlabel:[1],labelposition:[1],action:[1],method:[1],placeholder:[1],minchars:[2],debounce:[2],resultslimit:[2],showspinner:[4],noresultstext:[1],requestedfields:[1],requestedresources:[1],showallbuttontext:[1],querybuttontext:[1],clearbutton:[1],expandable:[4],tablayout:[1],gridlayout:[1],searchTerm:[32],searchReturnData:[32],noResults:[32]}]]],["p-31c1e3ab",[[256,"iv-recently-viewed",{componenttitle:[1],titletag:[1],numbertoshow:[2],noviewhistory:[1],requestedfields:[1],items:[32]}]]],["p-d70de8ec",[[257,"iv-modal"]]],["p-bd6ba755",[[256,"iv-toast-container",{_bump:[32]}]]],["p-07ccfa6d",[[256,"iv-wishlist",{buttonaddvalue:[1],buttonremovevalue:[1],wishlistempty:[1],buttonaddtocartvalue:[1],viewwishlistvalue:[1],productdata:[1],usefields:[1],previewtype:[1]}]]],["p-e598f20f",[[257,"iv-carousel"]]],["p-6a6ea7ad",[[256,"iv-filters"]]],["p-cee73f66",[[260,"iv-footer",{blockElements:[32]}]]],["p-cd2c9fd3",[[257,"iv-product-upsell"]]],["p-c0ac8c59",[[260,"sw-in-grid-content"]]],["p-7941c7bb",[[260,"sw-size-guide",{sizeUnits:[32]}]]],["p-5e770bb2",[[260,"iv-banner",{classmodifier:[1],bannerurl:[1],bannerbuttontext:[1],bannertype:[1]}]]],["p-5fe8d579",[[260,"iv-tabs",{labels:[16],classModifier:[1,"class-modifier"],tabLayout:[1,"tab-layout"],activeTab:[32]}]]],["p-c4c48433",[[256,"iv-toast",{message:[1],toastId:[2,"toast-id"],duration:[2],type:[1]}]]],["p-b0d188c4",[[260,"iv-sidebar",{closeicon:[1]},[[8,"openPullout","handleOpenPullout"]]],[260,"iv-accordion",{labels:[1],allowmultiple:[4],startopen:[4],dropdownicon:[1],openPanels:[32]}],[256,"iv-link-list",{linktype:[1],showicons:[4],links:[1],layout:[1]}],[256,"iv-newsletter",{formSubmitBtnText:[1,"form-submit-btn-text"],formSuccessMessage:[1,"form-success-message"],formFailureMessage:[1,"form-failure-message"],formPlaceholderText:[1,"form-placeholder-text"],formLabelText:[1,"form-label-text"],formStackButton:[4,"form-stack-button"],formTitleTag:[1,"form-title-tag"],formTitleText:[1,"form-title-text"],formDescriptionText:[1,"form-description-text"],includeLoadingSpinner:[4,"include-loading-spinner"],email:[32],formFeedback:[32],status:[32]}],[256,"iv-wishlist-view"],[257,"ion-icon",{mode:[1025],color:[1],ios:[1],md:[1],flipRtl:[4,"flip-rtl"],name:[513],src:[1],icon:[8],size:[1],lazy:[4],sanitize:[4],svgContent:[32],isVisible:[32]},null,{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"],ios:["loadIcon"],md:["loadIcon"]}],[256,"iv-spinner",{show:[4]}],[260,"iv-button",{type:[1],classmodifier:[1],eventname:[1],eventdetail:[1],buttonClick:[16]}]]],["p-6d439e60",[[256,"iv-card",{data:[16],fields:[1],cardtype:[1],classmodifier:[1],buttontext:[1],calltoaction:[4],addtocarttext:[1]}],[260,"iv-layout",{sectionId:[1,"section-id"],gridTemplateAreas:[1,"grid-template-areas"],gap:[1],verticalAlign:[1,"vertical-align"],horizontalAlign:[1,"horizontal-align"],wrapperTag:[1,"wrapper-tag"],classModifier:[1,"class-modifier"]}],[260,"iv-link",{classmodifier:[1],linktype:[1],linkhref:[1],linktarget:[1],linkrel:[1],linkariaLabel:[1,"linkaria-label"]}]]]],e)}));
|
|
2
2
|
//# sourceMappingURL=intravenous.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iv-footer.entry.esm.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n\n
|
|
1
|
+
{"version":3,"file":"iv-footer.entry.esm.js","sources":["src/components/iv-footer/iv-footer.scss?tag=iv-footer","src/components/iv-footer/iv-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Element, State } from '@stencil/core';\n\nconst BLOCK = 'iv-footer';\n\n@Component({\n tag: 'iv-footer',\n styleUrl: 'iv-footer.scss',\n shadow: false\n})\n\nexport class IvFooter {\n\n @Element() host: HTMLElement;\n \n @State() blockElements: HTMLElement[] = [];\n \n private slotEl?: HTMLSlotElement;\n\n onSlotChange = () => {\n if(this.slotEl) {\n this.blockElements = this.slotEl.assignedElements({ flatten: false }) as HTMLElement[];\n alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`);\n };\n };\n\n render() {\n return (\n <footer class={BLOCK}>\n <slot ref={el => (this.slotEl = el as HTMLSlotElement)} onSlotchange={this.onSlotChange}></slot>\n </footer>\n );\n \n };\n\n};"],"names":[],"mappings":";;AAAA,MAAM,WAAW,GAAG,sBAAsB;;ACE1C,MAAM,KAAK,GAAG,WAAW;MAQZ,QAAQ,GAAA,MAAA;;;;;IAIV,aAAa,GAAkB,EAAE;AAElC,IAAA,MAAM;IAEd,YAAY,GAAG,MAAK;AAClB,QAAA,IAAG,IAAI,CAAC,MAAM,EAAE;AACd,YAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAkB;YACtF,KAAK,CAAC,cAAc,IAAI,CAAC,aAAa,CAAC,MAAM,CAA6B,2BAAA,CAAA,CAAC;;AAE/E,KAAC;IAED,MAAM,GAAA;QACJ,QACE,CAAA,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAQ,KAAK,EAAE,KAAK,EAAA,EAClB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,GAAG,EAAE,EAAE,KAAK,IAAI,CAAC,MAAM,GAAG,EAAqB,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,YAAY,EAAA,CAAS,CACzF;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,d as e,h as o}from"./p-B-aPywMJ.js";const s=":host{display:block}";const a="iv-footer";const c=class{constructor(e){t(this,e)}get host(){return e(this)}blockElements=[];slotEl;onSlotChange=()=>{if(this.slotEl){this.blockElements=this.slotEl.assignedElements({flatten:false});alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`)}};render(){return o("footer",{key:"69ebbaaf79e5c5ba2ec32a595700c0973a5f227d",class:a},o("slot",{key:"21bb20061a8c7633f7effaf5c661a1fb72cd306f",ref:t=>this.slotEl=t,onSlotchange:this.onSlotChange}))}};c.style=s;export{c as iv_footer};
|
|
2
|
+
//# sourceMappingURL=p-cee73f66.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["registerInstance","getElement","h","ivFooterCss","BLOCK","IvFooter","constructor","hostRef","this","host","blockElements","slotEl","onSlotChange","assignedElements","flatten","alert","length","render","key","class","ref","el","onSlotchange","style"],"sources":["0"],"mappings":"YAAcA,OAAuBC,OAAYC,MAAS,kBAE1D,MAAMC,EAAc,uBAEpB,MAAMC,EAAQ,YACd,MAAMC,EAAW,MACb,WAAAC,CAAYC,GACRP,EAAiBQ,KAAMD,EAC3B,CACA,QAAIE,GAAS,OAAOR,EAAWO,KAAO,CACtCE,cAAgB,GAChBC,OACAC,aAAe,KACX,GAAIJ,KAAKG,OAAQ,CACbH,KAAKE,cAAgBF,KAAKG,OAAOE,iBAAiB,CAAEC,QAAS,QAC7DC,MAAM,cAAcP,KAAKE,cAAcM,oCAC3C,GAEJ,MAAAC,GACI,OAAQf,EAAE,SAAU,CAAEgB,IAAK,2CAA4CC,MAAOf,GAASF,EAAE,OAAQ,CAAEgB,IAAK,2CAA4CE,IAAKC,GAAOb,KAAKG,OAASU,EAAKC,aAAcd,KAAKI,eAC1M,GAGJP,EAASkB,MAAQpB,SAERE","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,d as o,h as s}from"./p-B-aPywMJ.js";const e=":host{display:block}";const c="iv-footer";const r=class{constructor(o){t(this,o)}get host(){return o(this)}blockElements=[];componentDidLoad(){const t=this.host.querySelector("slot");if(t){this.blockElements=t.assignedElements({flatten:false});alert(`iv-footer: ${this.blockElements.length} top-level blocks detected.`)}}render(){return s("footer",{key:"3109643ddf44e683bb5cac159456d4346f111885",class:c},s("slot",{key:"3134c2f39de3f2f95add295c511dc7afaf9c2db3"}))}};r.style=e;export{r as iv_footer};
|
|
2
|
-
//# sourceMappingURL=p-21f98e01.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["registerInstance","getElement","h","ivFooterCss","BLOCK","IvFooter","constructor","hostRef","this","host","blockElements","componentDidLoad","slot","querySelector","assignedElements","flatten","alert","length","render","key","class","style"],"sources":["0"],"mappings":"YAAcA,OAAuBC,OAAYC,MAAS,kBAE1D,MAAMC,EAAc,uBAEpB,MAAMC,EAAQ,YACd,MAAMC,EAAW,MACb,WAAAC,CAAYC,GACRP,EAAiBQ,KAAMD,EAC3B,CACA,QAAIE,GAAS,OAAOR,EAAWO,KAAO,CACtCE,cAAgB,GAChB,gBAAAC,GACI,MAAMC,EAAOJ,KAAKC,KAAKI,cAAc,QACrC,GAAID,EAAM,CACNJ,KAAKE,cAAgBE,EAAKE,iBAAiB,CAAEC,QAAS,QAEtDC,MAAM,cAAcR,KAAKE,cAAcO,oCAC3C,CACJ,CAEA,MAAAC,GACI,OAAQhB,EAAE,SAAU,CAAEiB,IAAK,2CAA4CC,MAAOhB,GAASF,EAAE,OAAQ,CAAEiB,IAAK,6CAC5G,GAGJd,EAASgB,MAAQlB,SAERE","ignoreList":[]}
|