@acorex/components 18.10.14 → 18.10.16

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.
Files changed (35) hide show
  1. package/button-group/lib/button-group.component.d.ts +5 -5
  2. package/esm2022/button-group/lib/button-group.component.mjs +10 -8
  3. package/esm2022/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.mjs +4 -4
  4. package/esm2022/image-editor/lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component.mjs +3 -3
  5. package/esm2022/image-editor/lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component.mjs +3 -3
  6. package/esm2022/image-editor/lib/image-editor-view/image-editor-view.component.mjs +15 -3
  7. package/esm2022/image-editor/lib/image-editor.service.mjs +4 -3
  8. package/esm2022/paint/lib/paint/paint-view/paint-view.component.mjs +8 -3
  9. package/esm2022/popover/lib/popover.component.mjs +55 -34
  10. package/esm2022/popup/lib/popup.component.mjs +2 -2
  11. package/esm2022/select-box/lib/select-box.component.mjs +3 -3
  12. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +9 -3
  13. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +3 -3
  14. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +3 -1
  15. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +3 -1
  16. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +3 -1
  17. package/fesm2022/acorex-components-button-group.mjs +9 -7
  18. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  19. package/fesm2022/acorex-components-image-editor.mjs +24 -11
  20. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  21. package/fesm2022/acorex-components-paint.mjs +7 -2
  22. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  23. package/fesm2022/acorex-components-popover.mjs +54 -33
  24. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  25. package/fesm2022/acorex-components-popup.mjs +2 -2
  26. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  27. package/fesm2022/acorex-components-select-box.mjs +2 -2
  28. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  29. package/fesm2022/acorex-components-wysiwyg.mjs +16 -4
  30. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  31. package/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.d.ts +1 -1
  32. package/image-editor/lib/image-editor.service.d.ts +3 -2
  33. package/package.json +37 -37
  34. package/popover/lib/popover.component.d.ts +36 -34
  35. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +1 -2
@@ -15,8 +15,7 @@ declare const AXWysiwygContainerComponent_base: import("polytype").Polytype.Clus
15
15
  export declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_base implements OnDestroy {
16
16
  /** @ignore */
17
17
  private zone;
18
- /** @ignore */
19
- protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
18
+ wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
20
19
  /** @ignore */
21
20
  protected view: import("@angular/core").WritableSignal<HTMLElement>;
22
21
  /** @ignore */