@adins/ucsearch 2.9.8 → 2.9.9

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 CHANGED
@@ -4,6 +4,9 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
4
4
 
5
5
  ## Version
6
6
 
7
+ Version 2.9.9
8
+ 1. add validation check gte/lte/gt/lt if numeric
9
+
7
10
  Version 2.12.1
8
11
  1. wfKeyFilter harus string with split delimiter (xania;yoan;apsari)
9
12
 
@@ -517,7 +520,7 @@ search.json :
517
520
  "type" : "datepicker",
518
521
  "label" : "Date From",
519
522
  "name" : "dateDt",
520
- "id" : "uniqueId",
523
+ "id" : "uniqueId", //*mandatory di ucReport
521
524
  "value" : "", // BD : set value base on BusinessDate. format: BD + (+|-) + number.
522
525
  "isTime" : "" // boolean: true|false
523
526
  "restriction" : "gte",