@acorex/components 19.14.0-next.3 → 19.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/calendar/lib/calendar.component.d.ts +4 -0
- package/common/index.d.ts +1 -0
- package/common/lib/classes/components.class.d.ts +1 -0
- package/common/lib/components/value-component.class.d.ts +1 -1
- package/common/lib/directives/copy-clipboard.directive.d.ts +40 -0
- package/datetime-box/lib/datetime-box.component.d.ts +4 -3
- package/fesm2022/acorex-components-action-sheet.mjs +32 -5
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +19 -3
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +14 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +11 -1
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +18 -3
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +7 -1
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +16 -2
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +110 -15
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +8 -1
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +15 -17
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +101 -20
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +68 -15
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +26 -7
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +0 -1
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +14 -4
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +29 -4
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +26 -3
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +26 -3
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +43 -24
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +5 -1
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +14 -3
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +23 -3
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +14 -2
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +7 -0
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +23 -18
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-C83n2Gqn.mjs → acorex-components-modal-acorex-components-modal-Ckn70-o5.mjs} +2 -2
- package/fesm2022/acorex-components-modal-acorex-components-modal-Ckn70-o5.mjs.map +1 -0
- package/fesm2022/acorex-components-modal-modal-content.component-DzRhA-Nt.mjs +216 -0
- package/fesm2022/acorex-components-modal-modal-content.component-DzRhA-Nt.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +30 -5
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +6 -6
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +28 -3
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +53 -4
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +18 -4
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +18 -2
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +13 -2
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +33 -3
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +757 -367
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +42 -5
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +2 -2
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +41 -5
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +44 -6
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +12 -1
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +48 -4
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +45 -60
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +6 -2
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +1 -1
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +3 -1
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +24 -3
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/form/lib/validation-rule.directive.d.ts +10 -9
- package/menu/index.d.ts +2 -2
- package/menu/lib/menu.service.d.ts +1 -1
- package/modal/lib/modal-content/modal-content.component.d.ts +4 -3
- package/package.json +1 -1
- package/page/lib/page.component.d.ts +6 -6
- package/scheduler/lib/scheduler.class.d.ts +10 -3
- package/scheduler/lib/scheduler.service.d.ts +18 -6
- package/scheduler/lib/views/agenda/scheduler-agenda-view.component.d.ts +17 -7
- package/scheduler/lib/views/day/scheduler-day-view.component.d.ts +3 -2
- package/scheduler/lib/views/month/scheduler-month-view.component.d.ts +16 -9
- package/scheduler/lib/views/timeline-day/scheduler-timeline-day-view.component.d.ts +7 -3
- package/scheduler/lib/views/timeline-month/scheduler-timeline-month-view.component.d.ts +16 -11
- package/scheduler/lib/views/timeline-multi-day/scheduler-timeline-multi-day-view.component.d.ts +16 -3
- package/scheduler/lib/views/week/scheduler-week-view.component.d.ts +30 -8
- package/time-duration/lib/time-duration.component.d.ts +11 -1
- package/time-duration/lib/time-duration.type.d.ts +1 -1
- package/fesm2022/acorex-components-modal-acorex-components-modal-C83n2Gqn.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-modal-content.component-YrM5Oi9b.mjs +0 -191
- 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, NgModule, InjectionToken,
|
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(
|
653
|
-
this.validationRules = this.validationRules.filter((r) =>
|
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 = [
|
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 = [
|
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) {
|
@@ -1796,7 +1815,9 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1796
1815
|
return this.selectedItems.some((c) => c[this.valueField] === this.normalizeItem(item)[this.valueField]);
|
1797
1816
|
}
|
1798
1817
|
isItemDisabled(item) {
|
1799
|
-
return (this.disabled ||
|
1818
|
+
return (this.disabled ||
|
1819
|
+
coerceBooleanProperty(item[this.disabledField]) === true ||
|
1820
|
+
(this.disabledCallback ? this.disabledCallback({ item, index: -1 }) : false));
|
1800
1821
|
}
|
1801
1822
|
// protected getDisplayText(item: T) {
|
1802
1823
|
// const normalizeItem = this.normalizeItem(item) as any;
|
@@ -1830,6 +1851,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1830
1851
|
type: Injectable
|
1831
1852
|
}] });
|
1832
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
|
+
|
1833
1928
|
class AXNgModelDelayedValueChangedDirective {
|
1834
1929
|
get delayTime() {
|
1835
1930
|
return this._delayTime;
|
@@ -1988,5 +2083,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1988
2083
|
* Generated bundle index. Do not edit.
|
1989
2084
|
*/
|
1990
2085
|
|
1991
|
-
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 };
|
1992
2087
|
//# sourceMappingURL=acorex-components-common.mjs.map
|