formbuilder-lhcforms 10.2.0 → 10.2.1
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/assets/ngx-item.schema.json5 +35 -3
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.c87202d370911d4f.js +1 -0
- package/package.json +6 -6
- package/dist/formbuilder-lhcforms/main.0b50ba685959096d.js +0 -1
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"id": "entry-format",
|
|
72
72
|
"labelPosition": "left",
|
|
73
73
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
74
|
-
"controlClasses": "col-10 p-0"
|
|
75
|
-
}
|
|
74
|
+
"controlClasses": "col-10 p-0"
|
|
75
|
+
}
|
|
76
76
|
},
|
|
77
77
|
"__$restrictions": {
|
|
78
78
|
"description": "Choose to add value restrictions to the input.",
|
|
@@ -490,6 +490,9 @@
|
|
|
490
490
|
"operator": ["$EXP$ target.value != 'exists'"]
|
|
491
491
|
}
|
|
492
492
|
]
|
|
493
|
+
},
|
|
494
|
+
"widget": {
|
|
495
|
+
"id": "date"
|
|
493
496
|
}
|
|
494
497
|
},
|
|
495
498
|
"answerDateTime": {
|
|
@@ -505,6 +508,9 @@
|
|
|
505
508
|
"operator": ["$EXP$ target.value != 'exists'"]
|
|
506
509
|
}
|
|
507
510
|
]
|
|
511
|
+
},
|
|
512
|
+
"widget": {
|
|
513
|
+
"id": "datetime"
|
|
508
514
|
}
|
|
509
515
|
},
|
|
510
516
|
"answerTime": {
|
|
@@ -520,6 +526,9 @@
|
|
|
520
526
|
"operator": ["$EXP$ target.value != 'exists'"]
|
|
521
527
|
}
|
|
522
528
|
]
|
|
529
|
+
},
|
|
530
|
+
"widget": {
|
|
531
|
+
"id": "time"
|
|
523
532
|
}
|
|
524
533
|
},
|
|
525
534
|
"answerString": {
|
|
@@ -974,6 +983,9 @@
|
|
|
974
983
|
"title": "Value date",
|
|
975
984
|
"visibleIf": {
|
|
976
985
|
"/type": ["date"]
|
|
986
|
+
},
|
|
987
|
+
"widget": {
|
|
988
|
+
"id": "date"
|
|
977
989
|
}
|
|
978
990
|
},
|
|
979
991
|
"valueTime": {
|
|
@@ -983,6 +995,9 @@
|
|
|
983
995
|
"title": "Value time",
|
|
984
996
|
"visibleIf": {
|
|
985
997
|
"/type": ["time"]
|
|
998
|
+
},
|
|
999
|
+
"widget": {
|
|
1000
|
+
"id": "time"
|
|
986
1001
|
}
|
|
987
1002
|
},
|
|
988
1003
|
"valueString": {
|
|
@@ -1432,6 +1447,13 @@
|
|
|
1432
1447
|
"title": "Value date",
|
|
1433
1448
|
"visibleIf": {
|
|
1434
1449
|
"/type": ["date"]
|
|
1450
|
+
},
|
|
1451
|
+
"widget": {
|
|
1452
|
+
"id": "date",
|
|
1453
|
+
"labelPosition": "left",
|
|
1454
|
+
"labelClasses": "col-sm-2 m-0 ps-0 pe-1",
|
|
1455
|
+
"controlClasses": "col-sm-5",
|
|
1456
|
+
"placeholder": 'yyyy-MM-dd'
|
|
1435
1457
|
}
|
|
1436
1458
|
},
|
|
1437
1459
|
"valueDateTime": {
|
|
@@ -1441,6 +1463,13 @@
|
|
|
1441
1463
|
"title": "Value date time",
|
|
1442
1464
|
"visibleIf": {
|
|
1443
1465
|
"/type": ["dateTime"]
|
|
1466
|
+
},
|
|
1467
|
+
"widget": {
|
|
1468
|
+
"id": "datetime",
|
|
1469
|
+
"labelPosition": "left",
|
|
1470
|
+
"labelClasses": "col-sm-2 m-0 ps-0 pe-1",
|
|
1471
|
+
"controlClasses": "col-sm-5",
|
|
1472
|
+
"placeholder": 'yyyy-MM-dd hh:mm:ss (AM|PM)'
|
|
1444
1473
|
}
|
|
1445
1474
|
},
|
|
1446
1475
|
"valueTime": {
|
|
@@ -1450,6 +1479,9 @@
|
|
|
1450
1479
|
"title": "Value time",
|
|
1451
1480
|
"visibleIf": {
|
|
1452
1481
|
"/type": ["time"]
|
|
1482
|
+
},
|
|
1483
|
+
"widget": {
|
|
1484
|
+
"id": "time"
|
|
1453
1485
|
}
|
|
1454
1486
|
},
|
|
1455
1487
|
"valueString": {
|
|
@@ -2227,7 +2259,7 @@
|
|
|
2227
2259
|
"additionalProperties": false,
|
|
2228
2260
|
"type": "object",
|
|
2229
2261
|
"widget": {
|
|
2230
|
-
"id": "hidden"
|
|
2262
|
+
"id": "hidden"
|
|
2231
2263
|
}
|
|
2232
2264
|
}
|
|
2233
2265
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "10.2.
|
|
1
|
+
{"version": "10.2.1"}
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
<body class="bg-secondary">
|
|
20
20
|
<lfb-root></lfb-root>
|
|
21
21
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
22
|
-
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.e53ef974fd1c72c8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.
|
|
22
|
+
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.e53ef974fd1c72c8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.c87202d370911d4f.js" type="module"></script></body>
|
|
23
23
|
</html>
|
|
24
24
|
|