@adins/ucsearch 2.9.7 → 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 +8 -1
- package/esm2020/lib/ucsearch.component.mjs +31 -19
- package/fesm2015/adins-ucsearch.mjs +30 -18
- package/fesm2015/adins-ucsearch.mjs.map +1 -1
- package/fesm2020/adins-ucsearch.mjs +30 -18
- 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
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
|
+
|
|
7
|
+
Version 2.9.9
|
|
8
|
+
1. add validation check gte/lte/gt/lt if numeric
|
|
9
|
+
|
|
10
|
+
Version 2.12.1
|
|
11
|
+
1. wfKeyFilter harus string with split delimiter (xania;yoan;apsari)
|
|
12
|
+
|
|
6
13
|
Version 2.11.28
|
|
7
14
|
1. async ngOnInit, initiateForm, reset
|
|
8
15
|
|
|
@@ -513,7 +520,7 @@ search.json :
|
|
|
513
520
|
"type" : "datepicker",
|
|
514
521
|
"label" : "Date From",
|
|
515
522
|
"name" : "dateDt",
|
|
516
|
-
"id" : "uniqueId",
|
|
523
|
+
"id" : "uniqueId", //*mandatory di ucReport
|
|
517
524
|
"value" : "", // BD : set value base on BusinessDate. format: BD + (+|-) + number.
|
|
518
525
|
"isTime" : "" // boolean: true|false
|
|
519
526
|
"restriction" : "gte",
|