@hmcts/ccd-case-ui-toolkit 6.18.2 → 7.0.0-ConsoleLogs.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +4230 -3051
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/app.config.js +1 -7
- package/esm2015/lib/components/banners/alert/alert.component.js +7 -5
- package/esm2015/lib/components/banners/alert/alert.module.js +12 -4
- package/esm2015/lib/components/footer/footer.component.js +55 -30
- package/esm2015/lib/components/footer/footers.module.js +12 -4
- package/esm2015/lib/components/form/date-input/date-input.component.js +56 -37
- package/esm2015/lib/components/form/form.module.js +8 -4
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +32 -19
- package/esm2015/lib/components/header/headers.module.js +6 -4
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +9 -7
- package/esm2015/lib/components/header/phase/phase.component.js +20 -9
- package/esm2015/lib/components/tabs/tabs.component.js +8 -5
- package/esm2015/lib/components/tabs/tabs.module.js +6 -2
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +12 -9
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +11 -8
- package/esm2015/lib/shared/components/activity/activity.component.js +15 -10
- package/esm2015/lib/shared/components/activity/activity.module.js +6 -2
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +29 -25
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +50 -33
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +27 -22
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +30 -26
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +51 -26
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +51 -28
- package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +3 -2
- package/esm2015/lib/shared/components/case-editor/services/case.notifier.js +6 -1
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +7 -2
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
- package/esm2015/lib/shared/components/case-history/case-history.component.js +89 -63
- package/esm2015/lib/shared/components/case-history/case-history.module.js +18 -14
- package/esm2015/lib/shared/components/case-list/case-list.component.js +56 -49
- package/esm2015/lib/shared/components/case-list/case-list.module.js +8 -4
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +11 -7
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +9 -6
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +12 -8
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +106 -61
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +90 -69
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +45 -23
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +12 -4
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +105 -78
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +32 -20
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +107 -79
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +79 -49
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +5 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +34 -27
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +36 -22
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +12 -4
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +63 -40
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/error/callback-errors.component.js +34 -23
- package/esm2015/lib/shared/components/error/errors.module.js +6 -2
- package/esm2015/lib/shared/components/error-message/error-message.component.js +14 -11
- package/esm2015/lib/shared/components/error-message/error-message.module.js +8 -4
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +34 -19
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +50 -25
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/event-start.module.js +8 -4
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +27 -17
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +6 -2
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +7 -5
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +6 -2
- package/esm2015/lib/shared/components/pagination/pagination.component.js +84 -67
- package/esm2015/lib/shared/components/pagination/pagination.module.js +8 -4
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +50 -31
- package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -1
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +54 -35
- package/esm2015/lib/shared/components/palette/case-flag/components/index.js +5 -5
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +29 -19
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +41 -29
- package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +29 -24
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +45 -32
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +50 -46
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +7 -6
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +22 -20
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +5 -4
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +29 -17
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +31 -25
- package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +32 -20
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +12 -7
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +26 -17
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +20 -15
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +87 -65
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +60 -46
- package/esm2015/lib/shared/components/palette/index.js +2 -2
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +24 -5
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +15 -11
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +43 -25
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +7 -6
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +41 -29
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +48 -35
- package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +88 -50
- package/esm2015/lib/shared/components/palette/palette.module.js +95 -65
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/utils/first-error.pipe.js +22 -11
- package/esm2015/lib/shared/components/palette/utils/utils.module.js +12 -6
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +1 -1
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +16 -12
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +60 -35
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +14 -10
- package/esm2015/lib/shared/components/search-result/search-result.component.js +132 -95
- package/esm2015/lib/shared/components/search-result/search-result.module.js +16 -13
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +90 -52
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +13 -9
- package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +2 -0
- package/esm2015/lib/shared/services/alert/alert.service.js +28 -8
- package/esm2015/lib/shared/services/loading/loading.service.js +5 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3972 -2825
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +2 -2
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/alert/alert.module.d.ts +2 -1
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +2 -1
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +2 -1
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +2 -1
- package/lib/components/header/headers.module.d.ts.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/tabs/tabs.module.d.ts +2 -1
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts +1 -0
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +2 -1
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +5 -5
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +3 -2
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/case.notifier.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +1 -0
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-history/case-history.module.d.ts +2 -1
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
- package/lib/shared/components/case-list/case-list.module.d.ts +2 -1
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +2 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +2 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +7 -5
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +2 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts +2 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +2 -1
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +2 -1
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-start.module.d.ts +2 -1
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +2 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +2 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +2 -1
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts +1 -0
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/index.d.ts +4 -4
- package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -1
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +2 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +88 -87
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts +3 -0
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts +2 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/read-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/write-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +2 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +3 -2
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +2 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/alert/alert-status-params.model.d.ts +6 -0
- package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +1 -0
- package/lib/shared/services/alert/alert.service.d.ts +8 -4
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "rpx-xui-translation";
|
|
3
4
|
export class LoadingSpinnerComponent {
|
|
4
5
|
constructor() {
|
|
5
6
|
this.loadingText = 'Loading';
|
|
6
7
|
}
|
|
7
8
|
}
|
|
8
9
|
LoadingSpinnerComponent.ɵfac = function LoadingSpinnerComponent_Factory(t) { return new (t || LoadingSpinnerComponent)(); };
|
|
9
|
-
LoadingSpinnerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoadingSpinnerComponent, selectors: [["ccd-loading-spinner"]], inputs: { loadingText: "loadingText" }, decls:
|
|
10
|
+
LoadingSpinnerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoadingSpinnerComponent, selectors: [["ccd-loading-spinner"]], inputs: { loadingText: "loadingText" }, decls: 6, vars: 3, consts: [[1, "spinner-container"], [1, "spinner-inner-container"], [1, "spinner", 2, "margin", "auto"]], template: function LoadingSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10
11
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11
12
|
i0.ɵɵelementStart(1, "div", 1);
|
|
12
13
|
i0.ɵɵelementStart(2, "p");
|
|
13
14
|
i0.ɵɵtext(3);
|
|
15
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
14
16
|
i0.ɵɵelementEnd();
|
|
15
|
-
i0.ɵɵelement(
|
|
17
|
+
i0.ɵɵelement(5, "div", 2);
|
|
16
18
|
i0.ɵɵelementEnd();
|
|
17
19
|
i0.ɵɵelementEnd();
|
|
18
20
|
} if (rf & 2) {
|
|
19
21
|
i0.ɵɵadvance(3);
|
|
20
|
-
i0.ɵɵtextInterpolate(ctx.loadingText);
|
|
21
|
-
} }, styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
22
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, ctx.loadingText));
|
|
23
|
+
} }, pipes: [i1.RpxTranslatePipe], styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
22
24
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingSpinnerComponent, [{
|
|
23
25
|
type: Component,
|
|
24
26
|
args: [{
|
|
@@ -30,4 +32,4 @@ LoadingSpinnerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoadingSpinnerCom
|
|
|
30
32
|
}], null, { loadingText: [{
|
|
31
33
|
type: Input
|
|
32
34
|
}] }); })();
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFTcEUsTUFBTSxPQUFPLHVCQUF1QjtJQVBwQztRQVFrQixnQkFBVyxHQUFHLFNBQVMsQ0FBQztLQUN6Qzs7OEZBRlksdUJBQXVCOzREQUF2Qix1QkFBdUI7UUNUcEMsOEJBQStCO1FBQzNCLDhCQUFxQztRQUNqQyx5QkFBRztRQUFBLFlBQThCOztRQUFBLGlCQUFJO1FBQ3JDLHlCQUFpRDtRQUNyRCxpQkFBTTtRQUNWLGlCQUFNOztRQUhLLGVBQThCO1FBQTlCLDJEQUE4Qjs7dUZETzVCLHVCQUF1QjtjQVBuQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtnQkFDL0IsV0FBVyxFQUFFLGtDQUFrQztnQkFDL0MsU0FBUyxFQUFFLENBQUMsa0NBQWtDLENBQUM7Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDO2dCQUdpQixXQUFXO2tCQUExQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLWxvYWRpbmctc3Bpbm5lcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9sb2FkaW5nLXNwaW5uZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sb2FkaW5nLXNwaW5uZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxufSlcblxuZXhwb3J0IGNsYXNzIExvYWRpbmdTcGlubmVyQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIGxvYWRpbmdUZXh0ID0gJ0xvYWRpbmcnO1xufVxuIiwiPGRpdiBjbGFzcz1cInNwaW5uZXItY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInNwaW5uZXItaW5uZXItY29udGFpbmVyXCI+XG4gICAgICAgIDxwPnt7bG9hZGluZ1RleHQgfCBycHhUcmFuc2xhdGV9fTwvcD5cbiAgICAgICAgPGRpdiBjbGFzcz1cInNwaW5uZXJcIiBzdHlsZT1cIm1hcmdpbjogYXV0bztcIj48L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
|
+
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
3
4
|
import { LoadingSpinnerComponent } from './loading-spinner.component';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "rpx-xui-translation";
|
|
5
7
|
export class LoadingSpinnerModule {
|
|
6
8
|
}
|
|
7
9
|
LoadingSpinnerModule.ɵfac = function LoadingSpinnerModule_Factory(t) { return new (t || LoadingSpinnerModule)(); };
|
|
8
10
|
LoadingSpinnerModule.ɵmod = i0.ɵɵdefineNgModule({ type: LoadingSpinnerModule });
|
|
9
11
|
LoadingSpinnerModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
10
12
|
CommonModule,
|
|
13
|
+
RpxTranslationModule.forChild()
|
|
11
14
|
]] });
|
|
12
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [CommonModule], exports: [LoadingSpinnerComponent] }); })();
|
|
15
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [CommonModule, i1.RpxTranslationModule], exports: [LoadingSpinnerComponent] }); })();
|
|
13
16
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingSpinnerModule, [{
|
|
14
17
|
type: NgModule,
|
|
15
18
|
args: [{
|
|
16
19
|
imports: [
|
|
17
20
|
CommonModule,
|
|
21
|
+
RpxTranslationModule.forChild()
|
|
18
22
|
],
|
|
19
23
|
declarations: [
|
|
20
24
|
LoadingSpinnerComponent
|
|
@@ -24,4 +28,4 @@ LoadingSpinnerModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
24
28
|
],
|
|
25
29
|
}]
|
|
26
30
|
}], null, null); })();
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7O0FBY3RFLE1BQU0sT0FBTyxvQkFBb0I7O3dGQUFwQixvQkFBb0I7d0RBQXBCLG9CQUFvQjs0REFYdEI7WUFDUCxZQUFZO1lBQ1osb0JBQW9CLENBQUMsUUFBUSxFQUFFO1NBQ2hDO3dGQVFVLG9CQUFvQixtQkFON0IsdUJBQXVCLGFBSnZCLFlBQVksc0NBT1osdUJBQXVCO3VGQUdkLG9CQUFvQjtjQVpoQyxRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osb0JBQW9CLENBQUMsUUFBUSxFQUFFO2lCQUNoQztnQkFDRCxZQUFZLEVBQUU7b0JBQ1osdUJBQXVCO2lCQUN4QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsdUJBQXVCO2lCQUN4QjthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBScHhUcmFuc2xhdGlvbk1vZHVsZSB9IGZyb20gJ3JweC14dWktdHJhbnNsYXRpb24nO1xuaW1wb3J0IHsgTG9hZGluZ1NwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL2xvYWRpbmctc3Bpbm5lci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJweFRyYW5zbGF0aW9uTW9kdWxlLmZvckNoaWxkKClcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgTG9hZGluZ1NwaW5uZXJDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIExvYWRpbmdTcGlubmVyQ29tcG9uZW50XG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIExvYWRpbmdTcGlubmVyTW9kdWxlIHsgfVxuIl19
|
|
@@ -2,41 +2,47 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "ngx-pagination";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
|
-
|
|
5
|
+
import * as i3 from "rpx-xui-translation";
|
|
6
|
+
function PaginationComponent_ul_4_li_2_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
6
7
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
7
8
|
i0.ɵɵelementStart(0, "a", 12);
|
|
8
|
-
i0.ɵɵlistener("keyup.enter", function
|
|
9
|
-
i0.ɵɵ
|
|
10
|
-
i0.ɵɵ
|
|
11
|
-
i0.ɵɵ
|
|
9
|
+
i0.ɵɵlistener("keyup.enter", function PaginationComponent_ul_4_li_2_a_1_Template_a_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r8); i0.ɵɵnextContext(3); const _r0 = i0.ɵɵreference(1); return _r0.previous(); })("click", function PaginationComponent_ul_4_li_2_a_1_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r8); i0.ɵɵnextContext(3); const _r0 = i0.ɵɵreference(1); return _r0.previous(); });
|
|
10
|
+
i0.ɵɵpipe(1, "rpxTranslate");
|
|
11
|
+
i0.ɵɵtext(2);
|
|
12
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
13
|
+
i0.ɵɵelementStart(4, "span", 13);
|
|
14
|
+
i0.ɵɵtext(5);
|
|
15
|
+
i0.ɵɵpipe(6, "rpxTranslate");
|
|
12
16
|
i0.ɵɵelementEnd();
|
|
13
17
|
i0.ɵɵelementEnd();
|
|
14
18
|
} if (rf & 2) {
|
|
15
19
|
const ctx_r5 = i0.ɵɵnextContext(3);
|
|
16
|
-
i0.ɵɵattribute("aria-label", ctx_r5.previousLabel + " " + ctx_r5.screenReaderPageLabel);
|
|
17
|
-
i0.ɵɵadvance(1);
|
|
18
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r5.previousLabel, " ");
|
|
20
|
+
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(1, 3, ctx_r5.previousLabel + " " + ctx_r5.screenReaderPageLabel));
|
|
19
21
|
i0.ɵɵadvance(2);
|
|
20
|
-
i0.ɵɵ
|
|
22
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 5, ctx_r5.previousLabel), " ");
|
|
23
|
+
i0.ɵɵadvance(3);
|
|
24
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, ctx_r5.screenReaderPageLabel));
|
|
21
25
|
} }
|
|
22
|
-
function
|
|
26
|
+
function PaginationComponent_ul_4_li_2_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
23
27
|
i0.ɵɵelementStart(0, "span");
|
|
24
28
|
i0.ɵɵtext(1);
|
|
25
|
-
i0.ɵɵ
|
|
26
|
-
i0.ɵɵ
|
|
29
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
30
|
+
i0.ɵɵelementStart(3, "span", 13);
|
|
31
|
+
i0.ɵɵtext(4);
|
|
32
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
27
33
|
i0.ɵɵelementEnd();
|
|
28
34
|
i0.ɵɵelementEnd();
|
|
29
35
|
} if (rf & 2) {
|
|
30
36
|
const ctx_r6 = i0.ɵɵnextContext(3);
|
|
31
37
|
i0.ɵɵadvance(1);
|
|
32
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r6.previousLabel, " ");
|
|
33
|
-
i0.ɵɵadvance(
|
|
34
|
-
i0.ɵɵtextInterpolate(ctx_r6.screenReaderPageLabel);
|
|
38
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, ctx_r6.previousLabel), " ");
|
|
39
|
+
i0.ɵɵadvance(3);
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 4, ctx_r6.screenReaderPageLabel));
|
|
35
41
|
} }
|
|
36
|
-
function
|
|
42
|
+
function PaginationComponent_ul_4_li_2_Template(rf, ctx) { if (rf & 1) {
|
|
37
43
|
i0.ɵɵelementStart(0, "li", 9);
|
|
38
|
-
i0.ɵɵtemplate(1,
|
|
39
|
-
i0.ɵɵtemplate(2,
|
|
44
|
+
i0.ɵɵtemplate(1, PaginationComponent_ul_4_li_2_a_1_Template, 7, 9, "a", 10);
|
|
45
|
+
i0.ɵɵtemplate(2, PaginationComponent_ul_4_li_2_span_2_Template, 6, 6, "span", 11);
|
|
40
46
|
i0.ɵɵelementEnd();
|
|
41
47
|
} if (rf & 2) {
|
|
42
48
|
i0.ɵɵnextContext(2);
|
|
@@ -47,48 +53,50 @@ function PaginationComponent_ul_3_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
47
53
|
i0.ɵɵadvance(1);
|
|
48
54
|
i0.ɵɵproperty("ngIf", _r0.isFirstPage());
|
|
49
55
|
} }
|
|
50
|
-
function
|
|
56
|
+
function PaginationComponent_ul_4_li_5_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
51
57
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
52
58
|
i0.ɵɵelementStart(0, "a", 12);
|
|
53
|
-
i0.ɵɵlistener("keyup.enter", function
|
|
59
|
+
i0.ɵɵlistener("keyup.enter", function PaginationComponent_ul_4_li_5_a_1_Template_a_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r15); const page_r10 = i0.ɵɵnextContext().$implicit; i0.ɵɵnextContext(2); const _r0 = i0.ɵɵreference(1); return _r0.setCurrent(page_r10.value); })("click", function PaginationComponent_ul_4_li_5_a_1_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r15); const page_r10 = i0.ɵɵnextContext().$implicit; i0.ɵɵnextContext(2); const _r0 = i0.ɵɵreference(1); return _r0.setCurrent(page_r10.value); });
|
|
54
60
|
i0.ɵɵelementStart(1, "span", 13);
|
|
55
61
|
i0.ɵɵtext(2);
|
|
62
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
56
63
|
i0.ɵɵelementEnd();
|
|
57
|
-
i0.ɵɵelementStart(
|
|
58
|
-
i0.ɵɵtext(
|
|
59
|
-
i0.ɵɵpipe(
|
|
64
|
+
i0.ɵɵelementStart(4, "span");
|
|
65
|
+
i0.ɵɵtext(5);
|
|
66
|
+
i0.ɵɵpipe(6, "number");
|
|
60
67
|
i0.ɵɵelementEnd();
|
|
61
68
|
i0.ɵɵelementEnd();
|
|
62
69
|
} if (rf & 2) {
|
|
63
70
|
const page_r10 = i0.ɵɵnextContext().$implicit;
|
|
64
71
|
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
65
72
|
i0.ɵɵadvance(2);
|
|
66
|
-
i0.ɵɵtextInterpolate1("", ctx_r11.screenReaderPageLabel, " ");
|
|
67
|
-
i0.ɵɵadvance(
|
|
68
|
-
i0.ɵɵtextInterpolate(page_r10.label === "..." ? page_r10.label : i0.ɵɵpipeBind2(
|
|
73
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(3, 2, ctx_r11.screenReaderPageLabel), " ");
|
|
74
|
+
i0.ɵɵadvance(3);
|
|
75
|
+
i0.ɵɵtextInterpolate(page_r10.label === "..." ? page_r10.label : i0.ɵɵpipeBind2(6, 4, page_r10.label, ""));
|
|
69
76
|
} }
|
|
70
|
-
function
|
|
77
|
+
function PaginationComponent_ul_4_li_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
71
78
|
i0.ɵɵelementContainerStart(0);
|
|
72
79
|
i0.ɵɵelementStart(1, "span", 13);
|
|
73
80
|
i0.ɵɵtext(2);
|
|
81
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
74
82
|
i0.ɵɵelementEnd();
|
|
75
|
-
i0.ɵɵelementStart(
|
|
76
|
-
i0.ɵɵtext(
|
|
77
|
-
i0.ɵɵpipe(
|
|
83
|
+
i0.ɵɵelementStart(4, "span");
|
|
84
|
+
i0.ɵɵtext(5);
|
|
85
|
+
i0.ɵɵpipe(6, "number");
|
|
78
86
|
i0.ɵɵelementEnd();
|
|
79
87
|
i0.ɵɵelementContainerEnd();
|
|
80
88
|
} if (rf & 2) {
|
|
81
89
|
const page_r10 = i0.ɵɵnextContext().$implicit;
|
|
82
90
|
const ctx_r12 = i0.ɵɵnextContext(2);
|
|
83
91
|
i0.ɵɵadvance(2);
|
|
84
|
-
i0.ɵɵtextInterpolate1("", ctx_r12.screenReaderCurrentLabel, " ");
|
|
85
|
-
i0.ɵɵadvance(
|
|
86
|
-
i0.ɵɵtextInterpolate(page_r10.label === "..." ? page_r10.label : i0.ɵɵpipeBind2(
|
|
92
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(3, 2, ctx_r12.screenReaderCurrentLabel), " ");
|
|
93
|
+
i0.ɵɵadvance(3);
|
|
94
|
+
i0.ɵɵtextInterpolate(page_r10.label === "..." ? page_r10.label : i0.ɵɵpipeBind2(6, 4, page_r10.label, ""));
|
|
87
95
|
} }
|
|
88
|
-
function
|
|
96
|
+
function PaginationComponent_ul_4_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
89
97
|
i0.ɵɵelementStart(0, "li");
|
|
90
|
-
i0.ɵɵtemplate(1,
|
|
91
|
-
i0.ɵɵtemplate(2,
|
|
98
|
+
i0.ɵɵtemplate(1, PaginationComponent_ul_4_li_5_a_1_Template, 7, 7, "a", 10);
|
|
99
|
+
i0.ɵɵtemplate(2, PaginationComponent_ul_4_li_5_ng_container_2_Template, 7, 7, "ng-container", 11);
|
|
92
100
|
i0.ɵɵelementEnd();
|
|
93
101
|
} if (rf & 2) {
|
|
94
102
|
const page_r10 = ctx.$implicit;
|
|
@@ -100,41 +108,46 @@ function PaginationComponent_ul_3_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
100
108
|
i0.ɵɵadvance(1);
|
|
101
109
|
i0.ɵɵproperty("ngIf", _r0.getCurrent() === page_r10.value);
|
|
102
110
|
} }
|
|
103
|
-
function
|
|
111
|
+
function PaginationComponent_ul_4_li_6_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
104
112
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
105
113
|
i0.ɵɵelementStart(0, "a", 12);
|
|
106
|
-
i0.ɵɵlistener("keyup.enter", function
|
|
107
|
-
i0.ɵɵ
|
|
108
|
-
i0.ɵɵ
|
|
109
|
-
i0.ɵɵ
|
|
114
|
+
i0.ɵɵlistener("keyup.enter", function PaginationComponent_ul_4_li_6_a_1_Template_a_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r23); i0.ɵɵnextContext(3); const _r0 = i0.ɵɵreference(1); return _r0.next(); })("click", function PaginationComponent_ul_4_li_6_a_1_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r23); i0.ɵɵnextContext(3); const _r0 = i0.ɵɵreference(1); return _r0.next(); });
|
|
115
|
+
i0.ɵɵpipe(1, "rpxTranslate");
|
|
116
|
+
i0.ɵɵtext(2);
|
|
117
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
118
|
+
i0.ɵɵelementStart(4, "span", 13);
|
|
119
|
+
i0.ɵɵtext(5);
|
|
120
|
+
i0.ɵɵpipe(6, "rpxTranslate");
|
|
110
121
|
i0.ɵɵelementEnd();
|
|
111
122
|
i0.ɵɵelementEnd();
|
|
112
123
|
} if (rf & 2) {
|
|
113
124
|
const ctx_r20 = i0.ɵɵnextContext(3);
|
|
114
|
-
i0.ɵɵattribute("aria-label", ctx_r20.nextLabel + " " + ctx_r20.screenReaderPageLabel);
|
|
115
|
-
i0.ɵɵadvance(1);
|
|
116
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r20.nextLabel, " ");
|
|
125
|
+
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(1, 3, ctx_r20.nextLabel + " " + ctx_r20.screenReaderPageLabel));
|
|
117
126
|
i0.ɵɵadvance(2);
|
|
118
|
-
i0.ɵɵ
|
|
127
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 5, ctx_r20.nextLabel), " ");
|
|
128
|
+
i0.ɵɵadvance(3);
|
|
129
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, ctx_r20.screenReaderPageLabel));
|
|
119
130
|
} }
|
|
120
|
-
function
|
|
131
|
+
function PaginationComponent_ul_4_li_6_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
121
132
|
i0.ɵɵelementStart(0, "span");
|
|
122
133
|
i0.ɵɵtext(1);
|
|
123
|
-
i0.ɵɵ
|
|
124
|
-
i0.ɵɵ
|
|
134
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
135
|
+
i0.ɵɵelementStart(3, "span", 13);
|
|
136
|
+
i0.ɵɵtext(4);
|
|
137
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
125
138
|
i0.ɵɵelementEnd();
|
|
126
139
|
i0.ɵɵelementEnd();
|
|
127
140
|
} if (rf & 2) {
|
|
128
141
|
const ctx_r21 = i0.ɵɵnextContext(3);
|
|
129
142
|
i0.ɵɵadvance(1);
|
|
130
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r21.nextLabel, " ");
|
|
131
|
-
i0.ɵɵadvance(
|
|
132
|
-
i0.ɵɵtextInterpolate(ctx_r21.screenReaderPageLabel);
|
|
143
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, ctx_r21.nextLabel), " ");
|
|
144
|
+
i0.ɵɵadvance(3);
|
|
145
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 4, ctx_r21.screenReaderPageLabel));
|
|
133
146
|
} }
|
|
134
|
-
function
|
|
147
|
+
function PaginationComponent_ul_4_li_6_Template(rf, ctx) { if (rf & 1) {
|
|
135
148
|
i0.ɵɵelementStart(0, "li", 14);
|
|
136
|
-
i0.ɵɵtemplate(1,
|
|
137
|
-
i0.ɵɵtemplate(2,
|
|
149
|
+
i0.ɵɵtemplate(1, PaginationComponent_ul_4_li_6_a_1_Template, 7, 9, "a", 10);
|
|
150
|
+
i0.ɵɵtemplate(2, PaginationComponent_ul_4_li_6_span_2_Template, 6, 6, "span", 11);
|
|
138
151
|
i0.ɵɵelementEnd();
|
|
139
152
|
} if (rf & 2) {
|
|
140
153
|
i0.ɵɵnextContext(2);
|
|
@@ -145,21 +158,22 @@ function PaginationComponent_ul_3_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
145
158
|
i0.ɵɵadvance(1);
|
|
146
159
|
i0.ɵɵproperty("ngIf", _r0.isLastPage());
|
|
147
160
|
} }
|
|
148
|
-
function
|
|
161
|
+
function PaginationComponent_ul_4_Template(rf, ctx) { if (rf & 1) {
|
|
149
162
|
i0.ɵɵelementStart(0, "ul", 4);
|
|
150
|
-
i0.ɵɵ
|
|
151
|
-
i0.ɵɵ
|
|
152
|
-
i0.ɵɵ
|
|
163
|
+
i0.ɵɵpipe(1, "rpxTranslate");
|
|
164
|
+
i0.ɵɵtemplate(2, PaginationComponent_ul_4_li_2_Template, 3, 4, "li", 5);
|
|
165
|
+
i0.ɵɵelementStart(3, "li", 6);
|
|
166
|
+
i0.ɵɵtext(4);
|
|
153
167
|
i0.ɵɵelementEnd();
|
|
154
|
-
i0.ɵɵtemplate(
|
|
155
|
-
i0.ɵɵtemplate(
|
|
168
|
+
i0.ɵɵtemplate(5, PaginationComponent_ul_4_li_5_Template, 3, 6, "li", 7);
|
|
169
|
+
i0.ɵɵtemplate(6, PaginationComponent_ul_4_li_6_Template, 3, 4, "li", 8);
|
|
156
170
|
i0.ɵɵelementEnd();
|
|
157
171
|
} if (rf & 2) {
|
|
158
172
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
159
173
|
const _r0 = i0.ɵɵreference(1);
|
|
160
174
|
i0.ɵɵclassProp("responsive", ctx_r1.responsive);
|
|
161
|
-
i0.ɵɵattribute("aria-label", ctx_r1.screenReaderPaginationLabel);
|
|
162
|
-
i0.ɵɵadvance(
|
|
175
|
+
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(1, 8, ctx_r1.screenReaderPaginationLabel));
|
|
176
|
+
i0.ɵɵadvance(2);
|
|
163
177
|
i0.ɵɵproperty("ngIf", ctx_r1.directionLinks);
|
|
164
178
|
i0.ɵɵadvance(2);
|
|
165
179
|
i0.ɵɵtextInterpolate2(" ", _r0.getCurrent(), " / ", _r0.getLastPage(), " ");
|
|
@@ -205,19 +219,22 @@ export class PaginationComponent {
|
|
|
205
219
|
}
|
|
206
220
|
}
|
|
207
221
|
PaginationComponent.ɵfac = function PaginationComponent_Factory(t) { return new (t || PaginationComponent)(); };
|
|
208
|
-
PaginationComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["ccd-pagination"]], inputs: { visibilityLabel: "visibilityLabel", id: "id", maxSize: "maxSize", previousLabel: "previousLabel", nextLabel: "nextLabel", screenReaderPaginationLabel: "screenReaderPaginationLabel", screenReaderPageLabel: "screenReaderPageLabel", screenReaderCurrentLabel: "screenReaderCurrentLabel", directionLinks: "directionLinks", autoHide: "autoHide", responsive: "responsive" }, outputs: { pageChange: "pageChange", pageBoundsCorrection: "pageBoundsCorrection" }, decls:
|
|
222
|
+
PaginationComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["ccd-pagination"]], inputs: { visibilityLabel: "visibilityLabel", id: "id", maxSize: "maxSize", previousLabel: "previousLabel", nextLabel: "nextLabel", screenReaderPaginationLabel: "screenReaderPaginationLabel", screenReaderPageLabel: "screenReaderPageLabel", screenReaderCurrentLabel: "screenReaderCurrentLabel", directionLinks: "directionLinks", autoHide: "autoHide", responsive: "responsive" }, outputs: { pageChange: "pageChange", pageBoundsCorrection: "pageBoundsCorrection" }, decls: 5, vars: 6, consts: [[3, "id", "maxSize", "pageChange", "pageBoundsCorrection"], ["p", "paginationApi"], ["role", "navigation"], ["class", "ngx-pagination", "role", "navigation", 3, "responsive", 4, "ngIf"], ["role", "navigation", 1, "ngx-pagination"], ["class", "pagination-previous", 3, "disabled", 4, "ngIf"], [1, "small-screen"], [3, "current", "ellipsis", 4, "ngFor", "ngForOf"], ["class", "pagination-next", 3, "disabled", 4, "ngIf"], [1, "pagination-previous"], ["tabindex", "0", 3, "keyup.enter", "click", 4, "ngIf"], [4, "ngIf"], ["tabindex", "0", 3, "keyup.enter", "click"], [1, "show-for-sr"], [1, "pagination-next"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
209
223
|
i0.ɵɵelementStart(0, "pagination-template", 0, 1);
|
|
210
224
|
i0.ɵɵlistener("pageChange", function PaginationComponent_Template_pagination_template_pageChange_0_listener($event) { return ctx.pageChange.emit($event); })("pageBoundsCorrection", function PaginationComponent_Template_pagination_template_pageBoundsCorrection_0_listener($event) { return ctx.pageBoundsCorrection.emit($event); });
|
|
211
225
|
i0.ɵɵelementStart(2, "nav", 2);
|
|
212
|
-
i0.ɵɵ
|
|
226
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
227
|
+
i0.ɵɵtemplate(4, PaginationComponent_ul_4_Template, 7, 10, "ul", 3);
|
|
213
228
|
i0.ɵɵelementEnd();
|
|
214
229
|
i0.ɵɵelementEnd();
|
|
215
230
|
} if (rf & 2) {
|
|
216
231
|
const _r0 = i0.ɵɵreference(1);
|
|
217
232
|
i0.ɵɵproperty("id", ctx.id)("maxSize", ctx.maxSize);
|
|
218
|
-
i0.ɵɵadvance(
|
|
233
|
+
i0.ɵɵadvance(2);
|
|
234
|
+
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(3, 4, "Pagination"));
|
|
235
|
+
i0.ɵɵadvance(2);
|
|
219
236
|
i0.ɵɵproperty("ngIf", !(ctx.autoHide && _r0.pages.length <= 1));
|
|
220
|
-
} }, directives: [i1.PaginationControlsDirective, i2.NgIf, i2.NgForOf], pipes: [i2.DecimalPipe], styles: [".ngx-pagination[_ngcontent-%COMP%]{margin-left:0;margin-bottom:1rem;padding-top:25px;text-decoration:none;text-align:left;font-size:16px}.ngx-pagination[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%]:before{content:\" \";display:table}.ngx-pagination[_ngcontent-%COMP%]:after{clear:both}.ngx-pagination[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-right:.0625rem;border-radius:0;display:inline-block}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{display:block;padding:.1875rem .625rem;border-radius:0;color:#005da6}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover{background:#e6e6e6}.ngx-pagination[_ngcontent-%COMP%] .current[_ngcontent-%COMP%]{padding:.1875rem .625rem;background:#fff;color:#4c2c92;cursor:default;font-weight:900}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{display:none}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]:hover{background:transparent}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{cursor:pointer}.ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{margin-right:.5rem;border-width:3px 0 0 3px}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:transparent;transform:rotate(-45deg);content:\"\"}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after{margin-left:.5rem;border-width:0 3px 3px 0}.ngx-pagination[_ngcontent-%COMP%] .show-for-sr[_ngcontent-%COMP%]{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ngx-pagination[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:none}@media screen and (max-width:601px){.ngx-pagination.responsive[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:inline-block}.ngx-pagination.responsive[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(.small-screen):not(.pagination-previous):not(.pagination-next){display:none}}"] });
|
|
237
|
+
} }, directives: [i1.PaginationControlsDirective, i2.NgIf, i2.NgForOf], pipes: [i3.RpxTranslatePipe, i2.DecimalPipe], styles: [".ngx-pagination[_ngcontent-%COMP%]{margin-left:0;margin-bottom:1rem;padding-top:25px;text-decoration:none;text-align:left;font-size:16px}.ngx-pagination[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%]:before{content:\" \";display:table}.ngx-pagination[_ngcontent-%COMP%]:after{clear:both}.ngx-pagination[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-right:.0625rem;border-radius:0;display:inline-block}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{display:block;padding:.1875rem .625rem;border-radius:0;color:#005da6}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover{background:#e6e6e6}.ngx-pagination[_ngcontent-%COMP%] .current[_ngcontent-%COMP%]{padding:.1875rem .625rem;background:#fff;color:#4c2c92;cursor:default;font-weight:900}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{display:none}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]:hover{background:transparent}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{cursor:pointer}.ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{margin-right:.5rem;border-width:3px 0 0 3px}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:transparent;transform:rotate(-45deg);content:\"\"}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after{margin-left:.5rem;border-width:0 3px 3px 0}.ngx-pagination[_ngcontent-%COMP%] .show-for-sr[_ngcontent-%COMP%]{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ngx-pagination[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:none}@media screen and (max-width:601px){.ngx-pagination.responsive[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:inline-block}.ngx-pagination.responsive[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(.small-screen):not(.pagination-previous):not(.pagination-next){display:none}}"] });
|
|
221
238
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationComponent, [{
|
|
222
239
|
type: Component,
|
|
223
240
|
args: [{
|
|
@@ -252,4 +269,4 @@ PaginationComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PaginationComponent,
|
|
|
252
269
|
}], responsive: [{
|
|
253
270
|
type: Input
|
|
254
271
|
}] }); })();
|
|
255
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lDTS9ELDZCQUNrRTtJQUR2QixnTUFBZSxjQUFZLElBQUMsdUtBQVUsY0FBWSxJQUF0QjtJQUVyRSxZQUFvQjtJQUFBLGdDQUEwQjtJQUFBLFlBQTJCO0lBQUEsaUJBQU87SUFDbEYsaUJBQUk7OztJQUZGLHVGQUErRDtJQUMvRCxlQUFvQjtJQUFwQixxREFBb0I7SUFBMEIsZUFBMkI7SUFBM0Isa0RBQTJCOzs7SUFFM0UsNEJBQThCO0lBQzVCLFlBQW9CO0lBQUEsZ0NBQTBCO0lBQUEsWUFBMkI7SUFBQSxpQkFBTztJQUNsRixpQkFBTzs7O0lBREwsZUFBb0I7SUFBcEIscURBQW9CO0lBQTBCLGVBQTJCO0lBQTNCLGtEQUEyQjs7O0lBTjdFLDZCQUEwRjtJQUN4RiwyRUFHSTtJQUNKLGlGQUVPO0lBQ1QsaUJBQUs7Ozs7SUFSMkIsNkNBQWtDO0lBQy9DLGVBQXdCO0lBQXhCLDJDQUF3QjtJQUlsQyxlQUFxQjtJQUFyQix3Q0FBcUI7Ozs7SUFTNUIsNkJBQ3dDO0lBRHhCLGdQQUFlLDhCQUF3QixJQUFDLHVOQUFVLDhCQUF3QixJQUFsQztJQUV0RCxnQ0FBMEI7SUFBQSxZQUE0QjtJQUFBLGlCQUFPO0lBQzdELDRCQUFNO0lBQUEsWUFBb0U7O0lBQUEsaUJBQU87SUFDbkYsaUJBQUk7Ozs7SUFGd0IsZUFBNEI7SUFBNUIsNkRBQTRCO0lBQ2hELGVBQW9FO0lBQXBFLDBHQUFvRTs7O0lBRTVFLDZCQUFvRDtJQUNsRCxnQ0FBMEI7SUFBQSxZQUErQjtJQUFBLGlCQUFPO0lBQ2hFLDRCQUFNO0lBQUEsWUFBb0U7O0lBQUEsaUJBQU87SUFDbkYsMEJBQWU7Ozs7SUFGYSxlQUErQjtJQUEvQixnRUFBK0I7SUFDbkQsZUFBb0U7SUFBcEUsMEdBQW9FOzs7SUFUOUUsMEJBQytCO0lBQzdCLDJFQUlJO0lBQ0osaUdBR2U7SUFDakIsaUJBQUs7Ozs7O0lBWEQsOERBQStDLHNDQUFBO0lBRzlDLGVBQW1DO0lBQW5DLDBEQUFtQztJQUl2QixlQUFtQztJQUFuQywwREFBbUM7Ozs7SUFNbEQsNkJBQzhEO0lBRHRCLGlNQUFlLFVBQVEsSUFBQyx3S0FBVSxVQUFRLElBQWxCO0lBRTlELFlBQWdCO0lBQUEsZ0NBQTBCO0lBQUEsWUFBMkI7SUFBQSxpQkFBTztJQUM5RSxpQkFBSTs7O0lBRkYscUZBQTJEO0lBQzNELGVBQWdCO0lBQWhCLGtEQUFnQjtJQUEwQixlQUEyQjtJQUEzQixtREFBMkI7OztJQUV2RSw0QkFBNkI7SUFDM0IsWUFBZ0I7SUFBQSxnQ0FBMEI7SUFBQSxZQUEyQjtJQUFBLGlCQUFPO0lBQzlFLGlCQUFPOzs7SUFETCxlQUFnQjtJQUFoQixrREFBZ0I7SUFBMEIsZUFBMkI7SUFBM0IsbURBQTJCOzs7SUFOekUsOEJBQXFGO0lBQ25GLDJFQUdJO0lBQ0osaUZBRU87SUFDVCxpQkFBSzs7OztJQVJ1Qiw0Q0FBaUM7SUFDMUMsZUFBcUI7SUFBckIsd0NBQXFCO0lBSS9CLGVBQW9CO0lBQXBCLHVDQUFvQjs7O0lBL0IvQiw2QkFDNkU7SUFDM0UsdUVBUUs7SUFDTCw2QkFBeUI7SUFDdkIsWUFDRjtJQUFBLGlCQUFLO0lBQ0wsdUVBV0s7SUFDTCx1RUFRSztJQUNQLGlCQUFLOzs7O0lBbENILCtDQUErQjtJQURZLGdFQUErQztJQUV0QixlQUFvQjtJQUFwQiw0Q0FBb0I7SUFVdEYsZUFDRjtJQURFLDJFQUNGO0lBRW1CLGVBQVU7SUFBVixtQ0FBVTtJQVdrQyxlQUFvQjtJQUFwQiw0Q0FBb0I7O0FEM0J6RixTQUFTLGVBQWUsQ0FBQyxLQUF1QjtJQUM5QyxPQUFPLENBQUMsQ0FBQyxLQUFLLElBQUksS0FBSyxLQUFLLE9BQU8sQ0FBQztBQUN0QyxDQUFDO0FBT0QsTUFBTSxPQUFPLG1CQUFtQjtJQUxoQztRQVNrQixZQUFPLEdBQUcsQ0FBQyxDQUFDO1FBQ1osa0JBQWEsR0FBRyxVQUFVLENBQUM7UUFDM0IsY0FBUyxHQUFHLE1BQU0sQ0FBQztRQUNuQixnQ0FBMkIsR0FBRyxZQUFZLENBQUM7UUFDM0MsMEJBQXFCLEdBQUcsTUFBTSxDQUFDO1FBQy9CLDZCQUF3QixHQUFHLGdCQUFnQixDQUFDO1FBQzNDLGVBQVUsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUM5RCx5QkFBb0IsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVqRixvQkFBZSxHQUFHLElBQUksQ0FBQztRQUN2QixjQUFTLEdBQUcsS0FBSyxDQUFDO1FBQ2xCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO0tBNEI3QjtJQTFCQyxJQUNXLGNBQWM7UUFDdkIsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDO0lBQzlCLENBQUM7SUFFRCxJQUFXLGNBQWMsQ0FBQyxLQUFjO1FBQ3RDLElBQUksQ0FBQyxlQUFlLEdBQUcsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFFRCxJQUNXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQ3hCLENBQUM7SUFFRCxJQUFXLFFBQVEsQ0FBQyxLQUFjO1FBQ2hDLElBQUksQ0FBQyxTQUFTLEdBQUcsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFRCxJQUNXLFVBQVU7UUFDbkIsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFXLFVBQVUsQ0FBQyxLQUFjO1FBQ2xDLElBQUksQ0FBQyxXQUFXLEdBQUcsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVDLENBQUM7O3NGQTFDVSxtQkFBbUI7d0RBQW5CLG1CQUFtQjtRQ1hoQyxpREFDNkQ7UUFEUyw2SEFBYywyQkFBdUIsSUFBQyxvSUFDbEYscUNBQWlDLElBRGlEO1FBRTFHLDhCQUErQztRQUM3QyxrRUFtQ0s7UUFDUCxpQkFBTTtRQUNSLGlCQUFzQjs7O1FBeENrQiwyQkFBUyx3QkFBQTtRQUlWLGVBQXdDO1FBQXhDLCtEQUF3Qzs7dUZET2xFLG1CQUFtQjtjQUwvQixTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGdCQUFnQjtnQkFDMUIsV0FBVyxFQUFFLDZCQUE2QjtnQkFDMUMsU0FBUyxFQUFFLENBQUMsNkJBQTZCLENBQUM7YUFDM0M7Z0JBR1EsZUFBZTtrQkFEckIsS0FBSztZQUVVLEVBQUU7a0JBQWpCLEtBQUs7WUFDVSxPQUFPO2tCQUF0QixLQUFLO1lBQ1UsYUFBYTtrQkFBNUIsS0FBSztZQUNVLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSwyQkFBMkI7a0JBQTFDLEtBQUs7WUFDVSxxQkFBcUI7a0JBQXBDLEtBQUs7WUFDVSx3QkFBd0I7a0JBQXZDLEtBQUs7WUFDVyxVQUFVO2tCQUExQixNQUFNO1lBQ1Usb0JBQW9CO2tCQUFwQyxNQUFNO1lBT0ksY0FBYztrQkFEeEIsS0FBSztZQVVLLFFBQVE7a0JBRGxCLEtBQUs7WUFVSyxVQUFVO2tCQURwQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZnVuY3Rpb24gY29lcmNlVG9Cb29sZWFuKGlucHV0OiBzdHJpbmcgfCBib29sZWFuKTogYm9vbGVhbiB7XG4gIHJldHVybiAhIWlucHV0ICYmIGlucHV0ICE9PSAnZmFsc2UnO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtcGFnaW5hdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdpbmF0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFnaW5hdGlvbi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRpb25Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBwdWJsaWMgdmlzaWJpbGl0eUxhYmVsOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBpZDogc3RyaW5nO1xuICBASW5wdXQoKSBwdWJsaWMgbWF4U2l6ZSA9IDc7XG4gIEBJbnB1dCgpIHB1YmxpYyBwcmV2aW91c0xhYmVsID0gJ1ByZXZpb3VzJztcbiAgQElucHV0KCkgcHVibGljIG5leHRMYWJlbCA9ICdOZXh0JztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlclBhZ2luYXRpb25MYWJlbCA9ICdQYWdpbmF0aW9uJztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlclBhZ2VMYWJlbCA9ICdwYWdlJztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlckN1cnJlbnRMYWJlbCA9IGBZb3UncmUgb24gcGFnZWA7XG4gIEBPdXRwdXQoKSBwdWJsaWMgcGFnZUNoYW5nZTogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcbiAgQE91dHB1dCgpIHB1YmxpYyBwYWdlQm91bmRzQ29ycmVjdGlvbjogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICBwcml2YXRlIHBEaXJlY3Rpb25MaW5rcyA9IHRydWU7XG4gIHByaXZhdGUgcEF1dG9IaWRlID0gZmFsc2U7XG4gIHByaXZhdGUgcFJlc3BvbnNpdmUgPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IGRpcmVjdGlvbkxpbmtzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLnBEaXJlY3Rpb25MaW5rcztcbiAgfVxuXG4gIHB1YmxpYyBzZXQgZGlyZWN0aW9uTGlua3ModmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLnBEaXJlY3Rpb25MaW5rcyA9IGNvZXJjZVRvQm9vbGVhbih2YWx1ZSk7XG4gIH1cblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IGF1dG9IaWRlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLnBBdXRvSGlkZTtcbiAgfVxuXG4gIHB1YmxpYyBzZXQgYXV0b0hpZGUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLnBBdXRvSGlkZSA9IGNvZXJjZVRvQm9vbGVhbih2YWx1ZSk7XG4gIH1cblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IHJlc3BvbnNpdmUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMucFJlc3BvbnNpdmU7XG4gIH1cblxuICBwdWJsaWMgc2V0IHJlc3BvbnNpdmUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLnBSZXNwb25zaXZlID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxufVxuIiwiPHBhZ2luYXRpb24tdGVtcGxhdGUgI3A9XCJwYWdpbmF0aW9uQXBpXCIgW2lkXT1cImlkXCIgW21heFNpemVdPVwibWF4U2l6ZVwiIChwYWdlQ2hhbmdlKT1cInBhZ2VDaGFuZ2UuZW1pdCgkZXZlbnQpXCJcbiAgKHBhZ2VCb3VuZHNDb3JyZWN0aW9uKT1cInBhZ2VCb3VuZHNDb3JyZWN0aW9uLmVtaXQoJGV2ZW50KVwiPlxuICA8bmF2IHJvbGU9XCJuYXZpZ2F0aW9uXCIgYXJpYS1sYWJlbD1cIlBhZ2luYXRpb25cIj5cbiAgICA8dWwgY2xhc3M9XCJuZ3gtcGFnaW5hdGlvblwiIHJvbGU9XCJuYXZpZ2F0aW9uXCIgW2F0dHIuYXJpYS1sYWJlbF09XCJzY3JlZW5SZWFkZXJQYWdpbmF0aW9uTGFiZWxcIlxuICAgICAgW2NsYXNzLnJlc3BvbnNpdmVdPVwicmVzcG9uc2l2ZVwiICpuZ0lmPVwiIShhdXRvSGlkZSAmJiBwLnBhZ2VzLmxlbmd0aCA8PSAxKVwiPlxuICAgICAgPGxpIGNsYXNzPVwicGFnaW5hdGlvbi1wcmV2aW91c1wiIFtjbGFzcy5kaXNhYmxlZF09XCJwLmlzRmlyc3RQYWdlKClcIiAqbmdJZj1cImRpcmVjdGlvbkxpbmtzXCI+XG4gICAgICAgIDxhIHRhYmluZGV4PVwiMFwiICpuZ0lmPVwiMSA8IHAuZ2V0Q3VycmVudCgpXCIgKGtleXVwLmVudGVyKT1cInAucHJldmlvdXMoKVwiIChjbGljayk9XCJwLnByZXZpb3VzKClcIlxuICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwicHJldmlvdXNMYWJlbCArICcgJyArIHNjcmVlblJlYWRlclBhZ2VMYWJlbFwiPlxuICAgICAgICAgIHt7IHByZXZpb3VzTGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8c3BhbiAqbmdJZj1cInAuaXNGaXJzdFBhZ2UoKVwiPlxuICAgICAgICAgIHt7IHByZXZpb3VzTGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9saT5cbiAgICAgIDxsaSBjbGFzcz1cInNtYWxsLXNjcmVlblwiPlxuICAgICAgICB7eyBwLmdldEN1cnJlbnQoKSB9fSAvIHt7IHAuZ2V0TGFzdFBhZ2UoKSB9fVxuICAgICAgPC9saT5cbiAgICAgIDxsaSBbY2xhc3MuY3VycmVudF09XCJwLmdldEN1cnJlbnQoKSA9PT0gcGFnZS52YWx1ZVwiIFtjbGFzcy5lbGxpcHNpc109XCJwYWdlLmxhYmVsID09PSAnLi4uJ1wiXG4gICAgICAgICpuZ0Zvcj1cImxldCBwYWdlIG9mIHAucGFnZXNcIj5cbiAgICAgICAgPGEgdGFiaW5kZXg9XCIwXCIgKGtleXVwLmVudGVyKT1cInAuc2V0Q3VycmVudChwYWdlLnZhbHVlKVwiIChjbGljayk9XCJwLnNldEN1cnJlbnQocGFnZS52YWx1ZSlcIlxuICAgICAgICAgICpuZ0lmPVwicC5nZXRDdXJyZW50KCkgIT09IHBhZ2UudmFsdWVcIj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIH19IDwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyAocGFnZS5sYWJlbCA9PT0gJy4uLicpID8gcGFnZS5sYWJlbCA6IChwYWdlLmxhYmVsIHwgbnVtYmVyOicnKSB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicC5nZXRDdXJyZW50KCkgPT09IHBhZ2UudmFsdWVcIj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyQ3VycmVudExhYmVsIH19IDwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyAocGFnZS5sYWJlbCA9PT0gJy4uLicpID8gcGFnZS5sYWJlbCA6IChwYWdlLmxhYmVsIHwgbnVtYmVyOicnKSB9fTwvc3Bhbj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8L2xpPlxuICAgICAgPGxpIGNsYXNzPVwicGFnaW5hdGlvbi1uZXh0XCIgW2NsYXNzLmRpc2FibGVkXT1cInAuaXNMYXN0UGFnZSgpXCIgKm5nSWY9XCJkaXJlY3Rpb25MaW5rc1wiPlxuICAgICAgICA8YSB0YWJpbmRleD1cIjBcIiAqbmdJZj1cIiFwLmlzTGFzdFBhZ2UoKVwiIChrZXl1cC5lbnRlcik9XCJwLm5leHQoKVwiIChjbGljayk9XCJwLm5leHQoKVwiXG4gICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJuZXh0TGFiZWwgKyAnICcgKyBzY3JlZW5SZWFkZXJQYWdlTGFiZWxcIj5cbiAgICAgICAgICB7eyBuZXh0TGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8c3BhbiAqbmdJZj1cInAuaXNMYXN0UGFnZSgpXCI+XG4gICAgICAgICAge3sgbmV4dExhYmVsIH19IDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJQYWdlTGFiZWwgfX08L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgIDwvbGk+XG4gICAgPC91bD5cbiAgPC9uYXY+XG48L3BhZ2luYXRpb24tdGVtcGxhdGU+XG4iXX0=
|
|
272
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7OztJQ00vRCw2QkFDaUY7SUFEdEMsZ01BQWUsY0FBWSxJQUFDLHVLQUFVLGNBQVksSUFBdEI7O0lBRXJFLFlBQW1DOztJQUFBLGdDQUEwQjtJQUFBLFlBQTBDOztJQUFBLGlCQUFPO0lBQ2hILGlCQUFJOzs7SUFGRiw2R0FBOEU7SUFDOUUsZUFBbUM7SUFBbkMsMkVBQW1DO0lBQTBCLGVBQTBDO0lBQTFDLHdFQUEwQzs7O0lBRXpHLDRCQUE4QjtJQUM1QixZQUFtQzs7SUFBQSxnQ0FBMEI7SUFBQSxZQUEwQzs7SUFBQSxpQkFBTztJQUNoSCxpQkFBTzs7O0lBREwsZUFBbUM7SUFBbkMsMkVBQW1DO0lBQTBCLGVBQTBDO0lBQTFDLHdFQUEwQzs7O0lBTjNHLDZCQUEwRjtJQUN4RiwyRUFHSTtJQUNKLGlGQUVPO0lBQ1QsaUJBQUs7Ozs7SUFSMkIsNkNBQWtDO0lBQy9DLGVBQXdCO0lBQXhCLDJDQUF3QjtJQUlsQyxlQUFxQjtJQUFyQix3Q0FBcUI7Ozs7SUFTNUIsNkJBQ3dDO0lBRHhCLGdQQUFlLDhCQUF3QixJQUFDLHVOQUFVLDhCQUF3QixJQUFsQztJQUV0RCxnQ0FBMEI7SUFBQSxZQUEy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LENBQUM7SUFDMUIsQ0FBQztJQUVELElBQVcsVUFBVSxDQUFDLEtBQWM7UUFDbEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUMsQ0FBQzs7c0ZBMUNVLG1CQUFtQjt3REFBbkIsbUJBQW1CO1FDWGhDLGlEQUM2RDtRQURTLDZIQUFjLDJCQUF1QixJQUFDLG9JQUNsRixxQ0FBaUMsSUFEaUQ7UUFFMUcsOEJBQXVFOztRQUNyRSxtRUFtQ0s7UUFDUCxpQkFBTTtRQUNSLGlCQUFzQjs7O1FBeENrQiwyQkFBUyx3QkFBQTtRQUV4QixlQUErQztRQUEvQyxnRUFBK0M7UUFFakMsZUFBd0M7UUFBeEMsK0RBQXdDOzt1RkRPbEUsbUJBQW1CO2NBTC9CLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO2dCQUMxQixXQUFXLEVBQUUsNkJBQTZCO2dCQUMxQyxTQUFTLEVBQUUsQ0FBQyw2QkFBNkIsQ0FBQzthQUMzQztnQkFHUSxlQUFlO2tCQURyQixLQUFLO1lBRVUsRUFBRTtrQkFBakIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxhQUFhO2tCQUE1QixLQUFLO1lBQ1UsU0FBUztrQkFBeEIsS0FBSztZQUNVLDJCQUEyQjtrQkFBMUMsS0FBSztZQUNVLHFCQUFxQjtrQkFBcEMsS0FBSztZQUNVLHdCQUF3QjtrQkFBdkMsS0FBSztZQUNXLFVBQVU7a0JBQTFCLE1BQU07WUFDVSxvQkFBb0I7a0JBQXBDLE1BQU07WUFPSSxjQUFjO2tCQUR4QixLQUFLO1lBVUssUUFBUTtrQkFEbEIsS0FBSztZQVVLLFVBQVU7a0JBRHBCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5mdW5jdGlvbiBjb2VyY2VUb0Jvb2xlYW4oaW5wdXQ6IHN0cmluZyB8IGJvb2xlYW4pOiBib29sZWFuIHtcbiAgcmV0dXJuICEhaW5wdXQgJiYgaW5wdXQgIT09ICdmYWxzZSc7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1wYWdpbmF0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdpbmF0aW9uLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUGFnaW5hdGlvbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2aXNpYmlsaXR5TGFiZWw6IHN0cmluZztcbiAgQElucHV0KCkgcHVibGljIGlkOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBtYXhTaXplID0gNztcbiAgQElucHV0KCkgcHVibGljIHByZXZpb3VzTGFiZWwgPSAnUHJldmlvdXMnO1xuICBASW5wdXQoKSBwdWJsaWMgbmV4dExhYmVsID0gJ05leHQnO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyUGFnaW5hdGlvbkxhYmVsID0gJ1BhZ2luYXRpb24nO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyUGFnZUxhYmVsID0gJ3BhZ2UnO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyQ3VycmVudExhYmVsID0gYFlvdSdyZSBvbiBwYWdlYDtcbiAgQE91dHB1dCgpIHB1YmxpYyBwYWdlQ2hhbmdlOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuICBAT3V0cHV0KCkgcHVibGljIHBhZ2VCb3VuZHNDb3JyZWN0aW9uOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuXG4gIHByaXZhdGUgcERpcmVjdGlvbkxpbmtzID0gdHJ1ZTtcbiAgcHJpdmF0ZSBwQXV0b0hpZGUgPSBmYWxzZTtcbiAgcHJpdmF0ZSBwUmVzcG9uc2l2ZSA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgZGlyZWN0aW9uTGlua3MoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMucERpcmVjdGlvbkxpbmtzO1xuICB9XG5cbiAgcHVibGljIHNldCBkaXJlY3Rpb25MaW5rcyh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMucERpcmVjdGlvbkxpbmtzID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgYXV0b0hpZGUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMucEF1dG9IaWRlO1xuICB9XG5cbiAgcHVibGljIHNldCBhdXRvSGlkZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMucEF1dG9IaWRlID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgcmVzcG9uc2l2ZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5wUmVzcG9uc2l2ZTtcbiAgfVxuXG4gIHB1YmxpYyBzZXQgcmVzcG9uc2l2ZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMucFJlc3BvbnNpdmUgPSBjb2VyY2VUb0Jvb2xlYW4odmFsdWUpO1xuICB9XG59XG4iLCI8cGFnaW5hdGlvbi10ZW1wbGF0ZSAjcD1cInBhZ2luYXRpb25BcGlcIiBbaWRdPVwiaWRcIiBbbWF4U2l6ZV09XCJtYXhTaXplXCIgKHBhZ2VDaGFuZ2UpPVwicGFnZUNoYW5nZS5lbWl0KCRldmVudClcIlxuICAocGFnZUJvdW5kc0NvcnJlY3Rpb24pPVwicGFnZUJvdW5kc0NvcnJlY3Rpb24uZW1pdCgkZXZlbnQpXCI+XG4gIDxuYXYgcm9sZT1cIm5hdmlnYXRpb25cIiBbYXR0ci5hcmlhLWxhYmVsXT1cIidQYWdpbmF0aW9uJyB8IHJweFRyYW5zbGF0ZVwiPlxuICAgIDx1bCBjbGFzcz1cIm5neC1wYWdpbmF0aW9uXCIgcm9sZT1cIm5hdmlnYXRpb25cIiBbYXR0ci5hcmlhLWxhYmVsXT1cInNjcmVlblJlYWRlclBhZ2luYXRpb25MYWJlbCB8IHJweFRyYW5zbGF0ZVwiXG4gICAgICBbY2xhc3MucmVzcG9uc2l2ZV09XCJyZXNwb25zaXZlXCIgKm5nSWY9XCIhKGF1dG9IaWRlICYmIHAucGFnZXMubGVuZ3RoIDw9IDEpXCI+XG4gICAgICA8bGkgY2xhc3M9XCJwYWdpbmF0aW9uLXByZXZpb3VzXCIgW2NsYXNzLmRpc2FibGVkXT1cInAuaXNGaXJzdFBhZ2UoKVwiICpuZ0lmPVwiZGlyZWN0aW9uTGlua3NcIj5cbiAgICAgICAgPGEgdGFiaW5kZXg9XCIwXCIgKm5nSWY9XCIxIDwgcC5nZXRDdXJyZW50KClcIiAoa2V5dXAuZW50ZXIpPVwicC5wcmV2aW91cygpXCIgKGNsaWNrKT1cInAucHJldmlvdXMoKVwiXG4gICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJwcmV2aW91c0xhYmVsICsgJyAnICsgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlXCI+XG4gICAgICAgICAge3sgcHJldmlvdXNMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxzcGFuICpuZ0lmPVwicC5pc0ZpcnN0UGFnZSgpXCI+XG4gICAgICAgICAge3sgcHJldmlvdXNMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgICA8L2xpPlxuICAgICAgPGxpIGNsYXNzPVwic21hbGwtc2NyZWVuXCI+XG4gICAgICAgIHt7IHAuZ2V0Q3VycmVudCgpIH19IC8ge3sgcC5nZXRMYXN0UGFnZSgpIH19XG4gICAgICA8L2xpPlxuICAgICAgPGxpIFtjbGFzcy5jdXJyZW50XT1cInAuZ2V0Q3VycmVudCgpID09PSBwYWdlLnZhbHVlXCIgW2NsYXNzLmVsbGlwc2lzXT1cInBhZ2UubGFiZWwgPT09ICcuLi4nXCJcbiAgICAgICAgKm5nRm9yPVwibGV0IHBhZ2Ugb2YgcC5wYWdlc1wiPlxuICAgICAgICA8YSB0YWJpbmRleD1cIjBcIiAoa2V5dXAuZW50ZXIpPVwicC5zZXRDdXJyZW50KHBhZ2UudmFsdWUpXCIgKGNsaWNrKT1cInAuc2V0Q3VycmVudChwYWdlLnZhbHVlKVwiXG4gICAgICAgICAgKm5nSWY9XCJwLmdldEN1cnJlbnQoKSAhPT0gcGFnZS52YWx1ZVwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJQYWdlTGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IChwYWdlLmxhYmVsID09PSAnLi4uJykgPyBwYWdlLmxhYmVsIDogKHBhZ2UubGFiZWwgfCBudW1iZXI6JycpIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJwLmdldEN1cnJlbnQoKSA9PT0gcGFnZS52YWx1ZVwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJDdXJyZW50TGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IChwYWdlLmxhYmVsID09PSAnLi4uJykgPyBwYWdlLmxhYmVsIDogKHBhZ2UubGFiZWwgfCBudW1iZXI6JycpIH19PC9zcGFuPlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvbGk+XG4gICAgICA8bGkgY2xhc3M9XCJwYWdpbmF0aW9uLW5leHRcIiBbY2xhc3MuZGlzYWJsZWRdPVwicC5pc0xhc3RQYWdlKClcIiAqbmdJZj1cImRpcmVjdGlvbkxpbmtzXCI+XG4gICAgICAgIDxhIHRhYmluZGV4PVwiMFwiICpuZ0lmPVwiIXAuaXNMYXN0UGFnZSgpXCIgKGtleXVwLmVudGVyKT1cInAubmV4dCgpXCIgKGNsaWNrKT1cInAubmV4dCgpXCJcbiAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIm5leHRMYWJlbCArICcgJyArIHNjcmVlblJlYWRlclBhZ2VMYWJlbCB8IHJweFRyYW5zbGF0ZVwiPlxuICAgICAgICAgIHt7IG5leHRMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxzcGFuICpuZ0lmPVwicC5pc0xhc3RQYWdlKClcIj5cbiAgICAgICAgICB7eyBuZXh0TGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fTwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9saT5cbiAgICA8L3VsPlxuICA8L25hdj5cbjwvcGFnaW5hdGlvbi10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { NgxPaginationModule, PaginatePipe } from 'ngx-pagination';
|
|
4
|
+
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
4
5
|
import { PaginationComponent } from './pagination.component';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "rpx-xui-translation";
|
|
6
8
|
export class PaginationModule {
|
|
7
9
|
}
|
|
8
10
|
PaginationModule.ɵfac = function PaginationModule_Factory(t) { return new (t || PaginationModule)(); };
|
|
9
11
|
PaginationModule.ɵmod = i0.ɵɵdefineNgModule({ type: PaginationModule });
|
|
10
12
|
PaginationModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
11
13
|
CommonModule,
|
|
12
|
-
NgxPaginationModule
|
|
14
|
+
NgxPaginationModule,
|
|
15
|
+
RpxTranslationModule.forChild()
|
|
13
16
|
]] });
|
|
14
17
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PaginationModule, { declarations: [PaginationComponent], imports: [CommonModule,
|
|
15
|
-
NgxPaginationModule], exports: [PaginationComponent,
|
|
18
|
+
NgxPaginationModule, i1.RpxTranslationModule], exports: [PaginationComponent,
|
|
16
19
|
PaginatePipe] }); })();
|
|
17
20
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationModule, [{
|
|
18
21
|
type: NgModule,
|
|
19
22
|
args: [{
|
|
20
23
|
imports: [
|
|
21
24
|
CommonModule,
|
|
22
|
-
NgxPaginationModule
|
|
25
|
+
NgxPaginationModule,
|
|
26
|
+
RpxTranslationModule.forChild()
|
|
23
27
|
],
|
|
24
28
|
declarations: [
|
|
25
29
|
PaginationComponent
|
|
@@ -30,4 +34,4 @@ PaginationModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
30
34
|
],
|
|
31
35
|
}]
|
|
32
36
|
}], null, null); })();
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQWdCN0QsTUFBTSxPQUFPLGdCQUFnQjs7Z0ZBQWhCLGdCQUFnQjtvREFBaEIsZ0JBQWdCO3dEQWJsQjtZQUNQLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsb0JBQW9CLENBQUMsUUFBUSxFQUFFO1NBQ2hDO3dGQVNVLGdCQUFnQixtQkFQekIsbUJBQW1CLGFBTG5CLFlBQVk7UUFDWixtQkFBbUIsc0NBT25CLG1CQUFtQjtRQUNuQixZQUFZO3VGQUdILGdCQUFnQjtjQWQ1QixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixvQkFBb0IsQ0FBQyxRQUFRLEVBQUU7aUJBQ2hDO2dCQUNELFlBQVksRUFBRTtvQkFDWixtQkFBbUI7aUJBQ3BCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxtQkFBbUI7b0JBQ25CLFlBQVk7aUJBQ2I7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmd4UGFnaW5hdGlvbk1vZHVsZSwgUGFnaW5hdGVQaXBlIH0gZnJvbSAnbmd4LXBhZ2luYXRpb24nO1xuaW1wb3J0IHsgUnB4VHJhbnNsYXRpb25Nb2R1bGUgfSBmcm9tICdycHgteHVpLXRyYW5zbGF0aW9uJztcbmltcG9ydCB7IFBhZ2luYXRpb25Db21wb25lbnQgfSBmcm9tICcuL3BhZ2luYXRpb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBOZ3hQYWdpbmF0aW9uTW9kdWxlLFxuICAgIFJweFRyYW5zbGF0aW9uTW9kdWxlLmZvckNoaWxkKClcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUGFnaW5hdGlvbkNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgUGFnaW5hdGlvbkNvbXBvbmVudCxcbiAgICBQYWdpbmF0ZVBpcGVcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgUGFnaW5hdGlvbk1vZHVsZSB7fVxuIl19
|