chrv-components 1.10.21 → 1.10.22
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.
|
@@ -50,7 +50,7 @@ export declare class ChrTagSelectComponent extends ChrBaseInputComponent impleme
|
|
|
50
50
|
protected getModelDisplay: (model: any) => any;
|
|
51
51
|
protected addFromText: (event: any) => void;
|
|
52
52
|
protected add: (event: any) => void;
|
|
53
|
-
protected edit: (entry: any) => void
|
|
53
|
+
protected edit: (entry: any) => void;
|
|
54
54
|
protected remove(value: any): void;
|
|
55
55
|
protected registerFilters: () => void;
|
|
56
56
|
protected increment: (input: any) => void;
|
package/package.json
CHANGED
|
Binary file
|