@adins/ucsearch 2.11.16 → 2.11.17

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.
Files changed (2) hide show
  1. package/README.md +26 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,11 @@
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.11.0
6
+ Version 2.11.17
7
7
  1. type dropdownsearch
8
+ 1.
9
+ 1.
10
+ 1.
8
11
 
9
12
  Version 2.9.0
10
13
  1. Update new attribute readonly buat datepicker
@@ -548,7 +551,7 @@ search.json :
548
551
  "id" : "uniqueId",
549
552
  "value" : "",
550
553
  "datatype" : "date",
551
- "dllType" : "true",
554
+ "ddlType" : "all", // string: (one, all, blank) // (select one, select all, 'no select option') | default select all
552
555
  "items" : [],
553
556
  "isEvent" : "true", // boolean: true|false, if true dropdown criteria affect other dropdown criteria
554
557
  "affectedFilter" : ["dropdownId", "searchId"], // affected filter check by name
@@ -561,6 +564,27 @@ search.json :
561
564
  "itemsUrl" : [],
562
565
  "exclude" : [] // list value to exclude from list
563
566
  },
567
+ {
568
+ "type" : "dropdownSearch",
569
+ "label" : "dropdown",
570
+ "name" : "dropdownId",
571
+ "value" : "",
572
+ "descr" : "", // value yg tampilin di inputan dds(drop-down-search)
573
+ "ddsType" : "true", // string: (one, all, blank) // (select one, select all, 'no select option') | default select all
574
+ "placeholder": "FILTER",
575
+ "size": 10, // height of dds, *mandatory
576
+ "isListHide": true, // default setting, *mandatory
577
+ "isFromURL": true,
578
+ "isQueryIn": true,
579
+ "environment": "", // key name from listEnvironments
580
+ "path": "", // path api
581
+ "items" : [],
582
+ "itemsUrl" : [],
583
+ "criteriaPropName": "", // criteria property name
584
+ "criteriaPropValue": "", // criteria value
585
+ "exclude" : [] // list value to exclude from list
586
+
587
+ },
564
588
  {
565
589
  "type": "taskDefinitionKey",
566
590
  "label" : "taskDefinitionKey",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucsearch",
3
- "version": "2.11.16",
3
+ "version": "2.11.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^7.2.0",
6
6
  "@angular/core": "^7.2.0"