kritzel-stencil 0.0.13 → 0.0.14
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/my-list.cjs.entry.js +1 -1
- package/dist/cjs/my-list.cjs.entry.js.map +1 -1
- package/dist/collection/components/my-list/my-list.js +1 -1
- package/dist/collection/components/my-list/my-list.js.map +1 -1
- package/dist/components/my-list.js +1 -1
- package/dist/components/my-list.js.map +1 -1
- package/dist/esm/my-list.entry.js +1 -1
- package/dist/esm/my-list.entry.js.map +1 -1
- package/dist/stencil/p-e046bc66.entry.js +2 -0
- package/dist/stencil/{p-d30aae5a.entry.js.map → p-e046bc66.entry.js.map} +1 -1
- package/dist/stencil/stencil.esm.js +1 -1
- package/package.json +1 -1
- package/dist/stencil/p-d30aae5a.entry.js +0 -2
|
@@ -17,7 +17,7 @@ const MyList = class {
|
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
19
|
var _a;
|
|
20
|
-
return (index.h(index.Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, index.h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.
|
|
20
|
+
return (index.h(index.Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, index.h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.13"), index.h("ul", { key: '990c25554a4029e60cf3a0ea276c7be77685f626' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (index.h("li", null, item))))));
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
MyList.style = MyListStyle0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"my-list.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACEA,QAACC,UAAI,uDACHD,qEAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,
|
|
1
|
+
{"file":"my-list.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACEA,QAACC,UAAI,uDACHD,qEAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,0BAA8B,EAEzDA,mEACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnBA,oBAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.13</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -8,7 +8,7 @@ export class MyList {
|
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
10
|
var _a;
|
|
11
|
-
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.
|
|
11
|
+
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.13"), h("ul", { key: '990c25554a4029e60cf3a0ea276c7be77685f626' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
|
|
12
12
|
}
|
|
13
13
|
static get is() { return "my-list"; }
|
|
14
14
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"my-list.js","sourceRoot":"","sources":["../../../src/components/my-list/my-list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOzD,MAAM,OAAO,MAAM;;QAKjB,UAAK,GAAG,GAAG,EAAE;YACX,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAC3C,CAAC,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,OAAO,CACL,EAAC,IAAI;YACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"my-list.js","sourceRoot":"","sources":["../../../src/components/my-list/my-list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOzD,MAAM,OAAO,MAAM;;QAKjB,UAAK,GAAG,GAAG,EAAE;YACX,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAC3C,CAAC,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,OAAO,CACL,EAAC,IAAI;YACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,0BAA8B;YAEzD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CACvB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.13</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"]}
|
|
@@ -15,7 +15,7 @@ const MyList$1 = /*@__PURE__*/ proxyCustomElement(class MyList extends H {
|
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
17
|
var _a;
|
|
18
|
-
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.
|
|
18
|
+
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.13"), h("ul", { key: '990c25554a4029e60cf3a0ea276c7be77685f626' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
|
|
19
19
|
}
|
|
20
20
|
static get style() { return MyListStyle0; }
|
|
21
21
|
}, [1, "my-list", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"my-list.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMXA,QAAM;;;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,
|
|
1
|
+
{"file":"my-list.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMXA,QAAM;;;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,0BAA8B,EAEzD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;","names":["MyList"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.13</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -13,7 +13,7 @@ const MyList = class {
|
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
15
|
var _a;
|
|
16
|
-
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.
|
|
16
|
+
return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add Version 0.0.13"), h("ul", { key: '990c25554a4029e60cf3a0ea276c7be77685f626' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
MyList.style = MyListStyle0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"my-list.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,
|
|
1
|
+
{"file":"my-list.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,0BAA8B,EAEzD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":[],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.13</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as s,h as t,H as c}from"./p-cab77310.js";const e=":host{display:block}";const a=e;const i=class{constructor(t){s(this,t);this.onAdd=()=>{this.items=[...this.items,"New Item"]};this.items=[]}render(){var s;return t(c,{key:"2923a43b4a6202e24994a56b2dff94c66006595f"},t("button",{key:"52e363148ddc644d5bc4c67219dbeff133304aa1",onClick:this.onAdd},"+Add Version 0.0.13"),t("ul",{key:"990c25554a4029e60cf3a0ea276c7be77685f626"},(s=this.items)===null||s===void 0?void 0:s.map((s=>t("li",null,s)))))}};i.style=a;export{i as my_list};
|
|
2
|
+
//# sourceMappingURL=p-e046bc66.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["myListCss","MyListStyle0","MyList","this","onAdd","items","render","h","Host","key","onClick","_a","map","item"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.
|
|
1
|
+
{"version":3,"names":["myListCss","MyListStyle0","MyList","this","onAdd","items","render","h","Host","key","onClick","_a","map","item"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add Version 0.0.13</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAY,uBAClB,MAAAC,EAAeD,E,MCMFE,EAAM,M,yBAKjBC,KAAAC,MAAQ,KACND,KAAKE,MAAQ,IAAIF,KAAKE,MAAO,WAAW,E,WAHxB,E,CAOlB,MAAAC,G,MACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,UAAAE,IAAA,2CAAQC,QAASP,KAAKC,OAAK,uBAE3BG,EAAA,MAAAE,IAAA,6CACGE,EAAAR,KAAKE,SAAK,MAAAM,SAAA,SAAAA,EAAEC,KAAIC,GACfN,EAAA,UAAKM,M","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as t,b as a}from"./p-cab77310.js";export{s as setNonce}from"./p-cab77310.js";import{g as e}from"./p-e1255160.js";var m=()=>{const
|
|
1
|
+
import{p as t,b as a}from"./p-cab77310.js";export{s as setNonce}from"./p-cab77310.js";import{g as e}from"./p-e1255160.js";var m=()=>{const s=import.meta.url;const a={};if(s!==""){a.resourcesUrl=new URL(".",s).href}return t(a)};m().then((async t=>{await e();return a([["p-6c2c3c07",[[1,"my-button"]]],["p-37d64572",[[1,"my-component",{first:[1],last:[1],age:[2]}]]],["p-e046bc66",[[1,"my-list",{items:[16]}]]],["p-053633a0",[[1,"my-title"]]]],t)}));
|
|
2
2
|
//# sourceMappingURL=stencil.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as s,h as t,H as a}from"./p-cab77310.js";const d=":host{display:block}";const e=d;const i=class{constructor(t){s(this,t);this.onAdd=()=>{this.items=[...this.items,"New Item"]};this.items=[]}render(){var s;return t(a,{key:"2923a43b4a6202e24994a56b2dff94c66006595f"},t("button",{key:"52e363148ddc644d5bc4c67219dbeff133304aa1",onClick:this.onAdd},"+Add Version 0.0.8"),t("ul",{key:"6452423a74d00790de44715d75a9a83a19e6dbc7"},(s=this.items)===null||s===void 0?void 0:s.map((s=>t("li",null,s)))))}};i.style=e;export{i as my_list};
|
|
2
|
-
//# sourceMappingURL=p-d30aae5a.entry.js.map
|