@acorex/components 18.8.0 → 18.8.2

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 (31) hide show
  1. package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +0 -1
  2. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +1 -4
  3. package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +1 -5
  4. package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +5 -5
  5. package/esm2022/paint/lib/paint.module.mjs +18 -4
  6. package/esm2022/range-slider/lib/range-slider.component.mjs +234 -64
  7. package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +1 -1
  8. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +2 -2
  9. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +4 -4
  10. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +11 -3
  11. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +1 -19
  12. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +3 -3
  13. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +18 -8
  14. package/fesm2022/acorex-components-color-palette.mjs +0 -3
  15. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  16. package/fesm2022/acorex-components-conversation.mjs +0 -4
  17. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  18. package/fesm2022/acorex-components-paint.mjs +20 -6
  19. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  20. package/fesm2022/acorex-components-range-slider.mjs +233 -63
  21. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  22. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  23. package/fesm2022/acorex-components-wysiwyg.mjs +32 -32
  24. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  25. package/package.json +36 -36
  26. package/paint/lib/paint.module.d.ts +2 -2
  27. package/range-slider/lib/range-slider.component.d.ts +150 -15
  28. package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +1 -1
  29. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +4 -0
  30. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +0 -2
  31. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "18.8.0",
3
+ "version": "18.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.2.0",
6
6
  "@angular/core": ">=18.2.0",
@@ -31,12 +31,6 @@
31
31
  "esm": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
32
32
  "default": "./fesm2022/acorex-components-action-sheet.mjs"
33
33
  },
34
- "./avatar": {
35
- "types": "./avatar/index.d.ts",
36
- "esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
37
- "esm": "./esm2022/avatar/acorex-components-avatar.mjs",
38
- "default": "./fesm2022/acorex-components-avatar.mjs"
39
- },
40
34
  "./badge": {
41
35
  "types": "./badge/index.d.ts",
42
36
  "esm2022": "./esm2022/badge/acorex-components-badge.mjs",
@@ -49,11 +43,11 @@
49
43
  "esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
50
44
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
51
45
  },
52
- "./alert": {
53
- "types": "./alert/index.d.ts",
54
- "esm2022": "./esm2022/alert/acorex-components-alert.mjs",
55
- "esm": "./esm2022/alert/acorex-components-alert.mjs",
56
- "default": "./fesm2022/acorex-components-alert.mjs"
46
+ "./avatar": {
47
+ "types": "./avatar/index.d.ts",
48
+ "esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
49
+ "esm": "./esm2022/avatar/acorex-components-avatar.mjs",
50
+ "default": "./fesm2022/acorex-components-avatar.mjs"
57
51
  },
58
52
  "./breadcrumbs": {
59
53
  "types": "./breadcrumbs/index.d.ts",
@@ -61,6 +55,12 @@
61
55
  "esm": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
62
56
  "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
63
57
  },
58
+ "./alert": {
59
+ "types": "./alert/index.d.ts",
60
+ "esm2022": "./esm2022/alert/acorex-components-alert.mjs",
61
+ "esm": "./esm2022/alert/acorex-components-alert.mjs",
62
+ "default": "./fesm2022/acorex-components-alert.mjs"
63
+ },
64
64
  "./audio-wave": {
65
65
  "types": "./audio-wave/index.d.ts",
66
66
  "esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
@@ -175,18 +175,18 @@
175
175
  "esm": "./esm2022/decorators/acorex-components-decorators.mjs",
176
176
  "default": "./fesm2022/acorex-components-decorators.mjs"
177
177
  },
178
- "./dialog": {
179
- "types": "./dialog/index.d.ts",
180
- "esm2022": "./esm2022/dialog/acorex-components-dialog.mjs",
181
- "esm": "./esm2022/dialog/acorex-components-dialog.mjs",
182
- "default": "./fesm2022/acorex-components-dialog.mjs"
183
- },
184
178
  "./drawer": {
185
179
  "types": "./drawer/index.d.ts",
186
180
  "esm2022": "./esm2022/drawer/acorex-components-drawer.mjs",
187
181
  "esm": "./esm2022/drawer/acorex-components-drawer.mjs",
188
182
  "default": "./fesm2022/acorex-components-drawer.mjs"
189
183
  },
184
+ "./dialog": {
185
+ "types": "./dialog/index.d.ts",
186
+ "esm2022": "./esm2022/dialog/acorex-components-dialog.mjs",
187
+ "esm": "./esm2022/dialog/acorex-components-dialog.mjs",
188
+ "default": "./fesm2022/acorex-components-dialog.mjs"
189
+ },
190
190
  "./dropdown": {
191
191
  "types": "./dropdown/index.d.ts",
192
192
  "esm2022": "./esm2022/dropdown/acorex-components-dropdown.mjs",
@@ -259,18 +259,18 @@
259
259
  "esm": "./esm2022/notification/acorex-components-notification.mjs",
260
260
  "default": "./fesm2022/acorex-components-notification.mjs"
261
261
  },
262
- "./number-box": {
263
- "types": "./number-box/index.d.ts",
264
- "esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
265
- "esm": "./esm2022/number-box/acorex-components-number-box.mjs",
266
- "default": "./fesm2022/acorex-components-number-box.mjs"
267
- },
268
262
  "./otp": {
269
263
  "types": "./otp/index.d.ts",
270
264
  "esm2022": "./esm2022/otp/acorex-components-otp.mjs",
271
265
  "esm": "./esm2022/otp/acorex-components-otp.mjs",
272
266
  "default": "./fesm2022/acorex-components-otp.mjs"
273
267
  },
268
+ "./number-box": {
269
+ "types": "./number-box/index.d.ts",
270
+ "esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
271
+ "esm": "./esm2022/number-box/acorex-components-number-box.mjs",
272
+ "default": "./fesm2022/acorex-components-number-box.mjs"
273
+ },
274
274
  "./page": {
275
275
  "types": "./page/index.d.ts",
276
276
  "esm2022": "./esm2022/page/acorex-components-page.mjs",
@@ -325,6 +325,12 @@
325
325
  "esm": "./esm2022/radio/acorex-components-radio.mjs",
326
326
  "default": "./fesm2022/acorex-components-radio.mjs"
327
327
  },
328
+ "./result": {
329
+ "types": "./result/index.d.ts",
330
+ "esm2022": "./esm2022/result/acorex-components-result.mjs",
331
+ "esm": "./esm2022/result/acorex-components-result.mjs",
332
+ "default": "./fesm2022/acorex-components-result.mjs"
333
+ },
328
334
  "./range-slider": {
329
335
  "types": "./range-slider/index.d.ts",
330
336
  "esm2022": "./esm2022/range-slider/acorex-components-range-slider.mjs",
@@ -337,12 +343,6 @@
337
343
  "esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
338
344
  "default": "./fesm2022/acorex-components-routing-progress.mjs"
339
345
  },
340
- "./result": {
341
- "types": "./result/index.d.ts",
342
- "esm2022": "./esm2022/result/acorex-components-result.mjs",
343
- "esm": "./esm2022/result/acorex-components-result.mjs",
344
- "default": "./fesm2022/acorex-components-result.mjs"
345
- },
346
346
  "./scheduler": {
347
347
  "types": "./scheduler/index.d.ts",
348
348
  "esm2022": "./esm2022/scheduler/acorex-components-scheduler.mjs",
@@ -379,18 +379,18 @@
379
379
  "esm": "./esm2022/side-menu/acorex-components-side-menu.mjs",
380
380
  "default": "./fesm2022/acorex-components-side-menu.mjs"
381
381
  },
382
- "./skeleton": {
383
- "types": "./skeleton/index.d.ts",
384
- "esm2022": "./esm2022/skeleton/acorex-components-skeleton.mjs",
385
- "esm": "./esm2022/skeleton/acorex-components-skeleton.mjs",
386
- "default": "./fesm2022/acorex-components-skeleton.mjs"
387
- },
388
382
  "./slider": {
389
383
  "types": "./slider/index.d.ts",
390
384
  "esm2022": "./esm2022/slider/acorex-components-slider.mjs",
391
385
  "esm": "./esm2022/slider/acorex-components-slider.mjs",
392
386
  "default": "./fesm2022/acorex-components-slider.mjs"
393
387
  },
388
+ "./skeleton": {
389
+ "types": "./skeleton/index.d.ts",
390
+ "esm2022": "./esm2022/skeleton/acorex-components-skeleton.mjs",
391
+ "esm": "./esm2022/skeleton/acorex-components-skeleton.mjs",
392
+ "default": "./fesm2022/acorex-components-skeleton.mjs"
393
+ },
394
394
  "./step-wizard": {
395
395
  "types": "./step-wizard/index.d.ts",
396
396
  "esm2022": "./esm2022/step-wizard/acorex-components-step-wizard.mjs",
@@ -6,7 +6,7 @@ import * as i4 from "./paint/paint-tools/paint-color-picker/paint-color-picker.c
6
6
  import * as i5 from "./paint/paint-tools/paint-pen-cap/paint-pen-cap.component";
7
7
  import * as i6 from "./paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component";
8
8
  import * as i7 from "@angular/forms";
9
- import * as i8 from "@acorex/components/slider";
9
+ import * as i8 from "@acorex/components/range-slider";
10
10
  import * as i9 from "@acorex/components/select-box";
11
11
  import * as i10 from "@acorex/components/button";
12
12
  import * as i11 from "@acorex/components/color-palette";
@@ -14,6 +14,6 @@ import * as i12 from "@acorex/components/popover";
14
14
  import * as i13 from "@acorex/components/decorators";
15
15
  export declare class AXPaintModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent], [typeof i7.FormsModule, typeof i8.AXSliderModule, typeof i9.AXSelectBoxModule, typeof i10.AXButtonModule, typeof i11.AXColorPaletteModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule], [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent], [typeof i7.FormsModule, typeof i8.AXRangeSliderModule, typeof i9.AXSelectBoxModule, typeof i10.AXButtonModule, typeof i11.AXColorPaletteModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule], [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<AXPaintModule>;
19
19
  }
@@ -11,29 +11,92 @@ declare const AXRangeSliderComponent_base: import("polytype").Polytype.Clustered
11
11
  * Range slider for selecting a range of values.
12
12
  */
13
13
  export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
14
+ /**
15
+ * @ignore
16
+ */
14
17
  private zone;
18
+ /**
19
+ * @event onStart when user interact with range-slider with its bar
20
+ */
15
21
  onStart: import("@angular/core").OutputEmitterRef<AXRangeStartEvent>;
22
+ /**
23
+ * @description orientation including vertical and horizontal
24
+ */
16
25
  orientation: import("@angular/core").InputSignal<AXOrientation>;
26
+ /**
27
+ * @description color for highlight and tooltip and handler
28
+ */
17
29
  color: import("@angular/core").InputSignal<AXStyleColorType>;
30
+ /**
31
+ * @description values is a number single mode
32
+ * and array of 2 number for dual mode
33
+ */
18
34
  values: import("@angular/core").ModelSignal<AXRangeSliderValue>;
35
+ /**
36
+ * @description mode including single and dual
37
+ */
19
38
  mode: import("@angular/core").InputSignal<AXRangeSliderMode>;
39
+ /**
40
+ * @description minimum value
41
+ */
20
42
  min: import("@angular/core").InputSignal<number>;
43
+ /**
44
+ * @description maximum value
45
+ */
21
46
  max: import("@angular/core").InputSignal<number>;
47
+ /**
48
+ * @description step for changing values
49
+ */
22
50
  step: import("@angular/core").InputSignal<number>;
51
+ /**
52
+ * @description act as ruler for range slider,
53
+ * its range of showing to user
54
+ */
23
55
  snap: import("@angular/core").InputSignal<number>;
56
+ /**
57
+ * @description tooltip for showing value of handlers
58
+ */
24
59
  tooltipMode: import("@angular/core").InputSignal<AXRangeSliderTooltipMode>;
60
+ /**
61
+ * @description deferent modes for snap including start, end and both
62
+ */
25
63
  snapMode: import("@angular/core").InputSignal<AXRangeSliderSnapMode>;
64
+ /**
65
+ * @description a flag for showing snap
66
+ */
26
67
  hasSnap: import("@angular/core").InputSignal<boolean>;
68
+ /**
69
+ * @description a flag for showing snap labels
70
+ */
27
71
  hasLable: import("@angular/core").InputSignal<boolean>;
72
+ /**
73
+ * @description a flag for showing tooltip for values
74
+ */
28
75
  hasTooltip: import("@angular/core").InputSignal<boolean>;
29
76
  height: number;
77
+ newHeight: string;
30
78
  range: import("@angular/core").Signal<number>;
31
79
  isHorizontal: import("@angular/core").Signal<boolean>;
32
80
  isDual: import("@angular/core").Signal<boolean>;
33
- calculateSnapBar: import("@angular/core").Signal<any[]>;
34
- calculatePos: import("@angular/core").Signal<AXRangeSliderValue>;
81
+ /**
82
+ * @ignore
83
+ */
84
+ protected calculateSnapBar: import("@angular/core").Signal<any[]>;
85
+ /**
86
+ * @ignore
87
+ */
88
+ protected calculatePos: import("@angular/core").Signal<AXRangeSliderValue>;
89
+ /**
90
+ * @ignore
91
+ */
35
92
  private choosenHandler;
93
+ /**
94
+ * @ignore
95
+ */
36
96
  private sliderElement;
97
+ /**
98
+ * @ignore
99
+ */
37
100
  protected AXRangeSliderHighlight: import("@angular/core").Signal<{
38
101
  left: string;
39
102
  width: string;
@@ -45,6 +108,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
45
108
  left?: undefined;
46
109
  width?: undefined;
47
110
  }>;
111
+ /**
112
+ * @ignore
113
+ */
48
114
  protected AXRangeSliderHandler1: import("@angular/core").Signal<{
49
115
  left: string;
50
116
  top?: undefined;
@@ -52,6 +118,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
52
118
  top: string;
53
119
  left?: undefined;
54
120
  }>;
121
+ /**
122
+ * @ignore
123
+ */
55
124
  protected AXRangeSliderHandler2: import("@angular/core").Signal<{
56
125
  left: string;
57
126
  top?: undefined;
@@ -59,6 +128,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
59
128
  top: string;
60
129
  left?: undefined;
61
130
  }>;
131
+ /**
132
+ * @ignore
133
+ */
62
134
  protected AXRangeSliderStep: import("@angular/core").Signal<{
63
135
  top: string;
64
136
  height: string;
@@ -75,6 +147,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
75
147
  top?: undefined;
76
148
  height?: undefined;
77
149
  }>;
150
+ /**
151
+ * @ignore
152
+ */
78
153
  protected AXRangeLabel: import("@angular/core").Signal<{
79
154
  top: string;
80
155
  left?: undefined;
@@ -83,21 +158,81 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
83
158
  top?: undefined;
84
159
  }>;
85
160
  constructor();
161
+ /**
162
+ * @ignore
163
+ */
86
164
  protected ngOnInit(): void;
87
- handleOnStart(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
88
- onclickBar(event: MouseEvent | TouchEvent): void;
89
- onMove(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
165
+ /**
166
+ * @ignore
167
+ */
168
+ protected handleOnStart(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
169
+ /**
170
+ * @ignore
171
+ */
172
+ protected onclickBar(event: MouseEvent | TouchEvent): void;
173
+ /**
174
+ * @ignore
175
+ */
176
+ protected onMove(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
177
+ /**
178
+ * @ignore
179
+ */
180
+ protected onEnd(moveListener: (event: MouseEvent | TouchEvent) => void, endListener: () => void): void;
181
+ /**
182
+ * @ignore
183
+ */
184
+ private initializeValues;
185
+ /**
186
+ * @ignore
187
+ */
188
+ private fixInitializeUndefined;
189
+ /**
190
+ * @ignore
191
+ */
192
+ private fixInitializeValues;
193
+ /**
194
+ * @ignore
195
+ */
196
+ private fixInitializeStep;
197
+ /**
198
+ * @ignore
199
+ */
200
+ private fixChangingMode;
201
+ /**
202
+ * @ignore
203
+ */
204
+ private calculateStep;
205
+ /**
206
+ * @ignore
207
+ */
208
+ private checkValue;
209
+ /**
210
+ * @ignore
211
+ */
212
+ private checkValues;
213
+ /**
214
+ * @ignore
215
+ */
216
+ protected getPercantage(value: number): number;
217
+ /**
218
+ * Increase a step to value if slider in single mode
219
+ * and increase a step the second value if slider in dual mode
220
+ * @method increaseStep
221
+ */
222
+ increaseStep(): void;
223
+ /**
224
+ * Decrease a step to value if slider in single mode
225
+ * and decrease a step the second value if slider in dual mode
226
+ * @method decreaseStep
227
+ */
228
+ decreaseStep(): void;
229
+ /**
230
+ * @ignore
231
+ */
90
232
  onWheel(event: WheelEvent): void;
91
- onEnd(moveListener: (event: MouseEvent | TouchEvent) => void, endListener: () => void): void;
92
- initializeValues(): void;
93
- fixInitializeUndefined(): void;
94
- fixInitializeValues(): void;
95
- fixInitializeStep(): void;
96
- fixChangingMode(): void;
97
- calculateStep(x: number): number;
98
- checkValue(x: number): boolean;
99
- checkValues(value1: number, y: 'first' | 'second', value2: number): boolean;
100
- getPercantage(value: number): number;
233
+ /**
234
+ * @ignore
235
+ */
101
236
  private get __hostClass();
102
237
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
103
238
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "snap": { "alias": "snap"; "required": false; "isSignal": true; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; "isSignal": true; }; "snapMode": { "alias": "snapMode"; "required": false; "isSignal": true; }; "hasSnap": { "alias": "hasSnap"; "required": false; "isSignal": true; }; "hasLable": { "alias": "hasLable"; "required": false; "isSignal": true; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; "isSignal": true; }; }, { "onStart": "onStart"; "values": "valuesChange"; }, never, never, false, never>;
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  * @category Components
6
6
  */
7
7
  export declare class AXUploaderDropZoneComponent extends MXBaseComponent {
8
- protected description: import("@angular/core").InputSignal<string>;
8
+ description: import("@angular/core").InputSignal<string>;
9
9
  preventRefresh(): boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderDropZoneComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<AXUploaderDropZoneComponent, "ax-uploader-drop-zone", never, { "description": { "alias": "description"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
@@ -30,6 +30,10 @@ export declare class AXWysiwygColorsComponent {
30
30
  protected changeColorHandler(e: string): void;
31
31
  /** @ignore */
32
32
  protected changeHighlightColorHandler(e: string): void;
33
+ /** @ignore */
34
+ protected setHighlightHandler(): void;
35
+ /** @ignore */
36
+ protected setColorHandler(): void;
33
37
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygColorsComponent, never>;
34
38
  static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygColorsComponent, "ax-wysiwyg-colors", never, {}, {}, never, never, false, never>;
35
39
  }
@@ -26,8 +26,6 @@ export declare class AXWysiwygFontStyleComponent {
26
26
  /** @ignore */
27
27
  constructor();
28
28
  /** @ignore */
29
- protected fontHandler(e: any): void;
30
- /** @ignore */
31
29
  protected bold(): void;
32
30
  /** @ignore */
33
31
  protected italic(): void;
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  export declare class AXWysiwygViewComponent {
8
8
  classes: import("@angular/core").InputSignal<string>;
9
9
  /** @ignore */
10
- wysiwygService: AXWysiwygService;
11
- /** @ignore */
12
- editorStateHandler(e: any): void;
10
+ protected wysiwygService: AXWysiwygService;
13
11
  get __hostClass(): string;
12
+ protected onKeydownHandler(e: any): void;
13
+ protected editorStateHandler(e: any): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygViewComponent, never>;
15
15
  static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygViewComponent, "ax-wysiwyg-view", never, { "classes": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
16
16
  }