@acorex/components 19.8.0-next.0 → 19.8.0-next.10

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 (213) hide show
  1. package/action-sheet/lib/action-sheet.class.d.ts +2 -1
  2. package/badge/lib/badge.component.d.ts +2 -2
  3. package/button/lib/button.component.d.ts +6 -1
  4. package/button-group/lib/button-group-item.component.d.ts +1 -3
  5. package/button-group/lib/button-group.module.d.ts +1 -2
  6. package/chips/lib/chips.component.d.ts +7 -11
  7. package/common/lib/classes/styles.class.d.ts +3 -5
  8. package/common/lib/components/button-base-component.class.d.ts +1 -0
  9. package/conversation/lib/conversation-container/conversation-container.component.d.ts +3 -2
  10. package/conversation/lib/conversation-input/conversation-input.component.d.ts +4 -2
  11. package/conversation/lib/conversation-message/conversation-message.component.d.ts +2 -1
  12. package/conversation/lib/conversation-view/conversation-view.component.d.ts +3 -1
  13. package/decorators/index.d.ts +4 -5
  14. package/decorators/lib/decorators.module.d.ts +6 -7
  15. package/dialog/lib/dialog.component.d.ts +0 -2
  16. package/dropdown-button/lib/dropdown-button.component.d.ts +1 -1
  17. package/fesm2022/acorex-components-action-sheet.mjs +3 -3
  18. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  19. package/fesm2022/acorex-components-alert.mjs +3 -3
  20. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  21. package/fesm2022/acorex-components-audio-wave.mjs +4 -4
  22. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  23. package/fesm2022/acorex-components-avatar.mjs +3 -3
  24. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  25. package/fesm2022/acorex-components-badge.mjs +5 -5
  26. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  27. package/fesm2022/acorex-components-bottom-navigation.mjs +2 -2
  28. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  29. package/fesm2022/acorex-components-breadcrumbs.mjs +2 -2
  30. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  31. package/fesm2022/acorex-components-button-group.mjs +146 -147
  32. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  33. package/fesm2022/acorex-components-button.mjs +21 -18
  34. package/fesm2022/acorex-components-button.mjs.map +1 -1
  35. package/fesm2022/acorex-components-calendar.mjs +4 -4
  36. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  37. package/fesm2022/acorex-components-check-box.mjs +2 -2
  38. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  39. package/fesm2022/acorex-components-chips.mjs +9 -11
  40. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  41. package/fesm2022/acorex-components-circular-progress.mjs +6 -6
  42. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  43. package/fesm2022/acorex-components-collapse.mjs +2 -2
  44. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  45. package/fesm2022/acorex-components-color-box.mjs +2 -2
  46. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  47. package/fesm2022/acorex-components-color-palette.mjs +2 -2
  48. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  49. package/fesm2022/acorex-components-comment.mjs +8 -8
  50. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  51. package/fesm2022/acorex-components-common.mjs +6 -21
  52. package/fesm2022/acorex-components-common.mjs.map +1 -1
  53. package/fesm2022/acorex-components-conversation.mjs +58 -33
  54. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  55. package/fesm2022/acorex-components-cron-job.mjs +2 -2
  56. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  57. package/fesm2022/acorex-components-data-pager.mjs +6 -6
  58. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  59. package/fesm2022/acorex-components-data-table.mjs +4 -4
  60. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  61. package/fesm2022/acorex-components-datetime-box.mjs +2 -2
  62. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  63. package/fesm2022/acorex-components-datetime-input.mjs +2 -2
  64. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  65. package/fesm2022/acorex-components-datetime-picker.mjs +2 -2
  66. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  67. package/fesm2022/acorex-components-decorators.mjs +17 -29
  68. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  69. package/fesm2022/acorex-components-dialog.mjs +3 -10
  70. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  71. package/fesm2022/acorex-components-drawer.mjs +4 -4
  72. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  73. package/fesm2022/acorex-components-dropdown-button.mjs +12 -6
  74. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  75. package/fesm2022/acorex-components-dropdown.mjs +1 -1
  76. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  77. package/fesm2022/acorex-components-file-explorer.mjs +231 -0
  78. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -0
  79. package/fesm2022/acorex-components-form.mjs +3 -10
  80. package/fesm2022/acorex-components-form.mjs.map +1 -1
  81. package/fesm2022/acorex-components-grid-layout-builder.mjs +303 -85
  82. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  83. package/fesm2022/acorex-components-image-editor.mjs +57 -42
  84. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  85. package/fesm2022/acorex-components-image.mjs +2 -2
  86. package/fesm2022/acorex-components-image.mjs.map +1 -1
  87. package/fesm2022/acorex-components-json-viewer.mjs +2 -2
  88. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  89. package/fesm2022/acorex-components-label.mjs +2 -2
  90. package/fesm2022/acorex-components-label.mjs.map +1 -1
  91. package/fesm2022/acorex-components-list.mjs +2 -2
  92. package/fesm2022/acorex-components-list.mjs.map +1 -1
  93. package/fesm2022/acorex-components-loading-dialog.mjs +2 -2
  94. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  95. package/fesm2022/acorex-components-loading.mjs +4 -4
  96. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  97. package/fesm2022/acorex-components-map.mjs +11 -5
  98. package/fesm2022/acorex-components-map.mjs.map +1 -1
  99. package/fesm2022/acorex-components-media-viewer.mjs +4 -4
  100. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  101. package/fesm2022/acorex-components-menu.mjs +8 -8
  102. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  103. package/fesm2022/acorex-components-navbar.mjs +2 -2
  104. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  105. package/fesm2022/acorex-components-notification.mjs +4 -4
  106. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  107. package/fesm2022/acorex-components-number-box.mjs +8 -15
  108. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  109. package/fesm2022/acorex-components-otp.mjs +2 -2
  110. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  111. package/fesm2022/acorex-components-paint.mjs +8 -8
  112. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  113. package/fesm2022/acorex-components-password-box.mjs +6 -12
  114. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  115. package/fesm2022/acorex-components-phone-box.mjs +2 -2
  116. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  117. package/fesm2022/acorex-components-picker.mjs +3 -3
  118. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  119. package/fesm2022/acorex-components-popup.mjs +2 -2
  120. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  121. package/fesm2022/acorex-components-progress-bar.mjs +22 -22
  122. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  123. package/fesm2022/acorex-components-rail-navigation.mjs +3 -3
  124. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  125. package/fesm2022/acorex-components-range-slider.mjs +3 -3
  126. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  127. package/fesm2022/acorex-components-rate-picker.mjs +6 -6
  128. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  129. package/fesm2022/acorex-components-result.mjs +2 -2
  130. package/fesm2022/acorex-components-result.mjs.map +1 -1
  131. package/fesm2022/acorex-components-routing-progress.mjs +2 -2
  132. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  133. package/fesm2022/acorex-components-scheduler.mjs +3 -3
  134. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  135. package/fesm2022/acorex-components-search-box.mjs +10 -19
  136. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  137. package/fesm2022/acorex-components-select-box.mjs +2 -3
  138. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  139. package/fesm2022/acorex-components-selection-list.mjs +2 -2
  140. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  141. package/fesm2022/acorex-components-side-menu.mjs +17 -8
  142. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  143. package/fesm2022/acorex-components-skeleton.mjs +2 -2
  144. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  145. package/fesm2022/acorex-components-slider.mjs +2 -2
  146. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  147. package/fesm2022/acorex-components-step-wizard.mjs +2 -2
  148. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  149. package/fesm2022/acorex-components-switch.mjs +3 -8
  150. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  151. package/fesm2022/acorex-components-tabs.mjs +5 -5
  152. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  153. package/fesm2022/acorex-components-tag.mjs +3 -3
  154. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  155. package/fesm2022/acorex-components-text-area.mjs +4 -18
  156. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  157. package/fesm2022/acorex-components-text-box.mjs +4 -18
  158. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  159. package/fesm2022/acorex-components-time-line.mjs +7 -7
  160. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  161. package/fesm2022/acorex-components-toast.mjs +2 -2
  162. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  163. package/fesm2022/acorex-components-toolbar.mjs +12 -3
  164. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  165. package/fesm2022/acorex-components-tooltip.mjs +2 -2
  166. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  167. package/fesm2022/acorex-components-tree-view.mjs +36 -67
  168. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  169. package/fesm2022/acorex-components-uploader.mjs +6 -6
  170. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  171. package/fesm2022/acorex-components-wysiwyg.mjs +25 -25
  172. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  173. package/file-explorer/README.md +3 -0
  174. package/file-explorer/index.d.ts +6 -0
  175. package/file-explorer/lib/file-explorer-container/file-explorer-container.component.d.ts +10 -0
  176. package/file-explorer/lib/file-explorer-item/file-explorer-item.component.d.ts +11 -0
  177. package/file-explorer/lib/file-explorer-types.d.ts +11 -0
  178. package/file-explorer/lib/file-explorer-view/file-explorer-view.component.d.ts +27 -0
  179. package/file-explorer/lib/file-explorer.module.d.ts +16 -0
  180. package/file-explorer/lib/file-explorer.service.d.ts +6 -0
  181. package/form/lib/form.component.d.ts +2 -3
  182. package/grid-layout-builder/index.d.ts +1 -0
  183. package/grid-layout-builder/lib/grid-layout-builder.module.d.ts +3 -2
  184. package/grid-layout-builder/lib/grid-layout-container.component.d.ts +87 -55
  185. package/grid-layout-builder/lib/grid-layout-widget.directive.d.ts +106 -0
  186. package/grid-layout-builder/lib/types.d.ts +2 -1
  187. package/image-editor/index.d.ts +1 -0
  188. package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +3 -22
  189. package/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.d.ts +27 -0
  190. package/image-editor/lib/image-editor.module.d.ts +17 -16
  191. package/loading/lib/loading-spinner.component.d.ts +1 -1
  192. package/menu/lib/menu-item.component.d.ts +1 -2
  193. package/notification/lib/notification.service.d.ts +1 -1
  194. package/number-box/lib/number-box.component.d.ts +0 -1
  195. package/package.json +5 -1
  196. package/password-box/lib/password-box.component.d.ts +0 -1
  197. package/progress-bar/lib/progress-bar.component.d.ts +19 -19
  198. package/search-box/lib/search-box.component.d.ts +1 -5
  199. package/side-menu/lib/side-menu-item/side-menu-item.component.d.ts +6 -3
  200. package/side-menu/lib/side-menu.component.d.ts +2 -1
  201. package/tabs/lib/tabs.class.d.ts +1 -1
  202. package/text-area/lib/text-area.component.d.ts +1 -6
  203. package/text-box/lib/text-box.component.d.ts +0 -4
  204. package/time-line/lib/time-line.component.d.ts +1 -1
  205. package/toolbar/lib/toolbar.component.d.ts +3 -1
  206. package/tree-view/lib/tree-view.class.d.ts +1 -0
  207. package/tree-view/lib/tree-view.component.d.ts +1 -7
  208. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +2 -2
  209. package/decorators/lib/components/color-indicator/color-indicator.component.d.ts +0 -6
  210. /package/decorators/lib/components/{clear-button/clear-button.component.d.ts → clear-button.component.d.ts} +0 -0
  211. /package/decorators/lib/components/{close-button/close-button.component.d.ts → close-button.component.d.ts} +0 -0
  212. /package/decorators/lib/components/{full-screen/full-screen-button.component.d.ts → full-screen-button.component.d.ts} +0 -0
  213. /package/decorators/lib/components/{icon/icon.component.d.ts → icon.component.d.ts} +0 -0
@@ -1,4 +1,6 @@
1
- import { AXGridLayout, AXGridLayoutDroppedEvent, AXGridLayoutElementEvent, AXGridLayoutEventEvent, AXGridLayoutNode, AXGridLayoutNodesEvent, AXGridLayoutOptions, AXGridLayoutWidget, AXGridLayoutWidgetCompElement, AXSaveCallback } from './types';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { DomSanitizer } from '@angular/platform-browser';
3
+ import { AXGridLayout, AXGridLayoutDroppedEvent, AXGridLayoutElementEvent, AXGridLayoutEventEvent, AXGridLayoutNode, AXGridLayoutNodesEvent, AXGridLayoutOptions, AXGridLayoutWidget, AXGridLayoutWidgetCompElement, AXGridLayoutWidgetElement, AXSaveCallback } from './types';
2
4
  import * as i0 from "@angular/core";
3
5
  /**
4
6
  * The `AXGridLayoutContainerComponent` is an Angular component that acts as a wrapper for the GridStack library.
@@ -7,12 +9,13 @@ import * as i0 from "@angular/core";
7
9
  *
8
10
  * This component uses Angular's reactive signals, outputs, and lifecycle hooks to manage grid state and interactions.
9
11
  */
10
- export declare class AXGridLayoutContainerComponent {
12
+ export declare class AXGridLayoutContainerComponent implements OnInit, OnDestroy {
11
13
  private serializedData?;
12
14
  /**
13
15
  * Content children elements of type `AXGridLayoutWidgetComponent` that are dynamically managed within the grid.
14
16
  */
15
- private items;
17
+ private compItems;
18
+ private dirItems;
16
19
  /**
17
20
  * Input that holds options for configuring the GridStack grid layout.
18
21
  */
@@ -105,12 +108,12 @@ export declare class AXGridLayoutContainerComponent {
105
108
  * Angular lifecycle hook that initializes the grid once the component is created.
106
109
  * It sets up GridStack and loads any initial layout configuration.
107
110
  */
108
- protected ngOnInit(): Promise<void>;
111
+ ngOnInit(): Promise<void>;
109
112
  /**
110
113
  * Angular lifecycle hook that cleans up resources when the component is destroyed.
111
114
  * It removes event listeners and destroys the GridStack instance.
112
115
  */
113
- protected ngOnDestroy(): void;
116
+ ngOnDestroy(): void;
114
117
  /**
115
118
  * Effect that reacts to changes in the grid layout and updates the DOM accordingly.
116
119
  */
@@ -136,54 +139,42 @@ export declare class AXGridLayoutContainerComponent {
136
139
  */
137
140
  private unhookEvents;
138
141
  /**
139
- * Adds a widget to the grid layout. Optionally arranges the grid after adding the widget.
140
- *
141
- * @param item The widget to add.
142
- * @param withAutoArrange If true, the grid will be auto-arranged after adding the widget.
143
- * @returns The added widget's layout node.
142
+ * Creates a new widget and returns it.
143
+ * @param w - Widget position/size options.
144
+ * @returns The created widget's HTML element, or `undefined` if the grid is not initialized.
144
145
  */
145
- add(item: AXGridLayoutWidget, withAutoArrange?: boolean): AXGridLayoutNode;
146
+ addWidget(w: AXGridLayoutWidget, withAutoArrange?: boolean): AXGridLayoutWidgetElement | undefined;
146
147
  /**
147
- * Removes a widget from the grid layout.
148
- *
149
- * @param element The widget element to remove.
150
- * @returns The updated grid instance.
148
+ * Re-layout grid items to reclaim any empty space.
149
+ * @param layout - Compaction mode: 'list' or 'compact'. Default is 'compact'.
150
+ * @param doSort - Whether to sort items automatically. Default is `true`.
151
151
  */
152
- remove(element: AXGridLayoutWidgetCompElement): AXGridLayout;
152
+ compact(layout?: 'list' | 'compact', doSort?: boolean): void;
153
153
  /**
154
- * Clears all widgets from the grid layout.
155
- *
156
- * @returns The updated grid instance.
154
+ * Updates the current cell height.
155
+ * @param val - The new cell height value.
156
+ * @param update - Whether to rebuild the internal CSS stylesheet. Default is `true`.
157
157
  */
158
- clear(): AXGridLayout;
158
+ setCellHeight(val: number, update?: boolean): void;
159
159
  /**
160
- * Saves the current state of the grid and its widgets.
161
- *
162
- * @param saveContent If true, the content of the widgets will be saved.
163
- * @param saveGridOpt If true, the grid options will be saved.
164
- * @param saveCallback Optional callback to invoke after saving the grid state.
165
- * @returns The saved grid layout options.
160
+ * Sets the number of columns in the grid and updates existing widgets to conform to the new layout.
161
+ * @param column - Number of columns (must be > 0). Default is 12.
162
+ * @param layout - Re-layout behavior: 'list', 'compact', 'moveScale', 'move', 'scale', 'none'.
163
+ * Default is 'moveScale'.
166
164
  */
167
- save(saveContent?: boolean, saveGridOpt?: boolean, saveCallback?: AXSaveCallback): AXGridLayoutOptions;
168
- /**
169
- * Loads a serialized grid layout configuration into the grid.
170
- *
171
- * @param serializedData The serialized grid options to load.
172
- * @param cleanBeforeLoad If true, the grid will be cleared before loading the new layout.
173
- * @returns A promise that resolves to the loaded grid instance.
174
- */
175
- load(serializedData?: AXGridLayoutOptions, cleanBeforeLoad?: boolean): Promise<AXGridLayout>;
165
+ setColumn(column: number, layout?: 'list' | 'compact' | 'moveScale' | 'move' | 'scale' | 'none'): void;
176
166
  /**
177
- * Automatically arranges the widgets within the grid layout.
167
+ * Destroys the grid instance.
168
+ * @param removeDOM - If `false`, nodes and grid will not be removed from the DOM. Default is `true`.
178
169
  */
179
- autoArrange(): void;
170
+ destroy(removeDOM?: boolean): void;
180
171
  /**
181
172
  * Sets whether widgets in the grid can be moved (dragged).
182
173
  *
183
174
  * @param state If true, widgets are movable; otherwise, they are locked.
184
175
  * @param recurse If true, the setting is applied to nested widgets as well.
185
176
  */
186
- setlockable(state: boolean, recurse?: boolean): void;
177
+ setMovable(state: boolean, recurse?: boolean): void;
187
178
  /**
188
179
  * Sets whether widgets in the grid can be resized.
189
180
  *
@@ -192,11 +183,57 @@ export declare class AXGridLayoutContainerComponent {
192
183
  */
193
184
  setResizable(state: boolean, recurse?: boolean): void;
194
185
  /**
195
- * Retrieves all the child nodes (widgets) in the grid layout.
186
+ * Sets or gets the floating behavior of widgets.
187
+ * @param val - If provided, sets floating behavior (`true` or `false`). If not provided, returns the current value.
188
+ * @returns The current floating behavior if `val` is not provided.
189
+ */
190
+ setFloat(val: boolean): void;
191
+ /**
192
+ * Sets the margin (gap) between grid items and their content.
193
+ * @param value - The margin value (number or string).
194
+ */
195
+ setMargin(value: number | string): void;
196
+ /**
197
+ * Removes a widget from the grid.
198
+ * @param el - The widget to remove.
199
+ * @param removeDOM - If `false`, the widget won't be removed from the DOM. Default is `true`.
200
+ * @param triggerEvent - If `false`, no 'removed' callbacks will be called. Default is `true`.
201
+ */
202
+ removeWidget(el: AXGridLayoutWidgetElement, removeDOM?: boolean, triggerEvent?: boolean): void;
203
+ /**
204
+ * Removes all widgets from the grid.
205
+ * @param removeDOM - If `false`, widgets won't be removed from the DOM. Default is `true`.
206
+ */
207
+ removeAll(removeDOM?: boolean): void;
208
+ /**
209
+ * Rotates a widget by swapping its width and height.
210
+ * @param els - The widget or selector of widgets to rotate.
211
+ * @param relative - Optional pixel coordinates to rotate around (keeps that cell under the cursor).
212
+ */
213
+ setRotate(element: AXGridLayoutWidgetCompElement): void;
214
+ /**
215
+ * Toggles the grid animation state.
216
+ * @param doAnimate - If `true`, the grid will animate.
217
+ */
218
+ setAnimation(doAnimate: boolean): void;
219
+ domSanitizer: DomSanitizer;
220
+ /**
221
+ * Saves the current grid layout configuration.
196
222
  *
197
- * @returns An array of grid layout nodes representing the widgets.
223
+ * @param saveContent Whether to save the content of the grid items.
224
+ * @param saveGridOpt Whether to save the grid options.
225
+ * @param saveCallback Optional callback for custom save logic.
226
+ * @returns The serialized grid layout options.
198
227
  */
199
- getChildren(): AXGridLayoutNode[];
228
+ save(saveContent?: boolean, saveGridOpt?: boolean, saveCallback?: AXSaveCallback): AXGridLayoutOptions;
229
+ /**
230
+ * Loads a serialized grid layout configuration into the grid.
231
+ *
232
+ * @param serializedData The serialized grid options to load.
233
+ * @param cleanBeforeLoad If true, the grid will be cleared before loading the new layout.
234
+ * @returns A promise that resolves to the loaded grid instance.
235
+ */
236
+ load(serializedData?: AXGridLayoutOptions, cleanBeforeLoad?: boolean): Promise<AXGridLayout>;
200
237
  /**
201
238
  * Sets up draggable functionality for external elements to be added to the grid.
202
239
  *
@@ -206,28 +243,23 @@ export declare class AXGridLayoutContainerComponent {
206
243
  setupDraggable(dragIn?: string | HTMLElement[], widgets?: AXGridLayoutWidget): Promise<void>;
207
244
  /**
208
245
  * Sets grid layout options.
209
- *
210
246
  * @param options The new grid layout options to apply.
211
- */
212
- setOption(options: AXGridLayoutOptions): void;
213
- /**
214
- * Rotates a specific widget element in the grid layout.
215
247
  *
216
- * @param element The widget element to rotate.
248
+ * `Experimental`
217
249
  */
218
- rotate(element: AXGridLayoutWidgetCompElement): void;
250
+ setOption(options: AXGridLayoutOptions): void;
219
251
  /**
220
- * Sets the number of columns in the grid layout.
252
+ * Retrieves the current grid layout options.
221
253
  *
222
- * @param count The number of columns to set.
254
+ * @returns The current grid options.
223
255
  */
224
- setColumn(count: number): void;
256
+ getOptions(): AXGridLayoutOptions;
225
257
  /**
226
- * Retrieves the current grid layout options.
258
+ * Retrieves all the child nodes (widgets) in the grid layout.
227
259
  *
228
- * @returns The current grid options.
260
+ * @returns An array of grid layout nodes representing the widgets.
229
261
  */
230
- getOptions(): import("gridstack").GridStackOptions;
262
+ getChildren(): AXGridLayoutNode[];
231
263
  static ɵfac: i0.ɵɵFactoryDeclaration<AXGridLayoutContainerComponent, never>;
232
- static ɵcmp: i0.ɵɵComponentDeclaration<AXGridLayoutContainerComponent, "ax-grid-layout-container", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "isEmpty": { "alias": "isEmpty"; "required": false; "isSignal": true; }; }, { "onAdded": "onAdded"; "onChange": "onChange"; "onDisable": "onDisable"; "onDrag": "onDrag"; "onDragStart": "onDragStart"; "onDragStop": "onDragStop"; "onDropped": "onDropped"; "onEnable": "onEnable"; "onRemoved": "onRemoved"; "onResize": "onResize"; "onResizeStart": "onResizeStart"; "onResizeStop": "onResizeStop"; "isRendered": "isRendered"; "isEmpty": "isEmptyChange"; }, ["items"], ["*"], false, never>;
264
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXGridLayoutContainerComponent, "ax-grid-layout-container", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "isEmpty": { "alias": "isEmpty"; "required": false; "isSignal": true; }; }, { "onAdded": "onAdded"; "onChange": "onChange"; "onDisable": "onDisable"; "onDrag": "onDrag"; "onDragStart": "onDragStart"; "onDragStop": "onDragStop"; "onDropped": "onDropped"; "onEnable": "onEnable"; "onRemoved": "onRemoved"; "onResize": "onResize"; "onResizeStart": "onResizeStart"; "onResizeStop": "onResizeStop"; "isRendered": "isRendered"; "isEmpty": "isEmptyChange"; }, ["compItems", "dirItems"], ["*"], false, never>;
233
265
  }
@@ -0,0 +1,106 @@
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, false, never>;
106
+ }
@@ -1,5 +1,6 @@
1
1
  import { AXGridLayoutContainerComponent } from './grid-layout-container.component';
2
2
  import { AXGridLayoutWidgetComponent } from './grid-layout-widget.component';
3
+ import { AXGridLayoutWidgetDirective } from './grid-layout-widget.directive';
3
4
  export type AXGridLayoutNode = import('gridstack').GridStackNode;
4
5
  export type AXGridLayout = import('gridstack').GridStack;
5
6
  export type AXGridLayoutOptions = import('gridstack').GridStackOptions;
@@ -28,6 +29,6 @@ export interface AXGridLayoutContainerCompElement extends AXGridLayoutContainerE
28
29
  _gridComp?: AXGridLayoutContainerComponent;
29
30
  }
30
31
  export interface AXGridLayoutWidgetCompElement extends AXGridLayoutWidgetElement {
31
- _gridWidgetComp?: AXGridLayoutWidgetComponent;
32
+ _gridWidgetComp?: AXGridLayoutWidgetComponent | AXGridLayoutWidgetDirective;
32
33
  }
33
34
  export type AXSaveCallback = import('gridstack').SaveFcn;
@@ -1,4 +1,5 @@
1
1
  export * from './lib/image-editor-container/image-editor-container.component';
2
+ export * from './lib/image-editor-toolbar/image-editor-toolbar.component';
2
3
  export * from './lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component';
3
4
  export * from './lib/image-editor-tools/image-editor-crop/image-editor-crop.component';
4
5
  export * from './lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component';
@@ -1,34 +1,15 @@
1
- import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
- import { AXDialogService } from '@acorex/components/dialog';
1
+ import { MXLookComponent } from '@acorex/components/common';
3
2
  import { ElementRef } from '@angular/core';
4
3
  import { AXImageEditorService } from '../image-editor.service';
5
4
  import * as i0 from "@angular/core";
6
- declare const AXImageEditorContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
7
- new (): MXInputBaseValueComponent<Blob[]>;
8
- ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
9
- ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
10
- }, typeof MXLookComponent]>;
11
5
  /**
12
6
  * paint container.
13
7
  * @category Components
14
8
  */
15
- export declare class AXImageEditorContainerComponent extends AXImageEditorContainerComponent_base {
9
+ export declare class AXImageEditorContainerComponent extends MXLookComponent {
16
10
  /** @ignore */
17
11
  protected service: AXImageEditorService;
18
12
  imageEditorContainer: import("@angular/core").Signal<ElementRef<any>>;
19
- /** @ignore */
20
- protected dialogService: AXDialogService;
21
- /** @ignore */
22
- protected options: import("@angular/core").WritableSignal<{
23
- color: string;
24
- title: string;
25
- vertical: boolean;
26
- content: string;
27
- orientation: any;
28
- draggable: boolean;
29
- }>;
30
- save(): void;
31
13
  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"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, {}, {}, never, ["*"], false, never>;
33
15
  }
34
- export {};
@@ -0,0 +1,27 @@
1
+ import { MXInputBaseValueComponent } from '@acorex/components/common';
2
+ import { AXDialogService } from '@acorex/components/dialog';
3
+ import { AXImageEditorService } from '../image-editor.service';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ *paint toolbar
7
+ * @category Components
8
+ */
9
+ export declare class AXImageEditorToolbarComponent extends MXInputBaseValueComponent<Blob[]> {
10
+ /** @ignore */
11
+ protected dialogService: AXDialogService;
12
+ /** @ignore */
13
+ protected service: AXImageEditorService;
14
+ /** @ignore */
15
+ protected options: import("@angular/core").WritableSignal<{
16
+ color: string;
17
+ title: string;
18
+ vertical: boolean;
19
+ content: string;
20
+ orientation: any;
21
+ draggable: boolean;
22
+ }>;
23
+ /** @ignore */
24
+ protected saveHandler(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorToolbarComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorToolbarComponent, "ax-image-editor-toolbar", never, {}, { "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
27
+ }
@@ -1,21 +1,22 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./image-editor-tools/image-editor-color-picker/image-editor-color-picker.component";
3
- import * as i2 from "./image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component";
4
- import * as i3 from "./image-editor-view/image-editor-view.component";
5
- import * as i4 from "./image-editor-container/image-editor-container.component";
6
- import * as i5 from "./image-editor-tools/image-editor-crop/image-editor-crop.component";
7
- import * as i6 from "@acorex/components/button";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "@acorex/components/range-slider";
10
- import * as i9 from "@acorex/components/select-box";
11
- import * as i10 from "@acorex/components/color-box";
12
- import * as i11 from "@acorex/components/popover";
13
- import * as i12 from "@acorex/components/decorators";
14
- import * as i13 from "@acorex/components/loading";
15
- import * as i14 from "@acorex/components/dialog";
16
- import * as i15 from "@acorex/components/tooltip";
2
+ import * as i1 from "./image-editor-toolbar/image-editor-toolbar.component";
3
+ import * as i2 from "./image-editor-tools/image-editor-color-picker/image-editor-color-picker.component";
4
+ import * as i3 from "./image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component";
5
+ import * as i4 from "./image-editor-view/image-editor-view.component";
6
+ import * as i5 from "./image-editor-container/image-editor-container.component";
7
+ import * as i6 from "./image-editor-tools/image-editor-crop/image-editor-crop.component";
8
+ import * as i7 from "@acorex/components/button";
9
+ import * as i8 from "@angular/forms";
10
+ import * as i9 from "@acorex/components/range-slider";
11
+ import * as i10 from "@acorex/components/select-box";
12
+ import * as i11 from "@acorex/components/color-box";
13
+ import * as i12 from "@acorex/components/popover";
14
+ import * as i13 from "@acorex/components/decorators";
15
+ import * as i14 from "@acorex/components/loading";
16
+ import * as i15 from "@acorex/components/dialog";
17
+ import * as i16 from "@acorex/components/tooltip";
17
18
  export declare class AXImageEditorModule {
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, [typeof i1.AXImageEditorColorPickerComponent, typeof i2.AXImageEditorPenModeChangerComponent, typeof i3.AXImageEditorViewComponent, typeof i4.AXImageEditorContainerComponent, typeof i5.AXImageEditorCropComponent], [typeof i6.AXButtonModule, typeof i7.FormsModule, typeof i8.AXRangeSliderModule, typeof i9.AXSelectBoxModule, typeof i10.AXColorBoxModule, typeof i11.AXPopoverModule, typeof i12.AXDecoratorModule, typeof i13.AXLoadingModule, typeof i14.AXDialogModule, typeof i15.AXTooltipModule], [typeof i1.AXImageEditorColorPickerComponent, typeof i2.AXImageEditorPenModeChangerComponent, typeof i3.AXImageEditorViewComponent, typeof i4.AXImageEditorContainerComponent, typeof i5.AXImageEditorCropComponent]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, [typeof i1.AXImageEditorToolbarComponent, typeof i2.AXImageEditorColorPickerComponent, typeof i3.AXImageEditorPenModeChangerComponent, typeof i4.AXImageEditorViewComponent, typeof i5.AXImageEditorContainerComponent, typeof i6.AXImageEditorCropComponent], [typeof i7.AXButtonModule, typeof i8.FormsModule, typeof i9.AXRangeSliderModule, typeof i10.AXSelectBoxModule, typeof i11.AXColorBoxModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule, typeof i14.AXLoadingModule, typeof i15.AXDialogModule, typeof i16.AXTooltipModule], [typeof i1.AXImageEditorToolbarComponent, typeof i2.AXImageEditorColorPickerComponent, typeof i3.AXImageEditorPenModeChangerComponent, typeof i4.AXImageEditorViewComponent, typeof i5.AXImageEditorContainerComponent, typeof i6.AXImageEditorCropComponent]>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<AXImageEditorModule>;
21
22
  }
@@ -14,7 +14,7 @@ export declare class AXLoadingSpinnerComponent {
14
14
  * Color of the spinner. Can be a predefined style color or a custom color.
15
15
  * @defaultValue 'ghost'
16
16
  */
17
- color: AXStyleColorType | 'white' | 'black';
17
+ color: AXStyleColorType | string;
18
18
  /**
19
19
  * Size of the spinner, in pixels. This determines both the width and height of the spinner.
20
20
  * @defaultValue 16
@@ -1,5 +1,4 @@
1
1
  import { AXStyleColorType, NXComponent } from '@acorex/components/common';
2
- import { OnDestroy } from '@angular/core';
3
2
  import { AXMenuItemClickBaseEvent, AXRootMenu } from './menu.types';
4
3
  import * as i0 from "@angular/core";
5
4
  export type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>;
@@ -7,7 +6,7 @@ export type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>
7
6
  * Represents a menu item component used within an `ax-menu`.
8
7
  * @category Components
9
8
  */
10
- export declare class AXMenuItemComponent extends NXComponent implements OnDestroy {
9
+ export declare class AXMenuItemComponent extends NXComponent {
11
10
  protected isOpen: import("@angular/core").WritableSignal<boolean>;
12
11
  protected hasSubItems: import("@angular/core").WritableSignal<boolean>;
13
12
  protected isFirstLevel: import("@angular/core").WritableSignal<boolean>;
@@ -15,7 +15,7 @@ export declare class AXNotificationService {
15
15
  hideAll(): void;
16
16
  private handleShowReservedNotification;
17
17
  private handleReservedNotificationCounter;
18
- private createReservedCounternotification;
18
+ private createReservedCounterToast;
19
19
  private reposition;
20
20
  private getRepositionPosition;
21
21
  private getPosition;
@@ -154,7 +154,6 @@ export declare class AXNumberBoxComponent extends AXNumberBoxComponent_base impl
154
154
  * Decreases the value by the decimal step amount, using 'auto' or a custom step value.
155
155
  */
156
156
  decimalStepDown(u?: boolean): void;
157
- get __hostClass(): string[];
158
157
  onWheel(event: WheelEvent): void;
159
158
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
160
159
  static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "19.8.0-next.0",
3
+ "version": "19.8.0-next.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -145,6 +145,10 @@
145
145
  "types": "./dropdown-button/index.d.ts",
146
146
  "default": "./fesm2022/acorex-components-dropdown-button.mjs"
147
147
  },
148
+ "./file-explorer": {
149
+ "types": "./file-explorer/index.d.ts",
150
+ "default": "./fesm2022/acorex-components-file-explorer.mjs"
151
+ },
148
152
  "./form": {
149
153
  "types": "./form/index.d.ts",
150
154
  "default": "./fesm2022/acorex-components-form.mjs"
@@ -36,7 +36,6 @@ export declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base
36
36
  * Toggles the input type between 'password' and 'text' to show or hide the password.
37
37
  */
38
38
  toggleType(): void;
39
- get __hostClass(): string;
40
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
41
40
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule", "ax-password-strength-validation"], false, never>;
42
41
  }
@@ -11,41 +11,41 @@ export declare class AXProgressBarComponent extends MXColorComponent {
11
11
  /** @ignore */
12
12
  circle: ElementRef;
13
13
  /**
14
- * @event
15
- * Emits when the slider value changes.
16
- */
14
+ * @event
15
+ * Emits when the slider value changes.
16
+ */
17
17
  ValueChange: EventEmitter<number>;
18
18
  /** @ignore */
19
19
  private _progress;
20
20
  /**
21
- * Specifies the progress indicator mode.
22
- */
21
+ * Specifies the progress indicator mode.
22
+ */
23
23
  mode: AXProgressMode;
24
24
  /**
25
- * Gets or sets the progress value (0-100).
26
- */
25
+ * Gets or sets the progress value (0-100).
26
+ */
27
27
  get progress(): number;
28
28
  /**
29
- * Sets the progress value (0-100).
30
- * @param {number} v
31
- */
29
+ * Sets the progress value (0-100).
30
+ * @param {number} v
31
+ */
32
32
  set progress(v: number);
33
33
  /**
34
- * Emitted when the size changes.
35
- * @event
36
- */
34
+ * Emitted when the size changes.
35
+ * @event
36
+ */
37
37
  sizeChange: EventEmitter<number>;
38
38
  /** @ignore */
39
39
  private _height;
40
40
  /**
41
- * Gets or sets the height of the component.
42
- * @param {number} v
43
- */
41
+ * Gets or sets the height of the component.
42
+ * @param {number} v
43
+ */
44
44
  get height(): number;
45
45
  /**
46
- * Sets the height of the component.
47
- * @param {number} v
48
- */
46
+ * Sets the height of the component.
47
+ * @param {number} v
48
+ */
49
49
  set height(v: number);
50
50
  /** @ignore */
51
51
  private get __hostClass();
@@ -16,10 +16,6 @@ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
16
16
  constructor(
17
17
  /** @ignore */
18
18
  _parent: AXSearchableComponent);
19
- /**
20
- * Defines custom CSS classes to apply to the component.
21
- */
22
- classNames: string;
23
19
  /**
24
20
  * The delay time for search actions, specified in milliseconds.
25
21
  * @defaultValue 500
@@ -34,6 +30,6 @@ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
34
30
  /** @ignore */
35
31
  get __hostClass(): string[];
36
32
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, [{ optional: true; }]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix"], false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-icon", "ax-clear-button", "ax-suffix"], false, never>;
38
34
  }
39
35
  export {};