@fluid-topics/ft-icon 0.3.34 → 0.3.36
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/build/ft-icon.js +3 -5
- package/build/ft-icon.light.js +2 -2
- package/build/ft-icon.min.js +2 -2
- package/build/icons.d.ts +6 -1
- package/build/icons.js +6 -1
- package/package.json +3 -3
package/build/ft-icon.js
CHANGED
|
@@ -41,10 +41,10 @@ export class FtIcon extends FtLitElement {
|
|
|
41
41
|
let content = this.value || this.textContent;
|
|
42
42
|
switch (this.variant) {
|
|
43
43
|
case FtIconVariants.file_format:
|
|
44
|
-
this.resolvedIcon = (_a = FtFileFormatIcons[content.toUpperCase()]) !== null && _a !== void 0 ? _a : content;
|
|
44
|
+
this.resolvedIcon = (_a = FtFileFormatIcons[content.replace("-", "_").toUpperCase()]) !== null && _a !== void 0 ? _a : content;
|
|
45
45
|
break;
|
|
46
46
|
case FtIconVariants.fluid_topics:
|
|
47
|
-
this.resolvedIcon = (_b = FtIcons[content.toUpperCase()]) !== null && _b !== void 0 ? _b : content;
|
|
47
|
+
this.resolvedIcon = (_b = FtIcons[content.replace("-", "_").toUpperCase()]) !== null && _b !== void 0 ? _b : content;
|
|
48
48
|
break;
|
|
49
49
|
default:
|
|
50
50
|
this.resolvedIcon = this.value || nothing;
|
|
@@ -52,9 +52,7 @@ export class FtIcon extends FtLitElement {
|
|
|
52
52
|
}
|
|
53
53
|
firstUpdated(_changedProperties) {
|
|
54
54
|
super.firstUpdated(_changedProperties);
|
|
55
|
-
setTimeout(() =>
|
|
56
|
-
this.resolveIcon();
|
|
57
|
-
});
|
|
55
|
+
setTimeout(() => this.resolveIcon());
|
|
58
56
|
}
|
|
59
57
|
}
|
|
60
58
|
FtIcon.elementDefinitions = {};
|
package/build/ft-icon.light.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t,a,i,o){var x,p;e.FtIcons=void 0,(x=e.FtIcons||(e.FtIcons={})).THIN_ARROW_UP="",x.CONTEXTUAL="",x.UNSTRUCTURED_DOC="",x.RESET="",x.THIN_ARROW_LEFT="",x.THIN_ARROW_RIGHT="",x.MY_COLLECTIONS="",x.OFFLINE_SETTINGS="",x.MY_LIBRARY="",x.RATE_PLAIN="",x.RATE="",x.FEEDBACK_PLAIN="",x.STAR_PLAIN="",x.STAR="",x.THUMBS_DOWN_PLAIN="",x.THUMBS_DOWN="",x.THUMBS_UP_PLAIN="",x.THUMBS_UP="",x.PAUSE="",x.PLAY="",x.RELATIVES_PLAIN="",x.RELATIVES="",x.SHORTCUT_MENU="",x.PRINT="",x.DEFAULT_ROLES="",x.ACCOUNT_SETTINGS="",x.ONLINE="",x.OFFLINE="",x.UPLOAD="",x.BOOK_PLAIN="",x.SYNC="",x.SHARED_PBK="",x.COLLECTIONS="",x.SEARCH_IN_PUBLICATION="",x.BOOKS="",x.LOCKER="",x.ARROW_DOWN="",x.ARROW_LEFT="",x.ARROW_RIGHT="",x.ARROW_UP="",x.SAVE="",x.MAILS_AND_NOTIFICATIONS="",x.DOT="",x.MINUS="",x.PLUS="",x.FILTERS="",x.STRIPE_ARROW_RIGHT="",x.STRIPE_ARROW_LEFT="",x.ATTACHMENTS="",x.ADD_BOOKMARK="",x.BOOKMARK="",x.EXPORT="",x.MENU="",x.TAG="",x.TAG_PLAIN="",x.COPY_TO_CLIPBOARD="",x.COLUMNS="",x.ARTICLE="",x.CLOSE_PLAIN="",x.CHECK_PLAIN="",x.LOGOUT="",x.SIGN_IN="",x.THIN_ARROW="",x.TRIANGLE_BOTTOM="",x.TRIANGLE_LEFT="",x.TRIANGLE_RIGHT="",x.TRIANGLE_TOP="",x.FACET_HAS_DESCENDANT="",x.MINUS_PLAIN="",x.PLUS_PLAIN="",x.INFO="",x.ICON_EXPAND="",x.ICON_COLLAPSE="",x.ADD_TO_PBK="",x.ALERT="",x.ADD_ALERT="",x.BACK_TO_SEARCH="",x.DOWNLOAD="",x.EDIT="",x.FEEDBACK="",x.MODIFY_PBK="",x.SCHEDULED="",x.SEARCH="",x.SHARE="󨃱",x.TOC="",x.WRITE_UGC="",x.TRASH="",x.EXTLINK="",x.CALENDAR="",x.BOOK="",x.DOWNLOAD_PLAIN="",x.CHECK="",x.TOPICS="",x.EYE="
|
|
1
|
+
!function(e,t,a,i,o){var x,p;e.FtIcons=void 0,(x=e.FtIcons||(e.FtIcons={})).DESKTOP="",x.MOBILE_LANDSCAPE="",x.MOBILE_PORTRAIT="",x.TABLET_LANDSCAPE="",x.TABLET_PORTRAIT="",x.THIN_ARROW_UP="",x.CONTEXTUAL="",x.UNSTRUCTURED_DOC="",x.RESET="",x.THIN_ARROW_LEFT="",x.THIN_ARROW_RIGHT="",x.MY_COLLECTIONS="",x.OFFLINE_SETTINGS="",x.MY_LIBRARY="",x.RATE_PLAIN="",x.RATE="",x.FEEDBACK_PLAIN="",x.STAR_PLAIN="",x.STAR="",x.THUMBS_DOWN_PLAIN="",x.THUMBS_DOWN="",x.THUMBS_UP_PLAIN="",x.THUMBS_UP="",x.PAUSE="",x.PLAY="",x.RELATIVES_PLAIN="",x.RELATIVES="",x.SHORTCUT_MENU="",x.PRINT="",x.DEFAULT_ROLES="",x.ACCOUNT_SETTINGS="",x.ONLINE="",x.OFFLINE="",x.UPLOAD="",x.BOOK_PLAIN="",x.SYNC="",x.SHARED_PBK="",x.COLLECTIONS="",x.SEARCH_IN_PUBLICATION="",x.BOOKS="",x.LOCKER="",x.ARROW_DOWN="",x.ARROW_LEFT="",x.ARROW_RIGHT="",x.ARROW_UP="",x.SAVE="",x.MAILS_AND_NOTIFICATIONS="",x.DOT="",x.MINUS="",x.PLUS="",x.FILTERS="",x.STRIPE_ARROW_RIGHT="",x.STRIPE_ARROW_LEFT="",x.ATTACHMENTS="",x.ADD_BOOKMARK="",x.BOOKMARK="",x.EXPORT="",x.MENU="",x.TAG="",x.TAG_PLAIN="",x.COPY_TO_CLIPBOARD="",x.COLUMNS="",x.ARTICLE="",x.CLOSE_PLAIN="",x.CHECK_PLAIN="",x.LOGOUT="",x.SIGN_IN="",x.THIN_ARROW="",x.TRIANGLE_BOTTOM="",x.TRIANGLE_LEFT="",x.TRIANGLE_RIGHT="",x.TRIANGLE_TOP="",x.FACET_HAS_DESCENDANT="",x.MINUS_PLAIN="",x.PLUS_PLAIN="",x.INFO="",x.ICON_EXPAND="",x.ICON_COLLAPSE="",x.ADD_TO_PBK="",x.ALERT="",x.ADD_ALERT="",x.BACK_TO_SEARCH="",x.DOWNLOAD="",x.EDIT="",x.FEEDBACK="",x.MODIFY_PBK="",x.SCHEDULED="",x.SEARCH="",x.SHARE="󨃱",x.TOC="",x.WRITE_UGC="",x.TRASH="",x.EXTLINK="",x.CALENDAR="",x.BOOK="",x.DOWNLOAD_PLAIN="",x.CHECK="",x.TOPICS="",x.EYE="",x.DISC="",x.CIRCLE="",x.SHARED="",x.SORT_UNSORTED="",x.SORT_UP="",x.SORT_DOWN="",x.WORKING="",x.CLOSE="",x.ZOOM_OUT="",x.ZOOM_IN="",x.ZOOM_REALSIZE="",x.ZOOM_FULLSCREEN="",x.ADMIN_RESTRICTED="",x.ADMIN_THEME="",x.WARNING="",x.CONTEXT="",x.SEARCH_HOME="",x.STEPS="",x.HOME="",x.TRANSLATE="",x.USER="",x.ADMIN="",x.ANALYTICS="",x.ADMIN_KHUB="",x.ADMIN_USERS="",x.ADMIN_INTEGRATION="",x.ADMIN_PORTAL="",e.FtFileFormatIcons=void 0,(p=e.FtFileFormatIcons||(e.FtFileFormatIcons={})).UNKNOWN="",p.ABW="",p.AUDIO="",p.AVI="",p.CHM="",p.CODE="",p.CSV="",p.DITA="",p.EPUB="",p.EXCEL="",p.FLAC="",p.GIF="",p.GZIP="",p.HTML="",p.IMAGE="",p.JPEG="",p.JSON="",p.M4A="",p.MOV="",p.MP3="",p.MP4="",p.OGG="",p.PDF="",p.PNG="",p.POWERPOINT="",p.RAR="",p.STP="",p.TEXT="",p.VIDEO="",p.WAV="",p.WMA="",p.WORD="",p.XML="",p.YAML="",p.ZIP="";const n=new Map([...["abw"].map((t=>[t,e.FtFileFormatIcons.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,e.FtFileFormatIcons.AUDIO])),...["avi"].map((t=>[t,e.FtFileFormatIcons.AVI])),...["chm","xhs"].map((t=>[t,e.FtFileFormatIcons.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,e.FtFileFormatIcons.CODE])),...["csv"].map((t=>[t,e.FtFileFormatIcons.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,e.FtFileFormatIcons.DITA])),...["epub"].map((t=>[t,e.FtFileFormatIcons.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,e.FtFileFormatIcons.EXCEL])),...["flac"].map((t=>[t,e.FtFileFormatIcons.FLAC])),...["gif"].map((t=>[t,e.FtFileFormatIcons.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,e.FtFileFormatIcons.GZIP])),...["html","htm","xhtml"].map((t=>[t,e.FtFileFormatIcons.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,e.FtFileFormatIcons.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,e.FtFileFormatIcons.JPEG])),...["json"].map((t=>[t,e.FtFileFormatIcons.JSON])),...["m4a","m4p"].map((t=>[t,e.FtFileFormatIcons.M4A])),...["mov","qt"].map((t=>[t,e.FtFileFormatIcons.MOV])),...["mp3"].map((t=>[t,e.FtFileFormatIcons.MP3])),...["mp4","m4v"].map((t=>[t,e.FtFileFormatIcons.MP4])),...["ogg","oga"].map((t=>[t,e.FtFileFormatIcons.OGG])),...["pdf","ps"].map((t=>[t,e.FtFileFormatIcons.PDF])),...["png"].map((t=>[t,e.FtFileFormatIcons.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,e.FtFileFormatIcons.POWERPOINT])),...["rar"].map((t=>[t,e.FtFileFormatIcons.RAR])),...["stp"].map((t=>[t,e.FtFileFormatIcons.STP])),...["txt","rtf","md","mdown"].map((t=>[t,e.FtFileFormatIcons.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,e.FtFileFormatIcons.VIDEO])),...["wav"].map((t=>[t,e.FtFileFormatIcons.WAV])),...["wma"].map((t=>[t,e.FtFileFormatIcons.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,e.FtFileFormatIcons.WORD])),...["xml","xsl","rdf"].map((t=>[t,e.FtFileFormatIcons.XML])),...["yaml","yml","x-yaml"].map((t=>[t,e.FtFileFormatIcons.YAML])),...["zip"].map((t=>[t,e.FtFileFormatIcons.ZIP]))]),l=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const s={size:t.FtCssVariableFactory.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:t.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family",t.FtCssVariableFactory.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:t.FtCssVariableFactory.extend("--ft-icon-file-format-font-family",t.FtCssVariableFactory.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:t.FtCssVariableFactory.extend("--ft-icon-material-font-family",t.FtCssVariableFactory.create("--ft-icon-font-family","UNKNOWN","Material Icons")),verticalAlign:t.FtCssVariableFactory.create("--ft-icon-vertical-align","UNKNOWN","unset")},c=a.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: inline-block;
|
|
4
4
|
}
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
${o.unsafeHTML(this.resolvedIcon)}
|
|
41
41
|
<slot ?hidden=${e}></slot>
|
|
42
42
|
</i>
|
|
43
|
-
`}get textContent(){var e,t;return null!==(t=null===(e=this.slottedContent)||void 0===e?void 0:e.assignedNodes().map((e=>e.textContent)).join("").trim())&&void 0!==t?t:""}update(e){super.update(e),["value","variant"].some((t=>e.has(t)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case e.FtIconVariants.file_format:this.resolvedIcon=null!==(t=e.FtFileFormatIcons[o.toUpperCase()])&&void 0!==t?t:o;break;case e.FtIconVariants.fluid_topics:this.resolvedIcon=null!==(i=e.FtIcons[o.toUpperCase()])&&void 0!==i?i:o;break;default:this.resolvedIcon=this.value||a.nothing}}firstUpdated(e){super.firstUpdated(e),setTimeout((()=>
|
|
43
|
+
`}get textContent(){var e,t;return null!==(t=null===(e=this.slottedContent)||void 0===e?void 0:e.assignedNodes().map((e=>e.textContent)).join("").trim())&&void 0!==t?t:""}update(e){super.update(e),["value","variant"].some((t=>e.has(t)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case e.FtIconVariants.file_format:this.resolvedIcon=null!==(t=e.FtFileFormatIcons[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case e.FtIconVariants.fluid_topics:this.resolvedIcon=null!==(i=e.FtIcons[o.replace("-","_").toUpperCase()])&&void 0!==i?i:o;break;default:this.resolvedIcon=this.value||a.nothing}}firstUpdated(e){super.firstUpdated(e),setTimeout((()=>this.resolveIcon()))}}f.elementDefinitions={},f.styles=c,d([i.property()],f.prototype,"variant",void 0),d([i.property()],f.prototype,"value",void 0),d([i.state()],f.prototype,"resolvedIcon",void 0),d([i.query("slot")],f.prototype,"slottedContent",void 0),t.customElement("ft-icon")(f),e.FtIcon=f,e.FtIconCssVariables=s,e.resolveFileFormatIcon=function(t,a){var i,o,x,p;t=(null!=t?t:"").toLowerCase(),a=(null!=a?a:"").toLowerCase();const[s,c]=((null!==(i=l.get(t))&&void 0!==i?i:t)+"/").split("/");return null!==(p=null!==(x=null!==(o=n.get(c))&&void 0!==o?o:n.get(a))&&void 0!==x?x:n.get(s))&&void 0!==p?p:e.FtFileFormatIcons.UNKNOWN},e.styles=c,Object.defineProperty(e,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litUnsafeHTML);
|
package/build/ft-icon.min.js
CHANGED
|
@@ -96,7 +96,7 @@ const ut=2;class xt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
|
|
|
96
96
|
* @license
|
|
97
97
|
* Copyright 2017 Google LLC
|
|
98
98
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
99
|
-
*/class ft extends xt{constructor(t){if(super(t),this.it=D,t.type!==ut)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===D||null==t)return this._t=void 0,this.it=t;if(t===I)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}ft.directiveName="unsafeHTML",ft.resultType=1;const vt=(t=>(...e)=>({_$litDirective$:t,values:e}))(ft);var mt,bt;t.FtIcons=void 0,(mt=t.FtIcons||(t.FtIcons={})).THIN_ARROW_UP="",mt.CONTEXTUAL="",mt.UNSTRUCTURED_DOC="",mt.RESET="",mt.THIN_ARROW_LEFT="",mt.THIN_ARROW_RIGHT="",mt.MY_COLLECTIONS="",mt.OFFLINE_SETTINGS="",mt.MY_LIBRARY="",mt.RATE_PLAIN="",mt.RATE="",mt.FEEDBACK_PLAIN="",mt.STAR_PLAIN="",mt.STAR="",mt.THUMBS_DOWN_PLAIN="",mt.THUMBS_DOWN="",mt.THUMBS_UP_PLAIN="",mt.THUMBS_UP="",mt.PAUSE="",mt.PLAY="",mt.RELATIVES_PLAIN="",mt.RELATIVES="",mt.SHORTCUT_MENU="",mt.PRINT="",mt.DEFAULT_ROLES="",mt.ACCOUNT_SETTINGS="",mt.ONLINE="",mt.OFFLINE="",mt.UPLOAD="",mt.BOOK_PLAIN="",mt.SYNC="",mt.SHARED_PBK="",mt.COLLECTIONS="",mt.SEARCH_IN_PUBLICATION="",mt.BOOKS="",mt.LOCKER="",mt.ARROW_DOWN="",mt.ARROW_LEFT="",mt.ARROW_RIGHT="",mt.ARROW_UP="",mt.SAVE="",mt.MAILS_AND_NOTIFICATIONS="",mt.DOT="",mt.MINUS="",mt.PLUS="",mt.FILTERS="",mt.STRIPE_ARROW_RIGHT="",mt.STRIPE_ARROW_LEFT="",mt.ATTACHMENTS="",mt.ADD_BOOKMARK="",mt.BOOKMARK="",mt.EXPORT="",mt.MENU="",mt.TAG="",mt.TAG_PLAIN="",mt.COPY_TO_CLIPBOARD="",mt.COLUMNS="",mt.ARTICLE="",mt.CLOSE_PLAIN="",mt.CHECK_PLAIN="",mt.LOGOUT="",mt.SIGN_IN="",mt.THIN_ARROW="",mt.TRIANGLE_BOTTOM="",mt.TRIANGLE_LEFT="",mt.TRIANGLE_RIGHT="",mt.TRIANGLE_TOP="",mt.FACET_HAS_DESCENDANT="",mt.MINUS_PLAIN="",mt.PLUS_PLAIN="",mt.INFO="",mt.ICON_EXPAND="",mt.ICON_COLLAPSE="",mt.ADD_TO_PBK="",mt.ALERT="",mt.ADD_ALERT="",mt.BACK_TO_SEARCH="",mt.DOWNLOAD="",mt.EDIT="",mt.FEEDBACK="",mt.MODIFY_PBK="",mt.SCHEDULED="",mt.SEARCH="",mt.SHARE="󨃱",mt.TOC="",mt.WRITE_UGC="",mt.TRASH="",mt.EXTLINK="",mt.CALENDAR="",mt.BOOK="",mt.DOWNLOAD_PLAIN="",mt.CHECK="",mt.TOPICS="",mt.EYE="
|
|
99
|
+
*/class ft extends xt{constructor(t){if(super(t),this.it=D,t.type!==ut)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===D||null==t)return this._t=void 0,this.it=t;if(t===I)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}ft.directiveName="unsafeHTML",ft.resultType=1;const vt=(t=>(...e)=>({_$litDirective$:t,values:e}))(ft);var mt,bt;t.FtIcons=void 0,(mt=t.FtIcons||(t.FtIcons={})).DESKTOP="",mt.MOBILE_LANDSCAPE="",mt.MOBILE_PORTRAIT="",mt.TABLET_LANDSCAPE="",mt.TABLET_PORTRAIT="",mt.THIN_ARROW_UP="",mt.CONTEXTUAL="",mt.UNSTRUCTURED_DOC="",mt.RESET="",mt.THIN_ARROW_LEFT="",mt.THIN_ARROW_RIGHT="",mt.MY_COLLECTIONS="",mt.OFFLINE_SETTINGS="",mt.MY_LIBRARY="",mt.RATE_PLAIN="",mt.RATE="",mt.FEEDBACK_PLAIN="",mt.STAR_PLAIN="",mt.STAR="",mt.THUMBS_DOWN_PLAIN="",mt.THUMBS_DOWN="",mt.THUMBS_UP_PLAIN="",mt.THUMBS_UP="",mt.PAUSE="",mt.PLAY="",mt.RELATIVES_PLAIN="",mt.RELATIVES="",mt.SHORTCUT_MENU="",mt.PRINT="",mt.DEFAULT_ROLES="",mt.ACCOUNT_SETTINGS="",mt.ONLINE="",mt.OFFLINE="",mt.UPLOAD="",mt.BOOK_PLAIN="",mt.SYNC="",mt.SHARED_PBK="",mt.COLLECTIONS="",mt.SEARCH_IN_PUBLICATION="",mt.BOOKS="",mt.LOCKER="",mt.ARROW_DOWN="",mt.ARROW_LEFT="",mt.ARROW_RIGHT="",mt.ARROW_UP="",mt.SAVE="",mt.MAILS_AND_NOTIFICATIONS="",mt.DOT="",mt.MINUS="",mt.PLUS="",mt.FILTERS="",mt.STRIPE_ARROW_RIGHT="",mt.STRIPE_ARROW_LEFT="",mt.ATTACHMENTS="",mt.ADD_BOOKMARK="",mt.BOOKMARK="",mt.EXPORT="",mt.MENU="",mt.TAG="",mt.TAG_PLAIN="",mt.COPY_TO_CLIPBOARD="",mt.COLUMNS="",mt.ARTICLE="",mt.CLOSE_PLAIN="",mt.CHECK_PLAIN="",mt.LOGOUT="",mt.SIGN_IN="",mt.THIN_ARROW="",mt.TRIANGLE_BOTTOM="",mt.TRIANGLE_LEFT="",mt.TRIANGLE_RIGHT="",mt.TRIANGLE_TOP="",mt.FACET_HAS_DESCENDANT="",mt.MINUS_PLAIN="",mt.PLUS_PLAIN="",mt.INFO="",mt.ICON_EXPAND="",mt.ICON_COLLAPSE="",mt.ADD_TO_PBK="",mt.ALERT="",mt.ADD_ALERT="",mt.BACK_TO_SEARCH="",mt.DOWNLOAD="",mt.EDIT="",mt.FEEDBACK="",mt.MODIFY_PBK="",mt.SCHEDULED="",mt.SEARCH="",mt.SHARE="󨃱",mt.TOC="",mt.WRITE_UGC="",mt.TRASH="",mt.EXTLINK="",mt.CALENDAR="",mt.BOOK="",mt.DOWNLOAD_PLAIN="",mt.CHECK="",mt.TOPICS="",mt.EYE="",mt.DISC="",mt.CIRCLE="",mt.SHARED="",mt.SORT_UNSORTED="",mt.SORT_UP="",mt.SORT_DOWN="",mt.WORKING="",mt.CLOSE="",mt.ZOOM_OUT="",mt.ZOOM_IN="",mt.ZOOM_REALSIZE="",mt.ZOOM_FULLSCREEN="",mt.ADMIN_RESTRICTED="",mt.ADMIN_THEME="",mt.WARNING="",mt.CONTEXT="",mt.SEARCH_HOME="",mt.STEPS="",mt.HOME="",mt.TRANSLATE="",mt.USER="",mt.ADMIN="",mt.ANALYTICS="",mt.ADMIN_KHUB="",mt.ADMIN_USERS="",mt.ADMIN_INTEGRATION="",mt.ADMIN_PORTAL="",t.FtFileFormatIcons=void 0,(bt=t.FtFileFormatIcons||(t.FtFileFormatIcons={})).UNKNOWN="",bt.ABW="",bt.AUDIO="",bt.AVI="",bt.CHM="",bt.CODE="",bt.CSV="",bt.DITA="",bt.EPUB="",bt.EXCEL="",bt.FLAC="",bt.GIF="",bt.GZIP="",bt.HTML="",bt.IMAGE="",bt.JPEG="",bt.JSON="",bt.M4A="",bt.MOV="",bt.MP3="",bt.MP4="",bt.OGG="",bt.PDF="",bt.PNG="",bt.POWERPOINT="",bt.RAR="",bt.STP="",bt.TEXT="",bt.VIDEO="",bt.WAV="",bt.WMA="",bt.WORD="",bt.XML="",bt.YAML="",bt.ZIP="";const wt=new Map([...["abw"].map((e=>[e,t.FtFileFormatIcons.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((e=>[e,t.FtFileFormatIcons.AUDIO])),...["avi"].map((e=>[e,t.FtFileFormatIcons.AVI])),...["chm","xhs"].map((e=>[e,t.FtFileFormatIcons.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((e=>[e,t.FtFileFormatIcons.CODE])),...["csv"].map((e=>[e,t.FtFileFormatIcons.CSV])),...["dita","ditamap","ditaval"].map((e=>[e,t.FtFileFormatIcons.DITA])),...["epub"].map((e=>[e,t.FtFileFormatIcons.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((e=>[e,t.FtFileFormatIcons.EXCEL])),...["flac"].map((e=>[e,t.FtFileFormatIcons.FLAC])),...["gif"].map((e=>[e,t.FtFileFormatIcons.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((e=>[e,t.FtFileFormatIcons.GZIP])),...["html","htm","xhtml"].map((e=>[e,t.FtFileFormatIcons.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((e=>[e,t.FtFileFormatIcons.IMAGE])),...["jpeg","jpg","jpe"].map((e=>[e,t.FtFileFormatIcons.JPEG])),...["json"].map((e=>[e,t.FtFileFormatIcons.JSON])),...["m4a","m4p"].map((e=>[e,t.FtFileFormatIcons.M4A])),...["mov","qt"].map((e=>[e,t.FtFileFormatIcons.MOV])),...["mp3"].map((e=>[e,t.FtFileFormatIcons.MP3])),...["mp4","m4v"].map((e=>[e,t.FtFileFormatIcons.MP4])),...["ogg","oga"].map((e=>[e,t.FtFileFormatIcons.OGG])),...["pdf","ps"].map((e=>[e,t.FtFileFormatIcons.PDF])),...["png"].map((e=>[e,t.FtFileFormatIcons.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((e=>[e,t.FtFileFormatIcons.POWERPOINT])),...["rar"].map((e=>[e,t.FtFileFormatIcons.RAR])),...["stp"].map((e=>[e,t.FtFileFormatIcons.STP])),...["txt","rtf","md","mdown"].map((e=>[e,t.FtFileFormatIcons.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((e=>[e,t.FtFileFormatIcons.VIDEO])),...["wav"].map((e=>[e,t.FtFileFormatIcons.WAV])),...["wma"].map((e=>[e,t.FtFileFormatIcons.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((e=>[e,t.FtFileFormatIcons.WORD])),...["xml","xsl","rdf"].map((e=>[e,t.FtFileFormatIcons.XML])),...["yaml","yml","x-yaml"].map((e=>[e,t.FtFileFormatIcons.YAML])),...["zip"].map((e=>[e,t.FtFileFormatIcons.ZIP]))]),gt=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const yt={size:lt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:lt.extend("--ft-icon-fluid-topics-font-family",lt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:lt.extend("--ft-icon-file-format-font-family",lt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:lt.extend("--ft-icon-material-font-family",lt.create("--ft-icon-font-family","UNKNOWN","Material Icons")),verticalAlign:lt.create("--ft-icon-vertical-align","UNKNOWN","unset")},Ot=p`
|
|
100
100
|
:host {
|
|
101
101
|
display: inline-block;
|
|
102
102
|
}
|
|
@@ -138,7 +138,7 @@ const ut=2;class xt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
|
|
|
138
138
|
${vt(this.resolvedIcon)}
|
|
139
139
|
<slot ?hidden=${t}></slot>
|
|
140
140
|
</i>
|
|
141
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var e,i;let s=this.value||this.textContent;switch(this.variant){case t.FtIconVariants.file_format:this.resolvedIcon=null!==(e=t.FtFileFormatIcons[s.toUpperCase()])&&void 0!==e?e:s;break;case t.FtIconVariants.fluid_topics:this.resolvedIcon=null!==(i=t.FtIcons[s.toUpperCase()])&&void 0!==i?i:s;break;default:this.resolvedIcon=this.value||D}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>
|
|
141
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var e,i;let s=this.value||this.textContent;switch(this.variant){case t.FtIconVariants.file_format:this.resolvedIcon=null!==(e=t.FtFileFormatIcons[s.replace("-","_").toUpperCase()])&&void 0!==e?e:s;break;case t.FtIconVariants.fluid_topics:this.resolvedIcon=null!==(i=t.FtIcons[s.replace("-","_").toUpperCase()])&&void 0!==i?i:s;break;default:this.resolvedIcon=this.value||D}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Rt.elementDefinitions={},Rt.styles=Ot,$t([s()],Rt.prototype,"variant",void 0),$t([s()],Rt.prototype,"value",void 0),$t([function(t){return s({...t,state:!0})}
|
|
142
142
|
/**
|
|
143
143
|
* @license
|
|
144
144
|
* Copyright 2017 Google LLC
|
package/build/icons.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export declare enum FtIcons {
|
|
2
|
+
DESKTOP = "",
|
|
3
|
+
MOBILE_LANDSCAPE = "",
|
|
4
|
+
MOBILE_PORTRAIT = "",
|
|
5
|
+
TABLET_LANDSCAPE = "",
|
|
6
|
+
TABLET_PORTRAIT = "",
|
|
2
7
|
THIN_ARROW_UP = "",
|
|
3
8
|
CONTEXTUAL = "",
|
|
4
9
|
UNSTRUCTURED_DOC = "",
|
|
@@ -92,7 +97,7 @@ export declare enum FtIcons {
|
|
|
92
97
|
DOWNLOAD_PLAIN = "",
|
|
93
98
|
CHECK = "",
|
|
94
99
|
TOPICS = "",
|
|
95
|
-
EYE = "
|
|
100
|
+
EYE = "",
|
|
96
101
|
DISC = "",
|
|
97
102
|
CIRCLE = "",
|
|
98
103
|
SHARED = "",
|
package/build/icons.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export var FtIcons;
|
|
2
2
|
(function (FtIcons) {
|
|
3
|
+
FtIcons["DESKTOP"] = "";
|
|
4
|
+
FtIcons["MOBILE_LANDSCAPE"] = "";
|
|
5
|
+
FtIcons["MOBILE_PORTRAIT"] = "";
|
|
6
|
+
FtIcons["TABLET_LANDSCAPE"] = "";
|
|
7
|
+
FtIcons["TABLET_PORTRAIT"] = "";
|
|
3
8
|
FtIcons["THIN_ARROW_UP"] = "";
|
|
4
9
|
FtIcons["CONTEXTUAL"] = "";
|
|
5
10
|
FtIcons["UNSTRUCTURED_DOC"] = "";
|
|
@@ -93,7 +98,7 @@ export var FtIcons;
|
|
|
93
98
|
FtIcons["DOWNLOAD_PLAIN"] = "";
|
|
94
99
|
FtIcons["CHECK"] = "";
|
|
95
100
|
FtIcons["TOPICS"] = "";
|
|
96
|
-
FtIcons["EYE"] = "
|
|
101
|
+
FtIcons["EYE"] = "";
|
|
97
102
|
FtIcons["DISC"] = "";
|
|
98
103
|
FtIcons["CIRCLE"] = "";
|
|
99
104
|
FtIcons["SHARED"] = "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-icon",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.36",
|
|
4
4
|
"description": "Typography components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "0.3.36",
|
|
23
23
|
"lit": "2.2.8"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "ea71cf7f6c9b87754b84a9fc6c14947253240fc2"
|
|
26
26
|
}
|