formbuilder-lhcforms 9.7.5 → 9.7.6
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/formbuilder-lhcforms/3rdpartylicenses.txt +134 -2
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +3 -3
- package/dist/formbuilder-lhcforms/main.cebb24d9782f8cf4.js +1 -0
- package/dist/formbuilder-lhcforms/polyfills.e53ef974fd1c72c8.js +1 -0
- package/dist/formbuilder-lhcforms/{styles.3e3f9d3e1c32a1ac.css → styles.1af84429b08a7451.css} +1 -1
- package/package.json +33 -33
- package/dist/formbuilder-lhcforms/main.82e5df166dcc08d1.js +0 -1
- package/dist/formbuilder-lhcforms/polyfills.ef59bbccd462f5ac.js +0 -1
- package/dist/formbuilder-lhcforms/tests/window-open-test.html +0 -108
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.6",
|
|
4
4
|
"description": "Build LHC-Forms and FHIR Questionnaires",
|
|
5
5
|
"homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -43,30 +43,30 @@
|
|
|
43
43
|
"dist/formbuilder-lhcforms"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@angular-builders/custom-webpack": "^
|
|
47
|
-
"@angular/animations": "~
|
|
48
|
-
"@angular/cdk": "^
|
|
49
|
-
"@angular/common": "~
|
|
50
|
-
"@angular/compiler": "~
|
|
51
|
-
"@angular/core": "^
|
|
52
|
-
"@angular/forms": "~
|
|
53
|
-
"@angular/localize": "~
|
|
54
|
-
"@angular/material": "^
|
|
55
|
-
"@angular/platform-browser": "~
|
|
56
|
-
"@angular/platform-browser-dynamic": "~
|
|
57
|
-
"@angular/router": "~
|
|
46
|
+
"@angular-builders/custom-webpack": "^19.0.0",
|
|
47
|
+
"@angular/animations": "~19.1.4",
|
|
48
|
+
"@angular/cdk": "^19.1.2",
|
|
49
|
+
"@angular/common": "~19.1.4",
|
|
50
|
+
"@angular/compiler": "~19.1.4",
|
|
51
|
+
"@angular/core": "^19.1.4",
|
|
52
|
+
"@angular/forms": "~19.1.4",
|
|
53
|
+
"@angular/localize": "~19.1.4",
|
|
54
|
+
"@angular/material": "^19.1.2",
|
|
55
|
+
"@angular/platform-browser": "~19.1.4",
|
|
56
|
+
"@angular/platform-browser-dynamic": "~19.1.4",
|
|
57
|
+
"@angular/router": "~19.1.4",
|
|
58
58
|
"@bugsplat/angular-tree-component": "^13.0.1",
|
|
59
59
|
"@ctrl/ngx-codemirror": "^7.0.0",
|
|
60
|
-
"@fortawesome/angular-fontawesome": "^0.
|
|
61
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
62
|
-
"@fortawesome/free-regular-svg-icons": "^6.
|
|
63
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
64
|
-
"@fullcalendar/core": "^6.1.
|
|
65
|
-
"@lhncbc/ngx-schema-form": "2.
|
|
66
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
60
|
+
"@fortawesome/angular-fontawesome": "^1.0.0",
|
|
61
|
+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
62
|
+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
63
|
+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
64
|
+
"@fullcalendar/core": "^6.1.15",
|
|
65
|
+
"@lhncbc/ngx-schema-form": "2.13.1-forked",
|
|
66
|
+
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
|
|
67
67
|
"@types/fhir": "^0.0.36",
|
|
68
|
-
"bootstrap": "^5.
|
|
69
|
-
"codemirror": "^5.65.
|
|
68
|
+
"bootstrap": "^5.3.3",
|
|
69
|
+
"codemirror": "^5.65.18",
|
|
70
70
|
"date-fns": "^2.30.0",
|
|
71
71
|
"fast-copy": "^2.1.1",
|
|
72
72
|
"fhirclient": "^2.5.2",
|
|
@@ -78,21 +78,21 @@
|
|
|
78
78
|
"lforms-loader": "^3.0.3",
|
|
79
79
|
"lodash-es": "^4.17.21",
|
|
80
80
|
"math-to-fhirpath": "NLMLHC/math-to-fhirpath",
|
|
81
|
-
"rxjs": "~7.
|
|
81
|
+
"rxjs": "~7.8.1",
|
|
82
82
|
"traverse": "^0.6.6",
|
|
83
83
|
"tslib": "^2.1.0",
|
|
84
|
-
"z-schema": "~
|
|
85
|
-
"zone.js": "~0.
|
|
84
|
+
"z-schema": "~6.0.2",
|
|
85
|
+
"zone.js": "~0.15.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@angular-eslint/builder": "
|
|
89
|
-
"@angular-eslint/eslint-plugin": "
|
|
90
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
91
|
-
"@angular-eslint/schematics": "
|
|
92
|
-
"@angular-eslint/template-parser": "
|
|
93
|
-
"@angular/cli": "^
|
|
94
|
-
"@angular/compiler-cli": "~
|
|
95
|
-
"@angular/language-service": "~
|
|
88
|
+
"@angular-eslint/builder": "19.0.2",
|
|
89
|
+
"@angular-eslint/eslint-plugin": "19.0.2",
|
|
90
|
+
"@angular-eslint/eslint-plugin-template": "19.0.2",
|
|
91
|
+
"@angular-eslint/schematics": "19.0.2",
|
|
92
|
+
"@angular-eslint/template-parser": "19.0.2",
|
|
93
|
+
"@angular/cli": "^19.1.5",
|
|
94
|
+
"@angular/compiler-cli": "~19.1.4",
|
|
95
|
+
"@angular/language-service": "~19.1.4",
|
|
96
96
|
"@cypress/schematic": "^2.5.1",
|
|
97
97
|
"@playwright/test": "^1.42.1",
|
|
98
98
|
"@types/hapi": "18.0.8",
|