formbuilder-lhcforms 11.0.13 → 11.2.2
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 +169 -0
- package/dist/formbuilder-lhcforms/assets/extension-fields-layout.json5 +393 -0
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +164 -90
- package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json5 +68 -6
- package/dist/formbuilder-lhcforms/assets/items-layout.json5 +3 -3
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +14 -93
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +42 -168
- package/dist/formbuilder-lhcforms/assets/ngx-vs.schema.json5 +0 -24
- package/dist/formbuilder-lhcforms/assets/value-set-fields-layout.json5 +22 -3
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +3 -3
- package/dist/formbuilder-lhcforms/main.6f4b01cc0ff793cf.js +1 -0
- package/dist/formbuilder-lhcforms/styles.e9d72ffd1a43a77f.css +5 -0
- package/package.json +8 -13
- package/dist/formbuilder-lhcforms/main.977d74df265755c7.js +0 -1
- package/dist/formbuilder-lhcforms/styles.c584b0954ad7721e.css +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.2",
|
|
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",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"test": "npm run unit-test && npm run e2e:pw-run",
|
|
21
21
|
"unit-test": "npx ng test --watch=false | grep -v -E '^(chunk|spec-|Lazy chunk)'",
|
|
22
22
|
"lint": "npx ng lint",
|
|
23
|
-
"e2e": "npx ng e2e",
|
|
24
23
|
"e2e:serve": "dotenv -c -- sh -c 'angular-http-server --silent --path ./dist/formbuilder-lhcforms -p \"$TEST_PORT\"'",
|
|
25
24
|
"e2e:serve-second": "dotenv -c -- sh -c 'npx angular-http-server --silent --path ./dist/formbuilder-lhcforms -p \"$TEST_PORT_SECOND\"'",
|
|
26
25
|
"e2e:serve-both": "dotenv -c -- sh -c 'npx angular-http-server --silent --path ./dist/formbuilder-lhcforms -p $TEST_PORT & npx angular-http-server --silent --path ./dist/formbuilder-lhcforms -p $TEST_PORT_SECOND & wait'",
|
|
@@ -48,11 +47,12 @@
|
|
|
48
47
|
"@ctrl/ngx-codemirror": "7.0.0",
|
|
49
48
|
"@fortawesome/angular-fontawesome": "^3.0.0",
|
|
50
49
|
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
50
|
+
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
51
51
|
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
52
52
|
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
53
53
|
"@fullcalendar/core": "^6.1.15",
|
|
54
|
-
"@lhncbc/expression-editor": "~5.0.
|
|
55
|
-
"@lhncbc/ngx-schema-form": "2.14.1-
|
|
54
|
+
"@lhncbc/expression-editor": "~5.0.4",
|
|
55
|
+
"@lhncbc/ngx-schema-form": "2.14.1-forked1",
|
|
56
56
|
"@ng-bootstrap/ng-bootstrap": "~19.0.1",
|
|
57
57
|
"@types/fhir": "^0.0.36",
|
|
58
58
|
"@types/json5": "^2.2.0",
|
|
@@ -87,23 +87,18 @@
|
|
|
87
87
|
"@angular/cli": "~20.3.20",
|
|
88
88
|
"@angular/compiler-cli": "~20.3.18",
|
|
89
89
|
"@angular/language-service": "~20.3.18",
|
|
90
|
-
"@cypress/schematic": "^2.5.1",
|
|
91
90
|
"@playwright/test": "^1.42.1",
|
|
92
91
|
"@types/hapi": "18.0.8",
|
|
93
92
|
"@types/jasmine": "~4.3.1",
|
|
94
93
|
"@types/jasminewd2": "~2.0.10",
|
|
95
94
|
"@types/lodash": "^4.17.19",
|
|
96
95
|
"@types/node": "^18.15.5",
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "
|
|
98
|
-
"@typescript-eslint/parser": "^
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "8.59.0",
|
|
97
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
99
98
|
"@webcomponents/webcomponentsjs": "^2.7.0",
|
|
100
99
|
"angular-http-server": "^1.11.1",
|
|
101
|
-
"cypress": "^14.4.0",
|
|
102
|
-
"cypress-fail-on-console-error": "^5.1.1",
|
|
103
|
-
"cypress-real-events": "^1.14.0",
|
|
104
|
-
"cypress-terminal-report": "^7.1.0",
|
|
105
100
|
"dotenv-cli": "^7.4.2",
|
|
106
|
-
"eslint": "^
|
|
101
|
+
"eslint": "^9.39.4",
|
|
107
102
|
"jasmine-core": "^5.8.0",
|
|
108
103
|
"jasmine-spec-reporter": "~7.0.0",
|
|
109
104
|
"json-pointer": "^0.6.1",
|
|
@@ -116,6 +111,6 @@
|
|
|
116
111
|
"postcss": "^8.3.0",
|
|
117
112
|
"start-server-and-test": "^2.0.10",
|
|
118
113
|
"ts-node": "~9.1.1",
|
|
119
|
-
"typescript": "^5.
|
|
114
|
+
"typescript": "^5.9.3"
|
|
120
115
|
}
|
|
121
116
|
}
|