qcell-react 1.0.79 → 1.0.81

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.
@@ -0,0 +1,93 @@
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
+ /*!
12
+ * Sizzle CSS Selector Engine v2.2.1
13
+ * http://sizzlejs.com/
14
+ *
15
+ * Copyright jQuery Foundation and other contributors
16
+ * Released under the MIT license
17
+ * http://jquery.org/license
18
+ *
19
+ * Date: 2015-10-17
20
+ */
21
+
22
+ /*!
23
+ * dist/inputmask
24
+ * https://github.com/RobinHerbots/Inputmask
25
+ * Copyright (c) 2010 - 2024 Robin Herbots
26
+ * Licensed under the MIT license
27
+ * Version: 5.0.9
28
+ */
29
+
30
+ /*!
31
+ * jQuery JavaScript Library v1.12.4
32
+ * http://jquery.com/
33
+ *
34
+ * Includes Sizzle.js
35
+ * http://sizzlejs.com/
36
+ *
37
+ * Copyright jQuery Foundation and other contributors
38
+ * Released under the MIT license
39
+ * http://jquery.org/license
40
+ *
41
+ * Date: 2016-05-20T17:17Z
42
+ */
43
+
44
+ /*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
45
+
46
+ /*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
47
+
48
+ /*! jQuery UI - v1.12.1 - 2017-12-31
49
+ * http://jqueryui.com
50
+ * 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
51
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
52
+
53
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
54
+
55
+ /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
56
+
57
+ /**
58
+ * @license
59
+ * Lodash <https://lodash.com/>
60
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
61
+ * Released under MIT license <https://lodash.com/license>
62
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
63
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
64
+ */
65
+
66
+ /**
67
+ * jQuery plugin for adding, removing and making changes to CSS rules
68
+ *
69
+ * @author Vimal Aravindashan
70
+ * @version 0.3.7
71
+ * @licensed MIT license
72
+ */
73
+
74
+ /** @preserve
75
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
76
+ * derived from CryptoJS.mode.CTR
77
+ * Jan Hruby jhruby.web@gmail.com
78
+ */
79
+
80
+ /** @preserve
81
+ (c) 2012 by Cédric Mesnil. All rights reserved.
82
+
83
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
84
+
85
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
86
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
87
+
88
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
89
+ */
90
+
91
+ //! moment.js
92
+
93
+ //! moment.js locale configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcell-react",
3
- "version": "1.0.79",
3
+ "version": "1.0.81",
4
4
  "description": "QCELL component for React. Righttech Co., Ltd. All rights reserved.",
5
5
  "main": "dist/index.js",
6
6
  "types": "./src/types/index.d.ts",