@acorex/components 20.7.3 → 20.7.5
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/data-pager/index.d.ts +2 -0
- package/data-table/index.d.ts +8 -8
- package/fesm2022/acorex-components-conversation.mjs +1 -1
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +3 -3
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +19 -3
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +14 -14
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +2 -2
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-fab.mjs +1 -1
- package/fesm2022/acorex-components-fab.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-popover.mjs +42 -28
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +6 -6
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +19 -6
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/package.json +15 -15
- package/popover/index.d.ts +9 -5
- package/toast/index.d.ts +5 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.5",
|
|
6
|
+
"@acorex/cdk": "20.7.5",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
"types": "./accordion/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
62
62
|
},
|
|
63
|
+
"./action-sheet": {
|
|
64
|
+
"types": "./action-sheet/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
66
|
+
},
|
|
63
67
|
"./alert": {
|
|
64
68
|
"types": "./alert/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
@@ -72,10 +76,6 @@
|
|
|
72
76
|
"types": "./audio-wave/index.d.ts",
|
|
73
77
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
74
78
|
},
|
|
75
|
-
"./action-sheet": {
|
|
76
|
-
"types": "./action-sheet/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
78
|
-
},
|
|
79
79
|
"./autocomplete": {
|
|
80
80
|
"types": "./autocomplete/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
"types": "./popover/index.d.ts",
|
|
329
329
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
|
330
330
|
},
|
|
331
|
-
"./popup": {
|
|
332
|
-
"types": "./popup/index.d.ts",
|
|
333
|
-
"default": "./fesm2022/acorex-components-popup.mjs"
|
|
334
|
-
},
|
|
335
331
|
"./progress-bar": {
|
|
336
332
|
"types": "./progress-bar/index.d.ts",
|
|
337
333
|
"default": "./fesm2022/acorex-components-progress-bar.mjs"
|
|
338
334
|
},
|
|
335
|
+
"./popup": {
|
|
336
|
+
"types": "./popup/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/acorex-components-popup.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
|
-
"./rest-api-generator": {
|
|
364
|
-
"types": "./rest-api-generator/index.d.ts",
|
|
365
|
-
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
366
|
-
},
|
|
367
363
|
"./result": {
|
|
368
364
|
"types": "./result/index.d.ts",
|
|
369
365
|
"default": "./fesm2022/acorex-components-result.mjs"
|
|
370
366
|
},
|
|
367
|
+
"./rest-api-generator": {
|
|
368
|
+
"types": "./rest-api-generator/index.d.ts",
|
|
369
|
+
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
370
|
+
},
|
|
371
371
|
"./routing-progress": {
|
|
372
372
|
"types": "./routing-progress/index.d.ts",
|
|
373
373
|
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
package/popover/index.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
|
30
30
|
/** @ignore */
|
|
31
31
|
private _scrollListenerActive;
|
|
32
32
|
/** @ignore */
|
|
33
|
+
private _scrollActivationFrame;
|
|
34
|
+
/** @ignore */
|
|
33
35
|
private resizeObserver;
|
|
34
36
|
/** @ignore */
|
|
35
37
|
private resize$;
|
|
@@ -139,9 +141,10 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
|
139
141
|
get closeAfter(): number;
|
|
140
142
|
set closeAfter(value: number);
|
|
141
143
|
/**
|
|
142
|
-
* Whether to
|
|
144
|
+
* Whether to close the popover when scrolling occurs outside of it.
|
|
145
|
+
* Scrolling within the popover (or any nested overlay) will not close it.
|
|
143
146
|
*/
|
|
144
|
-
|
|
147
|
+
closeOnScroll: boolean;
|
|
145
148
|
/**
|
|
146
149
|
* CSS class to apply to the backdrop element.
|
|
147
150
|
*/
|
|
@@ -181,11 +184,12 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
|
181
184
|
/** @ignore */
|
|
182
185
|
private removeScrollListener;
|
|
183
186
|
/**
|
|
184
|
-
* Checks
|
|
187
|
+
* Checks whether the given element lives inside a child overlay
|
|
188
|
+
* (an overlay stacked on top of this popover, e.g. a selectbox dropdown).
|
|
185
189
|
* Child overlays are identified by having a higher z-index than this popover's overlay.
|
|
186
190
|
* @ignore
|
|
187
191
|
*/
|
|
188
|
-
private
|
|
192
|
+
private isInsideChildOverlay;
|
|
189
193
|
/** @ignore */
|
|
190
194
|
private handleOverlayDisposed;
|
|
191
195
|
/**
|
|
@@ -236,7 +240,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
|
236
240
|
/** @ignore */
|
|
237
241
|
ngOnDestroy(): void;
|
|
238
242
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
|
|
239
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "disablePanelClass": { "alias": "disablePanelClass"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "target": { "alias": "target"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; "openOn": { "alias": "openOn"; "required": false; }; "closeOn": { "alias": "closeOn"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "openAfter": { "alias": "openAfter"; "required": false; }; "closeAfter": { "alias": "closeAfter"; "required": false; }; "
|
|
243
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "disablePanelClass": { "alias": "disablePanelClass"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "target": { "alias": "target"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; "openOn": { "alias": "openOn"; "required": false; }; "closeOn": { "alias": "closeOn"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "openAfter": { "alias": "openAfter"; "required": false; }; "closeAfter": { "alias": "closeAfter"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["*"], true, never>;
|
|
240
244
|
}
|
|
241
245
|
|
|
242
246
|
declare class AXPopoverModule {
|
package/toast/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXLocation, AXStyleColorType, MXBaseComponent } from '@acorex/cdk/common';
|
|
1
|
+
import { AXLocation, AXStyleColorType, AXStyleLookType, MXBaseComponent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXOverlayRef } from '@acorex/cdk/overlay';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, InjectionToken } from '@angular/core';
|
|
@@ -16,6 +16,7 @@ interface AXToastDisplayConfig {
|
|
|
16
16
|
closeButton?: boolean;
|
|
17
17
|
location?: AXLocation;
|
|
18
18
|
color: AXStyleColorType;
|
|
19
|
+
look?: AXStyleLookType;
|
|
19
20
|
timeOut?: number;
|
|
20
21
|
timeOutProgress?: boolean;
|
|
21
22
|
pauseOnHover?: boolean;
|
|
@@ -27,6 +28,7 @@ interface AXToastData {
|
|
|
27
28
|
location: AXLocation;
|
|
28
29
|
closeButton: boolean;
|
|
29
30
|
color: AXStyleColorType;
|
|
31
|
+
look: AXStyleLookType;
|
|
30
32
|
timeOut?: number;
|
|
31
33
|
timeOutProgress: boolean;
|
|
32
34
|
closeAllButton?: boolean;
|
|
@@ -123,6 +125,7 @@ declare class AXToastService {
|
|
|
123
125
|
declare class AXToastComponent extends MXBaseComponent implements OnInit {
|
|
124
126
|
/** Toast configuration data */
|
|
125
127
|
config: i0.InputSignal<AXToastData>;
|
|
128
|
+
protected hostClass: i0.Signal<string>;
|
|
126
129
|
/** @internal Callback function to close the toast */
|
|
127
130
|
onClose: i0.InputSignal<() => void>;
|
|
128
131
|
toastService: AXToastService;
|
|
@@ -161,6 +164,7 @@ interface AXToastConfig {
|
|
|
161
164
|
location: AXLocation;
|
|
162
165
|
limit: number;
|
|
163
166
|
pauseOnHover: boolean;
|
|
167
|
+
look: AXStyleLookType;
|
|
164
168
|
}
|
|
165
169
|
declare const AX_TOAST_CONFIG: InjectionToken<AXToastConfig>;
|
|
166
170
|
declare const AXToastDefaultConfig: AXToastConfig;
|