@tiba-spark/client-shared-lib 25.4.1-159 → 25.4.1-164

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 (209) hide show
  1. package/esm2022/libraries/components/account-frame-message-bar/account-frame-message-bar.component.mjs +3 -3
  2. package/esm2022/libraries/components/base/base.component.mjs +3 -3
  3. package/esm2022/libraries/components/cloud-confirm-dialog/cloud-confirm-dialog.component.mjs +3 -3
  4. package/esm2022/libraries/components/com-status-icon/com-status-icon.component.mjs +3 -3
  5. package/esm2022/libraries/components/common-pages/common-pages.module.mjs +4 -4
  6. package/esm2022/libraries/components/common-pages/error-page/error-page.component.mjs +3 -3
  7. package/esm2022/libraries/components/common-pages/not-supported-browser/not-supported-browser-page.component.mjs +3 -3
  8. package/esm2022/libraries/components/device/device-icon/device-icon.component.mjs +3 -3
  9. package/esm2022/libraries/components/device/device-item/device-item.component.mjs +3 -3
  10. package/esm2022/libraries/components/device/device-status/device-status-base.component.mjs +3 -3
  11. package/esm2022/libraries/components/device/device.module.mjs +4 -4
  12. package/esm2022/libraries/components/dynamic-container/dynamic-container.component.mjs +3 -3
  13. package/esm2022/libraries/components/field-label/field-label.component.mjs +3 -3
  14. package/esm2022/libraries/components/field-validations/field-validations.component.mjs +3 -3
  15. package/esm2022/libraries/components/form-validations/form-validations.component.mjs +3 -3
  16. package/esm2022/libraries/components/global-message-container/global-message-container.component.mjs +3 -3
  17. package/esm2022/libraries/components/icon/icon-column/icon-column.component.mjs +3 -3
  18. package/esm2022/libraries/components/icon/icon.component.mjs +3 -3
  19. package/esm2022/libraries/components/icon/icon.module.mjs +4 -4
  20. package/esm2022/libraries/components/intercom/intercom.component.mjs +3 -3
  21. package/esm2022/libraries/components/logo/logo.component.mjs +3 -3
  22. package/esm2022/libraries/components/message-bar/float-message-bar.service.mjs +3 -3
  23. package/esm2022/libraries/components/message-bar/message-bar-container/message-bar-container.component.mjs +3 -3
  24. package/esm2022/libraries/components/message-bar/message-bar.component.mjs +3 -3
  25. package/esm2022/libraries/components/message-bar/message-bar.module.mjs +4 -4
  26. package/esm2022/libraries/components/message-bar/message-bar.service.mjs +3 -3
  27. package/esm2022/libraries/components/message-bar/static-message-bar.service.mjs +3 -3
  28. package/esm2022/libraries/components/modal-buttons-wrapper/modal-buttons-wrapper.component.mjs +3 -3
  29. package/esm2022/libraries/components/module-menu/module-menu-base.component.mjs +3 -3
  30. package/esm2022/libraries/components/notification/alert-notification/alert-notification.component.mjs +3 -3
  31. package/esm2022/libraries/components/notification/alert-notification/alert-notification.service.mjs +3 -3
  32. package/esm2022/libraries/components/notification/command-notification/command-notification.component.mjs +3 -3
  33. package/esm2022/libraries/components/notification/command-notification/command-notification.service.mjs +3 -3
  34. package/esm2022/libraries/components/notification/notification-close-all-button.component.mjs +3 -3
  35. package/esm2022/libraries/components/notification/notification-event.service.mjs +3 -3
  36. package/esm2022/libraries/components/notification/notification-type-label/notification-type-label.component.mjs +3 -3
  37. package/esm2022/libraries/components/notification/notification.module.mjs +4 -4
  38. package/esm2022/libraries/components/notification/notification.service.mjs +3 -3
  39. package/esm2022/libraries/components/overlay-loading-container/empty-results/empty-results.component.mjs +3 -3
  40. package/esm2022/libraries/components/overlay-loading-container/error-results/error-results.component.mjs +3 -3
  41. package/esm2022/libraries/components/overlay-loading-container/loading-overlay.component.mjs +3 -3
  42. package/esm2022/libraries/components/restart-link/restart-link.component.mjs +3 -3
  43. package/esm2022/libraries/components/restart-link/restart-link.module.mjs +4 -4
  44. package/esm2022/libraries/components/search-value-highlight/search-value-highlight.component.mjs +3 -3
  45. package/esm2022/libraries/components/shared-components.module.mjs +4 -4
  46. package/esm2022/libraries/components/status-icon/status-icon.component.mjs +3 -3
  47. package/esm2022/libraries/components/time-elapsed-counter/time-elapsed-counter.component.mjs +3 -3
  48. package/esm2022/libraries/directives/autofocus.directive.mjs +3 -3
  49. package/esm2022/libraries/directives/container-ref.directive.mjs +3 -3
  50. package/esm2022/libraries/directives/dynamic-ellipsis-tooltip.directive.mjs +3 -3
  51. package/esm2022/libraries/directives/ellipsis-multiline.directive.mjs +3 -3
  52. package/esm2022/libraries/directives/formatted-input.directive.mjs +3 -3
  53. package/esm2022/libraries/directives/is-ellipsis.directive.mjs +3 -3
  54. package/esm2022/libraries/directives/mat-hint-error.directive.mjs +3 -3
  55. package/esm2022/libraries/directives/native-element-injector.directive.mjs +3 -3
  56. package/esm2022/libraries/directives/offscreen.directive.mjs +3 -3
  57. package/esm2022/libraries/directives/shared-directives.module.mjs +4 -4
  58. package/esm2022/libraries/directives/stop-propagation.directive.mjs +3 -3
  59. package/esm2022/libraries/directives/tb-type-number.directive.mjs +3 -3
  60. package/esm2022/libraries/directives/var.directive.mjs +3 -3
  61. package/esm2022/libraries/enums/localization.enum.mjs +2 -1
  62. package/esm2022/libraries/guards/module-guard.mjs +3 -3
  63. package/esm2022/libraries/guards/not-supported-browser-guard.mjs +3 -3
  64. package/esm2022/libraries/guards/sub-module-guard.mjs +3 -3
  65. package/esm2022/libraries/interceptors/http-cancel.interceptor.mjs +3 -3
  66. package/esm2022/libraries/localization/localization.module.mjs +4 -4
  67. package/esm2022/libraries/localization/localization.state.mjs +3 -3
  68. package/esm2022/libraries/modules/administrative-notifications/administrative-notifications.module.mjs +4 -4
  69. package/esm2022/libraries/modules/administrative-notifications/administrative-notifications.state.mjs +3 -3
  70. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.module.mjs +4 -4
  71. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.service.mjs +3 -3
  72. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.state.mjs +3 -3
  73. package/esm2022/libraries/modules/auth/auth-route-guard.mjs +3 -3
  74. package/esm2022/libraries/modules/auth/auth.module.mjs +4 -4
  75. package/esm2022/libraries/modules/auth/refresh-token.state.mjs +3 -3
  76. package/esm2022/libraries/modules/auth/session.state.mjs +5 -5
  77. package/esm2022/libraries/modules/calculator/calculator.module.mjs +4 -4
  78. package/esm2022/libraries/modules/calculator/calculator.state.mjs +3 -3
  79. package/esm2022/libraries/modules/car/car.module.mjs +4 -4
  80. package/esm2022/libraries/modules/car/car.state.mjs +3 -3
  81. package/esm2022/libraries/modules/email-server/email-server.module.mjs +4 -4
  82. package/esm2022/libraries/modules/email-server/email-server.state.mjs +3 -3
  83. package/esm2022/libraries/modules/facility/facility-menu.service.mjs +3 -3
  84. package/esm2022/libraries/modules/facility/facility.module.mjs +4 -4
  85. package/esm2022/libraries/modules/facility/facility.service.mjs +3 -3
  86. package/esm2022/libraries/modules/facility/facility.state.mjs +3 -3
  87. package/esm2022/libraries/modules/guest/guest.module.mjs +4 -4
  88. package/esm2022/libraries/modules/guest/guest.state.mjs +3 -3
  89. package/esm2022/libraries/modules/layout/layout.module.mjs +4 -4
  90. package/esm2022/libraries/modules/layout/layout.state.mjs +3 -3
  91. package/esm2022/libraries/modules/login/login.module.mjs +4 -4
  92. package/esm2022/libraries/modules/login/login.service.mjs +3 -3
  93. package/esm2022/libraries/modules/login/login.state.mjs +3 -3
  94. package/esm2022/libraries/modules/park-activities/park-activities.module.mjs +4 -4
  95. package/esm2022/libraries/modules/park-activities/park-activities.state.mjs +3 -3
  96. package/esm2022/libraries/modules/park-manager/park-manager.module.mjs +4 -4
  97. package/esm2022/libraries/modules/park-manager/park-manager.state.mjs +3 -3
  98. package/esm2022/libraries/modules/parker/parker.service.mjs +3 -3
  99. package/esm2022/libraries/modules/parker/parker.state.mjs +3 -3
  100. package/esm2022/libraries/modules/rate/rate.module.mjs +4 -4
  101. package/esm2022/libraries/modules/rate/rate.state.mjs +3 -3
  102. package/esm2022/libraries/modules/remote-validation/remote-validation.module.mjs +4 -4
  103. package/esm2022/libraries/modules/remote-validation/remote-validation.state.mjs +3 -3
  104. package/esm2022/libraries/modules/security/security.module.mjs +4 -4
  105. package/esm2022/libraries/modules/security/security.state.mjs +3 -3
  106. package/esm2022/libraries/modules/sidenav/sidenav.module.mjs +4 -4
  107. package/esm2022/libraries/modules/sidenav/sidenav.state.mjs +3 -3
  108. package/esm2022/libraries/modules/smartparks/smartpark-dialog.state.mjs +3 -3
  109. package/esm2022/libraries/modules/smartparks/smartpark.module.mjs +4 -4
  110. package/esm2022/libraries/modules/smartparks/smartpark.state.mjs +3 -3
  111. package/esm2022/libraries/modules/tenant-logo/tenant-logo.module.mjs +4 -4
  112. package/esm2022/libraries/modules/tenant-logo/tenant-logo.state.mjs +3 -3
  113. package/esm2022/libraries/modules/user/user.module.mjs +4 -4
  114. package/esm2022/libraries/modules/user/user.state.mjs +3 -3
  115. package/esm2022/libraries/modules/user-settings/user-settings.module.mjs +4 -4
  116. package/esm2022/libraries/modules/user-settings/user-settings.state.mjs +3 -3
  117. package/esm2022/libraries/modules/validation-type/validation-type.module.mjs +4 -4
  118. package/esm2022/libraries/modules/validation-type/validation-type.state.mjs +3 -3
  119. package/esm2022/libraries/modules/zone/zone.module.mjs +4 -4
  120. package/esm2022/libraries/modules/zone/zone.state.mjs +3 -3
  121. package/esm2022/libraries/pipes/c-log-it.pipe.mjs +3 -3
  122. package/esm2022/libraries/pipes/cent-to-coin.pipe.mjs +3 -3
  123. package/esm2022/libraries/pipes/curly-to-bold.pipe.mjs +3 -3
  124. package/esm2022/libraries/pipes/decimal-to-amount.pipe.mjs +3 -3
  125. package/esm2022/libraries/pipes/decimal-to-currency.pipe.mjs +3 -3
  126. package/esm2022/libraries/pipes/device-pipes/device-filter-by-zone.pipe.mjs +3 -3
  127. package/esm2022/libraries/pipes/device-pipes/device-filter.pipe.mjs +3 -3
  128. package/esm2022/libraries/pipes/device-pipes/device-pipe.module.mjs +4 -4
  129. package/esm2022/libraries/pipes/device-pipes/device-sort.pipe.mjs +3 -3
  130. package/esm2022/libraries/pipes/enums-to-array.pipe.mjs +3 -3
  131. package/esm2022/libraries/pipes/filter-keys.pipe.mjs +3 -3
  132. package/esm2022/libraries/pipes/filter-numbers.pipe.mjs +3 -3
  133. package/esm2022/libraries/pipes/filter.pipe.mjs +3 -3
  134. package/esm2022/libraries/pipes/format.pipe.mjs +3 -3
  135. package/esm2022/libraries/pipes/group-permission.pipe.mjs +3 -3
  136. package/esm2022/libraries/pipes/humanize.pipe.mjs +3 -3
  137. package/esm2022/libraries/pipes/order-by.pipe.mjs +3 -3
  138. package/esm2022/libraries/pipes/orphan-facilities.pipe.mjs +3 -3
  139. package/esm2022/libraries/pipes/shared-pipes.module.mjs +4 -4
  140. package/esm2022/libraries/pipes/smartpark-time.pipe.mjs +3 -3
  141. package/esm2022/libraries/pipes/sort.pipe.mjs +3 -3
  142. package/esm2022/libraries/pipes/special-day.pipe.mjs +3 -3
  143. package/esm2022/libraries/pipes/string-it.pipe.mjs +3 -3
  144. package/esm2022/libraries/pipes/substr-highlight.pipe.mjs +9 -9
  145. package/esm2022/libraries/pipes/time-ago.pipe.mjs +3 -3
  146. package/esm2022/libraries/pipes/time-elapsed.pipe.mjs +3 -3
  147. package/esm2022/libraries/pipes/time-range.pipe.mjs +3 -3
  148. package/esm2022/libraries/pipes/translate-local.pipe.mjs +3 -3
  149. package/esm2022/libraries/pipes/tree-filter-keys.pipe.mjs +3 -3
  150. package/esm2022/libraries/pipes/wrap-fn.pipe.mjs +3 -3
  151. package/esm2022/libraries/pipes/zerofy-negative.pipe.mjs +3 -3
  152. package/esm2022/libraries/resolvers/command-center-module.resolver.mjs +3 -3
  153. package/esm2022/libraries/resolvers/config.resolver.mjs +3 -3
  154. package/esm2022/libraries/resolvers/error-page.resolver.mjs +3 -3
  155. package/esm2022/libraries/resolvers/localization.resolver.mjs +3 -3
  156. package/esm2022/libraries/resolvers/realtime.resolver.mjs +3 -3
  157. package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +78 -78
  158. package/esm2022/libraries/service-proxy/edge-service-proxies.mjs +6 -6
  159. package/esm2022/libraries/service-proxy/identity-service-proxies.mjs +30 -30
  160. package/esm2022/libraries/service-proxy/rpc-service-proxies.mjs +111 -111
  161. package/esm2022/libraries/service-proxy/service-proxy.module.mjs +4 -4
  162. package/esm2022/libraries/services/analytics.service.mjs +3 -3
  163. package/esm2022/libraries/services/app-module.service.mjs +3 -3
  164. package/esm2022/libraries/services/app-settings.service.mjs +3 -3
  165. package/esm2022/libraries/services/auth-token.service.mjs +3 -3
  166. package/esm2022/libraries/services/base-device.service.mjs +3 -3
  167. package/esm2022/libraries/services/can-deactivate.service.mjs +3 -3
  168. package/esm2022/libraries/services/company.service.mjs +3 -3
  169. package/esm2022/libraries/services/date.service.mjs +3 -3
  170. package/esm2022/libraries/services/detect-browser.service.mjs +3 -3
  171. package/esm2022/libraries/services/device-remote-commands.service.mjs +3 -3
  172. package/esm2022/libraries/services/export-file.service.mjs +3 -3
  173. package/esm2022/libraries/services/facility-commands-config.service.mjs +3 -3
  174. package/esm2022/libraries/services/facility-commands.service.mjs +3 -3
  175. package/esm2022/libraries/services/factories/msl-auth-service.mjs +3 -3
  176. package/esm2022/libraries/services/factories/openid-auth-init-service.mjs +3 -3
  177. package/esm2022/libraries/services/file-sanitizer.service.mjs +3 -3
  178. package/esm2022/libraries/services/file.service.mjs +3 -3
  179. package/esm2022/libraries/services/general-action.service.mjs +3 -3
  180. package/esm2022/libraries/services/global-error.service.mjs +3 -3
  181. package/esm2022/libraries/services/http-cancel.service.mjs +3 -3
  182. package/esm2022/libraries/services/internet-connection.service.mjs +3 -3
  183. package/esm2022/libraries/services/local-storage.service.mjs +3 -3
  184. package/esm2022/libraries/services/menu.service.mjs +3 -3
  185. package/esm2022/libraries/services/modal.service.mjs +3 -3
  186. package/esm2022/libraries/services/openid-auth.service.mjs +3 -3
  187. package/esm2022/libraries/services/park-time.service.mjs +3 -3
  188. package/esm2022/libraries/services/park.service.mjs +3 -3
  189. package/esm2022/libraries/services/password-strength.service.mjs +3 -3
  190. package/esm2022/libraries/services/permission-cache.service.mjs +3 -3
  191. package/esm2022/libraries/services/permission-config.service.mjs +3 -3
  192. package/esm2022/libraries/services/permissions.service.mjs +3 -3
  193. package/esm2022/libraries/services/realtime-event.service.mjs +3 -3
  194. package/esm2022/libraries/services/refresh-token.service.mjs +3 -3
  195. package/esm2022/libraries/services/remote-command.service.mjs +3 -3
  196. package/esm2022/libraries/services/revenue.service.mjs +3 -3
  197. package/esm2022/libraries/services/route.service.mjs +3 -3
  198. package/esm2022/libraries/services/session-storage.service.mjs +3 -3
  199. package/esm2022/libraries/services/smartpark.service.mjs +3 -3
  200. package/esm2022/libraries/services/tenant.service.mjs +3 -3
  201. package/esm2022/libraries/services/ticket.service.mjs +3 -3
  202. package/esm2022/libraries/services/validation.service.mjs +3 -3
  203. package/esm2022/libraries/shared.module.mjs +4 -4
  204. package/esm2022/libraries/utils/ngxs/action-status.service.mjs +3 -3
  205. package/fesm2022/tiba-spark-client-shared-lib.mjs +865 -864
  206. package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
  207. package/libraries/enums/localization.enum.d.ts +1 -0
  208. package/libraries/enums/localization.enum.d.ts.map +1 -1
  209. package/package.json +1 -1
@@ -54,8 +54,8 @@ let ValidationTypeState = class ValidationTypeState {
54
54
  getValidationTypesFetchMethod(permissionType) {
55
55
  return (this.validationTypesFetchMethodsMapping[permissionType]).bind(this.facilityRpcServiceProxy);
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationTypeState, deps: [{ token: i1.FacilityRpcServiceProxy }], target: i0.ɵɵFactoryTarget.Injectable }); }
58
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationTypeState }); }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationTypeState, deps: [{ token: i1.FacilityRpcServiceProxy }], target: i0.ɵɵFactoryTarget.Injectable }); }
58
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationTypeState }); }
59
59
  };
60
60
  __decorate([
61
61
  Action(LoadValidationTypeAction, { cancelUncompleted: true })
@@ -75,7 +75,7 @@ ValidationTypeState = __decorate([
75
75
  })
76
76
  ], ValidationTypeState);
77
77
  export { ValidationTypeState };
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationTypeState, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationTypeState, decorators: [{
79
79
  type: Injectable
80
80
  }], ctorParameters: () => [{ type: i1.FacilityRpcServiceProxy }], propDecorators: { onLoadValidationTypeAction: [], onClearValidationTypesAction: [] } });
81
81
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGlvbi10eXBlLnN0YXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2xpZW50LXNoYXJlZC1saWIvc3JjL2xpYnJhcmllcy9tb2R1bGVzL3ZhbGlkYXRpb24tdHlwZS92YWxpZGF0aW9uLXR5cGUuc3RhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFnQixNQUFNLGFBQWEsQ0FBQztBQUVwRSxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckMsT0FBTyxFQUNvQyxjQUFjLEVBQUUsNEJBQTRCLEVBQUUsY0FBYyxFQUV0RyxNQUFNLHlDQUF5QyxDQUFDO0FBRWpELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFhMUYsSUFBTSxtQkFBbUIsR0FBekIsTUFBTSxtQkFBbUI7SUFFOUIsWUFBb0IsdUJBQWdEO1FBQWhELDRCQUF1QixHQUF2Qix1QkFBdUIsQ0FBeUI7UUF5Q3BFLHVDQUFrQyxHQUFtQztZQUNuRSxDQUFDLGNBQWMsQ0FBQywyQkFBMkIsQ0FBQyxFQUFFLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxrQ0FBa0M7WUFDN0csQ0FBQyxjQUFjLENBQUMsMkJBQTJCLENBQUMsRUFBRSxJQUFJLENBQUMsdUJBQXVCLENBQUMsa0NBQWtDO1lBQzdHLENBQUMsY0FBYyxDQUFDLDhCQUE4QixDQUFDLEVBQUUsSUFBSSxDQUFDLHVCQUF1QixDQUFDLHFDQUFxQztZQUNuSCxDQUFDLGNBQWMsQ0FBQyw4QkFBOEIsQ0FBQyxFQUFFLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxxQ0FBcUM7WUFDbkgsQ0FBQyxjQUFjLENBQUMsc0JBQXNCLENBQUMsRUFBRSxJQUFJLENB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QUFFLENBQUM7cUVBcUI3RDtBQUdEO0lBREMsTUFBTSxDQUFDLDBCQUEwQixDQUFDO3VFQUtsQztBQWhDYTtJQURiLFFBQVEsRUFBRTtnREFHVjtBQVBVLG1CQUFtQjtJQU4vQixLQUFLLENBQTJCO1FBQy9CLElBQUksRUFBRSxnQkFBZ0I7UUFDdEIsUUFBUSxFQUFFO1lBQ1IsZUFBZSxFQUFFLEVBQUU7U0FDcEI7S0FDRixDQUFDO0dBQ1csbUJBQW1CLENBeUQvQjs7NEZBekRZLG1CQUFtQjtrQkFQL0IsVUFBVTs0RkFpQlQsMEJBQTBCLE1BdUIxQiw0QkFBNEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IEFjdGlvbiwgU2VsZWN0b3IsIFN0YXRlLCBTdGF0ZUNvbnRleHQgfSBmcm9tIFwiQG5neHMvc3RvcmVcIjtcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tIFwicnhqc1wiO1xuaW1wb3J0IHsgdGFwIH0gZnJvbSBcInJ4anMvb3BlcmF0b3JzXCI7XG5pbXBvcnQge1xuICBGYWNpbGl0eVJwY1NlcnZpY2VQcm94eSwgT3JkZXJEaXJlY3Rpb24sIFBlcm1pc3Npb25UeXBlLCBTcGVjaWFsQ291cG9uVmFsaWRhdGlvblR5cGVzLCBWYWxpZGF0aW9uVHlwZSxcbiAgVmFsaWRhdGlvblR5cGVEdG8sIFZhbGlkYXRpb25UeXBlRHRvSUVudW1lcmFibGVIdHRwUmVzcG9uc2VEYXRhXG59IGZyb20gXCIuLi8uLi9zZXJ2aWNlLXByb3h5L3JwYy1zZXJ2aWNlLXByb3hpZXNcIjtcbmltcG9ydCB7IE51bWJlck1hcCB9IGZyb20gJy4uLy4uL3V0aWxzL2xhbmcudXRpbCc7XG5pbXBvcnQgeyBDbGVhclZhbGlkYXRpb25UeXBlc0FjdGlvbiwgTG9hZFZhbGlkYXRpb25UeXBlQWN0aW9uIH0gZnJvbSBcIi4vdmFsaWRhdGlvbi10eXBlLmFjdGlvbnNcIjtcblxuZXhwb3J0IGludGVyZmFjZSBWYWxpZGF0aW9uVHlwZVN0YXRlTW9kZWwge1xuICB2YWxpZGF0aW9uVHlwZXM6IFZhbGlkYXRpb25UeXBlRHRvW107XG59XG5cbkBJbmplY3RhYmxlKClcbkBTdGF0ZTxWYWxpZGF0aW9uVHlwZVN0YXRlTW9kZWw+KHtcbiAgbmFtZTogJ3ZhbGlkYXRpb25UeXBlJyxcbiAgZGVmYXVsdHM6IHtcbiAgICB2YWxpZGF0aW9uVHlwZXM6IFtdLFxuICB9XG59KVxuZXhwb3J0IGNsYXNzIFZhbGlkYXRpb25UeXBlU3RhdGUge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZmFjaWxpdHlScGNTZXJ2aWNlUHJveHk6IEZhY2lsaXR5UnBjU2VydmljZVByb3h5KSB7IH1cblxuICBAU2VsZWN0b3IoKVxuICBwdWJsaWMgc3RhdGljIHZhbGlkYXRpb25UeXBlcyhzdGF0ZTogVmFsaWRhdGlvblR5cGVTdGF0ZU1vZGVsKTogVmFsaWRhdGlvblR5cGVEdG9bXSB7XG4gICAgcmV0dXJuIHN0YXRlLnZhbGlkYXRpb25UeXBlcztcbiAgfVxuXG4gIEBBY3Rpb24oTG9hZFZhbGlkYXRpb25UeXBlQWN0aW9uLCB7IGNhbmNlbFVuY29tcGxldGVkOiB0cnVlIH0pXG4gIG9uTG9hZFZhbGlkYXRpb25UeXBlQWN0aW9uKGN0eDogU3RhdGVDb250ZXh0PFZhbGlkYXRpb25UeXBlU3RhdGVNb2RlbD4sIGFjdGlvbjogTG9hZFZhbGlkYXRpb25UeXBlQWN0aW9uKSB7XG4gICAgLy8gSWYgbm8gY29tcGFueSB3YXMgcHJvdmlkZWQgd2UgY2xlYXIgdGhlIHN0YXRlIG9mIHZhbGlkYXRpb24gdHlwZXNcbiAgICBpZiAoIWFjdGlvbi5jb21wYW55SWQpIHtcbiAgICAgIHRoaXMub25DbGVhclZhbGlkYXRpb25UeXBlc0FjdGlvbihjdHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICBjb25zdCB2YWxpZGF0aW9uVHlwZXNGZXRjaE1ldGhvZDogVmFsaWRhdGlvblR5cGVzRmV0Y2hNZXRob2RTaWduYXR1cmUgPSB0aGlzLmdldFZhbGlkYXRpb25UeXBlc0ZldGNoTWV0aG9kKGFjdGlvbi5wZXJtaXNzaW9uVHlwZSk7XG4gICAgICBjb25zdCB2YWxpZGF0aW9uVHlwZXMkID0gdmFsaWRhdGlvblR5cGVzRmV0Y2hNZXRob2QoYWN0aW9uLmd1aWQsIGFjdGlvbi5wYXJrSWQsIGFjdGlvbi5jb21wYW55SWQsIGFjdGlvbi5zdWJDb21wYW55SWQgfHwgbnVsbCxcbiAgICAgICAgYWN0aW9uLnZhbGlkYXRpb25UeXBlLCBhY3Rpb24uc2VhcmNoUGFyYW1zRHRvPy5tYXhSZXN1bHRzLCBhY3Rpb24uc2VhcmNoUGFyYW1zRHRvPy5zZWFyY2hUZXJtLFxuICAgICAgICBhY3Rpb24uc2VhcmNoUGFyYW1zRHRvPy5vcmRlckJ5LmNvbHVtbiwgYWN0aW9uLnNlYXJjaFBhcmFtc0R0bz8ub3JkZXJCeS5vcmRlckRpcmVjdGlvbik7XG5cbiAgICAgIHJldHVybiB2YWxpZGF0aW9uVHlwZXMkLnBpcGUodGFwKHZhbGlkYXRpb25UeXBlcyA9PiB7XG4gICAgICAgIC8vIEJhY2t3YXJkcyBjb21wYXRpYmlsaXR5IC0gKENvdXBvbiByYXRlcyBhbHdheXMgcmV0dXJuICcqIEV4aXQgUGFzcycpXG4gICAgICAgIGlmIChhY3Rpb24udmFsaWRhdGlvblR5cGUgPT09IFZhbGlkYXRpb25UeXBlLkVWYWxpZGF0aW9uKSB7XG4gICAgICAgICAgdmFsaWRhdGlvblR5cGVzLmRhdGEgPSB2YWxpZGF0aW9uVHlwZXMuZGF0YS5maWx0ZXIodnQgPT4gdnQuaWQgIT09IFNwZWNpYWxDb3Vwb25WYWxpZGF0aW9uVHlwZXMuRXhpdFBhc3NWYWxpZGF0aW9uVHlwZSk7XG4gICAgICAgIH1cbiAgICAgICAgY3R4LnBhdGNoU3RhdGUoe1xuICAgICAgICAgIHZhbGlkYXRpb25UeXBlczogdmFsaWRhdGlvblR5cGVzLmRhdGEsXG4gICAgICAgIH0pO1xuICAgICAgfSkpO1xuICAgIH1cbiAgfVxuXG4gIEBBY3Rpb24oQ2xlYXJWYWxpZGF0aW9uVHlwZXNBY3Rpb24pXG4gIG9uQ2xlYXJWYWxpZGF0aW9uVHlwZXNBY3Rpb24oY3R4OiBTdGF0ZUNvbnRleHQ8VmFsaWRhdGlvblR5cGVTdGF0ZU1vZGVsPikge1xuICAgIGN0eC5wYXRjaFN0YXRlKHtcbiAgICAgIHZhbGlkYXRpb25UeXBlczogW10sXG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGdldFZhbGlkYXRpb25UeXBlc0ZldGNoTWV0aG9kKHBlcm1pc3Npb25UeXBlOiBQZXJtaXNzaW9uVHlwZSk6IFZhbGlkYXRpb25UeXBlc0ZldGNoTWV0aG9kU2lnbmF0dXJlIHtcbiAgICByZXR1cm4gKHRoaXMudmFsaWRhdGlvblR5cGVzRmV0Y2hNZXRob2RzTWFwcGluZ1twZXJtaXNzaW9uVHlwZV0pLmJpbmQodGhpcy5mYWNpbGl0eVJwY1NlcnZpY2VQcm94eSk7XG4gIH1cblxuICB2YWxpZGF0aW9uVHlwZXNGZXRjaE1ldGhvZHNNYXBwaW5nOiBWYWxpZGF0aW9uVHlwZXNGZXRjaE1ldGhvZHNNYXAgPSB7XG4gICAgW1Blcm1pc3Npb25UeXBlLlZhbGlkYXRpb25FVmFsaWRhdGlvbkNyZWF0ZV06IHRoaXMuZmFjaWxpdHlScGNTZXJ2aWNlUHJveHkuZ2V0VmFsaWRhdGlvblR5cGVFVmFsaWRhdGlvbkNyZWF0ZSxcbiAgICBbUGVybWlzc2lvblR5cGUuVmFsaWRhdGlvbkVWYWxpZGF0aW9uVXBkYXRlXTogdGhpcy5mYWNpbGl0eVJwY1NlcnZpY2VQcm94eS5nZXRWYWxpZGF0aW9uVHlwZUVWYWxpZGF0aW9uVXBkYXRlLFxuICAgIFtQZXJtaXNzaW9uVHlwZS5WYWxpZGF0aW9uU2VsZlZhbGlkYXRpb25DcmVhdGVdOiB0aGlzLmZhY2lsaXR5UnBjU2VydmljZVByb3h5LmdldFZhbGlkYXRpb25UeXBlU2VsZlZhbGlkYXRpb25DcmVhdGUsXG4gICAgW1Blcm1pc3Npb25UeXBlLlZhbGlkYXRpb25TZWxmVmFsaWRhdGlvblVwZGF0ZV06IHRoaXMuZmFjaWxpdHlScGNTZXJ2aWNlUHJveHkuZ2V0VmFsaWRhdGlvblR5cGVTZWxmVmFsaWRhdGlvblVwZGF0ZSxcbiAgICBbUGVybWlzc2lvblR5cGUuVmFsaWRhdGlvbkNvdXBvbkNyZWF0ZV06IHRoaXMuZmFjaWxpdHlScGNTZXJ2aWNlUHJveHkuZ2V0VmFsaWRhdGlvblR5cGVDb3Vwb25DcmVhdGUsXG4gICAgW1Blcm1pc3Npb25UeXBlLlZhbGlkYXRpb25Db3Vwb25VcGRhdGVdOiB0aGlzLmZhY2lsaXR5UnBjU2VydmljZVByb3h5LmdldFZhbGlkYXRpb25UeXBlQ291cG9uVXBkYXRlLFxuICAgIFtQZXJtaXNzaW9uVHlwZS5WYWxpZGF0aW9uU3RpY2tlckNyZWF0ZV06IHRoaXMuZmFjaWxpdHlScGNTZXJ2aWNlUHJveHkuZ2V0VmFsaWRhdGlvblR5cGVTdGlja2VyQ3JlYXRlLFxuICAgIFtQZXJtaXNzaW9uVHlwZS5WYWxpZGF0aW9uU3RpY2tlclVwZGF0ZV06IHRoaXMuZmFjaWxpdHlScGNTZXJ2aWNlUHJveHkuZ2V0VmFsaWRhdGlvblR5cGVTdGlja2VyVXBkYXRlLFxuICAgIFtQZXJtaXNzaW9uVHlwZS5BY2NvdW50TWFuYWdlbWVudEFjY291bnRDcmVhdGVdOiB0aGlzLmZhY2lsaXR5UnBjU2VydmljZVByb3h5LmdldFZhbGlkYXRpb25UeXBlQWNjb3VudENyZWF0ZSxcbiAgICBbUGVybWlzc2lvblR5cGUuQWNjb3VudE1hbmFnZW1lbnRBY2NvdW50VXBkYXRlXTogdGhpcy5mYWNpbGl0eVJwY1NlcnZpY2VQcm94eS5nZXRWYWxpZGF0aW9uVHlwZUFjY291bnRVcGRhdGUsXG4gICAgW1Blcm1pc3Npb25UeXBlLkxvdENvbmZpZ3VyYXRpb25BY2Nlc3NQcm9maWxlXTogdGhpcy5mYWNpbGl0eVJwY1NlcnZpY2VQcm94eS5nZXRWYWxpZGF0aW9uVHlwZUxvdENvbmZpZ3VyYXRpb25BY2Nlc3NQcm9maWxlLFxuICAgIFtQZXJtaXNzaW9uVHlwZS5NYW5hZ2VtZW50QWRtaW5dOiB0aGlzLmZhY2lsaXR5UnBjU2VydmljZVByb3h5LmdldFZhbGlkYXRpb25UeXBlTWFuYWdlbWVudEFkbWluLFxuICB9O1xufVxuXG50eXBlIFZhbGlkYXRpb25UeXBlc0ZldGNoTWV0aG9kU2lnbmF0dXJlID0gKGd1aWQ6IHN0cmluZyB8IG51bGwsIGZhY2lsaXR5SWQ6IG51bWJlciwgY29tcGFueUlkOiBudW1iZXIgfCB1bmRlZmluZWQsIHN1YkNvbXBhbnlJZDogbnVtYmVyIHwgbnVsbCB8IHVuZGVmaW5lZCxcbiAgdmFsaWRhdGlvblR5cGU6IFZhbGlkYXRpb25UeXBlIHwgdW5kZWZpbmVkLCBtYXhSZXN1bHRzOiBudW1iZXIgfCBudWxsIHwgdW5kZWZpbmVkLCBzZWFyY2hUZXJtOiBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkLFxuICBvcmRlckJ5X0NvbHVtbjogc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZCwgb3JkZXJCeV9PcmRlckRpcmVjdGlvbjogT3JkZXJEaXJlY3Rpb24gfCB1bmRlZmluZWQpID0+XG4gIE9ic2VydmFibGU8VmFsaWRhdGlvblR5cGVEdG9JRW51bWVyYWJsZUh0dHBSZXNwb25zZURhdGE+O1xudHlwZSBWYWxpZGF0aW9uVHlwZXNGZXRjaE1ldGhvZHNNYXAgPSBOdW1iZXJNYXA8VmFsaWRhdGlvblR5cGVzRmV0Y2hNZXRob2RTaWduYXR1cmU+O1xuIl19
@@ -4,11 +4,11 @@ import { ZoneState } from './zone.state';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@ngxs/store";
6
6
  export class ZoneModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ZoneModule, imports: [i1.ɵNgxsFeatureModule] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneModule, imports: [NgxsModule.forFeature([ZoneState])] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ZoneModule, imports: [i1.ɵNgxsFeatureModule] }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneModule, imports: [NgxsModule.forFeature([ZoneState])] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [],
@@ -73,8 +73,8 @@ let ZoneState = class ZoneState {
73
73
  zone: null,
74
74
  });
75
75
  }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneState, deps: [{ token: i1.ZoneRpcServiceProxy }], target: i0.ɵɵFactoryTarget.Injectable }); }
77
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneState }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneState, deps: [{ token: i1.ZoneRpcServiceProxy }], target: i0.ɵɵFactoryTarget.Injectable }); }
77
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneState }); }
78
78
  };
79
79
  __decorate([
80
80
  Action(LoadReportsBaseZonesAction)
@@ -116,7 +116,7 @@ ZoneState = __decorate([
116
116
  })
117
117
  ], ZoneState);
118
118
  export { ZoneState };
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ZoneState, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ZoneState, decorators: [{
120
120
  type: Injectable
121
121
  }], ctorParameters: () => [{ type: i1.ZoneRpcServiceProxy }], propDecorators: { onLoadReportsBaseZonesAction: [], onLoadAccessProfileBaseZonesAction: [], onLoadDynamicPricingBaseZonesAction: [], onLoadReportsZoneAction: [], onLoadAccessProfileZoneAction: [], onLoadDynamicPricingZoneAction: [], onResetRatesAction: [], onClearZoneAction: [] } });
122
122
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiem9uZS5zdGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsaWVudC1zaGFyZWQtbGliL3NyYy9saWJyYXJpZXMvbW9kdWxlcy96b25lL3pvbmUuc3RhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFnQixNQUFNLGFBQWEsQ0FBQztBQUNwRSxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckMsT0FBTyxFQUNMLG9CQUFvQixFQUFFLGVBQWUsRUFBRSxnQ0FBZ0MsRUFBRSwyQkFBMkIsRUFBRSxpQ0FBaUMsRUFDdkksNEJBQTRCLEVBQUUsMEJBQTBCLEVBQUUscUJBQXFCLEVBQ2hGLE1BQU0sZ0JBQWdCLENBQUM7OztBQWVqQixJQUFNLFNBQVMsR0FBZixNQUFNLFNBQVM7SUFFcEIsWUFBb0IsbUJBQXdDO1FBQXhDLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7SUFBSSxDQUFDO0lBR25ELEFBQVAsTUFBTSxDQUFDLEtBQUssQ0FBQyxLQUFxQjtRQUN2QyxPQUFPLEtBQUssQ0FBQyxLQUFLLENBQUM7SUFDckIsQ0FBQztJQUdhLEFBQVAsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFxQjtRQUN0QyxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUM7SUFDcEIsQ0FBQztJQUdELDRCQUE0QixDQUFDLEdBQWlDLEVBQUUsTUFBa0M7UUFDaEcsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNqRixPQUFPLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQzdCLEdBQUcs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U0FDWCxDQUFDLENBQUM7SUFDTCxDQUFDOytHQXRGVSxTQUFTO21IQUFULFNBQVM7O0FBZXBCO0lBREMsTUFBTSxDQUFDLDBCQUEwQixDQUFDOzZEQVFsQztBQUdEO0lBREMsTUFBTSxDQUFDLGdDQUFnQyxDQUFDO21FQVF4QztBQUdEO0lBREMsTUFBTSxDQUFDLGlDQUFpQyxDQUFDO29FQVF6QztBQUdEO0lBREMsTUFBTSxDQUFDLHFCQUFxQixDQUFDO3dEQVE3QjtBQUdEO0lBREMsTUFBTSxDQUFDLDJCQUEyQixDQUFDOzhEQVFuQztBQUdEO0lBREMsTUFBTSxDQUFDLDRCQUE0QixDQUFDOytEQVFwQztBQUdEO0lBREMsTUFBTSxDQUFDLG9CQUFvQixDQUFDO21EQUs1QjtBQUdEO0lBREMsTUFBTSxDQUFDLGVBQWUsQ0FBQztrREFLdkI7QUFqRmE7SUFEYixRQUFRLEVBQUU7NEJBR1Y7QUFHYTtJQURiLFFBQVEsRUFBRTsyQkFHVjtBQVpVLFNBQVM7SUFQckIsS0FBSyxDQUFpQjtRQUNyQixJQUFJLEVBQUUsTUFBTTtRQUNaLFFBQVEsRUFBRTtZQUNSLEtBQUssRUFBRSxFQUFFO1lBQ1QsSUFBSSxFQUFFLElBQUk7U0FDWDtLQUNGLENBQUM7R0FDVyxTQUFTLENBdUZyQjs7NEZBdkZZLFNBQVM7a0JBUnJCLFVBQVU7d0ZBdUJULDRCQUE0QixNQVU1QixrQ0FBa0MsTUFVbEMsbUNBQW1DLE1BVW5DLHVCQUF1QixNQVV2Qiw2QkFBNkIsTUFVN0IsOEJBQThCLE1BVTlCLGtCQUFrQixNQU9sQixpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IEFjdGlvbiwgU2VsZWN0b3IsIFN0YXRlLCBTdGF0ZUNvbnRleHQgfSBmcm9tIFwiQG5neHMvc3RvcmVcIjtcbmltcG9ydCB7IHRhcCB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xuaW1wb3J0IHsgQmFzZVpvbmVEdG8sIFpvbmVEdG8sIFpvbmVScGNTZXJ2aWNlUHJveHkgfSBmcm9tIFwiLi4vLi4vc2VydmljZS1wcm94eS9ycGMtc2VydmljZS1wcm94aWVzXCI7XG5pbXBvcnQge1xuICBDbGVhckJhc2Vab25lc0FjdGlvbiwgQ2xlYXJab25lQWN0aW9uLCBMb2FkQWNjZXNzUHJvZmlsZUJhc2Vab25lc0FjdGlvbiwgTG9hZEFjY2Vzc1Byb2ZpbGVab25lQWN0aW9uLCBMb2FkRHluYW1pY1ByaWNpbmdCYXNlWm9uZXNBY3Rpb24sXG4gIExvYWREeW5hbWljUHJpY2luZ1pvbmVBY3Rpb24sIExvYWRSZXBvcnRzQmFzZVpvbmVzQWN0aW9uLCBMb2FkUmVwb3J0c1pvbmVBY3Rpb25cbn0gZnJvbSBcIi4vem9uZS5hY3Rpb25zXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgWm9uZVN0YXRlTW9kZWwge1xuICB6b25lczogQmFzZVpvbmVEdG9bXTtcbiAgem9uZTogWm9uZUR0bztcbn1cblxuQEluamVjdGFibGUoKVxuQFN0YXRlPFpvbmVTdGF0ZU1vZGVsPih7XG4gIG5hbWU6ICd6b25lJyxcbiAgZGVmYXVsdHM6IHtcbiAgICB6b25lczogW10sXG4gICAgem9uZTogbnVsbCxcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBab25lU3RhdGUge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgem9uZVJwY1NlcnZpY2VQcm94eTogWm9uZVJwY1NlcnZpY2VQcm94eSkgeyB9XG5cbiAgQFNlbGVjdG9yKClcbiAgcHVibGljIHN0YXRpYyB6b25lcyhzdGF0ZTogWm9uZVN0YXRlTW9kZWwpOiBCYXNlWm9uZUR0b1tdIHtcbiAgICByZXR1cm4gc3RhdGUuem9uZXM7XG4gIH1cblxuICBAU2VsZWN0b3IoKVxuICBwdWJsaWMgc3RhdGljIHpvbmUoc3RhdGU6IFpvbmVTdGF0ZU1vZGVsKTogWm9uZUR0byB7XG4gICAgcmV0dXJuIHN0YXRlLnpvbmU7XG4gIH1cblxuICBAQWN0aW9uKExvYWRSZXBvcnRzQmFzZVpvbmVzQWN0aW9uKVxuICBvbkxvYWRSZXBvcnRzQmFzZVpvbmVzQWN0aW9uKGN0eDogU3RhdGVDb250ZXh0PFpvbmVTdGF0ZU1vZGVsPiwgYWN0aW9uOiBMb2FkUmVwb3J0c0Jhc2Vab25lc0FjdGlvbikge1xuICAgIGNvbnN0IHpvbmVzJCA9IHRoaXMuem9uZVJwY1NlcnZpY2VQcm94eS5nZXRCYXNlWm9uZXMoYWN0aW9uLmd1aWQsIGFjdGlvbi5wYXJrSWQpO1xuICAgIHJldHVybiB6b25lcyQucGlwZSh0YXAoem9uZXMgPT4ge1xuICAgICAgY3R4LnBhdGNoU3RhdGUoe1xuICAgICAgICB6b25lczogem9uZXMuZGF0YSxcbiAgICAgIH0pO1xuICAgIH0pKTtcbiAgfVxuXG4gIEBBY3Rpb24oTG9hZEFjY2Vzc1Byb2ZpbGVCYXNlWm9uZXNBY3Rpb24pXG4gIG9uTG9hZEFjY2Vzc1Byb2ZpbGVCYXNlWm9uZXNBY3Rpb24oY3R4OiBTdGF0ZUNvbnRleHQ8Wm9uZVN0YXRlTW9kZWw+LCBhY3Rpb246IExvYWRBY2Nlc3NQcm9maWxlQmFzZVpvbmVzQWN0aW9uKSB7XG4gICAgY29uc3Qgem9uZXMkID0gdGhpcy56b25lUnBjU2VydmljZVByb3h5LmdldEJhc2Vab25lcyhhY3Rpb24uZ3VpZCwgYWN0aW9uLnBhcmtJZCk7XG4gICAgcmV0dXJuIHpvbmVzJC5waXBlKHRhcCh6b25lcyA9PiB7XG4gICAgICBjdHgucGF0Y2hTdGF0ZSh7XG4gICAgICAgIHpvbmVzOiB6b25lcy5kYXRhLFxuICAgICAgfSk7XG4gICAgfSkpO1xuICB9XG5cbiAgQEFjdGlvbihMb2FkRHluYW1pY1ByaWNpbmdCYXNlWm9uZXNBY3Rpb24pXG4gIG9uTG9hZER5bmFtaWNQcmljaW5nQmFzZVpvbmVzQWN0aW9uKGN0eDogU3RhdGVDb250ZXh0PFpvbmVTdGF0ZU1vZGVsPiwgYWN0aW9uOiBMb2FkRHluYW1pY1ByaWNpbmdCYXNlWm9uZXNBY3Rpb24pIHtcbiAgICBjb25zdCB6b25lcyQgPSB0aGlzLnpvbmVScGNTZXJ2aWNlUHJveHkuZ2V0QmFzZVpvbmVzKGFjdGlvbi5ndWlkLCBhY3Rpb24ucGFya0lkKTtcbiAgICByZXR1cm4gem9uZXMkLnBpcGUodGFwKHpvbmVzID0+IHtcbiAgICAgIGN0eC5wYXRjaFN0YXRlKHtcbiAgICAgICAgem9uZXM6IHpvbmVzLmRhdGEsXG4gICAgICB9KTtcbiAgICB9KSk7XG4gIH1cblxuICBAQWN0aW9uKExvYWRSZXBvcnRzWm9uZUFjdGlvbilcbiAgb25Mb2FkUmVwb3J0c1pvbmVBY3Rpb24oY3R4OiBTdGF0ZUNvbnRleHQ8Wm9uZVN0YXRlTW9kZWw+LCBhY3Rpb246IExvYWRSZXBvcnRzWm9uZUFjdGlvbikge1xuICAgIGNvbnN0IHpvbmVzJCA9IHRoaXMuem9uZVJwY1NlcnZpY2VQcm94eS5nZXRab25lQnlJZChhY3Rpb24uZ3VpZCwgYWN0aW9uLnBhcmtJZCwgYWN0aW9uLmlkKTtcbiAgICByZXR1cm4gem9uZXMkLnBpcGUodGFwKHJlc3BvbnNlID0+IHtcbiAgICAgIGN0eC5wYXRjaFN0YXRlKHtcbiAgICAgICAgem9uZTogcmVzcG9uc2UuZGF0YSxcbiAgICAgIH0pO1xuICAgIH0pKTtcbiAgfVxuXG4gIEBBY3Rpb24oTG9hZEFjY2Vzc1Byb2ZpbGVab25lQWN0aW9uKVxuICBvbkxvYWRBY2Nlc3NQcm9maWxlWm9uZUFjdGlvbihjdHg6IFN0YXRlQ29udGV4dDxab25lU3RhdGVNb2RlbD4sIGFjdGlvbjogTG9hZEFjY2Vzc1Byb2ZpbGVab25lQWN0aW9uKSB7XG4gICAgY29uc3Qgem9uZXMkID0gdGhpcy56b25lUnBjU2VydmljZVByb3h5LmdldFpvbmVCeUlkKGFjdGlvbi5ndWlkLCBhY3Rpb24ucGFya0lkLCBhY3Rpb24uaWQpO1xuICAgIHJldHVybiB6b25lcyQucGlwZSh0YXAocmVzcG9uc2UgPT4ge1xuICAgICAgY3R4LnBhdGNoU3RhdGUoe1xuICAgICAgICB6b25lOiByZXNwb25zZS5kYXRhLFxuICAgICAgfSk7XG4gICAgfSkpO1xuICB9XG5cbiAgQEFjdGlvbihMb2FkRHluYW1pY1ByaWNpbmdab25lQWN0aW9uKVxuICBvbkxvYWREeW5hbWljUHJpY2luZ1pvbmVBY3Rpb24oY3R4OiBTdGF0ZUNvbnRleHQ8Wm9uZVN0YXRlTW9kZWw+LCBhY3Rpb246IExvYWREeW5hbWljUHJpY2luZ1pvbmVBY3Rpb24pIHtcbiAgICBjb25zdCB6b25lcyQgPSB0aGlzLnpvbmVScGNTZXJ2aWNlUHJveHkuZ2V0Wm9uZUJ5SWQoYWN0aW9uLmd1aWQsIGFjdGlvbi5wYXJrSWQsIGFjdGlvbi5pZCk7XG4gICAgcmV0dXJuIHpvbmVzJC5waXBlKHRhcChyZXNwb25zZSA9PiB7XG4gICAgICBjdHgucGF0Y2hTdGF0ZSh7XG4gICAgICAgIHpvbmU6IHJlc3BvbnNlLmRhdGEsXG4gICAgICB9KTtcbiAgICB9KSk7XG4gIH1cblxuICBAQWN0aW9uKENsZWFyQmFzZVpvbmVzQWN0aW9uKVxuICBvblJlc2V0UmF0ZXNBY3Rpb24oY3R4OiBTdGF0ZUNvbnRleHQ8Wm9uZVN0YXRlTW9kZWw+KSB7XG4gICAgY3R4LnBhdGNoU3RhdGUoe1xuICAgICAgem9uZXM6IFtdLFxuICAgIH0pO1xuICB9XG5cbiAgQEFjdGlvbihDbGVhclpvbmVBY3Rpb24pXG4gIG9uQ2xlYXJab25lQWN0aW9uKGN0eDogU3RhdGVDb250ZXh0PFpvbmVTdGF0ZU1vZGVsPikge1xuICAgIGN0eC5wYXRjaFN0YXRlKHtcbiAgICAgIHpvbmU6IG51bGwsXG4gICAgfSk7XG4gIH1cbn1cbiJdfQ==
@@ -4,10 +4,10 @@ export class CLogItPipe {
4
4
  transform(value) {
5
5
  console.debug(value);
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CLogItPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CLogItPipe, isStandalone: true, name: "cLogIt" }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CLogItPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CLogItPipe, isStandalone: true, name: "cLogIt" }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CLogItPipe, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CLogItPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: 'cLogIt', standalone: true }]
13
13
  }] });
@@ -10,10 +10,10 @@ export class CentToCoinPipe {
10
10
  });
11
11
  return formatter.format(coinValue);
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CentToCoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CentToCoinPipe, isStandalone: true, name: "centToCoin" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CentToCoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CentToCoinPipe, isStandalone: true, name: "centToCoin" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CentToCoinPipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CentToCoinPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: 'centToCoin', standalone: true }]
19
19
  }] });
@@ -4,10 +4,10 @@ export class CurlyToBoldPipe {
4
4
  transform(value) {
5
5
  return value.replace(/{([^{]*)}/g, '<strong>$1</strong>');
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CurlyToBoldPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CurlyToBoldPipe, isStandalone: true, name: "curlyToBold" }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CurlyToBoldPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CurlyToBoldPipe, isStandalone: true, name: "curlyToBold" }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CurlyToBoldPipe, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CurlyToBoldPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: 'curlyToBold', standalone: true }]
13
13
  }] });
@@ -9,10 +9,10 @@ export class DecimalToAmountPipe {
9
9
  });
10
10
  return formatter.format(value);
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DecimalToAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DecimalToAmountPipe, isStandalone: true, name: "decimalToAmount" }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecimalToAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DecimalToAmountPipe, isStandalone: true, name: "decimalToAmount" }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DecimalToAmountPipe, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecimalToAmountPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{ name: 'decimalToAmount', standalone: true }]
18
18
  }] });
@@ -10,10 +10,10 @@ export class DecimalToCurrencyPipe {
10
10
  });
11
11
  return formatter.format(value);
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DecimalToCurrencyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DecimalToCurrencyPipe, isStandalone: true, name: "decimalToCurrency" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecimalToCurrencyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DecimalToCurrencyPipe, isStandalone: true, name: "decimalToCurrency" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DecimalToCurrencyPipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecimalToCurrencyPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: 'decimalToCurrency', standalone: true }]
19
19
  }] });
@@ -10,10 +10,10 @@ export class FilterDevicesByZonePipe {
10
10
  }
11
11
  return array.filter(d => zones.includes(d[fieldKey]));
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByZonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByZonePipe, isStandalone: true, name: "filterDevicesByZone" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByZonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByZonePipe, isStandalone: true, name: "filterDevicesByZone" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByZonePipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByZonePipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: 'filterDevicesByZone', standalone: true }]
19
19
  }] });
@@ -5,10 +5,10 @@ export class FilterDevicesByTypePipe {
5
5
  transform(array, filterByList) {
6
6
  return filterDevicesByTypes(array, filterByList);
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByTypePipe, isStandalone: true, name: "filterDevicesByType" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByTypePipe, isStandalone: true, name: "filterDevicesByType" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterDevicesByTypePipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterDevicesByTypePipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'filterDevicesByType', standalone: true }]
14
14
  }] });
@@ -4,15 +4,15 @@ import { FilterDevicesByTypePipe } from './device-filter.pipe';
4
4
  import { SortDevicesPipe } from './device-sort.pipe';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DevicePipeModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DevicePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DevicePipeModule, imports: [SortDevicesPipe,
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DevicePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DevicePipeModule, imports: [SortDevicesPipe,
9
9
  FilterDevicesByZonePipe,
10
10
  FilterDevicesByTypePipe], exports: [SortDevicesPipe,
11
11
  FilterDevicesByZonePipe,
12
12
  FilterDevicesByTypePipe] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DevicePipeModule }); }
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DevicePipeModule }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DevicePipeModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DevicePipeModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -92,10 +92,10 @@ export class SortDevicesPipe {
92
92
  familyGroup.forEach(item => item.sort((a, b) => a.commID - b.commID));
93
93
  return flatten(familyGroup);
94
94
  }
95
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortDevicesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
96
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SortDevicesPipe, isStandalone: true, name: "sortDevices" }); }
95
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortDevicesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
96
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SortDevicesPipe, isStandalone: true, name: "sortDevices" }); }
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortDevicesPipe, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortDevicesPipe, decorators: [{
99
99
  type: Pipe,
100
100
  args: [{ name: 'sortDevices', standalone: true }]
101
101
  }] });
@@ -4,10 +4,10 @@ export class EnumsToArrayPipe {
4
4
  transform(value) {
5
5
  return Object.keys(value).filter(e => !isNaN(+e)).map(o => { return { index: +o, name: value[o] }; });
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EnumsToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: EnumsToArrayPipe, isStandalone: true, name: "enumsToArray" }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EnumsToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: EnumsToArrayPipe, isStandalone: true, name: "enumsToArray" }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EnumsToArrayPipe, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EnumsToArrayPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: 'enumsToArray', standalone: true }]
13
13
  }] });
@@ -69,10 +69,10 @@ export class FilterKeysPipe {
69
69
  }
70
70
  return array?.filter(obj => this.isAtLeastOneElementInTheArray(obj, subGroupPropertyName, propertyName, searchValue, operator, reduce));
71
71
  }
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterKeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
73
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterKeysPipe, isStandalone: true, name: "filterKeys" }); }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterKeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
73
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FilterKeysPipe, isStandalone: true, name: "filterKeys" }); }
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterKeysPipe, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterKeysPipe, decorators: [{
76
76
  type: Pipe,
77
77
  args: [{ name: 'filterKeys', standalone: true }]
78
78
  }] });
@@ -7,10 +7,10 @@ export class FilterNumbersPipe {
7
7
  }
8
8
  return array.filter(obj => !isNaN(+obj[fieldName]));
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterNumbersPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
11
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterNumbersPipe, isStandalone: true, name: "filterNumbers" }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterNumbersPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
11
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FilterNumbersPipe, isStandalone: true, name: "filterNumbers" }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterNumbersPipe, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterNumbersPipe, decorators: [{
14
14
  type: Pipe,
15
15
  args: [{ name: 'filterNumbers', standalone: true }]
16
16
  }] });
@@ -14,10 +14,10 @@ export class FilterPipe {
14
14
  }
15
15
  return array.filter(obj => obj[fieldName].toString() === fieldValue.toString());
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, isStandalone: true, name: "filter" }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FilterPipe, isStandalone: true, name: "filter" }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterPipe, decorators: [{
21
21
  type: Pipe,
22
22
  args: [{ name: 'filter', standalone: true }]
23
23
  }] });
@@ -4,10 +4,10 @@ export class TBFormatPipe {
4
4
  transform(value, formatter) {
5
5
  return formatter ? formatter(value) : value;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TBFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TBFormatPipe, isStandalone: true, name: "tbFormat" }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TBFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TBFormatPipe, isStandalone: true, name: "tbFormat" }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TBFormatPipe, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TBFormatPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: 'tbFormat', standalone: true }]
13
13
  }] });
@@ -24,10 +24,10 @@ export class GroupPermissionsPipe {
24
24
  }
25
25
  return groupPermissions;
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupPermissionsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: GroupPermissionsPipe, isStandalone: true, name: "groupPermissions" }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupPermissionsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: GroupPermissionsPipe, isStandalone: true, name: "groupPermissions" }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupPermissionsPipe, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupPermissionsPipe, decorators: [{
31
31
  type: Pipe,
32
32
  args: [{ name: 'groupPermissions', standalone: true }]
33
33
  }] });
@@ -15,10 +15,10 @@ export class HumanizePipe {
15
15
  }
16
16
  return value.split(/(?=[A-Z])/).join(' ').replace(/_/g, ' ');
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HumanizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HumanizePipe, isStandalone: true, name: "humanizePipe" }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HumanizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: HumanizePipe, isStandalone: true, name: "humanizePipe" }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HumanizePipe, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HumanizePipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{ name: 'humanizePipe', standalone: true }]
24
24
  }] });
@@ -17,10 +17,10 @@ export class OrderByPipe {
17
17
  return array.sort();
18
18
  }
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrderByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OrderByPipe, isStandalone: true, name: "orderBy" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OrderByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: OrderByPipe, isStandalone: true, name: "orderBy" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrderByPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OrderByPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{ name: 'orderBy', standalone: true }]
26
26
  }] });
@@ -6,10 +6,10 @@ export class OrphanFacilitiesPipe {
6
6
  const orphansFacilities = facilityTreeDtos.filter(ft => facilityIds.indexOf(ft.parent) < 0);
7
7
  return orphansFacilities;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrphanFacilitiesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OrphanFacilitiesPipe, isStandalone: true, name: "OrphanFacilities" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OrphanFacilitiesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: OrphanFacilitiesPipe, isStandalone: true, name: "OrphanFacilities" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrphanFacilitiesPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OrphanFacilitiesPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{ name: 'OrphanFacilities', standalone: true }]
15
15
  }] });
@@ -26,8 +26,8 @@ import { WrapFnPipe } from './wrap-fn.pipe';
26
26
  import { ZerofyNegativePipe } from './zerofy-negative.pipe';
27
27
  import * as i0 from "@angular/core";
28
28
  export class SharedPipesModule {
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SharedPipesModule, imports: [SmartparkDateTimePipe,
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SharedPipesModule, imports: [SmartparkDateTimePipe,
31
31
  CLogItPipe,
32
32
  CentToCoinPipe,
33
33
  CurlyToBoldPipe,
@@ -76,9 +76,9 @@ export class SharedPipesModule {
76
76
  GroupPermissionsPipe,
77
77
  OrphanFacilitiesPipe,
78
78
  HumanizePipe] }); }
79
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedPipesModule }); }
79
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedPipesModule }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedPipesModule, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedPipesModule, decorators: [{
82
82
  type: NgModule,
83
83
  args: [{
84
84
  declarations: [],
@@ -5,10 +5,10 @@ export class SmartparkDateTimePipe {
5
5
  transform(seconds = 0) {
6
6
  return parseSmartParkTime(seconds).toDate();
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SmartparkDateTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SmartparkDateTimePipe, isStandalone: true, name: "smartparkDatetime" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SmartparkDateTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SmartparkDateTimePipe, isStandalone: true, name: "smartparkDatetime" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SmartparkDateTimePipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SmartparkDateTimePipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'smartparkDatetime', standalone: true }]
14
14
  }] });
@@ -53,10 +53,10 @@ export class SortPipe {
53
53
  return a[key] - b[key];
54
54
  }
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
57
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, isStandalone: true, name: "sort" }); }
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
57
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SortPipe, isStandalone: true, name: "sort" }); }
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortPipe, decorators: [{
60
60
  type: Pipe,
61
61
  args: [{ name: 'sort', standalone: true }]
62
62
  }] });
@@ -17,10 +17,10 @@ export class SpecialDaysPipe {
17
17
  }
18
18
  return [array[0]];
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SpecialDaysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SpecialDaysPipe, isStandalone: true, name: "specialDays" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpecialDaysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SpecialDaysPipe, isStandalone: true, name: "specialDays" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SpecialDaysPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpecialDaysPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{ name: 'specialDays', standalone: true }]
26
26
  }] });
@@ -4,10 +4,10 @@ export class StringItPipe {
4
4
  transform(value) {
5
5
  return JSON.stringify(value);
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StringItPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: StringItPipe, isStandalone: true, name: "stringIt" }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringItPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
8
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: StringItPipe, isStandalone: true, name: "stringIt" }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StringItPipe, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringItPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: 'stringIt', standalone: true }]
13
13
  }] });
@@ -17,10 +17,10 @@ export class SubstrHightlightPipe {
17
17
  return new SubstrHightlightSinglePipe().transform(value.toString(), searchValue);
18
18
  }
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightPipe, isStandalone: true, name: "substrHighlight" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightPipe, isStandalone: true, name: "substrHighlight" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{ name: 'substrHighlight', standalone: true }]
26
26
  }] });
@@ -32,10 +32,10 @@ export class SubstrHightlightSinglePipe {
32
32
  const regexp = new RegExp(searchValue, 'gi');
33
33
  return value.toString().replace(regexp, `<span class="searched-text">$&</span>`);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightSinglePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
36
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightSinglePipe, name: "substrHighlightSingle" }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightSinglePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
36
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightSinglePipe, name: "substrHighlightSingle" }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightSinglePipe, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightSinglePipe, decorators: [{
39
39
  type: Pipe,
40
40
  args: [{ name: 'substrHighlightSingle' }]
41
41
  }] });
@@ -47,10 +47,10 @@ export class SubstrHightlightManyPipe {
47
47
  const regexp = new RegExp(`[${searchValue.replace(/([-[\]{}()*+?.\\^$|#,])/g, '\\$1')}]+`, 'gi');
48
48
  return value.toString().replace(regexp, '<span class="searched-text">$&</span>');
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightManyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
51
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightManyPipe, name: "substrHighlightMany" }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightManyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
51
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightManyPipe, name: "substrHighlightMany" }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubstrHightlightManyPipe, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SubstrHightlightManyPipe, decorators: [{
54
54
  type: Pipe,
55
55
  args: [{ name: 'substrHighlightMany' }]
56
56
  }] });
@@ -39,10 +39,10 @@ export class TimeAgoPipe {
39
39
  }
40
40
  }
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeAgoPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
43
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TimeAgoPipe, isStandalone: true, name: "tbTimeAgo" }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeAgoPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
43
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TimeAgoPipe, isStandalone: true, name: "tbTimeAgo" }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeAgoPipe, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeAgoPipe, decorators: [{
46
46
  type: Pipe,
47
47
  args: [{ name: 'tbTimeAgo', pure: true, standalone: true }]
48
48
  }], ctorParameters: () => [{ type: i1.TranslateService }] });
@@ -26,10 +26,10 @@ export class TimeElapsedPipe {
26
26
  seconds = Math.round(seconds * 100) / 100;
27
27
  return `${hours < 10 ? '0' + hours : hours}:${minutes < 10 ? '0' + minutes : minutes}:${seconds < 10 ? '0' + seconds : seconds}`;
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeElapsedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
30
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TimeElapsedPipe, isStandalone: true, name: "timeElapsed" }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeElapsedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
30
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TimeElapsedPipe, isStandalone: true, name: "timeElapsed" }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeElapsedPipe, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeElapsedPipe, decorators: [{
33
33
  type: Pipe,
34
34
  args: [{ name: 'timeElapsed', pure: true, standalone: true }]
35
35
  }] });
@@ -31,10 +31,10 @@ export class TimeRangePipe {
31
31
  return `${hours.toString().padStart(2, '0')}:${minutes.toString().padStart(2, '0')}`;
32
32
  }
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeRangePipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
35
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TimeRangePipe, isStandalone: true, name: "timeRange" }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeRangePipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
35
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TimeRangePipe, isStandalone: true, name: "timeRange" }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeRangePipe, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeRangePipe, decorators: [{
38
38
  type: Pipe,
39
39
  args: [{ name: 'timeRange', pure: true, standalone: true }]
40
40
  }], ctorParameters: () => [{ type: i1.TranslateService }] });
@@ -11,10 +11,10 @@ export class TranslateLocalPipe {
11
11
  transform(key, interpolateParams) {
12
12
  return this.localizationService.defaultResource$.pipe(map(translations => this.translate.getParsedResult(translations, key, interpolateParams)));
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TranslateLocalPipe, deps: [{ token: i1.TranslateService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
15
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TranslateLocalPipe, isStandalone: true, name: "translateLocal" }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TranslateLocalPipe, deps: [{ token: i1.TranslateService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
15
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TranslateLocalPipe, isStandalone: true, name: "translateLocal" }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TranslateLocalPipe, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TranslateLocalPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{ name: 'translateLocal', pure: true, standalone: true }]
20
20
  }], ctorParameters: () => [{ type: i1.TranslateService }, { type: i2.LocalizationService }] });