Giter Club home page Giter Club logo

chonky's Introduction

Chonky v2 Logo
NPM package MIT license NPM downloads GitHub stars Chat on Discord


Chonky is a file browser component for React. It tries to recreate the native file browsing experience in your browser. This means your users can make selections, drag & drop files, toggle between List and Grid file views, use keyboard shortcuts, and much more!

Please create an issue if you have a problem or want to request a feature.

Preview

Chonky preview

License

MIT © Tim Kuzhagaliyev 2020

chonky's People

Contributors

dependabot[bot] avatar embeddedt avatar mariasumedre-3pg avatar timbokz avatar tuan43 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chonky's Issues

Missing icons from ChonkyIcon.js

Getting an error trying to load it. Would greatly appreciate some help figuring this out.

ERROR in ./node_modules/chonky/lib/components/external/ChonkyIcon.js
Module not found: Error: Can't resolve '@fortawesome/free-brands-svg-icons/faAdobe' in '/home/trivigy/Projects/trusty/node_modules/chonky/lib/components/external'                                                         
 @ ./node_modules/chonky/lib/components/external/ChonkyIcon.js 19:16-69                                                                                                                                                                 
 @ ./node_modules/chonky/lib/index.js                                                                                                                                                                                                   
 @ ./src/components/Panels/Files/Files.tsx                                                                                                                                                                                              
 @ ./src/components/Panels/Files/index.ts                                                                                                                                                                                               
 @ ./src/components/Panels/index.ts

Chonky's buttons don't specify the `type` attribute

So, when you are working with Chonky inside an form for any reason
any button of chonky when get clicked will trigger submit event.
This happens because none of the buttons has the attribute type="button"

Possibility to add translation files

Hi,
have you already foreseen a way to set other languages by inserting translation files? If not, will there be in the future? In my opinion, it would be very useful. Thanks for your work!

Ability to customize icons; avoid large icon dependency

Chonky looks really cool!

According to bundlephobia, Chonky is a large package (~500kb), but ~70% comes from the font-awesome dependency.

I confirmed this by adding the library to my project and comparing my bundle size.

See this issue on create-react-app where they discuss almost the exact thing, where tree shaking doesn't occur for dependencies of dependencies in CRA.

An alternative would be to add some way to customize icons, while also switching the defaults to use deep imports, as seen here.

Have you given this any thought before?

Search feature for non hooks version

Working on implementing Chonky non hooks version to older react project. Search feature is required as per our requirement which is missing in non-hooks version. I know that latest hooks version have search feature. But is there option to add search feature to the non hooks version?

Support global file search

im used to search globally using search bar on many filebrowsers, i wonder why it does not work in chonky, or i might missed an attribute to trigger it to make it global?

File action menu on list items

Hello kind people. Love your work ❤️

What do you think about adding the ability to display a popup menu with all file actions near every item in the list so file actions will be close to their context in the case when the desired action is on a single file?

Support Nested JSON filesystem

I don't know if this would be simple or not, but was curious if you would be able to implement a nested JSON filesystem input, I find that approach to be much easier to implement on the backend.

Ctrl -> Cmd for MacOS

There's no facility to select multiple files for Mac users at the moment. Cmd key isn't mapped and Ctrl+click triggers the option menu.
Needs a mapping change, perhaps.

Files and folder renaming

Hi Timbo,

Thank you again for such a great library.

Is there any recommended way to handle file/folder renames?
Is there a way out of the box to have an input field where the filename is after a particular action is triggered?
image

Cheers,
Andrey

2.x release

Chonky 2.x release

Remaining todos:

  • Move ChonkyIconFA into the (currently empty) chonky-icon-fontawesome package
  • Migrate List view file entry from SCSS to JSS
  • Fix drag & drop indicator when selection is dropped onto itself
  • Migrate 1.x documentation to Docz
  • Write docs for the new file action framework
  • Improve Noty popups in demos
  • Fix custom context menu handlers consuming events even when FileContextMenu component is not enabled
  • Show file array validation error in the UI & console Validation errors are only shown in console now for better UX.
  • Add keyboard shortcut integration to the new search component (Ctrl+F, Escape).
  • Fix default config applying default file view/sort actions twice.
  • Fix shift-click range selection working when disableSelection is set to true.
  • Fix dark mode version of the docs banner.
  • Add FullFileBrowser component.
  • Add a method for programatically requesting actions to the file browser handle.
  • Fix font size in live editor in Docz
  • Fix zoom and text overflow in search bar on mobile
  • Add built-in file actions API reference page

Stretch goals:

  • Add folderChainIcon field to FileData.
  • Expand DnD documentation (namely describe what checks happen when files are dropped).
  • Support custom toolbar/context menu ordering
  • Global search support (toggling between global & local search)
  • Action buttons support (Submit/Cancel)
  • Support custom properties display (in addition to default file size/mod date)
  • Support custom component classes (similar to Material UI)
  • Support dark mode
  • Support JS theme overriding
  • Improve folder structure for components
  • Disable backdrop on context menu so people can click/right click other things without having to dismiss the menu explicitly.
  • Improve file browser styling on mobile
  • Polish the compact view
  • Support drag & drop into folder chain and opening files via drag & drop
  • Add a way to highlight/style specific file entries
  • Investigate Cannot have two HTML5 backends error on hot reload even when using external DnDProviders.
  • Improve TypeDoc component in Docz.
  • Add deprecation notices & links to 1.x documentation website.
  • Rename action.fileFilter into aciton.selectionFilter (with backwards-compatible deprecation warning for fileFilter).
  • Add action.option.fileFilter for hiding files (similar to built-in "Show hidden files" functionality).
  • Support localization.
  • Decrease bundle size.

What is the default file order?

What is the default file order? Shouldn't be as same as the supplied array? Seems like when the file browser renders the files, it shuffles the array elements in random order. Also, how can I get the file sort action types(ascending, descending, etc. )?

Setting disableDragAndDropProvider={true} in <FullFileBrower/> error

<FullFileBrowser 
              files={files} 
              folderChain={folderChain} 
              onFileAction={handleFileAction}
              defaultFileViewActionId="enable_list_view"
          />

causes the app to not load with the following error:

Expected drag drop context
invariant
src/index.ts:28
25 | );
26 | } else {
27 | let argIndex = 0;

28 | error = new Error(
| ^ 29 | format.replace(/%s/g, function() {
30 | return args[argIndex++];
31 | })
View compiled

let me know what other info you need. Tried this on 2.0.0, 2.0.1 and 2.0.3

Chonky 1.1.6 release issues

Hi,

Something seems to be wrong with the current 1.x release (or perhaps previous ones too).
I tried to update to v1.1.6. I'm using yarn

Getting this error
image

This is folder in node_modules
image

Checked in another project (installed Chonky there). Same thing.

Cheers, Andrey

Enforce single (or one particular number) of selections

I implemented my own Action (renaming a folder) but I'm guessing there's no provision at the moment to disable the action if more than one folder is selected. FileFilter just provides capability to filter on the file's properties. Can the "selections" variable also be exposed to be able to enable the action only if a single folder is selected?

onMoveFiles usage

The documentation mentions onMoveFiles, but couldn't find any explanation on how to implement that.

How can I get the related event fired?

Localizing text

Hello guys!

I want to know if there is a way to change the default texts inside the components to another text.

Like "Nothing to show" when doesnt have anything in array of files to "Nada para mostrar"

Thank you!

Filebrowser not updating with state update

Hi there, thank you very much for this wonderful component.

I have a question regarding the ability to create files and folders. I got a bit lost with the documentation on this one. I have the following code simplified like your first example in your docs: The problem I am having is getting files in the filebrowser to update. I update state and I get the correct console log being returned but the filebrowser component is not updating accordingly. Please would you be able to assist me with this?

constructor(props) {
    super(props);
    this.state = {
        isLoading: true,
        fileMap: {},
        currentFolderId: null,
        openCreateFolderModal: false,
        errors: null
    }
}

componentDidMount = () => {
    // Added JSON File temporarily to the public directory
    try {
        axios.get('../directories.json').then((response) => {
            this.setState({
                isLoading: false,
                fileMap: response.data.fileMap,
                currentFolderId: response.data.rootFolderId
            })
        })
    } catch (error) {
        this.setState({
            errors: error,
            isLoading: false
        })
    }
}

handleFolderCreate = (values) => {
    const {
        currentFolderId
    } = this.state;
    const directoryName = values['folderName'];
    var tempDate = new Date();
    var date = tempDate.getFullYear() + '-' + (tempDate.getMonth() + 1) + '-' + tempDate.getDate() + ' ' + tempDate.getHours() + ':' + tempDate.getMinutes() + ':' + tempDate.getSeconds();

    this.setState(prevState => {
        let files = Object.assign({}, prevState.fileMap);
        files[directoryName] = {
            id: directoryName,
            name: directoryName,
            modDate: date,
            isDir: true,
            parentId: currentFolderId
        }
        console.log(files)
        return files;
    })
};

render() {
    const {
        fileMap,
        currentFolderId
    } = this.state;
    const folder = fileMap[currentFolderId];
    const folderChain = [];
    let files = [];

    if (folder) {
        let currentFolder = folder;
        while (currentFolder) {
            folderChain.unshift(currentFolder);
            const parentId = currentFolder.parentId;
            currentFolder = parentId ? fileMap[parentId] : null;
        }
        if (folder.childrenIds) {
            files = folder.childrenIds.map(id => fileMap[id]);
        }
    }

    return ( <Fragment>
        <div className={classes.root} style={{height: '100%', minHeight: 'calc(100vh - 113px)'}}>
          <FileBrowser files={files} folderChain={folderChain} thumbnailGenerator={this.thumbGenerator}
                        onFileOpen={this.handleFileOpen} onFolderCreate={this.openCreateFolderModal}
                        onUploadClick={this.handleFileCreate}
                        onDeleteFiles={this.handleDeleteFiles} fillParentContainer={true} 
                        view={FileView.SmallThumbs}/>
    )
}

yarn build result in error

Hi guys,

I'm using [email protected] and it result in below error during yarn build:

➜  frontend git:(feature/server-dir) ✗ yarn build
yarn run v1.22.4
$ GENERATE_SOURCEMAP=false react-scripts build
Creating an optimized production build...
Failed to compile.

Failed to minify the bundle. Error: static/js/main.89e8c67b.js from UglifyJs
Unexpected token: name (FuzzySearch) [static/js/main.89e8c67b.js:110354,6]
    at /Users/user/gitlab/frontend/node_modules/react-scripts/scripts/build.js:128:23
    at /Users/user/gitlab/frontend/node_modules/webpack/lib/Compiler.js:269:13
    at Compiler.emitRecords (/Users/user/gitlab/frontend/node_modules/webpack/lib/Compiler.js:375:38)
    at /Users/user/gitlab/frontend/node_modules/webpack/lib/Compiler.js:262:10
    at /Users/user/gitlab/frontend/node_modules/webpack/lib/Compiler.js:368:12
    at next (/Users/user/gitlab/frontend/node_modules/tapable/lib/Tapable.js:218:11)
    at Compiler.<anonymous> (/Users/user/gitlab/frontend/node_modules/webpack/lib/performance/SizeLimitsPlugin.js:99:4)
    at next (/Users/user/gitlab/frontend/node_modules/tapable/lib/Tapable.js:220:14)
    at /Users/user/gitlab/frontend/node_modules/sw-precache-webpack-plugin/lib/index.js:98:18
Read more here: http://bit.ly/2tRViJ9

Here is the static/js/main.89e8c67b.js:110354,6 info:
image

Here is my version info:

"chonky": "^2.1.0",
"chonky-icon-fontawesome": "^2.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",

I searched all over with no luck. It will be great if someone could shine some light on this issue.

Custom date format

it there any chance where can I custom date format .What I found right now is "d mmmm, HH:MM", "d mmmm yyyy, HH:MM" and timeAgo

Roadmap to 1.0?

What features are you looking to implement before you feel ready to release a version 1.0 and lock down the API?

We would like to use Chonky in production, and there are some features we would like to implement before it's ready for our use.

Some things that we would like to see (and are willing to contribute):

  • Rename files and folders
  • Ability to add custom action buttons next to create/delete/etc
  • Drag and drop to move files

Question - How can I get selected file list outside Chonky?

Hi,

Handling a use case where I have to know which files are chosen, outside chonky.
Is there a callback, hook or another way that I can use to know which files are chosen, without calling a file action?
Is it possible to dispatch an event to chonky programatically using Javascript, without having the buttons appear in the toolbar?

Question about applicability

Hey there,

I'm working on a disk space analyser similar to the screenshot below. Chonky looks like it could be a good fit for the file viewer on the left.

I have a couple Q's before I jump in if that's ok:

  1. How many files have you tested this library with at once? Whilst I only need to show About 50 at a time, I expect some cases where 100,000 or 1 million rows are in memory.
  2. Does this library support the expand button (triangle on left of row in screen), letting you look at subdirectories without clicking through?

The closest alternative I can see is react-virtualised-tree Which I believe has both of the above, but requires more UI work.

Thanks!

Screenshot 2020-12-24 at 11 08 48

Document is not clear anyway. Have to give up.

  1. FileData format is so messed up.
    Why not stick to nested json format? It is so much better at working with existing libs like directory-tree, and much more intuitive.
    List objects with parents and children are so time-consuming to generate, and if the fs contains a lot of files, it impacts server performance.

  2. Folders are not executable .
    On your storybook website, the folders are able to be opened. However, when using the exported FullFileBrowser, they're not executable. There're issues already mentioning this problem.

  3. Custom Menu Context.
    Not able to implement.

Anyway, the UI is really good, but for issues above I have to abort using this library.

Restoring detailed list

I am migrating from 0.x version to the 1.x, and I could not find the detailed list from the 0.x version.

Anyone working on this? If no one is working on it, then I might take a look.

I am not 100% certain if I should write my custom version or add it to the core, as the requirements I have it for later are quite specific.

CompactView botches up

A low priority issue, but this basically causes the compact view as unusable.
Additionally, a way to display the date in our own format would be great.

Screen Shot 2020-11-19 at 2 11 44 PM

ChangeSelection action dispatched when clicking outside of file browser

Hey, I'm trying to implement a button that, once clicked, processes the currently selected files.

I however face the following issue:
Once I click on the button to submit (which is not part of the file browser but of a parent component), the ChangeSelection action is triggered with no selected files.
Now, once the logic of the button is executed, the selected files are empty.

Is there a possibility to prevent the ChangeSelection action to be triggered when clicking outside of the FileBrowser?

Thanks!

Namespace '"C:/Users/..."' has no exported member 'FileHelper'.

Hi,

After the 2.0.3 update, i always got this error

ERROR in [at-loader] ./node_modules/chonky/lib/action-definitions/index.d.ts:61:50
TS2694: Namespace '"C:/Users/.../node_modules/chonky/lib/index"' has no exported member 'FileHelper'.

Do you know why ?

Custom action button enable logic

It would be nice to be able to disable the action buttons with custom logic, like if data is still loading or a user don't have the right permissions. Maybe put a boolean disabled prop on the FileActionButton? Another option would be to just pass all unused props down the the button itself so you could set your own IDs, disable the ripple effect, or pass the disabled prop and other props that currently aren't settable by the end programmer.

Errors while using within React app

Hi,
I've just tested out Chonky and it works really well for me!
However, I get some errors when using it within a React app.
I added Chonky using yarn add.
Do you have any idea how to solve these issues? It works fine despite all these warnings.

Thanks!

Errors on build Module Warning (from ./node_modules/source-map-loader/index.js): (Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ChonkyIcon.tsx': Error: Can't resolve '../../../src/components/external/ChonkyIcon.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/index.js 11:19-62
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/Dropdown.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/Dropdown.tsx': Error: Can't resolve '../../../src/components/external/Dropdown.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/ToolbarButtonGroup.js 13:17-38
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/DropdownButton.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/DropdownButton.tsx': Error: Can't resolve '../../../src/components/external/DropdownButton.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/Dropdown.js 31:23-50
@ ./node_modules/chonky/lib/components/external/ToolbarButtonGroup.js
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileBrowser.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileBrowser.tsx': Error: Can't resolve '../../../src/components/external/FileBrowser.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/index.js 3:20-64
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileList-virtualization.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileList-virtualization.tsx': Error: Can't resolve '../../../src/components/external/FileList-virtualization.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/FileList.js 11:32-68
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileList.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileList.tsx': Error: Can't resolve '../../../src/components/external/FileList.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/index.js 9:17-58
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileSearch.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileSearch.tsx': Error: Can't resolve '../../../src/components/external/FileSearch.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/index.js 7:19-62
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileToolbar-hooks.tsx': Error: Can't resolve '../../../src/components/external/FileToolbar-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/FileToolbar.js 11:26-56
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/FileToolbar.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileToolbar.tsx': Error: Can't resolve '../../../src/components/external/FileToolbar.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/index.js 5:20-64
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/TextPlaceholder.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/TextPlaceholder.tsx': Error: Can't resolve '../../../src/components/external/TextPlaceholder.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/file-entry/FileEntryList.js 20:24-62
@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/ToolbarButton.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ToolbarButton.tsx': Error: Can't resolve '../../../src/components/external/ToolbarButton.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/ToolbarButtonGroup.js 14:22-48
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/external/ToolbarButtonGroup.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ToolbarButtonGroup.tsx': Error: Can't resolve '../../../src/components/external/ToolbarButtonGroup.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

@ ./node_modules/chonky/lib/components/external/FileToolbar.js 12:27-58
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry-hooks.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/ClickableFileEntry-hooks.tsx': Error: Can't resolve '../../../src/components/file-entry/ClickableFileEntry-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js 37:33-70
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/ClickableFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/ClickableFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js 28:27-58
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/DnDFileEntry.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/DnDFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/DnDFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/DnDFileListDragLayer.js 16:21-46
@ ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/DnDFileListDragLayer.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/DnDFileListDragLayer.tsx': Error: Can't resolve '../../../src/components/file-entry/DnDFileListDragLayer.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js 34:29-74
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/FileEntry-hooks.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntry-hooks.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntry-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/FileEntryGrid.js 11:24-52
@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/FileEntryGrid.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntryGrid.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntryGrid.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js 38:22-48
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/FileEntryList.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntryList.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntryList.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js 39:22-48
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/SmartFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/SmartFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js 44:23-62
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ChonkyBusinessLogic.tsx': Error: Can't resolve '../../../src/components/internal/ChonkyBusinessLogic.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/external/FileBrowser.js 29:28-70
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ChonkyPresentationLayer.tsx': Error: Can't resolve '../../../src/components/internal/ChonkyPresentationLayer.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/external/FileBrowser.js 30:32-78
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/ClickableWrapper-hooks.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ClickableWrapper-hooks.tsx': Error: Can't resolve '../../../src/components/internal/ClickableWrapper-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/internal/ClickableWrapper.js 40:31-66
@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/ClickableWrapper.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ClickableWrapper.tsx': Error: Can't resolve '../../../src/components/internal/ClickableWrapper.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js 36:25-64
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/ErrorMessage.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ErrorMessage.tsx': Error: Can't resolve '../../../src/components/internal/ErrorMessage.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js 35:21-46
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/FileThumbnail.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/FileThumbnail.tsx': Error: Can't resolve '../../../src/components/internal/FileThumbnail.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/file-entry/FileEntryGrid.js 10:22-58
@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/components/internal/HotkeyListener.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/HotkeyListener.tsx': Error: Can't resolve '../../../src/components/internal/HotkeyListener.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

@ ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js 36:23-50
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/drag-and-drop.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/drag-and-drop.recoil.ts': Error: Can't resolve '../../src/recoil/drag-and-drop.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 30:29-73
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/file-actions.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/file-actions.recoil.ts': Error: Can't resolve '../../src/recoil/file-actions.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js 40:28-71
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/file-view.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/file-view.recoil.ts': Error: Can't resolve '../../src/recoil/file-view.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/external/FileList.js 10:25-65
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/files.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/files.recoil.ts': Error: Can't resolve '../../src/recoil/files.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js 41:21-57
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/options.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/options.recoil.ts': Error: Can't resolve '../../src/recoil/options.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/util/file-actions.js 9:23-58
@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/search.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/search.recoil.ts': Error: Can't resolve '../../src/recoil/search.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/external/FileToolbar.js 10:22-59
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/selection.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/selection.recoil.ts': Error: Can't resolve '../../src/recoil/selection.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 33:25-65
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/sort.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/sort.recoil.ts': Error: Can't resolve '../../src/recoil/sort.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/util/file-actions.js 11:20-52
@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/special-actions.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/special-actions.recoil.ts': Error: Can't resolve '../../src/recoil/special-actions.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js 42:31-77
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/recoil/thumbnails.recoil.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/thumbnails.recoil.ts': Error: Can't resolve '../../src/recoil/thumbnails.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 34:26-67
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/types/file-view.types.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/file-view.types.ts': Error: Can't resolve '../../src/types/file-view.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

@ ./node_modules/chonky/lib/index.js 21:24-58
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/types/icons.types.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/icons.types.ts': Error: Can't resolve '../../src/types/icons.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

@ ./node_modules/chonky/lib/index.js 19:20-50
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/types/sort.types.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/sort.types.ts': Error: Can't resolve '../../src/types/sort.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

@ ./node_modules/chonky/lib/util/file-actions.js 13:19-49
@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/types/special-actions.types.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/special-actions.types.ts': Error: Can't resolve '../../src/types/special-actions.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

@ ./node_modules/chonky/lib/index.js 17:30-70
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/constants.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/constants.ts': Error: Can't resolve '../../src/util/constants.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/recoil/file-actions.recoil.js 5:18-46
@ ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js
@ ./node_modules/chonky/lib/components/external/FileToolbar.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-action-handlers.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-action-handlers.ts': Error: Can't resolve '../../src/util/file-action-handlers.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/util/file-actions.js 14:29-62
@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-actions-definitions.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-actions-definitions.ts': Error: Can't resolve '../../src/util/file-actions-definitions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/index.js 13:33-75
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-actions.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-actions.ts': Error: Can't resolve '../../src/util/file-actions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 35:21-55
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-browser-handle.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-browser-handle.ts': Error: Can't resolve '../../src/util/file-browser-handle.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 36:28-69
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-helper.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-helper.ts': Error: Can't resolve '../../src/util/file-helper.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/index.js 15:20-49
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/file-icon-helper.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-icon-helper.ts': Error: Can't resolve '../../src/util/file-icon-helper.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/file-entry/FileEntry-hooks.js 45:25-63
@ ./node_modules/chonky/lib/components/file-entry/FileEntryGrid.js
@ ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
@ ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
@ ./node_modules/chonky/lib/components/external/FileList-virtualization.js
@ ./node_modules/chonky/lib/components/external/FileList.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/hooks-helpers.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/hooks-helpers.ts': Error: Can't resolve '../../src/util/hooks-helpers.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/external/FileSearch.js 36:22-57
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/logger.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/logger.ts': Error: Can't resolve '../../src/util/logger.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/util/validation.js 12:15-34
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/options.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/options.ts': Error: Can't resolve '../../src/util/options.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 37:16-45
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/search.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/search.ts': Error: Can't resolve '../../src/util/search.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 38:15-43
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/selection.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/selection.ts': Error: Can't resolve '../../src/util/selection.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 39:18-49
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/sort.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/sort.ts': Error: Can't resolve '../../src/util/sort.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 40:13-39
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/special-actions.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/special-actions.ts': Error: Can't resolve '../../src/util/special-actions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js 41:24-61
@ ./node_modules/chonky/lib/components/external/FileBrowser.js
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/util/validation.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/validation.ts': Error: Can't resolve '../../src/util/validation.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

@ ./node_modules/chonky/lib/components/external/FileBrowser.js 28:19-51
@ ./node_modules/chonky/lib/index.js
@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

warning in ./node_modules/chonky/lib/index.js

Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../src/index.ts': Error: Can't resolve '../src/index.ts' in 'PROJECT_PATH/node_modules/chonky/lib'

@ ./src/main/webapp/app/modules/Plugins/Plugins/shared/UserFileBrowser/UserFileBrowser.tsx 4:0-75 21:12-25 22:12-25 26:26-39 31:31-44 36:31-44 48:28-39 49:32-43 50:32-40
@ ./src/main/webapp/app/routes.tsx
@ ./src/main/webapp/app/app.tsx
@ ./src/main/webapp/app/index.tsx
@ multi ./src/main/webapp/app/index

⚠ 「wdm」: 8825 modules

WARNING in ./node_modules/chonky/lib/components/external/ChonkyIcon.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ChonkyIcon.tsx': Error: Can't resolve '../../../src/components/external/ChonkyIcon.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/Dropdown.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/Dropdown.tsx': Error: Can't resolve '../../../src/components/external/Dropdown.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/DropdownButton.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/DropdownButton.tsx': Error: Can't resolve '../../../src/components/external/DropdownButton.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileBrowser.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileBrowser.tsx': Error: Can't resolve '../../../src/components/external/FileBrowser.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileList-virtualization.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileList-virtualization.tsx': Error: Can't resolve '../../../src/components/external/FileList-virtualization.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileList.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileList.tsx': Error: Can't resolve '../../../src/components/external/FileList.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileSearch.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileSearch.tsx': Error: Can't resolve '../../../src/components/external/FileSearch.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileToolbar-hooks.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileToolbar-hooks.tsx': Error: Can't resolve '../../../src/components/external/FileToolbar-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/FileToolbar.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/FileToolbar.tsx': Error: Can't resolve '../../../src/components/external/FileToolbar.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/TextPlaceholder.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/TextPlaceholder.tsx': Error: Can't resolve '../../../src/components/external/TextPlaceholder.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/ToolbarButton.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ToolbarButton.tsx': Error: Can't resolve '../../../src/components/external/ToolbarButton.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/external/ToolbarButtonGroup.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/external/ToolbarButtonGroup.tsx': Error: Can't resolve '../../../src/components/external/ToolbarButtonGroup.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/external'

WARNING in ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry-hooks.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/ClickableFileEntry-hooks.tsx': Error: Can't resolve '../../../src/components/file-entry/ClickableFileEntry-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/ClickableFileEntry.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/ClickableFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/ClickableFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/DnDFileEntry.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/DnDFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/DnDFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/DnDFileListDragLayer.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/DnDFileListDragLayer.tsx': Error: Can't resolve '../../../src/components/file-entry/DnDFileListDragLayer.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/FileEntry-hooks.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntry-hooks.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntry-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/FileEntryGrid.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntryGrid.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntryGrid.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/FileEntryList.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/FileEntryList.tsx': Error: Can't resolve '../../../src/components/file-entry/FileEntryList.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/file-entry/SmartFileEntry.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/file-entry/SmartFileEntry.tsx': Error: Can't resolve '../../../src/components/file-entry/SmartFileEntry.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/file-entry'

WARNING in ./node_modules/chonky/lib/components/internal/ChonkyBusinessLogic.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ChonkyBusinessLogic.tsx': Error: Can't resolve '../../../src/components/internal/ChonkyBusinessLogic.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/ChonkyPresentationLayer.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ChonkyPresentationLayer.tsx': Error: Can't resolve '../../../src/components/internal/ChonkyPresentationLayer.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/ClickableWrapper-hooks.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ClickableWrapper-hooks.tsx': Error: Can't resolve '../../../src/components/internal/ClickableWrapper-hooks.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/ClickableWrapper.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ClickableWrapper.tsx': Error: Can't resolve '../../../src/components/internal/ClickableWrapper.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/ErrorMessage.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/ErrorMessage.tsx': Error: Can't resolve '../../../src/components/internal/ErrorMessage.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/FileThumbnail.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/FileThumbnail.tsx': Error: Can't resolve '../../../src/components/internal/FileThumbnail.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/components/internal/HotkeyListener.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../../src/components/internal/HotkeyListener.tsx': Error: Can't resolve '../../../src/components/internal/HotkeyListener.tsx' in 'PROJECT_PATH/node_modules/chonky/lib/components/internal'

WARNING in ./node_modules/chonky/lib/recoil/drag-and-drop.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/drag-and-drop.recoil.ts': Error: Can't resolve '../../src/recoil/drag-and-drop.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/file-actions.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/file-actions.recoil.ts': Error: Can't resolve '../../src/recoil/file-actions.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/file-view.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/file-view.recoil.ts': Error: Can't resolve '../../src/recoil/file-view.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/files.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/files.recoil.ts': Error: Can't resolve '../../src/recoil/files.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/options.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/options.recoil.ts': Error: Can't resolve '../../src/recoil/options.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/search.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/search.recoil.ts': Error: Can't resolve '../../src/recoil/search.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/selection.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/selection.recoil.ts': Error: Can't resolve '../../src/recoil/selection.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/sort.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/sort.recoil.ts': Error: Can't resolve '../../src/recoil/sort.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/special-actions.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/special-actions.recoil.ts': Error: Can't resolve '../../src/recoil/special-actions.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/recoil/thumbnails.recoil.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/recoil/thumbnails.recoil.ts': Error: Can't resolve '../../src/recoil/thumbnails.recoil.ts' in 'PROJECT_PATH/node_modules/chonky/lib/recoil'

WARNING in ./node_modules/chonky/lib/types/file-view.types.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/file-view.types.ts': Error: Can't resolve '../../src/types/file-view.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

WARNING in ./node_modules/chonky/lib/types/icons.types.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/icons.types.ts': Error: Can't resolve '../../src/types/icons.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

WARNING in ./node_modules/chonky/lib/types/sort.types.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/sort.types.ts': Error: Can't resolve '../../src/types/sort.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

WARNING in ./node_modules/chonky/lib/types/special-actions.types.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/special-actions.types.ts': Error: Can't resolve '../../src/types/special-actions.types.ts' in 'PROJECT_PATH/node_modules/chonky/lib/types'

WARNING in ./node_modules/chonky/lib/util/constants.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/constants.ts': Error: Can't resolve '../../src/util/constants.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-action-handlers.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-action-handlers.ts': Error: Can't resolve '../../src/util/file-action-handlers.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-actions-definitions.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-actions-definitions.ts': Error: Can't resolve '../../src/util/file-actions-definitions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-actions.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-actions.ts': Error: Can't resolve '../../src/util/file-actions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-browser-handle.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-browser-handle.ts': Error: Can't resolve '../../src/util/file-browser-handle.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-helper.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-helper.ts': Error: Can't resolve '../../src/util/file-helper.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/file-icon-helper.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/file-icon-helper.ts': Error: Can't resolve '../../src/util/file-icon-helper.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/hooks-helpers.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/hooks-helpers.ts': Error: Can't resolve '../../src/util/hooks-helpers.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/logger.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/logger.ts': Error: Can't resolve '../../src/util/logger.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/options.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/options.ts': Error: Can't resolve '../../src/util/options.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/search.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/search.ts': Error: Can't resolve '../../src/util/search.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/selection.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/selection.ts': Error: Can't resolve '../../src/util/selection.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/sort.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/sort.ts': Error: Can't resolve '../../src/util/sort.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/special-actions.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/special-actions.ts': Error: Can't resolve '../../src/util/special-actions.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/util/validation.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/util/validation.ts': Error: Can't resolve '../../src/util/validation.ts' in 'PROJECT_PATH/node_modules/chonky/lib/util'

WARNING in ./node_modules/chonky/lib/index.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../src/index.ts': Error: Can't resolve '../src/index.ts' in 'PROJECT_PATH/node_modules/chonky/lib'

move items to any folders in any levels

The good idea make possible move files or folders in any levels through context menu item with tree view folders structure . It need because in current version chonky allow move files and folders in only same level folders. The second idea is move files and folders through breadcrumbs menu when drag file or folder on breadcrumb level

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.