@acorex/components 19.6.0 → 19.6.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/button/lib/button-item-list.component.d.ts +1 -1
- package/fesm2022/acorex-components-button.mjs +2 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +2 -2
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +28 -25
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +5 -4
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +2 -2
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +2 -2
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +2 -2
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/form/lib/form.component.d.ts +4 -2
- package/package.json +1 -5
- package/fesm2022/acorex-components-nav.mjs +0 -101
- package/fesm2022/acorex-components-nav.mjs.map +0 -1
- package/nav/README.md +0 -3
- package/nav/index.d.ts +0 -3
- package/nav/lib/nav-item/nav-item.component.d.ts +0 -37
- package/nav/lib/nav.component.d.ts +0 -10
- package/nav/lib/nav.module.d.ts +0 -10
package/nav/README.md
DELETED
package/nav/index.d.ts
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common';
|
2
|
-
import { EventEmitter } from '@angular/core';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
declare const AXNavItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent]>;
|
5
|
-
/**
|
6
|
-
* @category Components
|
7
|
-
* A component represents an individual item within the navigation interface, supporting customization options such as disabling and color changes.
|
8
|
-
*/
|
9
|
-
export declare class AXNavItemComponent extends AXNavItemComponent_base {
|
10
|
-
/**
|
11
|
-
* Emits an event when the navigation item is clicked.
|
12
|
-
* @event
|
13
|
-
*/
|
14
|
-
onClick: EventEmitter<AXClickEvent>;
|
15
|
-
/**
|
16
|
-
* Emits when the active state changes.
|
17
|
-
* @event
|
18
|
-
*/
|
19
|
-
activeChange: EventEmitter<boolean>;
|
20
|
-
/** @ignore */
|
21
|
-
private _active;
|
22
|
-
/**
|
23
|
-
* Gets or sets the active state of the component.
|
24
|
-
* @param {boolean} v
|
25
|
-
*/
|
26
|
-
get active(): boolean;
|
27
|
-
/**
|
28
|
-
* Sets the active state of the component.
|
29
|
-
* @param {boolean} v
|
30
|
-
*/
|
31
|
-
set active(v: boolean);
|
32
|
-
/** @ignore */
|
33
|
-
_handleClickEvent(e: MouseEvent): void;
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavItemComponent, never>;
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXNavItemComponent, "ax-nav-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "onClick": "onClick"; "activeChange": "activeChange"; }, never, ["ax-title", "ax-prefix", "*", "ax-suffix", "ax-side-menu-item, ng-container"], false, never>;
|
36
|
-
}
|
37
|
-
export {};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
/**
|
4
|
-
* @category Components
|
5
|
-
* A navigation component provides a customizable navigation interface with optimized change detection.
|
6
|
-
*/
|
7
|
-
export declare class AXNavComponent extends MXBaseComponent {
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXNavComponent, "ax-nav", never, {}, {}, never, ["ax-nav-item,ax-title,ng-container"], false, never>;
|
10
|
-
}
|
package/nav/lib/nav.module.d.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./nav.component";
|
3
|
-
import * as i2 from "./nav-item/nav-item.component";
|
4
|
-
import * as i3 from "@angular/common";
|
5
|
-
import * as i4 from "@acorex/components/common";
|
6
|
-
export declare class AXNavModule {
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNavModule, [typeof i1.AXNavComponent, typeof i2.AXNavItemComponent], [typeof i3.CommonModule, typeof i4.AXCommonModule], [typeof i1.AXNavComponent, typeof i2.AXNavItemComponent]>;
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXNavModule>;
|
10
|
-
}
|