@entryscape/rdforms 10.16.0 → 10.17.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.bootstrap.js +1 -1
- package/dist/rdforms.bootstrap.js.LICENSE.txt +0 -35
- package/dist/rdforms.jquery.js +1 -1
- package/dist/rdforms.jquery.js.LICENSE.txt +0 -35
- package/dist/rdforms.node.js +37 -36
- package/dist/rdforms.react.js +17 -17
- package/dist/rdforms.react.js.LICENSE.txt +0 -35
- package/package.json +17 -17
- package/src/template/Item.js +2 -0
- package/src/view/Editor.js +1 -1
- package/src/view/Presenter.js +2 -1
- package/src/view/ValidationPresenter.js +1 -1
- package/src/view/View.js +4 -1
- package/src/view/bootstrap/labels.js +6 -0
- package/src/view/react/labels.js +64 -82
- package/src/view/react/style.css +11 -1
- package/src/view/resources/rdforms.css +1 -2
|
@@ -28,13 +28,6 @@
|
|
|
28
28
|
* Date: 2023-02-14
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
-
/*!
|
|
32
|
-
* The buffer module from node.js, for the browser.
|
|
33
|
-
*
|
|
34
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
35
|
-
* @license MIT
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
31
|
/*!
|
|
39
32
|
* jQuery JavaScript Library v3.7.1
|
|
40
33
|
* https://jquery.com/
|
|
@@ -51,41 +44,13 @@
|
|
|
51
44
|
* Copyright OpenJS Foundation and other contributors
|
|
52
45
|
*/
|
|
53
46
|
|
|
54
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
55
|
-
|
|
56
47
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
57
48
|
|
|
58
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
59
|
-
|
|
60
49
|
/**
|
|
61
50
|
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
|
|
62
51
|
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
|
|
63
52
|
*/
|
|
64
53
|
|
|
65
|
-
/**
|
|
66
|
-
* Character class utilities for XML NS 1.0 edition 3.
|
|
67
|
-
*
|
|
68
|
-
* @author Louis-Dominique Dubeau
|
|
69
|
-
* @license MIT
|
|
70
|
-
* @copyright Louis-Dominique Dubeau
|
|
71
|
-
*/
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* Character classes and associated utilities for the 2nd edition of XML 1.1.
|
|
75
|
-
*
|
|
76
|
-
* @author Louis-Dominique Dubeau
|
|
77
|
-
* @license MIT
|
|
78
|
-
* @copyright Louis-Dominique Dubeau
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Character classes and associated utilities for the 5th edition of XML 1.0.
|
|
83
|
-
*
|
|
84
|
-
* @author Louis-Dominique Dubeau
|
|
85
|
-
* @license MIT
|
|
86
|
-
* @copyright Louis-Dominique Dubeau
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
54
|
/**!
|
|
90
55
|
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
|
91
56
|
* @version 1.16.1
|