formbuilder-lhcforms 9.2.7 → 9.3.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/dist/formbuilder-lhcforms/3rdpartylicenses.txt +47 -25
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +5275 -0
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +40 -541
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +193 -3600
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +4 -9
- package/dist/formbuilder-lhcforms/main.08866caa96eec171.js +1 -0
- package/dist/formbuilder-lhcforms/polyfills.14e826bda2550dd4.js +1 -0
- package/dist/formbuilder-lhcforms/{styles.3ed240a0672a3bac.css → styles.d43aae2a4b1405b3.css} +3 -3
- package/package.json +9 -10
- package/dist/formbuilder-lhcforms/assets/fhir-extension-schema.json5 +0 -2482
- package/dist/formbuilder-lhcforms/lforms/lib/elements/assets/lib/zone.min.js +0 -134
- package/dist/formbuilder-lhcforms/lforms/lib/elements/down_arrow_gray_10_10.png +0 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/magnifying_glass.png +0 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js +0 -2478
- package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/styles.css +0 -3
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js.map +0 -1
- package/dist/formbuilder-lhcforms/main.f3a5fe66fbbb463d.js +0 -1
- package/dist/formbuilder-lhcforms/polyfills.26015f639a44af6f.js +0 -1
|
@@ -592,7 +592,7 @@ bootstrap
|
|
|
592
592
|
MIT
|
|
593
593
|
The MIT License (MIT)
|
|
594
594
|
|
|
595
|
-
Copyright (c) 2011-
|
|
595
|
+
Copyright (c) 2011-2024 The Bootstrap Authors
|
|
596
596
|
|
|
597
597
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
598
598
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -842,30 +842,8 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
842
842
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
843
843
|
|
|
844
844
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
MIT License
|
|
848
|
-
|
|
849
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
850
|
-
|
|
851
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
852
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
853
|
-
in the Software without restriction, including without limitation the rights
|
|
854
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
855
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
856
|
-
furnished to do so, subject to the following conditions:
|
|
857
|
-
|
|
858
|
-
The above copyright notice and this permission notice shall be included in all
|
|
859
|
-
copies or substantial portions of the Software.
|
|
860
|
-
|
|
861
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
862
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
863
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
864
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
865
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
866
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
867
|
-
SOFTWARE.
|
|
868
|
-
|
|
845
|
+
lforms-loader
|
|
846
|
+
SEE LICENSE IN LICENSE.md
|
|
869
847
|
|
|
870
848
|
lodash-es
|
|
871
849
|
MIT
|
|
@@ -1276,6 +1254,25 @@ Apache-2.0
|
|
|
1276
1254
|
|
|
1277
1255
|
|
|
1278
1256
|
|
|
1257
|
+
semver
|
|
1258
|
+
ISC
|
|
1259
|
+
The ISC License
|
|
1260
|
+
|
|
1261
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1262
|
+
|
|
1263
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
1264
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
1265
|
+
copyright notice and this permission notice appear in all copies.
|
|
1266
|
+
|
|
1267
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1268
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1269
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1270
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1271
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1272
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1273
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1274
|
+
|
|
1275
|
+
|
|
1279
1276
|
traverse
|
|
1280
1277
|
MIT
|
|
1281
1278
|
MIT License
|
|
@@ -1364,3 +1361,28 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1364
1361
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1365
1362
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1366
1363
|
SOFTWARE.
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
zone.js
|
|
1367
|
+
MIT
|
|
1368
|
+
The MIT License
|
|
1369
|
+
|
|
1370
|
+
Copyright (c) 2010-2022 Google LLC. https://angular.io/license
|
|
1371
|
+
|
|
1372
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1373
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1374
|
+
in the Software without restriction, including without limitation the rights
|
|
1375
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1376
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1377
|
+
furnished to do so, subject to the following conditions:
|
|
1378
|
+
|
|
1379
|
+
The above copyright notice and this permission notice shall be included in
|
|
1380
|
+
all copies or substantial portions of the Software.
|
|
1381
|
+
|
|
1382
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1383
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1384
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1385
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1386
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1387
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1388
|
+
THE SOFTWARE.
|