@acorex/components 19.15.0-next.2 → 19.15.0-next.4
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-conversation.mjs +2 -2
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +2 -2
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +2 -2
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +31 -98
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/package.json +1 -1
- package/time-duration/lib/time-duration.component.d.ts +1 -5
package/package.json
CHANGED
@@ -27,13 +27,9 @@ export declare class AXTimeDurationComponent extends AXTimeDurationComponent_bas
|
|
27
27
|
private isTranslationInit;
|
28
28
|
initTranslation(): Promise<void>;
|
29
29
|
protected onInput(event: any): void;
|
30
|
-
protected internalValueChanged(value: number): void
|
30
|
+
protected internalValueChanged(value: number): Promise<void>;
|
31
31
|
private replacePersianLabels;
|
32
|
-
private prevMillisecond;
|
33
32
|
private maskToMilliseconds;
|
34
|
-
private getNextLargerUnit;
|
35
|
-
private convertToLargerUnit;
|
36
|
-
private unitToMilliseconds;
|
37
33
|
private updateMask;
|
38
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeDurationComponent, never>;
|
39
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"], true, never>;
|