@acorex/components 19.10.10 → 19.10.11

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.
Files changed (153) hide show
  1. package/autocomplete/README.md +3 -0
  2. package/autocomplete/index.d.ts +2 -0
  3. package/autocomplete/lib/autocomplete.component.d.ts +113 -0
  4. package/autocomplete/lib/autocomplete.module.d.ts +7 -0
  5. package/common/lib/classes/components.class.d.ts +14 -1
  6. package/common/lib/classes/datasource.class.d.ts +2 -2
  7. package/data-table/lib/columns/row-select-column.component.d.ts +8 -7
  8. package/dropdown/lib/dropdown-box.component.d.ts +2 -1
  9. package/dropdown/lib/dropdown-panel.component.d.ts +3 -1
  10. package/dropdown-button/lib/dropdown-button.component.d.ts +2 -1
  11. package/fesm2022/acorex-components-action-sheet.mjs +11 -11
  12. package/fesm2022/acorex-components-alert.mjs +8 -8
  13. package/fesm2022/acorex-components-audio-wave.mjs +8 -8
  14. package/fesm2022/acorex-components-autocomplete.mjs +317 -0
  15. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -0
  16. package/fesm2022/acorex-components-avatar.mjs +11 -11
  17. package/fesm2022/acorex-components-badge.mjs +8 -8
  18. package/fesm2022/acorex-components-bottom-navigation.mjs +11 -11
  19. package/fesm2022/acorex-components-breadcrumbs.mjs +11 -11
  20. package/fesm2022/acorex-components-button-group.mjs +11 -11
  21. package/fesm2022/acorex-components-button.mjs +15 -15
  22. package/fesm2022/acorex-components-calendar.mjs +15 -15
  23. package/fesm2022/acorex-components-check-box.mjs +11 -11
  24. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  25. package/fesm2022/acorex-components-chips.mjs +8 -8
  26. package/fesm2022/acorex-components-circular-progress.mjs +8 -8
  27. package/fesm2022/acorex-components-collapse.mjs +12 -12
  28. package/fesm2022/acorex-components-color-box.mjs +10 -10
  29. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  30. package/fesm2022/acorex-components-color-palette.mjs +26 -26
  31. package/fesm2022/acorex-components-comment.mjs +29 -29
  32. package/fesm2022/acorex-components-common.mjs +736 -696
  33. package/fesm2022/acorex-components-common.mjs.map +1 -1
  34. package/fesm2022/acorex-components-conversation.mjs +52 -52
  35. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  36. package/fesm2022/acorex-components-cron-job.mjs +47 -47
  37. package/fesm2022/acorex-components-data-pager.mjs +44 -47
  38. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  39. package/fesm2022/acorex-components-data-table.mjs +91 -68
  40. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  41. package/fesm2022/acorex-components-datetime-box.mjs +10 -10
  42. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  43. package/fesm2022/acorex-components-datetime-input.mjs +9 -9
  44. package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
  45. package/fesm2022/acorex-components-decorators.mjs +26 -26
  46. package/fesm2022/acorex-components-dialog.mjs +12 -12
  47. package/fesm2022/acorex-components-drawer.mjs +14 -14
  48. package/fesm2022/acorex-components-dropdown-button.mjs +16 -10
  49. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  50. package/fesm2022/acorex-components-dropdown.mjs +23 -15
  51. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  52. package/fesm2022/acorex-components-file-explorer.mjs +27 -27
  53. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  54. package/fesm2022/acorex-components-form.mjs +17 -17
  55. package/fesm2022/acorex-components-grid-layout-builder.mjs +149 -598
  56. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  57. package/fesm2022/acorex-components-image-editor.mjs +311 -180
  58. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  59. package/fesm2022/acorex-components-image.mjs +8 -8
  60. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  61. package/fesm2022/acorex-components-kbd.mjs +11 -11
  62. package/fesm2022/acorex-components-label.mjs +8 -8
  63. package/fesm2022/acorex-components-list.mjs +9 -9
  64. package/fesm2022/acorex-components-loading-dialog.mjs +11 -11
  65. package/fesm2022/acorex-components-loading.mjs +18 -18
  66. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  67. package/fesm2022/acorex-components-map.mjs +17 -27
  68. package/fesm2022/acorex-components-map.mjs.map +1 -1
  69. package/fesm2022/acorex-components-media-viewer.mjs +36 -36
  70. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  71. package/fesm2022/acorex-components-menu.mjs +17 -17
  72. package/fesm2022/acorex-components-navbar.mjs +8 -8
  73. package/fesm2022/acorex-components-notification.mjs +11 -11
  74. package/fesm2022/acorex-components-number-box.mjs +9 -9
  75. package/fesm2022/acorex-components-otp.mjs +9 -9
  76. package/fesm2022/acorex-components-page.mjs +11 -11
  77. package/fesm2022/acorex-components-paint.mjs +20 -20
  78. package/fesm2022/acorex-components-password-box.mjs +12 -12
  79. package/fesm2022/acorex-components-pdf-reader.mjs +8 -8
  80. package/fesm2022/acorex-components-phone-box.mjs +9 -9
  81. package/fesm2022/acorex-components-picker.mjs +14 -14
  82. package/fesm2022/acorex-components-popover.mjs +8 -8
  83. package/fesm2022/acorex-components-popup.mjs +11 -11
  84. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  85. package/fesm2022/acorex-components-qrcode.mjs +8 -8
  86. package/fesm2022/acorex-components-query-builder.mjs +25 -14
  87. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  88. package/fesm2022/acorex-components-radio.mjs +9 -9
  89. package/fesm2022/acorex-components-rail-navigation.mjs +14 -14
  90. package/fesm2022/acorex-components-range-slider.mjs +8 -8
  91. package/fesm2022/acorex-components-rate-picker.mjs +8 -8
  92. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  93. package/fesm2022/acorex-components-result.mjs +8 -8
  94. package/fesm2022/acorex-components-routing-progress.mjs +8 -8
  95. package/fesm2022/acorex-components-scheduler.mjs +14 -14
  96. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  97. package/fesm2022/acorex-components-scss.mjs +4 -4
  98. package/fesm2022/acorex-components-search-box.mjs +10 -10
  99. package/fesm2022/acorex-components-select-box.mjs +10 -10
  100. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  101. package/fesm2022/acorex-components-selection-list.mjs +9 -9
  102. package/fesm2022/acorex-components-side-menu.mjs +15 -15
  103. package/fesm2022/acorex-components-skeleton.mjs +8 -8
  104. package/fesm2022/acorex-components-slider.mjs +9 -9
  105. package/fesm2022/acorex-components-sliding-item.mjs +14 -14
  106. package/fesm2022/acorex-components-step-wizard.mjs +14 -14
  107. package/fesm2022/acorex-components-switch.mjs +11 -11
  108. package/fesm2022/acorex-components-tabs.mjs +14 -14
  109. package/fesm2022/acorex-components-tag-box.mjs +121 -0
  110. package/fesm2022/acorex-components-tag-box.mjs.map +1 -0
  111. package/fesm2022/acorex-components-tag.mjs +9 -9
  112. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  113. package/fesm2022/acorex-components-text-area.mjs +9 -9
  114. package/fesm2022/acorex-components-text-box.mjs +14 -14
  115. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  116. package/fesm2022/acorex-components-time-line.mjs +12 -12
  117. package/fesm2022/acorex-components-toast.mjs +11 -11
  118. package/fesm2022/acorex-components-toolbar.mjs +8 -8
  119. package/fesm2022/acorex-components-tooltip.mjs +11 -11
  120. package/fesm2022/acorex-components-tree-view.mjs +31 -27
  121. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  122. package/fesm2022/acorex-components-uploader.mjs +32 -27
  123. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  124. package/fesm2022/acorex-components-video-player.mjs +8 -8
  125. package/fesm2022/acorex-components-wysiwyg.mjs +32 -32
  126. package/grid-layout-builder/index.d.ts +0 -1
  127. package/grid-layout-builder/lib/grid-layout-builder.module.d.ts +1 -2
  128. package/grid-layout-builder/lib/grid-layout-container.component.d.ts +37 -235
  129. package/grid-layout-builder/lib/grid-layout-widget.component.d.ts +6 -86
  130. package/grid-layout-builder/lib/types.d.ts +8 -12
  131. package/image-editor/index.d.ts +7 -2
  132. package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +4 -1
  133. package/image-editor/lib/image-editor-tools/image-editor-crop/image-editor-crop.component.d.ts +3 -8
  134. package/image-editor/lib/image-editor-tools/image-editor-header/image-editor-header.component.d.ts +12 -0
  135. package/image-editor/lib/image-editor-tools/image-editor-highlight/image-editor-highlight.component.d.ts +18 -0
  136. package/image-editor/lib/image-editor-tools/image-editor-history/image-editor-history.component.d.ts +13 -0
  137. package/image-editor/lib/image-editor-tools/image-editor-pen/image-editor-pen.component.d.ts +18 -0
  138. package/image-editor/lib/image-editor-tools/image-editor-rotate/image-editor-rotate.component.d.ts +16 -0
  139. package/image-editor/lib/image-editor-tools/image-editor-tool-selector/image-editor-tool-selector.component.d.ts +12 -0
  140. package/image-editor/lib/image-editor-view/image-editor-view.component.d.ts +7 -1
  141. package/image-editor/lib/image-editor.module.d.ts +10 -6
  142. package/image-editor/lib/image-editor.service.d.ts +6 -10
  143. package/package.json +13 -5
  144. package/query-builder/lib/query-builder.component.d.ts +5 -2
  145. package/tag-box/README.md +3 -0
  146. package/tag-box/index.d.ts +2 -0
  147. package/tag-box/lib/tag-box.component.d.ts +30 -0
  148. package/tag-box/lib/tag-box.module.d.ts +7 -0
  149. package/tree-view/lib/tree-view-item.component.d.ts +3 -2
  150. package/tree-view/lib/tree-view.component.d.ts +6 -7
  151. package/grid-layout-builder/lib/grid-layout-widget.directive.d.ts +0 -106
  152. package/image-editor/lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component.d.ts +0 -17
  153. package/image-editor/lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component.d.ts +0 -34
@@ -1,95 +1,15 @@
1
- import { AXGridLayoutNode, AXGridLayoutWidget, AXGridLayoutWidgetCompElement } from './types';
1
+ import { AXGridLayoutNode, AXGridLayoutWidget } from './types';
2
2
  import * as i0 from "@angular/core";
3
- /**
4
- * A component that represents a widget within the grid layout. It serves as an individual
5
- * item within a `gridstack` layout, providing options for customization and interaction.
6
- *
7
- * This widget component is used within the `AXGridLayoutContainerComponent` to manage the
8
- * layout of widgets in a grid system. The component interacts with the GridStack library
9
- * to offer features like resizing, movement, and customization of the widget's properties.
10
- *
11
- * @example
12
- * <ax-grid-layout-widget [options]="widgetOptions">
13
- * <div>Widget Content</div>
14
- * </ax-grid-layout-widget>
15
- */
16
3
  export declare class AXGridLayoutWidgetComponent {
17
- /**
18
- * A reference to the native element of this widget component. It is used for interaction
19
- * with the underlying DOM element and for updating the widget properties via GridStack.
20
- */
21
4
  private readonly elementRef;
22
- /**
23
- * The native element of the widget component.
24
- */
25
- el: AXGridLayoutWidgetCompElement;
26
- /**
27
- * The current options of the widget. These options are used to define the layout,
28
- * content, and behavior of the widget within the grid.
29
- *
30
- * @internal
31
- */
32
- private _options?;
33
- /**
34
- * Input property that represents the widget's configuration options.
35
- *
36
- * The options include properties such as position, size, content, and other
37
- * configuration values. These options are updated dynamically.
38
- *
39
- * @param {AXGridLayoutNode} val The configuration object for the widget.
40
- * @returns {AXGridLayoutWidgetCompElement} The element associated with the widget.
41
- */
42
- options: import("@angular/core").InputSignalWithTransform<import("gridstack").GridStackNode, import("gridstack").GridStackNode>;
43
- /**
44
- * Clears the widget's options.
45
- *
46
- * This method removes any existing options set for the widget and resets it
47
- * to its default state.
48
- */
49
- clearOptions(): void;
50
- /**
51
- * Constructor that initializes the widget component and sets the reference to
52
- * the grid widget component in the element's properties.
53
- */
54
- constructor();
55
- /**
56
- * Removes this widget from the grid.
57
- *
58
- * This method interacts with GridStack to remove the widget from the layout.
59
- * Once removed, the widget will no longer be part of the grid.
60
- */
61
- removeWidget(): void;
62
- /**
63
- * Sets whether the widget can be locked (i.e., not resizable).
64
- *
65
- * @param {boolean} state Whether the widget should be locked or not.
66
- * @remarks
67
- * If the widget is locked, it cannot be resized.
68
- */
69
- setlockable(state: boolean): void;
70
- /**
71
- * Sets whether the widget can be resized.
72
- *
73
- * @param {boolean} state Whether the widget should be resizable or not.
74
- * @remarks
75
- * If the widget is resizable, the user can change its size by dragging.
76
- */
5
+ options: import("@angular/core").InputSignal<AXGridLayoutNode>;
6
+ eff: import("@angular/core").EffectRef;
7
+ setLockable(state: boolean): void;
77
8
  setResizable(state: boolean): void;
78
- /**
79
- * Updates the options of the widget.
80
- *
81
- * @param {AXGridLayoutWidget} options The new options to apply to the widget.
82
- */
83
9
  setOptions(options: AXGridLayoutWidget): void;
84
- /**
85
- * Retrieves the current options of the widget.
86
- *
87
- * @returns {AXGridLayoutNode} The current configuration options of the widget.
88
- * @remarks
89
- * This method provides access to the widget's layout and configuration.
90
- * If no specific options are set, it returns the default options.
91
- */
92
10
  getOptions(): AXGridLayoutNode;
11
+ element(): import("gridstack").GridItemHTMLElement;
12
+ private updateWidgetOptions;
93
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AXGridLayoutWidgetComponent, never>;
94
14
  static ɵcmp: i0.ɵɵComponentDeclaration<AXGridLayoutWidgetComponent, "ax-grid-layout-widget", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
95
15
  }
@@ -1,12 +1,11 @@
1
+ import { NXEvent } from '@acorex/components/common';
1
2
  import { AXGridLayoutContainerComponent } from './grid-layout-container.component';
2
- import { AXGridLayoutWidgetComponent } from './grid-layout-widget.component';
3
- import { AXGridLayoutWidgetDirective } from './grid-layout-widget.directive';
4
- export type AXGridLayoutNode = import('gridstack').GridStackNode;
3
+ export type AXGridLayoutNode = import('gridstack').GridStackNode & {
4
+ data?: unknown;
5
+ };
5
6
  export type AXGridLayout = import('gridstack').GridStack;
6
7
  export type AXGridLayoutOptions = import('gridstack').GridStackOptions;
7
- export type AXGridLayoutWidget = import('gridstack').GridStackWidget & {
8
- data?: any;
9
- };
8
+ export type AXGridLayoutWidget = import('gridstack').GridStackWidget;
10
9
  export type AXGridLayoutContainerElement = import('gridstack').GridHTMLElement;
11
10
  export type AXGridLayoutWidgetElement = import('gridstack').GridItemHTMLElement;
12
11
  export type AXGridLayoutEventEvent = {
@@ -20,15 +19,12 @@ export type AXGridLayoutNodesEvent = {
20
19
  event: Event;
21
20
  nodes: AXGridLayoutNode[];
22
21
  };
22
+ export interface AXGridLayoutChangedEvent extends NXEvent<AXGridLayoutContainerComponent> {
23
+ nodes: AXGridLayoutNode[];
24
+ }
23
25
  export type AXGridLayoutDroppedEvent = {
24
26
  event: Event;
25
27
  previousNode: AXGridLayoutNode;
26
28
  newNode: AXGridLayoutNode;
27
29
  };
28
- export interface AXGridLayoutContainerCompElement extends AXGridLayoutContainerElement {
29
- _gridComp?: AXGridLayoutContainerComponent;
30
- }
31
- export interface AXGridLayoutWidgetCompElement extends AXGridLayoutWidgetElement {
32
- _gridWidgetComp?: AXGridLayoutWidgetComponent | AXGridLayoutWidgetDirective;
33
- }
34
30
  export type AXSaveCallback = import('gridstack').SaveFcn;
@@ -1,6 +1,11 @@
1
1
  export * from './lib/image-editor-container/image-editor-container.component';
2
- export * from './lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component';
3
2
  export * from './lib/image-editor-tools/image-editor-crop/image-editor-crop.component';
4
- export * from './lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component';
3
+ export * from './lib/image-editor-tools/image-editor-header/image-editor-header.component';
4
+ export * from './lib/image-editor-tools/image-editor-highlight/image-editor-highlight.component';
5
+ export * from './lib/image-editor-tools/image-editor-history/image-editor-history.component';
6
+ export * from './lib/image-editor-tools/image-editor-pen/image-editor-pen.component';
7
+ export * from './lib/image-editor-tools/image-editor-rotate/image-editor-rotate.component';
8
+ export * from './lib/image-editor-tools/image-editor-tool-selector/image-editor-tool-selector.component';
5
9
  export * from './lib/image-editor-view/image-editor-view.component';
6
10
  export * from './lib/image-editor.module';
11
+ export * from './lib/image-editor.service';
@@ -1,6 +1,7 @@
1
1
  import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import { AXDialogService } from '@acorex/components/dialog';
3
3
  import { ElementRef } from '@angular/core';
4
+ import { AXImageEditorViewComponent } from '../image-editor-view/image-editor-view.component';
4
5
  import { AXImageEditorService } from '../image-editor.service';
5
6
  import * as i0 from "@angular/core";
6
7
  declare const AXImageEditorContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
@@ -16,6 +17,7 @@ export declare class AXImageEditorContainerComponent extends AXImageEditorContai
16
17
  /** @ignore */
17
18
  protected service: AXImageEditorService;
18
19
  imageEditorContainer: import("@angular/core").Signal<ElementRef<any>>;
20
+ view: import("@angular/core").Signal<AXImageEditorViewComponent>;
19
21
  /** @ignore */
20
22
  protected dialogService: AXDialogService;
21
23
  /** @ignore */
@@ -28,7 +30,8 @@ export declare class AXImageEditorContainerComponent extends AXImageEditorContai
28
30
  draggable: boolean;
29
31
  }>;
30
32
  save(): void;
33
+ protected cropButtonHandler(): void;
31
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorContainerComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, { "look": { "alias": "look"; "required": false; }; }, { "onValueChanged": "onValueChanged"; }, never, ["*", "ax-validation-rule"], true, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, { "look": { "alias": "look"; "required": false; }; }, { "onValueChanged": "onValueChanged"; }, ["view"], ["ax-image-editor-view", "ax-validation-rule"], true, never>;
33
36
  }
34
37
  export {};
@@ -5,14 +5,9 @@ import * as i0 from "@angular/core";
5
5
  * @category Components
6
6
  */
7
7
  export declare class AXImageEditorCropComponent {
8
- /** @ignore */
9
8
  protected service: AXImageEditorService;
10
- /** @ignore */
11
- protected rotateRightHandler(): void;
12
- /** @ignore */
13
- protected rotateLeftHandler(): void;
14
- /** @ignore */
15
- protected crop(): void;
9
+ cropPressed: import("@angular/core").OutputEmitterRef<void>;
10
+ protected cropButtonHandler(): void;
16
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorCropComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorCropComponent, "ax-image-editor-crop", never, {}, {}, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorCropComponent, "ax-image-editor-crop", never, {}, { "cropPressed": "cropPressed"; }, never, never, true, never>;
18
13
  }
@@ -0,0 +1,12 @@
1
+ import { AXImageEditorContainerComponent } from '../../image-editor-container/image-editor-container.component';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXimageEditorHeaderComponent {
8
+ protected parent: AXImageEditorContainerComponent;
9
+ protected saveHandler(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXimageEditorHeaderComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXimageEditorHeaderComponent, "ax-image-editor-header", never, {}, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1,18 @@
1
+ import { AXImageEditorService } from '../../image-editor.service';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXImageEditorHighlightComponent {
8
+ protected service: AXImageEditorService;
9
+ /** @ignore */
10
+ protected selectedColor: import("@angular/core").WritableSignal<string | CanvasGradient | CanvasPattern>;
11
+ /** @ignore */
12
+ protected value: number;
13
+ protected changeColorHandler(e: string): void;
14
+ /** @ignore */
15
+ protected valueHandler(e: number): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorHighlightComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorHighlightComponent, "ax-image-editor-highlight", never, {}, {}, never, never, true, never>;
18
+ }
@@ -0,0 +1,13 @@
1
+ import { AXImageEditorService } from '../../image-editor.service';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXImageEditorHistoryComponent {
8
+ protected service: AXImageEditorService;
9
+ protected UndoHandler(): void;
10
+ protected RedoHandler(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorHistoryComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorHistoryComponent, "ax-image-editor-history", never, {}, {}, never, never, true, never>;
13
+ }
@@ -0,0 +1,18 @@
1
+ import { AXImageEditorService } from '../../image-editor.service';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXImageEditorPenComponent {
8
+ protected service: AXImageEditorService;
9
+ /** @ignore */
10
+ protected value: number;
11
+ /** @ignore */
12
+ protected selectedColor: import("@angular/core").WritableSignal<string | CanvasGradient | CanvasPattern>;
13
+ protected changeColorHandler(e: string): void;
14
+ /** @ignore */
15
+ protected valueHandler(e: number): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorPenComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorPenComponent, "ax-image-editor-pen", never, {}, {}, never, never, true, never>;
18
+ }
@@ -0,0 +1,16 @@
1
+ import { AXImageEditorService } from '../../image-editor.service';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXImageEditorRotateComponent {
8
+ /** @ignore */
9
+ protected service: AXImageEditorService;
10
+ /** @ignore */
11
+ protected rotateRightHandler(): void;
12
+ /** @ignore */
13
+ protected rotateLeftHandler(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorRotateComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorRotateComponent, "ax-image-editor-rotate", never, {}, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1,12 @@
1
+ import { AXImageEditorService } from '../../image-editor.service';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * paint mode.
5
+ * @category Components
6
+ */
7
+ export declare class AXImageEditorToolSelectorComponent {
8
+ protected service: AXImageEditorService;
9
+ protected changeToolHandler(tool: 'pen' | 'highlight' | 'crop' | 'rotate'): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorToolSelectorComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorToolSelectorComponent, "ax-image-editor-tool-selector", never, {}, {}, never, never, true, never>;
12
+ }
@@ -27,10 +27,14 @@ export declare class AXImageEditorViewComponent extends MXBaseComponent implemen
27
27
  /** @ignore */
28
28
  protected cropEndY: import("@angular/core").WritableSignal<number>;
29
29
  /** @ignore */
30
+ protected isDrawRectangleCreated: import("@angular/core").WritableSignal<boolean>;
31
+ /** @ignore */
30
32
  protected parent: AXImageEditorContainerComponent;
31
33
  protected renderer: Renderer2;
32
34
  /** @ignore */
33
35
  protected imageAspect: import("@angular/core").Signal<number>;
36
+ protected imageEditorHistory: import("@angular/core").WritableSignal<HTMLImageElement[]>;
37
+ protected imageEditorHistoryPointer: import("@angular/core").WritableSignal<number>;
34
38
  private ngZone;
35
39
  /** @ignore */
36
40
  resizeEventListener: any;
@@ -47,6 +51,8 @@ export declare class AXImageEditorViewComponent extends MXBaseComponent implemen
47
51
  /** @ignore */
48
52
  protected imageLoaded(): void;
49
53
  /** @ignore */
54
+ protected imageChanged(): void;
55
+ /** @ignore */
50
56
  protected penConfigHandler(penType: 'pen' | 'highlight'): void;
51
57
  /** @ignore */
52
58
  protected getBoundingCanvasHandler(): DOMRect;
@@ -67,7 +73,7 @@ export declare class AXImageEditorViewComponent extends MXBaseComponent implemen
67
73
  /** @ignore */
68
74
  protected cropImageFunction(): void;
69
75
  /** @ignore */
70
- protected cropButtonHandler(): void;
76
+ cropButtonHandler(): void;
71
77
  /** @ignore */
72
78
  protected rotateImage(): void;
73
79
  /** @ignore */
@@ -9,13 +9,17 @@ import * as i7 from "@acorex/components/decorators";
9
9
  import * as i8 from "@acorex/components/loading";
10
10
  import * as i9 from "@acorex/components/dialog";
11
11
  import * as i10 from "@acorex/components/tooltip";
12
- import * as i11 from "./image-editor-tools/image-editor-color-picker/image-editor-color-picker.component";
13
- import * as i12 from "./image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component";
14
- import * as i13 from "./image-editor-view/image-editor-view.component";
15
- import * as i14 from "./image-editor-container/image-editor-container.component";
16
- import * as i15 from "./image-editor-tools/image-editor-crop/image-editor-crop.component";
12
+ import * as i11 from "./image-editor-view/image-editor-view.component";
13
+ import * as i12 from "./image-editor-container/image-editor-container.component";
14
+ import * as i13 from "./image-editor-tools/image-editor-crop/image-editor-crop.component";
15
+ import * as i14 from "./image-editor-tools/image-editor-history/image-editor-history.component";
16
+ import * as i15 from "./image-editor-tools/image-editor-tool-selector/image-editor-tool-selector.component";
17
+ import * as i16 from "./image-editor-tools/image-editor-pen/image-editor-pen.component";
18
+ import * as i17 from "./image-editor-tools/image-editor-highlight/image-editor-highlight.component";
19
+ import * as i18 from "./image-editor-tools/image-editor-rotate/image-editor-rotate.component";
20
+ import * as i19 from "./image-editor-tools/image-editor-header/image-editor-header.component";
17
21
  export declare class AXImageEditorModule {
18
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, never, [typeof i1.AXButtonModule, typeof i2.FormsModule, typeof i3.AXRangeSliderModule, typeof i4.AXSelectBoxModule, typeof i5.AXColorBoxModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXLoadingModule, typeof i9.AXDialogModule, typeof i10.AXTooltipModule, typeof i11.AXImageEditorColorPickerComponent, typeof i12.AXImageEditorPenModeChangerComponent, typeof i13.AXImageEditorViewComponent, typeof i14.AXImageEditorContainerComponent, typeof i15.AXImageEditorCropComponent], [typeof i11.AXImageEditorColorPickerComponent, typeof i12.AXImageEditorPenModeChangerComponent, typeof i13.AXImageEditorViewComponent, typeof i14.AXImageEditorContainerComponent, typeof i15.AXImageEditorCropComponent]>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, never, [typeof i1.AXButtonModule, typeof i2.FormsModule, typeof i3.AXRangeSliderModule, typeof i4.AXSelectBoxModule, typeof i5.AXColorBoxModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXLoadingModule, typeof i9.AXDialogModule, typeof i10.AXTooltipModule, typeof i11.AXImageEditorViewComponent, typeof i12.AXImageEditorContainerComponent, typeof i13.AXImageEditorCropComponent, typeof i14.AXImageEditorHistoryComponent, typeof i15.AXImageEditorToolSelectorComponent, typeof i16.AXImageEditorPenComponent, typeof i17.AXImageEditorHighlightComponent, typeof i18.AXImageEditorRotateComponent, typeof i19.AXimageEditorHeaderComponent], [typeof i11.AXImageEditorViewComponent, typeof i12.AXImageEditorContainerComponent, typeof i13.AXImageEditorCropComponent, typeof i14.AXImageEditorHistoryComponent, typeof i15.AXImageEditorToolSelectorComponent, typeof i16.AXImageEditorPenComponent, typeof i17.AXImageEditorHighlightComponent, typeof i18.AXImageEditorRotateComponent, typeof i19.AXimageEditorHeaderComponent]>;
20
24
  static ɵinj: i0.ɵɵInjectorDeclaration<AXImageEditorModule>;
21
25
  }
@@ -1,17 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class AXImageEditorService {
3
+ activeToolState: import("@angular/core").WritableSignal<"pen" | "highlight" | "crop" | "rotate" | "history">;
3
4
  penColor: import("@angular/core").WritableSignal<string | CanvasGradient | CanvasPattern>;
4
- lineCap: import("@angular/core").WritableSignal<CanvasLineCap>;
5
- lineWidth: import("@angular/core").WritableSignal<number>;
5
+ highlightColor: import("@angular/core").WritableSignal<string | CanvasGradient | CanvasPattern>;
6
+ penWidth: import("@angular/core").WritableSignal<number>;
7
+ highlightWidth: import("@angular/core").WritableSignal<number>;
6
8
  penType: import("@angular/core").WritableSignal<"pen" | "highlight">;
7
- toggleClear: import("@angular/core").WritableSignal<{
8
- state: boolean;
9
- userInteract: boolean;
10
- }>;
11
- cropState: import("@angular/core").WritableSignal<{
12
- state: boolean;
13
- userInteract: boolean;
14
- }>;
15
9
  rotate: import("@angular/core").WritableSignal<{
16
10
  state: number;
17
11
  userInteract: boolean;
@@ -20,6 +14,8 @@ export declare class AXImageEditorService {
20
14
  newImage: import("@angular/core").WritableSignal<HTMLImageElement>;
21
15
  initialImage: import("@angular/core").WritableSignal<HTMLImageElement>;
22
16
  imageBlob: import("@angular/core").WritableSignal<Blob[]>;
17
+ undoPressed: import("@angular/core").WritableSignal<boolean>;
18
+ redoPressed: import("@angular/core").WritableSignal<boolean>;
23
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorService, never>;
24
20
  static ɵprov: i0.ɵɵInjectableDeclaration<AXImageEditorService>;
25
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "19.10.10",
3
+ "version": "19.10.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -37,6 +37,10 @@
37
37
  "types": "./audio-wave/index.d.ts",
38
38
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
39
39
  },
40
+ "./autocomplete": {
41
+ "types": "./autocomplete/index.d.ts",
42
+ "default": "./fesm2022/acorex-components-autocomplete.mjs"
43
+ },
40
44
  "./avatar": {
41
45
  "types": "./avatar/index.d.ts",
42
46
  "default": "./fesm2022/acorex-components-avatar.mjs"
@@ -133,14 +137,14 @@
133
137
  "types": "./dialog/index.d.ts",
134
138
  "default": "./fesm2022/acorex-components-dialog.mjs"
135
139
  },
136
- "./drawer": {
137
- "types": "./drawer/index.d.ts",
138
- "default": "./fesm2022/acorex-components-drawer.mjs"
139
- },
140
140
  "./dropdown": {
141
141
  "types": "./dropdown/index.d.ts",
142
142
  "default": "./fesm2022/acorex-components-dropdown.mjs"
143
143
  },
144
+ "./drawer": {
145
+ "types": "./drawer/index.d.ts",
146
+ "default": "./fesm2022/acorex-components-drawer.mjs"
147
+ },
144
148
  "./dropdown-button": {
145
149
  "types": "./dropdown-button/index.d.ts",
146
150
  "default": "./fesm2022/acorex-components-dropdown-button.mjs"
@@ -341,6 +345,10 @@
341
345
  "types": "./tag/index.d.ts",
342
346
  "default": "./fesm2022/acorex-components-tag.mjs"
343
347
  },
348
+ "./tag-box": {
349
+ "types": "./tag-box/index.d.ts",
350
+ "default": "./fesm2022/acorex-components-tag-box.mjs"
351
+ },
344
352
  "./text-area": {
345
353
  "types": "./text-area/index.d.ts",
346
354
  "default": "./fesm2022/acorex-components-text-area.mjs"
@@ -1,12 +1,15 @@
1
1
  import { AXButtonGroupItemComponent } from '@acorex/components/button-group';
2
- import { AXValueChangedEvent } from '@acorex/components/common';
2
+ import { AXDataSource, AXValueChangedEvent } from '@acorex/components/common';
3
+ import { AXSelectBoxComponent } from '@acorex/components/select-box';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AXQueryBuilderComponent {
5
6
  #private;
6
- protected reRender: import("@angular/core").WritableSignal<boolean>;
7
7
  columnData: import("@angular/core").InputSignal<any[]>;
8
8
  queryData: import("@angular/core").ModelSignal<any[]>;
9
9
  onValueChanged: import("@angular/core").OutputEmitterRef<any[]>;
10
+ protected selectBoxRef: import("@angular/core").Signal<AXSelectBoxComponent>;
11
+ protected selectedItem: import("@angular/core").WritableSignal<any>;
12
+ ds: AXDataSource<unknown>;
10
13
  protected operators: {
11
14
  string: string[];
12
15
  boolean: string[];
@@ -0,0 +1,3 @@
1
+ # @acorex/components/text-box
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/text-box`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/tag-box.component';
2
+ export * from './lib/tag-box.module';
@@ -0,0 +1,30 @@
1
+ import { AXAutocompleteParentComponent, MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
+ import { AXUnsubscriber } from '@acorex/core/utils';
3
+ import { OnInit } from '@angular/core';
4
+ import * as i0 from "@angular/core";
5
+ declare const AXTagBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
6
+ new (): MXInputBaseValueComponent<string[]>;
7
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
8
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
9
+ }, typeof MXLookComponent, typeof AXAutocompleteParentComponent]>;
10
+ /**
11
+ * The TagBox is a component which detects user interaction and triggers a corresponding event
12
+ *
13
+ * @category Components
14
+ */
15
+ export declare class AXTagBoxComponent extends AXTagBoxComponent_base implements OnInit {
16
+ /** @ignore */
17
+ protected _updateOn: 'change' | 'blur' | 'submit';
18
+ _unsubscriber: AXUnsubscriber;
19
+ tags: import("@angular/core").WritableSignal<string[]>;
20
+ addOnComma: import("@angular/core").InputSignal<boolean>;
21
+ showRemoveButton: import("@angular/core").InputSignal<boolean>;
22
+ inputValue: import("@angular/core").ModelSignal<string>;
23
+ ngOnInit(): void;
24
+ addItem(item: string): void;
25
+ removeItem(index: number): void;
26
+ reset(e?: boolean): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXTagBoxComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTagBoxComponent, "ax-tag-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "addOnComma": { "alias": "addOnComma"; "required": false; "isSignal": true; }; "showRemoveButton": { "alias": "showRemoveButton"; "required": false; "isSignal": true; }; "inputValue": { "alias": "inputValue"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "inputValue": "inputValueChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-autocomplete", "ax-validation-rule"], true, never>;
29
+ }
30
+ export {};
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tag-box.component";
3
+ export declare class AXTextBoxModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXTextBoxModule, never, [typeof i1.AXTagBoxComponent], [typeof i1.AXTagBoxComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXTextBoxModule>;
7
+ }
@@ -1,6 +1,6 @@
1
1
  import { NXComponent } from '@acorex/components/common';
2
2
  import { AXPlatform } from '@acorex/core/platform';
3
- import { AXTreeItemClickBaseEvent, AXTreeViewSchema } from './tree-view.class';
3
+ import { AXTreeItemClickBaseEvent, AXTreeViewSchema, OperationMethod } from './tree-view.class';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AXTreeViewItemComponent extends NXComponent {
6
6
  constructor();
@@ -17,6 +17,7 @@ export declare class AXTreeViewItemComponent extends NXComponent {
17
17
  expand: string;
18
18
  unExpand: string;
19
19
  }>;
20
+ executorChanges: import("@angular/core").InputSignal<OperationMethod>;
20
21
  protected platformService: AXPlatform;
21
22
  expandBehavior: import("@angular/core").InputSignal<"click" | "dbClick" | "both">;
22
23
  protected arrowIcon: import("@angular/core").Signal<string>;
@@ -24,5 +25,5 @@ export declare class AXTreeViewItemComponent extends NXComponent {
24
25
  protected handleTextClick(item: AXTreeViewSchema): void;
25
26
  protected handleTextDbClick(item: AXTreeViewSchema): void;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTreeViewItemComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewItemComponent, "ax-tree-view-item", never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "hasChildField": { "alias": "hasChildField"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "disableField": { "alias": "disableField"; "required": false; "isSignal": true; }; "expandIconField": { "alias": "expandIconField"; "required": false; "isSignal": true; }; "expandBehavior": { "alias": "expandBehavior"; "required": false; "isSignal": true; }; }, { "onNodeExpand": "onNodeExpand"; "onNodeClick": "onNodeClick"; "isExpanded": "isExpandedChange"; "isActive": "isActiveChange"; "onNodeDbClick": "onNodeDbClick"; }, never, ["ax-check-box", "ax-prefix", "ax-text", "ax-suffix", "*"], true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewItemComponent, "ax-tree-view-item", never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "hasChildField": { "alias": "hasChildField"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "disableField": { "alias": "disableField"; "required": false; "isSignal": true; }; "expandIconField": { "alias": "expandIconField"; "required": false; "isSignal": true; }; "executorChanges": { "alias": "executorChanges"; "required": false; "isSignal": true; }; "expandBehavior": { "alias": "expandBehavior"; "required": false; "isSignal": true; }; }, { "onNodeExpand": "onNodeExpand"; "onNodeClick": "onNodeClick"; "isExpanded": "isExpandedChange"; "isActive": "isActiveChange"; "onNodeDbClick": "onNodeDbClick"; }, never, ["ax-check-box", "ax-prefix", "ax-text", "ax-suffix", "*"], true, never>;
28
29
  }
@@ -3,25 +3,24 @@ import { AXTreeItemClickBaseEvent, AXTreeViewSchema, ExpandBehaviorType, Operati
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXTreeViewComponent extends NXComponent {
5
5
  #private;
6
- private cdr;
7
6
  private itemsSignal;
8
7
  private itemsPromise;
9
8
  items: import("@angular/core").InputSignal<AXTreeViewSchema[] | ((selectedItemId?: string | number) => AXTreeViewSchema[] | Promise<AXTreeViewSchema[]>)>;
10
9
  protected get resolvedItems(): AXTreeViewSchema[];
11
- selectable: import("@angular/core").InputSignal<boolean>;
10
+ showCheckbox: import("@angular/core").InputSignal<boolean>;
12
11
  selectionMode: import("@angular/core").InputSignal<"single" | "multiple">;
13
12
  selectionBehavior: import("@angular/core").InputSignal<SelectionBehaviorType>;
14
- showActiveNode: import("@angular/core").InputSignal<boolean>;
13
+ focusNodeEnabled: import("@angular/core").InputSignal<boolean>;
15
14
  valueField: import("@angular/core").InputSignal<string>;
16
15
  textField: import("@angular/core").InputSignal<string>;
17
16
  visibleField: import("@angular/core").InputSignal<string>;
18
17
  disableField: import("@angular/core").InputSignal<string>;
19
18
  hasChildField: import("@angular/core").InputSignal<string>;
20
19
  iconField: import("@angular/core").InputSignal<string>;
21
- onSelectionChange: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
22
- onItemClick: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
20
+ onSelectionChanged: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
23
21
  onNodeClick: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
24
- onNodeExpandClick: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
22
+ onCollapsedChanged: import("@angular/core").OutputEmitterRef<AXTreeItemClickBaseEvent>;
23
+ executorChanges: import("@angular/core").WritableSignal<OperationMethod>;
25
24
  expandBehavior: import("@angular/core").InputSignal<ExpandBehaviorType>;
26
25
  protected handleNodeSelectionClick(event: AXValueChangedEvent, item: AXTreeViewSchema): void;
27
26
  /**
@@ -77,5 +76,5 @@ export declare class AXTreeViewComponent extends NXComponent {
77
76
  private setNodeLoading;
78
77
  executeOnTreeNode(node: AXTreeViewSchema, operation: OperationMethod, value: boolean): void;
79
78
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTreeViewComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "selectionBehavior": { "alias": "selectionBehavior"; "required": false; "isSignal": true; }; "showActiveNode": { "alias": "showActiveNode"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "visibleField": { "alias": "visibleField"; "required": false; "isSignal": true; }; "disableField": { "alias": "disableField"; "required": false; "isSignal": true; }; "hasChildField": { "alias": "hasChildField"; "required": false; "isSignal": true; }; "iconField": { "alias": "iconField"; "required": false; "isSignal": true; }; "expandBehavior": { "alias": "expandBehavior"; "required": false; "isSignal": true; }; }, { "onSelectionChange": "onSelectionChange"; "onItemClick": "onItemClick"; "onNodeClick": "onNodeClick"; "onNodeExpandClick": "onNodeExpandClick"; }, never, never, true, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "selectionBehavior": { "alias": "selectionBehavior"; "required": false; "isSignal": true; }; "focusNodeEnabled": { "alias": "focusNodeEnabled"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "visibleField": { "alias": "visibleField"; "required": false; "isSignal": true; }; "disableField": { "alias": "disableField"; "required": false; "isSignal": true; }; "hasChildField": { "alias": "hasChildField"; "required": false; "isSignal": true; }; "iconField": { "alias": "iconField"; "required": false; "isSignal": true; }; "expandBehavior": { "alias": "expandBehavior"; "required": false; "isSignal": true; }; }, { "onSelectionChanged": "onSelectionChanged"; "onNodeClick": "onNodeClick"; "onCollapsedChanged": "onCollapsedChanged"; }, never, never, true, never>;
81
80
  }