@adins/ucsearch 2.9.18 → 2.9.19
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 +3 -0
- package/esm2020/lib/ucsearch.component.mjs +10 -5
- package/fesm2015/adins-ucsearch.mjs +9 -4
- package/fesm2015/adins-ucsearch.mjs.map +1 -1
- package/fesm2020/adins-ucsearch.mjs +9 -4
- package/fesm2020/adins-ucsearch.mjs.map +1 -1
- package/lib/ucsearch.component.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
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
|
+
Version 2.9.19 (angular 13)
|
|
7
|
+
1. Fix header in export excel - nama header dalam file excel akan sesuai dengan nama header pada gridview
|
|
8
|
+
|
|
6
9
|
Version 2.9.18 (angular 13)
|
|
7
10
|
1. Fix bug ketika export excel untuk type action
|
|
8
11
|
|