@acorex/components 20.7.5 → 20.7.7
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/conversation2/index.d.ts +13 -104
- package/fesm2022/acorex-components-conversation2.mjs +77 -124
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs → acorex-components-modal-acorex-components-modal-BzK-OlgL.mjs} +3 -3
- package/fesm2022/{acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs.map → acorex-components-modal-acorex-components-modal-BzK-OlgL.mjs.map} +1 -1
- package/fesm2022/{acorex-components-modal-modal-content.component-DPMt_zaI.mjs → acorex-components-modal-modal-content.component-BrqcqGTz.mjs} +2 -2
- package/fesm2022/{acorex-components-modal-modal-content.component-DPMt_zaI.mjs.map → acorex-components-modal-modal-content.component-BrqcqGTz.mjs.map} +1 -1
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-number-box.mjs +43 -5
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +25 -1
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +2 -2
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/number-box/index.d.ts +9 -0
- package/package.json +11 -11
- package/popup/index.d.ts +10 -0
package/number-box/index.d.ts
CHANGED
|
@@ -29,11 +29,20 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base {
|
|
|
29
29
|
protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
|
|
30
30
|
private input;
|
|
31
31
|
protected stringValue: _angular_core.WritableSignal<string>;
|
|
32
|
+
private translationService;
|
|
33
|
+
protected validateFn: (val: number) => Promise<{
|
|
34
|
+
result: boolean;
|
|
35
|
+
message: string;
|
|
36
|
+
} | {
|
|
37
|
+
result: boolean;
|
|
38
|
+
message?: undefined;
|
|
39
|
+
}>;
|
|
32
40
|
protected internalValueChanged(value: number | undefined): void;
|
|
33
41
|
private plusValue;
|
|
34
42
|
private minusValue;
|
|
35
43
|
private getNumericValue;
|
|
36
44
|
private getSteppedValue;
|
|
45
|
+
private clampToRange;
|
|
37
46
|
private getFractionDigits;
|
|
38
47
|
protected handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
39
48
|
protected handleUpClick(): void;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.7",
|
|
6
|
+
"@acorex/cdk": "20.7.7",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
"types": "./popover/index.d.ts",
|
|
329
329
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
|
330
330
|
},
|
|
331
|
-
"./progress-bar": {
|
|
332
|
-
"types": "./progress-bar/index.d.ts",
|
|
333
|
-
"default": "./fesm2022/acorex-components-progress-bar.mjs"
|
|
334
|
-
},
|
|
335
331
|
"./popup": {
|
|
336
332
|
"types": "./popup/index.d.ts",
|
|
337
333
|
"default": "./fesm2022/acorex-components-popup.mjs"
|
|
338
334
|
},
|
|
335
|
+
"./progress-bar": {
|
|
336
|
+
"types": "./progress-bar/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/acorex-components-progress-bar.mjs"
|
|
338
|
+
},
|
|
339
339
|
"./qrcode": {
|
|
340
340
|
"types": "./qrcode/index.d.ts",
|
|
341
341
|
"default": "./fesm2022/acorex-components-qrcode.mjs"
|
|
@@ -360,14 +360,14 @@
|
|
|
360
360
|
"types": "./rate-picker/index.d.ts",
|
|
361
361
|
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
362
362
|
},
|
|
363
|
-
"./result": {
|
|
364
|
-
"types": "./result/index.d.ts",
|
|
365
|
-
"default": "./fesm2022/acorex-components-result.mjs"
|
|
366
|
-
},
|
|
367
363
|
"./rest-api-generator": {
|
|
368
364
|
"types": "./rest-api-generator/index.d.ts",
|
|
369
365
|
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
370
366
|
},
|
|
367
|
+
"./result": {
|
|
368
|
+
"types": "./result/index.d.ts",
|
|
369
|
+
"default": "./fesm2022/acorex-components-result.mjs"
|
|
370
|
+
},
|
|
371
371
|
"./routing-progress": {
|
|
372
372
|
"types": "./routing-progress/index.d.ts",
|
|
373
373
|
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
package/popup/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ interface AXPopupConfig {
|
|
|
23
23
|
hasBackdrop?: boolean;
|
|
24
24
|
backdropClass?: string;
|
|
25
25
|
closeOnBackdropClick?: boolean;
|
|
26
|
+
closeOnNavigation?: boolean;
|
|
26
27
|
viewContainerRef?: ViewContainerRef;
|
|
27
28
|
providers?: StaticProvider[];
|
|
28
29
|
panelClass?: string[];
|
|
@@ -67,6 +68,8 @@ declare class AXPopupComponent extends MXBaseComponent implements OnInit, OnDest
|
|
|
67
68
|
private loadingService;
|
|
68
69
|
private _platform;
|
|
69
70
|
private componentService;
|
|
71
|
+
private _router;
|
|
72
|
+
private _destroyRef;
|
|
70
73
|
private contentContainerRef;
|
|
71
74
|
private contentContainerEl;
|
|
72
75
|
readonly __content__: i0.InputSignal<AXPopupContentType>;
|
|
@@ -97,6 +100,13 @@ declare class AXPopupComponent extends MXBaseComponent implements OnInit, OnDest
|
|
|
97
100
|
private elementStartPos;
|
|
98
101
|
/** @ignore */
|
|
99
102
|
ngOnInit(): void;
|
|
103
|
+
/**
|
|
104
|
+
* Subscribes to router navigation events so the popup is closed automatically
|
|
105
|
+
* when the user navigates to another route. Enabled by default; disable via
|
|
106
|
+
* `closeOnNavigation: false` in the popup config.
|
|
107
|
+
* @ignore
|
|
108
|
+
*/
|
|
109
|
+
private _setupCloseOnNavigation;
|
|
100
110
|
/** @ignore */
|
|
101
111
|
private renderContent;
|
|
102
112
|
/** @ignore */
|