Preparing new vue-easy-dnd library
This commit is contained in:
parent
d8a8fa25df
commit
b0bf34864a
3
amd/build/vue-easy-dnd/vue-easy-dnd.esm.min.js
vendored
Normal file
3
amd/build/vue-easy-dnd/vue-easy-dnd.esm.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
amd/build/vue-easy-dnd/vue-easy-dnd.esm.min.js.map
Normal file
1
amd/build/vue-easy-dnd/vue-easy-dnd.esm.min.js.map
Normal file
File diff suppressed because one or more lines are too long
1841
amd/src/vue-easy-dnd/vue-easy-dnd.esm.js
Normal file
1841
amd/src/vue-easy-dnd/vue-easy-dnd.esm.js
Normal file
File diff suppressed because it is too large
Load Diff
50
thirdpartylibs.xml
Normal file
50
thirdpartylibs.xml
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0"?>
|
||||
<libraries>
|
||||
<!-- Example from lib/thirdpartylibs.xml
|
||||
<library>
|
||||
<location>amd/src/popper.js</location>
|
||||
<name>Popper.js</name>
|
||||
<description>A kickass library used to created Poppers in web applications.</description>
|
||||
<version>v1.12.6</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/floating-ui/floating-ui</repository>
|
||||
<copyrights>
|
||||
<copyright>2016 Federico Zivolo and contributors</copyright>
|
||||
</copyrights>
|
||||
</library>
|
||||
-->
|
||||
<library>
|
||||
<location>amd/src/bootstrap-vue/</location>
|
||||
<name>Bootstrap-Vue.js</name>
|
||||
<description>Vue components for Bootstrap</description>
|
||||
<version>2.23.0</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/bootstrap-vue/bootstrap-vue</repository>
|
||||
<copyrights>
|
||||
<copyright>2016-2023 - BootstrapVue</copyright>
|
||||
</copyrights>
|
||||
</library>
|
||||
<library>
|
||||
<location>amd/src/portal-vue/</location>
|
||||
<name>Portal-Vue.js</name>
|
||||
<description>A Portal Component for Vue, to render DOM outside of a component, anywhere in the document.</description>
|
||||
<version>2.1.7</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/linusborg/portal-vue</repository>
|
||||
<copyrights>
|
||||
<copyright>2021 Thorsten Lünborg</copyright>
|
||||
</copyrights>
|
||||
</library>
|
||||
<library>
|
||||
<location>amd/src/vue-easy-dnd/</location>
|
||||
<name>Vue-Easy-DnD</name>
|
||||
<description>A drag and drop implementation for Vue that uses only standard mouse events instead of the HTML5 drag and drop API</description>
|
||||
<version>2.1.3</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/rlemaigre/Easy-DnD</repository>
|
||||
<copyrights>
|
||||
<copyright>2019 Régis Lemaigre</copyright>
|
||||
</copyrights>
|
||||
</library>
|
||||
|
||||
</libraries>
|
Loading…
Reference in New Issue
Block a user