34763bfc0429f54123d14ef4801bb330ba4c9515db693c44cf64fe3b11dfc93e.json 19 KB

1
  1. {"ast":null,"code":"/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';\nimport { d as inheritAttributes } from './helpers.js';\nimport { o as openURL, c as createColorClasses } from './theme.js';\nimport { b as getIonMode } from './ionic-global.js';\nimport { d as defineCustomElement$2 } from './ripple-effect.js';\nconst cardIosCss = \":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))));-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:24px;margin-bottom:24px;border-radius:8px;-webkit-transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1), -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);font-size:0.875rem;-webkit-box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);box-shadow:0 4px 16px rgba(0, 0, 0, 0.12)}:host(.ion-activated){-webkit-transform:scale3d(0.97, 0.97, 1);transform:scale3d(0.97, 0.97, 1)}\";\nconst IonCardIosStyle0 = cardIosCss;\nconst cardMdCss = \":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, var(--ion-text-color-step-450, #737373))));-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:10px;margin-bottom:10px;border-radius:4px;font-size:0.875rem;-webkit-box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)}\";\nconst IonCardMdStyle0 = cardMdCss;\nconst Card = /*@__PURE__*/proxyCustomElement(class Card extends HTMLElement {\n constructor() {\n super();\n this.__registerHost();\n this.__attachShadow();\n this.inheritedAriaAttributes = {};\n this.color = undefined;\n this.button = false;\n this.type = 'button';\n this.disabled = false;\n this.download = undefined;\n this.href = undefined;\n this.rel = undefined;\n this.routerDirection = 'forward';\n this.routerAnimation = undefined;\n this.target = undefined;\n }\n componentWillLoad() {\n this.inheritedAriaAttributes = inheritAttributes(this.el, ['aria-label']);\n }\n isClickable() {\n return this.href !== undefined || this.button;\n }\n renderCard(mode) {\n const clickable = this.isClickable();\n if (!clickable) {\n return [h(\"slot\", null)];\n }\n const {\n href,\n routerAnimation,\n routerDirection,\n inheritedAriaAttributes\n } = this;\n const TagType = clickable ? href === undefined ? 'button' : 'a' : 'div';\n const attrs = TagType === 'button' ? {\n type: this.type\n } : {\n download: this.download,\n href: this.href,\n rel: this.rel,\n target: this.target\n };\n return h(TagType, Object.assign({}, attrs, inheritedAriaAttributes, {\n class: \"card-native\",\n part: \"native\",\n disabled: this.disabled,\n onClick: ev => openURL(href, ev, routerDirection, routerAnimation)\n }), h(\"slot\", null), clickable && mode === 'md' && h(\"ion-ripple-effect\", null));\n }\n render() {\n const mode = getIonMode(this);\n return h(Host, {\n key: '85e9b30bd81e79a0c7ac75cb3664bdcf9e4afc4d',\n class: createColorClasses(this.color, {\n [mode]: true,\n 'card-disabled': this.disabled,\n 'ion-activatable': this.isClickable()\n })\n }, this.renderCard(mode));\n }\n get el() {\n return this;\n }\n static get style() {\n return {\n ios: IonCardIosStyle0,\n md: IonCardMdStyle0\n };\n }\n}, [33, \"ion-card\", {\n \"color\": [513],\n \"button\": [4],\n \"type\": [1],\n \"disabled\": [4],\n \"download\": [1],\n \"href\": [1],\n \"rel\": [1],\n \"routerDirection\": [1, \"router-direction\"],\n \"routerAnimation\": [16],\n \"target\": [1]\n}]);\nfunction defineCustomElement$1() {\n if (typeof customElements === \"undefined\") {\n return;\n }\n const components = [\"ion-card\", \"ion-ripple-effect\"];\n components.forEach(tagName => {\n switch (tagName) {\n case \"ion-card\":\n if (!customElements.get(tagName)) {\n customElements.define(tagName, Card);\n }\n break;\n case \"ion-ripple-effect\":\n if (!customElements.get(tagName)) {\n defineCustomElement$2();\n }\n break;\n }\n });\n}\nconst IonCard = Card;\nconst defineCustomElement = defineCustomElement$1;\nexport { IonCard, defineCustomElement };","map":{"version":3,"names":["proxyCustomElement","HTMLElement","h","Host","d","inheritAttributes","o","openURL","c","createColorClasses","b","getIonMode","defineCustomElement$2","cardIosCss","IonCardIosStyle0","cardMdCss","IonCardMdStyle0","Card","constructor","__registerHost","__attachShadow","inheritedAriaAttributes","color","undefined","button","type","disabled","download","href","rel","routerDirection","routerAnimation","target","componentWillLoad","el","isClickable","renderCard","mode","clickable","TagType","attrs","Object","assign","class","part","onClick","ev","render","key","style","ios","md","defineCustomElement$1","customElements","components","forEach","tagName","get","define","IonCard","defineCustomElement"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@ionic/core/components/ion-card.js"],"sourcesContent":["/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';\nimport { d as inheritAttributes } from './helpers.js';\nimport { o as openURL, c as createColorClasses } from './theme.js';\nimport { b as getIonMode } from './ionic-global.js';\nimport { d as defineCustomElement$2 } from './ripple-effect.js';\n\nconst cardIosCss = \":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))));-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:24px;margin-bottom:24px;border-radius:8px;-webkit-transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1), -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);font-size:0.875rem;-webkit-box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);box-shadow:0 4px 16px rgba(0, 0, 0, 0.12)}:host(.ion-activated){-webkit-transform:scale3d(0.97, 0.97, 1);transform:scale3d(0.97, 0.97, 1)}\";\nconst IonCardIosStyle0 = cardIosCss;\n\nconst cardMdCss = \":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, var(--ion-text-color-step-450, #737373))));-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:10px;margin-bottom:10px;border-radius:4px;font-size:0.875rem;-webkit-box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)}\";\nconst IonCardMdStyle0 = cardMdCss;\n\nconst Card = /*@__PURE__*/ proxyCustomElement(class Card extends HTMLElement {\n constructor() {\n super();\n this.__registerHost();\n this.__attachShadow();\n this.inheritedAriaAttributes = {};\n this.color = undefined;\n this.button = false;\n this.type = 'button';\n this.disabled = false;\n this.download = undefined;\n this.href = undefined;\n this.rel = undefined;\n this.routerDirection = 'forward';\n this.routerAnimation = undefined;\n this.target = undefined;\n }\n componentWillLoad() {\n this.inheritedAriaAttributes = inheritAttributes(this.el, ['aria-label']);\n }\n isClickable() {\n return this.href !== undefined || this.button;\n }\n renderCard(mode) {\n const clickable = this.isClickable();\n if (!clickable) {\n return [h(\"slot\", null)];\n }\n const { href, routerAnimation, routerDirection, inheritedAriaAttributes } = this;\n const TagType = clickable ? (href === undefined ? 'button' : 'a') : 'div';\n const attrs = TagType === 'button'\n ? { type: this.type }\n : {\n download: this.download,\n href: this.href,\n rel: this.rel,\n target: this.target,\n };\n return (h(TagType, Object.assign({}, attrs, inheritedAriaAttributes, { class: \"card-native\", part: \"native\", disabled: this.disabled, onClick: (ev) => openURL(href, ev, routerDirection, routerAnimation) }), h(\"slot\", null), clickable && mode === 'md' && h(\"ion-ripple-effect\", null)));\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '85e9b30bd81e79a0c7ac75cb3664bdcf9e4afc4d', class: createColorClasses(this.color, {\n [mode]: true,\n 'card-disabled': this.disabled,\n 'ion-activatable': this.isClickable(),\n }) }, this.renderCard(mode)));\n }\n get el() { return this; }\n static get style() { return {\n ios: IonCardIosStyle0,\n md: IonCardMdStyle0\n }; }\n}, [33, \"ion-card\", {\n \"color\": [513],\n \"button\": [4],\n \"type\": [1],\n \"disabled\": [4],\n \"download\": [1],\n \"href\": [1],\n \"rel\": [1],\n \"routerDirection\": [1, \"router-direction\"],\n \"routerAnimation\": [16],\n \"target\": [1]\n }]);\nfunction defineCustomElement$1() {\n if (typeof customElements === \"undefined\") {\n return;\n }\n const components = [\"ion-card\", \"ion-ripple-effect\"];\n components.forEach(tagName => { switch (tagName) {\n case \"ion-card\":\n if (!customElements.get(tagName)) {\n customElements.define(tagName, Card);\n }\n break;\n case \"ion-ripple-effect\":\n if (!customElements.get(tagName)) {\n defineCustomElement$2();\n }\n break;\n } });\n}\n\nconst IonCard = Card;\nconst defineCustomElement = defineCustomElement$1;\n\nexport { IonCard, defineCustomElement };\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}