@acorex/components 7.1.3 → 7.1.6
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/action-sheet/public-api.d.ts +1 -0
- package/action-sheet/src/action-sheet.component.d.ts +8 -11
- package/alert/src/alert.component.d.ts +15 -47
- package/avatar/src/avatar.component.d.ts +8 -11
- package/badge/src/badge.component.d.ts +4 -35
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -6
- package/breadcrumbs/src/breadcrumbs.component.d.ts +4 -8
- package/button/src/button-group.component.d.ts +6 -6
- package/button/src/button-item.component.d.ts +6 -6
- package/chips/src/chips.component.d.ts +6 -6
- package/color-picker/src/color-picker.component.d.ts +16 -16
- package/common/src/components/base-component.class.d.ts +7 -2
- package/date-picker/src/datepicker.component.d.ts +17 -132
- package/esm2022/action-sheet/public-api.mjs +2 -1
- package/esm2022/action-sheet/src/action-sheet.component.mjs +15 -21
- package/esm2022/action-sheet/src/action-sheet.module.mjs +4 -4
- package/esm2022/action-sheet/src/action-sheet.service.mjs +4 -8
- package/esm2022/alert/src/alert.component.mjs +52 -50
- package/esm2022/alert/src/alert.module.mjs +4 -4
- package/esm2022/avatar/src/avatar-group.component.mjs +3 -3
- package/esm2022/avatar/src/avatar.component.mjs +11 -20
- package/esm2022/avatar/src/avatar.module.mjs +4 -4
- package/esm2022/badge/src/badge.component.mjs +8 -13
- package/esm2022/badge/src/badge.module.mjs +4 -4
- package/esm2022/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
- package/esm2022/breadcrumbs/src/breadcrumbs.component.mjs +7 -13
- package/esm2022/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
- package/esm2022/button/src/button-group.component.mjs +3 -3
- package/esm2022/button/src/button-item.component.mjs +3 -3
- package/esm2022/button/src/button.component.mjs +5 -5
- package/esm2022/button/src/button.module.mjs +4 -4
- package/esm2022/calendar/src/calendar-range.component.mjs +19 -20
- package/esm2022/calendar/src/calendar.class.mjs +6 -6
- package/esm2022/calendar/src/calendar.component.mjs +5 -5
- package/esm2022/calendar/src/calendar.module.mjs +4 -4
- package/esm2022/card/src/card.component.mjs +3 -3
- package/esm2022/card/src/card.module.mjs +4 -4
- package/esm2022/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2022/checkbox/src/checkbox.module.mjs +4 -4
- package/esm2022/chips/src/chips.component.mjs +3 -3
- package/esm2022/chips/src/chips.module.mjs +4 -4
- package/esm2022/collapse/src/collapse-group.component.mjs +3 -3
- package/esm2022/collapse/src/collapse.component.mjs +3 -3
- package/esm2022/collapse/src/collapse.module.mjs +4 -4
- package/esm2022/color-palette/src/color-palette-input.component.mjs +3 -3
- package/esm2022/color-palette/src/color-palette-picker.component.mjs +3 -3
- package/esm2022/color-palette/src/color-palette-preview.component.mjs +3 -3
- package/esm2022/color-palette/src/color-palette-swatches.component.mjs +3 -3
- package/esm2022/color-palette/src/color-palette.class.mjs +6 -6
- package/esm2022/color-palette/src/color-palette.component.mjs +3 -3
- package/esm2022/color-palette/src/color-palette.module.mjs +4 -4
- package/esm2022/color-picker/src/color-picker.component.mjs +3 -3
- package/esm2022/color-picker/src/color-picker.module.mjs +4 -4
- package/esm2022/common/src/classes/components.class.mjs +18 -18
- package/esm2022/common/src/common.module.mjs +4 -4
- package/esm2022/common/src/components/base-component.class.mjs +14 -3
- package/esm2022/common/src/components/value-component.class.mjs +4 -5
- package/esm2022/common/src/directives/auto-focus.directive.mjs +3 -3
- package/esm2022/common/src/directives/debounce-time.directive.mjs +3 -3
- package/esm2022/common/src/directives/hotkey.directive.mjs +3 -3
- package/esm2022/common/src/directives/infinite-scroll.directive.mjs +3 -3
- package/esm2022/common/src/directives/responsive.directive.mjs +3 -3
- package/esm2022/common/src/services/custom-cdk-overlay.service.mjs +6 -6
- package/esm2022/common/src/services/hotkey.service.mjs +3 -3
- package/esm2022/common/src/services/overlay.service.mjs +3 -3
- package/esm2022/context-menu/src/context-menu.component.mjs +3 -3
- package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
- package/esm2022/data-pager/src/data-pager-base.component.mjs +6 -6
- package/esm2022/data-pager/src/data-pager-info.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager-input-selector.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager-next-buttons.components.mjs +3 -3
- package/esm2022/data-pager/src/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager-prev-buttons.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager.component.mjs +3 -3
- package/esm2022/data-pager/src/data-pager.module.mjs +4 -4
- package/esm2022/data-table/src/data-column-cell-template.directive.mjs +3 -3
- package/esm2022/data-table/src/data-column.directive.mjs +3 -3
- package/esm2022/data-table/src/data-table.component.mjs +3 -3
- package/esm2022/data-table/src/data-table.module.mjs +4 -4
- package/esm2022/date-picker/src/datepicker.component.mjs +38 -152
- package/esm2022/date-picker/src/datepicker.module.mjs +4 -4
- package/esm2022/decorators/src/close-button.component.mjs +3 -3
- package/esm2022/decorators/src/content.component.mjs +3 -3
- package/esm2022/decorators/src/decorators.module.mjs +4 -4
- package/esm2022/decorators/src/footer.component.mjs +3 -3
- package/esm2022/decorators/src/form-hint.component.mjs +3 -3
- package/esm2022/decorators/src/header.component.mjs +3 -3
- package/esm2022/decorators/src/icon.component.mjs +3 -3
- package/esm2022/decorators/src/overlay.component.mjs +3 -3
- package/esm2022/decorators/src/placeholder.component.mjs +3 -3
- package/esm2022/decorators/src/prefix.component.mjs +3 -3
- package/esm2022/decorators/src/sub-title.component.mjs +3 -3
- package/esm2022/decorators/src/suffix.component.mjs +3 -3
- package/esm2022/decorators/src/text.component.mjs +3 -3
- package/esm2022/decorators/src/title.component.mjs +3 -3
- package/esm2022/dialog/src/dialog.component.mjs +4 -4
- package/esm2022/dialog/src/dialog.module.mjs +4 -4
- package/esm2022/dialog/src/dialog.service.mjs +3 -3
- package/esm2022/drawer/src/drawer-container.component.mjs +3 -3
- package/esm2022/drawer/src/drawer.component.mjs +3 -3
- package/esm2022/drawer/src/drawer.module.mjs +4 -4
- package/esm2022/dropdown/src/dropdown-panel.component.mjs +3 -3
- package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
- package/esm2022/form/src/form-field.component.mjs +3 -3
- package/esm2022/form/src/form.component.mjs +3 -3
- package/esm2022/form/src/form.module.mjs +4 -4
- package/esm2022/form/src/validation-rule.widget.mjs +3 -3
- package/esm2022/form/src/validation-summary.component.mjs +4 -4
- package/esm2022/image/src/image.component.mjs +3 -3
- package/esm2022/image/src/image.module.mjs +4 -4
- package/esm2022/label/src/label.component.mjs +3 -3
- package/esm2022/label/src/label.module.mjs +4 -4
- package/esm2022/loading/src/loading-spinner.component.mjs +3 -3
- package/esm2022/loading/src/loading.component.mjs +3 -3
- package/esm2022/loading/src/loading.directive.mjs +3 -3
- package/esm2022/loading/src/loading.module.mjs +4 -4
- package/esm2022/loading/src/loading.service.mjs +3 -3
- package/esm2022/menu/src/menu.component.mjs +3 -3
- package/esm2022/menu/src/menu.module.mjs +4 -4
- package/esm2022/mixin/src/base-components.class.mjs +3 -3
- package/esm2022/mixin/src/selection-component.class.mjs +9 -16
- package/esm2022/notification/src/notification.component.mjs +3 -3
- package/esm2022/notification/src/notification.module.mjs +4 -4
- package/esm2022/notification/src/notification.service.mjs +3 -3
- package/esm2022/number-box/src/number-box.component.mjs +3 -3
- package/esm2022/number-box/src/number-box.module.mjs +4 -4
- package/esm2022/page/src/base-page.class.mjs +3 -3
- package/esm2022/page/src/page.component.mjs +3 -3
- package/esm2022/page/src/page.module.mjs +4 -4
- package/esm2022/password-box/src/password-box.component.mjs +3 -3
- package/esm2022/password-box/src/password-box.module.mjs +4 -4
- package/esm2022/picker/src/picker-column.component.mjs +3 -3
- package/esm2022/picker/src/picker.component.mjs +3 -3
- package/esm2022/picker/src/picker.module.mjs +4 -4
- package/esm2022/popover/public-api.mjs +2 -1
- package/esm2022/popover/src/dropdown-component.class.mjs +72 -0
- package/esm2022/popover/src/popover.component.mjs +28 -35
- package/esm2022/popover/src/popover.module.mjs +4 -4
- package/esm2022/popup/src/popup.component.mjs +3 -3
- package/esm2022/popup/src/popup.module.mjs +4 -4
- package/esm2022/popup/src/popup.service.mjs +3 -3
- package/esm2022/progress-bar/src/progress-bar.component.mjs +3 -3
- package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
- package/esm2022/radio/src/radio.component.mjs +3 -3
- package/esm2022/radio/src/radio.module.mjs +4 -4
- package/esm2022/range-slider/src/range-slider.component.mjs +3 -3
- package/esm2022/range-slider/src/range-slider.module.mjs +4 -4
- package/esm2022/rating/src/rating.component.mjs +3 -3
- package/esm2022/rating/src/rating.component.module.mjs +4 -4
- package/esm2022/result/src/result.component.mjs +3 -3
- package/esm2022/result/src/result.module.mjs +4 -4
- package/esm2022/search-box/src/search-box.component.mjs +3 -3
- package/esm2022/search-box/src/search-box.module.mjs +4 -4
- package/esm2022/select-box/src/selectbox.component.mjs +3 -3
- package/esm2022/select-box/src/selectbox.module.mjs +4 -4
- package/esm2022/selection-list/src/selection-list.component.mjs +3 -3
- package/esm2022/selection-list/src/selection-list.module.mjs +4 -4
- package/esm2022/switch/src/switch-content.component.mjs +3 -3
- package/esm2022/switch/src/switch.component.mjs +3 -3
- package/esm2022/switch/src/switch.module.mjs +4 -4
- package/esm2022/tabs/src/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/src/tab-item.component.mjs +3 -3
- package/esm2022/tabs/src/tabs.component.mjs +3 -3
- package/esm2022/tabs/src/tabs.module.mjs +4 -4
- package/esm2022/tag/src/tag.component.mjs +3 -3
- package/esm2022/tag/src/tag.module.mjs +4 -4
- package/esm2022/textarea/src/textarea.component.mjs +3 -3
- package/esm2022/textarea/src/textarea.module.mjs +4 -4
- package/esm2022/textbox/src/mask-options.directive.mjs +3 -3
- package/esm2022/textbox/src/textbox.component.mjs +3 -3
- package/esm2022/textbox/src/textbox.module.mjs +4 -4
- package/esm2022/time-box/src/time-box.component.mjs +17 -25
- package/esm2022/time-box/src/time-box.module.mjs +4 -4
- package/esm2022/toast/src/toast.component.mjs +3 -3
- package/esm2022/toast/src/toast.module.mjs +4 -4
- package/esm2022/toast/src/toast.service.mjs +3 -3
- package/esm2022/tooltip/src/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/src/tooltip.directive.mjs +3 -3
- package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
- package/esm2022/tree-view/src/tree-view.component.mjs +3 -3
- package/esm2022/tree-view/src/tree-view.module.mjs +4 -4
- package/esm2022/uploader/src/uploader.component.mjs +3 -3
- package/esm2022/uploader/src/uploader.module.mjs +4 -4
- package/fesm2022/acorex-components-action-sheet.mjs +23 -31
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +56 -54
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +17 -26
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +12 -17
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +14 -19
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +15 -15
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +32 -33
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-card.mjs +7 -7
- package/fesm2022/acorex-components-checkbox.mjs +7 -7
- package/fesm2022/acorex-components-chips.mjs +7 -7
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-color-palette.mjs +25 -25
- package/fesm2022/acorex-components-color-picker.mjs +7 -7
- package/fesm2022/acorex-components-common.mjs +62 -54
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-context-menu.mjs +7 -7
- package/fesm2022/acorex-components-data-pager.mjs +31 -31
- package/fesm2022/acorex-components-data-table.mjs +13 -13
- package/fesm2022/acorex-components-date-picker.mjs +42 -156
- package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +43 -43
- package/fesm2022/acorex-components-dialog.mjs +11 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +10 -10
- package/fesm2022/acorex-components-dropdown.mjs +7 -7
- package/fesm2022/acorex-components-form.mjs +17 -17
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-menu.mjs +7 -7
- package/fesm2022/acorex-components-mixin.mjs +11 -18
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +10 -10
- package/fesm2022/acorex-components-number-box.mjs +7 -7
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-password-box.mjs +7 -7
- package/fesm2022/acorex-components-picker.mjs +10 -10
- package/fesm2022/acorex-components-popover.mjs +100 -39
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- package/fesm2022/acorex-components-radio.mjs +7 -7
- package/fesm2022/acorex-components-range-slider.mjs +7 -7
- package/fesm2022/acorex-components-rating.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs +7 -7
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tag.mjs +7 -7
- package/fesm2022/acorex-components-textarea.mjs +7 -7
- package/fesm2022/acorex-components-textbox.mjs +10 -10
- package/fesm2022/acorex-components-time-box.mjs +20 -28
- package/fesm2022/acorex-components-time-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-tree-view.mjs +7 -7
- package/fesm2022/acorex-components-uploader.mjs +7 -7
- package/mixin/src/base-components.class.d.ts +2 -2
- package/mixin/src/base-menu-mixin.class.d.ts +5 -5
- package/mixin/src/button-mixin.class.d.ts +2 -2
- package/mixin/src/clickable-mixin.class.d.ts +2 -2
- package/mixin/src/color-look-mixing.class.d.ts +2 -2
- package/mixin/src/datalist-component.class.d.ts +10 -10
- package/mixin/src/dropdown-mixin.class.d.ts +2 -2
- package/mixin/src/interactive-mixin.class.d.ts +4 -4
- package/mixin/src/loading-mixin.class.d.ts +2 -2
- package/mixin/src/mixin.class.d.ts +61 -61
- package/mixin/src/page-component.class.d.ts +2 -2
- package/mixin/src/selection-component.class.d.ts +4 -4
- package/mixin/src/sizable-mixin.class.d.ts +2 -2
- package/mixin/src/textbox-mixin.class.d.ts +2 -2
- package/mixin/src/value-mixin.class.d.ts +8 -8
- package/package.json +14 -14
- package/popover/public-api.d.ts +1 -0
- package/popover/src/dropdown-component.class.d.ts +17 -0
- package/popover/src/popover.component.d.ts +9 -16
- package/tabs/src/tab-item.component.d.ts +2 -2
@@ -1,12 +1,10 @@
|
|
1
|
-
import { AXComponentCloseEvent } from '@acorex/components/common';
|
2
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
1
|
+
import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
|
3
2
|
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
4
|
-
import {
|
3
|
+
import { EventEmitter } from '@angular/core';
|
5
4
|
import { AXActionSheetItem } from './action-sheet.interface';
|
6
5
|
import * as i0 from "@angular/core";
|
7
|
-
export declare class AXActionSheetComponent extends
|
8
|
-
|
9
|
-
_selectedPortal: Portal<any>;
|
6
|
+
export declare class AXActionSheetComponent extends MXBaseComponent {
|
7
|
+
protected _selectedPortal: Portal<any>;
|
10
8
|
title: string;
|
11
9
|
items: AXActionSheetItem[];
|
12
10
|
content: any;
|
@@ -14,12 +12,11 @@ export declare class AXActionSheetComponent extends AXBaseComponent {
|
|
14
12
|
showHeader: boolean;
|
15
13
|
data: any;
|
16
14
|
onClosed: EventEmitter<AXComponentCloseEvent>;
|
17
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _viewContainerRef: ViewContainerRef);
|
18
15
|
close(): void;
|
19
|
-
|
20
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
21
|
-
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
22
|
-
_handleCloseClick(): void;
|
16
|
+
protected ngOnInit(): void;
|
17
|
+
protected onKeydownHandler(event: KeyboardEvent): void;
|
18
|
+
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
19
|
+
protected _handleCloseClick(): void;
|
23
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetComponent, never>;
|
24
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXActionSheetComponent, "ax-action-sheet", never, {}, {}, never, never, false, never>;
|
25
22
|
}
|
@@ -1,49 +1,19 @@
|
|
1
1
|
import { AXButtonComponent } from '@acorex/components/button';
|
2
|
-
import {
|
3
|
-
import { AXEvent } from '@acorex/components/common';
|
4
|
-
import { AXBaseComponent, AXComponentOptionChanged } from '@acorex/components/mixin';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
|
+
import { AXEvent, AXOptionChangedEvent, MXColorComponent } from '@acorex/components/common';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
|
7
|
-
colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
|
8
|
-
_color: import("@acorex/components/common").AXStyleColorType;
|
9
|
-
color: import("@acorex/components/common").AXStyleColorType;
|
10
|
-
lookChange: EventEmitter<import("@acorex/components/common").AXStyleLookType>;
|
11
|
-
_look?: import("@acorex/components/common").AXStyleLookType;
|
12
|
-
look: import("@acorex/components/common").AXStyleLookType;
|
13
|
-
id: string;
|
14
|
-
"__#37855@#rtl": boolean;
|
15
|
-
rtl: boolean;
|
16
|
-
"__#37855@#elementRef": ElementRef<any>;
|
17
|
-
_cdr: ChangeDetectorRef;
|
18
|
-
_isInited: boolean;
|
19
|
-
_isRendered: boolean;
|
20
|
-
ngOnInit(): void;
|
21
|
-
ngAfterViewInit(): void;
|
22
|
-
ngOnDestroy(): void;
|
23
|
-
_getHostElement<T = HTMLElement>(): T;
|
24
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
25
|
-
_onInternalInit(): void;
|
26
|
-
_onInternalViewInit(): void;
|
27
|
-
_onInternalDestroy(): void;
|
28
|
-
onInit(): void;
|
29
|
-
onViewInit(): void;
|
30
|
-
onDestroy(): void;
|
31
|
-
_applyRtl(): void;
|
32
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
33
|
-
_onOptionChanged(option: AXComponentOptionChanged): void;
|
34
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
35
|
-
}) & typeof AXBaseComponent;
|
5
|
+
declare const AXAlertComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
36
6
|
/**
|
37
7
|
* Regular description
|
38
8
|
*
|
39
9
|
* @category Components
|
40
10
|
*/
|
41
|
-
export declare class AXAlertComponent extends
|
42
|
-
private
|
43
|
-
private
|
44
|
-
protected
|
45
|
-
protected
|
46
|
-
protected
|
11
|
+
export declare class AXAlertComponent extends AXAlertComponent_base {
|
12
|
+
private _iconComp;
|
13
|
+
private _buttonComps;
|
14
|
+
protected _titleComp: AXButtonComponent;
|
15
|
+
protected _contentComp: AXButtonComponent;
|
16
|
+
protected _footerComp: AXButtonComponent;
|
47
17
|
protected _showInline: boolean;
|
48
18
|
onClosed: EventEmitter<AXEvent>;
|
49
19
|
private _customIcon;
|
@@ -62,12 +32,9 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
62
32
|
*/
|
63
33
|
get visible(): boolean;
|
64
34
|
set visible(v: boolean);
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
69
|
-
onViewInit(): void;
|
70
|
-
_onOptionChanged(option: AXComponentOptionChanged): void;
|
35
|
+
protected ngOnInit(): void;
|
36
|
+
protected ngAfterViewInit(): void;
|
37
|
+
protected _handleOnOptionChanged(e: AXOptionChangedEvent): void;
|
71
38
|
private _setIcon;
|
72
39
|
private _applyButtonStyle;
|
73
40
|
/**
|
@@ -82,7 +49,8 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
82
49
|
* Show the alert
|
83
50
|
*/
|
84
51
|
show(): void;
|
85
|
-
|
52
|
+
ngOnDestroy(): void;
|
86
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": { "alias": "color"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "onClosed": "onClosed"; }, ["
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": { "alias": "color"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "colorChange": "colorChange"; "onClosed": "onClosed"; }, ["_iconComp", "_titleComp", "_contentComp", "_footerComp", "_buttonComps"], ["ax-icon", "ax-title", "ax-content", "ax-footer", "ax-button", "ax-close-button"], false, never>;
|
88
55
|
}
|
56
|
+
export {};
|
@@ -1,20 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXColorComponent } from '@acorex/components/common';
|
2
|
+
import { QueryList } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
declare const AXAvatarComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
4
5
|
/**
|
5
6
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
6
7
|
*
|
7
8
|
* @category Components
|
8
9
|
*/
|
9
|
-
export declare class AXAvatarComponent extends
|
10
|
-
|
11
|
-
readonly _children: QueryList<any>;
|
12
|
-
/**
|
13
|
-
* @ignore
|
14
|
-
*/
|
15
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
10
|
+
export declare class AXAvatarComponent extends AXAvatarComponent_base {
|
11
|
+
protected readonly _children: QueryList<any>;
|
16
12
|
ngAfterViewInit(): void;
|
17
|
-
get __hostClass()
|
13
|
+
private get __hostClass();
|
18
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": { "alias": "color"; "required": false; };
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": { "alias": "color"; "required": false; }; }, {}, ["_children"], ["*"], false, never>;
|
20
16
|
}
|
17
|
+
export {};
|
@@ -1,41 +1,10 @@
|
|
1
|
-
import {
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
1
|
+
import { MXColorComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
|
6
|
-
_color: import("@acorex/components/common").AXStyleColorType;
|
7
|
-
color: import("@acorex/components/common").AXStyleColorType;
|
8
|
-
lookChange: import("@angular/core").EventEmitter<import("@acorex/components/common").AXStyleLookType>;
|
9
|
-
_look?: import("@acorex/components/common").AXStyleLookType;
|
10
|
-
look: import("@acorex/components/common").AXStyleLookType;
|
11
|
-
id: string;
|
12
|
-
"__#37855@#rtl": boolean;
|
13
|
-
rtl: boolean;
|
14
|
-
"__#37855@#elementRef": ElementRef<any>;
|
15
|
-
_cdr: ChangeDetectorRef;
|
16
|
-
_isInited: boolean;
|
17
|
-
_isRendered: boolean;
|
18
|
-
ngOnInit(): void;
|
19
|
-
ngAfterViewInit(): void;
|
20
|
-
ngOnDestroy(): void;
|
21
|
-
_getHostElement<T = HTMLElement>(): T;
|
22
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
23
|
-
_onInternalInit(): void;
|
24
|
-
_onInternalViewInit(): void;
|
25
|
-
_onInternalDestroy(): void;
|
26
|
-
onInit(): void;
|
27
|
-
onViewInit(): void;
|
28
|
-
onDestroy(): void;
|
29
|
-
_applyRtl(): void;
|
30
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
31
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
32
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
33
|
-
}) & typeof AXBaseComponent;
|
34
|
-
export declare class AXBadgeComponent extends AXBaseBadgeMixin {
|
35
|
-
private elementRef;
|
3
|
+
declare const AXBadgeComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
4
|
+
export declare class AXBadgeComponent extends AXBadgeComponent_base {
|
36
5
|
text: string;
|
37
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
38
6
|
private get __hostClass();
|
39
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBadgeComponent, never>;
|
40
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBadgeComponent, "ax-badge", never, { "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
|
41
9
|
}
|
10
|
+
export {};
|
@@ -3,9 +3,9 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
3
3
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#37860@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#37860@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#37857@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#37857@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#37857@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#37857@#elementRef": ElementRef<any>; /**
|
45
45
|
* @ignore
|
46
46
|
*/
|
47
47
|
_cdr: ChangeDetectorRef;
|
@@ -1,13 +1,9 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { TemplateRef } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AXBreadCrumbsComponent extends
|
5
|
-
_divider: TemplateRef<any>;
|
4
|
+
export declare class AXBreadCrumbsComponent extends MXBaseComponent {
|
5
|
+
protected _divider: TemplateRef<any>;
|
6
6
|
dividerTemplate: TemplateRef<any>;
|
7
|
-
/**
|
8
|
-
* @ignore
|
9
|
-
*/
|
10
|
-
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
|
12
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, ["_divider"], ["ax-breadcrumbs-item"], false, never>;
|
13
9
|
}
|
@@ -4,9 +4,9 @@ import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChange
|
|
4
4
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
7
|
-
"__#
|
7
|
+
"__#37860@#disabled": boolean;
|
8
8
|
disabled: boolean;
|
9
|
-
"__#
|
9
|
+
"__#37860@#tabIndex": number;
|
10
10
|
tabIndex: number;
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -15,9 +15,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
15
15
|
focus(): void;
|
16
16
|
hasFocus(): boolean;
|
17
17
|
id: string;
|
18
|
-
"__#
|
18
|
+
"__#37857@#rtl": boolean;
|
19
19
|
rtl: boolean;
|
20
|
-
"__#
|
20
|
+
"__#37857@#elementRef": ElementRef<any>;
|
21
21
|
_cdr: ChangeDetectorRef;
|
22
22
|
_isInited: boolean;
|
23
23
|
_isRendered: boolean;
|
@@ -44,9 +44,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
44
44
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
45
45
|
look: import("@acorex/components/common").AXStyleLookType;
|
46
46
|
id: string;
|
47
|
-
"__#
|
47
|
+
"__#37857@#rtl": boolean;
|
48
48
|
rtl: boolean;
|
49
|
-
"__#
|
49
|
+
"__#37857@#elementRef": ElementRef<any>;
|
50
50
|
_cdr: ChangeDetectorRef;
|
51
51
|
_isInited: boolean;
|
52
52
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
3
3
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#37860@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#37860@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#37857@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#37857@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#37857@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#37857@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -2,9 +2,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
2
2
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
5
|
-
"__#
|
5
|
+
"__#37860@#disabled": boolean;
|
6
6
|
disabled: boolean;
|
7
|
-
"__#
|
7
|
+
"__#37860@#tabIndex": number;
|
8
8
|
tabIndex: number;
|
9
9
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
10
10
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -13,9 +13,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
13
13
|
focus(): void;
|
14
14
|
hasFocus(): boolean;
|
15
15
|
id: string;
|
16
|
-
"__#
|
16
|
+
"__#37857@#rtl": boolean;
|
17
17
|
rtl: boolean;
|
18
|
-
"__#
|
18
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
19
19
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
20
20
|
_isInited: boolean;
|
21
21
|
_isRendered: boolean;
|
@@ -38,9 +38,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
38
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
39
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
40
40
|
id: string;
|
41
|
-
"__#
|
41
|
+
"__#37857@#rtl": boolean;
|
42
42
|
rtl: boolean;
|
43
|
-
"__#
|
43
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
44
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
45
45
|
_isInited: boolean;
|
46
46
|
_isRendered: boolean;
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
6
6
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
9
|
-
"__#
|
9
|
+
"__#37860@#disabled": boolean;
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#37860@#tabIndex": number;
|
12
12
|
tabIndex: number;
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -17,9 +17,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
17
17
|
focus(): void;
|
18
18
|
hasFocus(): boolean;
|
19
19
|
id: string;
|
20
|
-
"__#
|
20
|
+
"__#37857@#rtl": boolean;
|
21
21
|
rtl: boolean;
|
22
|
-
"__#
|
22
|
+
"__#37857@#elementRef": ElementRef<any>;
|
23
23
|
_cdr: ChangeDetectorRef;
|
24
24
|
_isInited: boolean;
|
25
25
|
_isRendered: boolean;
|
@@ -58,9 +58,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
58
58
|
open(): void;
|
59
59
|
readonly isOpen: boolean;
|
60
60
|
id: string;
|
61
|
-
"__#
|
61
|
+
"__#37857@#rtl": boolean;
|
62
62
|
rtl: boolean;
|
63
|
-
"__#
|
63
|
+
"__#37857@#elementRef": ElementRef<any>;
|
64
64
|
_cdr: ChangeDetectorRef;
|
65
65
|
_isInited: boolean;
|
66
66
|
_isRendered: boolean;
|
@@ -81,17 +81,17 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
81
81
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
82
82
|
valueChange: import("@angular/core").EventEmitter<any>;
|
83
83
|
stateChange: import("@angular/core").EventEmitter<import("@acorex/components/mixin").AXComponentState>;
|
84
|
-
"__#
|
84
|
+
"__#37861@#readonly": boolean;
|
85
85
|
readonly: boolean;
|
86
|
-
"__#
|
86
|
+
"__#37861@#allowNull": boolean;
|
87
87
|
allowNull: boolean;
|
88
|
-
"__#
|
88
|
+
"__#37861@#name": string;
|
89
89
|
name: string;
|
90
|
-
"__#
|
90
|
+
"__#37861@#isUserInteraction": boolean;
|
91
91
|
readonly isUserInteraction: boolean;
|
92
|
-
"__#
|
92
|
+
"__#37861@#value": any;
|
93
93
|
value: any;
|
94
|
-
"__#
|
94
|
+
"__#37861@#state": import("@acorex/components/mixin").AXComponentState;
|
95
95
|
state: import("@acorex/components/mixin").AXComponentState;
|
96
96
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
97
97
|
_internalSetValue(value: any): any;
|
@@ -108,9 +108,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
108
108
|
validate(): Promise<any>;
|
109
109
|
_setState(state: import("@acorex/components/mixin").AXComponentState, ...args: any[]): void;
|
110
110
|
id: string;
|
111
|
-
"__#
|
111
|
+
"__#37857@#rtl": boolean;
|
112
112
|
rtl: boolean;
|
113
|
-
"__#
|
113
|
+
"__#37857@#elementRef": ElementRef<any>;
|
114
114
|
_cdr: ChangeDetectorRef;
|
115
115
|
_isInited: boolean;
|
116
116
|
_isRendered: boolean;
|
@@ -138,9 +138,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
138
138
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
139
139
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
140
140
|
id: string;
|
141
|
-
"__#
|
141
|
+
"__#37857@#rtl": boolean;
|
142
142
|
rtl: boolean;
|
143
|
-
"__#
|
143
|
+
"__#37857@#elementRef": ElementRef<any>;
|
144
144
|
_cdr: ChangeDetectorRef;
|
145
145
|
_isInited: boolean;
|
146
146
|
_isRendered: boolean;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from "@angular/core";
|
1
|
+
import { ChangeDetectorRef, EventEmitter, ViewContainerRef } from "@angular/core";
|
2
2
|
import { AXOptionChangedEvent } from "../classes/events.class";
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export type MXComponentOptionChanging = {
|
4
5
|
name: string;
|
5
6
|
value?: any;
|
@@ -11,18 +12,22 @@ export type MXComponentSetOption = {
|
|
11
12
|
beforeCallback?: (oldValue?: any, newValue?: any) => void;
|
12
13
|
};
|
13
14
|
export type AXComponentState = 'clear' | 'success' | 'error';
|
14
|
-
export declare class MXBaseComponent {
|
15
|
+
export declare abstract class MXBaseComponent {
|
15
16
|
id: string;
|
16
17
|
private _cdr;
|
17
18
|
private _elementRef;
|
19
|
+
private _viewRef;
|
18
20
|
protected get cdr(): ChangeDetectorRef;
|
19
21
|
getHostElement<T = HTMLElement>(): T;
|
22
|
+
protected getViewContainer(): ViewContainerRef;
|
20
23
|
protected onOptionChanging(option: MXComponentOptionChanging): any;
|
21
24
|
protected onOptionChanged: EventEmitter<AXOptionChangedEvent>;
|
22
25
|
protected setOption(option: MXComponentSetOption): void;
|
23
26
|
private _rtl;
|
24
27
|
get rtl(): boolean;
|
25
28
|
set rtl(value: boolean);
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MXBaseComponent, never>;
|
30
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MXBaseComponent>;
|
26
31
|
}
|
27
32
|
export declare const BASE_INPUTS: string[];
|
28
33
|
export declare const BASE_OUTPUT: any[];
|