@openmrs/esm-form-builder-app 2.5.1-pre.993 → 2.6.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/192.js +1 -1
- package/dist/228.js +1 -1
- package/dist/228.js.map +1 -1
- package/dist/29.js +1 -1
- package/dist/29.js.map +1 -1
- package/dist/292.js +1 -1
- package/dist/292.js.map +1 -1
- package/dist/407.js +2 -0
- package/dist/{604.js.LICENSE.txt → 407.js.LICENSE.txt} +5 -9
- package/dist/407.js.map +1 -0
- package/dist/422.js +1 -0
- package/dist/422.js.map +1 -0
- package/dist/429.js +1 -1
- package/dist/429.js.map +1 -1
- package/dist/431.js +1 -1
- package/dist/431.js.map +1 -1
- package/dist/460.js +1 -1
- package/dist/505.js +1 -1
- package/dist/505.js.map +1 -1
- package/dist/601.js +1 -1
- package/dist/601.js.map +1 -1
- package/dist/785.js +8 -0
- package/dist/{786.js.LICENSE.txt → 785.js.LICENSE.txt} +9 -16
- package/dist/785.js.map +1 -0
- package/dist/789.js +1 -1
- package/dist/789.js.map +1 -1
- package/dist/835.js +1 -1
- package/dist/835.js.map +1 -1
- package/dist/852.js +1 -1
- package/dist/852.js.map +1 -1
- package/dist/9.js +1 -1
- package/dist/9.js.map +1 -1
- package/dist/91.js +1 -1
- package/dist/91.js.map +1 -1
- package/dist/916.js +1 -1
- package/dist/916.js.map +1 -1
- package/dist/963.js +1 -1
- package/dist/963.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-form-builder-app.js +1 -1
- package/dist/openmrs-esm-form-builder-app.js.buildmanifest.json +85 -105
- package/dist/openmrs-esm-form-builder-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +6 -8
- package/src/components/action-buttons/action-buttons.scss +1 -1
- package/src/components/action-buttons/unpublish-form.modal.tsx +2 -0
- package/src/components/dashboard/dashboard.test.tsx +1 -1
- package/src/components/dashboard/delete-form.scss +30 -0
- package/src/components/form-editor/form-editor.component.tsx +11 -8
- package/src/components/form-editor/restore-draft-schema.modal.tsx +6 -1
- package/src/components/interactive-builder/add-question.modal.tsx +65 -41
- package/src/components/interactive-builder/delete-page.modal.tsx +2 -0
- package/src/components/interactive-builder/delete-question.modal.tsx +2 -0
- package/src/components/interactive-builder/delete-section.modal.tsx +2 -0
- package/src/components/interactive-builder/edit-question.modal.tsx +64 -46
- package/src/components/interactive-builder/new-form.modal.tsx +6 -1
- package/src/components/interactive-builder/page.modal.tsx +6 -1
- package/src/components/interactive-builder/question-modal.scss +29 -0
- package/src/components/interactive-builder/section.modal.tsx +6 -1
- package/src/components/modals/save-form-modal.scss +30 -0
- package/src/components/modals/save-form.modal.tsx +2 -2
- package/src/components/modals.scss +29 -0
- package/src/types.ts +10 -1
- package/dist/360.js +0 -1
- package/dist/360.js.map +0 -1
- package/dist/604.js +0 -2
- package/dist/604.js.map +0 -1
- package/dist/786.js +0 -8
- package/dist/786.js.map +0 -1
- package/dist/979.js +0 -1
- package/dist/979.js.map +0 -1
|
@@ -6,12 +6,6 @@
|
|
|
6
6
|
* see: http://github.com/jrburke/requirejs for details
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
/*!
|
|
10
|
-
Copyright (c) 2018 Jed Watson.
|
|
11
|
-
Licensed under the MIT License (MIT), see
|
|
12
|
-
http://jedwatson.github.io/classnames
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
9
|
/*!
|
|
16
10
|
* Determine if an object is a Buffer
|
|
17
11
|
*
|
|
@@ -33,16 +27,6 @@
|
|
|
33
27
|
!*** external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"} ***!
|
|
34
28
|
\**************************************************************************************/
|
|
35
29
|
|
|
36
|
-
/**
|
|
37
|
-
* @license React
|
|
38
|
-
* react-is.production.min.js
|
|
39
|
-
*
|
|
40
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
41
|
-
*
|
|
42
|
-
* This source code is licensed under the MIT license found in the
|
|
43
|
-
* LICENSE file in the root directory of this source tree.
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
30
|
/**
|
|
47
31
|
* @remix-run/router v1.0.3
|
|
48
32
|
*
|
|
@@ -74,4 +58,13 @@
|
|
|
74
58
|
* LICENSE file in the root directory of this source tree.
|
|
75
59
|
*/
|
|
76
60
|
|
|
61
|
+
/** @license React v17.0.2
|
|
62
|
+
* react-is.production.min.js
|
|
63
|
+
*
|
|
64
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
65
|
+
*
|
|
66
|
+
* This source code is licensed under the MIT license found in the
|
|
67
|
+
* LICENSE file in the root directory of this source tree.
|
|
68
|
+
*/
|
|
69
|
+
|
|
77
70
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|