@acorex/components 18.16.0-next.4 → 18.16.0-next.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/color-palette/lib/color-palette-input.component.d.ts +6 -1
- package/cron-job/lib/cron-job-container/cron-job-container.component.d.ts +11 -13
- package/cron-job/lib/cron-job.service.d.ts +3 -3
- package/cron-job/lib/day/day.component.d.ts +3 -1
- package/cron-job/lib/day/day.service.d.ts +2 -2
- package/cron-job/lib/hours/hours.component.d.ts +3 -1
- package/cron-job/lib/hours/hours.service.d.ts +2 -2
- package/cron-job/lib/minutes/minutes.component.d.ts +3 -1
- package/cron-job/lib/minutes/minutes.service.d.ts +2 -2
- package/cron-job/lib/month/month.component.d.ts +3 -1
- package/cron-job/lib/month/month.service.d.ts +2 -2
- package/cron-job/lib/seconds/seconds.component.d.ts +3 -1
- package/cron-job/lib/seconds/seconds.service.d.ts +2 -2
- package/cron-job/lib/year/year.component.d.ts +3 -1
- package/cron-job/lib/year/year.service.d.ts +2 -2
- package/data-pager/lib/data-pager-info.component.d.ts +4 -4
- package/data-pager/lib/data-pager.component.d.ts +1 -0
- package/esm2022/badge/lib/badge.component.mjs +2 -2
- package/esm2022/button/lib/button-item-list.component.mjs +2 -2
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +2 -1
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
- package/esm2022/cron-job/lib/cron-job-container/cron-job-container.component.mjs +62 -45
- package/esm2022/cron-job/lib/cron-job.service.mjs +5 -5
- package/esm2022/cron-job/lib/day/day.component.mjs +8 -4
- package/esm2022/cron-job/lib/day/day.service.mjs +4 -4
- package/esm2022/cron-job/lib/hours/hours.component.mjs +8 -4
- package/esm2022/cron-job/lib/hours/hours.service.mjs +4 -4
- package/esm2022/cron-job/lib/minutes/minutes.component.mjs +8 -4
- package/esm2022/cron-job/lib/minutes/minutes.service.mjs +4 -4
- package/esm2022/cron-job/lib/month/month.component.mjs +8 -4
- package/esm2022/cron-job/lib/month/month.service.mjs +4 -4
- package/esm2022/cron-job/lib/seconds/seconds.component.mjs +8 -4
- package/esm2022/cron-job/lib/seconds/seconds.service.mjs +4 -4
- package/esm2022/cron-job/lib/year/year.component.mjs +8 -4
- package/esm2022/cron-job/lib/year/year.service.mjs +4 -4
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +8 -7
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +39 -8
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +27 -15
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -15
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +37 -7
- package/esm2022/data-pager/lib/data-pager.component.mjs +12 -6
- package/esm2022/image-editor/lib/image-editor-container/image-editor-container.component.mjs +5 -4
- package/esm2022/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.mjs +2 -2
- package/esm2022/image-editor/lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component.mjs +3 -3
- package/esm2022/image-editor/lib/image-editor-view/image-editor-view.component.mjs +55 -16
- package/esm2022/image-editor/lib/image-editor.service.mjs +1 -1
- package/esm2022/list/lib/list.component.mjs +2 -2
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +20 -3
- package/esm2022/tabs/lib/tabs.component.mjs +18 -13
- package/esm2022/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +3 -3
- package/fesm2022/acorex-components-badge.mjs +2 -2
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +2 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +3 -2
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +109 -68
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +123 -56
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +60 -22
- package/fesm2022/acorex-components-image-editor.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-step-wizard.mjs +18 -1
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +17 -12
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +4 -4
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +2 -0
- package/image-editor/lib/image-editor-view/image-editor-view.component.d.ts +16 -3
- package/image-editor/lib/image-editor.service.d.ts +2 -2
- package/package.json +1 -1
- package/step-wizard/lib/step-wizard.component.d.ts +2 -1
- package/tabs/lib/tabs.component.d.ts +1 -0
|
@@ -2,22 +2,22 @@ import * as i8 from '@acorex/components/common';
|
|
|
2
2
|
import { AXEvent, MXInteractiveComponent, MXValueComponent, AXPagedComponent } from '@acorex/components/common';
|
|
3
3
|
import { AXUnsubscriber, AXHtmlUtil } from '@acorex/core/utils';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { Injectable, inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, signal, EventEmitter, forwardRef, Optional, Inject, Output, NgModule } from '@angular/core';
|
|
6
|
-
import * as
|
|
5
|
+
import { Injectable, inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, signal, EventEmitter, forwardRef, Optional, Inject, Output, HostBinding, NgModule } from '@angular/core';
|
|
6
|
+
import * as i3$1 from '@acorex/core/translation';
|
|
7
7
|
import { AXTranslationService, AXTranslationModule } from '@acorex/core/translation';
|
|
8
|
+
import * as i3 from '@acorex/components/decorators';
|
|
9
|
+
import { AXDecoratorModule } from '@acorex/components/decorators';
|
|
8
10
|
import * as i1 from '@angular/common';
|
|
9
11
|
import { CommonModule } from '@angular/common';
|
|
10
12
|
import * as i1$1 from '@angular/forms';
|
|
11
13
|
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
|
12
|
-
import * as i2
|
|
14
|
+
import * as i2 from '@acorex/components/number-box';
|
|
13
15
|
import { AXNumberBoxModule } from '@acorex/components/number-box';
|
|
14
16
|
import * as i1$2 from '@acorex/components/button';
|
|
15
17
|
import { AXButtonModule } from '@acorex/components/button';
|
|
16
|
-
import * as i3 from '@acorex/components/decorators';
|
|
17
|
-
import { AXDecoratorModule } from '@acorex/components/decorators';
|
|
18
18
|
import * as i4 from '@acorex/components/skeleton';
|
|
19
19
|
import { AXSkeletonModule } from '@acorex/components/skeleton';
|
|
20
|
-
import * as i2$
|
|
20
|
+
import * as i2$1 from '@acorex/components/dropdown';
|
|
21
21
|
import { AXDropdownModule } from '@acorex/components/dropdown';
|
|
22
22
|
import { isNumber, isEqual, cloneDeep } from 'lodash-es';
|
|
23
23
|
import { AXButtonGroupModule } from '@acorex/components/button-group';
|
|
@@ -81,8 +81,8 @@ class AXDataPagerInfoComponent extends AXDataPagerChild {
|
|
|
81
81
|
this.translateService = inject(AXTranslationService);
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
* @ignore
|
|
85
|
+
*/
|
|
86
86
|
applyParent() {
|
|
87
87
|
const info = this._parent.displayInfo;
|
|
88
88
|
if ([info.range, info.range.from, info.totalItems].every((c) => c)) {
|
|
@@ -97,13 +97,13 @@ class AXDataPagerInfoComponent extends AXDataPagerChild {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerInfoComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: { text: "text" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `{{ _textFormatted | translate | async }}`, isInline: true, dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type:
|
|
100
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXDataPagerInfoComponent, 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-sub-title, 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
101
|
}
|
|
102
102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
|
|
103
103
|
type: Component,
|
|
104
104
|
args: [{
|
|
105
105
|
selector: 'ax-data-pager-info',
|
|
106
|
-
template: `{{ _textFormatted | translate | async }}`,
|
|
106
|
+
template: ` <ax-text> {{ _textFormatted | translate | async }}</ax-text> `,
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
108
|
encapsulation: ViewEncapsulation.None,
|
|
109
109
|
providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber],
|
|
@@ -165,7 +165,7 @@ class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
|
|
|
165
165
|
[maxValue]="_totalPages"
|
|
166
166
|
>
|
|
167
167
|
</ax-number-box>
|
|
168
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2
|
|
168
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
169
169
|
}
|
|
170
170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
|
|
171
171
|
type: Component,
|
|
@@ -213,7 +213,8 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
213
213
|
* @ignore
|
|
214
214
|
*/
|
|
215
215
|
applyParent() {
|
|
216
|
-
this.disabled =
|
|
216
|
+
this.disabled =
|
|
217
|
+
this._parent.displayInfo.page == this._parent.displayInfo.totalPages || this._parent.disabled;
|
|
217
218
|
}
|
|
218
219
|
/**
|
|
219
220
|
* @ignore
|
|
@@ -233,7 +234,13 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
233
234
|
}
|
|
234
235
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerNextButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
235
236
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXDataPagerNextButtonsComponent, selector: "ax-data-pager-next-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerNextButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
236
|
-
<ax-button
|
|
237
|
+
<ax-button
|
|
238
|
+
[disabled]="disabled"
|
|
239
|
+
look="blank"
|
|
240
|
+
class="ax-sm"
|
|
241
|
+
title="Go to the next page"
|
|
242
|
+
(onClick)="_emitOnNextPageClick($event)"
|
|
243
|
+
>
|
|
237
244
|
<ax-icon
|
|
238
245
|
class="ax-icon ax-text-xl"
|
|
239
246
|
[ngClass]="{
|
|
@@ -242,8 +249,17 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
|
242
249
|
}"
|
|
243
250
|
></ax-icon>
|
|
244
251
|
</ax-button>
|
|
245
|
-
<ax-button
|
|
246
|
-
|
|
252
|
+
<ax-button
|
|
253
|
+
[disabled]="disabled"
|
|
254
|
+
look="blank"
|
|
255
|
+
class="ax-sm"
|
|
256
|
+
title="Go to the last page"
|
|
257
|
+
(onClick)="_emitOnLastPageClick($event)"
|
|
258
|
+
>
|
|
259
|
+
<ax-icon
|
|
260
|
+
class="ax-icon ax-text-xl"
|
|
261
|
+
[ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"
|
|
262
|
+
></ax-icon>
|
|
247
263
|
</ax-button>
|
|
248
264
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
249
265
|
}
|
|
@@ -252,7 +268,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
252
268
|
args: [{
|
|
253
269
|
selector: 'ax-data-pager-next-buttons',
|
|
254
270
|
template: `
|
|
255
|
-
<ax-button
|
|
271
|
+
<ax-button
|
|
272
|
+
[disabled]="disabled"
|
|
273
|
+
look="blank"
|
|
274
|
+
class="ax-sm"
|
|
275
|
+
title="Go to the next page"
|
|
276
|
+
(onClick)="_emitOnNextPageClick($event)"
|
|
277
|
+
>
|
|
256
278
|
<ax-icon
|
|
257
279
|
class="ax-icon ax-text-xl"
|
|
258
280
|
[ngClass]="{
|
|
@@ -261,8 +283,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
261
283
|
}"
|
|
262
284
|
></ax-icon>
|
|
263
285
|
</ax-button>
|
|
264
|
-
<ax-button
|
|
265
|
-
|
|
286
|
+
<ax-button
|
|
287
|
+
[disabled]="disabled"
|
|
288
|
+
look="blank"
|
|
289
|
+
class="ax-sm"
|
|
290
|
+
title="Go to the last page"
|
|
291
|
+
(onClick)="_emitOnLastPageClick($event)"
|
|
292
|
+
>
|
|
293
|
+
<ax-icon
|
|
294
|
+
class="ax-icon ax-text-xl"
|
|
295
|
+
[ngClass]="{ 'ax-icon-chevron-double-left': rtl, 'ax-icon-chevron-double-right': !rtl }"
|
|
296
|
+
></ax-icon>
|
|
266
297
|
</ax-button>
|
|
267
298
|
`,
|
|
268
299
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -302,7 +333,7 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
302
333
|
//
|
|
303
334
|
if (start > this._displayCount) {
|
|
304
335
|
this._items.push({
|
|
305
|
-
iconClass: 'ax-icon-
|
|
336
|
+
iconClass: 'ax-icon-chevron-left',
|
|
306
337
|
data: start - 1,
|
|
307
338
|
});
|
|
308
339
|
}
|
|
@@ -315,7 +346,7 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
315
346
|
}
|
|
316
347
|
if (end < this._lastPage) {
|
|
317
348
|
this._items.push({
|
|
318
|
-
iconClass: 'ax-icon-
|
|
349
|
+
iconClass: 'ax-icon-chevron-right',
|
|
319
350
|
data: end + 1,
|
|
320
351
|
});
|
|
321
352
|
}
|
|
@@ -337,21 +368,27 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
337
368
|
},
|
|
338
369
|
AXUnsubscriber,
|
|
339
370
|
], usesInheritance: true, ngImport: i0, template: `
|
|
340
|
-
<ax-button
|
|
341
|
-
|
|
371
|
+
<ax-button
|
|
372
|
+
class="ax-sm"
|
|
373
|
+
[disabled]="_currentPage === 1 || _parent.disabled"
|
|
374
|
+
look="blank"
|
|
375
|
+
(onClick)="_handleOnItemClick({ data: 1 })"
|
|
376
|
+
>
|
|
377
|
+
<ax-icon class="ax-icon ax-icon-chevron-double-left"></ax-icon>
|
|
342
378
|
</ax-button>
|
|
379
|
+
|
|
343
380
|
@if (!_parent.isLoading) {
|
|
344
381
|
@for (item of _items; track $index) {
|
|
345
382
|
<ax-button
|
|
346
383
|
class="ax-sm"
|
|
347
384
|
[disabled]="_parent.disabled"
|
|
348
|
-
[color]="_currentPage === item.data ? 'primary' : '
|
|
385
|
+
[color]="_currentPage === item.data ? 'primary' : 'ghost'"
|
|
349
386
|
[look]="_currentPage === item.data ? 'solid' : 'blank'"
|
|
350
387
|
[text]="item.text"
|
|
351
388
|
(onClick)="_handleOnItemClick(item)"
|
|
352
389
|
>
|
|
353
390
|
@if (item.iconClass) {
|
|
354
|
-
<ax-icon class="ax-icon
|
|
391
|
+
<ax-icon class="ax-icon" [ngClass]="item.iconClass"></ax-icon>
|
|
355
392
|
}
|
|
356
393
|
</ax-button>
|
|
357
394
|
}
|
|
@@ -360,12 +397,12 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
360
397
|
}
|
|
361
398
|
|
|
362
399
|
<ax-button
|
|
400
|
+
class="ax-sm"
|
|
363
401
|
[disabled]="_currentPage === _lastPage || _parent.disabled"
|
|
364
402
|
look="blank"
|
|
365
|
-
class="ax-sm"
|
|
366
403
|
(onClick)="_handleOnItemClick({ data: _lastPage })"
|
|
367
404
|
>
|
|
368
|
-
<ax-icon class="ax-icon ax-icon-
|
|
405
|
+
<ax-icon class="ax-icon ax-icon-chevron-double-right"></ax-icon>
|
|
369
406
|
</ax-button>
|
|
370
407
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "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 }); }
|
|
371
408
|
}
|
|
@@ -374,21 +411,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
374
411
|
args: [{
|
|
375
412
|
selector: 'ax-data-pager-numeric-selector',
|
|
376
413
|
template: `
|
|
377
|
-
<ax-button
|
|
378
|
-
|
|
414
|
+
<ax-button
|
|
415
|
+
class="ax-sm"
|
|
416
|
+
[disabled]="_currentPage === 1 || _parent.disabled"
|
|
417
|
+
look="blank"
|
|
418
|
+
(onClick)="_handleOnItemClick({ data: 1 })"
|
|
419
|
+
>
|
|
420
|
+
<ax-icon class="ax-icon ax-icon-chevron-double-left"></ax-icon>
|
|
379
421
|
</ax-button>
|
|
422
|
+
|
|
380
423
|
@if (!_parent.isLoading) {
|
|
381
424
|
@for (item of _items; track $index) {
|
|
382
425
|
<ax-button
|
|
383
426
|
class="ax-sm"
|
|
384
427
|
[disabled]="_parent.disabled"
|
|
385
|
-
[color]="_currentPage === item.data ? 'primary' : '
|
|
428
|
+
[color]="_currentPage === item.data ? 'primary' : 'ghost'"
|
|
386
429
|
[look]="_currentPage === item.data ? 'solid' : 'blank'"
|
|
387
430
|
[text]="item.text"
|
|
388
431
|
(onClick)="_handleOnItemClick(item)"
|
|
389
432
|
>
|
|
390
433
|
@if (item.iconClass) {
|
|
391
|
-
<ax-icon class="ax-icon
|
|
434
|
+
<ax-icon class="ax-icon" [ngClass]="item.iconClass"></ax-icon>
|
|
392
435
|
}
|
|
393
436
|
</ax-button>
|
|
394
437
|
}
|
|
@@ -397,12 +440,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
397
440
|
}
|
|
398
441
|
|
|
399
442
|
<ax-button
|
|
443
|
+
class="ax-sm"
|
|
400
444
|
[disabled]="_currentPage === _lastPage || _parent.disabled"
|
|
401
445
|
look="blank"
|
|
402
|
-
class="ax-sm"
|
|
403
446
|
(onClick)="_handleOnItemClick({ data: _lastPage })"
|
|
404
447
|
>
|
|
405
|
-
<ax-icon class="ax-icon ax-icon-
|
|
448
|
+
<ax-icon class="ax-icon ax-icon-chevron-double-right"></ax-icon>
|
|
406
449
|
</ax-button>
|
|
407
450
|
`,
|
|
408
451
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -470,13 +513,7 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
|
470
513
|
}
|
|
471
514
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerPageSizesComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
472
515
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXDataPagerPageSizesComponent, selector: "ax-data-pager-page-sizes", inputs: { sizes: "sizes" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPageSizesComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
473
|
-
<ax-button
|
|
474
|
-
[text]="_size"
|
|
475
|
-
[color]="'default'"
|
|
476
|
-
[look]="'blank'"
|
|
477
|
-
class="ax-sm"
|
|
478
|
-
[disabled]="_parent.disabled"
|
|
479
|
-
>
|
|
516
|
+
<ax-button [text]="_size" color="'default'" [look]="'blank'" [disabled]="_parent.disabled">
|
|
480
517
|
<ax-dropdown-panel>
|
|
481
518
|
<ax-button-item-list (onItemClick)="_emitOnItemClick($event)">
|
|
482
519
|
@for (item of _items; track $index) {
|
|
@@ -490,20 +527,14 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
|
490
527
|
</ax-suffix>
|
|
491
528
|
</ax-button>
|
|
492
529
|
<!-- <span >items per page</span> -->
|
|
493
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i1$2.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i1$2.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "component", type: i2$
|
|
530
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i1$2.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i1$2.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "component", type: i2$1.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-sub-title, ax-placeholder, ax-overlay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
494
531
|
}
|
|
495
532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerPageSizesComponent, decorators: [{
|
|
496
533
|
type: Component,
|
|
497
534
|
args: [{
|
|
498
535
|
selector: 'ax-data-pager-page-sizes',
|
|
499
536
|
template: `
|
|
500
|
-
<ax-button
|
|
501
|
-
[text]="_size"
|
|
502
|
-
[color]="'default'"
|
|
503
|
-
[look]="'blank'"
|
|
504
|
-
class="ax-sm"
|
|
505
|
-
[disabled]="_parent.disabled"
|
|
506
|
-
>
|
|
537
|
+
<ax-button [text]="_size" color="'default'" [look]="'blank'" [disabled]="_parent.disabled">
|
|
507
538
|
<ax-dropdown-panel>
|
|
508
539
|
<ax-button-item-list (onItemClick)="_emitOnItemClick($event)">
|
|
509
540
|
@for (item of _items; track $index) {
|
|
@@ -564,10 +595,25 @@ class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
|
564
595
|
}
|
|
565
596
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerPrevButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
566
597
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXDataPagerPrevButtonsComponent, selector: "ax-data-pager-prev-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPrevButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
|
|
567
|
-
<ax-button
|
|
568
|
-
|
|
598
|
+
<ax-button
|
|
599
|
+
[disabled]="disabled"
|
|
600
|
+
look="blank"
|
|
601
|
+
class="ax-sm"
|
|
602
|
+
title="Go to the last page"
|
|
603
|
+
(onClick)="_emitOnFirstPageClick($event)"
|
|
604
|
+
>
|
|
605
|
+
<ax-icon
|
|
606
|
+
class="ax-icon ax-text-xl"
|
|
607
|
+
[ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"
|
|
608
|
+
></ax-icon>
|
|
569
609
|
</ax-button>
|
|
570
|
-
<ax-button
|
|
610
|
+
<ax-button
|
|
611
|
+
[disabled]="disabled"
|
|
612
|
+
look="blank"
|
|
613
|
+
class="ax-sm"
|
|
614
|
+
title="Go to the next page"
|
|
615
|
+
(onClick)="_emitOnPrevPageClick($event)"
|
|
616
|
+
>
|
|
571
617
|
<ax-icon
|
|
572
618
|
class="ax-icon ax-text-xl"
|
|
573
619
|
[ngClass]="{
|
|
@@ -583,10 +629,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
583
629
|
args: [{
|
|
584
630
|
selector: 'ax-data-pager-prev-buttons',
|
|
585
631
|
template: `
|
|
586
|
-
<ax-button
|
|
587
|
-
|
|
632
|
+
<ax-button
|
|
633
|
+
[disabled]="disabled"
|
|
634
|
+
look="blank"
|
|
635
|
+
class="ax-sm"
|
|
636
|
+
title="Go to the last page"
|
|
637
|
+
(onClick)="_emitOnFirstPageClick($event)"
|
|
638
|
+
>
|
|
639
|
+
<ax-icon
|
|
640
|
+
class="ax-icon ax-text-xl"
|
|
641
|
+
[ngClass]="{ 'ax-icon-chevron-double-right': rtl, 'ax-icon-chevron-double-left': !rtl }"
|
|
642
|
+
></ax-icon>
|
|
588
643
|
</ax-button>
|
|
589
|
-
<ax-button
|
|
644
|
+
<ax-button
|
|
645
|
+
[disabled]="disabled"
|
|
646
|
+
look="blank"
|
|
647
|
+
class="ax-sm"
|
|
648
|
+
title="Go to the next page"
|
|
649
|
+
(onClick)="_emitOnPrevPageClick($event)"
|
|
650
|
+
>
|
|
590
651
|
<ax-icon
|
|
591
652
|
class="ax-icon ax-text-xl"
|
|
592
653
|
[ngClass]="{
|
|
@@ -841,15 +902,18 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
841
902
|
this.commitValue(page, true);
|
|
842
903
|
}
|
|
843
904
|
}
|
|
905
|
+
get __hostClass() {
|
|
906
|
+
return `ax-sm`;
|
|
907
|
+
}
|
|
844
908
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerComponent, deps: [{ token: AXPagedComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
845
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXDataPagerComponent, selector: "ax-data-pager", inputs: { value: "value", name: "name", disabled: "disabled", readonly: "readonly", isLoading: "isLoading", size: "size", total: "total", displayMode: "displayMode" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", disabledChange: "disabledChange", readonlyChange: "readonlyChange", displayModeChange: "displayModeChange", onChanged: "onChanged" }, providers: [
|
|
909
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXDataPagerComponent, selector: "ax-data-pager", inputs: { value: "value", name: "name", disabled: "disabled", readonly: "readonly", isLoading: "isLoading", size: "size", total: "total", displayMode: "displayMode" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", disabledChange: "disabledChange", readonlyChange: "readonlyChange", displayModeChange: "displayModeChange", onChanged: "onChanged" }, host: { properties: { "class": "this.__hostClass" } }, providers: [
|
|
846
910
|
{ provide: AXDataPagerParentComponent, useExisting: AXDataPagerComponent },
|
|
847
911
|
{
|
|
848
912
|
provide: NG_VALUE_ACCESSOR,
|
|
849
913
|
useExisting: forwardRef(() => AXDataPagerComponent),
|
|
850
914
|
multi: true,
|
|
851
915
|
},
|
|
852
|
-
], usesInheritance: true, ngImport: i0, template: "@switch (displayMode) {\n @case ('full') {\n <ax-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>\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-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>\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;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem}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{
|
|
916
|
+
], usesInheritance: true, ngImport: i0, template: "@switch (displayMode) {\n @case ('full') {\n <ax-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>\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-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>\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{background-color:rgb(var(--ax-color-background-default));display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem}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:100%;min-width:14rem;border-radius:var(--ax-rounded-border-default)}ax-data-pager ax-data-pager-page-sizes ax-button{border-radius:var(--ax-rounded-border-default);border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-data-pager ax-prefix,ax-data-pager ax-suffix{display:flex}ax-data-pager ax-data-pager-info ax-text{color:rgb(var(--ax-color-neutral-400))}\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-sub-title, 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 }); }
|
|
853
917
|
}
|
|
854
918
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXDataPagerComponent, decorators: [{
|
|
855
919
|
type: Component,
|
|
@@ -860,7 +924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
860
924
|
useExisting: forwardRef(() => AXDataPagerComponent),
|
|
861
925
|
multi: true,
|
|
862
926
|
},
|
|
863
|
-
], template: "@switch (displayMode) {\n @case ('full') {\n <ax-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>\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-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>\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;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem}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{
|
|
927
|
+
], template: "@switch (displayMode) {\n @case ('full') {\n <ax-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>\n <ax-data-pager-info> </ax-data-pager-info>\n </ax-suffix>\n }\n @case ('compact') {\n <ax-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>\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{background-color:rgb(var(--ax-color-background-default));display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem}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:100%;min-width:14rem;border-radius:var(--ax-rounded-border-default)}ax-data-pager ax-data-pager-page-sizes ax-button{border-radius:var(--ax-rounded-border-default);border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-data-pager ax-prefix,ax-data-pager ax-suffix{display:flex}ax-data-pager ax-data-pager-info ax-text{color:rgb(var(--ax-color-neutral-400))}\n"] }]
|
|
864
928
|
}], ctorParameters: () => [{ type: i8.AXPagedComponent, decorators: [{
|
|
865
929
|
type: Optional
|
|
866
930
|
}, {
|
|
@@ -878,6 +942,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
878
942
|
type: Input
|
|
879
943
|
}], onChanged: [{
|
|
880
944
|
type: Output
|
|
945
|
+
}], __hostClass: [{
|
|
946
|
+
type: HostBinding,
|
|
947
|
+
args: ['class']
|
|
881
948
|
}] } });
|
|
882
949
|
|
|
883
950
|
const COMPONENT = [
|