@entryscape/rdforms 10.13.4 → 10.14.0
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.
- package/dist/rdforms.bmd.js +2 -76
- package/dist/rdforms.bmd.js.LICENSE.txt +81 -0
- package/dist/rdforms.bootstrap.js +2 -109
- package/dist/rdforms.bootstrap.js.LICENSE.txt +114 -0
- package/dist/rdforms.jquery.js +2 -51
- package/dist/rdforms.jquery.js.LICENSE.txt +56 -0
- package/dist/rdforms.react.js +47 -112
- package/dist/rdforms.react.js.LICENSE.txt +104 -0
- package/package.json +7 -8
- package/src/template/Item.js +4 -0
- package/src/view/react/labels.js +4 -4
- package/dist/rdforms.node.js +0 -2
- package/dist/rdforms.node.js.LICENSE.txt +0 -34
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Determine if an object is a Buffer
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* The buffer module from node.js, for the browser.
|
|
10
|
+
*
|
|
11
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
12
|
+
* @license MIT
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/*!
|
|
16
|
+
* jQuery JavaScript Library v3.7.1
|
|
17
|
+
* https://jquery.com/
|
|
18
|
+
*
|
|
19
|
+
* Copyright OpenJS Foundation and other contributors
|
|
20
|
+
* Released under the MIT license
|
|
21
|
+
* https://jquery.org/license
|
|
22
|
+
*
|
|
23
|
+
* Date: 2023-08-28T13:37Z
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
27
|
+
|
|
28
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
29
|
+
|
|
30
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Character class utilities for XML NS 1.0 edition 3.
|
|
34
|
+
*
|
|
35
|
+
* @author Louis-Dominique Dubeau
|
|
36
|
+
* @license MIT
|
|
37
|
+
* @copyright Louis-Dominique Dubeau
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Character classes and associated utilities for the 2nd edition of XML 1.1.
|
|
42
|
+
*
|
|
43
|
+
* @author Louis-Dominique Dubeau
|
|
44
|
+
* @license MIT
|
|
45
|
+
* @copyright Louis-Dominique Dubeau
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Character classes and associated utilities for the 5th edition of XML 1.0.
|
|
50
|
+
*
|
|
51
|
+
* @author Louis-Dominique Dubeau
|
|
52
|
+
* @license MIT
|
|
53
|
+
* @copyright Louis-Dominique Dubeau
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
//! moment.js
|