@acorex/components 20.1.5 → 20.1.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.
- package/action-sheet/index.d.ts +2 -1
- package/badge/index.d.ts +3 -4
- package/check-box/index.d.ts +2 -1
- package/color-box/index.d.ts +1 -0
- package/color-palette/index.d.ts +2 -0
- package/conversation/index.d.ts +10 -5
- package/fesm2022/acorex-components-action-sheet.mjs +22 -11
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +2 -2
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +2 -2
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +5 -6
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +2 -2
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +8 -6
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +11 -2
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +23 -7
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +2 -2
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +30 -15
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +14 -14
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +1 -1
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +3 -3
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +2 -2
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +5 -4
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +27 -20
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +2 -2
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +1 -1
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +41 -18
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +2 -2
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +11 -11
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +2 -2
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +2 -2
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +2 -2
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +8 -8
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +1 -1
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +20 -22
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +4 -4
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +9 -9
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/image-editor/index.d.ts +1 -2
- package/package.json +1 -1
- package/paint/index.d.ts +16 -8
- package/tooltip/index.d.ts +4 -4
package/image-editor/index.d.ts
CHANGED
@@ -11,7 +11,6 @@ import * as i6 from '@acorex/components/popover';
|
|
11
11
|
import * as i7 from '@acorex/components/decorators';
|
12
12
|
import * as i8 from '@acorex/components/loading';
|
13
13
|
import * as i9 from '@acorex/components/dialog';
|
14
|
-
import * as i10 from '@acorex/components/tooltip';
|
15
14
|
|
16
15
|
declare class AXImageEditorService {
|
17
16
|
activeToolState: _angular_core.WritableSignal<"pen" | "highlight" | "crop" | "rotate" | "history">;
|
@@ -261,7 +260,7 @@ declare class AXImageEditorToolSelectorComponent {
|
|
261
260
|
|
262
261
|
declare class AXImageEditorModule {
|
263
262
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageEditorModule, never>;
|
264
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXImageEditorModule, never, [typeof i1.AXButtonModule, typeof i2.FormsModule, typeof i3.AXRangeSliderModule, typeof i4.AXSelectBoxModule, typeof i5.AXColorBoxModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXLoadingModule, typeof i9.AXDialogModule, typeof
|
263
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXImageEditorModule, never, [typeof i1.AXButtonModule, typeof i2.FormsModule, typeof i3.AXRangeSliderModule, typeof i4.AXSelectBoxModule, typeof i5.AXColorBoxModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXLoadingModule, typeof i9.AXDialogModule, typeof AXImageEditorViewComponent, typeof AXImageEditorContainerComponent, typeof AXImageEditorCropComponent, typeof AXImageEditorHistoryComponent, typeof AXImageEditorToolSelectorComponent, typeof AXImageEditorPenComponent, typeof AXImageEditorHighlightComponent, typeof AXImageEditorRotateComponent, typeof AXImageEditorCropperWindowComponent], [typeof AXImageEditorViewComponent, typeof AXImageEditorContainerComponent, typeof AXImageEditorCropComponent, typeof AXImageEditorHistoryComponent, typeof AXImageEditorToolSelectorComponent, typeof AXImageEditorPenComponent, typeof AXImageEditorHighlightComponent, typeof AXImageEditorRotateComponent, typeof AXImageEditorCropperWindowComponent]>;
|
265
264
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXImageEditorModule>;
|
266
265
|
}
|
267
266
|
|
package/package.json
CHANGED
package/paint/index.d.ts
CHANGED
@@ -35,10 +35,17 @@ declare const AXPaintContainerComponent_base: polytype.Polytype.ClusteredConstru
|
|
35
35
|
declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
|
36
36
|
#private;
|
37
37
|
protected service: AXPaintService;
|
38
|
-
|
38
|
+
editMode: _angular_core.InputSignal<boolean>;
|
39
39
|
get __hostClass(): string;
|
40
|
+
setActiveTool(tool: 'pen' | 'highlight' | 'eraser'): void;
|
41
|
+
setPenColor(color: string | CanvasGradient | CanvasPattern): void;
|
42
|
+
setHighlightColor(color: string | CanvasGradient | CanvasPattern): void;
|
43
|
+
setPenWidth(width: number): void;
|
44
|
+
setHighlightWidth(width: number): void;
|
45
|
+
setEraserWidth(width: number): void;
|
46
|
+
clear(): void;
|
40
47
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
|
41
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintContainerComponent, "ax-paint-container", never, { "look": { "alias": "look"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
48
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintContainerComponent, "ax-paint-container", never, { "look": { "alias": "look"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; "isSignal": true; }; }, {}, never, ["*", "ax-validation-rule"], true, never>;
|
42
49
|
}
|
43
50
|
|
44
51
|
/**
|
@@ -96,6 +103,10 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
96
103
|
|
97
104
|
declare class AXPaintToolsSelectorComponent {
|
98
105
|
protected service: AXPaintService;
|
106
|
+
protected pen: _angular_core.WritableSignal<string>;
|
107
|
+
protected highlight: _angular_core.WritableSignal<string>;
|
108
|
+
protected eraser: _angular_core.WritableSignal<string>;
|
109
|
+
protected reset: _angular_core.WritableSignal<string>;
|
99
110
|
protected changeToolHandler(tool: 'pen' | 'highlight' | 'eraser'): void;
|
100
111
|
protected clear(): void;
|
101
112
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintToolsSelectorComponent, never>;
|
@@ -109,7 +120,7 @@ declare class AXPaintToolsSelectorComponent {
|
|
109
120
|
declare class AXPaintPenToolComponent {
|
110
121
|
protected service: AXPaintService;
|
111
122
|
/** @ignore */
|
112
|
-
protected value: number
|
123
|
+
protected value: _angular_core.WritableSignal<number>;
|
113
124
|
/** @ignore */
|
114
125
|
protected selectedColor: _angular_core.WritableSignal<string | CanvasGradient | CanvasPattern>;
|
115
126
|
protected changeColorHandler(e: string): void;
|
@@ -125,9 +136,7 @@ declare class AXPaintPenToolComponent {
|
|
125
136
|
*/
|
126
137
|
declare class AXPaintHighlightToolComponent {
|
127
138
|
protected service: AXPaintService;
|
128
|
-
|
129
|
-
protected value: number;
|
130
|
-
/** @ignore */
|
139
|
+
protected value: _angular_core.WritableSignal<number>;
|
131
140
|
protected selectedColor: _angular_core.WritableSignal<string | CanvasGradient | CanvasPattern>;
|
132
141
|
protected changeColorHandler(e: string): void;
|
133
142
|
/** @ignore */
|
@@ -142,8 +151,7 @@ declare class AXPaintHighlightToolComponent {
|
|
142
151
|
*/
|
143
152
|
declare class AXPaintEraserToolComponent {
|
144
153
|
protected service: AXPaintService;
|
145
|
-
|
146
|
-
protected value: number;
|
154
|
+
protected value: _angular_core.WritableSignal<number>;
|
147
155
|
/** @ignore */
|
148
156
|
protected valueHandler(e: number): void;
|
149
157
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintEraserToolComponent, never>;
|
package/tooltip/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MXBaseComponent, AXPlacement, AXPlacementType } from '@acorex/cdk/common';
|
2
2
|
import * as i0 from '@angular/core';
|
3
|
-
import { OnInit, TemplateRef
|
3
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
4
4
|
import * as i1 from '@angular/common';
|
5
5
|
import * as i2 from '@angular/cdk/overlay';
|
6
6
|
|
@@ -25,10 +25,10 @@ declare class AXTooltipComponent extends MXBaseComponent {
|
|
25
25
|
}
|
26
26
|
|
27
27
|
declare class AXTooltipDirective implements OnInit {
|
28
|
+
#private;
|
28
29
|
private elementRef;
|
29
30
|
private vc;
|
30
|
-
content: string | TemplateRef<unknown
|
31
|
-
ngzone: NgZone;
|
31
|
+
content: i0.InputSignal<string | TemplateRef<unknown>>;
|
32
32
|
private _placement;
|
33
33
|
get placement(): AXPlacementType;
|
34
34
|
set placement(v: AXPlacementType);
|
@@ -48,7 +48,7 @@ declare class AXTooltipDirective implements OnInit {
|
|
48
48
|
constructor();
|
49
49
|
ngOnInit(): void;
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTooltipDirective, never>;
|
51
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "content": { "alias": "axTooltip"; "required": false; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "content": { "alias": "axTooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
|
52
52
|
}
|
53
53
|
|
54
54
|
declare class AXTooltipModule {
|