@bizdoc/core 1.16.11 → 1.16.12

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.
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ComponentRef, ElementRef, EventEmitter, OnDestroy, TemplateRef } from "@angular/core";
2
- import { FormBuilder, FormGroup } from "@angular/forms";
2
+ import { FormBuilder, FormControl, FormGroup } from "@angular/forms";
3
3
  import { BizDocComponentFactoryResolver } from "../../core/component-factory-resolver";
4
4
  import { SystemService } from "../system.service";
5
5
  import { Role } from "../../core/models";
@@ -45,11 +45,13 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
45
45
  readonly onContinue: EventEmitter<any>;
46
46
  readonly onSave: EventEmitter<ElementModel<any>>;
47
47
  roles: Role[];
48
+ froles: Role[];
48
49
  editContent: EditContentDirective;
49
50
  widgetContent: WidgetContentDirective;
50
51
  options: Portal<any>;
51
52
  mode: DesignMode;
52
53
  model: ElementModel<any>;
54
+ rolesfilter: FormControl;
53
55
  private _options;
54
56
  private readonly _destroy;
55
57
  constructor(_ref: DesignerRef<any>, _element: ElementRef<HTMLDivElement>, _pane: PaneRef, _fb: FormBuilder, _cfr: BizDocComponentFactoryResolver, _service: SystemService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.16.11",
3
+ "version": "1.16.12",
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",