@acorex/components 19.10.0-next.1 → 19.10.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avatar/lib/avatar.component.d.ts +3 -2
- package/badge/lib/badge.component.d.ts +2 -2
- package/button/lib/button.component.d.ts +1 -6
- package/button-group/lib/button-group-item.component.d.ts +3 -1
- package/button-group/lib/button-group.component.d.ts +6 -7
- package/button-group/lib/button-group.module.d.ts +2 -1
- package/chips/lib/chips.component.d.ts +11 -7
- package/color-box/lib/color-box.component.d.ts +5 -1
- package/color-palette/lib/color-palette-picker.component.d.ts +19 -14
- package/color-palette/lib/color-palette.module.d.ts +2 -1
- package/common/lib/classes/styles.class.d.ts +6 -4
- package/common/lib/components/button-base-component.class.d.ts +0 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +0 -10
- package/datetime-picker/lib/datetime-picker.module.d.ts +2 -1
- package/decorators/index.d.ts +6 -4
- package/decorators/lib/components/color-indicator/color-indicator.component.d.ts +6 -0
- package/decorators/lib/components/generic-content.component.d.ts +1 -1
- package/decorators/lib/components/heading/heading.component.d.ts +11 -0
- package/decorators/lib/decorators.module.d.ts +8 -6
- package/dialog/lib/dialog.component.d.ts +2 -0
- package/dropdown-button/lib/dropdown-button.component.d.ts +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +3 -3
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +3 -3
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +4 -4
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +5 -4
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +5 -5
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +2 -2
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +2 -2
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +167 -163
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +19 -22
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +4 -4
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +3 -3
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +11 -9
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +6 -6
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +4 -4
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +11 -4
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +344 -326
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +10 -10
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +10 -19
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +16 -16
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +9 -17
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +46 -131
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +10 -8
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +2 -3
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +4 -4
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +17 -23
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +50 -21
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +11 -4
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +5 -5
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +6 -12
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +1 -1
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +5 -5
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +10 -3
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +2 -2
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +42 -57
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +2 -2
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +2 -2
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +56 -0
- package/fesm2022/acorex-components-kbd.mjs.map +1 -0
- package/fesm2022/acorex-components-label.mjs +2 -2
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +2 -2
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +2 -2
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +19 -22
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +5 -5
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +8 -13
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-navbar.mjs +3 -3
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +4 -4
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +6 -20
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +2 -2
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +25 -20
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +4 -4
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +2 -2
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +128 -233
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +2 -2
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +22 -22
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +237 -0
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -0
- package/fesm2022/acorex-components-rail-navigation.mjs +3 -3
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -26
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +6 -6
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +2 -2
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +2 -2
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +11 -11
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +19 -10
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +5 -3
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +2 -2
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +8 -17
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +2 -2
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +2 -2
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +165 -0
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -0
- package/fesm2022/acorex-components-step-wizard.mjs +2 -2
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +8 -3
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +5 -5
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +3 -3
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +6 -3
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +2 -2
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +7 -7
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +4 -4
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +3 -12
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +2 -2
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +4 -4
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +6 -6
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +25 -25
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/form/lib/form.component.d.ts +3 -2
- package/image-editor/index.d.ts +0 -1
- package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +22 -3
- package/image-editor/lib/image-editor.module.d.ts +16 -17
- package/kbd/README.md +3 -0
- package/kbd/index.d.ts +3 -0
- package/kbd/lib/kbd-item/kbd-item.component.d.ts +7 -0
- package/kbd/lib/kbd.component.d.ts +7 -0
- package/kbd/lib/kbd.module.d.ts +9 -0
- package/loading/lib/loading-spinner.component.d.ts +6 -2
- package/menu/lib/menu-item.component.d.ts +2 -1
- package/notification/lib/notification.service.d.ts +1 -1
- package/number-box/lib/number-box.component.d.ts +1 -1
- package/package.json +13 -1
- package/paint/lib/paint/paint-view/paint-view.component.d.ts +7 -6
- package/picker/index.d.ts +3 -2
- package/picker/lib/picker-container/picker-container.component.d.ts +7 -0
- package/picker/lib/picker-items/picker-items.component.d.ts +20 -0
- package/picker/lib/picker-title/picker-title.component.d.ts +5 -0
- package/picker/lib/picker.module.d.ts +6 -4
- package/progress-bar/lib/progress-bar.component.d.ts +19 -19
- package/query-builder/README.md +3 -0
- package/query-builder/index.d.ts +2 -0
- package/query-builder/lib/query-builder.component.d.ts +32 -0
- package/query-builder/lib/query-builder.module.d.ts +15 -0
- package/range-slider/lib/range-slider.component.d.ts +1 -1
- package/scheduler/lib/scheduler-month-view.component.d.ts +6 -6
- package/search-box/lib/search-box.component.d.ts +5 -1
- package/select-box/lib/select-box.component.d.ts +1 -1
- package/side-menu/lib/side-menu-item/side-menu-item.component.d.ts +3 -6
- package/side-menu/lib/side-menu.component.d.ts +1 -2
- package/sliding-item/README.md +3 -0
- package/sliding-item/index.d.ts +4 -0
- package/sliding-item/lib/sliding-item/sliding-item.component.d.ts +13 -0
- package/sliding-item/lib/sliding-item-prefix/sliding-item-prefix.component.d.ts +11 -0
- package/sliding-item/lib/sliding-item-suffix/sliding-item-suffix.component.d.ts +11 -0
- package/sliding-item/lib/sliding-item.module.d.ts +11 -0
- package/tabs/lib/tabs.class.d.ts +1 -1
- package/text-area/lib/text-area.component.d.ts +5 -1
- package/time-line/lib/time-line.component.d.ts +1 -1
- package/toast/lib/toast.service.d.ts +1 -1
- package/toolbar/lib/toolbar.component.d.ts +1 -3
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +2 -2
- package/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.d.ts +0 -27
- package/picker/lib/picker-column.directive.d.ts +0 -16
- package/picker/lib/picker.component.d.ts +0 -61
- /package/decorators/lib/components/{clear-button.component.d.ts → clear-button/clear-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{close-button.component.d.ts → close-button/close-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{full-screen-button.component.d.ts → full-screen/full-screen-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{icon.component.d.ts → icon/icon.component.d.ts} +0 -0
|
@@ -9,18 +9,16 @@ import * as i3 from '@acorex/components/decorators';
|
|
|
9
9
|
import { AXDecoratorModule } from '@acorex/components/decorators';
|
|
10
10
|
import * as i1 from '@angular/common';
|
|
11
11
|
import { CommonModule } from '@angular/common';
|
|
12
|
-
import * as i1$1 from '@
|
|
13
|
-
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
|
14
|
-
import * as i2 from '@acorex/components/number-box';
|
|
15
|
-
import { AXNumberBoxModule } from '@acorex/components/number-box';
|
|
16
|
-
import * as i1$2 from '@acorex/components/button';
|
|
12
|
+
import * as i1$1 from '@acorex/components/button';
|
|
17
13
|
import { AXButtonModule } from '@acorex/components/button';
|
|
18
14
|
import * as i4 from '@acorex/components/skeleton';
|
|
19
15
|
import { AXSkeletonModule } from '@acorex/components/skeleton';
|
|
20
|
-
import * as i2
|
|
16
|
+
import * as i2 from '@acorex/components/dropdown';
|
|
21
17
|
import { AXDropdownModule } from '@acorex/components/dropdown';
|
|
22
18
|
import { isNumber, isEqual, cloneDeep } from 'lodash-es';
|
|
19
|
+
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
|
23
20
|
import { AXButtonGroupModule } from '@acorex/components/button-group';
|
|
21
|
+
import { AXNumberBoxModule } from '@acorex/components/number-box';
|
|
24
22
|
|
|
25
23
|
class AXDataPagerChangedEvent extends AXEvent {
|
|
26
24
|
constructor() {
|
|
@@ -97,17 +95,17 @@ class AXDataPagerInfoComponent extends AXDataPagerChild {
|
|
|
97
95
|
}
|
|
98
96
|
}
|
|
99
97
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerInfoComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXDataPagerInfoComponent, isStandalone: false, selector: "ax-data-pager-info", inputs: { text: "text" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template:
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXDataPagerInfoComponent, isStandalone: false, selector: "ax-data-pager-info", inputs: { text: "text" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `<ax-text> {{ _textFormatted | translate | async }}</ax-text>`, isInline: true, dependencies: [{ kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3$1.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
101
99
|
}
|
|
102
100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
|
|
103
101
|
type: Component,
|
|
104
102
|
args: [{
|
|
105
103
|
selector: 'ax-data-pager-info',
|
|
106
|
-
template:
|
|
104
|
+
template: `<ax-text> {{ _textFormatted | translate | async }}</ax-text>`,
|
|
107
105
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
106
|
encapsulation: ViewEncapsulation.None,
|
|
109
107
|
providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber],
|
|
110
|
-
standalone: false
|
|
108
|
+
standalone: false,
|
|
111
109
|
}]
|
|
112
110
|
}], propDecorators: { text: [{
|
|
113
111
|
type: Input
|
|
@@ -155,7 +153,7 @@ class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
|
|
|
155
153
|
},
|
|
156
154
|
AXUnsubscriber,
|
|
157
155
|
], usesInheritance: true, ngImport: i0, template: `
|
|
158
|
-
<ax-number-box
|
|
156
|
+
<!-- <ax-number-box
|
|
159
157
|
class="ax-sm"
|
|
160
158
|
[disabled]="_parent.disabled"
|
|
161
159
|
[readonly]="_parent.readonly"
|
|
@@ -165,15 +163,15 @@ class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
|
|
|
165
163
|
[minValue]="1"
|
|
166
164
|
[maxValue]="_totalPages"
|
|
167
165
|
>
|
|
168
|
-
</ax-number-box>
|
|
169
|
-
`, isInline: true,
|
|
166
|
+
</ax-number-box> -->
|
|
167
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
170
168
|
}
|
|
171
169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
|
|
172
170
|
type: Component,
|
|
173
171
|
args: [{
|
|
174
172
|
selector: 'ax-data-pager-input-selector',
|
|
175
173
|
template: `
|
|
176
|
-
<ax-number-box
|
|
174
|
+
<!-- <ax-number-box
|
|
177
175
|
class="ax-sm"
|
|
178
176
|
[disabled]="_parent.disabled"
|
|
179
177
|
[readonly]="_parent.readonly"
|
|
@@ -183,7 +181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
183
181
|
[minValue]="1"
|
|
184
182
|
[maxValue]="_totalPages"
|
|
185
183
|
>
|
|
186
|
-
</ax-number-box>
|
|
184
|
+
</ax-number-box> -->
|
|
187
185
|
`,
|
|
188
186
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
189
187
|
encapsulation: ViewEncapsulation.None,
|
|
@@ -194,7 +192,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
194
192
|
},
|
|
195
193
|
AXUnsubscriber,
|
|
196
194
|
],
|
|
197
|
-
standalone: false
|
|
195
|
+
standalone: false,
|
|
198
196
|
}]
|
|
199
197
|
}] });
|
|
200
198
|
|
|
@@ -215,8 +213,7 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
215
213
|
* @ignore
|
|
216
214
|
*/
|
|
217
215
|
applyParent() {
|
|
218
|
-
this.disabled =
|
|
219
|
-
this._parent.displayInfo.page == this._parent.displayInfo.totalPages || this._parent.disabled;
|
|
216
|
+
this.disabled = this._parent.displayInfo.page == this._parent.displayInfo.totalPages || this._parent.disabled;
|
|
220
217
|
}
|
|
221
218
|
/**
|
|
222
219
|
* @ignore
|
|
@@ -236,13 +233,7 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
236
233
|
}
|
|
237
234
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerNextButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
238
235
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXDataPagerNextButtonsComponent, isStandalone: false, selector: "ax-data-pager-next-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerNextButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
239
|
-
<ax-button
|
|
240
|
-
[disabled]="disabled"
|
|
241
|
-
look="blank"
|
|
242
|
-
class="ax-sm"
|
|
243
|
-
title="Go to the next page"
|
|
244
|
-
(onClick)="_emitOnNextPageClick($event)"
|
|
245
|
-
>
|
|
236
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the next page" (onClick)="_emitOnNextPageClick($event)">
|
|
246
237
|
<ax-icon
|
|
247
238
|
class="ax-icon ax-text-xl"
|
|
248
239
|
[ngClass]="{
|
|
@@ -251,32 +242,17 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
251
242
|
}"
|
|
252
243
|
></ax-icon>
|
|
253
244
|
</ax-button>
|
|
254
|
-
<ax-button
|
|
255
|
-
[
|
|
256
|
-
look="blank"
|
|
257
|
-
class="ax-sm"
|
|
258
|
-
title="Go to the last page"
|
|
259
|
-
(onClick)="_emitOnLastPageClick($event)"
|
|
260
|
-
>
|
|
261
|
-
<ax-icon
|
|
262
|
-
class="ax-icon ax-text-xl"
|
|
263
|
-
[ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"
|
|
264
|
-
></ax-icon>
|
|
245
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the last page" (onClick)="_emitOnLastPageClick($event)">
|
|
246
|
+
<ax-icon class="ax-icon ax-text-xl" [ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"></ax-icon>
|
|
265
247
|
</ax-button>
|
|
266
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$
|
|
248
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
267
249
|
}
|
|
268
250
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerNextButtonsComponent, decorators: [{
|
|
269
251
|
type: Component,
|
|
270
252
|
args: [{
|
|
271
253
|
selector: 'ax-data-pager-next-buttons',
|
|
272
254
|
template: `
|
|
273
|
-
<ax-button
|
|
274
|
-
[disabled]="disabled"
|
|
275
|
-
look="blank"
|
|
276
|
-
class="ax-sm"
|
|
277
|
-
title="Go to the next page"
|
|
278
|
-
(onClick)="_emitOnNextPageClick($event)"
|
|
279
|
-
>
|
|
255
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the next page" (onClick)="_emitOnNextPageClick($event)">
|
|
280
256
|
<ax-icon
|
|
281
257
|
class="ax-icon ax-text-xl"
|
|
282
258
|
[ngClass]="{
|
|
@@ -285,17 +261,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
285
261
|
}"
|
|
286
262
|
></ax-icon>
|
|
287
263
|
</ax-button>
|
|
288
|
-
<ax-button
|
|
289
|
-
[
|
|
290
|
-
look="blank"
|
|
291
|
-
class="ax-sm"
|
|
292
|
-
title="Go to the last page"
|
|
293
|
-
(onClick)="_emitOnLastPageClick($event)"
|
|
294
|
-
>
|
|
295
|
-
<ax-icon
|
|
296
|
-
class="ax-icon ax-text-xl"
|
|
297
|
-
[ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"
|
|
298
|
-
></ax-icon>
|
|
264
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the last page" (onClick)="_emitOnLastPageClick($event)">
|
|
265
|
+
<ax-icon class="ax-icon ax-text-xl" [ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"></ax-icon>
|
|
299
266
|
</ax-button>
|
|
300
267
|
`,
|
|
301
268
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -378,12 +345,7 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
378
345
|
},
|
|
379
346
|
AXUnsubscriber,
|
|
380
347
|
], usesInheritance: true, ngImport: i0, template: `
|
|
381
|
-
<ax-button
|
|
382
|
-
class="ax-sm"
|
|
383
|
-
[disabled]="_currentPage === 1 || _parent.disabled"
|
|
384
|
-
look="blank"
|
|
385
|
-
(onClick)="_handleOnItemClick({ data: 1 })"
|
|
386
|
-
>
|
|
348
|
+
<ax-button class="ax-sm" [disabled]="_currentPage === 1 || _parent.disabled" look="blank" (onClick)="_handleOnItemClick({ data: 1 })">
|
|
387
349
|
<ax-icon
|
|
388
350
|
class="ax-icon"
|
|
389
351
|
[ngClass]="{
|
|
@@ -396,9 +358,9 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
396
358
|
@if (!_parent.isLoading) {
|
|
397
359
|
@for (item of _items; track $index) {
|
|
398
360
|
<ax-button
|
|
399
|
-
class="ax-
|
|
361
|
+
class="ax-data-pager-num-button"
|
|
400
362
|
[disabled]="_parent.disabled"
|
|
401
|
-
[color]="_currentPage === item.data ? 'primary' : '
|
|
363
|
+
[color]="_currentPage === item.data ? 'primary' : 'default'"
|
|
402
364
|
[look]="_currentPage === item.data ? 'solid' : 'blank'"
|
|
403
365
|
[text]="item.text"
|
|
404
366
|
(onClick)="_handleOnItemClick(item)"
|
|
@@ -412,12 +374,7 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
412
374
|
<ax-skeleton></ax-skeleton>
|
|
413
375
|
}
|
|
414
376
|
|
|
415
|
-
<ax-button
|
|
416
|
-
class="ax-sm"
|
|
417
|
-
[disabled]="_currentPage === _lastPage || _parent.disabled"
|
|
418
|
-
look="blank"
|
|
419
|
-
(onClick)="_handleOnItemClick({ data: _lastPage })"
|
|
420
|
-
>
|
|
377
|
+
<ax-button class="ax-sm" [disabled]="_currentPage === _lastPage || _parent.disabled" look="blank" (onClick)="_handleOnItemClick({ data: _lastPage })">
|
|
421
378
|
<ax-icon
|
|
422
379
|
class="ax-icon"
|
|
423
380
|
[ngClass]="{
|
|
@@ -426,19 +383,14 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
426
383
|
}"
|
|
427
384
|
></ax-icon>
|
|
428
385
|
</ax-button>
|
|
429
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$
|
|
386
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i4.AXSkeletonComponent, selector: "ax-skeleton", inputs: ["animated"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
430
387
|
}
|
|
431
388
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerNumericSelectorComponent, decorators: [{
|
|
432
389
|
type: Component,
|
|
433
390
|
args: [{
|
|
434
391
|
selector: 'ax-data-pager-numeric-selector',
|
|
435
392
|
template: `
|
|
436
|
-
<ax-button
|
|
437
|
-
class="ax-sm"
|
|
438
|
-
[disabled]="_currentPage === 1 || _parent.disabled"
|
|
439
|
-
look="blank"
|
|
440
|
-
(onClick)="_handleOnItemClick({ data: 1 })"
|
|
441
|
-
>
|
|
393
|
+
<ax-button class="ax-sm" [disabled]="_currentPage === 1 || _parent.disabled" look="blank" (onClick)="_handleOnItemClick({ data: 1 })">
|
|
442
394
|
<ax-icon
|
|
443
395
|
class="ax-icon"
|
|
444
396
|
[ngClass]="{
|
|
@@ -451,9 +403,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
451
403
|
@if (!_parent.isLoading) {
|
|
452
404
|
@for (item of _items; track $index) {
|
|
453
405
|
<ax-button
|
|
454
|
-
class="ax-
|
|
406
|
+
class="ax-data-pager-num-button"
|
|
455
407
|
[disabled]="_parent.disabled"
|
|
456
|
-
[color]="_currentPage === item.data ? 'primary' : '
|
|
408
|
+
[color]="_currentPage === item.data ? 'primary' : 'default'"
|
|
457
409
|
[look]="_currentPage === item.data ? 'solid' : 'blank'"
|
|
458
410
|
[text]="item.text"
|
|
459
411
|
(onClick)="_handleOnItemClick(item)"
|
|
@@ -467,12 +419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
467
419
|
<ax-skeleton></ax-skeleton>
|
|
468
420
|
}
|
|
469
421
|
|
|
470
|
-
<ax-button
|
|
471
|
-
class="ax-sm"
|
|
472
|
-
[disabled]="_currentPage === _lastPage || _parent.disabled"
|
|
473
|
-
look="blank"
|
|
474
|
-
(onClick)="_handleOnItemClick({ data: _lastPage })"
|
|
475
|
-
>
|
|
422
|
+
<ax-button class="ax-sm" [disabled]="_currentPage === _lastPage || _parent.disabled" look="blank" (onClick)="_handleOnItemClick({ data: _lastPage })">
|
|
476
423
|
<ax-icon
|
|
477
424
|
class="ax-icon"
|
|
478
425
|
[ngClass]="{
|
|
@@ -548,12 +495,11 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
|
548
495
|
}
|
|
549
496
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerPageSizesComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
550
497
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXDataPagerPageSizesComponent, isStandalone: false, selector: "ax-data-pager-page-sizes", inputs: { sizes: "sizes" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPageSizesComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
551
|
-
<ax-button [text]="_size"
|
|
498
|
+
<ax-button [text]="_size" [disabled]="_parent.disabled">
|
|
552
499
|
<ax-dropdown-panel>
|
|
553
500
|
<ax-button-item-list (onItemClick)="_emitOnItemClick($event)">
|
|
554
501
|
@for (item of _items; track $index) {
|
|
555
|
-
<ax-button-item [text]="item.text" [data]="item.data" [selected]="item.selected">
|
|
556
|
-
</ax-button-item>
|
|
502
|
+
<ax-button-item color="default" [text]="item.text" [data]="item.data" [selected]="item.selected"> </ax-button-item>
|
|
557
503
|
}
|
|
558
504
|
</ax-button-item-list>
|
|
559
505
|
</ax-dropdown-panel>
|
|
@@ -562,19 +508,18 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
|
562
508
|
</ax-suffix>
|
|
563
509
|
</ax-button>
|
|
564
510
|
<!-- <span >items per page</span> -->
|
|
565
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1$
|
|
511
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: i1$1.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i1$1.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "component", type: i2.AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: ["isOpen", "fitParent", "dropdownWidth", "position", "_target", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
566
512
|
}
|
|
567
513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerPageSizesComponent, decorators: [{
|
|
568
514
|
type: Component,
|
|
569
515
|
args: [{
|
|
570
516
|
selector: 'ax-data-pager-page-sizes',
|
|
571
517
|
template: `
|
|
572
|
-
<ax-button [text]="_size"
|
|
518
|
+
<ax-button [text]="_size" [disabled]="_parent.disabled">
|
|
573
519
|
<ax-dropdown-panel>
|
|
574
520
|
<ax-button-item-list (onItemClick)="_emitOnItemClick($event)">
|
|
575
521
|
@for (item of _items; track $index) {
|
|
576
|
-
<ax-button-item [text]="item.text" [data]="item.data" [selected]="item.selected">
|
|
577
|
-
</ax-button-item>
|
|
522
|
+
<ax-button-item color="default" [text]="item.text" [data]="item.data" [selected]="item.selected"> </ax-button-item>
|
|
578
523
|
}
|
|
579
524
|
</ax-button-item-list>
|
|
580
525
|
</ax-dropdown-panel>
|
|
@@ -588,7 +533,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
588
533
|
encapsulation: ViewEncapsulation.None,
|
|
589
534
|
outputs: [],
|
|
590
535
|
providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPageSizesComponent }, AXUnsubscriber],
|
|
591
|
-
standalone: false
|
|
536
|
+
standalone: false,
|
|
592
537
|
}]
|
|
593
538
|
}], propDecorators: { sizes: [{
|
|
594
539
|
type: Input
|
|
@@ -631,25 +576,10 @@ class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
|
631
576
|
}
|
|
632
577
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerPrevButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
633
578
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXDataPagerPrevButtonsComponent, isStandalone: false, selector: "ax-data-pager-prev-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPrevButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
634
|
-
<ax-button
|
|
635
|
-
[
|
|
636
|
-
look="blank"
|
|
637
|
-
class="ax-sm"
|
|
638
|
-
title="Go to the last page"
|
|
639
|
-
(onClick)="_emitOnFirstPageClick($event)"
|
|
640
|
-
>
|
|
641
|
-
<ax-icon
|
|
642
|
-
class="ax-icon ax-text-xl"
|
|
643
|
-
[ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"
|
|
644
|
-
></ax-icon>
|
|
579
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the last page" (onClick)="_emitOnFirstPageClick($event)">
|
|
580
|
+
<ax-icon class="ax-icon ax-text-xl" [ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"></ax-icon>
|
|
645
581
|
</ax-button>
|
|
646
|
-
<ax-button
|
|
647
|
-
[disabled]="disabled"
|
|
648
|
-
look="blank"
|
|
649
|
-
class="ax-sm"
|
|
650
|
-
title="Go to the next page"
|
|
651
|
-
(onClick)="_emitOnPrevPageClick($event)"
|
|
652
|
-
>
|
|
582
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the next page" (onClick)="_emitOnPrevPageClick($event)">
|
|
653
583
|
<ax-icon
|
|
654
584
|
class="ax-icon ax-text-xl"
|
|
655
585
|
[ngClass]="{
|
|
@@ -658,32 +588,17 @@ class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
|
658
588
|
}"
|
|
659
589
|
></ax-icon>
|
|
660
590
|
</ax-button>
|
|
661
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$
|
|
591
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
662
592
|
}
|
|
663
593
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerPrevButtonsComponent, decorators: [{
|
|
664
594
|
type: Component,
|
|
665
595
|
args: [{
|
|
666
596
|
selector: 'ax-data-pager-prev-buttons',
|
|
667
597
|
template: `
|
|
668
|
-
<ax-button
|
|
669
|
-
[
|
|
670
|
-
look="blank"
|
|
671
|
-
class="ax-sm"
|
|
672
|
-
title="Go to the last page"
|
|
673
|
-
(onClick)="_emitOnFirstPageClick($event)"
|
|
674
|
-
>
|
|
675
|
-
<ax-icon
|
|
676
|
-
class="ax-icon ax-text-xl"
|
|
677
|
-
[ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"
|
|
678
|
-
></ax-icon>
|
|
598
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the last page" (onClick)="_emitOnFirstPageClick($event)">
|
|
599
|
+
<ax-icon class="ax-icon ax-text-xl" [ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"></ax-icon>
|
|
679
600
|
</ax-button>
|
|
680
|
-
<ax-button
|
|
681
|
-
[disabled]="disabled"
|
|
682
|
-
look="blank"
|
|
683
|
-
class="ax-sm"
|
|
684
|
-
title="Go to the next page"
|
|
685
|
-
(onClick)="_emitOnPrevPageClick($event)"
|
|
686
|
-
>
|
|
601
|
+
<ax-button [disabled]="disabled" look="blank" class="ax-sm" title="Go to the next page" (onClick)="_emitOnPrevPageClick($event)">
|
|
687
602
|
<ax-icon
|
|
688
603
|
class="ax-icon ax-text-xl"
|
|
689
604
|
[ngClass]="{
|
|
@@ -696,7 +611,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
696
611
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
697
612
|
encapsulation: ViewEncapsulation.None,
|
|
698
613
|
providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPrevButtonsComponent }, AXUnsubscriber],
|
|
699
|
-
standalone: false
|
|
614
|
+
standalone: false,
|
|
700
615
|
}]
|
|
701
616
|
}] });
|
|
702
617
|
|
|
@@ -950,7 +865,7 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
950
865
|
useExisting: forwardRef(() => AXDataPagerComponent),
|
|
951
866
|
multi: true,
|
|
952
867
|
},
|
|
953
|
-
], usesInheritance: true, ngImport: i0, template: "@switch (displayMode) {\n @case ('full') {\n <ax-prefix class=\"ax-full-prefix\">\n <ax-data-pager-numeric-selector> </ax-data-pager-numeric-selector>\n <ax-data-pager-page-sizes> </ax-data-pager-page-sizes>\n </ax-prefix>\n <ax-suffix class=\"ax-full-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-prefix class=\"ax-compact-prefix\">\n <ax-data-pager-prev-buttons> </ax-data-pager-prev-buttons>\n <ax-data-pager-input-selector> </ax-data-pager-input-selector>\n <ax-data-pager-next-buttons> </ax-data-pager-next-buttons>\n </ax-prefix>\n <ax-suffix class=\"ax-compact-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @default {\n <ng-content select=\"ax-prefix\"></ng-content>\n <ng-content select=\"ax-suffix\"></ng-content>\n }\n}\n", styles: ["html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-first-page,html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-last-page{rotate:180deg}ax-data-pager{display:flex;flex-wrap:nowrap;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;font-size:.875rem;line-height:1.25rem;overflow-x:auto}ax-data-pager ax-button-group{display:flex!important;gap:1rem!important;border-radius:0!important;border-width:0px!important}ax-data-pager ax-button-group ax-button-item{border-radius:0!important;border-width:0px!important;padding:0!important}ax-data-pager ax-button-group ax-button-item.ax-state-selected{border-width:1px!important}ax-data-pager ax-data-pager-input-selector .ax-input{width:4rem!important;max-width:10rem!important;text-align:center!important}ax-data-pager ax-data-pager-next-buttons,ax-data-pager ax-data-pager-prev-buttons,ax-data-pager ax-data-pager-numeric-selector{margin-inline-end:.5rem}ax-data-pager ax-data-pager-next-buttons ax-skeleton,ax-data-pager ax-data-pager-prev-buttons ax-skeleton,ax-data-pager ax-data-pager-numeric-selector ax-skeleton{width:
|
|
868
|
+
], usesInheritance: true, ngImport: i0, template: "@switch (displayMode) {\n @case ('full') {\n <ax-prefix class=\"ax-full-prefix\">\n <ax-data-pager-numeric-selector> </ax-data-pager-numeric-selector>\n <ax-data-pager-page-sizes> </ax-data-pager-page-sizes>\n </ax-prefix>\n <ax-suffix class=\"ax-full-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-prefix class=\"ax-compact-prefix\">\n <ax-data-pager-prev-buttons> </ax-data-pager-prev-buttons>\n <ax-data-pager-input-selector> </ax-data-pager-input-selector>\n <ax-data-pager-next-buttons> </ax-data-pager-next-buttons>\n </ax-prefix>\n <ax-suffix class=\"ax-compact-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @default {\n <ng-content select=\"ax-prefix\"></ng-content>\n <ng-content select=\"ax-suffix\"></ng-content>\n }\n}\n", styles: ["html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-first-page,html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-last-page{rotate:180deg}ax-data-pager{display:flex;flex-wrap:nowrap;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;font-size:.875rem;line-height:1.25rem;overflow-x:auto}ax-data-pager ax-button-group{display:flex!important;gap:1rem!important;border-radius:0!important;border-width:0px!important}ax-data-pager ax-button-group ax-button-item{border-radius:0!important;border-width:0px!important;padding:0!important}ax-data-pager ax-button-group ax-button-item.ax-state-selected{border-width:1px!important}ax-data-pager ax-data-pager-input-selector .ax-input{width:4rem!important;max-width:10rem!important;text-align:center!important}ax-data-pager ax-data-pager-next-buttons,ax-data-pager ax-data-pager-prev-buttons,ax-data-pager ax-data-pager-numeric-selector{margin-inline-end:.5rem}ax-data-pager ax-data-pager-next-buttons ax-skeleton,ax-data-pager ax-data-pager-prev-buttons ax-skeleton,ax-data-pager ax-data-pager-numeric-selector ax-skeleton{width:7rem;border-radius:var(--ax-sys-border-radius)}ax-data-pager ax-data-pager-next-buttons .ax-data-pager-num-button,ax-data-pager ax-data-pager-prev-buttons .ax-data-pager-num-button,ax-data-pager ax-data-pager-numeric-selector .ax-data-pager-num-button{margin-inline:.2rem}ax-data-pager ax-data-pager-numeric-selector{display:flex;flex-wrap:nowrap}ax-data-pager .ax-full-prefix,ax-data-pager .ax-full-suffix{display:flex}ax-data-pager .ax-compact-prefix{display:flex}ax-data-pager .ax-compact-prefix ax-data-pager-next-buttons,ax-data-pager .ax-compact-prefix ax-data-pager-prev-buttons{display:flex;flex-wrap:nowrap}ax-data-pager ax-data-pager-info ax-text{color:rgb(var(--ax-sys-color-ghost-surface));white-space:nowrap;margin-inline-end:.2rem}\n"], dependencies: [{ kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXDataPagerNextButtonsComponent, selector: "ax-data-pager-next-buttons" }, { kind: "component", type: AXDataPagerPrevButtonsComponent, selector: "ax-data-pager-prev-buttons" }, { kind: "component", type: AXDataPagerPageSizesComponent, selector: "ax-data-pager-page-sizes", inputs: ["sizes"] }, { kind: "component", type: AXDataPagerNumericSelectorComponent, selector: "ax-data-pager-numeric-selector" }, { kind: "component", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector" }, { kind: "component", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: ["text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
954
869
|
}
|
|
955
870
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDataPagerComponent, decorators: [{
|
|
956
871
|
type: Component,
|
|
@@ -961,7 +876,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
961
876
|
useExisting: forwardRef(() => AXDataPagerComponent),
|
|
962
877
|
multi: true,
|
|
963
878
|
},
|
|
964
|
-
], standalone: false, template: "@switch (displayMode) {\n @case ('full') {\n <ax-prefix class=\"ax-full-prefix\">\n <ax-data-pager-numeric-selector> </ax-data-pager-numeric-selector>\n <ax-data-pager-page-sizes> </ax-data-pager-page-sizes>\n </ax-prefix>\n <ax-suffix class=\"ax-full-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-prefix class=\"ax-compact-prefix\">\n <ax-data-pager-prev-buttons> </ax-data-pager-prev-buttons>\n <ax-data-pager-input-selector> </ax-data-pager-input-selector>\n <ax-data-pager-next-buttons> </ax-data-pager-next-buttons>\n </ax-prefix>\n <ax-suffix class=\"ax-compact-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @default {\n <ng-content select=\"ax-prefix\"></ng-content>\n <ng-content select=\"ax-suffix\"></ng-content>\n }\n}\n", styles: ["html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-first-page,html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-last-page{rotate:180deg}ax-data-pager{display:flex;flex-wrap:nowrap;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;font-size:.875rem;line-height:1.25rem;overflow-x:auto}ax-data-pager ax-button-group{display:flex!important;gap:1rem!important;border-radius:0!important;border-width:0px!important}ax-data-pager ax-button-group ax-button-item{border-radius:0!important;border-width:0px!important;padding:0!important}ax-data-pager ax-button-group ax-button-item.ax-state-selected{border-width:1px!important}ax-data-pager ax-data-pager-input-selector .ax-input{width:4rem!important;max-width:10rem!important;text-align:center!important}ax-data-pager ax-data-pager-next-buttons,ax-data-pager ax-data-pager-prev-buttons,ax-data-pager ax-data-pager-numeric-selector{margin-inline-end:.5rem}ax-data-pager ax-data-pager-next-buttons ax-skeleton,ax-data-pager ax-data-pager-prev-buttons ax-skeleton,ax-data-pager ax-data-pager-numeric-selector ax-skeleton{width:
|
|
879
|
+
], standalone: false, template: "@switch (displayMode) {\n @case ('full') {\n <ax-prefix class=\"ax-full-prefix\">\n <ax-data-pager-numeric-selector> </ax-data-pager-numeric-selector>\n <ax-data-pager-page-sizes> </ax-data-pager-page-sizes>\n </ax-prefix>\n <ax-suffix class=\"ax-full-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-prefix class=\"ax-compact-prefix\">\n <ax-data-pager-prev-buttons> </ax-data-pager-prev-buttons>\n <ax-data-pager-input-selector> </ax-data-pager-input-selector>\n <ax-data-pager-next-buttons> </ax-data-pager-next-buttons>\n </ax-prefix>\n <ax-suffix class=\"ax-compact-suffix\">\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @default {\n <ng-content select=\"ax-prefix\"></ng-content>\n <ng-content select=\"ax-suffix\"></ng-content>\n }\n}\n", styles: ["html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-first-page,html[dir=rtl] ax-data-pager ax-data-pager-numeric-selector .ax-icon-last-page{rotate:180deg}ax-data-pager{display:flex;flex-wrap:nowrap;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;font-size:.875rem;line-height:1.25rem;overflow-x:auto}ax-data-pager ax-button-group{display:flex!important;gap:1rem!important;border-radius:0!important;border-width:0px!important}ax-data-pager ax-button-group ax-button-item{border-radius:0!important;border-width:0px!important;padding:0!important}ax-data-pager ax-button-group ax-button-item.ax-state-selected{border-width:1px!important}ax-data-pager ax-data-pager-input-selector .ax-input{width:4rem!important;max-width:10rem!important;text-align:center!important}ax-data-pager ax-data-pager-next-buttons,ax-data-pager ax-data-pager-prev-buttons,ax-data-pager ax-data-pager-numeric-selector{margin-inline-end:.5rem}ax-data-pager ax-data-pager-next-buttons ax-skeleton,ax-data-pager ax-data-pager-prev-buttons ax-skeleton,ax-data-pager ax-data-pager-numeric-selector ax-skeleton{width:7rem;border-radius:var(--ax-sys-border-radius)}ax-data-pager ax-data-pager-next-buttons .ax-data-pager-num-button,ax-data-pager ax-data-pager-prev-buttons .ax-data-pager-num-button,ax-data-pager ax-data-pager-numeric-selector .ax-data-pager-num-button{margin-inline:.2rem}ax-data-pager ax-data-pager-numeric-selector{display:flex;flex-wrap:nowrap}ax-data-pager .ax-full-prefix,ax-data-pager .ax-full-suffix{display:flex}ax-data-pager .ax-compact-prefix{display:flex}ax-data-pager .ax-compact-prefix ax-data-pager-next-buttons,ax-data-pager .ax-compact-prefix ax-data-pager-prev-buttons{display:flex;flex-wrap:nowrap}ax-data-pager ax-data-pager-info ax-text{color:rgb(var(--ax-sys-color-ghost-surface));white-space:nowrap;margin-inline-end:.2rem}\n"] }]
|
|
965
880
|
}], ctorParameters: () => [{ type: i8.AXPagedComponent, decorators: [{
|
|
966
881
|
type: Optional
|
|
967
882
|
}, {
|