@filerobot/utils
Advanced tools
Comparing version 0.0.0-beta.5 to 0.0.0-beta.16
@@ -190,3 +190,8 @@ import { VisibilityIcon, CodeIcon, TagsIcon, MetaIcon, DetailsIcon, CommentsIcon, HistoryIcon, BranchesIcon, SimilarityIcon, LinkIcon, ShareFolderIcon, ShareAssetsIcon, CommentsSolidIcon } from '@filerobot/icons'; | ||
i18nStr: 'fileCardSubTabShareAssets', | ||
icon: ShareAssetsIcon | ||
icon: ShareAssetsIcon, | ||
onClick: function onClick(_ref) { | ||
var currentSelection = _ref.currentSelection, | ||
toggleShare = _ref.toggleShare; | ||
toggleShare(currentSelection); | ||
} | ||
}, | ||
@@ -200,6 +205,6 @@ SHARE_FOLDER: { | ||
icon: LinkIcon, | ||
onClick: function onClick(_ref) { | ||
var currentSelection = _ref.currentSelection, | ||
i18n = _ref.i18n, | ||
info = _ref.info; | ||
onClick: function onClick(_ref2) { | ||
var currentSelection = _ref2.currentSelection, | ||
i18n = _ref2.i18n, | ||
info = _ref2.info; | ||
var fileLink = getFileLink(currentSelection[0]); | ||
@@ -380,5 +385,3 @@ copyText(fileLink, i18n, info); | ||
COMPLETE: 'complete', | ||
PENDING: 'pending', | ||
// download task is pending | ||
PREPARING: 'preparing', | ||
COMPRESSING: 'compressing', | ||
// preparing zip file to download | ||
@@ -385,0 +388,0 @@ DOWNLOADING: 'downloading' |
@@ -6,3 +6,3 @@ { | ||
"types": "types/index.d.ts", | ||
"version": "0.0.0-beta.5", | ||
"version": "0.0.0-beta.16", | ||
"files": [ | ||
@@ -15,3 +15,3 @@ "/dist", | ||
"dependencies": { | ||
"@filerobot/icons": "^0.0.0-beta.2", | ||
"@filerobot/icons": "^0.0.0-beta.16", | ||
"abortcontroller-polyfill": "^1.4.0", | ||
@@ -18,0 +18,0 @@ "lodash.throttle": "^4.1.1" |
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
122925
181
2885