formeo 2.2.0 → 2.2.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/demo/assets/css/demo.min.css +1 -1
- package/dist/demo/assets/css/demo.min.css.gz +0 -0
- package/dist/demo/assets/css/formeo.min.css +1 -1
- package/dist/demo/assets/css/formeo.min.css.gz +0 -0
- package/dist/demo/assets/js/demo.min.js +2 -2
- package/dist/demo/assets/js/demo.min.js.gz +0 -0
- package/dist/demo/assets/js/formeo.min.js +3 -3
- package/dist/demo/assets/js/formeo.min.js.gz +0 -0
- package/dist/demo/index.html +1 -1
- package/dist/formeo.cjs.js +3 -3
- package/dist/formeo.es.js +4 -4
- package/dist/formeo.min.css +1 -1
- package/dist/formeo.min.js +3 -3
- package/dist/formeo.umd.js +3 -3
- package/package.json +1 -1
package/dist/formeo.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
formeo - https://formeo.io
|
|
4
|
-
Version: 2.
|
|
4
|
+
Version: 2.2.0
|
|
5
5
|
Author: Draggable https://draggable.io
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -231,7 +231,7 @@ class I18N {
|
|
|
231
231
|
}
|
|
232
232
|
const mi18n = new I18N();
|
|
233
233
|
const name$1 = "formeo";
|
|
234
|
-
const version$2 = "2.
|
|
234
|
+
const version$2 = "2.2.0";
|
|
235
235
|
const type = "module";
|
|
236
236
|
const main = "dist/formeo.cjs.js";
|
|
237
237
|
const module = "dist/formeo.es.js";
|
|
@@ -6775,7 +6775,7 @@ const insertScript = (src) => {
|
|
|
6775
6775
|
attrs: {
|
|
6776
6776
|
type: "text/javascript",
|
|
6777
6777
|
async: true,
|
|
6778
|
-
src
|
|
6778
|
+
src
|
|
6779
6779
|
},
|
|
6780
6780
|
action: {
|
|
6781
6781
|
load: () => onLoadJavascript(script, resolve),
|
|
@@ -7348,7 +7348,7 @@ class TinyMCEControl extends Control {
|
|
|
7348
7348
|
attrs: {
|
|
7349
7349
|
required: false
|
|
7350
7350
|
},
|
|
7351
|
-
dependencies: { js: "cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js" },
|
|
7351
|
+
dependencies: { js: "https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js" },
|
|
7352
7352
|
// this action is passed to the rendered control/element
|
|
7353
7353
|
// useful for actions and events on the control preview
|
|
7354
7354
|
action: {
|