@acorex/cdk 19.15.0-next.8 → 20.0.0
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/accordion/index.d.ts +56 -0
- package/carousel/index.d.ts +17 -1
- package/clipboard/README.md +3 -0
- package/{common/lib/directives/copy-clipboard.directive.d.ts → clipboard/index.d.ts} +14 -8
- package/common/index.d.ts +930 -33
- package/dom/index.d.ts +16 -1
- package/drag-drop/index.d.ts +111 -4
- package/drawer/index.d.ts +49 -3
- package/fesm2022/acorex-cdk-accordion.mjs +206 -0
- package/fesm2022/acorex-cdk-accordion.mjs.map +1 -0
- package/fesm2022/acorex-cdk-carousel.mjs +3 -3
- package/fesm2022/acorex-cdk-carousel.mjs.map +1 -1
- package/fesm2022/acorex-cdk-clipboard.mjs +90 -0
- package/fesm2022/acorex-cdk-clipboard.mjs.map +1 -0
- package/fesm2022/acorex-cdk-common.mjs +123 -208
- package/fesm2022/acorex-cdk-common.mjs.map +1 -1
- package/fesm2022/acorex-cdk-dom.mjs +3 -3
- package/fesm2022/acorex-cdk-dom.mjs.map +1 -1
- package/fesm2022/acorex-cdk-drag-drop.mjs +15 -15
- package/fesm2022/acorex-cdk-drag-drop.mjs.map +1 -1
- package/fesm2022/acorex-cdk-drawer.mjs +85 -66
- package/fesm2022/acorex-cdk-drawer.mjs.map +1 -1
- package/fesm2022/acorex-cdk-focus-trap.mjs +3 -3
- package/fesm2022/acorex-cdk-focus-trap.mjs.map +1 -1
- package/fesm2022/acorex-cdk-input-mask.mjs +79 -0
- package/fesm2022/acorex-cdk-input-mask.mjs.map +1 -0
- package/fesm2022/acorex-cdk-list-navigation.mjs +10 -10
- package/fesm2022/acorex-cdk-list-navigation.mjs.map +1 -1
- package/fesm2022/acorex-cdk-outline.mjs +115 -40
- package/fesm2022/acorex-cdk-outline.mjs.map +1 -1
- package/fesm2022/acorex-cdk-overlay.mjs +3 -3
- package/fesm2022/acorex-cdk-overlay.mjs.map +1 -1
- package/fesm2022/acorex-cdk-pan-view.mjs +5 -5
- package/fesm2022/acorex-cdk-pan-view.mjs.map +1 -1
- package/fesm2022/acorex-cdk-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-cdk-resizable.mjs +5 -5
- package/fesm2022/acorex-cdk-resizable.mjs.map +1 -1
- package/fesm2022/acorex-cdk-selection.mjs +24 -15
- package/fesm2022/acorex-cdk-selection.mjs.map +1 -1
- package/fesm2022/acorex-cdk-sliding-item.mjs +7 -7
- package/fesm2022/acorex-cdk-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-cdk-sticky.mjs +19 -19
- package/fesm2022/acorex-cdk-sticky.mjs.map +1 -1
- package/fesm2022/acorex-cdk-virtual-scroll.mjs +10 -10
- package/fesm2022/acorex-cdk-virtual-scroll.mjs.map +1 -1
- package/fesm2022/acorex-cdk-wysiwyg.mjs.map +1 -1
- package/fesm2022/acorex-cdk.mjs.map +1 -1
- package/focus-trap/index.d.ts +19 -1
- package/index.d.ts +3 -1
- package/input-mask/README.md +3 -0
- package/input-mask/index.d.ts +19 -0
- package/list-navigation/index.d.ts +44 -3
- package/outline/index.d.ts +57 -3
- package/overlay/index.d.ts +27 -2
- package/package.json +22 -14
- package/pan-view/index.d.ts +51 -1
- package/qrcode/index.d.ts +21 -1
- package/resizable/index.d.ts +61 -1
- package/selection/index.d.ts +43 -3
- package/sliding-item/index.d.ts +25 -2
- package/sticky/index.d.ts +31 -1
- package/virtual-scroll/index.d.ts +41 -3
- package/wysiwyg/index.d.ts +29 -1
- package/carousel/carousel.directive.d.ts +0 -13
- package/collapse/index.d.ts +0 -6
- package/collapse/lib/collapse-directive/collapse-close-button.directive.d.ts +0 -8
- package/collapse/lib/collapse-directive/collapse-group.directive.d.ts +0 -9
- package/collapse/lib/collapse-directive/collapse-item-content.directive.d.ts +0 -8
- package/collapse/lib/collapse-directive/collapse-item-header.directive.d.ts +0 -5
- package/collapse/lib/collapse-directive/collapse-item.directive.d.ts +0 -13
- package/collapse/lib/collapse.module.d.ts +0 -12
- package/common/lib/classes/components.class.d.ts +0 -97
- package/common/lib/classes/datalist.class.d.ts +0 -37
- package/common/lib/classes/datasource.class.d.ts +0 -87
- package/common/lib/classes/events.class.d.ts +0 -96
- package/common/lib/classes/styles.class.d.ts +0 -12
- package/common/lib/common.module.d.ts +0 -10
- package/common/lib/components/base-component.class.d.ts +0 -42
- package/common/lib/components/button-base-component.class.d.ts +0 -55
- package/common/lib/components/color-component.class.d.ts +0 -12
- package/common/lib/components/colorlook-component.class.d.ts +0 -6
- package/common/lib/components/input-base-value-component.class.d.ts +0 -35
- package/common/lib/components/interactive-component.class.d.ts +0 -57
- package/common/lib/components/look-component.class.d.ts +0 -18
- package/common/lib/components/selection-base.component.class.d.ts +0 -53
- package/common/lib/components/value-component.class.d.ts +0 -70
- package/common/lib/directives/auto-focus.directive.d.ts +0 -17
- package/common/lib/directives/delayed-value-changed.directive.d.ts +0 -17
- package/common/lib/directives/hotkey.directive.d.ts +0 -22
- package/common/lib/directives/infinite-scroll.directive.d.ts +0 -25
- package/common/lib/directives/inverted-color.directive.d.ts +0 -12
- package/common/lib/directives/responsive.directive.d.ts +0 -10
- package/common/lib/directives/ripple.directive.d.ts +0 -18
- package/common/lib/interfaces/component.interface.d.ts +0 -4
- package/common/lib/services/dom.service.d.ts +0 -6
- package/common/lib/services/hotkey.service.d.ts +0 -31
- package/common/lib/types/animation.d.ts +0 -1
- package/common/lib/types/base/button.type.d.ts +0 -8
- package/common/lib/types/base/color.type.d.ts +0 -7
- package/common/lib/types/base/component.types.d.ts +0 -8
- package/common/lib/types/base/events.types.d.ts +0 -21
- package/common/lib/types/base/index.d.ts +0 -7
- package/common/lib/types/base/interactive.type.d.ts +0 -13
- package/common/lib/types/base/look.type.d.ts +0 -7
- package/common/lib/types/base/value.type.d.ts +0 -9
- package/common/lib/types/direction.d.ts +0 -4
- package/common/lib/types/orientation.d.ts +0 -4
- package/common/lib/types/placement.d.ts +0 -30
- package/common/lib/types/range.d.ts +0 -4
- package/common/lib/types/selection-mode.d.ts +0 -4
- package/dom/lib/dom-change.directive.d.ts +0 -13
- package/drag-drop/lib/drag-drop.module.d.ts +0 -9
- package/drag-drop/lib/drag-handle.directive.d.ts +0 -7
- package/drag-drop/lib/drag.directive.d.ts +0 -77
- package/drag-drop/lib/drop-zone.directive.d.ts +0 -20
- package/drawer/lib/drawer-container.directive.d.ts +0 -8
- package/drawer/lib/drawer-item.directive.d.ts +0 -27
- package/drawer/lib/drawer.module.d.ts +0 -8
- package/fesm2022/acorex-cdk-collapse.mjs +0 -171
- package/fesm2022/acorex-cdk-collapse.mjs.map +0 -1
- package/focus-trap/lib/focus-trap.directive.d.ts +0 -16
- package/list-navigation/lib/list-navigation-item.directive.d.ts +0 -13
- package/list-navigation/lib/list-navigation.directive.d.ts +0 -22
- package/list-navigation/lib/list-navigation.module.d.ts +0 -9
- package/outline/lib/outline-container.directive.d.ts +0 -28
- package/outline/lib/outline-item.directive.d.ts +0 -9
- package/outline/lib/outline.module.d.ts +0 -9
- package/overlay/lib/overlay.service.d.ts +0 -9
- package/overlay/lib/overlay.types.d.ts +0 -15
- package/pan-view/lib/pan-view.directive.d.ts +0 -48
- package/qrcode/qrcode.class.d.ts +0 -20
- package/resizable/lib/resize.directive.d.ts +0 -59
- package/selection/lib/selection-group.directive.d.ts +0 -18
- package/selection/lib/selection-item.directive.d.ts +0 -15
- package/selection/lib/selection.module.d.ts +0 -9
- package/sliding-item/lib/sliding-item.directive.d.ts +0 -15
- package/sliding-item/lib/sliding-item.module.d.ts +0 -8
- package/sticky/lib/sticky.directive.d.ts +0 -29
- package/virtual-scroll/lib/virtual-scroll.module.d.ts +0 -8
- package/virtual-scroll/lib/virtual-scrolling-contianer/virtual-scrolling-contianer.directive.d.ts +0 -26
- package/virtual-scroll/lib/virtual-scrolling-item/virtual-scrolling-item.directive.d.ts +0 -7
- package/wysiwyg/wysiwyg.class.d.ts +0 -25
- /package/{collapse → accordion}/README.md +0 -0
|
@@ -1,3 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
|
|
5
|
+
declare class AXListNavigationItemDirective {
|
|
6
|
+
#private;
|
|
7
|
+
itemElem: ElementRef<any>;
|
|
8
|
+
isActive: i0.WritableSignal<boolean>;
|
|
9
|
+
navigationItemKey: number;
|
|
10
|
+
navigationParentItemKey: i0.WritableSignal<any>;
|
|
11
|
+
index: i0.WritableSignal<number>;
|
|
12
|
+
private parent;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXListNavigationItemDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXListNavigationItemDirective, "[axListNavigationItem]", ["axListNavigationItem"], {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare class AXListNavigationDirective {
|
|
18
|
+
#private;
|
|
19
|
+
private parentElem;
|
|
20
|
+
private childElem;
|
|
21
|
+
private activeIndex;
|
|
22
|
+
private holdShift;
|
|
23
|
+
onNavigationChanged: i0.OutputEmitterRef<{
|
|
24
|
+
sender: AXListNavigationDirective;
|
|
25
|
+
}>;
|
|
26
|
+
onPressEnterOrSpace: i0.OutputEmitterRef<{
|
|
27
|
+
active: number;
|
|
28
|
+
}>;
|
|
29
|
+
orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
30
|
+
private navigationHandler;
|
|
31
|
+
private parentNavigationHandler;
|
|
32
|
+
navigateTo(e: AXListNavigationItemDirective): void;
|
|
33
|
+
private activeByKeyboardHandler;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXListNavigationDirective, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXListNavigationDirective, "[axListNavigation]", ["axListNavigation"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, { "onNavigationChanged": "onNavigationChanged"; "onPressEnterOrSpace": "onPressEnterOrSpace"; }, ["childElem"], never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class AXListNavigationModule {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXListNavigationModule, never>;
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXListNavigationModule, never, [typeof i1.CommonModule, typeof AXListNavigationDirective, typeof AXListNavigationItemDirective], [typeof AXListNavigationDirective, typeof AXListNavigationItemDirective]>;
|
|
41
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXListNavigationModule>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { AXListNavigationDirective, AXListNavigationItemDirective, AXListNavigationModule };
|
package/outline/index.d.ts
CHANGED
|
@@ -1,3 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import * as i1 from '@angular/common';
|
|
5
|
+
|
|
6
|
+
type outlineItemType = {
|
|
7
|
+
el: HTMLElement;
|
|
8
|
+
active: boolean;
|
|
9
|
+
scrollY: number;
|
|
10
|
+
hasAnchor: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare class AXOutlineContainerDirective implements OnDestroy {
|
|
13
|
+
#private;
|
|
14
|
+
private zone;
|
|
15
|
+
private platformId;
|
|
16
|
+
private el;
|
|
17
|
+
private unsubscriber;
|
|
18
|
+
private clipboardService;
|
|
19
|
+
target: _angular_core.InputSignal<string>;
|
|
20
|
+
smoothScroll: _angular_core.InputSignal<boolean>;
|
|
21
|
+
showHashItem: _angular_core.InputSignal<boolean>;
|
|
22
|
+
activationOffset: _angular_core.InputSignal<number>;
|
|
23
|
+
copyUrlOnClick: _angular_core.InputSignal<boolean>;
|
|
24
|
+
activateLastAtBottom: _angular_core.InputSignal<boolean>;
|
|
25
|
+
scrollableElementId: _angular_core.InputSignal<string>;
|
|
26
|
+
private scrollTop;
|
|
27
|
+
private outlineItems;
|
|
28
|
+
private scrollableElement;
|
|
29
|
+
private mutationSubject;
|
|
30
|
+
private readonly MUTATION_DEBOUNCE_TIME;
|
|
31
|
+
private mutationObserver;
|
|
32
|
+
outlineItems$: BehaviorSubject<outlineItemType[]>;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
private scrollChanged;
|
|
35
|
+
private setOutlineItems;
|
|
36
|
+
refreshOutlineItems(): void;
|
|
37
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOutlineContainerDirective, never>;
|
|
38
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXOutlineContainerDirective, "[axOutlineContainer]", ["axOutlineContainer"], { "target": { "alias": "target"; "required": false; "isSignal": true; }; "smoothScroll": { "alias": "smoothScroll"; "required": false; "isSignal": true; }; "showHashItem": { "alias": "showHashItem"; "required": false; "isSignal": true; }; "activationOffset": { "alias": "activationOffset"; "required": false; "isSignal": true; }; "copyUrlOnClick": { "alias": "copyUrlOnClick"; "required": false; "isSignal": true; }; "activateLastAtBottom": { "alias": "activateLastAtBottom"; "required": false; "isSignal": true; }; "scrollableElementId": { "alias": "scrollableElementId"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
declare class AXOutlineItemDirective {
|
|
42
|
+
#private;
|
|
43
|
+
private el;
|
|
44
|
+
id: _angular_core.InputSignal<string>;
|
|
45
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
46
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOutlineItemDirective, never>;
|
|
47
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXOutlineItemDirective, "[axOutlineItem]", ["axOutlineItem"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
declare class AXOutlineModule {
|
|
51
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOutlineModule, never>;
|
|
52
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXOutlineModule, never, [typeof i1.CommonModule, typeof AXOutlineContainerDirective, typeof AXOutlineItemDirective], [typeof AXOutlineContainerDirective, typeof AXOutlineItemDirective]>;
|
|
53
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXOutlineModule>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export { AXOutlineContainerDirective, AXOutlineItemDirective, AXOutlineModule };
|
|
57
|
+
export type { outlineItemType };
|
package/overlay/index.d.ts
CHANGED
|
@@ -1,2 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { AXComponentOptions, AXComponentContent } from '@acorex/core/components';
|
|
2
|
+
import { AXPlacement } from '@acorex/cdk/common';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { EmbeddedViewRef, ComponentRef } from '@angular/core';
|
|
5
|
+
|
|
6
|
+
interface AXOverlayRef<T> {
|
|
7
|
+
instance: EmbeddedViewRef<T> | ComponentRef<T>;
|
|
8
|
+
}
|
|
9
|
+
interface AXOverlayOptions extends AXComponentOptions {
|
|
10
|
+
backdrop?: {
|
|
11
|
+
enabled?: boolean;
|
|
12
|
+
background?: boolean;
|
|
13
|
+
cssClass?: string;
|
|
14
|
+
closeOnClick?: boolean;
|
|
15
|
+
};
|
|
16
|
+
position?: AXPlacement;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare class AXOverlayService {
|
|
20
|
+
private componentService;
|
|
21
|
+
create<T = any>(content: AXComponentContent<T>, options?: AXOverlayOptions): Promise<AXOverlayRef<T>>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXOverlayService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXOverlayService>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { AXOverlayService };
|
|
27
|
+
export type { AXOverlayOptions, AXOverlayRef };
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/cdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "^20.0.0",
|
|
6
|
+
"@angular/core": "^20.0.0",
|
|
7
7
|
"quill": ">=2.0.2",
|
|
8
8
|
"quill-delta-to-html": ">=0.12.1",
|
|
9
9
|
"qrcode": ">=1.5.4",
|
|
@@ -23,13 +23,17 @@
|
|
|
23
23
|
"types": "./index.d.ts",
|
|
24
24
|
"default": "./fesm2022/acorex-cdk.mjs"
|
|
25
25
|
},
|
|
26
|
+
"./accordion": {
|
|
27
|
+
"types": "./accordion/index.d.ts",
|
|
28
|
+
"default": "./fesm2022/acorex-cdk-accordion.mjs"
|
|
29
|
+
},
|
|
26
30
|
"./carousel": {
|
|
27
31
|
"types": "./carousel/index.d.ts",
|
|
28
32
|
"default": "./fesm2022/acorex-cdk-carousel.mjs"
|
|
29
33
|
},
|
|
30
|
-
"./
|
|
31
|
-
"types": "./
|
|
32
|
-
"default": "./fesm2022/acorex-cdk-
|
|
34
|
+
"./clipboard": {
|
|
35
|
+
"types": "./clipboard/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/acorex-cdk-clipboard.mjs"
|
|
33
37
|
},
|
|
34
38
|
"./common": {
|
|
35
39
|
"types": "./common/index.d.ts",
|
|
@@ -51,10 +55,18 @@
|
|
|
51
55
|
"types": "./focus-trap/index.d.ts",
|
|
52
56
|
"default": "./fesm2022/acorex-cdk-focus-trap.mjs"
|
|
53
57
|
},
|
|
58
|
+
"./input-mask": {
|
|
59
|
+
"types": "./input-mask/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/acorex-cdk-input-mask.mjs"
|
|
61
|
+
},
|
|
54
62
|
"./list-navigation": {
|
|
55
63
|
"types": "./list-navigation/index.d.ts",
|
|
56
64
|
"default": "./fesm2022/acorex-cdk-list-navigation.mjs"
|
|
57
65
|
},
|
|
66
|
+
"./outline": {
|
|
67
|
+
"types": "./outline/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/acorex-cdk-outline.mjs"
|
|
69
|
+
},
|
|
58
70
|
"./overlay": {
|
|
59
71
|
"types": "./overlay/index.d.ts",
|
|
60
72
|
"default": "./fesm2022/acorex-cdk-overlay.mjs"
|
|
@@ -75,10 +87,6 @@
|
|
|
75
87
|
"types": "./selection/index.d.ts",
|
|
76
88
|
"default": "./fesm2022/acorex-cdk-selection.mjs"
|
|
77
89
|
},
|
|
78
|
-
"./outline": {
|
|
79
|
-
"types": "./outline/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/acorex-cdk-outline.mjs"
|
|
81
|
-
},
|
|
82
90
|
"./sliding-item": {
|
|
83
91
|
"types": "./sliding-item/index.d.ts",
|
|
84
92
|
"default": "./fesm2022/acorex-cdk-sliding-item.mjs"
|
|
@@ -87,13 +95,13 @@
|
|
|
87
95
|
"types": "./sticky/index.d.ts",
|
|
88
96
|
"default": "./fesm2022/acorex-cdk-sticky.mjs"
|
|
89
97
|
},
|
|
90
|
-
"./wysiwyg": {
|
|
91
|
-
"types": "./wysiwyg/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/acorex-cdk-wysiwyg.mjs"
|
|
93
|
-
},
|
|
94
98
|
"./virtual-scroll": {
|
|
95
99
|
"types": "./virtual-scroll/index.d.ts",
|
|
96
100
|
"default": "./fesm2022/acorex-cdk-virtual-scroll.mjs"
|
|
101
|
+
},
|
|
102
|
+
"./wysiwyg": {
|
|
103
|
+
"types": "./wysiwyg/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/acorex-cdk-wysiwyg.mjs"
|
|
97
105
|
}
|
|
98
106
|
},
|
|
99
107
|
"dependencies": {
|
package/pan-view/index.d.ts
CHANGED
|
@@ -1 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class AXPanViewDirective implements OnDestroy {
|
|
5
|
+
#private;
|
|
6
|
+
private resizeObserver;
|
|
7
|
+
private platformId;
|
|
8
|
+
private zone;
|
|
9
|
+
private render;
|
|
10
|
+
private document;
|
|
11
|
+
private el;
|
|
12
|
+
private startX;
|
|
13
|
+
private startY;
|
|
14
|
+
private pointerDown;
|
|
15
|
+
private wrapper;
|
|
16
|
+
zoomStep: _angular_core.InputSignal<number>;
|
|
17
|
+
minZoom: _angular_core.InputSignal<number>;
|
|
18
|
+
maxZoom: _angular_core.InputSignal<number>;
|
|
19
|
+
freeMode: _angular_core.InputSignal<boolean>;
|
|
20
|
+
fitContent: _angular_core.InputSignal<boolean>;
|
|
21
|
+
disablePan: _angular_core.InputSignal<boolean>;
|
|
22
|
+
disableZoom: _angular_core.InputSignal<boolean>;
|
|
23
|
+
wrapperClasses: _angular_core.InputSignal<string>;
|
|
24
|
+
panX: _angular_core.ModelSignal<number>;
|
|
25
|
+
panY: _angular_core.ModelSignal<number>;
|
|
26
|
+
zoom: _angular_core.ModelSignal<number>;
|
|
27
|
+
zoomChange: _angular_core.OutputEmitterRef<number>;
|
|
28
|
+
positionChange: _angular_core.OutputEmitterRef<{
|
|
29
|
+
x: number;
|
|
30
|
+
y: number;
|
|
31
|
+
}>;
|
|
32
|
+
private nativeEl;
|
|
33
|
+
private initialWidth;
|
|
34
|
+
private initialHeight;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
private createWrapper;
|
|
37
|
+
private handlePointerDown;
|
|
38
|
+
private handlePointerMove;
|
|
39
|
+
private handlePointerUp;
|
|
40
|
+
private handleZoomChange;
|
|
41
|
+
private sizeChanged;
|
|
42
|
+
private setFitContentScale;
|
|
43
|
+
setElementPosition(): void;
|
|
44
|
+
resetPosition(): void;
|
|
45
|
+
zoomIn(): void;
|
|
46
|
+
zoomOut(): void;
|
|
47
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPanViewDirective, never>;
|
|
48
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXPanViewDirective, "[axPanView]", ["axPanView"], { "zoomStep": { "alias": "zoomStep"; "required": false; "isSignal": true; }; "minZoom": { "alias": "minZoom"; "required": false; "isSignal": true; }; "maxZoom": { "alias": "maxZoom"; "required": false; "isSignal": true; }; "freeMode": { "alias": "freeMode"; "required": false; "isSignal": true; }; "fitContent": { "alias": "fitContent"; "required": false; "isSignal": true; }; "disablePan": { "alias": "disablePan"; "required": false; "isSignal": true; }; "disableZoom": { "alias": "disableZoom"; "required": false; "isSignal": true; }; "wrapperClasses": { "alias": "wrapperClasses"; "required": false; "isSignal": true; }; "panX": { "alias": "panX"; "required": false; "isSignal": true; }; "panY": { "alias": "panY"; "required": false; "isSignal": true; }; "zoom": { "alias": "zoom"; "required": false; "isSignal": true; }; }, { "panX": "panXChange"; "panY": "panYChange"; "zoom": "zoomChange"; "zoomChange": "zoomChange"; "positionChange": "positionChange"; }, never, never, true, never>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export { AXPanViewDirective };
|
package/qrcode/index.d.ts
CHANGED
|
@@ -1,2 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Generates a QR code with the given content and options.
|
|
3
|
+
* @param content - The text/content to encode in the QR code.
|
|
4
|
+
* @param width - The width/size of the QR code.
|
|
5
|
+
* @param level - The error correction level ('L', 'M', 'Q', 'H') (default: 'M').
|
|
6
|
+
* @param color - The color of the QR code (default: '#000000').
|
|
7
|
+
* @param backgroundColor - The background color of the QR code (default: '#FFFFFF').
|
|
8
|
+
* @param outputType - The output type: 'canvas', 'svg', or 'url' (default: 'canvas').
|
|
9
|
+
* @param canvas - Optional canvas element reference if output type is 'canvas'.
|
|
10
|
+
* @param svg - Optional SVG element reference if output type is 'svg'.
|
|
11
|
+
* @returns A Promise that resolves with a URL if the output type is 'url', or void for other types.
|
|
12
|
+
*/
|
|
13
|
+
declare function generateQRCode(content: string, // Mandatory content parameter
|
|
14
|
+
width: number, // Mandatory size parameter
|
|
15
|
+
level: 'L' | 'M' | 'Q' | 'H', // Default level is 'M'
|
|
16
|
+
color: string, // Default color is black
|
|
17
|
+
backgroundColor: string, // Default background color is white
|
|
18
|
+
outputType?: 'canvas' | 'svg' | 'url', // Default output type is 'canvas'
|
|
19
|
+
canvas?: HTMLCanvasElement, // Optional canvas element for canvas output
|
|
20
|
+
svg?: HTMLElement): Promise<string | void>;
|
|
21
|
+
|
|
2
22
|
export { generateQRCode };
|
package/resizable/index.d.ts
CHANGED
|
@@ -1 +1,61 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class AXResizableDirective implements AfterViewInit, OnDestroy {
|
|
5
|
+
private el;
|
|
6
|
+
private platformService;
|
|
7
|
+
private zone;
|
|
8
|
+
private document;
|
|
9
|
+
private platformID;
|
|
10
|
+
private resizeHandle;
|
|
11
|
+
private isResizing;
|
|
12
|
+
private initialElementWidth;
|
|
13
|
+
private startMoveWidth;
|
|
14
|
+
private resizeObserver;
|
|
15
|
+
/** Define if directive is active or not */
|
|
16
|
+
axResizable: _angular_core.ModelSignal<boolean>;
|
|
17
|
+
/** Minimum width for the resizable element. */
|
|
18
|
+
minWidth: _angular_core.ModelSignal<number>;
|
|
19
|
+
/** Maximum width for the resizable element. Defaults to parent width if not provided. */
|
|
20
|
+
maxWidth: _angular_core.ModelSignal<number>;
|
|
21
|
+
/** Behavior on double-click: 'reset' or 'maximize'. */
|
|
22
|
+
dblClickAction: _angular_core.ModelSignal<"reset" | "maximize" | "fit">;
|
|
23
|
+
/** Define initial width for the element. */
|
|
24
|
+
width: _angular_core.ModelSignal<number>;
|
|
25
|
+
/** Define reset width for the element. */
|
|
26
|
+
defaultWidth: _angular_core.ModelSignal<number>;
|
|
27
|
+
/** Event emitted when resizing starts. */
|
|
28
|
+
onResizingStarted: _angular_core.OutputEmitterRef<AXValueChangedEvent<number>>;
|
|
29
|
+
/** Event emitted when resizing ends. */
|
|
30
|
+
onResizingEnded: _angular_core.OutputEmitterRef<AXValueChangedEvent<number>>;
|
|
31
|
+
/** Event emitted on double-click. */
|
|
32
|
+
onResizingDblClick: _angular_core.OutputEmitterRef<AXValueChangedEvent<number>>;
|
|
33
|
+
constructor();
|
|
34
|
+
ngAfterViewInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
private setupResizableState;
|
|
37
|
+
private createResizeHandle;
|
|
38
|
+
private cleanupEventListeners;
|
|
39
|
+
private isRTL;
|
|
40
|
+
private onMouseDown;
|
|
41
|
+
private onMouseMove;
|
|
42
|
+
private onMouseUp;
|
|
43
|
+
private onMouseEnter;
|
|
44
|
+
private onMouseLeave;
|
|
45
|
+
private onDoubleClick;
|
|
46
|
+
private resetToInitialWidth;
|
|
47
|
+
private maximizeToMaxWidth;
|
|
48
|
+
private fitToContent;
|
|
49
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXResizableDirective, never>;
|
|
50
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXResizableDirective, "[axResizable]", never, { "axResizable": { "alias": "axResizable"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "dblClickAction": { "alias": "dblClickAction"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "defaultWidth": { "alias": "defaultWidth"; "required": false; "isSignal": true; }; }, { "axResizable": "axResizableChange"; "minWidth": "minWidthChange"; "maxWidth": "maxWidthChange"; "dblClickAction": "dblClickActionChange"; "width": "widthChange"; "defaultWidth": "defaultWidthChange"; "onResizingStarted": "onResizingStarted"; "onResizingEnded": "onResizingEnded"; "onResizingDblClick": "onResizingDblClick"; }, never, never, true, never>;
|
|
51
|
+
}
|
|
52
|
+
interface AXValueChangedEvent<T> {
|
|
53
|
+
component: unknown;
|
|
54
|
+
htmlElement?: HTMLElement;
|
|
55
|
+
isUserInteraction?: boolean;
|
|
56
|
+
name?: string;
|
|
57
|
+
value?: T;
|
|
58
|
+
oldValue?: T;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { AXResizableDirective };
|
package/selection/index.d.ts
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AXSelectionValueChangedEvent } from '@acorex/cdk/common';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
|
|
5
|
+
declare class AXSelectionItemDirective {
|
|
6
|
+
#private;
|
|
7
|
+
private elm;
|
|
8
|
+
isActive: _angular_core.WritableSignal<boolean>;
|
|
9
|
+
onClick: _angular_core.OutputEmitterRef<{
|
|
10
|
+
sender: AXSelectionItemDirective;
|
|
11
|
+
}>;
|
|
12
|
+
key: _angular_core.InputSignal<string | number>;
|
|
13
|
+
disable: _angular_core.InputSignal<boolean>;
|
|
14
|
+
toggle(): void;
|
|
15
|
+
select(): void;
|
|
16
|
+
unselect(): void;
|
|
17
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSelectionItemDirective, never>;
|
|
18
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXSelectionItemDirective, "[axSelectionItem]", ["axSelectionItem"], { "key": { "alias": "key"; "required": true; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
type AXSelectionGroupSelectedKeys = string | string[] | number | number[];
|
|
22
|
+
declare class AXSelectionGroupDirective {
|
|
23
|
+
#private;
|
|
24
|
+
private content;
|
|
25
|
+
private activeIndex;
|
|
26
|
+
multiple: _angular_core.InputSignal<boolean>;
|
|
27
|
+
disable: _angular_core.InputSignal<boolean>;
|
|
28
|
+
selectedKeys: _angular_core.InputSignal<AXSelectionGroupSelectedKeys>;
|
|
29
|
+
onSelectionChanged: _angular_core.OutputEmitterRef<AXSelectionValueChangedEvent>;
|
|
30
|
+
selectionItemsClass: _angular_core.Signal<readonly AXSelectionItemDirective[]>;
|
|
31
|
+
activeItemByIndex(...restParams: number[]): void;
|
|
32
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSelectionGroupDirective, never>;
|
|
33
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXSelectionGroupDirective, "[axSelectionGroup]", ["axSelectionGroup"], { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; "isSignal": true; }; }, { "onSelectionChanged": "onSelectionChanged"; }, ["content", "selectionItemsClass"], never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class AXSelectionCdkModule {
|
|
37
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSelectionCdkModule, never>;
|
|
38
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXSelectionCdkModule, never, [typeof i1.CommonModule, typeof AXSelectionGroupDirective, typeof AXSelectionItemDirective], [typeof AXSelectionGroupDirective, typeof AXSelectionItemDirective]>;
|
|
39
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXSelectionCdkModule>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { AXSelectionCdkModule, AXSelectionGroupDirective, AXSelectionItemDirective };
|
|
43
|
+
export type { AXSelectionGroupSelectedKeys };
|
package/sliding-item/index.d.ts
CHANGED
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class AXSlidingItemDirective {
|
|
5
|
+
#private;
|
|
6
|
+
private hostElement;
|
|
7
|
+
private isMouseDown;
|
|
8
|
+
private prevX;
|
|
9
|
+
currentX: i0.WritableSignal<number>;
|
|
10
|
+
stopPoint: i0.WritableSignal<number>;
|
|
11
|
+
disableSlidingRight: i0.WritableSignal<boolean>;
|
|
12
|
+
disableSlidingLeft: i0.WritableSignal<boolean>;
|
|
13
|
+
private dismiss;
|
|
14
|
+
setPosition(pos: number): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSlidingItemDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXSlidingItemDirective, "[axSlidingItem]", never, {}, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare class AXSlidingItemDirectiveModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSlidingItemDirectiveModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSlidingItemDirectiveModule, never, [typeof i1.CommonModule, typeof AXSlidingItemDirective], [typeof AXSlidingItemDirective]>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXSlidingItemDirectiveModule>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { AXSlidingItemDirective, AXSlidingItemDirectiveModule };
|
package/sticky/index.d.ts
CHANGED
|
@@ -1 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class AXStickyDirective implements AfterViewInit, OnDestroy {
|
|
5
|
+
private element;
|
|
6
|
+
private renderer;
|
|
7
|
+
private zone;
|
|
8
|
+
private cdr;
|
|
9
|
+
stickyClass: string;
|
|
10
|
+
stickyOffset: number;
|
|
11
|
+
isStickyChange: EventEmitter<boolean>;
|
|
12
|
+
private _isSticky;
|
|
13
|
+
get isSticky(): boolean;
|
|
14
|
+
set isSticky(value: boolean);
|
|
15
|
+
private topOffset;
|
|
16
|
+
private parentElement;
|
|
17
|
+
private targetElement;
|
|
18
|
+
private mutationObserver;
|
|
19
|
+
stickyParent: string | HTMLElement;
|
|
20
|
+
stickyTarget: string;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
private initSticky;
|
|
23
|
+
private updateTopOffset;
|
|
24
|
+
private onParentScroll;
|
|
25
|
+
private toggleStickyClasses;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXStickyDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXStickyDirective, "[axSticky]", ["axpSticky"], { "stickyClass": { "alias": "axSticky"; "required": false; }; "stickyOffset": { "alias": "stickyOffset"; "required": false; }; "stickyParent": { "alias": "stickyParent"; "required": false; }; "stickyTarget": { "alias": "stickyTarget"; "required": false; }; }, { "isStickyChange": "isStickyChange"; }, never, never, true, never>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { AXStickyDirective };
|
|
@@ -1,3 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class AXVirtualScrollingItemDirective {
|
|
5
|
+
private elementRef;
|
|
6
|
+
get nativeElement(): HTMLElement;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXVirtualScrollingItemDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXVirtualScrollingItemDirective, "[axVirtualScrollingItem]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare class AXVirtualScrollingContainerDirective {
|
|
12
|
+
#private;
|
|
13
|
+
height: i0.InputSignal<unknown>;
|
|
14
|
+
/** @ignore */
|
|
15
|
+
protected observer: IntersectionObserver;
|
|
16
|
+
ScrollEnd: i0.OutputEmitterRef<void>;
|
|
17
|
+
/** @ignore */
|
|
18
|
+
loading: boolean;
|
|
19
|
+
container: ElementRef<any>;
|
|
20
|
+
/** @ignore */
|
|
21
|
+
protected children: i0.Signal<readonly AXVirtualScrollingItemDirective[]>;
|
|
22
|
+
/** @ignore */
|
|
23
|
+
protected firstCall: i0.WritableSignal<boolean>;
|
|
24
|
+
/** @ignore */
|
|
25
|
+
protected lastChildElem: i0.Signal<Element>;
|
|
26
|
+
/** @ignore */
|
|
27
|
+
protected firstChildElem: i0.Signal<Element>;
|
|
28
|
+
/** @ignore */
|
|
29
|
+
protected callBack(entries: IntersectionObserverEntry[]): void;
|
|
30
|
+
get __hostClass(): string;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXVirtualScrollingContainerDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXVirtualScrollingContainerDirective, "[axVirtualScrollingContainer]", never, { "height": { "alias": "height"; "required": true; "isSignal": true; }; }, { "ScrollEnd": "ScrollEnd"; }, ["children"], never, true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare class AXVirtualScrollModule {
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXVirtualScrollModule, never>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXVirtualScrollModule, never, [typeof AXVirtualScrollingContainerDirective, typeof AXVirtualScrollingItemDirective], [typeof AXVirtualScrollingContainerDirective, typeof AXVirtualScrollingItemDirective]>;
|
|
38
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXVirtualScrollModule>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { AXVirtualScrollModule, AXVirtualScrollingContainerDirective, AXVirtualScrollingItemDirective };
|
package/wysiwyg/index.d.ts
CHANGED
|
@@ -1 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import Quill, { QuillOptions } from 'quill/quill.d.ts';
|
|
3
|
+
|
|
4
|
+
type Wysiwyg = Quill;
|
|
5
|
+
type WysiwygOptions = QuillOptions;
|
|
6
|
+
declare class AXWysiwyg {
|
|
7
|
+
quillObj: _angular_core.WritableSignal<Quill>;
|
|
8
|
+
init(container: HTMLElement | string, option?: WysiwygOptions): Promise<void>;
|
|
9
|
+
bold(value: boolean): void;
|
|
10
|
+
italic(value: boolean): void;
|
|
11
|
+
underLine(value: boolean): void;
|
|
12
|
+
strike(value: boolean): void;
|
|
13
|
+
color(value: string): void;
|
|
14
|
+
header(value: number): void;
|
|
15
|
+
list(value: 'ordered' | 'bullet' | ''): void;
|
|
16
|
+
align(value: 'center' | 'right' | 'left' | 'justify'): void;
|
|
17
|
+
direction(value: 'rtl' | 'ltr'): void;
|
|
18
|
+
fontSize(value: 'small' | false | 'large' | 'huge', range: any): void;
|
|
19
|
+
get HTMLoutput(): string;
|
|
20
|
+
undo(): void;
|
|
21
|
+
redo(): void;
|
|
22
|
+
background(value: string): void;
|
|
23
|
+
addImage(value: string): void;
|
|
24
|
+
focus(): void;
|
|
25
|
+
blur(): void;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { AXWysiwyg };
|
|
29
|
+
export type { Wysiwyg, WysiwygOptions };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Swiper, SwiperOptions } from 'swiper/types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type AXCarousel = Swiper;
|
|
4
|
-
export type AXCarouselOptions = SwiperOptions;
|
|
5
|
-
export declare class AXCarouselDirective {
|
|
6
|
-
#private;
|
|
7
|
-
carousel: import("@angular/core").WritableSignal<Swiper>;
|
|
8
|
-
carouselOptions: import("@angular/core").InputSignal<SwiperOptions>;
|
|
9
|
-
private el;
|
|
10
|
-
private init;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCarouselDirective, "[axCarousel]", ["axCarousel"], { "carouselOptions": { "alias": "carouselOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
package/collapse/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './lib/collapse-directive/collapse-close-button.directive';
|
|
2
|
-
export * from './lib/collapse-directive/collapse-group.directive';
|
|
3
|
-
export * from './lib/collapse-directive/collapse-item-content.directive';
|
|
4
|
-
export * from './lib/collapse-directive/collapse-item-header.directive';
|
|
5
|
-
export * from './lib/collapse-directive/collapse-item.directive';
|
|
6
|
-
export * from './lib/collapse.module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXCollapseCloseButtonDirective {
|
|
3
|
-
#private;
|
|
4
|
-
private elm;
|
|
5
|
-
onclick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseCloseButtonDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCollapseCloseButtonDirective, "[axCollapseCloseButton]", never, {}, { "onclick": "onclick"; }, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXCollapseGrouplDirective {
|
|
3
|
-
#private;
|
|
4
|
-
accordion: import("@angular/core").InputSignal<boolean>;
|
|
5
|
-
private content;
|
|
6
|
-
private activeIndex;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGrouplDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCollapseGrouplDirective, "[axCollapseGroup]", ["axCollapseGroup"], { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; }, {}, ["content"], never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXCollapseItemContentlDirective {
|
|
3
|
-
#private;
|
|
4
|
-
private elm;
|
|
5
|
-
collapseContent: import("@angular/core").WritableSignal<boolean>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseItemContentlDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCollapseItemContentlDirective, "[axCollapseItemContent]", ["axCollapseItemContent"], {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXCollapseItemHeaderlDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseItemHeaderlDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCollapseItemHeaderlDirective, "[axCollapseItemHeader]", ["axCollapseItemHeader"], {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXCollapseItemlDirective {
|
|
3
|
-
#private;
|
|
4
|
-
private content;
|
|
5
|
-
private close;
|
|
6
|
-
collapse: import("@angular/core").WritableSignal<boolean>;
|
|
7
|
-
onclick: import("@angular/core").OutputEmitterRef<{
|
|
8
|
-
component: AXCollapseItemlDirective;
|
|
9
|
-
}>;
|
|
10
|
-
id: import("@angular/core").WritableSignal<number>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseItemlDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCollapseItemlDirective, "[axCollapseItem]", ["axCollapseItem"], {}, { "onclick": "onclick"; }, ["content", "close"], never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./collapse-directive/collapse-group.directive";
|
|
4
|
-
import * as i3 from "./collapse-directive/collapse-item-content.directive";
|
|
5
|
-
import * as i4 from "./collapse-directive/collapse-item-header.directive";
|
|
6
|
-
import * as i5 from "./collapse-directive/collapse-item.directive";
|
|
7
|
-
import * as i6 from "./collapse-directive/collapse-close-button.directive";
|
|
8
|
-
export declare class AXCollapseModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof i1.CommonModule, typeof i2.AXCollapseGrouplDirective, typeof i3.AXCollapseItemContentlDirective, typeof i4.AXCollapseItemHeaderlDirective, typeof i5.AXCollapseItemlDirective, typeof i6.AXCollapseCloseButtonDirective], [typeof i2.AXCollapseGrouplDirective, typeof i3.AXCollapseItemContentlDirective, typeof i4.AXCollapseItemHeaderlDirective, typeof i5.AXCollapseItemlDirective, typeof i6.AXCollapseCloseButtonDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
|
|
12
|
-
}
|