@acorex/components 19.5.0-next.1 → 19.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/common/lib/classes/styles.class.d.ts +1 -1
  2. package/decorators/index.d.ts +1 -0
  3. package/decorators/lib/components/full-screen-button.component.d.ts +7 -0
  4. package/decorators/lib/decorators.module.d.ts +3 -2
  5. package/fesm2022/acorex-components-alert.mjs +3 -6
  6. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  7. package/fesm2022/acorex-components-avatar.mjs +2 -2
  8. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  9. package/fesm2022/acorex-components-button-group.mjs +2 -2
  10. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  11. package/fesm2022/acorex-components-check-box.mjs +2 -2
  12. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  13. package/fesm2022/acorex-components-circular-progress.mjs +2 -2
  14. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  15. package/fesm2022/acorex-components-common.mjs +1 -1
  16. package/fesm2022/acorex-components-common.mjs.map +1 -1
  17. package/fesm2022/acorex-components-conversation.mjs +2 -2
  18. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  19. package/fesm2022/acorex-components-decorators.mjs +41 -4
  20. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  21. package/fesm2022/acorex-components-dialog.mjs +2 -2
  22. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  23. package/fesm2022/acorex-components-image-editor.mjs +2 -0
  24. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  25. package/fesm2022/acorex-components-loading.mjs +2 -2
  26. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  27. package/fesm2022/acorex-components-media-viewer.mjs +64 -66
  28. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  29. package/fesm2022/acorex-components-notification.mjs +3 -6
  30. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  31. package/fesm2022/acorex-components-paint.mjs +8 -25
  32. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  33. package/fesm2022/acorex-components-progress-bar.mjs +2 -2
  34. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  35. package/fesm2022/acorex-components-rail-navigation.mjs +2 -2
  36. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  37. package/fesm2022/acorex-components-range-slider.mjs +2 -2
  38. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  39. package/fesm2022/acorex-components-side-menu.mjs +15 -3
  40. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  41. package/fesm2022/acorex-components-slider.mjs +2 -2
  42. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  43. package/fesm2022/acorex-components-step-wizard.mjs +11 -8
  44. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  45. package/fesm2022/acorex-components-switch.mjs +2 -2
  46. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  47. package/fesm2022/acorex-components-toast.mjs +5 -8
  48. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  49. package/fesm2022/acorex-components-toolbar.mjs +79 -0
  50. package/fesm2022/acorex-components-toolbar.mjs.map +1 -0
  51. package/fesm2022/acorex-components-wysiwyg.mjs +15 -37
  52. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  53. package/media-viewer/index.d.ts +0 -1
  54. package/media-viewer/lib/media-viewer-container/media-viewer-container.component.d.ts +4 -2
  55. package/media-viewer/lib/media-viewer-slider/media-viewer-slider.component.d.ts +1 -2
  56. package/media-viewer/lib/media-viewer.module.d.ts +11 -12
  57. package/media-viewer/lib/media-viewer.service.d.ts +0 -1
  58. package/package.json +5 -1
  59. package/paint/index.d.ts +0 -1
  60. package/paint/lib/paint.module.d.ts +12 -13
  61. package/range-slider/lib/range-slider.component.d.ts +1 -1
  62. package/side-menu/lib/side-menu.component.d.ts +7 -1
  63. package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +4 -3
  64. package/step-wizard/lib/step-wizard.class.d.ts +1 -0
  65. package/step-wizard/lib/step-wizard.module.d.ts +2 -1
  66. package/toast/lib/toast.service.d.ts +1 -1
  67. package/toolbar/README.md +3 -0
  68. package/toolbar/index.d.ts +2 -0
  69. package/toolbar/lib/toolbar.component.d.ts +13 -0
  70. package/toolbar/lib/toolbar.module.d.ts +8 -0
  71. package/wysiwyg/index.d.ts +0 -1
  72. package/wysiwyg/lib/wysiwyg.module.d.ts +14 -15
  73. package/media-viewer/lib/media-viewer-tools/full-screen/full-screen.component.d.ts +0 -8
  74. package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +0 -9
  75. package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +0 -10
@@ -1,22 +1,21 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./wysiwyg/wysiwyg-container/wysiwyg-container.component";
3
3
  import * as i2 from "./wysiwyg/wysiwyg-view/wysiwyg-view.component";
4
- import * as i3 from "./wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component";
5
- import * as i4 from "./wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component";
6
- import * as i5 from "./wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component";
7
- import * as i6 from "./wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component";
8
- import * as i7 from "./wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component";
9
- import * as i8 from "./wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component";
10
- import * as i9 from "./wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component";
11
- import * as i10 from "@acorex/components/button";
12
- import * as i11 from "@acorex/components/decorators";
13
- import * as i12 from "@acorex/components/select-box";
14
- import * as i13 from "@angular/forms";
15
- import * as i14 from "@acorex/components/color-palette";
16
- import * as i15 from "@acorex/components/popover";
17
- import * as i16 from "@acorex/components/text-box";
4
+ import * as i3 from "./wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component";
5
+ import * as i4 from "./wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component";
6
+ import * as i5 from "./wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component";
7
+ import * as i6 from "./wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component";
8
+ import * as i7 from "./wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component";
9
+ import * as i8 from "./wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component";
10
+ import * as i9 from "@acorex/components/button";
11
+ import * as i10 from "@acorex/components/decorators";
12
+ import * as i11 from "@acorex/components/select-box";
13
+ import * as i12 from "@angular/forms";
14
+ import * as i13 from "@acorex/components/color-palette";
15
+ import * as i14 from "@acorex/components/popover";
16
+ import * as i15 from "@acorex/components/text-box";
18
17
  export declare class AXWysiwygModule {
19
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent], [typeof i10.AXButtonModule, typeof i11.AXDecoratorModule, typeof i12.AXSelectBoxModule, typeof i13.FormsModule, typeof i14.AXColorPaletteModule, typeof i15.AXPopoverModule, typeof i16.AXTextBoxModule], [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygAlignmentComponent, typeof i4.AXWysiwygColorsComponent, typeof i5.AXWysiwygFontStyleComponent, typeof i6.AXWysiwygHistoryComponent, typeof i7.AXWysiwygInsertComponent, typeof i8.AXWysiwygListComponent], [typeof i9.AXButtonModule, typeof i10.AXDecoratorModule, typeof i11.AXSelectBoxModule, typeof i12.FormsModule, typeof i13.AXColorPaletteModule, typeof i14.AXPopoverModule, typeof i15.AXTextBoxModule], [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygAlignmentComponent, typeof i4.AXWysiwygColorsComponent, typeof i5.AXWysiwygFontStyleComponent, typeof i6.AXWysiwygHistoryComponent, typeof i7.AXWysiwygInsertComponent, typeof i8.AXWysiwygListComponent]>;
21
20
  static ɵinj: i0.ɵɵInjectorDeclaration<AXWysiwygModule>;
22
21
  }
@@ -1,8 +0,0 @@
1
- import { AXMediaViewerService } from '../../media-viewer.service';
2
- import * as i0 from "@angular/core";
3
- export declare class AXFullScreenComponent {
4
- protected service: AXMediaViewerService;
5
- protected fullScreenHandler(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXFullScreenComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXFullScreenComponent, "ax-full-screen", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- *paint toolbar
4
- * @category Components
5
- */
6
- export declare class AXPaintToolbarComponent {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintToolbarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintToolbarComponent, "ax-paint-toolbar", never, {}, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
9
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * A toolbar component for the WYSIWYG editor, providing various formatting options.
4
- * @category Components
5
- */
6
- export declare class AXWysiwygToolbarComponent {
7
- get __hostClass(): string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygToolbarComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, {}, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
10
- }