@acorex/components 20.2.0-next.15 → 20.2.0-next.16
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/fesm2022/acorex-components-navbar.mjs +6 -1
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +5 -2
- package/fesm2022/acorex-components-notification.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.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +1 -1
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +7 -4
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +3 -3
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/navbar/index.d.ts +6 -1
- package/package.json +16 -16
- package/paint/index.d.ts +1 -1
- package/password-box/index.d.ts +6 -6
- package/phone-box/index.d.ts +10 -8
- package/side-menu/index.d.ts +1 -1
package/password-box/index.d.ts
CHANGED
@@ -16,7 +16,7 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
|
|
16
16
|
ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
17
17
|
}, typeof MXLookComponent]>;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* A specialized input field designed for securely capturing user passwords. It incorporates essential features to enhance usability, accessibility, and security while maintaining a user-friendly interface. The component extends MXInputBaseValueComponent and MXLookComponent to provide comprehensive input functionality with visual styling options.
|
20
20
|
*
|
21
21
|
* @category Components
|
22
22
|
*/
|
@@ -63,23 +63,23 @@ declare class AXPasswordStrengthValidationComponent {
|
|
63
63
|
readonly showUseLowerCase: _angular_core.InputSignal<boolean>;
|
64
64
|
readonly showUseNumber: _angular_core.InputSignal<boolean>;
|
65
65
|
readonly showUseSpecialCharacter: _angular_core.InputSignal<boolean>;
|
66
|
-
isLengthGraterThan8: _angular_core.WritableSignal<{
|
66
|
+
protected isLengthGraterThan8: _angular_core.WritableSignal<{
|
67
67
|
regex: RegExp;
|
68
68
|
state: boolean;
|
69
69
|
}>;
|
70
|
-
isUseUpperCase: _angular_core.WritableSignal<{
|
70
|
+
protected isUseUpperCase: _angular_core.WritableSignal<{
|
71
71
|
regex: RegExp;
|
72
72
|
state: boolean;
|
73
73
|
}>;
|
74
|
-
isUseLowerCase: _angular_core.WritableSignal<{
|
74
|
+
protected isUseLowerCase: _angular_core.WritableSignal<{
|
75
75
|
regex: RegExp;
|
76
76
|
state: boolean;
|
77
77
|
}>;
|
78
|
-
isUseNumber: _angular_core.WritableSignal<{
|
78
|
+
protected isUseNumber: _angular_core.WritableSignal<{
|
79
79
|
regex: RegExp;
|
80
80
|
state: boolean;
|
81
81
|
}>;
|
82
|
-
isUseSpecialCharacter: _angular_core.WritableSignal<{
|
82
|
+
protected isUseSpecialCharacter: _angular_core.WritableSignal<{
|
83
83
|
regex: RegExp;
|
84
84
|
state: boolean;
|
85
85
|
}>;
|
package/phone-box/index.d.ts
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
4
|
-
import * as i4 from '@acorex/components/select-box';
|
5
|
-
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
6
4
|
import * as i8 from '@acorex/components/text-box';
|
7
5
|
import { AXTextBoxComponent } from '@acorex/components/text-box';
|
8
6
|
import { CountryItem } from '@acorex/core/constants';
|
9
7
|
import * as i1 from '@angular/common';
|
10
8
|
import * as i2 from '@angular/forms';
|
11
9
|
import * as i3 from 'angular-imask';
|
10
|
+
import * as i4 from '@acorex/components/select-box';
|
12
11
|
import * as i5 from '@acorex/components/search-box';
|
13
12
|
import * as i6 from '@acorex/components/decorators';
|
14
13
|
import * as i7 from '@acorex/components/button';
|
@@ -49,7 +48,7 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
49
48
|
* List of excluded values for the component.
|
50
49
|
*/
|
51
50
|
excluded: _angular_core.InputSignal<string[]>;
|
52
|
-
selectBox
|
51
|
+
private selectBox;
|
53
52
|
/** @ignore */
|
54
53
|
protected countries: _angular_core.WritableSignal<CountryItem[]>;
|
55
54
|
/** @ignore */
|
@@ -62,21 +61,24 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
62
61
|
protected handleCountryOnClosed(): void;
|
63
62
|
/**
|
64
63
|
* Determines if the keyboard event is a valid action based on allowed keys and key codes.
|
64
|
+
*
|
65
|
+
* @param event - The keyboard event to validate
|
66
|
+
* @returns boolean - True if the key action is valid, false otherwise
|
65
67
|
*/
|
66
68
|
isValidKeyboardAction: (event: KeyboardEvent) => boolean;
|
67
69
|
/**
|
68
70
|
* Updates the list of countries based on included or excluded codes.
|
71
|
+
*
|
72
|
+
* @returns void - No return value. Updates the internal countries list.
|
69
73
|
*/
|
70
74
|
setCountries(): void;
|
71
75
|
/**
|
72
76
|
* Sets the default selected country based on the provided country code or the first country in the list.
|
77
|
+
*
|
78
|
+
* @returns void - No return value. Updates the selected country.
|
73
79
|
*/
|
74
80
|
setDefaultValue(): void;
|
75
|
-
|
76
|
-
* Handles key down events, emitting an event if the key action is valid, otherwise prevents default behavior and stops propagation.
|
77
|
-
* @param e
|
78
|
-
*/
|
79
|
-
handleKeyDown(e: KeyboardEvent): void;
|
81
|
+
protected handleKeyDown(e: KeyboardEvent): void;
|
80
82
|
/** @ignore */
|
81
83
|
_handleCountryValueChanged(event: AXValueChangedEvent): void;
|
82
84
|
private get __hostName();
|
package/side-menu/index.d.ts
CHANGED
@@ -36,7 +36,7 @@ declare class AXSideMenuItemComponent extends MXInteractiveComponent {
|
|
36
36
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "routerLinkActive": { "alias": "routerLinkActive"; "required": false; "isSignal": true; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "active": "activeChange"; "isLoading": "isLoadingChange"; "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-side-menu-item, ng-container", "ax-divider", "ax-prefix", "ax-text", "*", "ax-suffix"], true, never>;
|
37
37
|
}
|
38
38
|
|
39
|
-
type AXSideMenuLook = 'pills' | 'with-line' | 'with-line-color';
|
39
|
+
type AXSideMenuLook = 'pills' | 'with-line' | 'with-line-color' | 'default';
|
40
40
|
type AXSideMenuLocation = 'start' | 'end';
|
41
41
|
type AXSideMenuItem = {
|
42
42
|
title?: string;
|