@acorex/components 20.7.2 → 20.7.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 +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-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-select-box.mjs +4 -14
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/package.json +15 -15
- package/popover/index.d.ts +9 -5
- package/select-box/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.4",
|
|
6
|
+
"@acorex/cdk": "20.7.4",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -188,14 +188,14 @@
|
|
|
188
188
|
"types": "./dialog/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
190
190
|
},
|
|
191
|
-
"./drawer-legacy": {
|
|
192
|
-
"types": "./drawer-legacy/index.d.ts",
|
|
193
|
-
"default": "./fesm2022/acorex-components-drawer-legacy.mjs"
|
|
194
|
-
},
|
|
195
191
|
"./drawer": {
|
|
196
192
|
"types": "./drawer/index.d.ts",
|
|
197
193
|
"default": "./fesm2022/acorex-components-drawer.mjs"
|
|
198
194
|
},
|
|
195
|
+
"./drawer-legacy": {
|
|
196
|
+
"types": "./drawer-legacy/index.d.ts",
|
|
197
|
+
"default": "./fesm2022/acorex-components-drawer-legacy.mjs"
|
|
198
|
+
},
|
|
199
199
|
"./dropdown": {
|
|
200
200
|
"types": "./dropdown/index.d.ts",
|
|
201
201
|
"default": "./fesm2022/acorex-components-dropdown.mjs"
|
|
@@ -440,6 +440,10 @@
|
|
|
440
440
|
"types": "./tag-box/index.d.ts",
|
|
441
441
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
442
442
|
},
|
|
443
|
+
"./text-area": {
|
|
444
|
+
"types": "./text-area/index.d.ts",
|
|
445
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
|
+
},
|
|
443
447
|
"./text-box": {
|
|
444
448
|
"types": "./text-box/index.d.ts",
|
|
445
449
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
@@ -448,10 +452,6 @@
|
|
|
448
452
|
"types": "./time-duration/index.d.ts",
|
|
449
453
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
450
454
|
},
|
|
451
|
-
"./text-area": {
|
|
452
|
-
"types": "./text-area/index.d.ts",
|
|
453
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
454
|
-
},
|
|
455
455
|
"./time-line": {
|
|
456
456
|
"types": "./time-line/index.d.ts",
|
|
457
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
@@ -476,14 +476,14 @@
|
|
|
476
476
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
477
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
478
|
},
|
|
479
|
-
"./video-player": {
|
|
480
|
-
"types": "./video-player/index.d.ts",
|
|
481
|
-
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
|
-
},
|
|
483
479
|
"./uploader": {
|
|
484
480
|
"types": "./uploader/index.d.ts",
|
|
485
481
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
486
482
|
},
|
|
483
|
+
"./video-player": {
|
|
484
|
+
"types": "./video-player/index.d.ts",
|
|
485
|
+
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
486
|
+
},
|
|
487
487
|
"./wysiwyg": {
|
|
488
488
|
"types": "./wysiwyg/index.d.ts",
|
|
489
489
|
"default": "./fesm2022/acorex-components-wysiwyg.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/select-box/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
|
|
|
157
157
|
protected _handleItemClick(e: AXItemClickEvent): void;
|
|
158
158
|
/** @ignore */
|
|
159
159
|
protected _handleItemSelected(e: AXItemSelectedEvent): void;
|
|
160
|
-
private
|
|
160
|
+
private resetSearchAfterSelection;
|
|
161
161
|
/** @ignore */
|
|
162
162
|
private setDropdownSize;
|
|
163
163
|
private updateDropdownPosition;
|