@entryscape/rdforms 10.10.1 → 10.11.1
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 +44 -27
- package/dist/rdforms.bootstrap.js +62 -44
- package/dist/rdforms.jquery.js +41 -24
- package/dist/rdforms.node.js +2 -280
- package/dist/rdforms.node.js.LICENSE.txt +34 -0
- package/dist/rdforms.react.js +88 -195
- package/package.json +36 -43
- package/src/spec/nls/de/spec.nls +35 -0
- package/src/template/Item.js +18 -0
- package/src/template/ItemStore.js +23 -8
- package/src/view/jquery/choice.js +11 -11
- package/src/view/react/choice.js +12 -4
- package/src/view/viewUtils.js +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Determine if an object is a Buffer
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Character class utilities for XML NS 1.0 edition 3.
|
|
10
|
+
*
|
|
11
|
+
* @author Louis-Dominique Dubeau
|
|
12
|
+
* @license MIT
|
|
13
|
+
* @copyright Louis-Dominique Dubeau
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Character classes and associated utilities for the 2nd edition of XML 1.1.
|
|
18
|
+
*
|
|
19
|
+
* @author Louis-Dominique Dubeau
|
|
20
|
+
* @license MIT
|
|
21
|
+
* @copyright Louis-Dominique Dubeau
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Character classes and associated utilities for the 5th edition of XML 1.0.
|
|
26
|
+
*
|
|
27
|
+
* @author Louis-Dominique Dubeau
|
|
28
|
+
* @license MIT
|
|
29
|
+
* @copyright Louis-Dominique Dubeau
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
//! moment.js
|
|
33
|
+
|
|
34
|
+
//! moment.js locale configuration
|