@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
@@ -17,10 +17,10 @@ export class TimeElapsedCounterComponent extends BaseComponent {
17
17
  return dateDiffInSeconds(this.startDate, currentTime);
18
18
  }));
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeElapsedCounterComponent, deps: [{ token: i1.ParkTimeService }], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TimeElapsedCounterComponent, isStandalone: true, selector: "tb-time-elapsed-counter", inputs: { startDate: "startDate", parkId: "parkId", guid: "guid" }, usesInheritance: true, ngImport: i0, template: "{{ elapsdTime$ | async | timeElapsed }}\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: TimeElapsedPipe, name: "timeElapsed" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeElapsedCounterComponent, deps: [{ token: i1.ParkTimeService }], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimeElapsedCounterComponent, isStandalone: true, selector: "tb-time-elapsed-counter", inputs: { startDate: "startDate", parkId: "parkId", guid: "guid" }, usesInheritance: true, ngImport: i0, template: "{{ elapsdTime$ | async | timeElapsed }}\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: TimeElapsedPipe, name: "timeElapsed" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeElapsedCounterComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeElapsedCounterComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{ selector: 'tb-time-elapsed-counter', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
26
26
  CommonModule,
@@ -7,10 +7,10 @@ export class AutofocusDirective {
7
7
  ngAfterViewInit() {
8
8
  this.el.nativeElement.focus();
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AutofocusDirective, selector: "[tibaAutofocus]", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: AutofocusDirective, selector: "[tibaAutofocus]", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutofocusDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutofocusDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[tibaAutofocus]'
@@ -4,10 +4,10 @@ export class ContainerRefDirective {
4
4
  constructor(viewContainerRef) {
5
5
  this.viewContainerRef = viewContainerRef;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerRefDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ContainerRefDirective, isStandalone: true, selector: "[tbContainerRef]", ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainerRefDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ContainerRefDirective, isStandalone: true, selector: "[tbContainerRef]", ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerRefDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainerRefDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tbContainerRef]',
@@ -124,12 +124,12 @@ export class DynamicEllipsisTooltipDirective {
124
124
  this.matTooltip.disabled = this.element.scrollWidth <= this.element.clientWidth;
125
125
  }
126
126
  }
127
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicEllipsisTooltipDirective, deps: [{ token: i1.MatTooltip }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
128
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DynamicEllipsisTooltipDirective, isStandalone: true, selector: "[matTooltip][querySelector]", inputs: { querySelector: "querySelector", findParentElementClass: "findParentElementClass" }, host: { listeners: { "mouseover": "onMouseOver()" } }, providers: [
127
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DynamicEllipsisTooltipDirective, deps: [{ token: i1.MatTooltip }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
128
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DynamicEllipsisTooltipDirective, isStandalone: true, selector: "[matTooltip][querySelector]", inputs: { querySelector: "querySelector", findParentElementClass: "findParentElementClass" }, host: { listeners: { "mouseover": "onMouseOver()" } }, providers: [
129
129
  MatTooltipModule,
130
130
  ], ngImport: i0 }); }
131
131
  }
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicEllipsisTooltipDirective, decorators: [{
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DynamicEllipsisTooltipDirective, decorators: [{
133
133
  type: Directive,
134
134
  args: [{
135
135
  selector: '[matTooltip][querySelector]',
@@ -31,10 +31,10 @@ export class EllipsisMultilineDirective {
31
31
  this.element.nativeElement.innerHTML = this.element.nativeElement.innerHTML.replace(/\W*\s(\S)*$/, '...');
32
32
  }
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllipsisMultilineDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: EllipsisMultilineDirective, selector: "[ellipsisMultiline]", host: { listeners: { "window:resize": "onResize($event)" }, properties: { "style.display": "\"block\"" } }, ngImport: i0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EllipsisMultilineDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EllipsisMultilineDirective, selector: "[ellipsisMultiline]", host: { listeners: { "window:resize": "onResize($event)" }, properties: { "style.display": "\"block\"" } }, ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllipsisMultilineDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EllipsisMultilineDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: '[ellipsisMultiline]',
@@ -70,8 +70,8 @@ export class FormattedInputDirective {
70
70
  handleFocus() {
71
71
  this.isEditing = true;
72
72
  }
73
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormattedInputDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
74
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormattedInputDirective, isStandalone: true, selector: "[tbFormattedInput]", inputs: { suffix: "suffix" }, host: { listeners: { "input": "handleInput($event.target.value)", "keydown": "handleKeydown($event)", "blur": "handleBlur()", "focus": "handleFocus()" } }, providers: [
73
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormattedInputDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
74
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FormattedInputDirective, isStandalone: true, selector: "[tbFormattedInput]", inputs: { suffix: "suffix" }, host: { listeners: { "input": "handleInput($event.target.value)", "keydown": "handleKeydown($event)", "blur": "handleBlur()", "focus": "handleFocus()" } }, providers: [
75
75
  {
76
76
  provide: NG_VALUE_ACCESSOR,
77
77
  useExisting: forwardRef(() => FormattedInputDirective),
@@ -79,7 +79,7 @@ export class FormattedInputDirective {
79
79
  },
80
80
  ], usesOnChanges: true, ngImport: i0 }); }
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormattedInputDirective, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormattedInputDirective, decorators: [{
83
83
  type: Directive,
84
84
  args: [{
85
85
  selector: '[tbFormattedInput]',
@@ -13,10 +13,10 @@ export class IsEllipsisDirective {
13
13
  this.cdr.detectChanges();
14
14
  }, 0);
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IsEllipsisDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
17
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IsEllipsisDirective, selector: "[isEllipsis]", inputs: { element: ["isEllipsis", "element"] }, host: { properties: { "class.is-ellipsis": "this.addEllipsisClass" } }, ngImport: i0 }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IsEllipsisDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
17
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IsEllipsisDirective, selector: "[isEllipsis]", inputs: { element: ["isEllipsis", "element"] }, host: { properties: { "class.is-ellipsis": "this.addEllipsisClass" } }, ngImport: i0 }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IsEllipsisDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IsEllipsisDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[isEllipsis]',
@@ -51,10 +51,10 @@ export class MatHintErrorDirective {
51
51
  this.blurUnsubscribe();
52
52
  }
53
53
  }
54
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatHintErrorDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.ControlContainer, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
55
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatHintErrorDirective, isStandalone: true, selector: "mat-hint[controlName]", inputs: { controlName: "controlName" }, ngImport: i0 }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MatHintErrorDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.ControlContainer, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
55
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MatHintErrorDirective, isStandalone: true, selector: "mat-hint[controlName]", inputs: { controlName: "controlName" }, ngImport: i0 }); }
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatHintErrorDirective, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MatHintErrorDirective, decorators: [{
58
58
  type: Directive,
59
59
  args: [{
60
60
  selector: 'mat-hint[controlName]',
@@ -9,10 +9,10 @@ export class NativeElementInjectorDirective {
9
9
  ngOnInit() {
10
10
  this.control.control.nativeElement = this.el.nativeElement;
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NativeElementInjectorDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive }); }
13
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NativeElementInjectorDirective, selector: "[formControlName]", ngImport: i0 }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NativeElementInjectorDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NativeElementInjectorDirective, selector: "[formControlName]", ngImport: i0 }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NativeElementInjectorDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NativeElementInjectorDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[formControlName]'
@@ -31,10 +31,10 @@ export class OffScreenDirective {
31
31
  this.cdr.detectChanges();
32
32
  }, 100); // wait for element bounding client rect properties to be loaded
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OffScreenDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OffScreenDirective, selector: "[offscreen]", ngImport: i0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OffScreenDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: OffScreenDirective, selector: "[offscreen]", ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OffScreenDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OffScreenDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: '[offscreen]',
@@ -12,8 +12,8 @@ import { TBNumberDirective } from './tb-type-number.directive';
12
12
  import { VarDirective } from './var.directive';
13
13
  import * as i0 from "@angular/core";
14
14
  export class SharedDirectivesModule {
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SharedDirectivesModule, declarations: [AutofocusDirective,
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SharedDirectivesModule, declarations: [AutofocusDirective,
17
17
  EllipsisMultilineDirective,
18
18
  IsEllipsisDirective,
19
19
  NativeElementInjectorDirective,
@@ -32,9 +32,9 @@ export class SharedDirectivesModule {
32
32
  TBNumberDirective,
33
33
  VarDirective,
34
34
  MatHintErrorDirective] }); }
35
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedDirectivesModule, imports: [CommonModule] }); }
35
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedDirectivesModule, imports: [CommonModule] }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SharedDirectivesModule, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedDirectivesModule, decorators: [{
38
38
  type: NgModule,
39
39
  args: [{
40
40
  declarations: [
@@ -6,10 +6,10 @@ export class StopPropagationDirective {
6
6
  e.preventDefault();
7
7
  return false;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: StopPropagationDirective, selector: "[stopPropagation]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: StopPropagationDirective, selector: "[stopPropagation]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StopPropagationDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StopPropagationDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: "[stopPropagation]"
@@ -9,10 +9,10 @@ export class TBNumberDirective {
9
9
  e.preventDefault();
10
10
  }
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TBNumberDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
13
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: TBNumberDirective, selector: "[input[tbType=\"number\"]]", host: { listeners: { "keydown": "onKeyDown($event)" } }, ngImport: i0 }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TBNumberDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TBNumberDirective, selector: "[input[tbType=\"number\"]]", host: { listeners: { "keydown": "onKeyDown($event)" } }, ngImport: i0 }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TBNumberDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TBNumberDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[input[tbType="number"]]'
@@ -8,10 +8,10 @@ export class VarDirective {
8
8
  set tbVar(value) {
9
9
  this.context.tbVar = value;
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VarDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
12
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: VarDirective, selector: "[tbVar]", inputs: { tbVar: "tbVar" }, ngImport: i0 }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: VarDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
12
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: VarDirective, selector: "[tbVar]", inputs: { tbVar: "tbVar" }, ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VarDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: VarDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[tbVar]',