@luomus/laji-form-builder 1.0.28 → 1.0.31
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/README.md +20 -16
- package/client-test.Dockerfile +11 -0
- package/config.prod.json +10 -0
- package/docker-test-results/client.xml +566 -0
- package/lib/client/components/Editor/ElemPicker.js +1 -1
- package/lib/client/components/Editor/ElemPicker.js.map +1 -1
- package/lib/client/components/Editor/UiSchemaEditor.js +1 -1
- package/lib/client/components/Editor/UiSchemaEditor.js.map +1 -1
- package/lib/client/styles.css +310 -223
- package/lib/client/styles.css.map +1 -0
- package/lib/client/utils.js +1 -1
- package/lib/client/utils.js.map +1 -1
- package/lib/utils.d.ts +1 -1
- package/lib/utils.js.map +1 -1
- package/package.json +18 -15
- package/playwright.config.ts +76 -0
- package/dist/laji-form-builder.js +0 -2
- package/dist/laji-form-builder.js.LICENSE.txt +0 -82
- package/dist/main.js +0 -2
- package/dist/main.js.LICENSE.txt +0 -86
- package/dist/styles.css +0 -4
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Leaflet.contextmenu, a context menu for Leaflet.
|
|
3
|
-
(c) 2015, Adam Ratcliffe, GeoSmart Maps Limited
|
|
4
|
-
|
|
5
|
-
@preserve
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*
|
|
9
|
-
object-assign
|
|
10
|
-
(c) Sindre Sorhus
|
|
11
|
-
@license MIT
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/* @preserve
|
|
15
|
-
* Leaflet 1.7.1, a JS library for interactive maps. http://leafletjs.com
|
|
16
|
-
* (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
/*!
|
|
20
|
-
Copyright (c) 2015 Jed Watson.
|
|
21
|
-
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
22
|
-
All rights reserved.
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
/*!
|
|
26
|
-
Copyright (c) 2017 Jed Watson.
|
|
27
|
-
Licensed under the MIT License (MIT), see
|
|
28
|
-
http://jedwatson.github.io/classnames
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
/*!
|
|
32
|
-
* validate.js 0.11.1
|
|
33
|
-
*
|
|
34
|
-
* (c) 2013-2016 Nicklas Ansman, 2013 Wrapp
|
|
35
|
-
* Validate.js may be freely distributed under the MIT license.
|
|
36
|
-
* For all details and documentation:
|
|
37
|
-
* http://validatejs.org/
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
/*! nouislider - 13.1.0 - 2/8/2019 */
|
|
41
|
-
|
|
42
|
-
/** @license React v0.20.2
|
|
43
|
-
* scheduler.production.min.js
|
|
44
|
-
*
|
|
45
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
46
|
-
*
|
|
47
|
-
* This source code is licensed under the MIT license found in the
|
|
48
|
-
* LICENSE file in the root directory of this source tree.
|
|
49
|
-
*/
|
|
50
|
-
|
|
51
|
-
/** @license React v16.11.0
|
|
52
|
-
* react-is.production.min.js
|
|
53
|
-
*
|
|
54
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
55
|
-
*
|
|
56
|
-
* This source code is licensed under the MIT license found in the
|
|
57
|
-
* LICENSE file in the root directory of this source tree.
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
/** @license React v17.0.2
|
|
61
|
-
* react-dom.production.min.js
|
|
62
|
-
*
|
|
63
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
64
|
-
*
|
|
65
|
-
* This source code is licensed under the MIT license found in the
|
|
66
|
-
* LICENSE file in the root directory of this source tree.
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
/** @license React v17.0.2
|
|
70
|
-
* react.production.min.js
|
|
71
|
-
*
|
|
72
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the MIT license found in the
|
|
75
|
-
* LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
79
|
-
|
|
80
|
-
//! moment.js
|
|
81
|
-
|
|
82
|
-
//! moment.js locale configuration
|