@acorex/components 19.5.0-next.0 → 19.5.0-next.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.
- package/common/lib/classes/styles.class.d.ts +1 -1
- package/decorators/index.d.ts +1 -0
- package/decorators/lib/components/full-screen-button.component.d.ts +7 -0
- package/decorators/lib/decorators.module.d.ts +3 -2
- package/fesm2022/acorex-components-alert.mjs +3 -6
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +2 -2
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +2 -2
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +2 -2
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +2 -2
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +1 -1
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +2 -2
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +41 -4
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +2 -2
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +2 -2
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +64 -66
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +3 -6
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +6 -4
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +2 -2
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +3 -3
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +2 -2
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +15 -3
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +2 -2
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +35 -60
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +2 -2
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +14 -11
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +5 -8
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +73 -0
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -0
- package/fesm2022/acorex-components-wysiwyg.mjs +2 -2
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/media-viewer/index.d.ts +0 -1
- package/media-viewer/lib/media-viewer-container/media-viewer-container.component.d.ts +4 -2
- package/media-viewer/lib/media-viewer-slider/media-viewer-slider.component.d.ts +1 -2
- package/media-viewer/lib/media-viewer.module.d.ts +11 -12
- package/media-viewer/lib/media-viewer.service.d.ts +0 -1
- package/package.json +5 -1
- package/phone-box/lib/phone-box.component.d.ts +1 -0
- package/rail-navigation/index.d.ts +1 -0
- package/rail-navigation/lib/rail-navigation.component.d.ts +1 -1
- package/range-slider/lib/range-slider.component.d.ts +1 -1
- package/side-menu/lib/side-menu.component.d.ts +7 -1
- package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +12 -16
- package/step-wizard/lib/step-wizard.class.d.ts +3 -1
- package/step-wizard/lib/step-wizard.component.d.ts +5 -3
- package/step-wizard/lib/step-wizard.module.d.ts +2 -1
- package/tabs/lib/tabs.component.d.ts +1 -0
- package/toast/lib/toast.service.d.ts +1 -1
- package/toolbar/README.md +3 -0
- package/toolbar/index.d.ts +2 -0
- package/toolbar/lib/toolbar.component.d.ts +12 -0
- package/toolbar/lib/toolbar.module.d.ts +8 -0
- package/media-viewer/lib/media-viewer-tools/full-screen/full-screen.component.d.ts +0 -8
|
@@ -4,6 +4,7 @@ import { AXMediaViewerData } from '../media-viewer-types';
|
|
|
4
4
|
import { AXMediaViewerService } from '../media-viewer.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AXMediaViewerSliderComponent {
|
|
7
|
+
#private;
|
|
7
8
|
protected service: AXMediaViewerService;
|
|
8
9
|
dataObject: import("@angular/core").InputSignal<AXMediaViewerData>;
|
|
9
10
|
/** @ignore */
|
|
@@ -11,8 +12,6 @@ export declare class AXMediaViewerSliderComponent {
|
|
|
11
12
|
/** @ignore */
|
|
12
13
|
protected registryService: AXMediaViewerTypeRegistryService;
|
|
13
14
|
/** @ignore */
|
|
14
|
-
constructor();
|
|
15
|
-
/** @ignore */
|
|
16
15
|
protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerSliderComponent, never>;
|
|
18
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXMediaViewerSliderComponent, "ax-media-viewer-slider", never, { "dataObject": { "alias": "dataObject"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
@@ -8,17 +8,16 @@ import * as i4 from "./media-viewer-tools/image-viewer/image-viewer.component";
|
|
|
8
8
|
import * as i5 from "./media-viewer-tools/pdf-reader/pdf-reader.component";
|
|
9
9
|
import * as i6 from "./media-viewer-tools/video-player/video-player.component";
|
|
10
10
|
import * as i7 from "./media-viewer-tools/file-info/file-info.component";
|
|
11
|
-
import * as i8 from "
|
|
12
|
-
import * as i9 from "@
|
|
13
|
-
import * as i10 from "@acorex/components/
|
|
14
|
-
import * as i11 from "@
|
|
15
|
-
import * as i12 from "@angular/
|
|
16
|
-
import * as i13 from "@
|
|
17
|
-
import * as i14 from "@acorex/components/
|
|
18
|
-
import * as i15 from "@acorex/
|
|
19
|
-
import * as i16 from "@acorex/
|
|
20
|
-
import * as i17 from "@acorex/components/
|
|
21
|
-
import * as i18 from "@acorex/components/video-player";
|
|
11
|
+
import * as i8 from "@angular/common";
|
|
12
|
+
import * as i9 from "@acorex/components/button";
|
|
13
|
+
import * as i10 from "@acorex/components/decorators";
|
|
14
|
+
import * as i11 from "@angular/cdk/portal";
|
|
15
|
+
import * as i12 from "@angular/forms";
|
|
16
|
+
import * as i13 from "@acorex/components/image";
|
|
17
|
+
import * as i14 from "@acorex/components/loading";
|
|
18
|
+
import * as i15 from "@acorex/cdk/carousel";
|
|
19
|
+
import * as i16 from "@acorex/components/pdf-reader";
|
|
20
|
+
import * as i17 from "@acorex/components/video-player";
|
|
22
21
|
export interface AXMediaViewerModuleConfig {
|
|
23
22
|
types: AXMediaViewerType[];
|
|
24
23
|
}
|
|
@@ -27,6 +26,6 @@ export declare class AXMediaViewerModule {
|
|
|
27
26
|
static forRoot(config?: AXMediaViewerModuleConfig): ModuleWithProviders<AXMediaViewerModule>;
|
|
28
27
|
static forChild(config?: AXMediaViewerModuleConfig): ModuleWithProviders<AXMediaViewerModule>;
|
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerModule, [{ optional: true; }]>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMediaViewerModule, [typeof i1.AXMediaViewerContainerComponent, typeof i2.AXMediaViewerSliderComponent, typeof i3.AXAudioPlayerComponent, typeof i4.AXImageViewerComponent, typeof i5.PdfComponent, typeof i6.VideoPlayerComponent, typeof i7.AXFileInfoComponent
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMediaViewerModule, [typeof i1.AXMediaViewerContainerComponent, typeof i2.AXMediaViewerSliderComponent, typeof i3.AXAudioPlayerComponent, typeof i4.AXImageViewerComponent, typeof i5.PdfComponent, typeof i6.VideoPlayerComponent, typeof i7.AXFileInfoComponent], [typeof i8.CommonModule, typeof i9.AXButtonModule, typeof i10.AXDecoratorModule, typeof i11.CdkPortalOutlet, typeof i12.FormsModule, typeof i13.AXImageModule, typeof i14.AXLoadingModule, typeof i15.AXCarouselDirective, typeof i16.AXPdfReaderModule, typeof i17.AXVideoPlayerModule], [typeof i1.AXMediaViewerContainerComponent, typeof i2.AXMediaViewerSliderComponent, typeof i3.AXAudioPlayerComponent, typeof i4.AXImageViewerComponent, typeof i5.PdfComponent, typeof i6.VideoPlayerComponent, typeof i7.AXFileInfoComponent]>;
|
|
31
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMediaViewerModule>;
|
|
32
31
|
}
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class AXMediaViewerService {
|
|
4
4
|
dataArray: import("@angular/core").WritableSignal<AXMediaViewerData[]>;
|
|
5
5
|
selectedIndex: import("@angular/core").WritableSignal<number>;
|
|
6
|
-
isFullScreen: import("@angular/core").WritableSignal<boolean>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerService, never>;
|
|
8
7
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMediaViewerService>;
|
|
9
8
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "19.5.0-next.
|
|
3
|
+
"version": "19.5.0-next.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=19.0.0",
|
|
6
6
|
"@angular/core": ">=19.0.0",
|
|
@@ -341,6 +341,10 @@
|
|
|
341
341
|
"types": "./toast/index.d.ts",
|
|
342
342
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
343
343
|
},
|
|
344
|
+
"./toolbar": {
|
|
345
|
+
"types": "./toolbar/index.d.ts",
|
|
346
|
+
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
347
|
+
},
|
|
344
348
|
"./tooltip": {
|
|
345
349
|
"types": "./tooltip/index.d.ts",
|
|
346
350
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
@@ -18,6 +18,7 @@ export declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
|
18
18
|
protected _updateOn: 'change' | 'blur' | 'submit';
|
|
19
19
|
/** @ignore */
|
|
20
20
|
textbox: AXTextBoxComponent;
|
|
21
|
+
flags: import("@angular/core").WritableSignal<string>;
|
|
21
22
|
/**
|
|
22
23
|
* CSS classes to apply to the component.
|
|
23
24
|
*/
|
|
@@ -14,5 +14,5 @@ export declare class AXRailNavigationComponent extends MXBaseComponent {
|
|
|
14
14
|
private setIndicatorPosition;
|
|
15
15
|
private get __hostClass();
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRailNavigationComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXRailNavigationComponent, "ax-rail-navigation", never, { "location": { "alias": "location"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, {}, ["railNavItems"], ["ax-prefix", "ax-rail-navigation-item,ng-container,ng-content", "ax-suffix"], false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXRailNavigationComponent, "ax-rail-navigation", never, { "location": { "alias": "location"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, {}, ["railNavItems"], ["ax-prefix, ax-header", "ax-rail-navigation-item, ng-container, ng-content", "ax-suffix, ax-footer"], false, never>;
|
|
18
18
|
}
|
|
@@ -27,7 +27,7 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
|
27
27
|
* Color theme for the slider, affecting highlight, tooltip, and handler.
|
|
28
28
|
* @default 'primary'
|
|
29
29
|
*/
|
|
30
|
-
color: import("@angular/core").InputSignal<"success" | "primary" | "
|
|
30
|
+
color: import("@angular/core").InputSignal<"success" | "primary" | "warning" | "danger" | "neutral">;
|
|
31
31
|
/**
|
|
32
32
|
* @description
|
|
33
33
|
* The value(s) of the slider. Can be a single number for single mode or an array of two numbers for dual mode.
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { NXComponent } from '@acorex/components/common';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
export type AXSideMenuLook = 'pills' | 'with-line';
|
|
4
|
+
export type AXSideMenuLocation = 'start' | 'end';
|
|
3
5
|
/**
|
|
4
6
|
* @category
|
|
5
7
|
* A component for displaying a side menu with customizable content.
|
|
6
8
|
*/
|
|
7
9
|
export declare class AXSideMenuComponent extends NXComponent {
|
|
10
|
+
look: import("@angular/core").InputSignal<AXSideMenuLook>;
|
|
11
|
+
location: import("@angular/core").InputSignal<AXSideMenuLocation>;
|
|
12
|
+
/** @ignore */
|
|
13
|
+
private get __hostClass();
|
|
8
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, {}, {}, never, ["ax-side-menu-item,ax-title,ng-container,ng-content"], false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, { "look": { "alias": "look"; "required": false; "isSignal": true; }; "location": { "alias": "location"; "required": false; "isSignal": true; }; }, {}, never, ["ax-side-menu-item,ax-title,ng-container,ng-content"], false, never>;
|
|
10
16
|
}
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import { MXBaseComponent } from '@acorex/components/common';
|
|
2
2
|
import { TemplateRef } from '@angular/core';
|
|
3
|
-
import { AXStepWizardLook } from '../step-wizard.class';
|
|
3
|
+
import { AXStepWizardLook, AXStepWizardState } from '../step-wizard.class';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXStepWizardItemComponent extends MXBaseComponent {
|
|
6
|
-
protected stepLabel: import("@angular/core").WritableSignal<string>;
|
|
7
|
-
protected stepDescription: import("@angular/core").WritableSignal<string>;
|
|
8
|
-
protected stepId: import("@angular/core").WritableSignal<string>;
|
|
9
|
-
protected activeSignal: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
protected passedSignal: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
protected activeLook: import("@angular/core").WritableSignal<AXStepWizardLook>;
|
|
12
|
-
protected className: import("@angular/core").Signal<string>;
|
|
13
6
|
step: import("@angular/core").InputSignal<number>;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
label: import("@angular/core").InputSignal<string>;
|
|
8
|
+
description: import("@angular/core").InputSignal<string>;
|
|
9
|
+
state: import("@angular/core").InputSignal<AXStepWizardState>;
|
|
10
|
+
customTemplate: import("@angular/core").InputSignal<TemplateRef<unknown>>;
|
|
11
|
+
active: import("@angular/core").ModelSignal<boolean>;
|
|
12
|
+
passed: import("@angular/core").ModelSignal<boolean>;
|
|
13
|
+
look: import("@angular/core").ModelSignal<AXStepWizardLook>;
|
|
14
|
+
stepId: import("@angular/core").WritableSignal<string>;
|
|
15
|
+
className: import("@angular/core").Signal<string>;
|
|
16
|
+
template: import("@angular/core").Signal<TemplateRef<unknown>>;
|
|
21
17
|
set id(v: string);
|
|
22
18
|
private get __hostClass();
|
|
23
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardItemComponent, never>;
|
|
24
|
-
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; }; "
|
|
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; }; "state": { "alias": "state"; "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; }; "id": { "alias": "id"; "required": false; }; }, { "active": "activeChange"; "passed": "passedChange"; "look": "lookChange"; }, never, ["ax-content", "ax-icon"], false, never>;
|
|
25
21
|
}
|
|
@@ -2,4 +2,6 @@ export interface AXStepWizardItem {
|
|
|
2
2
|
id: string;
|
|
3
3
|
title: string;
|
|
4
4
|
}
|
|
5
|
-
export type AXStepWizardLook = '
|
|
5
|
+
export type AXStepWizardLook = 'rounded-icon' | 'circular-icon' | 'circular' | 'text-line' | 'custom';
|
|
6
|
+
export type AXStepWizardSize = 'ax-sm' | 'ax-md' | 'ax-lg';
|
|
7
|
+
export type AXStepWizardState = 'pending' | 'success' | 'error' | 'warning' | 'clear';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AXOrientation, MXBaseComponent } from '@acorex/components/common';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
3
|
import { AXStepWizardItemComponent } from './step-wizard-item/step-wizard-item.component';
|
|
4
|
-
import { AXStepWizardLook } from './step-wizard.class';
|
|
4
|
+
import { AXStepWizardLook, AXStepWizardSize } from './step-wizard.class';
|
|
5
5
|
import { AXStepWizardContentDirective } from './step-wizard.directive';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
@@ -15,7 +15,9 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
|
15
15
|
*
|
|
16
16
|
* @param v
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
connector: import("@angular/core").InputSignal<boolean>;
|
|
19
|
+
size: import("@angular/core").InputSignal<AXStepWizardSize>;
|
|
20
|
+
look: import("@angular/core").InputSignal<AXStepWizardLook>;
|
|
19
21
|
changeStep: import("@angular/core").InputSignal<boolean>;
|
|
20
22
|
/** @ignore */
|
|
21
23
|
protected activeStepIndex: import("@angular/core").WritableSignal<number>;
|
|
@@ -56,5 +58,5 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
|
56
58
|
/** @ignore */
|
|
57
59
|
private get __hostClass();
|
|
58
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", 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>;
|
|
60
62
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "./step-wizard.directive";
|
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@acorex/components/button";
|
|
7
7
|
import * as i6 from "@acorex/components/decorators";
|
|
8
|
+
import * as i7 from "@acorex/components/progress-bar";
|
|
8
9
|
export declare class AXStepWizardModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXStepWizardModule, [typeof i1.AXStepWizardComponent, typeof i2.AXStepWizardItemComponent, typeof i3.AXStepWizardContentDirective], [typeof i4.CommonModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule], [typeof i1.AXStepWizardComponent, typeof i2.AXStepWizardItemComponent, typeof i3.AXStepWizardContentDirective]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXStepWizardModule, [typeof i1.AXStepWizardComponent, typeof i2.AXStepWizardItemComponent, typeof i3.AXStepWizardContentDirective], [typeof i4.CommonModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXProgressBarModule], [typeof i1.AXStepWizardComponent, typeof i2.AXStepWizardItemComponent, typeof i3.AXStepWizardContentDirective]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXStepWizardModule>;
|
|
12
13
|
}
|
|
@@ -40,6 +40,7 @@ export declare class AXTabsComponent extends MXBaseComponent implements AfterVie
|
|
|
40
40
|
content: AXTabContentDirective;
|
|
41
41
|
private indicator;
|
|
42
42
|
private zone;
|
|
43
|
+
private platformId;
|
|
43
44
|
/** @ignore */
|
|
44
45
|
private _isUserInteraction;
|
|
45
46
|
get items(): AXTabItemComponent[];
|
|
@@ -14,7 +14,7 @@ export declare class AXToastService {
|
|
|
14
14
|
scrollStrategy: ScrollStrategy;
|
|
15
15
|
constructor(scrollStrategyOptions: ScrollStrategyOptions);
|
|
16
16
|
primary(content: string): void;
|
|
17
|
-
|
|
17
|
+
neutral(content: string): void;
|
|
18
18
|
success(content: string): void;
|
|
19
19
|
warning(content: string): void;
|
|
20
20
|
danger(content: string): void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AXToolBarComponent {
|
|
3
|
+
#private;
|
|
4
|
+
private buttons;
|
|
5
|
+
private textBox;
|
|
6
|
+
private decorators;
|
|
7
|
+
protected prefixState: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
+
protected suffixState: import("@angular/core").WritableSignal<boolean>;
|
|
9
|
+
protected contentState: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolBarComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolBarComponent, "ax-toolbar", never, {}, {}, ["buttons", "textBox", "decorators"], ["ax-prefix", "ax-content", "ax-suffix"], false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./toolbar.component";
|
|
3
|
+
import * as i2 from "@acorex/components/decorators";
|
|
4
|
+
export declare class AXToolBarModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolBarModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXToolBarModule, [typeof i1.AXToolBarComponent], [typeof i2.AXDecoratorModule], [typeof i1.AXToolBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXToolBarModule>;
|
|
8
|
+
}
|
|
@@ -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
|
-
}
|