@acorex/components 17.0.7 → 17.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/audio-wave/README.md +3 -0
- package/audio-wave/index.d.ts +3 -0
- package/audio-wave/lib/audio-wave.component.d.ts +51 -0
- package/audio-wave/lib/audio-wave.module.d.ts +10 -0
- package/audio-wave/lib/interfaces/audio-wave.interface.d.ts +15 -0
- package/chat/index.d.ts +1 -2
- package/chat/lib/chat-message/chat-message.component.d.ts +1 -1
- package/chat/lib/chat-messages/chat-message-text.component.d.ts +1 -1
- package/chat/lib/chat-messages/chat-messages-voice/chat-message-voice.component.d.ts +16 -0
- package/chat/lib/chat-view/chat-view.component.d.ts +2 -2
- package/chat/lib/chat.module.d.ts +13 -10
- package/chat/lib/chat.types.d.ts +6 -6
- package/data-pager/lib/data-pager.component.d.ts +1 -0
- package/data-table/lib/data-table/data-table.component.d.ts +24 -13
- package/esm2022/audio-wave/acorex-components-audio-wave.mjs +5 -0
- package/esm2022/audio-wave/index.mjs +4 -0
- package/esm2022/audio-wave/lib/audio-wave.component.mjs +199 -0
- package/esm2022/audio-wave/lib/audio-wave.module.mjs +20 -0
- package/esm2022/audio-wave/lib/interfaces/audio-wave.interface.mjs +2 -0
- package/esm2022/chat/index.mjs +2 -3
- package/esm2022/chat/lib/chat-message/chat-message.component.mjs +3 -3
- package/esm2022/chat/lib/chat-messages/chat-message-text.component.mjs +2 -2
- package/esm2022/chat/lib/chat-messages/chat-messages-voice/chat-message-voice.component.mjs +49 -0
- package/esm2022/chat/lib/chat-view/chat-view.component.mjs +2 -2
- package/esm2022/chat/lib/chat.module.mjs +18 -8
- package/esm2022/chat/lib/chat.types.mjs +1 -1
- package/esm2022/data-pager/lib/data-pager.component.mjs +19 -14
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +83 -39
- package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +8 -8
- package/fesm2022/acorex-components-audio-wave.mjs +223 -0
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -0
- package/fesm2022/acorex-components-chat.mjs +65 -34
- package/fesm2022/acorex-components-chat.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +18 -13
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +82 -38
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +7 -7
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/package.json +7 -1
- package/side-menu/lib/side-menu-item/side-menu-item.compoent.d.ts +3 -4
- package/chat/lib/chat-messages/chat-message-audio.component.d.ts +0 -7
- package/chat/lib/chat-voice/chat-voice.component.d.ts +0 -6
- package/esm2022/chat/lib/chat-messages/chat-message-audio.component.mjs +0 -17
- package/esm2022/chat/lib/chat-voice/chat-voice.component.mjs +0 -12
@@ -1,11 +1,11 @@
|
|
1
1
|
import { AXClickEvent, MXColorComponent, MXInteractiveComponent } from '@acorex/components/common';
|
2
|
-
import {
|
2
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class AXSideMenuItemClickEvent extends AXClickEvent {
|
5
5
|
handled: boolean;
|
6
6
|
}
|
7
7
|
declare const AXSideMenuItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
|
8
|
-
export declare class AXSideMenuItemComponent extends AXSideMenuItemComponent_base
|
8
|
+
export declare class AXSideMenuItemComponent extends AXSideMenuItemComponent_base {
|
9
9
|
private elem;
|
10
10
|
private _isLoading;
|
11
11
|
/**
|
@@ -35,13 +35,12 @@ export declare class AXSideMenuItemComponent extends AXSideMenuItemComponent_bas
|
|
35
35
|
get active(): boolean;
|
36
36
|
set active(v: boolean);
|
37
37
|
onClick: EventEmitter<AXSideMenuItemClickEvent>;
|
38
|
-
protected hasChild: boolean
|
38
|
+
protected hasChild: import("@angular/core").WritableSignal<boolean>;
|
39
39
|
constructor(elem: ElementRef);
|
40
40
|
_handleClickEvent(e: MouseEvent): void;
|
41
41
|
toggle(): void;
|
42
42
|
open(): void;
|
43
43
|
close(): void;
|
44
|
-
ngAfterContentInit(): void;
|
45
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuItemComponent, never>;
|
46
45
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "text": { "alias": "text"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "textChange": "textChange"; "isCollapsedChange": "isCollapsedChange"; "activeChange": "activeChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-prefix", "*", "ax-suffix", "ax-side-menu-item, ng-container", "ax-divider"], false, never>;
|
47
46
|
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { AXChatMessageBaseComponent } from '../chat.types';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class AXChatAudioMessageComponent extends AXChatMessageBaseComponent {
|
4
|
-
ngOnInit(): void;
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXChatAudioMessageComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXChatAudioMessageComponent, "ng-component", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
7
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class AXChatVoiceComponent {
|
3
|
-
constructor();
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXChatVoiceComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXChatVoiceComponent, "ax-chat-voice", never, {}, {}, never, never, false, never>;
|
6
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
2
|
-
import { AXChatMessageBaseComponent } from '../chat.types';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export class AXChatAudioMessageComponent extends AXChatMessageBaseComponent {
|
5
|
-
ngOnInit() { }
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXChatAudioMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: AXChatAudioMessageComponent, selector: "ng-component", inputs: { message: "message" }, usesInheritance: true, ngImport: i0, template: `This is an Audio Message`, isInline: true, encapsulation: i0.ViewEncapsulation.None }); }
|
8
|
-
}
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXChatAudioMessageComponent, decorators: [{
|
10
|
-
type: Component,
|
11
|
-
args: [{
|
12
|
-
template: `This is an Audio Message`,
|
13
|
-
encapsulation: ViewEncapsulation.None,
|
14
|
-
inputs: ['message'],
|
15
|
-
}]
|
16
|
-
}] });
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhdC1tZXNzYWdlLWF1ZGlvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9jaGF0L3NyYy9saWIvY2hhdC1tZXNzYWdlcy9jaGF0LW1lc3NhZ2UtYXVkaW8uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8zRCxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsMEJBQTBCO0lBQ3pFLFFBQVEsS0FBVSxDQUFDOzhHQURSLDJCQUEyQjtrR0FBM0IsMkJBQTJCLDJHQUo1QiwwQkFBMEI7OzJGQUl6QiwyQkFBMkI7a0JBTHZDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLFNBQVMsQ0FBQztpQkFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBWENoYXRNZXNzYWdlQmFzZUNvbXBvbmVudCB9IGZyb20gJy4uL2NoYXQudHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGU6IGBUaGlzIGlzIGFuIEF1ZGlvIE1lc3NhZ2VgLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBpbnB1dHM6IFsnbWVzc2FnZSddLFxufSlcbmV4cG9ydCBjbGFzcyBBWENoYXRBdWRpb01lc3NhZ2VDb21wb25lbnQgZXh0ZW5kcyBBWENoYXRNZXNzYWdlQmFzZUNvbXBvbmVudCB7XG4gIG5nT25Jbml0KCk6IHZvaWQge31cbn1cbiJdfQ==
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Component } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export class AXChatVoiceComponent {
|
4
|
-
constructor() { }
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXChatVoiceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: AXChatVoiceComponent, selector: "ax-chat-voice", ngImport: i0, template: "", styles: [""] }); }
|
7
|
-
}
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXChatVoiceComponent, decorators: [{
|
9
|
-
type: Component,
|
10
|
-
args: [{ selector: 'ax-chat-voice', template: "" }]
|
11
|
-
}], ctorParameters: () => [] });
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhdC12b2ljZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvY2hhdC9zcmMvbGliL2NoYXQtdm9pY2UvY2hhdC12b2ljZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvY2hhdC9zcmMvbGliL2NoYXQtdm9pY2UvY2hhdC12b2ljZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sb0JBQW9CO0lBQy9CLGdCQUFlLENBQUM7OEdBREwsb0JBQW9CO2tHQUFwQixvQkFBb0IscURDUGpDLEVBQUE7OzJGRE9hLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4LWNoYXQtdm9pY2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2hhdC12b2ljZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NoYXQtdm9pY2UuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQVhDaGF0Vm9pY2VDb21wb25lbnQge1xuICBjb25zdHJ1Y3RvcigpIHt9XG59XG4iLCIiXX0=
|