survey-angular-ui 2.3.15 → 2.4.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/bundles/survey-angular-ui.umd.js +2 -2
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/esm2015/components/action-bar/action.component.js +2 -2
- package/esm2015/questions/file.component.js +2 -2
- package/fesm2015/survey-angular-ui.js +2 -2
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +31 -10
package/package.json
CHANGED
|
@@ -1,17 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-angular-ui",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"
|
|
3
|
+
"version": "2.4.0",
|
|
4
|
+
"homepage": "https://surveyjs.io/",
|
|
5
|
+
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"description": "A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.",
|
|
5
8
|
"keywords": [
|
|
6
|
-
"Survey",
|
|
7
|
-
"JavaScript",
|
|
8
|
-
"Bootstrap",
|
|
9
|
-
"Library",
|
|
10
9
|
"angular",
|
|
11
|
-
"
|
|
10
|
+
"survey",
|
|
11
|
+
"form",
|
|
12
|
+
"surveyjs",
|
|
13
|
+
"survey-library",
|
|
14
|
+
"angular-component",
|
|
15
|
+
"form-rendering",
|
|
16
|
+
"survey-renderer",
|
|
17
|
+
"dynamic-form",
|
|
18
|
+
"interactive-form",
|
|
19
|
+
"form-library",
|
|
20
|
+
"form-management",
|
|
21
|
+
"questionnaire",
|
|
22
|
+
"data-collection",
|
|
23
|
+
"data-validation",
|
|
24
|
+
"form-validation",
|
|
25
|
+
"input-validation",
|
|
26
|
+
"ui-component",
|
|
27
|
+
"json",
|
|
28
|
+
"json-schema",
|
|
29
|
+
"angular-schema-form",
|
|
30
|
+
"survey-renderer",
|
|
31
|
+
"client-side",
|
|
32
|
+
"frontend",
|
|
33
|
+
"javascript",
|
|
34
|
+
"typescript"
|
|
12
35
|
],
|
|
13
|
-
"homepage": "https://surveyjs.io/",
|
|
14
|
-
"license": "MIT",
|
|
15
36
|
"repository": {
|
|
16
37
|
"type": "git",
|
|
17
38
|
"url": "https://github.com/surveyjs/surveyjs.git"
|
|
@@ -21,7 +42,7 @@
|
|
|
21
42
|
"@angular/cdk": "*",
|
|
22
43
|
"@angular/core": "*",
|
|
23
44
|
"@angular/forms": "*",
|
|
24
|
-
"survey-core": "2.
|
|
45
|
+
"survey-core": "2.4.0"
|
|
25
46
|
},
|
|
26
47
|
"overrides": {
|
|
27
48
|
"stylus": "github:stylus/stylus#0.54.8"
|