@hmcts/ccd-case-ui-toolkit 5.0.14-angular11-upgrade → 5.0.15-angular11-updgrade-welsh-release-v2
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 +3067 -2039
- 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/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 +7 -5
- package/esm2015/lib/components/tabs/tabs.module.js +6 -2
- 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-edit-confirm/case-edit-confirm.component.js +33 -28
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +80 -51
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +179 -130
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +21 -17
- 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-history/case-history.component.js +96 -69
- package/esm2015/lib/shared/components/case-history/case-history.module.js +8 -4
- 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 +8 -4
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +10 -6
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +8 -4
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +108 -67
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +91 -70
- 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-full-access-view/case-full-access-view.component.js +89 -60
- 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 +109 -80
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +81 -50
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +10 -6
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +39 -24
- 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/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 +53 -33
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
- 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 +33 -26
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +22 -14
- 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/write-fixed-list-field.component.js +16 -12
- 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 +91 -69
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +60 -46
- 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 +45 -26
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +9 -7
- 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 +90 -51
- package/esm2015/lib/shared/components/palette/palette.module.js +28 -20
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +20 -15
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +62 -36
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +10 -6
- package/esm2015/lib/shared/components/search-result/search-result.component.js +124 -92
- package/esm2015/lib/shared/components/search-result/search-result.module.js +8 -4
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +66 -47
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +8 -4
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3036 -2030
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.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.module.d.ts +2 -1
- package/lib/components/tabs/tabs.module.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-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-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-viewer.module.d.ts +2 -1
- package/lib/shared/components/case-viewer/case-viewer.module.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/pagination/pagination.module.d.ts +2 -1
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +21 -19
- package/lib/shared/components/palette/palette.module.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 +2 -1
- 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/package.json +1 -1
|
@@ -2,6 +2,7 @@ import { CommonModule } from '@angular/common';
|
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { ReactiveFormsModule } from '@angular/forms';
|
|
4
4
|
import { RouterModule } from '@angular/router';
|
|
5
|
+
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
5
6
|
import { MultipleTasksExistComponent } from './components/multiple-tasks-exist/multiple-tasks-exist.component';
|
|
6
7
|
import { NoTasksAvailableComponent } from './components/no-tasks-available/no-tasks-available.component';
|
|
7
8
|
import { TaskAssignedComponent } from './components/task-assigned/task-assigned.component';
|
|
@@ -13,6 +14,7 @@ import { EventStartComponent } from './event-start.component';
|
|
|
13
14
|
import { EventTasksResolverService } from './resolvers/event-tasks-resolver.service';
|
|
14
15
|
import { EventStartStateMachineService } from './services';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
17
|
+
import * as i1 from "rpx-xui-translation";
|
|
16
18
|
export class EventStartModule {
|
|
17
19
|
}
|
|
18
20
|
EventStartModule.ɵfac = function EventStartModule_Factory(t) { return new (t || EventStartModule)(); };
|
|
@@ -24,7 +26,8 @@ EventStartModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
24
26
|
], imports: [[
|
|
25
27
|
CommonModule,
|
|
26
28
|
ReactiveFormsModule,
|
|
27
|
-
RouterModule
|
|
29
|
+
RouterModule,
|
|
30
|
+
RpxTranslationModule.forChild()
|
|
28
31
|
]] });
|
|
29
32
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EventStartModule, { declarations: [EventStartComponent,
|
|
30
33
|
MultipleTasksExistComponent,
|
|
@@ -34,7 +37,7 @@ EventStartModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
34
37
|
TaskConflictComponent,
|
|
35
38
|
TaskUnassignedComponent], imports: [CommonModule,
|
|
36
39
|
ReactiveFormsModule,
|
|
37
|
-
RouterModule], exports: [EventStartComponent,
|
|
40
|
+
RouterModule, i1.RpxTranslationModule], exports: [EventStartComponent,
|
|
38
41
|
TaskAssignedComponent,
|
|
39
42
|
TaskUnassignedComponent] }); })();
|
|
40
43
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventStartModule, [{
|
|
@@ -43,7 +46,8 @@ EventStartModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
43
46
|
imports: [
|
|
44
47
|
CommonModule,
|
|
45
48
|
ReactiveFormsModule,
|
|
46
|
-
RouterModule
|
|
49
|
+
RouterModule,
|
|
50
|
+
RpxTranslationModule.forChild()
|
|
47
51
|
],
|
|
48
52
|
declarations: [
|
|
49
53
|
EventStartComponent,
|
|
@@ -66,4 +70,4 @@ EventStartModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
66
70
|
]
|
|
67
71
|
}]
|
|
68
72
|
}], null, null); })();
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZlbnQtc3RhcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2V2ZW50LXN0YXJ0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDM0QsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sa0VBQWtFLENBQUM7QUFDL0csT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOERBQThELENBQUM7QUFDekcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDM0YsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDOUYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDM0YsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDakcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2xFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLFlBQVksQ0FBQzs7O0FBNkIzRCxNQUFNLE9BQU8sZ0JBQWdCOztnRkFBaEIsZ0JBQWdCO29EQUFoQixnQkFBZ0I7eURBWGhCO1FBQ1QsZUFBZTtRQUNmLHlCQUF5QjtRQUN6Qiw2QkFBNkI7S0FDOUIsWUFuQlE7WUFDUCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixvQkFBb0IsQ0FBQyxRQUFRLEVBQUU7U0FDaEM7d0ZBcUJVLGdCQUFnQixtQkFuQnpCLG1CQUFtQjtRQUNuQiwyQkFBMkI7UUFDM0IseUJBQXlCO1FBQ3pCLHFCQUFxQjtRQUNyQixzQkFBc0I7UUFDdEIscUJBQXFCO1FBQ3JCLHVCQUF1QixhQVp2QixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLFlBQVksc0NBa0JaLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIsdUJBQXVCO3VGQUdkLGdCQUFnQjtjQTNCNUIsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLG1CQUFtQjtvQkFDbkIsWUFBWTtvQkFDWixvQkFBb0IsQ0FBQyxRQUFRLEVBQUU7aUJBQ2hDO2dCQUNELFlBQVksRUFBRTtvQkFDWixtQkFBbUI7b0JBQ25CLDJCQUEyQjtvQkFDM0IseUJBQXlCO29CQUN6QixxQkFBcUI7b0JBQ3JCLHNCQUFzQjtvQkFDdEIscUJBQXFCO29CQUNyQix1QkFBdUI7aUJBQ3hCO2dCQUNELFNBQVMsRUFBRTtvQkFDVCxlQUFlO29CQUNmLHlCQUF5QjtvQkFDekIsNkJBQTZCO2lCQUM5QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsbUJBQW1CO29CQUNuQixxQkFBcUI7b0JBQ3JCLHVCQUF1QjtpQkFDeEI7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBScHhUcmFuc2xhdGlvbk1vZHVsZSB9IGZyb20gJ3JweC14dWktdHJhbnNsYXRpb24nO1xuaW1wb3J0IHsgTXVsdGlwbGVUYXNrc0V4aXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL211bHRpcGxlLXRhc2tzLWV4aXN0L211bHRpcGxlLXRhc2tzLWV4aXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb1Rhc2tzQXZhaWxhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL25vLXRhc2tzLWF2YWlsYWJsZS9uby10YXNrcy1hdmFpbGFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IFRhc2tBc3NpZ25lZENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy90YXNrLWFzc2lnbmVkL3Rhc2stYXNzaWduZWQuY29tcG9uZW50JztcbmltcG9ydCB7IFRhc2tDYW5jZWxsZWRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdGFzay1jYW5jZWxsZWQvdGFzay1jYW5jZWxsZWQuY29tcG9uZW50JztcbmltcG9ydCB7IFRhc2tDb25mbGljdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy90YXNrLWNvbmZsaWN0L3Rhc2stY29uZmxpY3QuY29tcG9uZW50JztcbmltcG9ydCB7IFRhc2tVbmFzc2lnbmVkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3Rhc2stdW5hc3NpZ25lZC90YXNrLXVuYXNzaWduZWQuY29tcG9uZW50JztcbmltcG9ydCB7IEV2ZW50U3RhcnRHdWFyZCB9IGZyb20gJy4vZXZlbnQtZ3VhcmQvZXZlbnQtc3RhcnQuZ3VhcmQnO1xuaW1wb3J0IHsgRXZlbnRTdGFydENvbXBvbmVudCB9IGZyb20gJy4vZXZlbnQtc3RhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEV2ZW50VGFza3NSZXNvbHZlclNlcnZpY2UgfSBmcm9tICcuL3Jlc29sdmVycy9ldmVudC10YXNrcy1yZXNvbHZlci5zZXJ2aWNlJztcbmltcG9ydCB7IEV2ZW50U3RhcnRTdGF0ZU1hY2hpbmVTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcyc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBSb3V0ZXJNb2R1bGUsXG4gICAgUnB4VHJhbnNsYXRpb25Nb2R1bGUuZm9yQ2hpbGQoKVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBFdmVudFN0YXJ0Q29tcG9uZW50LFxuICAgIE11bHRpcGxlVGFza3NFeGlzdENvbXBvbmVudCxcbiAgICBOb1Rhc2tzQXZhaWxhYmxlQ29tcG9uZW50LFxuICAgIFRhc2tBc3NpZ25lZENvbXBvbmVudCxcbiAgICBUYXNrQ2FuY2VsbGVkQ29tcG9uZW50LFxuICAgIFRhc2tDb25mbGljdENvbXBvbmVudCxcbiAgICBUYXNrVW5hc3NpZ25lZENvbXBvbmVudFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBFdmVudFN0YXJ0R3VhcmQsXG4gICAgRXZlbnRUYXNrc1Jlc29sdmVyU2VydmljZSxcbiAgICBFdmVudFN0YXJ0U3RhdGVNYWNoaW5lU2VydmljZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRXZlbnRTdGFydENvbXBvbmVudCxcbiAgICBUYXNrQXNzaWduZWRDb21wb25lbnQsXG4gICAgVGFza1VuYXNzaWduZWRDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBFdmVudFN0YXJ0TW9kdWxlIHt9XG4iXX0=
|
|
@@ -5,20 +5,26 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
import * as i1 from "@angular/forms";
|
|
6
6
|
import * as i2 from "../../services/order/order.service";
|
|
7
7
|
import * as i3 from "@angular/common";
|
|
8
|
-
|
|
8
|
+
import * as i4 from "rpx-xui-translation";
|
|
9
|
+
function EventTriggerComponent_form_0_option_6_Template(rf, ctx) { if (rf & 1) {
|
|
9
10
|
i0.ɵɵelementStart(0, "option", 8);
|
|
10
|
-
i0.ɵɵtext(1
|
|
11
|
+
i0.ɵɵtext(1);
|
|
12
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
11
13
|
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
i0.ɵɵadvance(1);
|
|
16
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Select action"));
|
|
12
17
|
} }
|
|
13
|
-
function
|
|
18
|
+
function EventTriggerComponent_form_0_option_7_Template(rf, ctx) { if (rf & 1) {
|
|
14
19
|
i0.ɵɵelementStart(0, "option", 9);
|
|
15
20
|
i0.ɵɵtext(1);
|
|
21
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
16
22
|
i0.ɵɵelementEnd();
|
|
17
23
|
} if (rf & 2) {
|
|
18
24
|
const trigger_r3 = ctx.$implicit;
|
|
19
25
|
i0.ɵɵproperty("ngValue", trigger_r3)("title", trigger_r3.description);
|
|
20
26
|
i0.ɵɵadvance(1);
|
|
21
|
-
i0.ɵɵtextInterpolate(trigger_r3.name);
|
|
27
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 3, trigger_r3.name));
|
|
22
28
|
} }
|
|
23
29
|
const _c0 = function (a0) { return { "EventTrigger-empty": a0 }; };
|
|
24
30
|
function EventTriggerComponent_form_0_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -27,23 +33,27 @@ function EventTriggerComponent_form_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
27
33
|
i0.ɵɵlistener("ngSubmit", function EventTriggerComponent_form_0_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.triggerSubmit(); });
|
|
28
34
|
i0.ɵɵelementStart(1, "div", 2);
|
|
29
35
|
i0.ɵɵelementStart(2, "label", 3);
|
|
30
|
-
i0.ɵɵtext(3
|
|
36
|
+
i0.ɵɵtext(3);
|
|
37
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
31
38
|
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵlistener("change", function
|
|
34
|
-
i0.ɵɵtemplate(
|
|
35
|
-
i0.ɵɵtemplate(
|
|
39
|
+
i0.ɵɵelementStart(5, "select", 4);
|
|
40
|
+
i0.ɵɵlistener("change", function EventTriggerComponent_form_0_Template_select_change_5_listener() { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.triggerChange(); });
|
|
41
|
+
i0.ɵɵtemplate(6, EventTriggerComponent_form_0_option_6_Template, 3, 3, "option", 5);
|
|
42
|
+
i0.ɵɵtemplate(7, EventTriggerComponent_form_0_option_7_Template, 3, 5, "option", 6);
|
|
36
43
|
i0.ɵɵelementEnd();
|
|
37
44
|
i0.ɵɵelementEnd();
|
|
38
|
-
i0.ɵɵelementStart(
|
|
39
|
-
i0.ɵɵtext(
|
|
45
|
+
i0.ɵɵelementStart(8, "button", 7);
|
|
46
|
+
i0.ɵɵtext(9);
|
|
47
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
40
48
|
i0.ɵɵelementEnd();
|
|
41
49
|
i0.ɵɵelementEnd();
|
|
42
50
|
} if (rf & 2) {
|
|
43
51
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
44
52
|
i0.ɵɵproperty("formGroup", ctx_r0.triggerForm);
|
|
45
|
-
i0.ɵɵadvance(
|
|
46
|
-
i0.ɵɵ
|
|
53
|
+
i0.ɵɵadvance(3);
|
|
54
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 7, "Next step"));
|
|
55
|
+
i0.ɵɵadvance(2);
|
|
56
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0, !ctx_r0.triggerForm.value["trigger"]));
|
|
47
57
|
i0.ɵɵadvance(1);
|
|
48
58
|
i0.ɵɵproperty("ngIf", 1 !== ctx_r0.triggers.length);
|
|
49
59
|
i0.ɵɵadvance(1);
|
|
@@ -51,7 +61,7 @@ function EventTriggerComponent_form_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
51
61
|
i0.ɵɵadvance(1);
|
|
52
62
|
i0.ɵɵproperty("disabled", ctx_r0.isButtonDisabled());
|
|
53
63
|
i0.ɵɵadvance(1);
|
|
54
|
-
i0.ɵɵtextInterpolate(ctx_r0.triggerText);
|
|
64
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 9, ctx_r0.triggerText));
|
|
55
65
|
} }
|
|
56
66
|
export class EventTriggerComponent {
|
|
57
67
|
constructor(fb, orderService) {
|
|
@@ -83,10 +93,10 @@ export class EventTriggerComponent {
|
|
|
83
93
|
}
|
|
84
94
|
EventTriggerComponent.ɵfac = function EventTriggerComponent_Factory(t) { return new (t || EventTriggerComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i2.OrderService)); };
|
|
85
95
|
EventTriggerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: EventTriggerComponent, selectors: [["ccd-event-trigger"]], inputs: { triggers: "triggers", triggerText: "triggerText", isDisabled: "isDisabled" }, outputs: { onTriggerSubmit: "onTriggerSubmit", onTriggerChange: "onTriggerChange" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["class", "event-trigger", 3, "formGroup", "ngSubmit", 4, "ngIf"], [1, "event-trigger", 3, "formGroup", "ngSubmit"], [1, "form-group"], ["for", "next-step", 1, "form-label"], ["id", "next-step", "formControlName", "trigger", 1, "form-control", "ccd-dropdown", 3, "ngClass", "change"], ["value", "", "data-default", "", 4, "ngIf"], [3, "ngValue", "title", 4, "ngFor", "ngForOf"], ["type", "submit", 1, "button", 3, "disabled"], ["value", "", "data-default", ""], [3, "ngValue", "title"]], template: function EventTriggerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
86
|
-
i0.ɵɵtemplate(0, EventTriggerComponent_form_0_Template,
|
|
96
|
+
i0.ɵɵtemplate(0, EventTriggerComponent_form_0_Template, 11, 13, "form", 0);
|
|
87
97
|
} if (rf & 2) {
|
|
88
98
|
i0.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
89
|
-
} }, directives: [i3.NgIf, i1.ɵangular_packages_forms_forms_ba, i1.NgControlStatusGroup, i1.FormGroupDirective, i1.SelectControlValueAccessor, i1.NgControlStatus, i1.FormControlName, i3.NgClass, i3.NgForOf, i1.NgSelectOption, i1.ɵangular_packages_forms_forms_z], styles: [".event-trigger[_ngcontent-%COMP%]{width:auto;margin-top:40px;margin-bottom:20px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%]{margin-top:3px;margin-right:10px;margin-bottom:0;float:left;text-align:right;width:325px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%] .form-label[_ngcontent-%COMP%]{float:left;margin-top:5px}.event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:250px}.event-trigger[_ngcontent-%COMP%] select.EventTrigger-empty[_ngcontent-%COMP%], .event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%] [data-default][_ngcontent-%COMP%]{color:#6f777b}"] });
|
|
99
|
+
} }, directives: [i3.NgIf, i1.ɵangular_packages_forms_forms_ba, i1.NgControlStatusGroup, i1.FormGroupDirective, i1.SelectControlValueAccessor, i1.NgControlStatus, i1.FormControlName, i3.NgClass, i3.NgForOf, i1.NgSelectOption, i1.ɵangular_packages_forms_forms_z], pipes: [i4.RpxTranslatePipe], styles: [".event-trigger[_ngcontent-%COMP%]{width:auto;margin-top:40px;margin-bottom:20px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%]{margin-top:3px;margin-right:10px;margin-bottom:0;float:left;text-align:right;width:325px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%] .form-label[_ngcontent-%COMP%]{float:left;margin-top:5px}.event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:250px}.event-trigger[_ngcontent-%COMP%] select.EventTrigger-empty[_ngcontent-%COMP%], .event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%] [data-default][_ngcontent-%COMP%]{color:#6f777b}"] });
|
|
90
100
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
91
101
|
type: Component,
|
|
92
102
|
args: [{
|
|
@@ -105,4 +115,4 @@ EventTriggerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: EventTriggerCompone
|
|
|
105
115
|
}], onTriggerChange: [{
|
|
106
116
|
type: Output
|
|
107
117
|
}] }); })();
|
|
108
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
118
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZlbnQtdHJpZ2dlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtdHJpZ2dlci9ldmVudC10cmlnZ2VyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9ldmVudC10cmlnZ2VyL2V2ZW50LXRyaWdnZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLE1BQU0sRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDakcsT0FBTyxFQUFFLFdBQVcsRUFBYSxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVwRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sb0NBQW9DLENBQUM7Ozs7Ozs7SUNHNUQsaUNBQTREO0lBQUEsWUFBa0M7O0lBQUEsaUJBQVM7O0lBQTNDLGVBQWtDO0lBQWxDLDJEQUFrQzs7O0lBQzlGLGlDQUEyRjtJQUFBLFlBQStCOztJQUFBLGlCQUFTOzs7SUFBMUYsb0NBQW1CLGlDQUFBO0lBQStCLGVBQStCO0lBQS9CLDJEQUErQjs7Ozs7SUFQaEksK0JBQXVIO0lBQXZELGlNQUE0QjtJQUMxRiw4QkFBd0I7SUFDdEIsZ0NBQTBDO0lBQUEsWUFBOEI7O0lBQUEsaUJBQVE7SUFDaEYsaUNBRU87SUFGa0QsK0xBQTBCO0lBR2pGLG1GQUF1RztJQUN2RyxtRkFBbUk7SUFDckksaUJBQVM7SUFDWCxpQkFBTTtJQUNOLGlDQUFxRTtJQUFBLFlBQThCOztJQUFBLGlCQUFTO0lBQzlHLGlCQUFPOzs7SUFYc0YsOENBQXlCO0lBRXhFLGVBQThCO0lBQTlCLHVEQUE4QjtJQUNzQyxlQUV4RztJQUZ3RywyRkFFeEc7SUFDSyxlQUEyQjtJQUEzQixtREFBMkI7SUFDUixlQUFXO0lBQVgseUNBQVc7SUFHbkMsZUFBK0I7SUFBL0Isb0RBQStCO0lBQThCLGVBQThCO0lBQTlCLCtEQUE4Qjs7QURBckcsTUFBTSxPQUFPLHFCQUFxQjtJQW1CaEMsWUFBNkIsRUFBZSxFQUFtQixZQUEwQjtRQUE1RCxPQUFFLEdBQUYsRUFBRSxDQUFhO1FBQW1CLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBUGxGLG9CQUFlLEdBQWtDLElBQUksWUFBWSxFQUFFLENBQUM7UUFHcEUsb0JBQWUsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUk2QixDQUFDO0lBRXRGLFdBQVcsQ0FBQyxPQUF1QjtRQUN4QyxJQUFJLE9BQU8sQ0FBQyxRQUFRLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxZQUFZLEVBQUU7WUFDckQsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7WUFFdEQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztnQkFDL0IsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7YUFDbEQsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDO0lBRU0sZ0JBQWdCO1FBQ3JCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3BELENBQUM7SUFFTSxhQUFhO1FBQ2xCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUM7SUFDL0QsQ0FBQztJQUVNLGFBQWE7UUFDbEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVPLFVBQVU7UUFDaEIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztJQUM1RCxDQUFDOzswRkE3Q1UscUJBQXFCOzBEQUFyQixxQkFBcUI7UUNWbEMsMEVBV087O1FBWEEsMERBQWlDOzt1RkRVM0IscUJBQXFCO2NBTGpDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixXQUFXLEVBQUUsZ0NBQWdDO2dCQUM3QyxTQUFTLEVBQUUsQ0FBQyxnQ0FBZ0MsQ0FBQzthQUM5Qzt5RkFJUSxRQUFRO2tCQURkLEtBQUs7WUFJQyxXQUFXO2tCQURqQixLQUFLO1lBSUMsVUFBVTtrQkFEaEIsS0FBSztZQUlDLGVBQWU7a0JBRHJCLE1BQU07WUFJQSxlQUFlO2tCQURyQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkNoYW5nZXMsIE91dHB1dCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENhc2VWaWV3VHJpZ2dlciB9IGZyb20gJy4uLy4uL2RvbWFpbi9jYXNlLXZpZXcvY2FzZS12aWV3LXRyaWdnZXIubW9kZWwnO1xuaW1wb3J0IHsgT3JkZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvb3JkZXIvb3JkZXIuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1ldmVudC10cmlnZ2VyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2V2ZW50LXRyaWdnZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ldmVudC10cmlnZ2VyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgRXZlbnRUcmlnZ2VyQ29tcG9uZW50IGltcGxlbWVudHMgT25DaGFuZ2VzIHtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdHJpZ2dlcnM6IENhc2VWaWV3VHJpZ2dlcltdO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB0cmlnZ2VyVGV4dDogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpc0Rpc2FibGVkOiBib29sZWFuO1xuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgb25UcmlnZ2VyU3VibWl0OiBFdmVudEVtaXR0ZXI8Q2FzZVZpZXdUcmlnZ2VyPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KClcbiAgcHVibGljIG9uVHJpZ2dlckNoYW5nZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgcHVibGljIHRyaWdnZXJGb3JtOiBGb3JtR3JvdXA7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBmYjogRm9ybUJ1aWxkZXIsIHByaXZhdGUgcmVhZG9ubHkgb3JkZXJTZXJ2aWNlOiBPcmRlclNlcnZpY2UpIHt9XG5cbiAgcHVibGljIG5nT25DaGFuZ2VzKGNoYW5nZXM/OiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYgKGNoYW5nZXMudHJpZ2dlcnMgJiYgY2hhbmdlcy50cmlnZ2Vycy5jdXJyZW50VmFsdWUpIHtcbiAgICAgIHRoaXMudHJpZ2dlcnMgPSB0aGlzLm9yZGVyU2VydmljZS5zb3J0KHRoaXMudHJpZ2dlcnMpO1xuXG4gICAgICB0aGlzLnRyaWdnZXJGb3JtID0gdGhpcy5mYi5ncm91cCh7XG4gICAgICAgIHRyaWdnZXI6IFt0aGlzLmdldERlZmF1bHQoKSwgVmFsaWRhdG9ycy5yZXF1aXJlZF1cbiAgICAgIH0pO1xuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBpc0J1dHRvbkRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhdGhpcy50cmlnZ2VyRm9ybS52YWxpZCB8fCB0aGlzLmlzRGlzYWJsZWQ7XG4gIH1cblxuICBwdWJsaWMgdHJpZ2dlclN1Ym1pdCgpIHtcbiAgICB0aGlzLm9uVHJpZ2dlclN1Ym1pdC5lbWl0KHRoaXMudHJpZ2dlckZvcm0udmFsdWVbJ3RyaWdnZXInXSk7XG4gIH1cblxuICBwdWJsaWMgdHJpZ2dlckNoYW5nZSgpIHtcbiAgICB0aGlzLm9uVHJpZ2dlckNoYW5nZS5lbWl0KG51bGwpO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXREZWZhdWx0KCk6IGFueSB7XG4gICAgcmV0dXJuIHRoaXMudHJpZ2dlcnMubGVuZ3RoID09PSAxID8gdGhpcy50cmlnZ2Vyc1swXSA6ICcnO1xuICB9XG59XG4iLCI8Zm9ybSAqbmdJZj1cInRyaWdnZXJzICYmIHRyaWdnZXJzLmxlbmd0aFwiIGNsYXNzPVwiZXZlbnQtdHJpZ2dlclwiIChuZ1N1Ym1pdCk9XCJ0cmlnZ2VyU3VibWl0KClcIiBbZm9ybUdyb3VwXT1cInRyaWdnZXJGb3JtXCI+XG4gIDxkaXYgY2xhc3M9XCJmb3JtLWdyb3VwXCI+XG4gICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cIm5leHQtc3RlcFwiPnt7J05leHQgc3RlcCcgfCBycHhUcmFuc2xhdGV9fTwvbGFiZWw+XG4gICAgPHNlbGVjdCBjbGFzcz1cImZvcm0tY29udHJvbCBjY2QtZHJvcGRvd25cIiBpZD1cIm5leHQtc3RlcFwiIChjaGFuZ2UpPVwidHJpZ2dlckNoYW5nZSgpXCIgZm9ybUNvbnRyb2xOYW1lPVwidHJpZ2dlclwiIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAnRXZlbnRUcmlnZ2VyLWVtcHR5JzogIXRyaWdnZXJGb3JtLnZhbHVlWyd0cmlnZ2VyJ11cbiAgICAgICAgfVwiPlxuICAgICAgPG9wdGlvbiAqbmdJZj1cIjEgIT09IHRyaWdnZXJzLmxlbmd0aFwiIHZhbHVlPVwiXCIgZGF0YS1kZWZhdWx0Pnt7J1NlbGVjdCBhY3Rpb24nIHwgcnB4VHJhbnNsYXRlfX08L29wdGlvbj5cbiAgICAgIDxvcHRpb24gKm5nRm9yPVwibGV0IHRyaWdnZXIgb2YgdHJpZ2dlcnNcIiBbbmdWYWx1ZV09XCJ0cmlnZ2VyXCIgW3RpdGxlXT1cInRyaWdnZXIuZGVzY3JpcHRpb25cIj57e3RyaWdnZXIubmFtZSB8IHJweFRyYW5zbGF0ZX19PC9vcHRpb24+XG4gICAgPC9zZWxlY3Q+XG4gIDwvZGl2PlxuICA8YnV0dG9uIFtkaXNhYmxlZF09XCJpc0J1dHRvbkRpc2FibGVkKClcIiB0eXBlPVwic3VibWl0XCIgY2xhc3M9XCJidXR0b25cIj57e3RyaWdnZXJUZXh0IHwgcnB4VHJhbnNsYXRlfX08L2J1dHRvbj5cbjwvZm9ybT5cbiJdfQ==
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
4
5
|
import { ActivityModule } from '../activity';
|
|
5
6
|
import { EventTriggerComponent } from './event-trigger.component';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "rpx-xui-translation";
|
|
7
9
|
export class EventTriggerModule {
|
|
8
10
|
}
|
|
9
11
|
EventTriggerModule.ɵfac = function EventTriggerModule_Factory(t) { return new (t || EventTriggerModule)(); };
|
|
@@ -12,10 +14,11 @@ EventTriggerModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
12
14
|
CommonModule,
|
|
13
15
|
ReactiveFormsModule,
|
|
14
16
|
ActivityModule,
|
|
17
|
+
RpxTranslationModule.forChild()
|
|
15
18
|
]] });
|
|
16
19
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EventTriggerModule, { declarations: [EventTriggerComponent], imports: [CommonModule,
|
|
17
20
|
ReactiveFormsModule,
|
|
18
|
-
ActivityModule], exports: [EventTriggerComponent] }); })();
|
|
21
|
+
ActivityModule, i1.RpxTranslationModule], exports: [EventTriggerComponent] }); })();
|
|
19
22
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerModule, [{
|
|
20
23
|
type: NgModule,
|
|
21
24
|
args: [{
|
|
@@ -23,6 +26,7 @@ EventTriggerModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
23
26
|
CommonModule,
|
|
24
27
|
ReactiveFormsModule,
|
|
25
28
|
ActivityModule,
|
|
29
|
+
RpxTranslationModule.forChild()
|
|
26
30
|
],
|
|
27
31
|
declarations: [
|
|
28
32
|
EventTriggerComponent
|
|
@@ -32,4 +36,4 @@ EventTriggerModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
32
36
|
]
|
|
33
37
|
}]
|
|
34
38
|
}], null, null); })();
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZlbnQtdHJpZ2dlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtdHJpZ2dlci9ldmVudC10cmlnZ2VyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzdDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFnQmxFLE1BQU0sT0FBTyxrQkFBa0I7O29GQUFsQixrQkFBa0I7c0RBQWxCLGtCQUFrQjswREFicEI7WUFDUCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxvQkFBb0IsQ0FBQyxRQUFRLEVBQUU7U0FDaEM7d0ZBUVUsa0JBQWtCLG1CQU4zQixxQkFBcUIsYUFOckIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixjQUFjLHNDQU9kLHFCQUFxQjt1RkFHWixrQkFBa0I7Y0FkOUIsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLG1CQUFtQjtvQkFDbkIsY0FBYztvQkFDZCxvQkFBb0IsQ0FBQyxRQUFRLEVBQUU7aUJBQ2hDO2dCQUNELFlBQVksRUFBRTtvQkFDWixxQkFBcUI7aUJBQ3RCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxxQkFBcUI7aUJBQ3RCO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBScHhUcmFuc2xhdGlvbk1vZHVsZSB9IGZyb20gJ3JweC14dWktdHJhbnNsYXRpb24nO1xuaW1wb3J0IHsgQWN0aXZpdHlNb2R1bGUgfSBmcm9tICcuLi9hY3Rpdml0eSc7XG5pbXBvcnQgeyBFdmVudFRyaWdnZXJDb21wb25lbnQgfSBmcm9tICcuL2V2ZW50LXRyaWdnZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIEFjdGl2aXR5TW9kdWxlLFxuICAgIFJweFRyYW5zbGF0aW9uTW9kdWxlLmZvckNoaWxkKClcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRXZlbnRUcmlnZ2VyQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBFdmVudFRyaWdnZXJDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBFdmVudFRyaWdnZXJNb2R1bGUge31cbiJdfQ==
|
|
@@ -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;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@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;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@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
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lDTS9ELDZCQUNrRTtJQUR2QixnTUFBZSxjQUFZLElBQUMsdUtBQVUsY0FBWSxJQUF0QjtJQUVyRSxZQUFvQjtJQUFBLGdDQUEwQjtJQUFBLFlBQTJCO0lBQUEsaUJBQU87SUFDbEYsaUJBQUk7OztJQUZGLHVGQUErRDtJQUMvRCxlQUFvQjtJQUFwQixxREFBb0I7SUFBMEIsZUFBMkI7SUFBM0Isa0RBQTJCOzs7SUFFM0UsNEJBQThCO0lBQzVCLFlBQW9CO0lBQUEsZ0NBQTBCO0lBQUEsWUFBMkI7SUFBQSxpQkFBTztJQUNsRixpQkFBTzs7O0lBREwsZUFBb0I7SUFBcEIscURBQW9CO0lBQTBCLGVBQTJCO0lBQTNCLGtEQUEyQjs7O0lBTjdFLDZCQUEwRjtJQUN4RiwyRUFHSTtJQUNKLGlGQUVPO0lBQ1QsaUJBQUs7Ozs7SUFSMkIsNkNBQWtDO0lBQy9DLGVBQXdCO0lBQXhCLDJDQUF3QjtJQUlsQyxlQUFxQjtJQUFyQix3Q0FBcUI7Ozs7SUFTNUIsNkJBQ3dDO0lBRHhCLGdQQUFlLDhCQUF3QixJQUFDLHVOQUFVLDhCQUF3QixJQUFsQztJQUV0RCxnQ0FBMEI7SUFBQSxZQUE0QjtJQUFB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QUM7SUFFRCxJQUFXLFVBQVUsQ0FBQyxLQUFjO1FBQ2xDLElBQUksQ0FBQyxXQUFXLEdBQUcsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVDLENBQUM7O3NGQTFDVSxtQkFBbUI7d0RBQW5CLG1CQUFtQjtRQ1hoQyxpREFDNkQ7UUFEUyw2SEFBYywyQkFBdUIsSUFBQyxvSUFDbEYscUNBQWlDLElBRGlEO1FBRTFHLDhCQUErQztRQUM3QyxrRUFtQ0s7UUFDUCxpQkFBTTtRQUNSLGlCQUFzQjs7O1FBeENrQiwyQkFBUyx3QkFBQTtRQUlWLGVBQXdDO1FBQXhDLCtEQUF3Qzs7dUZET2xFLG1CQUFtQjtjQUwvQixTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGdCQUFnQjtnQkFDMUIsV0FBVyxFQUFFLDZCQUE2QjtnQkFDMUMsU0FBUyxFQUFFLENBQUMsNkJBQTZCLENBQUM7YUFDM0M7Z0JBR1EsZUFBZTtrQkFEckIsS0FBSztZQUVVLEVBQUU7a0JBQWpCLEtBQUs7WUFDVSxPQUFPO2tCQUF0QixLQUFLO1lBQ1UsYUFBYTtrQkFBNUIsS0FBSztZQUNVLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSwyQkFBMkI7a0JBQTFDLEtBQUs7WUFDVSxxQkFBcUI7a0JBQXBDLEtBQUs7WUFDVSx3QkFBd0I7a0JBQXZDLEtBQUs7WUFDVyxVQUFVO2tCQUExQixNQUFNO1lBQ1Usb0JBQW9CO2tCQUFwQyxNQUFNO1lBT0ksY0FBYztrQkFEeEIsS0FBSztZQVVLLFFBQVE7a0JBRGxCLEtBQUs7WUFVSyxVQUFVO2tCQURwQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZnVuY3Rpb24gY29lcmNlVG9Cb29sZWFuKGlucHV0OiBzdHJpbmcgfCBib29sZWFuKTogYm9vbGVhbiB7XG4gIHJldHVybiAhIWlucHV0ICYmIGlucHV0ICE9PSAnZmFsc2UnO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtcGFnaW5hdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdpbmF0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFnaW5hdGlvbi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRpb25Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBwdWJsaWMgdmlzaWJpbGl0eUxhYmVsOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBpZDogc3RyaW5nO1xuICBASW5wdXQoKSBwdWJsaWMgbWF4U2l6ZSA9IDc7XG4gIEBJbnB1dCgpIHB1YmxpYyBwcmV2aW91c0xhYmVsID0gJ1ByZXZpb3VzJztcbiAgQElucHV0KCkgcHVibGljIG5leHRMYWJlbCA9ICdOZXh0JztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlclBhZ2luYXRpb25MYWJlbCA9ICdQYWdpbmF0aW9uJztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlclBhZ2VMYWJlbCA9ICdwYWdlJztcbiAgQElucHV0KCkgcHVibGljIHNjcmVlblJlYWRlckN1cnJlbnRMYWJlbCA9IGBZb3UncmUgb24gcGFnZWA7XG4gIEBPdXRwdXQoKSBwdWJsaWMgcGFnZUNoYW5nZTogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcbiAgQE91dHB1dCgpIHB1YmxpYyBwYWdlQm91bmRzQ29ycmVjdGlvbjogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICBwcml2YXRlIF9kaXJlY3Rpb25MaW5rcyA9IHRydWU7XG4gIHByaXZhdGUgX2F1dG9IaWRlID0gZmFsc2U7XG4gIHByaXZhdGUgX3Jlc3BvbnNpdmUgPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IGRpcmVjdGlvbkxpbmtzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9kaXJlY3Rpb25MaW5rcztcbiAgfVxuXG4gIHB1YmxpYyBzZXQgZGlyZWN0aW9uTGlua3ModmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9kaXJlY3Rpb25MaW5rcyA9IGNvZXJjZVRvQm9vbGVhbih2YWx1ZSk7XG4gIH1cblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IGF1dG9IaWRlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9hdXRvSGlkZTtcbiAgfVxuXG4gIHB1YmxpYyBzZXQgYXV0b0hpZGUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9hdXRvSGlkZSA9IGNvZXJjZVRvQm9vbGVhbih2YWx1ZSk7XG4gIH1cblxuICBASW5wdXQoKVxuICBwdWJsaWMgZ2V0IHJlc3BvbnNpdmUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX3Jlc3BvbnNpdmU7XG4gIH1cblxuICBwdWJsaWMgc2V0IHJlc3BvbnNpdmUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9yZXNwb25zaXZlID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxufVxuIiwiPHBhZ2luYXRpb24tdGVtcGxhdGUgI3A9XCJwYWdpbmF0aW9uQXBpXCIgW2lkXT1cImlkXCIgW21heFNpemVdPVwibWF4U2l6ZVwiIChwYWdlQ2hhbmdlKT1cInBhZ2VDaGFuZ2UuZW1pdCgkZXZlbnQpXCJcbiAgKHBhZ2VCb3VuZHNDb3JyZWN0aW9uKT1cInBhZ2VCb3VuZHNDb3JyZWN0aW9uLmVtaXQoJGV2ZW50KVwiPlxuICA8bmF2IHJvbGU9XCJuYXZpZ2F0aW9uXCIgYXJpYS1sYWJlbD1cIlBhZ2luYXRpb25cIj5cbiAgICA8dWwgY2xhc3M9XCJuZ3gtcGFnaW5hdGlvblwiIHJvbGU9XCJuYXZpZ2F0aW9uXCIgW2F0dHIuYXJpYS1sYWJlbF09XCJzY3JlZW5SZWFkZXJQYWdpbmF0aW9uTGFiZWxcIlxuICAgICAgW2NsYXNzLnJlc3BvbnNpdmVdPVwicmVzcG9uc2l2ZVwiICpuZ0lmPVwiIShhdXRvSGlkZSAmJiBwLnBhZ2VzLmxlbmd0aCA8PSAxKVwiPlxuICAgICAgPGxpIGNsYXNzPVwicGFnaW5hdGlvbi1wcmV2aW91c1wiIFtjbGFzcy5kaXNhYmxlZF09XCJwLmlzRmlyc3RQYWdlKClcIiAqbmdJZj1cImRpcmVjdGlvbkxpbmtzXCI+XG4gICAgICAgIDxhIHRhYmluZGV4PVwiMFwiICpuZ0lmPVwiMSA8IHAuZ2V0Q3VycmVudCgpXCIgKGtleXVwLmVudGVyKT1cInAucHJldmlvdXMoKVwiIChjbGljayk9XCJwLnByZXZpb3VzKClcIlxuICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwicHJldmlvdXNMYWJlbCArICcgJyArIHNjcmVlblJlYWRlclBhZ2VMYWJlbFwiPlxuICAgICAgICAgIHt7IHByZXZpb3VzTGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8c3BhbiAqbmdJZj1cInAuaXNGaXJzdFBhZ2UoKVwiPlxuICAgICAgICAgIHt7IHByZXZpb3VzTGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9saT5cbiAgICAgIDxsaSBjbGFzcz1cInNtYWxsLXNjcmVlblwiPlxuICAgICAgICB7eyBwLmdldEN1cnJlbnQoKSB9fSAvIHt7IHAuZ2V0TGFzdFBhZ2UoKSB9fVxuICAgICAgPC9saT5cbiAgICAgIDxsaSBbY2xhc3MuY3VycmVudF09XCJwLmdldEN1cnJlbnQoKSA9PT0gcGFnZS52YWx1ZVwiIFtjbGFzcy5lbGxpcHNpc109XCJwYWdlLmxhYmVsID09PSAnLi4uJ1wiXG4gICAgICAgICpuZ0Zvcj1cImxldCBwYWdlIG9mIHAucGFnZXNcIj5cbiAgICAgICAgPGEgdGFiaW5kZXg9XCIwXCIgKGtleXVwLmVudGVyKT1cInAuc2V0Q3VycmVudChwYWdlLnZhbHVlKVwiIChjbGljayk9XCJwLnNldEN1cnJlbnQocGFnZS52YWx1ZSlcIlxuICAgICAgICAgICpuZ0lmPVwicC5nZXRDdXJyZW50KCkgIT09IHBhZ2UudmFsdWVcIj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIH19IDwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyAocGFnZS5sYWJlbCA9PT0gJy4uLicpID8gcGFnZS5sYWJlbCA6IChwYWdlLmxhYmVsIHwgbnVtYmVyOicnKSB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicC5nZXRDdXJyZW50KCkgPT09IHBhZ2UudmFsdWVcIj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyQ3VycmVudExhYmVsIH19IDwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyAocGFnZS5sYWJlbCA9PT0gJy4uLicpID8gcGFnZS5sYWJlbCA6IChwYWdlLmxhYmVsIHwgbnVtYmVyOicnKSB9fTwvc3Bhbj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8L2xpPlxuICAgICAgPGxpIGNsYXNzPVwicGFnaW5hdGlvbi1uZXh0XCIgW2NsYXNzLmRpc2FibGVkXT1cInAuaXNMYXN0UGFnZSgpXCIgKm5nSWY9XCJkaXJlY3Rpb25MaW5rc1wiPlxuICAgICAgICA8YSB0YWJpbmRleD1cIjBcIiAqbmdJZj1cIiFwLmlzTGFzdFBhZ2UoKVwiIChrZXl1cC5lbnRlcik9XCJwLm5leHQoKVwiIChjbGljayk9XCJwLm5leHQoKVwiXG4gICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJuZXh0TGFiZWwgKyAnICcgKyBzY3JlZW5SZWFkZXJQYWdlTGFiZWxcIj5cbiAgICAgICAgICB7eyBuZXh0TGFiZWwgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgICAgICA8c3BhbiAqbmdJZj1cInAuaXNMYXN0UGFnZSgpXCI+XG4gICAgICAgICAge3sgbmV4dExhYmVsIH19IDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJQYWdlTGFiZWwgfX08L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgIDwvbGk+XG4gICAgPC91bD5cbiAgPC9uYXY+XG48L3BhZ2luYXRpb24tdGVtcGxhdGU+XG4iXX0=
|
|
272
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7OztJQ00vRCw2QkFDaUY7SUFEdEMsZ01BQWUsY0FBWSxJQUFDLHVLQUFVLGNBQVksSUFBdEI7O0lBRXJFLFlBQW1DOztJQUFBLGdDQUEwQjtJQUFBLFlBQTBDOztJQUFBLGlCQUFPO0lBQ2hILGlCQUFJOzs7SUFGRiw2R0FBOEU7SUFDOUUsZUFBbUM7SUFBbkMsMkVBQW1DO0lBQTBCLGVBQTBDO0lBQTFDLHdFQUEwQzs7O0lBRXpHLDRCQUE4QjtJQUM1QixZQUFtQzs7SUFBQSxnQ0FBMEI7SUFBQSxZQUEwQzs7SUFBQSxpQkFBTztJQUNoSCxpQkFBTzs7O0lBREwsZUFBbUM7SUFBbkMsMkVBQW1DO0lBQTBCLGVBQTBDO0lBQTFDLHdFQUEwQzs7O0lBTjNHLDZCQUEwRjtJQUN4RiwyRUFHSTtJQUNKLGlGQUVPO0lBQ1QsaUJBQUs7Ozs7SUFSMkIsNkNBQWtDO0lBQy9DLGVBQXdCO0lBQXhCLDJDQUF3QjtJQUlsQyxlQUFxQjtJQUFyQix3Q0FBcUI7Ozs7SUFTNUIsNkJBQ3dDO0lBRHhCLGdQQUFlLDhCQUF3QixJQUFDLHVOQUFVLDhCQUF3QixJQUFsQztJQUV0RCxnQ0FBMEI7SUFBQSxZQUEy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LENBQUM7SUFDMUIsQ0FBQztJQUVELElBQVcsVUFBVSxDQUFDLEtBQWM7UUFDbEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUMsQ0FBQzs7c0ZBMUNVLG1CQUFtQjt3REFBbkIsbUJBQW1CO1FDWGhDLGlEQUM2RDtRQURTLDZIQUFjLDJCQUF1QixJQUFDLG9JQUNsRixxQ0FBaUMsSUFEaUQ7UUFFMUcsOEJBQXVFOztRQUNyRSxtRUFtQ0s7UUFDUCxpQkFBTTtRQUNSLGlCQUFzQjs7O1FBeENrQiwyQkFBUyx3QkFBQTtRQUV4QixlQUErQztRQUEvQyxnRUFBK0M7UUFFakMsZUFBd0M7UUFBeEMsK0RBQXdDOzt1RkRPbEUsbUJBQW1CO2NBTC9CLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO2dCQUMxQixXQUFXLEVBQUUsNkJBQTZCO2dCQUMxQyxTQUFTLEVBQUUsQ0FBQyw2QkFBNkIsQ0FBQzthQUMzQztnQkFHUSxlQUFlO2tCQURyQixLQUFLO1lBRVUsRUFBRTtrQkFBakIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxhQUFhO2tCQUE1QixLQUFLO1lBQ1UsU0FBUztrQkFBeEIsS0FBSztZQUNVLDJCQUEyQjtrQkFBMUMsS0FBSztZQUNVLHFCQUFxQjtrQkFBcEMsS0FBSztZQUNVLHdCQUF3QjtrQkFBdkMsS0FBSztZQUNXLFVBQVU7a0JBQTFCLE1BQU07WUFDVSxvQkFBb0I7a0JBQXBDLE1BQU07WUFPSSxjQUFjO2tCQUR4QixLQUFLO1lBVUssUUFBUTtrQkFEbEIsS0FBSztZQVVLLFVBQVU7a0JBRHBCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5mdW5jdGlvbiBjb2VyY2VUb0Jvb2xlYW4oaW5wdXQ6IHN0cmluZyB8IGJvb2xlYW4pOiBib29sZWFuIHtcbiAgcmV0dXJuICEhaW5wdXQgJiYgaW5wdXQgIT09ICdmYWxzZSc7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1wYWdpbmF0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdpbmF0aW9uLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUGFnaW5hdGlvbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2aXNpYmlsaXR5TGFiZWw6IHN0cmluZztcbiAgQElucHV0KCkgcHVibGljIGlkOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBtYXhTaXplID0gNztcbiAgQElucHV0KCkgcHVibGljIHByZXZpb3VzTGFiZWwgPSAnUHJldmlvdXMnO1xuICBASW5wdXQoKSBwdWJsaWMgbmV4dExhYmVsID0gJ05leHQnO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyUGFnaW5hdGlvbkxhYmVsID0gJ1BhZ2luYXRpb24nO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyUGFnZUxhYmVsID0gJ3BhZ2UnO1xuICBASW5wdXQoKSBwdWJsaWMgc2NyZWVuUmVhZGVyQ3VycmVudExhYmVsID0gYFlvdSdyZSBvbiBwYWdlYDtcbiAgQE91dHB1dCgpIHB1YmxpYyBwYWdlQ2hhbmdlOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuICBAT3V0cHV0KCkgcHVibGljIHBhZ2VCb3VuZHNDb3JyZWN0aW9uOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuXG4gIHByaXZhdGUgX2RpcmVjdGlvbkxpbmtzID0gdHJ1ZTtcbiAgcHJpdmF0ZSBfYXV0b0hpZGUgPSBmYWxzZTtcbiAgcHJpdmF0ZSBfcmVzcG9uc2l2ZSA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgZGlyZWN0aW9uTGlua3MoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2RpcmVjdGlvbkxpbmtzO1xuICB9XG5cbiAgcHVibGljIHNldCBkaXJlY3Rpb25MaW5rcyh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuX2RpcmVjdGlvbkxpbmtzID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgYXV0b0hpZGUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2F1dG9IaWRlO1xuICB9XG5cbiAgcHVibGljIHNldCBhdXRvSGlkZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuX2F1dG9IaWRlID0gY29lcmNlVG9Cb29sZWFuKHZhbHVlKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgcmVzcG9uc2l2ZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fcmVzcG9uc2l2ZTtcbiAgfVxuXG4gIHB1YmxpYyBzZXQgcmVzcG9uc2l2ZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuX3Jlc3BvbnNpdmUgPSBjb2VyY2VUb0Jvb2xlYW4odmFsdWUpO1xuICB9XG59XG4iLCI8cGFnaW5hdGlvbi10ZW1wbGF0ZSAjcD1cInBhZ2luYXRpb25BcGlcIiBbaWRdPVwiaWRcIiBbbWF4U2l6ZV09XCJtYXhTaXplXCIgKHBhZ2VDaGFuZ2UpPVwicGFnZUNoYW5nZS5lbWl0KCRldmVudClcIlxuICAocGFnZUJvdW5kc0NvcnJlY3Rpb24pPVwicGFnZUJvdW5kc0NvcnJlY3Rpb24uZW1pdCgkZXZlbnQpXCI+XG4gIDxuYXYgcm9sZT1cIm5hdmlnYXRpb25cIiBbYXR0ci5hcmlhLWxhYmVsXT1cIidQYWdpbmF0aW9uJyB8IHJweFRyYW5zbGF0ZVwiPlxuICAgIDx1bCBjbGFzcz1cIm5neC1wYWdpbmF0aW9uXCIgcm9sZT1cIm5hdmlnYXRpb25cIiBbYXR0ci5hcmlhLWxhYmVsXT1cInNjcmVlblJlYWRlclBhZ2luYXRpb25MYWJlbCB8IHJweFRyYW5zbGF0ZVwiXG4gICAgICBbY2xhc3MucmVzcG9uc2l2ZV09XCJyZXNwb25zaXZlXCIgKm5nSWY9XCIhKGF1dG9IaWRlICYmIHAucGFnZXMubGVuZ3RoIDw9IDEpXCI+XG4gICAgICA8bGkgY2xhc3M9XCJwYWdpbmF0aW9uLXByZXZpb3VzXCIgW2NsYXNzLmRpc2FibGVkXT1cInAuaXNGaXJzdFBhZ2UoKVwiICpuZ0lmPVwiZGlyZWN0aW9uTGlua3NcIj5cbiAgICAgICAgPGEgdGFiaW5kZXg9XCIwXCIgKm5nSWY9XCIxIDwgcC5nZXRDdXJyZW50KClcIiAoa2V5dXAuZW50ZXIpPVwicC5wcmV2aW91cygpXCIgKGNsaWNrKT1cInAucHJldmlvdXMoKVwiXG4gICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJwcmV2aW91c0xhYmVsICsgJyAnICsgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlXCI+XG4gICAgICAgICAge3sgcHJldmlvdXNMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxzcGFuICpuZ0lmPVwicC5pc0ZpcnN0UGFnZSgpXCI+XG4gICAgICAgICAge3sgcHJldmlvdXNMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgICA8L2xpPlxuICAgICAgPGxpIGNsYXNzPVwic21hbGwtc2NyZWVuXCI+XG4gICAgICAgIHt7IHAuZ2V0Q3VycmVudCgpIH19IC8ge3sgcC5nZXRMYXN0UGFnZSgpIH19XG4gICAgICA8L2xpPlxuICAgICAgPGxpIFtjbGFzcy5jdXJyZW50XT1cInAuZ2V0Q3VycmVudCgpID09PSBwYWdlLnZhbHVlXCIgW2NsYXNzLmVsbGlwc2lzXT1cInBhZ2UubGFiZWwgPT09ICcuLi4nXCJcbiAgICAgICAgKm5nRm9yPVwibGV0IHBhZ2Ugb2YgcC5wYWdlc1wiPlxuICAgICAgICA8YSB0YWJpbmRleD1cIjBcIiAoa2V5dXAuZW50ZXIpPVwicC5zZXRDdXJyZW50KHBhZ2UudmFsdWUpXCIgKGNsaWNrKT1cInAuc2V0Q3VycmVudChwYWdlLnZhbHVlKVwiXG4gICAgICAgICAgKm5nSWY9XCJwLmdldEN1cnJlbnQoKSAhPT0gcGFnZS52YWx1ZVwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJQYWdlTGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IChwYWdlLmxhYmVsID09PSAnLi4uJykgPyBwYWdlLmxhYmVsIDogKHBhZ2UubGFiZWwgfCBudW1iZXI6JycpIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJwLmdldEN1cnJlbnQoKSA9PT0gcGFnZS52YWx1ZVwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwic2hvdy1mb3Itc3JcIj57eyBzY3JlZW5SZWFkZXJDdXJyZW50TGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IChwYWdlLmxhYmVsID09PSAnLi4uJykgPyBwYWdlLmxhYmVsIDogKHBhZ2UubGFiZWwgfCBudW1iZXI6JycpIH19PC9zcGFuPlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvbGk+XG4gICAgICA8bGkgY2xhc3M9XCJwYWdpbmF0aW9uLW5leHRcIiBbY2xhc3MuZGlzYWJsZWRdPVwicC5pc0xhc3RQYWdlKClcIiAqbmdJZj1cImRpcmVjdGlvbkxpbmtzXCI+XG4gICAgICAgIDxhIHRhYmluZGV4PVwiMFwiICpuZ0lmPVwiIXAuaXNMYXN0UGFnZSgpXCIgKGtleXVwLmVudGVyKT1cInAubmV4dCgpXCIgKGNsaWNrKT1cInAubmV4dCgpXCJcbiAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIm5leHRMYWJlbCArICcgJyArIHNjcmVlblJlYWRlclBhZ2VMYWJlbCB8IHJweFRyYW5zbGF0ZVwiPlxuICAgICAgICAgIHt7IG5leHRMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fSA8c3BhbiBjbGFzcz1cInNob3ctZm9yLXNyXCI+e3sgc2NyZWVuUmVhZGVyUGFnZUxhYmVsIHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICA8L2E+XG4gICAgICAgIDxzcGFuICpuZ0lmPVwicC5pc0xhc3RQYWdlKClcIj5cbiAgICAgICAgICB7eyBuZXh0TGFiZWwgfCBycHhUcmFuc2xhdGUgfX0gPHNwYW4gY2xhc3M9XCJzaG93LWZvci1zclwiPnt7IHNjcmVlblJlYWRlclBhZ2VMYWJlbCB8IHJweFRyYW5zbGF0ZSB9fTwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9saT5cbiAgICA8L3VsPlxuICA8L25hdj5cbjwvcGFnaW5hdGlvbi10ZW1wbGF0ZT5cbiJdfQ==
|