@abp/ng.theme.shared 5.0.0-rc.1 → 5.0.0-rc.2

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.
Files changed (107) hide show
  1. package/README.md +3 -3
  2. package/bundles/abp-ng.theme.shared-extensions.umd.js +6 -6
  3. package/bundles/abp-ng.theme.shared-extensions.umd.js.map +1 -1
  4. package/bundles/abp-ng.theme.shared-testing.umd.js.map +1 -1
  5. package/bundles/abp-ng.theme.shared.umd.js +7 -7
  6. package/bundles/abp-ng.theme.shared.umd.js.map +1 -1
  7. package/esm2015/extensions/lib/adapters/date-time.adapter.js +1 -1
  8. package/esm2015/extensions/lib/adapters/date.adapter.js +1 -1
  9. package/esm2015/extensions/lib/adapters/time.adapter.js +1 -1
  10. package/esm2015/extensions/lib/components/abstract-actions/abstract-actions.component.js +1 -1
  11. package/esm2015/extensions/lib/components/date-time-picker/date-time-picker.component.js +38 -38
  12. package/esm2015/extensions/lib/components/extensible-form/extensible-form-prop.component.js +2 -2
  13. package/esm2015/extensions/lib/components/extensible-form/extensible-form.component.js +2 -2
  14. package/esm2015/extensions/lib/components/extensible-table/extensible-table.component.js +2 -2
  15. package/esm2015/extensions/lib/components/grid-actions/grid-actions.component.js +2 -2
  16. package/esm2015/extensions/lib/components/page-toolbar/page-toolbar.component.js +2 -2
  17. package/esm2015/extensions/lib/constants/extra-properties.js +1 -1
  18. package/esm2015/extensions/lib/directives/disabled.directive.js +1 -1
  19. package/esm2015/extensions/lib/directives/prop-data.directive.js +1 -1
  20. package/esm2015/extensions/lib/enums/props.enum.js +1 -1
  21. package/esm2015/extensions/lib/models/actions.js +1 -1
  22. package/esm2015/extensions/lib/models/entity-actions.js +1 -1
  23. package/esm2015/extensions/lib/models/entity-props.js +1 -1
  24. package/esm2015/extensions/lib/models/form-props.js +1 -1
  25. package/esm2015/extensions/lib/models/internal/object-extensions.js +1 -1
  26. package/esm2015/extensions/lib/models/object-extensions.js +1 -1
  27. package/esm2015/extensions/lib/models/props.js +1 -1
  28. package/esm2015/extensions/lib/models/toolbar-actions.js +1 -1
  29. package/esm2015/extensions/lib/services/extensions.service.js +1 -1
  30. package/esm2015/extensions/lib/tokens/extensions.token.js +1 -1
  31. package/esm2015/extensions/lib/ui-extensions.module.js +1 -1
  32. package/esm2015/extensions/lib/utils/actions.util.js +1 -1
  33. package/esm2015/extensions/lib/utils/enum.util.js +1 -1
  34. package/esm2015/extensions/lib/utils/factory.util.js +1 -1
  35. package/esm2015/extensions/lib/utils/form-props.util.js +1 -1
  36. package/esm2015/extensions/lib/utils/localization.util.js +1 -1
  37. package/esm2015/extensions/lib/utils/props.util.js +1 -1
  38. package/esm2015/extensions/lib/utils/state.util.js +1 -1
  39. package/esm2015/extensions/lib/utils/typeahead.util.js +1 -1
  40. package/esm2015/extensions/lib/utils/validation.util.js +1 -1
  41. package/esm2015/extensions/public-api.js +1 -1
  42. package/esm2015/lib/animations/bounce.animations.js +1 -1
  43. package/esm2015/lib/animations/collapse.animations.js +1 -1
  44. package/esm2015/lib/animations/fade.animations.js +1 -1
  45. package/esm2015/lib/animations/index.js +1 -1
  46. package/esm2015/lib/animations/modal.animations.js +1 -1
  47. package/esm2015/lib/animations/slide.animations.js +1 -1
  48. package/esm2015/lib/animations/toast.animations.js +1 -1
  49. package/esm2015/lib/components/breadcrumb/breadcrumb.component.js +2 -2
  50. package/esm2015/lib/components/breadcrumb-items/breadcrumb-items.component.js +2 -2
  51. package/esm2015/lib/components/button/button.component.js +27 -27
  52. package/esm2015/lib/components/confirmation/confirmation.component.js +2 -2
  53. package/esm2015/lib/components/http-error-wrapper/http-error-wrapper.component.js +2 -2
  54. package/esm2015/lib/components/index.js +1 -1
  55. package/esm2015/lib/components/loader-bar/loader-bar.component.js +25 -25
  56. package/esm2015/lib/components/loading/loading.component.js +30 -30
  57. package/esm2015/lib/components/modal/modal-close.directive.js +1 -1
  58. package/esm2015/lib/components/modal/modal-ref.service.js +1 -1
  59. package/esm2015/lib/components/modal/modal.component.js +2 -2
  60. package/esm2015/lib/components/toast/toast.component.js +2 -2
  61. package/esm2015/lib/components/toast-container/toast-container.component.js +2 -2
  62. package/esm2015/lib/constants/styles.js +181 -181
  63. package/esm2015/lib/constants/validation.js +1 -1
  64. package/esm2015/lib/directives/ellipsis.directive.js +1 -1
  65. package/esm2015/lib/directives/index.js +1 -1
  66. package/esm2015/lib/directives/loading.directive.js +1 -1
  67. package/esm2015/lib/directives/ngx-datatable-default.directive.js +1 -1
  68. package/esm2015/lib/directives/ngx-datatable-list.directive.js +1 -1
  69. package/esm2015/lib/enums/index.js +1 -1
  70. package/esm2015/lib/enums/route-names.js +1 -1
  71. package/esm2015/lib/handlers/document-dir.handler.js +1 -1
  72. package/esm2015/lib/handlers/error.handler.js +1 -1
  73. package/esm2015/lib/handlers/index.js +1 -1
  74. package/esm2015/lib/models/common.js +1 -1
  75. package/esm2015/lib/models/confirmation.js +1 -1
  76. package/esm2015/lib/models/index.js +1 -1
  77. package/esm2015/lib/models/nav-item.js +1 -1
  78. package/esm2015/lib/models/statistics.js +1 -1
  79. package/esm2015/lib/models/toaster.js +1 -1
  80. package/esm2015/lib/providers/index.js +1 -1
  81. package/esm2015/lib/providers/ng-bootstrap-config.provider.js +1 -1
  82. package/esm2015/lib/providers/route.provider.js +1 -1
  83. package/esm2015/lib/services/confirmation.service.js +1 -1
  84. package/esm2015/lib/services/index.js +1 -1
  85. package/esm2015/lib/services/nav-items.service.js +1 -1
  86. package/esm2015/lib/services/page-alert.service.js +1 -1
  87. package/esm2015/lib/services/toaster.service.js +1 -1
  88. package/esm2015/lib/theme-shared.module.js +1 -1
  89. package/esm2015/lib/tokens/append-content.token.js +1 -1
  90. package/esm2015/lib/tokens/http-error.token.js +1 -1
  91. package/esm2015/lib/tokens/index.js +1 -1
  92. package/esm2015/lib/tokens/ngx-datatable-messages.token.js +1 -1
  93. package/esm2015/lib/tokens/suppress-unsaved-changes-warning.token.js +1 -1
  94. package/esm2015/lib/utils/date-parser-formatter.js +1 -1
  95. package/esm2015/lib/utils/index.js +1 -1
  96. package/esm2015/lib/utils/validation-utils.js +1 -1
  97. package/esm2015/public-api.js +1 -1
  98. package/esm2015/testing/lib/models/config.js +1 -1
  99. package/esm2015/testing/lib/models/index.js +1 -1
  100. package/esm2015/testing/lib/theme-shared-testing.module.js +1 -1
  101. package/esm2015/testing/public-api.js +1 -1
  102. package/fesm2015/abp-ng.theme.shared-extensions.js +42 -42
  103. package/fesm2015/abp-ng.theme.shared-extensions.js.map +1 -1
  104. package/fesm2015/abp-ng.theme.shared-testing.js.map +1 -1
  105. package/fesm2015/abp-ng.theme.shared.js +266 -266
  106. package/fesm2015/abp-ng.theme.shared.js.map +1 -1
  107. package/package.json +4 -4
@@ -154,7 +154,7 @@ class BreadcrumbItemsComponent {
154
154
  }
155
155
  }
156
156
  BreadcrumbItemsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: BreadcrumbItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
157
- BreadcrumbItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: { items: "items" }, ngImport: i0, template: "<ol class=\"breadcrumb\" *ngIf=\"items.length\">\n <li class=\"breadcrumb-item\">\n <a routerLink=\"/\"><i class=\"fa fa-home\"></i> </a>\n </li>\n <li\n *ngFor=\"let item of items; let last = last\"\n class=\"breadcrumb-item\"\n [class.active]=\"last\"\n aria-current=\"page\"\n >\n <ng-container\n *ngTemplateOutlet=\"item.path ? linkTemplate : textTemplate; context: { $implicit: item }\"\n ></ng-container>\n </li>\n</ol>\n\n<ng-template #linkTemplate let-item>\n <a [routerLink]=\"item.path\"> {{ item.name | abpLocalization }}</a>\n</ng-template>\n\n<ng-template #textTemplate let-item>\n {{ item.name | abpLocalization }}\n</ng-template>\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
157
+ BreadcrumbItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: { items: "items" }, ngImport: i0, template: "<ol class=\"breadcrumb\" *ngIf=\"items.length\">\r\n <li class=\"breadcrumb-item\">\r\n <a routerLink=\"/\"><i class=\"fa fa-home\"></i> </a>\r\n </li>\r\n <li\r\n *ngFor=\"let item of items; let last = last\"\r\n class=\"breadcrumb-item\"\r\n [class.active]=\"last\"\r\n aria-current=\"page\"\r\n >\r\n <ng-container\r\n *ngTemplateOutlet=\"item.path ? linkTemplate : textTemplate; context: { $implicit: item }\"\r\n ></ng-container>\r\n </li>\r\n</ol>\r\n\r\n<ng-template #linkTemplate let-item>\r\n <a [routerLink]=\"item.path\"> {{ item.name | abpLocalization }}</a>\r\n</ng-template>\r\n\r\n<ng-template #textTemplate let-item>\r\n {{ item.name | abpLocalization }}\r\n</ng-template>\r\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
158
158
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: BreadcrumbItemsComponent, decorators: [{
159
159
  type: Component,
160
160
  args: [{
@@ -191,7 +191,7 @@ class BreadcrumbComponent {
191
191
  }
192
192
  }
193
193
  BreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.Router }, { token: i2.RoutesService }, { token: i2.SubscriptionService }, { token: i2.RouterEvents }], target: i0.ɵɵFactoryTarget.Component });
194
- BreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbComponent, selector: "abp-breadcrumb", providers: [SubscriptionService], ngImport: i0, template: "<abp-breadcrumb-items [items]=\"segments\"></abp-breadcrumb-items>\n", components: [{ type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: ["items"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
194
+ BreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbComponent, selector: "abp-breadcrumb", providers: [SubscriptionService], ngImport: i0, template: "<abp-breadcrumb-items [items]=\"segments\"></abp-breadcrumb-items>\r\n", components: [{ type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: ["items"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
195
195
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: BreadcrumbComponent, decorators: [{
196
196
  type: Component,
197
197
  args: [{
@@ -235,37 +235,37 @@ class ButtonComponent {
235
235
  }
236
236
  }
237
237
  ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
238
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ButtonComponent, selector: "abp-button", inputs: { buttonId: "buttonId", buttonClass: "buttonClass", buttonType: "buttonType", iconClass: "iconClass", loading: "loading", disabled: "disabled", attributes: "attributes" }, outputs: { click: "click", focus: "focus", blur: "blur", abpClick: "abpClick", abpFocus: "abpFocus", abpBlur: "abpBlur" }, viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, static: true }], ngImport: i0, template: `
239
- <button
240
- #button
241
- [id]="buttonId"
242
- [attr.type]="buttonType"
243
- [ngClass]="buttonClass"
244
- [disabled]="loading || disabled"
245
- (click.stop)="click.next($event); abpClick.next($event)"
246
- (focus)="focus.next($event); abpFocus.next($event)"
247
- (blur)="blur.next($event); abpBlur.next($event)"
248
- >
249
- <i [ngClass]="icon" class="me-1"></i><ng-content></ng-content>
250
- </button>
238
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ButtonComponent, selector: "abp-button", inputs: { buttonId: "buttonId", buttonClass: "buttonClass", buttonType: "buttonType", iconClass: "iconClass", loading: "loading", disabled: "disabled", attributes: "attributes" }, outputs: { click: "click", focus: "focus", blur: "blur", abpClick: "abpClick", abpFocus: "abpFocus", abpBlur: "abpBlur" }, viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, static: true }], ngImport: i0, template: `
239
+ <button
240
+ #button
241
+ [id]="buttonId"
242
+ [attr.type]="buttonType"
243
+ [ngClass]="buttonClass"
244
+ [disabled]="loading || disabled"
245
+ (click.stop)="click.next($event); abpClick.next($event)"
246
+ (focus)="focus.next($event); abpFocus.next($event)"
247
+ (blur)="blur.next($event); abpBlur.next($event)"
248
+ >
249
+ <i [ngClass]="icon" class="me-1"></i><ng-content></ng-content>
250
+ </button>
251
251
  `, isInline: true, directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.StopPropagationDirective, selector: "[click.stop]", outputs: ["click.stop"] }] });
252
252
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonComponent, decorators: [{
253
253
  type: Component,
254
254
  args: [{
255
255
  selector: 'abp-button',
256
- template: `
257
- <button
258
- #button
259
- [id]="buttonId"
260
- [attr.type]="buttonType"
261
- [ngClass]="buttonClass"
262
- [disabled]="loading || disabled"
263
- (click.stop)="click.next($event); abpClick.next($event)"
264
- (focus)="focus.next($event); abpFocus.next($event)"
265
- (blur)="blur.next($event); abpBlur.next($event)"
266
- >
267
- <i [ngClass]="icon" class="me-1"></i><ng-content></ng-content>
268
- </button>
256
+ template: `
257
+ <button
258
+ #button
259
+ [id]="buttonId"
260
+ [attr.type]="buttonType"
261
+ [ngClass]="buttonClass"
262
+ [disabled]="loading || disabled"
263
+ (click.stop)="click.next($event); abpClick.next($event)"
264
+ (focus)="focus.next($event); abpFocus.next($event)"
265
+ (blur)="blur.next($event); abpBlur.next($event)"
266
+ >
267
+ <i [ngClass]="icon" class="me-1"></i><ng-content></ng-content>
268
+ </button>
269
269
  `,
270
270
  }]
271
271
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { buttonId: [{
@@ -334,7 +334,7 @@ class ConfirmationComponent {
334
334
  }
335
335
  }
336
336
  ConfirmationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ConfirmationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
337
- ConfirmationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ConfirmationComponent, selector: "abp-confirmation", ngImport: i0, template: "<div class=\"confirmation\" *ngIf=\"confirmation$ | async as data\">\n <div\n class=\"confirmation-backdrop\"\n (click)=\"data.options?.dismissible ? close(dismiss) : null\"\n ></div>\n <div class=\"confirmation-dialog\">\n <div class=\"icon-container\" [ngClass]=\"data.severity\" *ngIf=\"data.severity\">\n <i class=\"fa icon\" [ngClass]=\"getIconClass(data)\"></i>\n </div>\n <div class=\"content\">\n <h1\n class=\"title\"\n *ngIf=\"data.title\"\n [innerHTML]=\"data.title | abpLocalization: data.options?.titleLocalizationParams\"\n ></h1>\n <p\n class=\"message\"\n *ngIf=\"data.message\"\n [innerHTML]=\"data.message | abpLocalization: data.options?.messageLocalizationParams\"\n ></p>\n </div>\n <div class=\"footer\">\n <button\n id=\"cancel\"\n class=\"confirmation-button confirmation-button--reject\"\n [innerHTML]=\"data.options?.cancelText || 'AbpUi::Cancel' | abpLocalization\"\n *ngIf=\"!data?.options?.hideCancelBtn\"\n (click)=\"close(reject)\"\n ></button>\n <button\n id=\"confirm\"\n class=\"confirmation-button confirmation-button--approve\"\n [innerHTML]=\"data.options?.yesText || 'AbpUi::Yes' | abpLocalization\"\n *ngIf=\"!data?.options?.hideYesBtn\"\n (click)=\"close(confirm)\"\n ></button>\n </div>\n </div>\n</div>\n", styles: [".confirmation{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1060}.confirmation .confirmation-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1061!important}.confirmation .confirmation-dialog{display:flex;flex-direction:column;margin:20px auto;padding:0;width:450px;min-height:300px;z-index:1062!important}@media screen and (max-width: 500px){.confirmation .confirmation-dialog{width:90vw}}.confirmation .confirmation-dialog .icon-container{display:flex;align-items:center;justify-content:center;margin:0 0 10px;padding:20px}.confirmation .confirmation-dialog .icon-container .icon{width:100px;height:100px;stroke-width:1;font-size:80px;text-align:center}.confirmation .confirmation-dialog .content{flex-grow:1;display:block}.confirmation .confirmation-dialog .content .title{display:block;margin:0;padding:0;font-size:27px;font-weight:600;text-align:center}.confirmation .confirmation-dialog .content .message{display:block;margin:10px auto;padding:20px;font-size:16px;font-weight:400;text-align:center}.confirmation .confirmation-dialog .footer{display:flex;align-items:center;justify-content:flex-end;margin:10px 0 0;padding:20px;width:100%}.confirmation .confirmation-dialog .footer .confirmation-button{display:inline-block;margin:0 5px;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1.AsyncPipe, "abpLocalization": i2.LocalizationPipe } });
337
+ ConfirmationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ConfirmationComponent, selector: "abp-confirmation", ngImport: i0, template: "<div class=\"confirmation\" *ngIf=\"confirmation$ | async as data\">\r\n <div\r\n class=\"confirmation-backdrop\"\r\n (click)=\"data.options?.dismissible ? close(dismiss) : null\"\r\n ></div>\r\n <div class=\"confirmation-dialog\">\r\n <div class=\"icon-container\" [ngClass]=\"data.severity\" *ngIf=\"data.severity\">\r\n <i class=\"fa icon\" [ngClass]=\"getIconClass(data)\"></i>\r\n </div>\r\n <div class=\"content\">\r\n <h1\r\n class=\"title\"\r\n *ngIf=\"data.title\"\r\n [innerHTML]=\"data.title | abpLocalization: data.options?.titleLocalizationParams\"\r\n ></h1>\r\n <p\r\n class=\"message\"\r\n *ngIf=\"data.message\"\r\n [innerHTML]=\"data.message | abpLocalization: data.options?.messageLocalizationParams\"\r\n ></p>\r\n </div>\r\n <div class=\"footer\">\r\n <button\r\n id=\"cancel\"\r\n class=\"confirmation-button confirmation-button--reject\"\r\n [innerHTML]=\"data.options?.cancelText || 'AbpUi::Cancel' | abpLocalization\"\r\n *ngIf=\"!data?.options?.hideCancelBtn\"\r\n (click)=\"close(reject)\"\r\n ></button>\r\n <button\r\n id=\"confirm\"\r\n class=\"confirmation-button confirmation-button--approve\"\r\n [innerHTML]=\"data.options?.yesText || 'AbpUi::Yes' | abpLocalization\"\r\n *ngIf=\"!data?.options?.hideYesBtn\"\r\n (click)=\"close(confirm)\"\r\n ></button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".confirmation{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1060}.confirmation .confirmation-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1061!important}.confirmation .confirmation-dialog{display:flex;flex-direction:column;margin:20px auto;padding:0;width:450px;min-height:300px;z-index:1062!important}@media screen and (max-width: 500px){.confirmation .confirmation-dialog{width:90vw}}.confirmation .confirmation-dialog .icon-container{display:flex;align-items:center;justify-content:center;margin:0 0 10px;padding:20px}.confirmation .confirmation-dialog .icon-container .icon{width:100px;height:100px;stroke-width:1;font-size:80px;text-align:center}.confirmation .confirmation-dialog .content{flex-grow:1;display:block}.confirmation .confirmation-dialog .content .title{display:block;margin:0;padding:0;font-size:27px;font-weight:600;text-align:center}.confirmation .confirmation-dialog .content .message{display:block;margin:10px auto;padding:20px;font-size:16px;font-weight:400;text-align:center}.confirmation .confirmation-dialog .footer{display:flex;align-items:center;justify-content:flex-end;margin:10px 0 0;padding:20px;width:100%}.confirmation .confirmation-dialog .footer .confirmation-button{display:inline-block;margin:0 5px;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1.AsyncPipe, "abpLocalization": i2.LocalizationPipe } });
338
338
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ConfirmationComponent, decorators: [{
339
339
  type: Component,
340
340
  args: [{
@@ -387,7 +387,7 @@ class HttpErrorWrapperComponent {
387
387
  }
388
388
  }
389
389
  HttpErrorWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: HttpErrorWrapperComponent, deps: [{ token: i2.SubscriptionService }], target: i0.ɵɵFactoryTarget.Component });
390
- HttpErrorWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: HttpErrorWrapperComponent, selector: "abp-http-error-wrapper", providers: [SubscriptionService], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div\n #container\n id=\"abp-http-error-container\"\n class=\"error\"\n [style.backgroundColor]=\"backgroundColor\"\n>\n <button\n *ngIf=\"!hideCloseIcon\"\n id=\"abp-close-button\"\n type=\"button\"\n class=\"close me-2\"\n (click)=\"destroy()\"\n >\n <span aria-hidden=\"true\">&times;</span>\n </button>\n\n <div *ngIf=\"!customComponent\" class=\"row centered\">\n <div class=\"col-md-12\">\n <div class=\"error-template\">\n <h1>{{ statusText }} {{ title | abpLocalization }}</h1>\n <div class=\"error-details\">\n {{ details | abpLocalization }}\n </div>\n <div class=\"error-actions\">\n <a\n *ngIf=\"isHomeShow\"\n (click)=\"destroy()\"\n routerLink=\"/\"\n class=\"btn btn-primary btn-md mt-2\"\n ><span class=\"glyphicon glyphicon-home\"></span>\n {{ { key: '::Menu:Home', defaultValue: 'Home' } | abpLocalization }}\n </a>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [".error{position:fixed;top:0;width:100vw;height:100vh;z-index:999999}.centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
390
+ HttpErrorWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: HttpErrorWrapperComponent, selector: "abp-http-error-wrapper", providers: [SubscriptionService], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div\r\n #container\r\n id=\"abp-http-error-container\"\r\n class=\"error\"\r\n [style.backgroundColor]=\"backgroundColor\"\r\n>\r\n <button\r\n *ngIf=\"!hideCloseIcon\"\r\n id=\"abp-close-button\"\r\n type=\"button\"\r\n class=\"btn-close me-2\"\r\n (click)=\"destroy()\"\r\n ></button>\r\n\r\n <div *ngIf=\"!customComponent\" class=\"row centered\">\r\n <div class=\"col-md-12\">\r\n <div class=\"error-template\">\r\n <h1>{{ statusText }} {{ title | abpLocalization }}</h1>\r\n <div class=\"error-details\">\r\n {{ details | abpLocalization }}\r\n </div>\r\n <div class=\"error-actions\">\r\n <a\r\n *ngIf=\"isHomeShow\"\r\n (click)=\"destroy()\"\r\n routerLink=\"/\"\r\n class=\"btn btn-primary btn-md mt-2\"\r\n ><span class=\"glyphicon glyphicon-home\"></span>\r\n {{ { key: '::Menu:Home', defaultValue: 'Home' } | abpLocalization }}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".error{position:fixed;top:0;width:100vw;height:100vh;z-index:999999}.centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
391
391
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: HttpErrorWrapperComponent, decorators: [{
392
392
  type: Component,
393
393
  args: [{
@@ -478,35 +478,35 @@ class LoaderBarComponent {
478
478
  }
479
479
  }
480
480
  LoaderBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: LoaderBarComponent, deps: [{ token: i1$1.Router }, { token: i0.ChangeDetectorRef }, { token: i2.SubscriptionService }, { token: i2.HttpWaitService }, { token: i2.RouterWaitService }], target: i0.ɵɵFactoryTarget.Component });
481
- LoaderBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoaderBarComponent, selector: "abp-loader-bar", inputs: { isLoading: "isLoading", containerClass: "containerClass", color: "color" }, providers: [SubscriptionService], ngImport: i0, template: `
482
- <div id="abp-loader-bar" [ngClass]="containerClass" [class.is-loading]="isLoading">
483
- <div
484
- class="abp-progress"
485
- [class.progressing]="progressLevel"
486
- [style.width.vw]="progressLevel"
487
- [ngStyle]="{
488
- 'background-color': color,
489
- 'box-shadow': boxShadow
490
- }"
491
- ></div>
492
- </div>
481
+ LoaderBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoaderBarComponent, selector: "abp-loader-bar", inputs: { isLoading: "isLoading", containerClass: "containerClass", color: "color" }, providers: [SubscriptionService], ngImport: i0, template: `
482
+ <div id="abp-loader-bar" [ngClass]="containerClass" [class.is-loading]="isLoading">
483
+ <div
484
+ class="abp-progress"
485
+ [class.progressing]="progressLevel"
486
+ [style.width.vw]="progressLevel"
487
+ [ngStyle]="{
488
+ 'background-color': color,
489
+ 'box-shadow': boxShadow
490
+ }"
491
+ ></div>
492
+ </div>
493
493
  `, isInline: true, styles: [".abp-loader-bar{left:0;opacity:0;position:fixed;top:0;transition:opacity .4s linear .4s;z-index:99999}.abp-loader-bar.is-loading{opacity:1;transition:none}.abp-loader-bar .abp-progress{height:3px;left:0;position:fixed;top:0}.abp-loader-bar .abp-progress.progressing{transition:width .4s ease}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
494
494
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: LoaderBarComponent, decorators: [{
495
495
  type: Component,
496
496
  args: [{
497
497
  selector: 'abp-loader-bar',
498
- template: `
499
- <div id="abp-loader-bar" [ngClass]="containerClass" [class.is-loading]="isLoading">
500
- <div
501
- class="abp-progress"
502
- [class.progressing]="progressLevel"
503
- [style.width.vw]="progressLevel"
504
- [ngStyle]="{
505
- 'background-color': color,
506
- 'box-shadow': boxShadow
507
- }"
508
- ></div>
509
- </div>
498
+ template: `
499
+ <div id="abp-loader-bar" [ngClass]="containerClass" [class.is-loading]="isLoading">
500
+ <div
501
+ class="abp-progress"
502
+ [class.progressing]="progressLevel"
503
+ [style.width.vw]="progressLevel"
504
+ [ngStyle]="{
505
+ 'background-color': color,
506
+ 'box-shadow': boxShadow
507
+ }"
508
+ ></div>
509
+ </div>
510
510
  `,
511
511
  styleUrls: ['./loader-bar.component.scss'],
512
512
  providers: [SubscriptionService],
@@ -522,43 +522,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
522
522
  class LoadingComponent {
523
523
  }
524
524
  LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
525
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoadingComponent, selector: "abp-loading", ngImport: i0, template: `
526
- <div class="abp-loading">
527
- <i class="fa fa-spinner fa-pulse abp-spinner"></i>
528
- </div>
525
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoadingComponent, selector: "abp-loading", ngImport: i0, template: `
526
+ <div class="abp-loading">
527
+ <i class="fa fa-spinner fa-pulse abp-spinner"></i>
528
+ </div>
529
529
  `, isInline: true, styles: ["\n .abp-loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1040;\n }\n\n .abp-loading .abp-spinner {\n position: absolute;\n top: 50%;\n left: 50%;\n font-size: 14px;\n -moz-transform: translateX(-50%) translateY(-50%);\n -o-transform: translateX(-50%) translateY(-50%);\n -ms-transform: translateX(-50%) translateY(-50%);\n -webkit-transform: translateX(-50%) translateY(-50%);\n transform: translateX(-50%) translateY(-50%);\n }\n "], encapsulation: i0.ViewEncapsulation.None });
530
530
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: LoadingComponent, decorators: [{
531
531
  type: Component,
532
532
  args: [{
533
533
  selector: 'abp-loading',
534
- template: `
535
- <div class="abp-loading">
536
- <i class="fa fa-spinner fa-pulse abp-spinner"></i>
537
- </div>
534
+ template: `
535
+ <div class="abp-loading">
536
+ <i class="fa fa-spinner fa-pulse abp-spinner"></i>
537
+ </div>
538
538
  `,
539
539
  encapsulation: ViewEncapsulation.None,
540
540
  styles: [
541
- `
542
- .abp-loading {
543
- position: absolute;
544
- width: 100%;
545
- height: 100%;
546
- top: 0;
547
- left: 0;
548
- z-index: 1040;
549
- }
550
-
551
- .abp-loading .abp-spinner {
552
- position: absolute;
553
- top: 50%;
554
- left: 50%;
555
- font-size: 14px;
556
- -moz-transform: translateX(-50%) translateY(-50%);
557
- -o-transform: translateX(-50%) translateY(-50%);
558
- -ms-transform: translateX(-50%) translateY(-50%);
559
- -webkit-transform: translateX(-50%) translateY(-50%);
560
- transform: translateX(-50%) translateY(-50%);
561
- }
541
+ `
542
+ .abp-loading {
543
+ position: absolute;
544
+ width: 100%;
545
+ height: 100%;
546
+ top: 0;
547
+ left: 0;
548
+ z-index: 1040;
549
+ }
550
+
551
+ .abp-loading .abp-spinner {
552
+ position: absolute;
553
+ top: 50%;
554
+ left: 50%;
555
+ font-size: 14px;
556
+ -moz-transform: translateX(-50%) translateY(-50%);
557
+ -o-transform: translateX(-50%) translateY(-50%);
558
+ -ms-transform: translateX(-50%) translateY(-50%);
559
+ -webkit-transform: translateX(-50%) translateY(-50%);
560
+ transform: translateX(-50%) translateY(-50%);
561
+ }
562
562
  `,
563
563
  ],
564
564
  }]
@@ -775,7 +775,7 @@ class ModalComponent {
775
775
  }
776
776
  }
777
777
  ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ModalComponent, deps: [{ token: ConfirmationService }, { token: i2.SubscriptionService }, { token: SUPPRESS_UNSAVED_CHANGES_WARNING, optional: true }, { token: i3.NgbModal }, { token: ModalRefService }], target: i0.ɵɵFactoryTarget.Component });
778
- ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalComponent, selector: "abp-modal", inputs: { visible: "visible", busy: "busy", options: "options", suppressUnsavedChangesWarning: "suppressUnsavedChangesWarning" }, outputs: { visibleChange: "visibleChange", init: "init", appear: "appear", disappear: "disappear" }, providers: [SubscriptionService], queries: [{ propertyName: "abpHeader", first: true, predicate: ["abpHeader"], descendants: true }, { propertyName: "abpBody", first: true, predicate: ["abpBody"], descendants: true }, { propertyName: "abpFooter", first: true, predicate: ["abpFooter"], descendants: true }, { propertyName: "abpSubmit", first: true, predicate: ButtonComponent, descendants: true, read: ButtonComponent }], viewQueries: [{ propertyName: "modalContent", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n\n<ng-template #modalContent let-modal>\n <div *ngIf=\"abpHeader\" id=\"abp-modal-header\" class=\"modal-header\">\n <ng-container *ngTemplateOutlet=\"abpHeader\"></ng-container>\n \u200B\n <button\n id=\"abp-modal-close-button\"\n type=\"button\"\n class=\"btn-sm btn-close\"\n aria-label=\"Close\"\n (click)=\"modal.dismiss()\"\n ></button>\n </div>\n <div *ngIf=\"abpBody\" id=\"abp-modal-body\" class=\"modal-body\">\n <ng-container *ngTemplateOutlet=\"abpBody\"></ng-container>\n </div>\n <div *ngIf=\"abpFooter\" id=\"abp-modal-footer\" class=\"modal-footer\">\n <ng-container *ngTemplateOutlet=\"abpFooter\"></ng-container>\n </div>\n</ng-template>\n", styles: [".modal.show{display:block!important}.modal-backdrop{opacity:.8}.modal::-webkit-scrollbar{width:7px}.modal::-webkit-scrollbar-track{background:#ddd}.modal::-webkit-scrollbar-thumb{background:#8a8686}.modal-dialog{z-index:1050}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
778
+ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalComponent, selector: "abp-modal", inputs: { visible: "visible", busy: "busy", options: "options", suppressUnsavedChangesWarning: "suppressUnsavedChangesWarning" }, outputs: { visibleChange: "visibleChange", init: "init", appear: "appear", disappear: "disappear" }, providers: [SubscriptionService], queries: [{ propertyName: "abpHeader", first: true, predicate: ["abpHeader"], descendants: true }, { propertyName: "abpBody", first: true, predicate: ["abpBody"], descendants: true }, { propertyName: "abpFooter", first: true, predicate: ["abpFooter"], descendants: true }, { propertyName: "abpSubmit", first: true, predicate: ButtonComponent, descendants: true, read: ButtonComponent }], viewQueries: [{ propertyName: "modalContent", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\r\n\r\n<ng-template #modalContent let-modal>\r\n <div *ngIf=\"abpHeader\" id=\"abp-modal-header\" class=\"modal-header\">\r\n <ng-container *ngTemplateOutlet=\"abpHeader\"></ng-container>\r\n \u200B\r\n <button\r\n id=\"abp-modal-close-button\"\r\n type=\"button\"\r\n class=\"btn-sm btn-close\"\r\n aria-label=\"Close\"\r\n (click)=\"modal.dismiss()\"\r\n ></button>\r\n </div>\r\n <div *ngIf=\"abpBody\" id=\"abp-modal-body\" class=\"modal-body\">\r\n <ng-container *ngTemplateOutlet=\"abpBody\"></ng-container>\r\n </div>\r\n <div *ngIf=\"abpFooter\" id=\"abp-modal-footer\" class=\"modal-footer\">\r\n <ng-container *ngTemplateOutlet=\"abpFooter\"></ng-container>\r\n </div>\r\n</ng-template>\r\n", styles: [".modal.show{display:block!important}.modal-backdrop{opacity:.8}.modal::-webkit-scrollbar{width:7px}.modal::-webkit-scrollbar-track{background:#ddd}.modal::-webkit-scrollbar-thumb{background:#8a8686}.modal-dialog{z-index:1050}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
779
779
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ModalComponent, decorators: [{
780
780
  type: Component,
781
781
  args: [{
@@ -889,7 +889,7 @@ class ToastComponent {
889
889
  }
890
890
  }
891
891
  ToastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ToastComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
892
- ToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastComponent, selector: "abp-toast", inputs: { toast: "toast" }, outputs: { remove: "remove" }, ngImport: i0, template: "<div class=\"abp-toast\" [ngClass]=\"severityClass\" (click)=\"tap()\">\n <div class=\"abp-toast-icon\">\n <i class=\"fa icon\" [ngClass]=\"iconClass\"></i>\n </div>\n <div class=\"abp-toast-content\">\n <button class=\"abp-toast-close-button\" (click)=\"close()\" *ngIf=\"toast.options?.closable\">\n <i class=\"fa fa-times\"></i>\n </button>\n <div class=\"abp-toast-title\">\n {{ toast.title | abpLocalization: toast.options?.titleLocalizationParams }}\n </div>\n <p\n class=\"abp-toast-message\"\n [innerHTML]=\"toast.message | abpLocalization: toast.options?.messageLocalizationParams\"\n ></p>\n </div>\n</div>\n", styles: [".abp-toast{display:grid;grid-template-columns:50px 1fr;grid-gap:10px;gap:10px;margin:5px 0;padding:10px;border-radius:0;width:350px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:9999;border:2px solid #f0f0f0;background-color:#f0f0f0;color:#000;box-shadow:0 0 10px -5px #0006;opacity:1}.abp-toast:hover{border:2px solid #e3e3e3;background-color:#e3e3e3;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-success{border:2px solid #51a351;background-color:#51a351;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-success:hover{border:2px solid #499249;background-color:#499249;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-info{border:2px solid #2f96b4;background-color:#2f96b4;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-info:hover{border:2px solid #2a85a0;background-color:#2a85a0;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-warning{border:2px solid #f89406;background-color:#f89406;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-warning:hover{border:2px solid #df8505;background-color:#df8505;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-error{border:2px solid #bd362f;background-color:#bd362f;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-error:hover{border:2px solid #a9302a;background-color:#a9302a;box-shadow:0 0 15px -5px #0006}.abp-toast .abp-toast-icon{display:flex;align-items:center;justify-content:center}.abp-toast .abp-toast-icon .icon{font-size:36px}.abp-toast .abp-toast-content{position:relative}.abp-toast .abp-toast-content .abp-toast-close-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;margin:0;padding:0 5px 0 0;width:25px;height:25px;border:none;border-radius:50%;background:transparent;color:inherit}.abp-toast .abp-toast-content .abp-toast-close-button:focus{outline:none}.abp-toast .abp-toast-content .abp-toast-title{margin:0;padding:0;font-size:1rem;font-weight:600}.abp-toast .abp-toast-content .abp-toast-message{margin:0;padding:0;max-width:240px}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
892
+ ToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastComponent, selector: "abp-toast", inputs: { toast: "toast" }, outputs: { remove: "remove" }, ngImport: i0, template: "<div class=\"abp-toast\" [ngClass]=\"severityClass\" (click)=\"tap()\">\r\n <div class=\"abp-toast-icon\">\r\n <i class=\"fa icon\" [ngClass]=\"iconClass\"></i>\r\n </div>\r\n <div class=\"abp-toast-content\">\r\n <button class=\"abp-toast-close-button\" (click)=\"close()\" *ngIf=\"toast.options?.closable\">\r\n <i class=\"fa fa-times\"></i>\r\n </button>\r\n <div class=\"abp-toast-title\">\r\n {{ toast.title | abpLocalization: toast.options?.titleLocalizationParams }}\r\n </div>\r\n <p\r\n class=\"abp-toast-message\"\r\n [innerHTML]=\"toast.message | abpLocalization: toast.options?.messageLocalizationParams\"\r\n ></p>\r\n </div>\r\n</div>\r\n", styles: [".abp-toast{display:grid;grid-template-columns:50px 1fr;grid-gap:10px;gap:10px;margin:5px 0;padding:10px;border-radius:0;width:350px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:9999;border:2px solid #f0f0f0;background-color:#f0f0f0;color:#000;box-shadow:0 0 10px -5px #0006;opacity:1}.abp-toast:hover{border:2px solid #e3e3e3;background-color:#e3e3e3;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-success{border:2px solid #51a351;background-color:#51a351;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-success:hover{border:2px solid #499249;background-color:#499249;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-info{border:2px solid #2f96b4;background-color:#2f96b4;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-info:hover{border:2px solid #2a85a0;background-color:#2a85a0;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-warning{border:2px solid #f89406;background-color:#f89406;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-warning:hover{border:2px solid #df8505;background-color:#df8505;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-error{border:2px solid #bd362f;background-color:#bd362f;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-error:hover{border:2px solid #a9302a;background-color:#a9302a;box-shadow:0 0 15px -5px #0006}.abp-toast .abp-toast-icon{display:flex;align-items:center;justify-content:center}.abp-toast .abp-toast-icon .icon{font-size:36px}.abp-toast .abp-toast-content{position:relative}.abp-toast .abp-toast-content .abp-toast-close-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;margin:0;padding:0 5px 0 0;width:25px;height:25px;border:none;border-radius:50%;background:transparent;color:inherit}.abp-toast .abp-toast-content .abp-toast-close-button:focus{outline:none}.abp-toast .abp-toast-content .abp-toast-title{margin:0;padding:0;font-size:1rem;font-weight:600}.abp-toast .abp-toast-content .abp-toast-message{margin:0;padding:0;max-width:240px}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "abpLocalization": i2.LocalizationPipe } });
893
893
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ToastComponent, decorators: [{
894
894
  type: Component,
895
895
  args: [{
@@ -926,7 +926,7 @@ class ToastContainerComponent {
926
926
  }
927
927
  }
928
928
  ToastContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ToastContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
929
- ToastContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastContainerComponent, selector: "abp-toast-container", inputs: { top: "top", right: "right", bottom: "bottom", left: "left", toastKey: "toastKey" }, ngImport: i0, template: "<div\n class=\"abp-toast-container\"\n [style.top]=\"top || 'auto'\"\n [style.right]=\"right || 'auto'\"\n [style.bottom]=\"bottom || 'auto'\"\n [style.left]=\"left || 'auto'\"\n [style.display]=\"toasts.length ? 'flex' : 'none'\"\n [@toastInOut]=\"toasts.length\"\n>\n <abp-toast\n [toast]=\"toast\"\n *ngFor=\"let toast of toasts; trackBy: trackByFunc\"\n (remove)=\"remove($event)\"\n ></abp-toast>\n</div>\n", styles: [".abp-toast-container{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:350px;min-height:80px;z-index:1900}.abp-toast-container.new-on-top{flex-direction:column-reverse}\n"], components: [{ type: ToastComponent, selector: "abp-toast", inputs: ["toast"], outputs: ["remove"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [toastInOut] });
929
+ ToastContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastContainerComponent, selector: "abp-toast-container", inputs: { top: "top", right: "right", bottom: "bottom", left: "left", toastKey: "toastKey" }, ngImport: i0, template: "<div\r\n class=\"abp-toast-container\"\r\n [style.top]=\"top || 'auto'\"\r\n [style.right]=\"right || 'auto'\"\r\n [style.bottom]=\"bottom || 'auto'\"\r\n [style.left]=\"left || 'auto'\"\r\n [style.display]=\"toasts.length ? 'flex' : 'none'\"\r\n [@toastInOut]=\"toasts.length\"\r\n>\r\n <abp-toast\r\n [toast]=\"toast\"\r\n *ngFor=\"let toast of toasts; trackBy: trackByFunc\"\r\n (remove)=\"remove($event)\"\r\n ></abp-toast>\r\n</div>\r\n", styles: [".abp-toast-container{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:350px;min-height:80px;z-index:1900}.abp-toast-container.new-on-top{flex-direction:column-reverse}\n"], components: [{ type: ToastComponent, selector: "abp-toast", inputs: ["toast"], outputs: ["remove"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [toastInOut] });
930
930
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ToastContainerComponent, decorators: [{
931
931
  type: Component,
932
932
  args: [{
@@ -1793,186 +1793,186 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
1793
1793
  }]
1794
1794
  }], ctorParameters: function () { return [{ type: i2.ContentProjectionService }]; } });
1795
1795
 
1796
- var styles = `
1797
- .is-invalid .form-control {
1798
- border-color: #dc3545;
1799
- border-style: solid !important;
1800
- padding-right: calc(1.5em + .75rem);
1801
- background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
1802
- background-repeat: no-repeat;
1803
- background-position: right calc(.375em + .1875rem) center;
1804
- background-size: calc(.75em + .375rem) calc(.75em + .375rem);
1805
- }
1806
-
1807
- .is-invalid .invalid-feedback,
1808
- .is-invalid + * .invalid-feedback {
1809
- display: block;
1810
- }
1811
-
1812
- .data-tables-filter {
1813
- text-align: right;
1814
- }
1815
-
1816
- [dir=rtl] .data-tables-filter {
1817
- text-align: left;
1818
- }
1819
-
1820
- .pointer {
1821
- cursor: pointer;
1822
- }
1823
-
1824
- .navbar .dropdown-submenu a::after {
1825
- transform: rotate(-90deg);
1826
- position: absolute;
1827
- right: 16px;
1828
- top: 18px;
1829
- }
1830
-
1831
- .navbar .dropdown-menu {
1832
- min-width: 215px;
1833
- }
1834
-
1835
- .datatable-scroll {
1836
- margin-bottom: 5px !important;
1837
- width: unset !important;
1838
- }
1839
-
1840
- .ui-table-scrollable-body::-webkit-scrollbar {
1841
- height: 5px !important;
1842
- width: 5px !important;
1843
- }
1844
-
1845
- .ui-table-scrollable-body::-webkit-scrollbar-track {
1846
- background: #ddd;
1847
- }
1848
-
1849
- .ui-table-scrollable-body::-webkit-scrollbar-thumb {
1850
- background: #8a8686;
1851
- }
1852
-
1853
- .abp-ellipsis-inline {
1854
- display: inline-block;
1855
- overflow: hidden;
1856
- text-overflow: ellipsis;
1857
- white-space: nowrap;
1858
- }
1859
-
1860
- .abp-ellipsis {
1861
- overflow: hidden !important;
1862
- text-overflow: ellipsis;
1863
- white-space: nowrap;
1864
- }
1865
-
1866
- .ui-widget-overlay {
1867
- z-index: 1000;
1868
- }
1869
-
1870
- .color-white {
1871
- color: #FFF !important;
1872
- }
1873
-
1874
- .custom-checkbox > label {
1875
- cursor: pointer;
1876
- }
1877
-
1878
- /* <animations */
1879
-
1880
- .fade-in-top {
1881
- animation: fadeInTop 0.2s ease-in-out;
1882
- }
1883
-
1884
- .fade-out-top {
1885
- animation: fadeOutTop 0.2s ease-in-out;
1886
- }
1887
-
1888
- .abp-collapsed-height {
1889
- -moz-transition: max-height linear 0.35s;
1890
- -ms-transition: max-height linear 0.35s;
1891
- -o-transition: max-height linear 0.35s;
1892
- -webkit-transition: max-height linear 0.35s;
1893
- overflow:hidden;
1894
- transition:max-height 0.35s linear;
1895
- height:auto;
1896
- max-height: 0;
1897
- }
1898
-
1899
- .abp-mh-25 {
1900
- max-height: 25vh;
1901
- }
1902
-
1903
- .abp-mh-50 {
1904
- transition:max-height 0.65s linear;
1905
- max-height: 50vh;
1906
- }
1907
-
1908
- .abp-mh-75 {
1909
- transition:max-height 0.85s linear;
1910
- max-height: 75vh;
1911
- }
1912
-
1913
- .abp-mh-100 {
1914
- transition:max-height 1s linear;
1915
- max-height: 100vh;
1916
- }
1917
-
1918
- [class^="sorting"] {
1919
- opacity: .3;
1920
- cursor: pointer;
1921
- }
1922
- [class^="sorting"]:before {
1923
- right: 0.5rem;
1924
- content: "↑";
1925
- }
1926
- [class^="sorting"]:after {
1927
- right: 0.5rem;
1928
- content: "↓";
1929
- }
1930
-
1931
- .sorting_desc {
1932
- opacity: 1;
1933
- }
1934
- .sorting_desc:before {
1935
- opacity: .3;
1936
- }
1937
-
1938
- .sorting_asc {
1939
- opacity: 1;
1940
- }
1941
- .sorting_asc:after {
1942
- opacity: .3;
1943
- }
1944
- .ngx-datatable.material {
1945
- box-shadow: none;
1946
- }
1947
- ngb-typeahead-window, ngb-typeahead-window.dropdown-menu {
1948
- max-height: 25em;
1949
- overflow-y: scroll !important;
1950
- z-index: 1050;
1951
- }
1952
-
1953
- @keyframes fadeInTop {
1954
- from {
1955
- transform: translateY(-5px);
1956
- opacity: 0;
1957
- }
1958
-
1959
- to {
1960
- transform: translateY(0px);
1961
- opacity: 1;
1962
- }
1963
- }
1964
-
1965
- @keyframes fadeOutTop {
1966
- to {
1967
- transform: translateY(-5px);
1968
- opacity: 0;
1969
- }
1970
- }
1971
-
1972
- /* </animations */
1973
- .ngb-dp-body {
1974
- z-index: 1055 !important;
1975
- }
1796
+ var styles = `
1797
+ .is-invalid .form-control {
1798
+ border-color: #dc3545;
1799
+ border-style: solid !important;
1800
+ padding-right: calc(1.5em + .75rem);
1801
+ background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
1802
+ background-repeat: no-repeat;
1803
+ background-position: right calc(.375em + .1875rem) center;
1804
+ background-size: calc(.75em + .375rem) calc(.75em + .375rem);
1805
+ }
1806
+
1807
+ .is-invalid .invalid-feedback,
1808
+ .is-invalid + * .invalid-feedback {
1809
+ display: block;
1810
+ }
1811
+
1812
+ .data-tables-filter {
1813
+ text-align: right;
1814
+ }
1815
+
1816
+ [dir=rtl] .data-tables-filter {
1817
+ text-align: left;
1818
+ }
1819
+
1820
+ .pointer {
1821
+ cursor: pointer;
1822
+ }
1823
+
1824
+ .navbar .dropdown-submenu a::after {
1825
+ transform: rotate(-90deg);
1826
+ position: absolute;
1827
+ right: 16px;
1828
+ top: 18px;
1829
+ }
1830
+
1831
+ .navbar .dropdown-menu {
1832
+ min-width: 215px;
1833
+ }
1834
+
1835
+ .datatable-scroll {
1836
+ margin-bottom: 5px !important;
1837
+ width: unset !important;
1838
+ }
1839
+
1840
+ .ui-table-scrollable-body::-webkit-scrollbar {
1841
+ height: 5px !important;
1842
+ width: 5px !important;
1843
+ }
1844
+
1845
+ .ui-table-scrollable-body::-webkit-scrollbar-track {
1846
+ background: #ddd;
1847
+ }
1848
+
1849
+ .ui-table-scrollable-body::-webkit-scrollbar-thumb {
1850
+ background: #8a8686;
1851
+ }
1852
+
1853
+ .abp-ellipsis-inline {
1854
+ display: inline-block;
1855
+ overflow: hidden;
1856
+ text-overflow: ellipsis;
1857
+ white-space: nowrap;
1858
+ }
1859
+
1860
+ .abp-ellipsis {
1861
+ overflow: hidden !important;
1862
+ text-overflow: ellipsis;
1863
+ white-space: nowrap;
1864
+ }
1865
+
1866
+ .ui-widget-overlay {
1867
+ z-index: 1000;
1868
+ }
1869
+
1870
+ .color-white {
1871
+ color: #FFF !important;
1872
+ }
1873
+
1874
+ .custom-checkbox > label {
1875
+ cursor: pointer;
1876
+ }
1877
+
1878
+ /* <animations */
1879
+
1880
+ .fade-in-top {
1881
+ animation: fadeInTop 0.2s ease-in-out;
1882
+ }
1883
+
1884
+ .fade-out-top {
1885
+ animation: fadeOutTop 0.2s ease-in-out;
1886
+ }
1887
+
1888
+ .abp-collapsed-height {
1889
+ -moz-transition: max-height linear 0.35s;
1890
+ -ms-transition: max-height linear 0.35s;
1891
+ -o-transition: max-height linear 0.35s;
1892
+ -webkit-transition: max-height linear 0.35s;
1893
+ overflow:hidden;
1894
+ transition:max-height 0.35s linear;
1895
+ height:auto;
1896
+ max-height: 0;
1897
+ }
1898
+
1899
+ .abp-mh-25 {
1900
+ max-height: 25vh;
1901
+ }
1902
+
1903
+ .abp-mh-50 {
1904
+ transition:max-height 0.65s linear;
1905
+ max-height: 50vh;
1906
+ }
1907
+
1908
+ .abp-mh-75 {
1909
+ transition:max-height 0.85s linear;
1910
+ max-height: 75vh;
1911
+ }
1912
+
1913
+ .abp-mh-100 {
1914
+ transition:max-height 1s linear;
1915
+ max-height: 100vh;
1916
+ }
1917
+
1918
+ [class^="sorting"] {
1919
+ opacity: .3;
1920
+ cursor: pointer;
1921
+ }
1922
+ [class^="sorting"]:before {
1923
+ right: 0.5rem;
1924
+ content: "↑";
1925
+ }
1926
+ [class^="sorting"]:after {
1927
+ right: 0.5rem;
1928
+ content: "↓";
1929
+ }
1930
+
1931
+ .sorting_desc {
1932
+ opacity: 1;
1933
+ }
1934
+ .sorting_desc:before {
1935
+ opacity: .3;
1936
+ }
1937
+
1938
+ .sorting_asc {
1939
+ opacity: 1;
1940
+ }
1941
+ .sorting_asc:after {
1942
+ opacity: .3;
1943
+ }
1944
+ .ngx-datatable.material {
1945
+ box-shadow: none;
1946
+ }
1947
+ ngb-typeahead-window, ngb-typeahead-window.dropdown-menu {
1948
+ max-height: 25em;
1949
+ overflow-y: scroll !important;
1950
+ z-index: 1050;
1951
+ }
1952
+
1953
+ @keyframes fadeInTop {
1954
+ from {
1955
+ transform: translateY(-5px);
1956
+ opacity: 0;
1957
+ }
1958
+
1959
+ to {
1960
+ transform: translateY(0px);
1961
+ opacity: 1;
1962
+ }
1963
+ }
1964
+
1965
+ @keyframes fadeOutTop {
1966
+ to {
1967
+ transform: translateY(-5px);
1968
+ opacity: 0;
1969
+ }
1970
+ }
1971
+
1972
+ /* </animations */
1973
+ .ngb-dp-body {
1974
+ z-index: 1055 !important;
1975
+ }
1976
1976
  `;
1977
1977
 
1978
1978
  const THEME_SHARED_APPEND_CONTENT = new InjectionToken('THEME_SHARED_APPEND_CONTENT', {