@adins/ucsearch 3.8.4-test.1 → 3.8.6-canary.0
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
|
@@ -5,6 +5,13 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
|
|
|
5
5
|
## Version
|
|
6
6
|
notes: new ui under canary.x tags
|
|
7
7
|
|
|
8
|
+
Version 3.8.6
|
|
9
|
+
1. add `isLockHo` in input type `officeRoleCodes`
|
|
10
|
+
|
|
11
|
+
Version 3.8.5
|
|
12
|
+
1. fix lookup circular deps
|
|
13
|
+
2. fix behavior `enter` when isReport is true
|
|
14
|
+
|
|
8
15
|
Version 3.8.4
|
|
9
16
|
1. add support restriction like for ddl
|
|
10
17
|
|
|
@@ -894,6 +901,7 @@ search.json :
|
|
|
894
901
|
"ddlType" : "all", // string: (one, all, blank) // (select one, select all, 'no select option') | default select all
|
|
895
902
|
"isQueryIn": true, // boolean: true|false, if true and ddlType all then in list insert to criteria
|
|
896
903
|
"path": "", // path api
|
|
904
|
+
"isLockHo": false //boolean: true|false, if true then ddl value will be locked to Head Office only
|
|
897
905
|
},
|
|
898
906
|
{
|
|
899
907
|
"label" : "label",
|