@acorex/components 19.14.0-next.2 → 19.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/calendar/lib/calendar.component.d.ts +4 -0
  2. package/common/index.d.ts +1 -0
  3. package/common/lib/classes/components.class.d.ts +1 -0
  4. package/common/lib/components/value-component.class.d.ts +1 -1
  5. package/common/lib/directives/copy-clipboard.directive.d.ts +40 -0
  6. package/common/lib/services/hotkey.service.d.ts +1 -1
  7. package/datetime-box/lib/datetime-box.component.d.ts +4 -3
  8. package/fesm2022/acorex-components-action-sheet.mjs +32 -5
  9. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  10. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  11. package/fesm2022/acorex-components-audio-wave.mjs +19 -3
  12. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  13. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  14. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  15. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  16. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  17. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  18. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  19. package/fesm2022/acorex-components-button.mjs +14 -2
  20. package/fesm2022/acorex-components-button.mjs.map +1 -1
  21. package/fesm2022/acorex-components-calendar.mjs +11 -1
  22. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  23. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  24. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  25. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  26. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  27. package/fesm2022/acorex-components-color-box.mjs +18 -3
  28. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  29. package/fesm2022/acorex-components-color-palette.mjs +7 -1
  30. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  31. package/fesm2022/acorex-components-comment.mjs +16 -2
  32. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  33. package/fesm2022/acorex-components-common.mjs +114 -22
  34. package/fesm2022/acorex-components-common.mjs.map +1 -1
  35. package/fesm2022/acorex-components-conversation.mjs +8 -1
  36. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  37. package/fesm2022/acorex-components-cron-job.mjs +15 -17
  38. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  39. package/fesm2022/acorex-components-data-pager.mjs +101 -20
  40. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  41. package/fesm2022/acorex-components-data-table.mjs +68 -15
  42. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  43. package/fesm2022/acorex-components-datetime-box.mjs +26 -7
  44. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  45. package/fesm2022/acorex-components-datetime-input.mjs +0 -1
  46. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  47. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  48. package/fesm2022/acorex-components-decorators.mjs +14 -4
  49. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  50. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  51. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  52. package/fesm2022/acorex-components-dropdown-button.mjs +29 -4
  53. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  54. package/fesm2022/acorex-components-dropdown.mjs +26 -3
  55. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  56. package/fesm2022/acorex-components-file-explorer.mjs +26 -3
  57. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  58. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  59. package/fesm2022/acorex-components-form.mjs +43 -24
  60. package/fesm2022/acorex-components-form.mjs.map +1 -1
  61. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  62. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  63. package/fesm2022/acorex-components-image.mjs.map +1 -1
  64. package/fesm2022/acorex-components-json-viewer.mjs +5 -1
  65. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  66. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  67. package/fesm2022/acorex-components-label.mjs.map +1 -1
  68. package/fesm2022/acorex-components-list.mjs +14 -3
  69. package/fesm2022/acorex-components-list.mjs.map +1 -1
  70. package/fesm2022/acorex-components-loading-dialog.mjs +23 -3
  71. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  72. package/fesm2022/acorex-components-loading.mjs +14 -2
  73. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  74. package/fesm2022/acorex-components-map.mjs.map +1 -1
  75. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  76. package/fesm2022/acorex-components-menu.mjs +23 -18
  77. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  78. package/fesm2022/{acorex-components-modal-acorex-components-modal-C83n2Gqn.mjs → acorex-components-modal-acorex-components-modal-Ckn70-o5.mjs} +2 -2
  79. package/fesm2022/acorex-components-modal-acorex-components-modal-Ckn70-o5.mjs.map +1 -0
  80. package/fesm2022/acorex-components-modal-modal-content.component-DzRhA-Nt.mjs +216 -0
  81. package/fesm2022/acorex-components-modal-modal-content.component-DzRhA-Nt.mjs.map +1 -0
  82. package/fesm2022/acorex-components-modal.mjs +1 -1
  83. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  84. package/fesm2022/acorex-components-notification.mjs +30 -5
  85. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  86. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  87. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  88. package/fesm2022/acorex-components-page.mjs +6 -6
  89. package/fesm2022/acorex-components-page.mjs.map +1 -1
  90. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  91. package/fesm2022/acorex-components-password-box.mjs +28 -3
  92. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  93. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  94. package/fesm2022/acorex-components-phone-box.mjs +53 -4
  95. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  96. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  97. package/fesm2022/acorex-components-popover.mjs +18 -4
  98. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  99. package/fesm2022/acorex-components-popup.mjs +18 -2
  100. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  101. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  102. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  103. package/fesm2022/acorex-components-query-builder.mjs +13 -2
  104. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  105. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  106. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  107. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  108. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  109. package/fesm2022/acorex-components-rest-api-generator.mjs +33 -3
  110. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  111. package/fesm2022/acorex-components-result.mjs.map +1 -1
  112. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  113. package/fesm2022/acorex-components-scheduler.mjs +757 -367
  114. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  115. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  116. package/fesm2022/acorex-components-search-box.mjs +42 -5
  117. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  118. package/fesm2022/acorex-components-select-box.mjs +2 -2
  119. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  120. package/fesm2022/acorex-components-selection-list.mjs +41 -5
  121. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  122. package/fesm2022/acorex-components-side-menu.mjs +44 -6
  123. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  124. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  125. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  126. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  127. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  128. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  129. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  130. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  131. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  132. package/fesm2022/acorex-components-text-area.mjs +12 -1
  133. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  134. package/fesm2022/acorex-components-text-box.mjs +48 -4
  135. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  136. package/fesm2022/acorex-components-time-duration.mjs +45 -60
  137. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  138. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  139. package/fesm2022/acorex-components-toast.mjs +6 -2
  140. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  141. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  142. package/fesm2022/acorex-components-tooltip.mjs +1 -1
  143. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  144. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  145. package/fesm2022/acorex-components-uploader.mjs +3 -1
  146. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  147. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  148. package/fesm2022/acorex-components-wysiwyg.mjs +24 -3
  149. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  150. package/fesm2022/acorex-components.mjs.map +1 -1
  151. package/form/lib/validation-rule.directive.d.ts +10 -9
  152. package/menu/index.d.ts +2 -2
  153. package/menu/lib/menu.service.d.ts +1 -1
  154. package/modal/lib/modal-content/modal-content.component.d.ts +4 -3
  155. package/package.json +1 -1
  156. package/page/lib/page.component.d.ts +6 -6
  157. package/scheduler/lib/scheduler.class.d.ts +10 -3
  158. package/scheduler/lib/scheduler.service.d.ts +18 -6
  159. package/scheduler/lib/views/agenda/scheduler-agenda-view.component.d.ts +17 -7
  160. package/scheduler/lib/views/day/scheduler-day-view.component.d.ts +3 -2
  161. package/scheduler/lib/views/month/scheduler-month-view.component.d.ts +16 -9
  162. package/scheduler/lib/views/timeline-day/scheduler-timeline-day-view.component.d.ts +7 -3
  163. package/scheduler/lib/views/timeline-month/scheduler-timeline-month-view.component.d.ts +16 -11
  164. package/scheduler/lib/views/timeline-multi-day/scheduler-timeline-multi-day-view.component.d.ts +16 -3
  165. package/scheduler/lib/views/week/scheduler-week-view.component.d.ts +30 -8
  166. package/time-duration/lib/time-duration.component.d.ts +11 -1
  167. package/time-duration/lib/time-duration.type.d.ts +1 -1
  168. package/fesm2022/acorex-components-modal-acorex-components-modal-C83n2Gqn.mjs.map +0 -1
  169. package/fesm2022/acorex-components-modal-modal-content.component-YrM5Oi9b.mjs +0 -191
  170. package/fesm2022/acorex-components-modal-modal-content.component-YrM5Oi9b.mjs.map +0 -1
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { model, output, Component, inject, ElementRef, signal, afterNextRender, Injectable, ChangeDetectorRef, ViewContainerRef, EventEmitter, PLATFORM_ID, Input, Host, Self, Optional, Directive, Inject, NgModule, InjectionToken, Output, input, effect } from '@angular/core';
2
+ import { model, output, Component, inject, ElementRef, signal, afterNextRender, Injectable, ChangeDetectorRef, ViewContainerRef, EventEmitter, PLATFORM_ID, Input, Host, Self, Optional, Directive, NgModule, InjectionToken, input, HostListener, Output, effect } from '@angular/core';
3
3
  import { AXHtmlUtil } from '@acorex/core/utils';
4
- import { flatten, clone, cloneDeep, isEqual, set } from 'lodash-es';
4
+ import { flatten, clone, cloneDeep, isEqual, omit, set } from 'lodash-es';
5
5
  import { isBrowser } from '@acorex/core/platform';
6
6
  import { AXValidationService } from '@acorex/core/validation';
7
7
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
@@ -274,13 +274,7 @@ const AX_PLACEMENT_MAP = {
274
274
  },
275
275
  'bottom-start': {
276
276
  origin: AX_PLACEMENT_BOTTOM_START,
277
- alts: [
278
- AX_PLACEMENT_BOTTOM_END,
279
- AX_PLACEMENT_TOP_START,
280
- AX_PLACEMENT_TOP_END,
281
- AX_PLACEMENT_START,
282
- AX_PLACEMENT_END,
283
- ],
277
+ alts: [AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_TOP_START, AX_PLACEMENT_TOP_END, AX_PLACEMENT_START, AX_PLACEMENT_END],
284
278
  },
285
279
  'bottom-end': {
286
280
  origin: AX_PLACEMENT_BOTTOM_END,
@@ -649,9 +643,18 @@ class MXValueComponent extends MXInteractiveComponent {
649
643
  this.validationRules.push(rule);
650
644
  this.validationRulesChange.emit(this.validationRules);
651
645
  }
652
- removeValidationRule(rule) {
653
- this.validationRules = this.validationRules.filter((r) => r.rule !== rule.rule || !isEqual(r.options, rule.options));
646
+ removeValidationRule(ruleToRemove) {
647
+ this.validationRules = this.validationRules.filter((r) => {
648
+ if (r.rule !== ruleToRemove.rule) {
649
+ return true;
650
+ }
651
+ // Create copies of options without the 'title' property
652
+ const rOptionsSanitized = omit(r.options, ['title']);
653
+ const ruleToRemoveOptionsSanitized = omit(ruleToRemove.options, ['title']);
654
+ return !isEqual(rOptionsSanitized, ruleToRemoveOptionsSanitized);
655
+ });
654
656
  this.validationRulesChange.emit(this.validationRules);
657
+ this.setState('clear');
655
658
  }
656
659
  async validate() {
657
660
  const container_classes = ['ax-editor-container', 'ax-checkbox', 'ax-radio'];
@@ -1124,9 +1127,25 @@ function convertArrayToDataSource(items, options = { key: 'id', pageSize: 100 })
1124
1127
  return new AXDataSource(config);
1125
1128
  }
1126
1129
 
1127
- const AX_STYLE_COLOR_TYPES = ['primary', 'secondary', 'success', 'warning', 'danger', 'default'];
1130
+ const AX_STYLE_COLOR_TYPES = [
1131
+ 'primary',
1132
+ 'secondary',
1133
+ 'success',
1134
+ 'warning',
1135
+ 'danger',
1136
+ 'default',
1137
+ ];
1128
1138
  const AX_STYLE_LOOK_TYPES = ['solid', 'blank', 'outline', 'twotone', 'flat', 'fill', 'none'];
1129
- const AX_LOCATIONS = ['bottom-start', 'bottom-center', 'bottom-end', 'top-start', 'top-center', 'top-end', 'center-end', 'center-start'];
1139
+ const AX_LOCATIONS = [
1140
+ 'bottom-start',
1141
+ 'bottom-center',
1142
+ 'bottom-end',
1143
+ 'top-start',
1144
+ 'top-center',
1145
+ 'top-end',
1146
+ 'center-end',
1147
+ 'center-start',
1148
+ ];
1130
1149
 
1131
1150
  class AXAutoFocusDirective {
1132
1151
  constructor(renderer, el, _host) {
@@ -1185,9 +1204,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
1185
1204
  }] } });
1186
1205
 
1187
1206
  class AXHotkeysService {
1188
- constructor(eventManager, document) {
1207
+ constructor(eventManager) {
1189
1208
  this.eventManager = eventManager;
1190
- this.document = document;
1209
+ this.document = inject(DOCUMENT);
1191
1210
  this.defaults = {
1192
1211
  element: this.document,
1193
1212
  };
@@ -1220,15 +1239,12 @@ class AXHotkeysService {
1220
1239
  }
1221
1240
  });
1222
1241
  }
1223
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1242
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }], target: i0.ɵɵFactoryTarget.Injectable }); }
1224
1243
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXHotkeysService }); }
1225
1244
  }
1226
1245
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXHotkeysService, decorators: [{
1227
1246
  type: Injectable
1228
- }], ctorParameters: () => [{ type: i1.EventManager }, { type: Document, decorators: [{
1229
- type: Inject,
1230
- args: [DOCUMENT]
1231
- }] }] });
1247
+ }], ctorParameters: () => [{ type: i1.EventManager }] });
1232
1248
 
1233
1249
  class AXHotkeyDirective {
1234
1250
  constructor(el, _host, hs) {
@@ -1799,7 +1815,9 @@ class MXSelectionValueComponent extends MXValueComponent {
1799
1815
  return this.selectedItems.some((c) => c[this.valueField] === this.normalizeItem(item)[this.valueField]);
1800
1816
  }
1801
1817
  isItemDisabled(item) {
1802
- return (this.disabled || coerceBooleanProperty(item[this.disabledField]) === true || (this.disabledCallback ? this.disabledCallback({ item, index: -1 }) : false));
1818
+ return (this.disabled ||
1819
+ coerceBooleanProperty(item[this.disabledField]) === true ||
1820
+ (this.disabledCallback ? this.disabledCallback({ item, index: -1 }) : false));
1803
1821
  }
1804
1822
  // protected getDisplayText(item: T) {
1805
1823
  // const normalizeItem = this.normalizeItem(item) as any;
@@ -1833,6 +1851,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
1833
1851
  type: Injectable
1834
1852
  }] });
1835
1853
 
1854
+ /**
1855
+ * Directive to copy provided context to the clipboard on click,
1856
+ * using Angular's input signal injection for the context.
1857
+ * Emits copy status via a writable signal property.
1858
+ *
1859
+ * Usage:
1860
+ * <button
1861
+ * axCopyClipboard
1862
+ * [copiedSignal]="copiedSignal"
1863
+ * >Copy</button>
1864
+ */
1865
+ class AXCopyClipboardDirective {
1866
+ constructor() {
1867
+ this.elementRef = inject(ElementRef);
1868
+ /**
1869
+ * Required string input signal for the context to copy.
1870
+ * Bound via: axCopyClipboard="textSignal"
1871
+ */
1872
+ this.context = input.required({ alias: 'axCopyClipboard' });
1873
+ /**
1874
+ * WritableSignal to capture copy success (true) or failure (false).
1875
+ * Can be bound: [copiedSignal]="myWritableSignal"
1876
+ */
1877
+ this.copied = output();
1878
+ }
1879
+ /**
1880
+ * Trigger copy when the host element is clicked.
1881
+ */
1882
+ async onHostHover() {
1883
+ this.elementRef.nativeElement.style.cursor = 'pointer';
1884
+ }
1885
+ /**
1886
+ * Trigger copy when the host element is clicked.
1887
+ */
1888
+ async onHostClick() {
1889
+ try {
1890
+ const text = this.context();
1891
+ await this.copyToClipboard(text);
1892
+ console.log(this.elementRef.nativeElement);
1893
+ this.copied.emit(true);
1894
+ }
1895
+ catch (err) {
1896
+ console.error('Copy failed', err);
1897
+ this.copied.emit(false);
1898
+ }
1899
+ }
1900
+ /**
1901
+ * Copy the string to the clipboard.
1902
+ */
1903
+ copyToClipboard(text) {
1904
+ if (!text) {
1905
+ return Promise.reject('No text provided to copy');
1906
+ }
1907
+ if (!navigator.clipboard?.writeText) {
1908
+ return Promise.reject('Permission denied to access clipboard');
1909
+ }
1910
+ return navigator.clipboard.writeText(text);
1911
+ }
1912
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXCopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1913
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.10", type: AXCopyClipboardDirective, isStandalone: true, selector: "[axCopyClipboard]", inputs: { context: { classPropertyName: "context", publicName: "axCopyClipboard", isSignal: true, isRequired: true, transformFunction: null } }, outputs: { copied: "copied" }, host: { listeners: { "mouseenter": "onHostHover()", "click": "onHostClick()" } }, ngImport: i0 }); }
1914
+ }
1915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXCopyClipboardDirective, decorators: [{
1916
+ type: Directive,
1917
+ args: [{
1918
+ selector: '[axCopyClipboard]',
1919
+ }]
1920
+ }], propDecorators: { onHostHover: [{
1921
+ type: HostListener,
1922
+ args: ['mouseenter']
1923
+ }], onHostClick: [{
1924
+ type: HostListener,
1925
+ args: ['click']
1926
+ }] } });
1927
+
1836
1928
  class AXNgModelDelayedValueChangedDirective {
1837
1929
  get delayTime() {
1838
1930
  return this._delayTime;
@@ -1991,5 +2083,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
1991
2083
  * Generated bundle index. Do not edit.
1992
2084
  */
1993
2085
 
1994
- export { AXAutoFocusDirective, AXAutocompleteParentComponent, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDataSource, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXInvertedColorDirective, AXItemClickEvent, AXListDataSource, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_SELECTION_DATA_TOKEN, AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXLookableComponent, MXSelectionBridgeService, MXSelectionValueComponent, MXValueComponent, NXButtonComponent, NXClickEvent, NXColorComponent, NXComponent, NXEvent, NXInteractiveComponent, NXLookComponent, NXNativeEvent, NXValueComponent, TAB_META_KEY, convertArrayToDataSource, convertToPlacement };
2086
+ export { AXAutoFocusDirective, AXAutocompleteParentComponent, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXCopyClipboardDirective, AXDataSource, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXInvertedColorDirective, AXItemClickEvent, AXListDataSource, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_SELECTION_DATA_TOKEN, AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXLookableComponent, MXSelectionBridgeService, MXSelectionValueComponent, MXValueComponent, NXButtonComponent, NXClickEvent, NXColorComponent, NXComponent, NXEvent, NXInteractiveComponent, NXLookComponent, NXNativeEvent, NXValueComponent, TAB_META_KEY, convertArrayToDataSource, convertToPlacement };
1995
2087
  //# sourceMappingURL=acorex-components-common.mjs.map