@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.
Files changed (72) hide show
  1. package/dist/192.js +1 -1
  2. package/dist/228.js +1 -1
  3. package/dist/228.js.map +1 -1
  4. package/dist/29.js +1 -1
  5. package/dist/29.js.map +1 -1
  6. package/dist/292.js +1 -1
  7. package/dist/292.js.map +1 -1
  8. package/dist/407.js +2 -0
  9. package/dist/{604.js.LICENSE.txt → 407.js.LICENSE.txt} +5 -9
  10. package/dist/407.js.map +1 -0
  11. package/dist/422.js +1 -0
  12. package/dist/422.js.map +1 -0
  13. package/dist/429.js +1 -1
  14. package/dist/429.js.map +1 -1
  15. package/dist/431.js +1 -1
  16. package/dist/431.js.map +1 -1
  17. package/dist/460.js +1 -1
  18. package/dist/505.js +1 -1
  19. package/dist/505.js.map +1 -1
  20. package/dist/601.js +1 -1
  21. package/dist/601.js.map +1 -1
  22. package/dist/785.js +8 -0
  23. package/dist/{786.js.LICENSE.txt → 785.js.LICENSE.txt} +9 -16
  24. package/dist/785.js.map +1 -0
  25. package/dist/789.js +1 -1
  26. package/dist/789.js.map +1 -1
  27. package/dist/835.js +1 -1
  28. package/dist/835.js.map +1 -1
  29. package/dist/852.js +1 -1
  30. package/dist/852.js.map +1 -1
  31. package/dist/9.js +1 -1
  32. package/dist/9.js.map +1 -1
  33. package/dist/91.js +1 -1
  34. package/dist/91.js.map +1 -1
  35. package/dist/916.js +1 -1
  36. package/dist/916.js.map +1 -1
  37. package/dist/963.js +1 -1
  38. package/dist/963.js.map +1 -1
  39. package/dist/main.js +1 -1
  40. package/dist/main.js.map +1 -1
  41. package/dist/openmrs-esm-form-builder-app.js +1 -1
  42. package/dist/openmrs-esm-form-builder-app.js.buildmanifest.json +85 -105
  43. package/dist/openmrs-esm-form-builder-app.js.map +1 -1
  44. package/dist/routes.json +1 -1
  45. package/package.json +6 -8
  46. package/src/components/action-buttons/action-buttons.scss +1 -1
  47. package/src/components/action-buttons/unpublish-form.modal.tsx +2 -0
  48. package/src/components/dashboard/dashboard.test.tsx +1 -1
  49. package/src/components/dashboard/delete-form.scss +30 -0
  50. package/src/components/form-editor/form-editor.component.tsx +11 -8
  51. package/src/components/form-editor/restore-draft-schema.modal.tsx +6 -1
  52. package/src/components/interactive-builder/add-question.modal.tsx +65 -41
  53. package/src/components/interactive-builder/delete-page.modal.tsx +2 -0
  54. package/src/components/interactive-builder/delete-question.modal.tsx +2 -0
  55. package/src/components/interactive-builder/delete-section.modal.tsx +2 -0
  56. package/src/components/interactive-builder/edit-question.modal.tsx +64 -46
  57. package/src/components/interactive-builder/new-form.modal.tsx +6 -1
  58. package/src/components/interactive-builder/page.modal.tsx +6 -1
  59. package/src/components/interactive-builder/question-modal.scss +29 -0
  60. package/src/components/interactive-builder/section.modal.tsx +6 -1
  61. package/src/components/modals/save-form-modal.scss +30 -0
  62. package/src/components/modals/save-form.modal.tsx +2 -2
  63. package/src/components/modals.scss +29 -0
  64. package/src/types.ts +10 -1
  65. package/dist/360.js +0 -1
  66. package/dist/360.js.map +0 -1
  67. package/dist/604.js +0 -2
  68. package/dist/604.js.map +0 -1
  69. package/dist/786.js +0 -8
  70. package/dist/786.js.map +0 -1
  71. package/dist/979.js +0 -1
  72. 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 */