uppy/packages/@uppy/core/src
Artur Paikin b9b53da4ec add onMount to Plugin from @uppy/core
Called when plugin is mounted, whether in DOM or into another plugin. Needed because sometimes plugins are mounted separately/after `install`, so this.el and this.parent might not be available in `install`. This is the case with @uppy/react plugins, for example.
2018-09-19 19:09:31 -04:00
..
__snapshots__ Move Core class to @uppy/core package. 2018-06-14 16:31:19 +02:00
_common.scss store offset sizes in variables 2018-09-10 11:59:49 -04:00
_utils.scss Move stylesheets into packages. 2018-06-18 12:35:47 +02:00
_variables.scss store offset sizes in variables 2018-09-10 11:59:49 -04:00
index.js More uppy server -> companion renames (#1037) 2018-09-03 14:48:03 +02:00
index.test.js update docs, examples and tests to not set autoProceed: false, since that’s the default now 2018-07-15 23:35:44 -04:00
Plugin.js add onMount to Plugin from @uppy/core 2018-09-19 19:09:31 -04:00
Plugin.test.js Fix setPluginState 2018-07-19 13:02:23 +02:00
style.scss Move stylesheets into packages. 2018-06-18 12:35:47 +02:00