@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,106 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AXGridLayoutNode, AXGridLayoutWidget, AXGridLayoutWidgetCompElement } from './types';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * A directive that turns any element into a GridStack widget.
6
- * It allows the element to be managed by the GridStack library,
7
- * enabling features like resizing, dragging, and layout customization.
8
- *
9
- * This directive creates an inner element inside the host element
10
- * and moves the widget content into it for better encapsulation and styling.
11
- *
12
- * @example
13
- * <div axGridLayoutWidget [options]="widgetOptions">Widget Content</div>
14
- */
15
- export declare class AXGridLayoutWidgetDirective implements OnInit, OnDestroy {
16
- /**
17
- * Reference to the native element of the directive.
18
- */
19
- private readonly elementRef;
20
- /**
21
- * Renderer2 for safe DOM manipulation.
22
- */
23
- private readonly renderer;
24
- /**
25
- * The native element of the directive.
26
- */
27
- el: AXGridLayoutWidgetCompElement;
28
- /**
29
- * The current options of the widget. These options are used to define the layout,
30
- * content, and behavior of the widget within the grid.
31
- */
32
- private _options?;
33
- /**
34
- * Reference to the newly created inner element.
35
- */
36
- private innerElement;
37
- /**
38
- * Input property that represents the widget's configuration options.
39
- *
40
- * The options include properties such as position, size, content, and other
41
- * configuration values. These options are updated dynamically.
42
- *
43
- * @param {AXGridLayoutNode} val The configuration object for the widget.
44
- * @returns {AXGridLayoutWidgetCompElement} The element associated with the widget.
45
- */
46
- options: import("@angular/core").InputSignalWithTransform<import("gridstack").GridStackNode, import("gridstack").GridStackNode>;
47
- /**
48
- * Initializes the directive and sets up the inner element.
49
- * Create a new inner element
50
- * Move the host element's content into the new inner element
51
- * Append the inner element to the host element
52
- * Set the reference to the grid widget directive
53
- */
54
- ngOnInit(): void;
55
- /**
56
- * Cleans up the directive when it is destroyed.
57
- */
58
- ngOnDestroy(): void;
59
- /**
60
- * Clears the widget's options.
61
- *
62
- * This method removes any existing options set for the widget and resets it
63
- * to its default state.
64
- */
65
- clearOptions(): void;
66
- /**
67
- * Removes this widget from the grid.
68
- *
69
- * This method interacts with GridStack to remove the widget from the layout.
70
- * Once removed, the widget will no longer be part of the grid.
71
- */
72
- removeWidget(): void;
73
- /**
74
- * Sets whether the widget can be locked (i.e., not resizable).
75
- *
76
- * @param {boolean} state Whether the widget should be locked or not.
77
- * @remarks
78
- * If the widget is locked, it cannot be resized.
79
- */
80
- setLockable(state: boolean): void;
81
- /**
82
- * Sets whether the widget can be resized.
83
- *
84
- * @param {boolean} state Whether the widget should be resizable or not.
85
- * @remarks
86
- * If the widget is resizable, the user can change its size by dragging.
87
- */
88
- setResizable(state: boolean): void;
89
- /**
90
- * Updates the options of the widget.
91
- *
92
- * @param {AXGridLayoutWidget} options The new options to apply to the widget.
93
- */
94
- setOptions(options: AXGridLayoutWidget): void;
95
- /**
96
- * Retrieves the current options of the widget.
97
- *
98
- * @returns {AXGridLayoutNode} The current configuration options of the widget.
99
- * @remarks
100
- * This method provides access to the widget's layout and configuration.
101
- * If no specific options are set, it returns the default options.
102
- */
103
- getOptions(): AXGridLayoutNode;
104
- static ɵfac: i0.ɵɵFactoryDeclaration<AXGridLayoutWidgetDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXGridLayoutWidgetDirective, "[axGridLayoutWidget]", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
106
- }
@@ -1,17 +0,0 @@
1
- import { AXImageEditorService } from '../../image-editor.service';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * paint color picker.
5
- * @category Components
6
- */
7
- export declare class AXImageEditorColorPickerComponent {
8
- /** @ignore */
9
- protected service: AXImageEditorService;
10
- /** @ignore */
11
- protected selectedColor: import("@angular/core").WritableSignal<string>;
12
- /** @ignore */
13
- protected changeColorHandler(e: string): void;
14
- get __hostClass(): string;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorColorPickerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorColorPickerComponent, "ax-image-editor-color-picker", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,34 +0,0 @@
1
- import { AXPlacement } from '@acorex/components/common';
2
- import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
3
- import { AXImageEditorService } from '../../image-editor.service';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * paint mode.
7
- * @category Components
8
- */
9
- export declare class AXImageEditorPenModeChangerComponent {
10
- /** @ignore */
11
- protected service: AXImageEditorService;
12
- /** @ignore */
13
- protected value: number;
14
- /** @ignore */
15
- protected popoverOption: {
16
- openOn: AXPopoverOpenTrigger;
17
- closeOn: AXPopoverCloseTrigger;
18
- placement: AXPlacement;
19
- offsetX: number;
20
- offsetY: number;
21
- };
22
- /** @ignore */
23
- protected selectedPenType: import("@angular/core").WritableSignal<"pen" | "highlight">;
24
- /** @ignore */
25
- protected penTypeHandler(e: 'pen' | 'highlight'): void;
26
- /** @ignore */
27
- protected clear(): void;
28
- /** @ignore */
29
- get __hostClass(): string;
30
- /** @ignore */
31
- protected valueHandler(e: number): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorPenModeChangerComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorPenModeChangerComponent, "ax-image-editor-pen-mode-changer", never, {}, {}, never, never, true, never>;
34
- }