@acorex/components 19.5.0-next.2 → 19.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/bottom-navigation/lib/bottom-navigation.component.d.ts +5 -5
- package/fesm2022/acorex-components-bottom-navigation.mjs +6 -6
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +1 -1
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +2 -1
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +2 -0
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +406 -128
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +2 -2
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +8 -25
- package/fesm2022/acorex-components-paint.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-step-wizard.mjs +8 -6
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +10 -4
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +15 -37
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/map/index.d.ts +1 -0
- package/map/lib/map.component.d.ts +63 -12
- package/map/lib/map.service.d.ts +124 -19
- package/map/lib/map.type.d.ts +20 -0
- package/package.json +1 -1
- package/paint/index.d.ts +0 -1
- package/paint/lib/paint.module.d.ts +12 -13
- package/side-menu/lib/side-menu.component.d.ts +1 -1
- package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +2 -2
- package/step-wizard/lib/step-wizard.component.d.ts +2 -1
- package/toolbar/lib/toolbar.component.d.ts +1 -0
- package/wysiwyg/index.d.ts +0 -1
- package/wysiwyg/lib/wysiwyg.module.d.ts +14 -15
- package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +0 -9
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +0 -10
@@ -1,19 +1,18 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./paint/paint-container/paint-container.component";
|
3
|
-
import * as i2 from "./paint/paint-
|
4
|
-
import * as i3 from "./paint/paint-
|
5
|
-
import * as i4 from "./paint/paint-tools/paint-
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "@
|
8
|
-
import * as i7 from "@acorex/components/
|
9
|
-
import * as i8 from "@acorex/components/
|
10
|
-
import * as i9 from "@acorex/components/
|
11
|
-
import * as i10 from "@acorex/components/
|
12
|
-
import * as i11 from "@acorex/components/
|
13
|
-
import * as i12 from "@acorex/components/
|
14
|
-
import * as i13 from "@acorex/components/tooltip";
|
3
|
+
import * as i2 from "./paint/paint-view/paint-view.component";
|
4
|
+
import * as i3 from "./paint/paint-tools/paint-color-picker/paint-color-picker.component";
|
5
|
+
import * as i4 from "./paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component";
|
6
|
+
import * as i5 from "@angular/forms";
|
7
|
+
import * as i6 from "@acorex/components/range-slider";
|
8
|
+
import * as i7 from "@acorex/components/select-box";
|
9
|
+
import * as i8 from "@acorex/components/button";
|
10
|
+
import * as i9 from "@acorex/components/color-box";
|
11
|
+
import * as i10 from "@acorex/components/popover";
|
12
|
+
import * as i11 from "@acorex/components/decorators";
|
13
|
+
import * as i12 from "@acorex/components/tooltip";
|
15
14
|
export declare class AXPaintModule {
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintModule, never>;
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintViewComponent, typeof i3.AXPaintColorPickerComponent, typeof i4.AXPaintPenModeChangerComponent], [typeof i5.FormsModule, typeof i6.AXRangeSliderModule, typeof i7.AXSelectBoxModule, typeof i8.AXButtonModule, typeof i9.AXColorBoxModule, typeof i10.AXPopoverModule, typeof i11.AXDecoratorModule, typeof i12.AXTooltipModule], [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintViewComponent, typeof i3.AXPaintColorPickerComponent, typeof i4.AXPaintPenModeChangerComponent]>;
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPaintModule>;
|
19
18
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { NXComponent } from '@acorex/components/common';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
export type AXSideMenuLook = 'pills' | 'with-line';
|
3
|
+
export type AXSideMenuLook = 'pills' | 'with-line' | 'with-line-color';
|
4
4
|
export type AXSideMenuLocation = 'start' | 'end';
|
5
5
|
/**
|
6
6
|
* @category
|
@@ -6,16 +6,16 @@ export declare class AXStepWizardItemComponent extends MXBaseComponent {
|
|
6
6
|
step: import("@angular/core").InputSignal<number>;
|
7
7
|
label: import("@angular/core").InputSignal<string>;
|
8
8
|
description: import("@angular/core").InputSignal<string>;
|
9
|
-
state: import("@angular/core").InputSignal<AXStepWizardState>;
|
10
9
|
customTemplate: import("@angular/core").InputSignal<TemplateRef<unknown>>;
|
11
10
|
active: import("@angular/core").ModelSignal<boolean>;
|
12
11
|
passed: import("@angular/core").ModelSignal<boolean>;
|
13
12
|
look: import("@angular/core").ModelSignal<AXStepWizardLook>;
|
13
|
+
state: import("@angular/core").ModelSignal<AXStepWizardState>;
|
14
14
|
stepId: import("@angular/core").WritableSignal<string>;
|
15
15
|
className: import("@angular/core").Signal<string>;
|
16
16
|
template: import("@angular/core").Signal<TemplateRef<unknown>>;
|
17
17
|
set id(v: string);
|
18
18
|
private get __hostClass();
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardItemComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardItemComponent, "ax-step-wizard-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardItemComponent, "ax-step-wizard-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "customTemplate": { "alias": "customTemplate"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "passed": { "alias": "passed"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, { "active": "activeChange"; "passed": "passedChange"; "look": "lookChange"; "state": "stateChange"; }, never, ["ax-content", "ax-icon"], false, never>;
|
21
21
|
}
|
@@ -19,6 +19,7 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
19
19
|
size: import("@angular/core").InputSignal<AXStepWizardSize>;
|
20
20
|
look: import("@angular/core").InputSignal<AXStepWizardLook>;
|
21
21
|
changeStep: import("@angular/core").InputSignal<boolean>;
|
22
|
+
stepChanged: import("@angular/core").OutputEmitterRef<AXStepWizardItemComponent>;
|
22
23
|
/** @ignore */
|
23
24
|
protected activeStepIndex: import("@angular/core").WritableSignal<number>;
|
24
25
|
/** @ignore */
|
@@ -58,5 +59,5 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
58
59
|
/** @ignore */
|
59
60
|
private get __hostClass();
|
60
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "connector": { "alias": "connector"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "changeStep": { "alias": "changeStep"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, ["steps"], ["ax-step-wizard-item"], false, never>;
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "connector": { "alias": "connector"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "changeStep": { "alias": "changeStep"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "stepChanged": "stepChanged"; }, ["steps"], ["ax-step-wizard-item"], false, never>;
|
62
63
|
}
|
@@ -7,6 +7,7 @@ export declare class AXToolBarComponent {
|
|
7
7
|
protected prefixState: import("@angular/core").WritableSignal<boolean>;
|
8
8
|
protected suffixState: import("@angular/core").WritableSignal<boolean>;
|
9
9
|
protected contentState: import("@angular/core").WritableSignal<boolean>;
|
10
|
+
get __hostClass(): string;
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolBarComponent, never>;
|
11
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolBarComponent, "ax-toolbar", never, {}, {}, ["buttons", "textBox", "decorators"], ["ax-prefix", "ax-content", "ax-suffix"], false, never>;
|
12
13
|
}
|
package/wysiwyg/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
export * from './lib/wysiwyg.module';
|
2
2
|
export * from './lib/wysiwyg/wysiwyg-container/wysiwyg-container.component';
|
3
|
-
export * from './lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component';
|
4
3
|
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component';
|
5
4
|
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component';
|
6
5
|
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component';
|
@@ -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-
|
5
|
-
import * as i4 from "./wysiwyg/wysiwyg-tools/wysiwyg-
|
6
|
-
import * as i5 from "./wysiwyg/wysiwyg-tools/wysiwyg-
|
7
|
-
import * as i6 from "./wysiwyg/wysiwyg-tools/wysiwyg-
|
8
|
-
import * as i7 from "./wysiwyg/wysiwyg-tools/wysiwyg-
|
9
|
-
import * as i8 from "./wysiwyg/wysiwyg-tools/wysiwyg-
|
10
|
-
import * as i9 from "
|
11
|
-
import * as i10 from "@acorex/components/
|
12
|
-
import * as i11 from "@acorex/components/
|
13
|
-
import * as i12 from "@
|
14
|
-
import * as i13 from "@
|
15
|
-
import * as i14 from "@acorex/components/
|
16
|
-
import * as i15 from "@acorex/components/
|
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.
|
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,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
|
-
}
|