1 |
- {"ast":null,"code":"/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';\nconst segmentContentCss = \":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%}\";\nconst IonSegmentContentStyle0 = segmentContentCss;\nconst SegmentContent = /*@__PURE__*/proxyCustomElement(class SegmentContent extends HTMLElement {\n constructor() {\n super();\n this.__registerHost();\n this.__attachShadow();\n }\n render() {\n return h(Host, {\n key: '03684b2999ac64fe13e376fd7e7f279976e9d4f2'\n }, h(\"slot\", {\n key: '143031075bf33ca19e7cfd76fc8a67b83ccaf11c'\n }));\n }\n static get style() {\n return IonSegmentContentStyle0;\n }\n}, [1, \"ion-segment-content\"]);\nfunction defineCustomElement$1() {\n if (typeof customElements === \"undefined\") {\n return;\n }\n const components = [\"ion-segment-content\"];\n components.forEach(tagName => {\n switch (tagName) {\n case \"ion-segment-content\":\n if (!customElements.get(tagName)) {\n customElements.define(tagName, SegmentContent);\n }\n break;\n }\n });\n}\nconst IonSegmentContent = SegmentContent;\nconst defineCustomElement = defineCustomElement$1;\nexport { IonSegmentContent, defineCustomElement };","map":{"version":3,"names":["proxyCustomElement","HTMLElement","h","Host","segmentContentCss","IonSegmentContentStyle0","SegmentContent","constructor","__registerHost","__attachShadow","render","key","style","defineCustomElement$1","customElements","components","forEach","tagName","get","define","IonSegmentContent","defineCustomElement"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@ionic/core/components/ion-segment-content.js"],"sourcesContent":["/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';\n\nconst segmentContentCss = \":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%}\";\nconst IonSegmentContentStyle0 = segmentContentCss;\n\nconst SegmentContent = /*@__PURE__*/ proxyCustomElement(class SegmentContent extends HTMLElement {\n constructor() {\n super();\n this.__registerHost();\n this.__attachShadow();\n }\n render() {\n return (h(Host, { key: '03684b2999ac64fe13e376fd7e7f279976e9d4f2' }, h(\"slot\", { key: '143031075bf33ca19e7cfd76fc8a67b83ccaf11c' })));\n }\n static get style() { return IonSegmentContentStyle0; }\n}, [1, \"ion-segment-content\"]);\nfunction defineCustomElement$1() {\n if (typeof customElements === \"undefined\") {\n return;\n }\n const components = [\"ion-segment-content\"];\n components.forEach(tagName => { switch (tagName) {\n case \"ion-segment-content\":\n if (!customElements.get(tagName)) {\n customElements.define(tagName, SegmentContent);\n }\n break;\n } });\n}\n\nconst IonSegmentContent = SegmentContent;\nconst defineCustomElement = defineCustomElement$1;\n\nexport { IonSegmentContent, defineCustomElement };\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,kBAAkB,EAAEC,WAAW,EAAEC,CAAC,EAAEC,IAAI,QAAQ,+BAA+B;AAExF,MAAMC,iBAAiB,GAAG,sGAAsG;AAChI,MAAMC,uBAAuB,GAAGD,iBAAiB;AAEjD,MAAME,cAAc,GAAG,aAAcN,kBAAkB,CAAC,MAAMM,cAAc,SAASL,WAAW,CAAC;EAC7FM,WAAWA,CAAA,EAAG;IACV,KAAK,CAAC,CAAC;IACP,IAAI,CAACC,cAAc,CAAC,CAAC;IACrB,IAAI,CAACC,cAAc,CAAC,CAAC;EACzB;EACAC,MAAMA,CAAA,EAAG;IACL,OAAQR,CAAC,CAACC,IAAI,EAAE;MAAEQ,GAAG,EAAE;IAA2C,CAAC,EAAET,CAAC,CAAC,MAAM,EAAE;MAAES,GAAG,EAAE;IAA2C,CAAC,CAAC,CAAC;EACxI;EACA,WAAWC,KAAKA,CAAA,EAAG;IAAE,OAAOP,uBAAuB;EAAE;AACzD,CAAC,EAAE,CAAC,CAAC,EAAE,qBAAqB,CAAC,CAAC;AAC9B,SAASQ,qBAAqBA,CAAA,EAAG;EAC7B,IAAI,OAAOC,cAAc,KAAK,WAAW,EAAE;IACvC;EACJ;EACA,MAAMC,UAAU,GAAG,CAAC,qBAAqB,CAAC;EAC1CA,UAAU,CAACC,OAAO,CAACC,OAAO,IAAI;IAAE,QAAQA,OAAO;MAC3C,KAAK,qBAAqB;QACtB,IAAI,CAACH,cAAc,CAACI,GAAG,CAACD,OAAO,CAAC,EAAE;UAC9BH,cAAc,CAACK,MAAM,CAACF,OAAO,EAAEX,cAAc,CAAC;QAClD;QACA;IACR;EAAE,CAAC,CAAC;AACR;AAEA,MAAMc,iBAAiB,GAAGd,cAAc;AACxC,MAAMe,mBAAmB,GAAGR,qBAAqB;AAEjD,SAASO,iBAAiB,EAAEC,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|