qcell-react 1.0.40 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/543.a8230dc6636fca91a68a.js +2 -0
  2. package/dist/543.a8230dc6636fca91a68a.js.LICENSE.txt +8 -0
  3. package/dist/604.e8cc327a8868b3f3abbe.js +2 -0
  4. package/dist/604.e8cc327a8868b3f3abbe.js.LICENSE.txt +9 -0
  5. package/dist/index.js +2 -1
  6. package/dist/main.0344acbf9d5a17c9fd2d.js +2 -0
  7. package/dist/main.0344acbf9d5a17c9fd2d.js.LICENSE.txt +1007 -0
  8. package/dist/main.b4fd7a15787d2c554894.js +2 -0
  9. package/dist/{vendors.b30d787b50e98a74d89b.js.LICENSE.txt → main.b4fd7a15787d2c554894.js.LICENSE.txt} +5 -19
  10. package/dist/qcell.4c489e1c2fec346baef4.js +2 -0
  11. package/dist/qcell.4c489e1c2fec346baef4.js.LICENSE.txt +66 -0
  12. package/dist/qcell.6160ed48ef31933e1f3b.js +2 -0
  13. package/dist/qcell.6160ed48ef31933e1f3b.js.LICENSE.txt +759 -0
  14. package/dist/src_QCELL_lib_jquery_plugins_jquery_touchSwipe_min_js.331c328f8fdf833e1aac.js +2 -0
  15. package/dist/src_QCELL_lib_jquery_plugins_jquery_touchSwipe_min_js.331c328f8fdf833e1aac.js.LICENSE.txt +3 -0
  16. package/dist/vendors-node_modules_lodash_lodash_js.f34ad8affda62ffa3967.js +2 -0
  17. package/dist/vendors-node_modules_lodash_lodash_js.f34ad8affda62ffa3967.js.LICENSE.txt +3 -0
  18. package/dist/vendors-node_modules_underscore_string_index_js.78dcd8485b1a18919efb.js +2 -0
  19. package/dist/vendors-node_modules_underscore_string_index_js.78dcd8485b1a18919efb.js.LICENSE.txt +287 -0
  20. package/package.json +1 -1
  21. package/dist/common.3843e98cdebbed55b0dc.js +0 -2
  22. package/dist/common.3843e98cdebbed55b0dc.js.LICENSE.txt +0 -4
  23. package/dist/main.01cb1152efcca4dd2679.js +0 -1
  24. package/dist/qcell.6ed918384e9fd712ce05.js +0 -1
  25. package/dist/vendors.b30d787b50e98a74d89b.js +0 -2
@@ -1,13 +1,3 @@
1
- /*
2
- * Underscore.string
3
- * (c) 2010 Esa-Matti Suuronen <esa-matti aet suuronen dot org>
4
- * Underscore.string is freely distributable under the terms of the MIT license.
5
- * Documentation: https://github.com/epeli/underscore.string
6
- * Some code is borrowed from MooTools and Alexandru Marasteanu.
7
- * Version '3.3.6'
8
- * @preserve
9
- */
10
-
11
1
  /*!
12
2
  * Sizzle CSS Selector Engine v2.2.1
13
3
  * http://sizzlejs.com/
@@ -45,19 +35,15 @@
45
35
 
46
36
  /*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
47
37
 
38
+ /*! jQuery UI - v1.12.1 - 2017-12-31
39
+ * http://jqueryui.com
40
+ * Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/selectable.js, widgets/sortable.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/selectmenu.js, widgets/slider.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js
41
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
42
+
48
43
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
49
44
 
50
45
  /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
51
46
 
52
- /**
53
- * @license
54
- * Lodash <https://lodash.com/>
55
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
56
- * Released under MIT license <https://lodash.com/license>
57
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
58
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
59
- */
60
-
61
47
  /** @preserve
62
48
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
63
49
  * derived from CryptoJS.mode.CTR