@adins/ucviewgeneric 3.3.0 → 3.3.2
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 +9 -0
- package/esm2020/lib/ucviewgeneric.component.mjs +4 -4
- package/esm2020/lib/ucviewgeneric.module.mjs +6 -2
- package/fesm2015/adins-ucviewgeneric.mjs +9 -5
- package/fesm2015/adins-ucviewgeneric.mjs.map +1 -1
- package/fesm2020/adins-ucviewgeneric.mjs +9 -5
- package/fesm2020/adins-ucviewgeneric.mjs.map +1 -1
- package/lib/ucviewgeneric.module.d.ts +3 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
|
+
Version 3.3.2
|
|
7
|
+
1. Change gridview component to table component
|
|
8
|
+
|
|
9
|
+
Version 3.3.1
|
|
10
|
+
1. Add support type blank
|
|
11
|
+
|
|
6
12
|
Version 3.3.0
|
|
7
13
|
1. Add support data dictionary
|
|
8
14
|
|
|
@@ -237,6 +243,9 @@ view.json :
|
|
|
237
243
|
"reqObj": {}, // request object for hit API, default take from queryParamfalse will take from response[resObjName]
|
|
238
244
|
"resObjName": "", // response object name to get data
|
|
239
245
|
"mainInfo": [ // view information list
|
|
246
|
+
{
|
|
247
|
+
"type": "blank"
|
|
248
|
+
},
|
|
240
249
|
{
|
|
241
250
|
"type": "link", // text with link button
|
|
242
251
|
"label": "View Name", // label information name
|