@acorex/cdk 19.15.0-next.9 → 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 +18 -10
- 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
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AXClickEvent } from '@acorex/cdk/common';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
|
|
5
|
+
declare class AXAccordionCloseButtonDirective {
|
|
6
|
+
#private;
|
|
7
|
+
private elm;
|
|
8
|
+
onclick: i0.OutputEmitterRef<MouseEvent>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionCloseButtonDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAccordionCloseButtonDirective, "[axAccordionCloseButton]", never, {}, { "onclick": "onclick"; }, never, never, true, never>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class AXAccordionGroupDirective {
|
|
14
|
+
#private;
|
|
15
|
+
accordion: i0.ModelSignal<boolean>;
|
|
16
|
+
activeIndex: i0.ModelSignal<number | number[]>;
|
|
17
|
+
private activeId;
|
|
18
|
+
private content;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionGroupDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAccordionGroupDirective, "[axAccordionGroup]", ["axAccordionGroup"], { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; }, { "accordion": "accordionChange"; "activeIndex": "activeIndexChange"; }, ["content"], never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare class AXAccordionItemContentDirective {
|
|
24
|
+
#private;
|
|
25
|
+
private elm;
|
|
26
|
+
private parent;
|
|
27
|
+
private collapseContent;
|
|
28
|
+
transition: i0.InputSignal<number>;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionItemContentDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAccordionItemContentDirective, "[axAccordionItemContent]", ["axAccordionItemContent"], { "transition": { "alias": "transition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare class AXAccordionItemHeaderDirective {
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionItemHeaderDirective, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAccordionItemHeaderDirective, "[axAccordionItemHeader]", ["axAccordionItemHeader"], {}, {}, never, never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class AXAccordionItemDirective {
|
|
39
|
+
#private;
|
|
40
|
+
private close;
|
|
41
|
+
private elm;
|
|
42
|
+
id: i0.WritableSignal<number>;
|
|
43
|
+
isCollapsed: i0.ModelSignal<boolean>;
|
|
44
|
+
onClick: i0.OutputEmitterRef<AXClickEvent>;
|
|
45
|
+
toggleOnItemClick: i0.InputSignal<boolean>;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionItemDirective, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAccordionItemDirective, "[axAccordionItem]", ["axAccordionItem"], { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "toggleOnItemClick": { "alias": "toggleOnItemClick"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, ["close"], never, true, never>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
declare class AXAccordionCdkModule {
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAccordionCdkModule, never>;
|
|
52
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAccordionCdkModule, never, [typeof i1.CommonModule, typeof AXAccordionGroupDirective, typeof AXAccordionItemContentDirective, typeof AXAccordionItemHeaderDirective, typeof AXAccordionItemDirective, typeof AXAccordionCloseButtonDirective], [typeof AXAccordionGroupDirective, typeof AXAccordionItemContentDirective, typeof AXAccordionItemHeaderDirective, typeof AXAccordionItemDirective, typeof AXAccordionCloseButtonDirective]>;
|
|
53
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXAccordionCdkModule>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export { AXAccordionCdkModule, AXAccordionCloseButtonDirective, AXAccordionGroupDirective, AXAccordionItemContentDirective, AXAccordionItemDirective, AXAccordionItemHeaderDirective };
|
package/carousel/index.d.ts
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Swiper, SwiperOptions } from 'swiper/types';
|
|
3
|
+
|
|
4
|
+
type AXCarousel = Swiper;
|
|
5
|
+
type AXCarouselOptions = SwiperOptions;
|
|
6
|
+
declare class AXCarouselDirective {
|
|
7
|
+
#private;
|
|
8
|
+
carousel: _angular_core.WritableSignal<Swiper>;
|
|
9
|
+
carouselOptions: _angular_core.InputSignal<SwiperOptions>;
|
|
10
|
+
private el;
|
|
11
|
+
private init;
|
|
12
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCarouselDirective, never>;
|
|
13
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXCarouselDirective, "[axCarousel]", ["axCarousel"], { "carouselOptions": { "alias": "carouselOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { AXCarouselDirective };
|
|
17
|
+
export type { AXCarousel, AXCarouselOptions };
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
1
2
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
|
|
3
|
+
|
|
4
|
+
declare class AXClipBoardService {
|
|
5
|
+
copy(text: string): Promise<void>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXClipBoardService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXClipBoardService>;
|
|
8
|
+
}
|
|
9
|
+
|
|
3
10
|
/**
|
|
4
11
|
* Directive to copy provided context to the clipboard on click,
|
|
5
12
|
* using Angular's input signal injection for the context.
|
|
@@ -11,18 +18,19 @@ import * as i0 from "@angular/core";
|
|
|
11
18
|
* [copiedSignal]="copiedSignal"
|
|
12
19
|
* >Copy</button>
|
|
13
20
|
*/
|
|
14
|
-
|
|
21
|
+
declare class AXCopyClipboardDirective {
|
|
15
22
|
elementRef: ElementRef<any>;
|
|
23
|
+
clipboardService: AXClipBoardService;
|
|
16
24
|
/**
|
|
17
25
|
* Required string input signal for the context to copy.
|
|
18
26
|
* Bound via: axCopyClipboard="textSignal"
|
|
19
27
|
*/
|
|
20
|
-
context:
|
|
28
|
+
context: i0.InputSignal<string>;
|
|
21
29
|
/**
|
|
22
30
|
* WritableSignal to capture copy success (true) or failure (false).
|
|
23
31
|
* Can be bound: [copiedSignal]="myWritableSignal"
|
|
24
32
|
*/
|
|
25
|
-
copied:
|
|
33
|
+
copied: i0.OutputEmitterRef<boolean>;
|
|
26
34
|
/**
|
|
27
35
|
* Trigger copy when the host element is clicked.
|
|
28
36
|
*/
|
|
@@ -31,10 +39,8 @@ export declare class AXCopyClipboardDirective {
|
|
|
31
39
|
* Trigger copy when the host element is clicked.
|
|
32
40
|
*/
|
|
33
41
|
onHostClick(): Promise<void>;
|
|
34
|
-
/**
|
|
35
|
-
* Copy the string to the clipboard.
|
|
36
|
-
*/
|
|
37
|
-
private copyToClipboard;
|
|
38
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCopyClipboardDirective, never>;
|
|
39
43
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AXCopyClipboardDirective, "[axCopyClipboard]", never, { "context": { "alias": "axCopyClipboard"; "required": true; "isSignal": true; }; }, { "copied": "copied"; }, never, never, true, never>;
|
|
40
44
|
}
|
|
45
|
+
|
|
46
|
+
export { AXClipBoardService, AXCopyClipboardDirective };
|