ngx-techlify-core 16.0.4 → 16.0.5

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.
@@ -25,20 +25,15 @@ export declare class TechlifyTaggerTagFormFieldComponent implements OnInit, Cont
25
25
  tagInputCtrl: UntypedFormControl;
26
26
  filterString: any;
27
27
  tagInput: ElementRef<HTMLInputElement>;
28
- /**Pass the configuration for Techlify Tagger */
29
28
  config: TechlifyTaggerTagFormConfigModel;
30
- /**Pass the Model Type for Techlify Tagger, Required */
31
29
  modelType: string;
32
- /**Pass the Model ID for Techlify Tagger */
33
30
  modelId: string;
34
- /**Pass the default list of tags */
35
31
  private _allTags;
36
32
  get allTags(): any[];
37
33
  set allTags(value: any[]);
38
- /**Pass the Categories to filter for a model */
39
34
  categories: string[];
40
- /**Pass default category to be used for assigning the tags, when we filter by more than one category */
41
35
  defaultCreateCategory: string;
36
+ private subscriptions;
42
37
  get tags(): any[];
43
38
  get empty(): boolean;
44
39
  get shouldLabelFloat(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-techlify-core",
3
- "version": "16.0.4",
3
+ "version": "16.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16",
6
6
  "@angular/core": ">=16",