@colijnit/corecomponents_v12 260.1.5 → 260.1.7

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.
@@ -19,6 +19,7 @@
19
19
  border: 1px solid #F5F5FC;
20
20
  transition: background-color 0.3s ease;
21
21
  padding: 0;
22
+ margin: 0 0.5em;
22
23
  .top-resizer, .bottom-resizer {
23
24
  height: 5px;
24
25
  position: absolute;
@@ -28,6 +28,7 @@ export declare class ListOfValuesComponent extends BaseInputComponent<any> imple
28
28
  set collection(value: any[]);
29
29
  get collection(): any[];
30
30
  collectionLoadFn: Function;
31
+ collectionLoadFnProp: string;
31
32
  leftIconData: SafeHtml | undefined;
32
33
  searchPlaceholder: string;
33
34
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "260.1.5",
3
+ "version": "260.1.7",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {