@adins/ucsearch 2.9.8 → 2.9.10
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/README.md +7 -1
- package/esm2020/lib/ucsearch.component.mjs +20 -9
- package/fesm2015/adins-ucsearch.mjs +19 -8
- package/fesm2015/adins-ucsearch.mjs.map +1 -1
- package/fesm2020/adins-ucsearch.mjs +19 -8
- package/fesm2020/adins-ucsearch.mjs.map +1 -1
- package/lib/ucsearch.component.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,12 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
|
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
6
|
|
|
7
|
+
Version 2.9.10
|
|
8
|
+
1. kasih penjagaan check gte/lte/gt/lt
|
|
9
|
+
|
|
10
|
+
Version 2.9.9
|
|
11
|
+
1. add validation check gte/lte/gt/lt if numeric
|
|
12
|
+
|
|
7
13
|
Version 2.12.1
|
|
8
14
|
1. wfKeyFilter harus string with split delimiter (xania;yoan;apsari)
|
|
9
15
|
|
|
@@ -517,7 +523,7 @@ search.json :
|
|
|
517
523
|
"type" : "datepicker",
|
|
518
524
|
"label" : "Date From",
|
|
519
525
|
"name" : "dateDt",
|
|
520
|
-
"id" : "uniqueId",
|
|
526
|
+
"id" : "uniqueId", //*mandatory di ucReport
|
|
521
527
|
"value" : "", // BD : set value base on BusinessDate. format: BD + (+|-) + number.
|
|
522
528
|
"isTime" : "" // boolean: true|false
|
|
523
529
|
"restriction" : "gte",
|