@bizdoc/core 2.3.5 → 2.3.6

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.
@@ -101,7 +101,7 @@ export interface ElementModel<T = any> {
101
101
  family?: string;
102
102
  type?: string;
103
103
  name: string;
104
- title: string;
104
+ title: LocalizedString;
105
105
  disabled?: boolean;
106
106
  draft?: boolean;
107
107
  empty?: boolean;
@@ -47,7 +47,7 @@ export declare class ConfigurationDesignerComponent implements UtilityComponent,
47
47
  copy(section: Section, element: ElementModel): void;
48
48
  edit(element: ElementModel, section: Section): void;
49
49
  toggleDisabled(element: ElementModel): void;
50
- save(): import("rxjs").Observable<boolean>;
50
+ save(): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationDesignerComponent, never>;
52
52
  static ɵcmp: i0.ɵɵComponentDeclaration<ConfigurationDesignerComponent, "ng-component", never, {}, {}, never, never, false, never>;
53
53
  }
@@ -14,7 +14,6 @@ export declare class ChipsField implements ControlComponent, OnInit {
14
14
  required?: boolean;
15
15
  placeholder?: string;
16
16
  readonly control: FormControl<any>;
17
- readonly _tags: FormControl<any>;
18
17
  ngOnInit(): void;
19
18
  input: MatInput;
20
19
  focus(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",