@abp/ng.theme.shared 5.0.0-beta.1 → 5.0.0-beta.3-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) 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 +49 -115
  6. package/bundles/abp-ng.theme.shared.umd.js.map +1 -1
  7. package/esm2015/extensions/lib/adapters/date-time.adapter.js.map +1 -1
  8. package/esm2015/extensions/lib/adapters/date.adapter.js.map +1 -1
  9. package/esm2015/extensions/lib/adapters/time.adapter.js.map +1 -1
  10. package/esm2015/extensions/lib/components/abstract-actions/abstract-actions.component.js.map +1 -1
  11. package/esm2015/extensions/lib/components/date-time-picker/date-time-picker.component.js +37 -37
  12. package/esm2015/extensions/lib/components/date-time-picker/date-time-picker.component.js.map +1 -1
  13. package/esm2015/extensions/lib/components/extensible-form/extensible-form-prop.component.js +1 -1
  14. package/esm2015/extensions/lib/components/extensible-form/extensible-form-prop.component.js.map +1 -1
  15. package/esm2015/extensions/lib/components/extensible-form/extensible-form.component.js +1 -1
  16. package/esm2015/extensions/lib/components/extensible-form/extensible-form.component.js.map +1 -1
  17. package/esm2015/extensions/lib/components/extensible-table/extensible-table.component.js +1 -1
  18. package/esm2015/extensions/lib/components/extensible-table/extensible-table.component.js.map +1 -1
  19. package/esm2015/extensions/lib/components/grid-actions/grid-actions.component.js +1 -1
  20. package/esm2015/extensions/lib/components/grid-actions/grid-actions.component.js.map +1 -1
  21. package/esm2015/extensions/lib/components/page-toolbar/page-toolbar.component.js +1 -1
  22. package/esm2015/extensions/lib/components/page-toolbar/page-toolbar.component.js.map +1 -1
  23. package/esm2015/extensions/lib/constants/extra-properties.js.map +1 -1
  24. package/esm2015/extensions/lib/directives/disabled.directive.js.map +1 -1
  25. package/esm2015/extensions/lib/directives/prop-data.directive.js.map +1 -1
  26. package/esm2015/extensions/lib/enums/props.enum.js.map +1 -1
  27. package/esm2015/extensions/lib/models/actions.js.map +1 -1
  28. package/esm2015/extensions/lib/models/entity-actions.js.map +1 -1
  29. package/esm2015/extensions/lib/models/entity-props.js.map +1 -1
  30. package/esm2015/extensions/lib/models/form-props.js.map +1 -1
  31. package/esm2015/extensions/lib/models/internal/object-extensions.js.map +1 -1
  32. package/esm2015/extensions/lib/models/object-extensions.js.map +1 -1
  33. package/esm2015/extensions/lib/models/props.js.map +1 -1
  34. package/esm2015/extensions/lib/models/toolbar-actions.js.map +1 -1
  35. package/esm2015/extensions/lib/services/extensions.service.js.map +1 -1
  36. package/esm2015/extensions/lib/tokens/extensions.token.js.map +1 -1
  37. package/esm2015/extensions/lib/ui-extensions.module.js.map +1 -1
  38. package/esm2015/extensions/lib/utils/actions.util.js.map +1 -1
  39. package/esm2015/extensions/lib/utils/enum.util.js.map +1 -1
  40. package/esm2015/extensions/lib/utils/factory.util.js.map +1 -1
  41. package/esm2015/extensions/lib/utils/form-props.util.js.map +1 -1
  42. package/esm2015/extensions/lib/utils/localization.util.js.map +1 -1
  43. package/esm2015/extensions/lib/utils/props.util.js.map +1 -1
  44. package/esm2015/extensions/lib/utils/state.util.js.map +1 -1
  45. package/esm2015/extensions/lib/utils/typeahead.util.js.map +1 -1
  46. package/esm2015/extensions/lib/utils/validation.util.js.map +1 -1
  47. package/esm2015/extensions/public-api.js.map +1 -1
  48. package/esm2015/lib/animations/bounce.animations.js.map +1 -1
  49. package/esm2015/lib/animations/collapse.animations.js.map +1 -1
  50. package/esm2015/lib/animations/fade.animations.js.map +1 -1
  51. package/esm2015/lib/animations/index.js.map +1 -1
  52. package/esm2015/lib/animations/modal.animations.js.map +1 -1
  53. package/esm2015/lib/animations/slide.animations.js.map +1 -1
  54. package/esm2015/lib/animations/toast.animations.js.map +1 -1
  55. package/esm2015/lib/components/breadcrumb/breadcrumb.component.js +1 -1
  56. package/esm2015/lib/components/breadcrumb/breadcrumb.component.js.map +1 -1
  57. package/esm2015/lib/components/breadcrumb-items/breadcrumb-items.component.js +1 -1
  58. package/esm2015/lib/components/breadcrumb-items/breadcrumb-items.component.js.map +1 -1
  59. package/esm2015/lib/components/button/button.component.js +26 -26
  60. package/esm2015/lib/components/button/button.component.js.map +1 -1
  61. package/esm2015/lib/components/confirmation/confirmation.component.js +1 -1
  62. package/esm2015/lib/components/confirmation/confirmation.component.js.map +1 -1
  63. package/esm2015/lib/components/http-error-wrapper/http-error-wrapper.component.js +1 -1
  64. package/esm2015/lib/components/http-error-wrapper/http-error-wrapper.component.js.map +1 -1
  65. package/esm2015/lib/components/loader-bar/loader-bar.component.js +24 -24
  66. package/esm2015/lib/components/loader-bar/loader-bar.component.js.map +1 -1
  67. package/esm2015/lib/components/loading/loading.component.js +29 -29
  68. package/esm2015/lib/components/loading/loading.component.js.map +1 -1
  69. package/esm2015/lib/components/modal/modal-close.directive.js.map +1 -1
  70. package/esm2015/lib/components/modal/modal-ref.service.js.map +1 -1
  71. package/esm2015/lib/components/modal/modal.component.js +1 -1
  72. package/esm2015/lib/components/modal/modal.component.js.map +1 -1
  73. package/esm2015/lib/components/toast/toast.component.js +1 -1
  74. package/esm2015/lib/components/toast/toast.component.js.map +1 -1
  75. package/esm2015/lib/components/toast-container/toast-container.component.js +1 -1
  76. package/esm2015/lib/components/toast-container/toast-container.component.js.map +1 -1
  77. package/esm2015/lib/constants/styles.js +180 -179
  78. package/esm2015/lib/constants/styles.js.map +1 -1
  79. package/esm2015/lib/constants/validation.js.map +1 -1
  80. package/esm2015/lib/directives/ellipsis.directive.js.map +1 -1
  81. package/esm2015/lib/directives/index.js.map +1 -1
  82. package/esm2015/lib/directives/loading.directive.js.map +1 -1
  83. package/esm2015/lib/directives/ngx-datatable-default.directive.js.map +1 -1
  84. package/esm2015/lib/directives/ngx-datatable-list.directive.js.map +1 -1
  85. package/esm2015/lib/enums/index.js.map +1 -1
  86. package/esm2015/lib/enums/route-names.js.map +1 -1
  87. package/esm2015/lib/handlers/document-dir.handler.js +33 -0
  88. package/esm2015/lib/handlers/document-dir.handler.js.map +1 -0
  89. package/esm2015/lib/handlers/error.handler.js.map +1 -1
  90. package/esm2015/lib/handlers/index.js +1 -1
  91. package/esm2015/lib/handlers/index.js.map +1 -1
  92. package/esm2015/lib/models/common.js.map +1 -1
  93. package/esm2015/lib/models/confirmation.js.map +1 -1
  94. package/esm2015/lib/models/index.js.map +1 -1
  95. package/esm2015/lib/models/nav-item.js.map +1 -1
  96. package/esm2015/lib/models/statistics.js.map +1 -1
  97. package/esm2015/lib/models/toaster.js.map +1 -1
  98. package/esm2015/lib/providers/index.js.map +1 -1
  99. package/esm2015/lib/providers/ng-bootstrap-config.provider.js.map +1 -1
  100. package/esm2015/lib/providers/route.provider.js.map +1 -1
  101. package/esm2015/lib/services/confirmation.service.js.map +1 -1
  102. package/esm2015/lib/services/index.js.map +1 -1
  103. package/esm2015/lib/services/nav-items.service.js.map +1 -1
  104. package/esm2015/lib/services/page-alert.service.js.map +1 -1
  105. package/esm2015/lib/services/toaster.service.js.map +1 -1
  106. package/esm2015/lib/theme-shared.module.js +10 -9
  107. package/esm2015/lib/theme-shared.module.js.map +1 -1
  108. package/esm2015/lib/tokens/append-content.token.js.map +1 -1
  109. package/esm2015/lib/tokens/http-error.token.js.map +1 -1
  110. package/esm2015/lib/tokens/index.js +0 -1
  111. package/esm2015/lib/tokens/index.js.map +1 -1
  112. package/esm2015/lib/tokens/ngx-datatable-messages.token.js.map +1 -1
  113. package/esm2015/lib/tokens/suppress-unsaved-changes-warning.token.js.map +1 -1
  114. package/esm2015/lib/utils/date-parser-formatter.js.map +1 -1
  115. package/esm2015/lib/utils/index.js.map +1 -1
  116. package/esm2015/lib/utils/validation-utils.js.map +1 -1
  117. package/esm2015/public-api.js +0 -1
  118. package/esm2015/public-api.js.map +1 -1
  119. package/esm2015/testing/lib/models/config.js.map +1 -1
  120. package/esm2015/testing/lib/models/index.js.map +1 -1
  121. package/esm2015/testing/lib/theme-shared-testing.module.js.map +1 -1
  122. package/esm2015/testing/public-api.js.map +1 -1
  123. package/fesm2015/abp-ng.theme.shared-extensions.js +42 -42
  124. package/fesm2015/abp-ng.theme.shared-extensions.js.map +1 -1
  125. package/fesm2015/abp-ng.theme.shared-testing.js.map +1 -1
  126. package/fesm2015/abp-ng.theme.shared.js +307 -362
  127. package/fesm2015/abp-ng.theme.shared.js.map +1 -1
  128. package/lib/constants/styles.d.ts +1 -2
  129. package/lib/handlers/document-dir.handler.d.ts +13 -0
  130. package/lib/handlers/index.d.ts +1 -1
  131. package/lib/tokens/index.d.ts +0 -1
  132. package/package.json +4 -4
  133. package/public-api.d.ts +0 -1
  134. package/esm2015/lib/handlers/lazy-style.handler.js +0 -89
  135. package/esm2015/lib/handlers/lazy-style.handler.js.map +0 -1
  136. package/esm2015/lib/tokens/lazy-styles.token.js +0 -3
  137. package/esm2015/lib/tokens/lazy-styles.token.js.map +0 -1
  138. package/lib/handlers/lazy-style.handler.d.ts +0 -23
  139. package/lib/tokens/lazy-styles.token.d.ts +0 -2
  140. package/styles/bootstrap-rtl.min.css +0 -7
@@ -1 +1 @@
1
- {"version":3,"file":"abp-ng.theme.shared-testing.umd.js","sources":["../../../../packages/theme-shared/testing/src/lib/theme-shared-testing.module.ts","../../../../packages/theme-shared/testing/src/abp-ng.theme.shared-testing.ts"],"sourcesContent":["import {\n BaseThemeSharedModule,\n DateParserFormatter,\n DEFAULT_VALIDATION_BLUEPRINTS,\n THEME_SHARED_ROUTE_PROVIDERS,\n} from '@abp/ng.theme.shared';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport { NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';\nimport {\n defaultMapErrorsFn,\n VALIDATION_BLUEPRINTS,\n VALIDATION_MAP_ERRORS_FN,\n VALIDATION_VALIDATE_ON_SUBMIT,\n} from '@ngx-validate/core';\nimport { Config } from './models/config';\n\n/**\n * ThemeSharedTestingModule is the module that will be used in tests\n */\n@NgModule({\n exports: [RouterTestingModule, BaseThemeSharedModule],\n imports: [RouterTestingModule, BaseThemeSharedModule],\n})\nexport class ThemeSharedTestingModule {\n static withConfig(\n { validation = {} } = {} as Config,\n ): ModuleWithProviders<ThemeSharedTestingModule> {\n return {\n ngModule: ThemeSharedTestingModule,\n providers: [\n THEME_SHARED_ROUTE_PROVIDERS,\n { provide: NgbDateParserFormatter, useClass: DateParserFormatter },\n {\n provide: VALIDATION_BLUEPRINTS,\n useValue: {\n ...DEFAULT_VALIDATION_BLUEPRINTS,\n ...(validation.blueprints || {}),\n },\n },\n {\n provide: VALIDATION_MAP_ERRORS_FN,\n useValue: validation.mapErrorsFn || defaultMapErrorsFn,\n },\n {\n provide: VALIDATION_VALIDATE_ON_SUBMIT,\n useValue: validation.validateOnSubmit,\n },\n ],\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["THEME_SHARED_ROUTE_PROVIDERS","NgbDateParserFormatter","DateParserFormatter","VALIDATION_BLUEPRINTS","DEFAULT_VALIDATION_BLUEPRINTS","VALIDATION_MAP_ERRORS_FN","defaultMapErrorsFn","VALIDATION_VALIDATE_ON_SUBMIT","RouterTestingModule","BaseThemeSharedModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBA;;;;QAOA;;QACS,mCAAU,GAAjB,UACE,EAAkC;gBAAlC,qBAAsB,EAAY,KAAA,EAAhC,kBAAe,EAAf,UAAU,mBAAG,EAAE,KAAA;YAEjB,OAAO;gBACL,QAAQ,EAAE,wBAAwB;gBAClC,SAAS,EAAE;oBACTA,4CAA4B;oBAC5B,EAAE,OAAO,EAAEC,kCAAsB,EAAE,QAAQ,EAAEC,mCAAmB,EAAE;oBAClE;wBACE,OAAO,EAAEC,0BAAqB;wBAC9B,QAAQ,kCACHC,6CAA6B,IAC5B,UAAU,CAAC,UAAU,IAAI,EAAE,EAChC;qBACF;oBACD;wBACE,OAAO,EAAEC,6BAAwB;wBACjC,QAAQ,EAAE,UAAU,CAAC,WAAW,IAAIC,uBAAkB;qBACvD;oBACD;wBACE,OAAO,EAAEC,kCAA6B;wBACtC,QAAQ,EAAE,UAAU,CAAC,gBAAgB;qBACtC;iBACF;aACF,CAAC;SACH;;;+IA1BU,wBAAwB;gJAAxB,wBAAwB,YAFzBC,2BAAmB,EAAEC,qCAAqB,aAD1CD,2BAAmB,EAAEC,qCAAqB;gJAGzC,wBAAwB,YAF1B,CAACD,2BAAmB,EAAEC,qCAAqB,CAAC,EAD3CD,2BAAmB,EAAEC,qCAAqB;qHAGzC,wBAAwB;sBAJpCC,WAAQ;uBAAC;wBACR,OAAO,EAAE,CAACF,2BAAmB,EAAEC,qCAAqB,CAAC;wBACrD,OAAO,EAAE,CAACD,2BAAmB,EAAEC,qCAAqB,CAAC;qBACtD;;;ICvBD;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"abp-ng.theme.shared-testing.umd.js","sources":["../../../../packages/theme-shared/testing/src/lib/theme-shared-testing.module.ts","../../../../packages/theme-shared/testing/src/abp-ng.theme.shared-testing.ts"],"sourcesContent":["import {\r\n BaseThemeSharedModule,\r\n DateParserFormatter,\r\n DEFAULT_VALIDATION_BLUEPRINTS,\r\n THEME_SHARED_ROUTE_PROVIDERS,\r\n} from '@abp/ng.theme.shared';\r\nimport { ModuleWithProviders, NgModule } from '@angular/core';\r\nimport { RouterTestingModule } from '@angular/router/testing';\r\nimport { NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';\r\nimport {\r\n defaultMapErrorsFn,\r\n VALIDATION_BLUEPRINTS,\r\n VALIDATION_MAP_ERRORS_FN,\r\n VALIDATION_VALIDATE_ON_SUBMIT,\r\n} from '@ngx-validate/core';\r\nimport { Config } from './models/config';\r\n\r\n/**\r\n * ThemeSharedTestingModule is the module that will be used in tests\r\n */\r\n@NgModule({\r\n exports: [RouterTestingModule, BaseThemeSharedModule],\r\n imports: [RouterTestingModule, BaseThemeSharedModule],\r\n})\r\nexport class ThemeSharedTestingModule {\r\n static withConfig(\r\n { validation = {} } = {} as Config,\r\n ): ModuleWithProviders<ThemeSharedTestingModule> {\r\n return {\r\n ngModule: ThemeSharedTestingModule,\r\n providers: [\r\n THEME_SHARED_ROUTE_PROVIDERS,\r\n { provide: NgbDateParserFormatter, useClass: DateParserFormatter },\r\n {\r\n provide: VALIDATION_BLUEPRINTS,\r\n useValue: {\r\n ...DEFAULT_VALIDATION_BLUEPRINTS,\r\n ...(validation.blueprints || {}),\r\n },\r\n },\r\n {\r\n provide: VALIDATION_MAP_ERRORS_FN,\r\n useValue: validation.mapErrorsFn || defaultMapErrorsFn,\r\n },\r\n {\r\n provide: VALIDATION_VALIDATE_ON_SUBMIT,\r\n useValue: validation.validateOnSubmit,\r\n },\r\n ],\r\n };\r\n }\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["THEME_SHARED_ROUTE_PROVIDERS","NgbDateParserFormatter","DateParserFormatter","VALIDATION_BLUEPRINTS","DEFAULT_VALIDATION_BLUEPRINTS","VALIDATION_MAP_ERRORS_FN","defaultMapErrorsFn","VALIDATION_VALIDATE_ON_SUBMIT","RouterTestingModule","BaseThemeSharedModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBA;;;;QAOA;;QACS,mCAAU,GAAjB,UACE,EAAkC;gBAAlC,qBAAsB,EAAY,KAAA,EAAhC,kBAAe,EAAf,UAAU,mBAAG,EAAE,KAAA;YAEjB,OAAO;gBACL,QAAQ,EAAE,wBAAwB;gBAClC,SAAS,EAAE;oBACTA,4CAA4B;oBAC5B,EAAE,OAAO,EAAEC,kCAAsB,EAAE,QAAQ,EAAEC,mCAAmB,EAAE;oBAClE;wBACE,OAAO,EAAEC,0BAAqB;wBAC9B,QAAQ,kCACHC,6CAA6B,IAC5B,UAAU,CAAC,UAAU,IAAI,EAAE,EAChC;qBACF;oBACD;wBACE,OAAO,EAAEC,6BAAwB;wBACjC,QAAQ,EAAE,UAAU,CAAC,WAAW,IAAIC,uBAAkB;qBACvD;oBACD;wBACE,OAAO,EAAEC,kCAA6B;wBACtC,QAAQ,EAAE,UAAU,CAAC,gBAAgB;qBACtC;iBACF;aACF,CAAC;SACH;;;+IA1BU,wBAAwB;gJAAxB,wBAAwB,YAFzBC,2BAAmB,EAAEC,qCAAqB,aAD1CD,2BAAmB,EAAEC,qCAAqB;gJAGzC,wBAAwB,YAF1B,CAACD,2BAAmB,EAAEC,qCAAqB,CAAC,EAD3CD,2BAAmB,EAAEC,qCAAqB;qHAGzC,wBAAwB;sBAJpCC,WAAQ;uBAAC;wBACR,OAAO,EAAE,CAACF,2BAAmB,EAAEC,qCAAqB,CAAC;wBACrD,OAAO,EAAE,CAACD,2BAAmB,EAAEC,qCAAqB,CAAC;qBACtD;;;ICvBD;;;;;;;;;;;;;"}
@@ -168,7 +168,7 @@
168
168
  return BreadcrumbItemsComponent;
169
169
  }());
170
170
  BreadcrumbItemsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: BreadcrumbItemsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
171
- BreadcrumbItemsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: { items: "items" }, ngImport: i0__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
171
+ BreadcrumbItemsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: { items: "items" }, ngImport: i0__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
172
172
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: BreadcrumbItemsComponent, decorators: [{
173
173
  type: i0.Component,
174
174
  args: [{
@@ -525,7 +525,7 @@
525
525
  return BreadcrumbComponent;
526
526
  }());
527
527
  BreadcrumbComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: BreadcrumbComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$1.Router }, { token: i2__namespace.RoutesService }, { token: i2__namespace.SubscriptionService }, { token: i2__namespace.RouterEvents }], target: i0__namespace.ɵɵFactoryTarget.Component });
528
- BreadcrumbComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: BreadcrumbComponent, selector: "abp-breadcrumb", providers: [i2.SubscriptionService], ngImport: i0__namespace, template: "<abp-breadcrumb-items [items]=\"segments\"></abp-breadcrumb-items>\n", components: [{ type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: ["items"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
528
+ BreadcrumbComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: BreadcrumbComponent, selector: "abp-breadcrumb", providers: [i2.SubscriptionService], ngImport: i0__namespace, template: "<abp-breadcrumb-items [items]=\"segments\"></abp-breadcrumb-items>\r\n", components: [{ type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: ["items"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
529
529
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: BreadcrumbComponent, decorators: [{
530
530
  type: i0.Component,
531
531
  args: [{
@@ -572,12 +572,12 @@
572
572
  return ButtonComponent;
573
573
  }());
574
574
  ButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ButtonComponent, deps: [{ token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Component });
575
- ButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", 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__namespace, template: "\n <button\n #button\n [id]=\"buttonId\"\n [attr.type]=\"buttonType\"\n [ngClass]=\"buttonClass\"\n [disabled]=\"loading || disabled\"\n (click.stop)=\"click.next($event); abpClick.next($event)\"\n (focus)=\"focus.next($event); abpFocus.next($event)\"\n (blur)=\"blur.next($event); abpBlur.next($event)\"\n >\n <i [ngClass]=\"icon\" class=\"mr-1\"></i><ng-content></ng-content>\n </button>\n ", isInline: true, directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2__namespace.StopPropagationDirective, selector: "[click.stop]", outputs: ["click.stop"] }] });
575
+ ButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", 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__namespace, template: "\n <button\n #button\n [id]=\"buttonId\"\n [attr.type]=\"buttonType\"\n [ngClass]=\"buttonClass\"\n [disabled]=\"loading || disabled\"\n (click.stop)=\"click.next($event); abpClick.next($event)\"\n (focus)=\"focus.next($event); abpFocus.next($event)\"\n (blur)=\"blur.next($event); abpBlur.next($event)\"\n >\n <i [ngClass]=\"icon\" class=\"me-1\"></i><ng-content></ng-content>\n </button>\n ", isInline: true, directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2__namespace.StopPropagationDirective, selector: "[click.stop]", outputs: ["click.stop"] }] });
576
576
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ButtonComponent, decorators: [{
577
577
  type: i0.Component,
578
578
  args: [{
579
579
  selector: 'abp-button',
580
- template: "\n <button\n #button\n [id]=\"buttonId\"\n [attr.type]=\"buttonType\"\n [ngClass]=\"buttonClass\"\n [disabled]=\"loading || disabled\"\n (click.stop)=\"click.next($event); abpClick.next($event)\"\n (focus)=\"focus.next($event); abpFocus.next($event)\"\n (blur)=\"blur.next($event); abpBlur.next($event)\"\n >\n <i [ngClass]=\"icon\" class=\"mr-1\"></i><ng-content></ng-content>\n </button>\n ",
580
+ template: "\n <button\n #button\n [id]=\"buttonId\"\n [attr.type]=\"buttonType\"\n [ngClass]=\"buttonClass\"\n [disabled]=\"loading || disabled\"\n (click.stop)=\"click.next($event); abpClick.next($event)\"\n (focus)=\"focus.next($event); abpFocus.next($event)\"\n (blur)=\"blur.next($event); abpBlur.next($event)\"\n >\n <i [ngClass]=\"icon\" class=\"me-1\"></i><ng-content></ng-content>\n </button>\n ",
581
581
  }]
582
582
  }], ctorParameters: function () { return [{ type: i0__namespace.Renderer2 }]; }, propDecorators: { buttonId: [{
583
583
  type: i0.Input
@@ -647,7 +647,7 @@
647
647
  return ConfirmationComponent;
648
648
  }());
649
649
  ConfirmationComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ConfirmationComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
650
- ConfirmationComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ConfirmationComponent, selector: "abp-confirmation", ngImport: i0__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1__namespace.AsyncPipe, "abpLocalization": i2__namespace.LocalizationPipe } });
650
+ ConfirmationComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ConfirmationComponent, selector: "abp-confirmation", ngImport: i0__namespace, 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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1__namespace.AsyncPipe, "abpLocalization": i2__namespace.LocalizationPipe } });
651
651
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ConfirmationComponent, decorators: [{
652
652
  type: i0.Component,
653
653
  args: [{
@@ -704,7 +704,7 @@
704
704
  return HttpErrorWrapperComponent;
705
705
  }());
706
706
  HttpErrorWrapperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: HttpErrorWrapperComponent, deps: [{ token: i2__namespace.SubscriptionService }], target: i0__namespace.ɵɵFactoryTarget.Component });
707
- HttpErrorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: HttpErrorWrapperComponent, selector: "abp-http-error-wrapper", providers: [i2.SubscriptionService], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], ngImport: i0__namespace, 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 mr-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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
707
+ HttpErrorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: HttpErrorWrapperComponent, selector: "abp-http-error-wrapper", providers: [i2.SubscriptionService], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], ngImport: i0__namespace, 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=\"close me-2\"\r\n (click)=\"destroy()\"\r\n >\r\n <span aria-hidden=\"true\">&times;</span>\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__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
708
708
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: HttpErrorWrapperComponent, decorators: [{
709
709
  type: i0.Component,
710
710
  args: [{
@@ -1082,7 +1082,7 @@
1082
1082
  return ModalComponent;
1083
1083
  }());
1084
1084
  ModalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ModalComponent, deps: [{ token: ConfirmationService }, { token: i2__namespace.SubscriptionService }, { token: SUPPRESS_UNSAVED_CHANGES_WARNING, optional: true }, { token: i3__namespace.NgbModal }, { token: ModalRefService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1085
- ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ModalComponent, selector: "abp-modal", inputs: { visible: "visible", busy: "busy", options: "options", suppressUnsavedChangesWarning: "suppressUnsavedChangesWarning" }, outputs: { visibleChange: "visibleChange", init: "init", appear: "appear", disappear: "disappear" }, providers: [i2.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__namespace, template: "<ng-content></ng-content>\n\n<ng-template #modalContent let-modal>\n <div 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=\"close\"\n aria-label=\"Close\"\n (click)=\"modal.dismiss()\"\n >\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div 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__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1085
+ ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ModalComponent, selector: "abp-modal", inputs: { visible: "visible", busy: "busy", options: "options", suppressUnsavedChangesWarning: "suppressUnsavedChangesWarning" }, outputs: { visibleChange: "visibleChange", init: "init", appear: "appear", disappear: "disappear" }, providers: [i2.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__namespace, template: "<ng-content></ng-content>\r\n\r\n<ng-template #modalContent let-modal>\r\n <div 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 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__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1086
1086
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ModalComponent, decorators: [{
1087
1087
  type: i0.Component,
1088
1088
  args: [{
@@ -1210,7 +1210,7 @@
1210
1210
  return ToastComponent;
1211
1211
  }());
1212
1212
  ToastComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ToastComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1213
- ToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ToastComponent, selector: "abp-toast", inputs: { toast: "toast" }, outputs: { remove: "remove" }, ngImport: i0__namespace, 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__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
1213
+ ToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ToastComponent, selector: "abp-toast", inputs: { toast: "toast" }, outputs: { remove: "remove" }, ngImport: i0__namespace, 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__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
1214
1214
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ToastComponent, decorators: [{
1215
1215
  type: i0.Component,
1216
1216
  args: [{
@@ -1248,7 +1248,7 @@
1248
1248
  return ToastContainerComponent;
1249
1249
  }());
1250
1250
  ToastContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ToastContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1251
- ToastContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ToastContainerComponent, selector: "abp-toast-container", inputs: { top: "top", right: "right", bottom: "bottom", left: "left", toastKey: "toastKey" }, ngImport: i0__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [toastInOut] });
1251
+ ToastContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ToastContainerComponent, selector: "abp-toast-container", inputs: { top: "top", right: "right", bottom: "bottom", left: "left", toastKey: "toastKey" }, ngImport: i0__namespace, 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__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [toastInOut] });
1252
1252
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ToastContainerComponent, decorators: [{
1253
1253
  type: i0.Component,
1254
1254
  args: [{
@@ -1269,9 +1269,6 @@
1269
1269
  type: i0.Input
1270
1270
  }] } });
1271
1271
 
1272
- var styles = "\n.is-invalid .form-control {\n border-color: #dc3545;\n border-style: solid !important;\n padding-right: calc(1.5em + .75rem);\n 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);\n background-repeat: no-repeat;\n background-position: right calc(.375em + .1875rem) center;\n background-size: calc(.75em + .375rem) calc(.75em + .375rem);\n}\n\n.is-invalid .invalid-feedback,\n.is-invalid + * .invalid-feedback {\n display: block;\n}\n\n.data-tables-filter {\n text-align: right;\n}\n\n[dir=rtl] .data-tables-filter {\n text-align: left;\n}\n\n.pointer {\n cursor: pointer;\n}\n\n.navbar .dropdown-submenu a::after {\n transform: rotate(-90deg);\n position: absolute;\n right: 16px;\n top: 18px;\n}\n\n.navbar .dropdown-menu {\n min-width: 215px;\n}\n\n.datatable-scroll {\n margin-bottom: 5px !important;\n width: unset !important;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar {\n height: 5px !important;\n width: 5px !important;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar-track {\n background: #ddd;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar-thumb {\n background: #8a8686;\n}\n\n.abp-ellipsis-inline {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.abp-ellipsis {\n overflow: hidden !important;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.ui-widget-overlay {\n z-index: 1000;\n}\n\n.color-white {\n color: #FFF !important;\n}\n\n.custom-checkbox > label {\n cursor: pointer;\n}\n\n/* <animations */\n\n.fade-in-top {\n animation: fadeInTop 0.2s ease-in-out;\n}\n\n.fade-out-top {\n animation: fadeOutTop 0.2s ease-in-out;\n}\n\n.abp-collapsed-height {\n -moz-transition: max-height linear 0.35s;\n -ms-transition: max-height linear 0.35s;\n -o-transition: max-height linear 0.35s;\n -webkit-transition: max-height linear 0.35s;\n overflow:hidden;\n transition:max-height 0.35s linear;\n height:auto;\n max-height: 0;\n}\n\n.abp-mh-25 {\n max-height: 25vh;\n}\n\n.abp-mh-50 {\n transition:max-height 0.65s linear;\n max-height: 50vh;\n}\n\n.abp-mh-75 {\n transition:max-height 0.85s linear;\n max-height: 75vh;\n}\n\n.abp-mh-100 {\n transition:max-height 1s linear;\n max-height: 100vh;\n}\n\n[class^=\"sorting\"] {\n opacity: .3;\n cursor: pointer;\n}\n[class^=\"sorting\"]:before {\n right: 0.5rem;\n content: \"\u2191\";\n}\n[class^=\"sorting\"]:after {\n right: 0.5rem;\n content: \"\u2193\";\n}\n\n.sorting_desc {\n opacity: 1;\n}\n.sorting_desc:before {\n opacity: .3;\n}\n\n.sorting_asc {\n opacity: 1;\n}\n.sorting_asc:after {\n opacity: .3;\n}\n.ngx-datatable.material {\n box-shadow: none;\n}\nngb-typeahead-window, ngb-typeahead-window.dropdown-menu {\n max-height: 25em;\n overflow-y: scroll !important;\n z-index: 1050;\n}\n\n@keyframes fadeInTop {\n from {\n transform: translateY(-5px);\n opacity: 0;\n }\n\n to {\n transform: translateY(0px);\n opacity: 1;\n }\n}\n\n@keyframes fadeOutTop {\n to {\n transform: translateY(-5px);\n opacity: 0;\n }\n}\n\n/* </animations */\n\n";
1273
- var BOOTSTRAP = 'bootstrap-{{dir}}.min.css';
1274
-
1275
1272
  var DEFAULT_VALIDATION_BLUEPRINTS = {
1276
1273
  creditCard: 'AbpValidation::ThisFieldIsNotAValidCreditCardNumber.',
1277
1274
  email: 'AbpValidation::ThisFieldIsNotAValidEmailAddress.',
@@ -1630,6 +1627,36 @@
1630
1627
  type: i0.Input
1631
1628
  }] } });
1632
1629
 
1630
+ var DocumentDirHandlerService = /** @class */ (function () {
1631
+ function DocumentDirHandlerService(injector) {
1632
+ this.injector = injector;
1633
+ this.dir = new rxjs.BehaviorSubject('ltr');
1634
+ this.dir$ = this.dir.asObservable();
1635
+ this.listenToLanguageChanges();
1636
+ }
1637
+ DocumentDirHandlerService.prototype.listenToLanguageChanges = function () {
1638
+ var _this = this;
1639
+ var l10n = this.injector.get(i2.LocalizationService);
1640
+ // will always listen, no need to unsubscribe
1641
+ l10n.languageChange$
1642
+ .pipe(operators.startWith(l10n.currentLang), operators.map(function (locale) { return i2.getLocaleDirection(locale); }))
1643
+ .subscribe(function (dir) {
1644
+ _this.dir.next(dir);
1645
+ _this.setBodyDir(dir);
1646
+ });
1647
+ };
1648
+ DocumentDirHandlerService.prototype.setBodyDir = function (dir) {
1649
+ document.body.dir = dir;
1650
+ document.dir = dir;
1651
+ };
1652
+ return DocumentDirHandlerService;
1653
+ }());
1654
+ DocumentDirHandlerService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DocumentDirHandlerService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1655
+ DocumentDirHandlerService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DocumentDirHandlerService });
1656
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DocumentDirHandlerService, decorators: [{
1657
+ type: i0.Injectable
1658
+ }], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
1659
+
1633
1660
  function httpErrorConfigFactory(config) {
1634
1661
  if (config === void 0) { config = {}; }
1635
1662
  if (config.errorScreen && config.errorScreen.component && !config.errorScreen.forWhichErrors) {
@@ -1918,98 +1945,6 @@
1918
1945
  args: [{ providedIn: 'root' }]
1919
1946
  }], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
1920
1947
 
1921
- var LAZY_STYLES = new i0.InjectionToken('LAZY_STYLES');
1922
-
1923
- var LazyStyleHandler = /** @class */ (function () {
1924
- function LazyStyleHandler(injector) {
1925
- this._dir = 'ltr';
1926
- this.loaded = new Map();
1927
- this.setStyles(injector);
1928
- this.setLazyLoad(injector);
1929
- this.listenToLanguageChanges(injector);
1930
- }
1931
- Object.defineProperty(LazyStyleHandler.prototype, "dir", {
1932
- get: function () {
1933
- return this._dir;
1934
- },
1935
- set: function (dir) {
1936
- if (dir === this._dir)
1937
- return;
1938
- this.switchCSS(dir);
1939
- this.setBodyDir(dir);
1940
- this._dir = dir;
1941
- },
1942
- enumerable: false,
1943
- configurable: true
1944
- });
1945
- LazyStyleHandler.prototype.getHrefFromLink = function (link) {
1946
- if (!link)
1947
- return '';
1948
- var a = document.createElement('a');
1949
- a.href = link.href;
1950
- return a.pathname.replace(/^\//, '');
1951
- };
1952
- LazyStyleHandler.prototype.getLoadedBootstrap = function () {
1953
- var href = createLazyStyleHref(BOOTSTRAP, this.dir);
1954
- var selector = "[href*=\"" + href.replace(/\.css$/, '') + "\"]";
1955
- var link = document.querySelector(selector);
1956
- return { href: href, link: link };
1957
- };
1958
- LazyStyleHandler.prototype.listenToLanguageChanges = function (injector) {
1959
- var _this = this;
1960
- var l10n = injector.get(i2.LocalizationService);
1961
- // will always listen, no need to unsubscribe
1962
- l10n.languageChange$.pipe(operators.startWith(l10n.currentLang)).subscribe(function (locale) {
1963
- _this.dir = i2.getLocaleDirection(locale);
1964
- });
1965
- };
1966
- LazyStyleHandler.prototype.setBodyDir = function (dir) {
1967
- document.body.dir = dir;
1968
- };
1969
- LazyStyleHandler.prototype.setLazyLoad = function (injector) {
1970
- this.lazyLoad = injector.get(i2.LazyLoadService);
1971
- var _a = this.getLoadedBootstrap(), href = _a.href, link = _a.link;
1972
- this.lazyLoad.loaded.set(href, link);
1973
- };
1974
- LazyStyleHandler.prototype.setStyles = function (injector) {
1975
- this.styles = injector.get(LAZY_STYLES, [BOOTSTRAP]);
1976
- };
1977
- LazyStyleHandler.prototype.switchCSS = function (dir) {
1978
- var _this = this;
1979
- this.styles.forEach(function (style) {
1980
- var oldHref = createLazyStyleHref(style, _this.dir);
1981
- var newHref = createLazyStyleHref(style, dir);
1982
- var link = _this.loaded.get(newHref);
1983
- var href = _this.getHrefFromLink(link) || newHref;
1984
- var strategy = i2.LOADING_STRATEGY.PrependAnonymousStyleToHead(href);
1985
- _this.lazyLoad.load(strategy).subscribe(function () {
1986
- var oldLink = _this.lazyLoad.loaded.get(oldHref);
1987
- _this.loaded.delete(newHref);
1988
- _this.loaded.set(oldHref, oldLink);
1989
- var newLink = _this.lazyLoad.loaded.get(href);
1990
- _this.lazyLoad.loaded.delete(href);
1991
- _this.lazyLoad.loaded.set(newHref, newLink);
1992
- _this.lazyLoad.remove(oldHref);
1993
- });
1994
- });
1995
- };
1996
- return LazyStyleHandler;
1997
- }());
1998
- LazyStyleHandler.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: LazyStyleHandler, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1999
- LazyStyleHandler.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: LazyStyleHandler, providedIn: 'root' });
2000
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: LazyStyleHandler, decorators: [{
2001
- type: i0.Injectable,
2002
- args: [{
2003
- providedIn: 'root',
2004
- }]
2005
- }], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
2006
- function createLazyStyleHref(style, dir) {
2007
- return style.replace(/{{\s*dir\s*}}/g, dir);
2008
- }
2009
- function initLazyStyleHandler(injector) {
2010
- return function () { return new LazyStyleHandler(injector); };
2011
- }
2012
-
2013
1948
  var NavItem = /** @class */ (function () {
2014
1949
  function NavItem(props) {
2015
1950
  props = Object.assign(Object.assign({}, props), { visible: props.visible || (function () { return true; }) });
@@ -2231,6 +2166,8 @@
2231
2166
  }]
2232
2167
  }], ctorParameters: function () { return [{ type: i2__namespace.ContentProjectionService }]; } });
2233
2168
 
2169
+ var styles = "\n.is-invalid .form-control {\n border-color: #dc3545;\n border-style: solid !important;\n padding-right: calc(1.5em + .75rem);\n 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);\n background-repeat: no-repeat;\n background-position: right calc(.375em + .1875rem) center;\n background-size: calc(.75em + .375rem) calc(.75em + .375rem);\n}\n\n.is-invalid .invalid-feedback,\n.is-invalid + * .invalid-feedback {\n display: block;\n}\n\n.data-tables-filter {\n text-align: right;\n}\n\n[dir=rtl] .data-tables-filter {\n text-align: left;\n}\n\n.pointer {\n cursor: pointer;\n}\n\n.navbar .dropdown-submenu a::after {\n transform: rotate(-90deg);\n position: absolute;\n right: 16px;\n top: 18px;\n}\n\n.navbar .dropdown-menu {\n min-width: 215px;\n}\n\n.datatable-scroll {\n margin-bottom: 5px !important;\n width: unset !important;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar {\n height: 5px !important;\n width: 5px !important;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar-track {\n background: #ddd;\n}\n\n.ui-table-scrollable-body::-webkit-scrollbar-thumb {\n background: #8a8686;\n}\n\n.abp-ellipsis-inline {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.abp-ellipsis {\n overflow: hidden !important;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.ui-widget-overlay {\n z-index: 1000;\n}\n\n.color-white {\n color: #FFF !important;\n}\n\n.custom-checkbox > label {\n cursor: pointer;\n}\n\n/* <animations */\n\n.fade-in-top {\n animation: fadeInTop 0.2s ease-in-out;\n}\n\n.fade-out-top {\n animation: fadeOutTop 0.2s ease-in-out;\n}\n\n.abp-collapsed-height {\n -moz-transition: max-height linear 0.35s;\n -ms-transition: max-height linear 0.35s;\n -o-transition: max-height linear 0.35s;\n -webkit-transition: max-height linear 0.35s;\n overflow:hidden;\n transition:max-height 0.35s linear;\n height:auto;\n max-height: 0;\n}\n\n.abp-mh-25 {\n max-height: 25vh;\n}\n\n.abp-mh-50 {\n transition:max-height 0.65s linear;\n max-height: 50vh;\n}\n\n.abp-mh-75 {\n transition:max-height 0.85s linear;\n max-height: 75vh;\n}\n\n.abp-mh-100 {\n transition:max-height 1s linear;\n max-height: 100vh;\n}\n\n[class^=\"sorting\"] {\n opacity: .3;\n cursor: pointer;\n}\n[class^=\"sorting\"]:before {\n right: 0.5rem;\n content: \"\u2191\";\n}\n[class^=\"sorting\"]:after {\n right: 0.5rem;\n content: \"\u2193\";\n}\n\n.sorting_desc {\n opacity: 1;\n}\n.sorting_desc:before {\n opacity: .3;\n}\n\n.sorting_asc {\n opacity: 1;\n}\n.sorting_asc:after {\n opacity: .3;\n}\n.ngx-datatable.material {\n box-shadow: none;\n}\nngb-typeahead-window, ngb-typeahead-window.dropdown-menu {\n max-height: 25em;\n overflow-y: scroll !important;\n z-index: 1050;\n}\n\n@keyframes fadeInTop {\n from {\n transform: translateY(-5px);\n opacity: 0;\n }\n\n to {\n transform: translateY(0px);\n opacity: 1;\n }\n}\n\n@keyframes fadeOutTop {\n to {\n transform: translateY(-5px);\n opacity: 0;\n }\n}\n\n/* </animations */\n.ngb-dp-body {\n z-index: 1055 !important;\n}\n";
2170
+
2234
2171
  var THEME_SHARED_APPEND_CONTENT = new i0.InjectionToken('THEME_SHARED_APPEND_CONTENT', {
2235
2172
  providedIn: 'root',
2236
2173
  factory: function () {
@@ -2395,12 +2332,6 @@
2395
2332
  deps: [THEME_SHARED_APPEND_CONTENT],
2396
2333
  useFactory: i2.noop,
2397
2334
  },
2398
- {
2399
- provide: i0.APP_INITIALIZER,
2400
- multi: true,
2401
- deps: [i0.Injector],
2402
- useFactory: initLazyStyleHandler,
2403
- },
2404
2335
  { provide: HTTP_ERROR_CONFIG, useValue: httpErrorConfig },
2405
2336
  {
2406
2337
  provide: 'HTTP_ERROR_CONFIG',
@@ -2421,6 +2352,13 @@
2421
2352
  provide: core.VALIDATION_VALIDATE_ON_SUBMIT,
2422
2353
  useValue: validation.validateOnSubmit,
2423
2354
  },
2355
+ DocumentDirHandlerService,
2356
+ {
2357
+ provide: i0.APP_INITIALIZER,
2358
+ useFactory: i2.noop,
2359
+ multi: true,
2360
+ deps: [DocumentDirHandlerService],
2361
+ },
2424
2362
  ],
2425
2363
  };
2426
2364
  };
@@ -2475,7 +2413,6 @@
2475
2413
  * Generated bundle index. Do not edit.
2476
2414
  */
2477
2415
 
2478
- exports.BOOTSTRAP = BOOTSTRAP;
2479
2416
  exports.BaseThemeSharedModule = BaseThemeSharedModule;
2480
2417
  exports.BreadcrumbComponent = BreadcrumbComponent;
2481
2418
  exports.BreadcrumbItemsComponent = BreadcrumbItemsComponent;
@@ -2486,14 +2423,13 @@
2486
2423
  exports.DEFAULT_ERROR_MESSAGES = DEFAULT_ERROR_MESSAGES;
2487
2424
  exports.DEFAULT_VALIDATION_BLUEPRINTS = DEFAULT_VALIDATION_BLUEPRINTS;
2488
2425
  exports.DateParserFormatter = DateParserFormatter;
2426
+ exports.DocumentDirHandlerService = DocumentDirHandlerService;
2489
2427
  exports.EllipsisDirective = EllipsisDirective;
2490
2428
  exports.EllipsisModule = EllipsisModule;
2491
2429
  exports.ErrorHandler = ErrorHandler;
2492
2430
  exports.HTTP_ERROR_CONFIG = HTTP_ERROR_CONFIG;
2493
2431
  exports.HTTP_ERROR_HANDLER = HTTP_ERROR_HANDLER;
2494
2432
  exports.HttpErrorWrapperComponent = HttpErrorWrapperComponent;
2495
- exports.LAZY_STYLES = LAZY_STYLES;
2496
- exports.LazyStyleHandler = LazyStyleHandler;
2497
2433
  exports.LoaderBarComponent = LoaderBarComponent;
2498
2434
  exports.LoadingComponent = LoadingComponent;
2499
2435
  exports.LoadingDirective = LoadingDirective;
@@ -2523,7 +2459,6 @@
2523
2459
  exports.collapseYWithMargin = collapseYWithMargin;
2524
2460
  exports.configureNgBootstrap = configureNgBootstrap;
2525
2461
  exports.configureRoutes = configureRoutes;
2526
- exports.createLazyStyleHref = createLazyStyleHref;
2527
2462
  exports.defaultNgxDatatableMessages = defaultNgxDatatableMessages;
2528
2463
  exports.dialogAnimation = dialogAnimation;
2529
2464
  exports.expandX = expandX;
@@ -2542,7 +2477,6 @@
2542
2477
  exports.fadeOutUp = fadeOutUp;
2543
2478
  exports.getPasswordValidators = getPasswordValidators;
2544
2479
  exports.httpErrorConfigFactory = httpErrorConfigFactory;
2545
- exports.initLazyStyleHandler = initLazyStyleHandler;
2546
2480
  exports.slideFromBottom = slideFromBottom;
2547
2481
  exports.toastInOut = toastInOut;
2548
2482