mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"ast":null,"code":"import { r as registerInstance, h, H as Host } from './index-7a8b7a1c.js';\nimport { b as getIonMode } from './ionic-global-63a97a32.js';\nimport { c as createColorClasses } from './theme-ff3fc52f.js';\nconst avatarIosCss = \":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}\";\nconst avatarMdCss = \":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:64px;height:64px}\";\nconst Avatar = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n return h(Host, {\n class: getIonMode(this)\n }, h(\"slot\", null));\n }\n};\nAvatar.style = {\n ios: avatarIosCss,\n md: avatarMdCss\n};\nconst badgeIosCss = \":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:13px;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){:host{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{border-radius:10px}\";\nconst badgeMdCss = \":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:13px;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){:host{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}\";\nconst Badge = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n const mode = getIonMode(this);\n return h(Host, {\n class: createColorClasses(this.color, {\n [mode]: true\n })\n }, h(\"slot\", null));\n }\n};\nBadge.style = {\n ios: badgeIosCss,\n md: badgeMdCss\n};\nconst thumbnailCss = \":host{--size:48px;--border-radius:0;border-radius:var(--border-radius);display:block;width:var(--size);height:var(--size)}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}\";\nconst Thumbnail = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n return h(Host, {\n class: getIonMode(this)\n }, h(\"slot\", null));\n }\n};\nThumbnail.style = thumbnailCss;\nexport { Avatar as ion_avatar, Badge as ion_badge, Thumbnail as ion_thumbnail };","map":{"version":3,"names":["r","registerInstance","h","H","Host","b","getIonMode","c","createColorClasses","avatarIosCss","avatarMdCss","Avatar","constructor","hostRef","render","class","style","ios","md","badgeIosCss","badgeMdCss","Badge","mode","color","thumbnailCss","Thumbnail","ion_avatar","ion_badge","ion_thumbnail"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic/core/dist/esm/ion-avatar_3.entry.js"],"sourcesContent":["import { r as registerInstance, h, H as Host } from './index-7a8b7a1c.js';\nimport { b as getIonMode } from './ionic-global-63a97a32.js';\nimport { c as createColorClasses } from './theme-ff3fc52f.js';\n\nconst avatarIosCss = \":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}\";\n\nconst avatarMdCss = \":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:64px;height:64px}\";\n\nconst Avatar = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n return (h(Host, { class: getIonMode(this) }, h(\"slot\", null)));\n }\n};\nAvatar.style = {\n ios: avatarIosCss,\n md: avatarMdCss\n};\n\nconst badgeIosCss = \":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:13px;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){:host{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{border-radius:10px}\";\n\nconst badgeMdCss = \":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:13px;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){:host{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}\";\n\nconst Badge = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { class: createColorClasses(this.color, {\n [mode]: true,\n }) }, h(\"slot\", null)));\n }\n};\nBadge.style = {\n ios: badgeIosCss,\n md: badgeMdCss\n};\n\nconst thumbnailCss = \":host{--size:48px;--border-radius:0;border-radius:var(--border-radius);display:block;width:var(--size);height:var(--size)}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}\";\n\nconst Thumbnail = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n return (h(Host, { class: getIonMode(this) }, h(\"slot\", null)));\n }\n};\nThumbnail.style = thumbnailCss;\n\nexport { Avatar as ion_avatar, Badge as ion_badge, Thumbnail as ion_thumbnail };\n"],"mappings":"AAAA,SAASA,CAAC,IAAIC,gBAAgB,EAAEC,CAAC,EAAEC,CAAC,IAAIC,IAAI,QAAQ,qBAAqB;AACzE,SAASC,CAAC,IAAIC,UAAU,QAAQ,4BAA4B;AAC5D,SAASC,CAAC,IAAIC,kBAAkB,QAAQ,qBAAqB;AAE7D,MAAMC,YAAY,GAAG,2PAA2P;AAEhR,MAAMC,WAAW,GAAG,2PAA2P;AAE/Q,MAAMC,MAAM,GAAG,MAAM;EACnBC,WAAWA,CAACC,OAAO,EAAE;IACnBZ,gBAAgB,CAAC,IAAI,EAAEY,OAAO,CAAC;EACjC;EACAC,MAAMA,CAAA,EAAG;IACP,OAAQZ,CAAC,CAACE,IAAI,EAAE;MAAEW,KAAK,EAAET,UAAU,CAAC,IAAI;IAAE,CAAC,EAAEJ,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC/D;AACF,CAAC;AACDS,MAAM,CAACK,KAAK,GAAG;EACbC,GAAG,EAAER,YAAY;EACjBS,EAAE,EAAER;AACN,CAAC;AAED,MAAMS,WAAW,GAAG,ijCAAijC;AAErkC,MAAMC,UAAU,GAAG,6nCAA6nC;AAEhpC,MAAMC,KAAK,GAAG,MAAM;EAClBT,WAAWA,CAACC,OAAO,EAAE;IACnBZ,gBAAgB,CAAC,IAAI,EAAEY,OAAO,CAAC;EACjC;EACAC,MAAMA,CAAA,EAAG;IACP,MAAMQ,IAAI,GAAGhB,UAAU,CAAC,IAAI,CAAC;IAC7B,OAAQJ,CAAC,CAACE,IAAI,EAAE;MAAEW,KAAK,EAAEP,kBAAkB,CAAC,IAAI,CAACe,KAAK,EAAE;QACpD,CAACD,IAAI,GAAG;MACV,CAAC;IAAE,CAAC,EAAEpB,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC1B;AACF,CAAC;AACDmB,KAAK,CAACL,KAAK,GAAG;EACZC,GAAG,EAAEE,WAAW;EAChBD,EAAE,EAAEE;AACN,CAAC;AAED,MAAMI,YAAY,GAAG,6QAA6Q;AAElS,MAAMC,SAAS,GAAG,MAAM;EACtBb,WAAWA,CAACC,OAAO,EAAE;IACnBZ,gBAAgB,CAAC,IAAI,EAAEY,OAAO,CAAC;EACjC;EACAC,MAAMA,CAAA,EAAG;IACP,OAAQZ,CAAC,CAACE,IAAI,EAAE;MAAEW,KAAK,EAAET,UAAU,CAAC,IAAI;IAAE,CAAC,EAAEJ,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC/D;AACF,CAAC;AACDuB,SAAS,CAACT,KAAK,GAAGQ,YAAY;AAE9B,SAASb,MAAM,IAAIe,UAAU,EAAEL,KAAK,IAAIM,SAAS,EAAEF,SAAS,IAAIG,aAAa"},"metadata":{},"sourceType":"module"} |