Comparing version 7.1.3-dev.11694468279.1c23df00 to 7.1.3-dev.11694532816.102dc510
@@ -38,6 +38,11 @@ import { getAssetPath, proxyCustomElement, HTMLElement, Build, h, Host } from '@stencil/core/internal/client'; | ||
const map = getIconMap(); | ||
if (map.get(name) === undefined) { | ||
const existingIcon = map.get(name); | ||
if (existingIcon === undefined) { | ||
map.set(name, data); | ||
/** | ||
* Importing and defining the same icon reference | ||
* multiple times should not yield a warning. | ||
*/ | ||
} | ||
else { | ||
else if (existingIcon !== data) { | ||
console.warn(`[Ionicons Warning]: Multiple icons were mapped to name "${name}". Ensure that multiple icons are not mapped to the same icon name.`); | ||
@@ -259,3 +264,2 @@ } | ||
this.inheritedAttributes = {}; | ||
this.didLoadIcon = false; | ||
this.isVisible = false; | ||
@@ -291,13 +295,2 @@ /** | ||
} | ||
componentDidLoad() { | ||
/** | ||
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers. | ||
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data. | ||
* This modification pertains to the usage of Angular's binding syntax: | ||
* `<ion-icon [name]="myIconName"></ion-icon>` | ||
*/ | ||
if (!this.didLoadIcon) { | ||
this.loadIcon(); | ||
} | ||
} | ||
disconnectedCallback() { | ||
@@ -338,3 +331,2 @@ if (this.io) { | ||
} | ||
this.didLoadIcon = true; | ||
} | ||
@@ -341,0 +333,0 @@ } |
@@ -5,4 +5,4 @@ 'use strict'; | ||
const utils = require('./utils-72dc9a1e.js'); | ||
require('./index-7bd6e32d.js'); | ||
const utils = require('./utils-26cac983.js'); | ||
require('./index-53856ad1.js'); | ||
@@ -9,0 +9,0 @@ |
@@ -5,4 +5,4 @@ 'use strict'; | ||
const index = require('./index-7bd6e32d.js'); | ||
const utils = require('./utils-72dc9a1e.js'); | ||
const index = require('./index-53856ad1.js'); | ||
const utils = require('./utils-26cac983.js'); | ||
@@ -114,3 +114,2 @@ const validateContent = (svgContent) => { | ||
this.inheritedAttributes = {}; | ||
this.didLoadIcon = false; | ||
this.isVisible = false; | ||
@@ -146,13 +145,2 @@ /** | ||
} | ||
componentDidLoad() { | ||
/** | ||
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers. | ||
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data. | ||
* This modification pertains to the usage of Angular's binding syntax: | ||
* `<ion-icon [name]="myIconName"></ion-icon>` | ||
*/ | ||
if (!this.didLoadIcon) { | ||
this.loadIcon(); | ||
} | ||
} | ||
disconnectedCallback() { | ||
@@ -193,3 +181,2 @@ if (this.io) { | ||
} | ||
this.didLoadIcon = true; | ||
} | ||
@@ -196,0 +183,0 @@ } |
'use strict'; | ||
const index = require('./index-7bd6e32d.js'); | ||
const index = require('./index-53856ad1.js'); | ||
@@ -5,0 +5,0 @@ /* |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const index = require('./index-7bd6e32d.js'); | ||
const index = require('./index-53856ad1.js'); | ||
@@ -8,0 +8,0 @@ /* |
@@ -8,3 +8,2 @@ import { Build, Host, h } from '@stencil/core'; | ||
this.inheritedAttributes = {}; | ||
this.didLoadIcon = false; | ||
this.isVisible = false; | ||
@@ -40,13 +39,2 @@ /** | ||
} | ||
componentDidLoad() { | ||
/** | ||
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers. | ||
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data. | ||
* This modification pertains to the usage of Angular's binding syntax: | ||
* `<ion-icon [name]="myIconName"></ion-icon>` | ||
*/ | ||
if (!this.didLoadIcon) { | ||
this.loadIcon(); | ||
} | ||
} | ||
disconnectedCallback() { | ||
@@ -87,3 +75,2 @@ if (this.io) { | ||
} | ||
this.didLoadIcon = true; | ||
} | ||
@@ -90,0 +77,0 @@ } |
@@ -37,6 +37,11 @@ import { getAssetPath } from '@stencil/core'; | ||
const map = getIconMap(); | ||
if (map.get(name) === undefined) { | ||
const existingIcon = map.get(name); | ||
if (existingIcon === undefined) { | ||
map.set(name, data); | ||
/** | ||
* Importing and defining the same icon reference | ||
* multiple times should not yield a warning. | ||
*/ | ||
} | ||
else { | ||
else if (existingIcon !== data) { | ||
console.warn(`[Ionicons Warning]: Multiple icons were mapped to name "${name}". Ensure that multiple icons are not mapped to the same icon name.`); | ||
@@ -43,0 +48,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export{a as addIcons}from"./utils-7de4cd95.js";import"./index-9451d9e2.js"; | ||
export{a as addIcons}from"./utils-e4eec2e3.js";import"./index-5514a13d.js"; |
@@ -1,1 +0,1 @@ | ||
import{r as registerInstance,h,H as Host,a as getElement}from"./index-9451d9e2.js";import{i as isStr,b as inheritAttributes,g as getUrl,c as getName,d as isRTL}from"./utils-7de4cd95.js";var validateContent=function(t){var e=document.createElement("div");e.innerHTML=t;for(var o=e.childNodes.length-1;o>=0;o--){if(e.childNodes[o].nodeName.toLowerCase()!=="svg"){e.removeChild(e.childNodes[o])}}var n=e.firstElementChild;if(n&&n.nodeName.toLowerCase()==="svg"){var i=n.getAttribute("class")||"";n.setAttribute("class",(i+" s-ion-icon").trim());if(isValid(n)){return e.innerHTML}}return""};var isValid=function(t){if(t.nodeType===1){if(t.nodeName.toLowerCase()==="script"){return false}for(var e=0;e<t.attributes.length;e++){var o=t.attributes[e].name;if(isStr(o)&&o.toLowerCase().indexOf("on")===0){return false}}for(var e=0;e<t.childNodes.length;e++){if(!isValid(t.childNodes[e])){return false}}}return true};var isSvgDataUrl=function(t){return t.startsWith("data:image/svg+xml")};var isEncodedDataUrl=function(t){return t.indexOf(";utf8,")!==-1};var ioniconContent=new Map;var requests=new Map;var parser;var getSvgContent=function(t,e){var o=requests.get(t);if(!o){if(typeof fetch!=="undefined"&&typeof document!=="undefined"){if(isSvgDataUrl(t)&&isEncodedDataUrl(t)){if(!parser){parser=new DOMParser}var n=parser.parseFromString(t,"text/html");var i=n.querySelector("svg");if(i){ioniconContent.set(t,i.outerHTML)}return Promise.resolve()}else{o=fetch(t).then((function(o){if(o.ok){return o.text().then((function(o){if(o&&e!==false){o=validateContent(o)}ioniconContent.set(t,o||"")}))}ioniconContent.set(t,"")}));requests.set(t,o)}}else{ioniconContent.set(t,"");return Promise.resolve()}}return o};var iconCss=":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;font-size:1rem}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:32px;stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{-webkit-transform:scaleX(1);transform:scaleX(1)}}:host(.icon-small){font-size:1.125rem !important}:host(.icon-large){font-size:2rem !important}:host(.ion-color){color:var(--ion-color-base) !important}:host(.ion-color-primary){--ion-color-base:var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base:var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base:var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base:var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base:var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base:var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base:var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base:var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base:var(--ion-color-dark, #222428)}";var Icon=function(){function t(t){registerInstance(this,t);this.iconName=null;this.inheritedAttributes={};this.didLoadIcon=false;this.isVisible=false;this.mode=getIonMode();this.lazy=false;this.sanitize=true}t.prototype.componentWillLoad=function(){this.inheritedAttributes=inheritAttributes(this.el,["aria-label"])};t.prototype.connectedCallback=function(){var t=this;this.waitUntilVisible(this.el,"50px",(function(){t.isVisible=true;t.loadIcon()}))};t.prototype.componentDidLoad=function(){if(!this.didLoadIcon){this.loadIcon()}};t.prototype.disconnectedCallback=function(){if(this.io){this.io.disconnect();this.io=undefined}};t.prototype.waitUntilVisible=function(t,e,o){var n=this;if(this.lazy&&typeof window!=="undefined"&&window.IntersectionObserver){var i=this.io=new window.IntersectionObserver((function(t){if(t[0].isIntersecting){i.disconnect();n.io=undefined;o()}}),{rootMargin:e});i.observe(t)}else{o()}};t.prototype.loadIcon=function(){var t=this;if(this.isVisible){var e=getUrl(this);if(e){if(ioniconContent.has(e)){this.svgContent=ioniconContent.get(e)}else{getSvgContent(e,this.sanitize).then((function(){return t.svgContent=ioniconContent.get(e)}))}this.didLoadIcon=true}}this.iconName=getName(this.name,this.icon,this.mode,this.ios,this.md)};t.prototype.render=function(){var t,e;var o=this,n=o.flipRtl,i=o.iconName,r=o.inheritedAttributes,s=o.el;var a=this.mode||"md";var c=i?(i.includes("arrow")||i.includes("chevron"))&&n!==false:false;var l=n||c;return h(Host,Object.assign({role:"img",class:Object.assign(Object.assign((t={},t[a]=true,t),createColorClasses(this.color)),(e={},e["icon-".concat(this.size)]=!!this.size,e["flip-rtl"]=l,e["icon-rtl"]=l&&isRTL(s),e))},r),this.svgContent?h("div",{class:"icon-inner",innerHTML:this.svgContent}):h("div",{class:"icon-inner"}))};Object.defineProperty(t,"assetsDirs",{get:function(){return["svg"]},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"],ios:["loadIcon"],md:["loadIcon"]}},enumerable:false,configurable:true});return t}();var getIonMode=function(){return typeof document!=="undefined"&&document.documentElement.getAttribute("mode")||"md"};var createColorClasses=function(t){var e;return t?(e={"ion-color":true},e["ion-color-".concat(t)]=true,e):null};Icon.style=iconCss;export{Icon as ion_icon}; | ||
import{r as registerInstance,h,H as Host,a as getElement}from"./index-5514a13d.js";import{i as isStr,b as inheritAttributes,g as getUrl,c as getName,d as isRTL}from"./utils-e4eec2e3.js";var validateContent=function(e){var t=document.createElement("div");t.innerHTML=e;for(var o=t.childNodes.length-1;o>=0;o--){if(t.childNodes[o].nodeName.toLowerCase()!=="svg"){t.removeChild(t.childNodes[o])}}var n=t.firstElementChild;if(n&&n.nodeName.toLowerCase()==="svg"){var i=n.getAttribute("class")||"";n.setAttribute("class",(i+" s-ion-icon").trim());if(isValid(n)){return t.innerHTML}}return""};var isValid=function(e){if(e.nodeType===1){if(e.nodeName.toLowerCase()==="script"){return false}for(var t=0;t<e.attributes.length;t++){var o=e.attributes[t].name;if(isStr(o)&&o.toLowerCase().indexOf("on")===0){return false}}for(var t=0;t<e.childNodes.length;t++){if(!isValid(e.childNodes[t])){return false}}}return true};var isSvgDataUrl=function(e){return e.startsWith("data:image/svg+xml")};var isEncodedDataUrl=function(e){return e.indexOf(";utf8,")!==-1};var ioniconContent=new Map;var requests=new Map;var parser;var getSvgContent=function(e,t){var o=requests.get(e);if(!o){if(typeof fetch!=="undefined"&&typeof document!=="undefined"){if(isSvgDataUrl(e)&&isEncodedDataUrl(e)){if(!parser){parser=new DOMParser}var n=parser.parseFromString(e,"text/html");var i=n.querySelector("svg");if(i){ioniconContent.set(e,i.outerHTML)}return Promise.resolve()}else{o=fetch(e).then((function(o){if(o.ok){return o.text().then((function(o){if(o&&t!==false){o=validateContent(o)}ioniconContent.set(e,o||"")}))}ioniconContent.set(e,"")}));requests.set(e,o)}}else{ioniconContent.set(e,"");return Promise.resolve()}}return o};var iconCss=":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;font-size:1rem}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:32px;stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{-webkit-transform:scaleX(1);transform:scaleX(1)}}:host(.icon-small){font-size:1.125rem !important}:host(.icon-large){font-size:2rem !important}:host(.ion-color){color:var(--ion-color-base) !important}:host(.ion-color-primary){--ion-color-base:var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base:var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base:var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base:var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base:var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base:var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base:var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base:var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base:var(--ion-color-dark, #222428)}";var Icon=function(){function e(e){registerInstance(this,e);this.iconName=null;this.inheritedAttributes={};this.isVisible=false;this.mode=getIonMode();this.lazy=false;this.sanitize=true}e.prototype.componentWillLoad=function(){this.inheritedAttributes=inheritAttributes(this.el,["aria-label"])};e.prototype.connectedCallback=function(){var e=this;this.waitUntilVisible(this.el,"50px",(function(){e.isVisible=true;e.loadIcon()}))};e.prototype.disconnectedCallback=function(){if(this.io){this.io.disconnect();this.io=undefined}};e.prototype.waitUntilVisible=function(e,t,o){var n=this;if(this.lazy&&typeof window!=="undefined"&&window.IntersectionObserver){var i=this.io=new window.IntersectionObserver((function(e){if(e[0].isIntersecting){i.disconnect();n.io=undefined;o()}}),{rootMargin:t});i.observe(e)}else{o()}};e.prototype.loadIcon=function(){var e=this;if(this.isVisible){var t=getUrl(this);if(t){if(ioniconContent.has(t)){this.svgContent=ioniconContent.get(t)}else{getSvgContent(t,this.sanitize).then((function(){return e.svgContent=ioniconContent.get(t)}))}}}this.iconName=getName(this.name,this.icon,this.mode,this.ios,this.md)};e.prototype.render=function(){var e,t;var o=this,n=o.flipRtl,i=o.iconName,r=o.inheritedAttributes,s=o.el;var a=this.mode||"md";var c=i?(i.includes("arrow")||i.includes("chevron"))&&n!==false:false;var l=n||c;return h(Host,Object.assign({role:"img",class:Object.assign(Object.assign((e={},e[a]=true,e),createColorClasses(this.color)),(t={},t["icon-".concat(this.size)]=!!this.size,t["flip-rtl"]=l,t["icon-rtl"]=l&&isRTL(s),t))},r),this.svgContent?h("div",{class:"icon-inner",innerHTML:this.svgContent}):h("div",{class:"icon-inner"}))};Object.defineProperty(e,"assetsDirs",{get:function(){return["svg"]},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"],ios:["loadIcon"],md:["loadIcon"]}},enumerable:false,configurable:true});return e}();var getIonMode=function(){return typeof document!=="undefined"&&document.documentElement.getAttribute("mode")||"md"};var createColorClasses=function(e){var t;return e?(t={"ion-color":true},t["ion-color-".concat(e)]=true,t):null};Icon.style=iconCss;export{Icon as ion_icon}; |
@@ -1,1 +0,1 @@ | ||
import{p as promiseResolve,b as bootstrapLazy}from"./index-9451d9e2.js";var patchBrowser=function(){var o=import.meta.url;var r={};if(o!==""){r.resourcesUrl=new URL(".",o).href}return promiseResolve(r)};patchBrowser().then((function(o){return bootstrapLazy([["ion-icon",[[1,"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]}]]]],o)})); | ||
import{p as promiseResolve,b as bootstrapLazy}from"./index-5514a13d.js";var patchBrowser=function(){var o=import.meta.url;var r={};if(o!==""){r.resourcesUrl=new URL(".",o).href}return promiseResolve(r)};patchBrowser().then((function(o){return bootstrapLazy([["ion-icon",[[1,"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]}]]]],o)})); |
@@ -1,1 +0,1 @@ | ||
import{p as promiseResolve,b as bootstrapLazy}from"./index-9451d9e2.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,o){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){return bootstrapLazy([["ion-icon",[[1,"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]}]]]],o)}))};export{defineCustomElements}; | ||
import{p as promiseResolve,b as bootstrapLazy}from"./index-5514a13d.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,o){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){return bootstrapLazy([["ion-icon",[[1,"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]}]]]],o)}))};export{defineCustomElements}; |
@@ -1,2 +0,2 @@ | ||
export { a as addIcons } from './utils-7de4cd95.js'; | ||
import './index-9451d9e2.js'; | ||
export { a as addIcons } from './utils-e4eec2e3.js'; | ||
import './index-5514a13d.js'; |
@@ -1,3 +0,3 @@ | ||
import { r as registerInstance, h, H as Host, a as getElement } from './index-9451d9e2.js'; | ||
import { i as isStr, b as inheritAttributes, g as getUrl, c as getName, d as isRTL } from './utils-7de4cd95.js'; | ||
import { r as registerInstance, h, H as Host, a as getElement } from './index-5514a13d.js'; | ||
import { i as isStr, b as inheritAttributes, g as getUrl, c as getName, d as isRTL } from './utils-e4eec2e3.js'; | ||
@@ -109,3 +109,2 @@ const validateContent = (svgContent) => { | ||
this.inheritedAttributes = {}; | ||
this.didLoadIcon = false; | ||
this.isVisible = false; | ||
@@ -141,13 +140,2 @@ /** | ||
} | ||
componentDidLoad() { | ||
/** | ||
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers. | ||
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data. | ||
* This modification pertains to the usage of Angular's binding syntax: | ||
* `<ion-icon [name]="myIconName"></ion-icon>` | ||
*/ | ||
if (!this.didLoadIcon) { | ||
this.loadIcon(); | ||
} | ||
} | ||
disconnectedCallback() { | ||
@@ -188,3 +176,2 @@ if (this.io) { | ||
} | ||
this.didLoadIcon = true; | ||
} | ||
@@ -191,0 +178,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-9451d9e2.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-5514a13d.js'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-9451d9e2.js'; | ||
import { p as promiseResolve, b as bootstrapLazy } from './index-5514a13d.js'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,1 +0,1 @@ | ||
export{a as addIcons}from"./p-3337be74.js";import"./p-c2c4a6b6.js"; | ||
export{a as addIcons}from"./p-8d242ae8.js";import"./p-d15ec307.js"; |
@@ -1,1 +0,1 @@ | ||
import{p as i,b as o}from"./p-c2c4a6b6.js";(()=>{const o=import.meta.url,s={};return""!==o&&(s.resourcesUrl=new URL(".",o).href),i(s)})().then((i=>o([["p-0f398ef2",[[1,"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]}]]]],i))); | ||
import{p as i,b as o}from"./p-d15ec307.js";(()=>{const o=import.meta.url,s={};return""!==o&&(s.resourcesUrl=new URL(".",o).href),i(s)})().then((i=>o([["p-53423018",[[1,"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]}]]]],i))); |
@@ -5,3 +5,2 @@ export declare class Icon { | ||
private inheritedAttributes; | ||
private didLoadIcon; | ||
el: HTMLElement; | ||
@@ -63,3 +62,2 @@ private svgContent?; | ||
connectedCallback(): void; | ||
componentDidLoad(): void; | ||
disconnectedCallback(): void; | ||
@@ -66,0 +64,0 @@ private waitUntilVisible; |
@@ -1,2 +0,2 @@ | ||
/* Ionicons v7.1.3-dev.11694468279.1c23df00, Types */ | ||
/* Ionicons v7.1.3-dev.11694532816.102dc510, Types */ | ||
@@ -3,0 +3,0 @@ export declare var accessibility: string; |
{ | ||
"name": "ionicons/icons", | ||
"version": "7.1.3-dev.11694468279.1c23df00", | ||
"version": "7.1.3-dev.11694532816.102dc510", | ||
"module": "index.mjs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"name": "ionicons", | ||
"version": "7.1.3-dev.11694468279.1c23df00", | ||
"version": "7.1.3-dev.11694532816.102dc510", | ||
"description": "Premium icons for Ionic.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6169743
27322