ets-fe-ng-sdk 18.0.76 → 18.0.77

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 (178) hide show
  1. package/esm2022/lib/Reusables/reusable-comps/find-item/find-item.component.mjs +3 -3
  2. package/esm2022/lib/Reusables/reusable-comps/watermark/watermark.component.mjs +3 -3
  3. package/esm2022/lib/Reusables/reusable-pages/extra-pages/extra-pages-routing.module.mjs +4 -4
  4. package/esm2022/lib/Reusables/reusable-pages/extra-pages/extra-pages.module.mjs +4 -4
  5. package/esm2022/lib/Reusables/reusable-pages/logger/logger-routing.module.mjs +4 -4
  6. package/esm2022/lib/Reusables/reusable-pages/logger/logger.component.mjs +3 -3
  7. package/esm2022/lib/Reusables/reusable-pages/logger/logger.module.mjs +4 -4
  8. package/esm2022/lib/Reusables/reusable-pages/logger/logger.service.mjs +3 -3
  9. package/esm2022/lib/Reusables/reusable-pages/page-not-found/page-not-found.component.mjs +3 -3
  10. package/esm2022/lib/Reusables/reusable-pages/reset/reset-routing.module.mjs +4 -4
  11. package/esm2022/lib/Reusables/reusable-pages/reset/reset.component.mjs +3 -3
  12. package/esm2022/lib/Reusables/reusable-pages/reset/reset.module.mjs +4 -4
  13. package/esm2022/lib/Reusables/reusable-pages/robot/robot-routing.module.mjs +4 -4
  14. package/esm2022/lib/Reusables/reusable-pages/robot/robot.component.mjs +3 -3
  15. package/esm2022/lib/Reusables/reusable-pages/robot/robot.module.mjs +4 -4
  16. package/esm2022/lib/Reusables/reusable-pages/timeout-tester/timeout-tester-routing.module.mjs +4 -4
  17. package/esm2022/lib/Reusables/reusable-pages/timeout-tester/timeout-tester.component.mjs +3 -3
  18. package/esm2022/lib/Reusables/reusable-pages/timeout-tester/timeout-tester.module.mjs +4 -4
  19. package/esm2022/lib/Reusables/reusable-pages/user-activity/ua-extras/user-activity.service.mjs +3 -3
  20. package/esm2022/lib/Reusables/reusable-pages/version/version-routing.module.mjs +4 -4
  21. package/esm2022/lib/Reusables/reusable-pages/version/version.component.mjs +3 -3
  22. package/esm2022/lib/Reusables/reusable-pages/version/version.module.mjs +4 -4
  23. package/esm2022/lib/Reusables/reusable-pages/version/version.service.mjs +3 -3
  24. package/esm2022/lib/Services/Interceptors/authentication-interceptor.service.mjs +3 -3
  25. package/esm2022/lib/Services/Interceptors/global-error-handler.service.mjs +3 -3
  26. package/esm2022/lib/Services/Interceptors/logger-interceptor.service.mjs +3 -3
  27. package/esm2022/lib/Services/Interceptors/request-loader-interceptor.service.mjs +3 -3
  28. package/esm2022/lib/Services/Interceptors/request-timeout.service.mjs +3 -3
  29. package/esm2022/lib/Services/api.service.mjs +3 -3
  30. package/esm2022/lib/Services/app.service.mjs +3 -3
  31. package/esm2022/lib/Services/base.effect.mjs +3 -3
  32. package/esm2022/lib/Services/base.service.mjs +3 -3
  33. package/esm2022/lib/Services/cache/cache-updater.service.mjs +3 -3
  34. package/esm2022/lib/Services/cache/cache.service.mjs +3 -3
  35. package/esm2022/lib/Services/cache/local-cache.service.mjs +3 -3
  36. package/esm2022/lib/Services/cache/saver.service.mjs +3 -3
  37. package/esm2022/lib/Services/debouncer.service.mjs +3 -3
  38. package/esm2022/lib/Services/htmler.service.mjs +3 -3
  39. package/esm2022/lib/Services/input.service.mjs +3 -3
  40. package/esm2022/lib/Services/page-loader.service.mjs +6 -6
  41. package/esm2022/lib/Services/page.service.mjs +3 -3
  42. package/esm2022/lib/Services/route.service.mjs +3 -3
  43. package/esm2022/lib/Services/service-worker/check-for-update.service.mjs +3 -3
  44. package/esm2022/lib/Services/service-worker/handle-unrecoverable-state.service.mjs +3 -3
  45. package/esm2022/lib/Services/service-worker/log-update.service.mjs +3 -3
  46. package/esm2022/lib/Services/service-worker/prompt-update.service.mjs +3 -3
  47. package/esm2022/lib/Services/service-worker/service-worker.service.mjs +3 -3
  48. package/esm2022/lib/Services/storage.service.mjs +3 -3
  49. package/esm2022/lib/Services/theme.service.mjs +3 -3
  50. package/esm2022/lib/Services/translation.service.mjs +3 -3
  51. package/esm2022/lib/Services/utility.service.mjs +5 -9
  52. package/esm2022/lib/Services/window-security.service.mjs +3 -3
  53. package/esm2022/lib/Shared/components/add-item/add-item.component.mjs +3 -3
  54. package/esm2022/lib/Shared/components/autocomplete/autocomplete-td-rf/autocomplete-td-rf.component.mjs +3 -3
  55. package/esm2022/lib/Shared/components/autocomplete/autocomplete.component.mjs +3 -3
  56. package/esm2022/lib/Shared/components/autocomplete/autocomplete.service.mjs +3 -3
  57. package/esm2022/lib/Shared/components/btn/btn-lg/btn-lg.component.mjs +3 -3
  58. package/esm2022/lib/Shared/components/btn/btn-link/btn-link.component.mjs +3 -3
  59. package/esm2022/lib/Shared/components/btn/btn.component.mjs +3 -3
  60. package/esm2022/lib/Shared/components/btn/btn.service.mjs +3 -3
  61. package/esm2022/lib/Shared/components/btn/details-btn/details-btn.component.mjs +3 -3
  62. package/esm2022/lib/Shared/components/card/card.component.mjs +3 -3
  63. package/esm2022/lib/Shared/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
  64. package/esm2022/lib/Shared/components/confirm-dialog/confirm-dialog.service.mjs +3 -3
  65. package/esm2022/lib/Shared/components/core/button/button.component.mjs +3 -3
  66. package/esm2022/lib/Shared/components/documents-name-display/documents-name-display.component.mjs +3 -3
  67. package/esm2022/lib/Shared/components/editable-text-case/editable-text-case.component.mjs +3 -3
  68. package/esm2022/lib/Shared/components/export-table/export-table.component.mjs +3 -3
  69. package/esm2022/lib/Shared/components/fields-to-display/fields-to-display.component.mjs +4 -4
  70. package/esm2022/lib/Shared/components/file-upload/file-upload.component.mjs +3 -3
  71. package/esm2022/lib/Shared/components/form-error/form-error.component.mjs +3 -3
  72. package/esm2022/lib/Shared/components/form-generator/form-generated-value/form-generated-value.component.mjs +6 -6
  73. package/esm2022/lib/Shared/components/form-generator/form-generator.base.component.mjs +3 -3
  74. package/esm2022/lib/Shared/components/form-generator/form-generator.component.mjs +3 -3
  75. package/esm2022/lib/Shared/components/form-generator/form-generator.service.mjs +3 -3
  76. package/esm2022/lib/Shared/components/form-link/form-link.component.mjs +3 -3
  77. package/esm2022/lib/Shared/components/form-tab-headers/form-tab-headers.component.mjs +3 -3
  78. package/esm2022/lib/Shared/components/idler/idler.component.mjs +3 -3
  79. package/esm2022/lib/Shared/components/idler/idler.service.mjs +3 -3
  80. package/esm2022/lib/Shared/components/index-comp-layout/index-comp-layout.component.mjs +6 -6
  81. package/esm2022/lib/Shared/components/info-dialog/info-dialog.component.mjs +3 -3
  82. package/esm2022/lib/Shared/components/info-dialog/info-dialog.service.mjs +3 -3
  83. package/esm2022/lib/Shared/components/info-icon/info-icon.component.mjs +3 -3
  84. package/esm2022/lib/Shared/components/input/date-input/date-input.component.mjs +3 -3
  85. package/esm2022/lib/Shared/components/input/day-hour-min-input/day-hour-min-input.component.mjs +3 -3
  86. package/esm2022/lib/Shared/components/input/input-base.component.mjs +3 -3
  87. package/esm2022/lib/Shared/components/input/input-basic.component.mjs +3 -3
  88. package/esm2022/lib/Shared/components/input/input-control.component.mjs +3 -3
  89. package/esm2022/lib/Shared/components/input/input-label/input-label.component.mjs +3 -3
  90. package/esm2022/lib/Shared/components/input/input-td-rf.component.mjs +3 -3
  91. package/esm2022/lib/Shared/components/input/input.component.mjs +3 -3
  92. package/esm2022/lib/Shared/components/input/input.service.mjs +3 -3
  93. package/esm2022/lib/Shared/components/input/inputs-pipes.pipe.mjs +25 -25
  94. package/esm2022/lib/Shared/components/input/validation-message/validation-message.component.mjs +6 -6
  95. package/esm2022/lib/Shared/components/input/validation-message/validation-message.service.mjs +3 -3
  96. package/esm2022/lib/Shared/components/input/year-month-td-rf/year-month-td-rf.component.mjs +3 -3
  97. package/esm2022/lib/Shared/components/input-NgModel/input-ngmodel.component.mjs +3 -3
  98. package/esm2022/lib/Shared/components/input-NgModel/validation-message-ngmodel/validation-message-ngmodel.component.mjs +3 -3
  99. package/esm2022/lib/Shared/components/input-table/input-table.component.mjs +3 -3
  100. package/esm2022/lib/Shared/components/input-table/input-table.service.mjs +3 -3
  101. package/esm2022/lib/Shared/components/label/label.component.mjs +3 -3
  102. package/esm2022/lib/Shared/components/loader/loader-animations/blinking-blocks/blinking-blocks.component.mjs +3 -3
  103. package/esm2022/lib/Shared/components/loader/loader-animations/bouncing-ball/bouncing-ball.component.mjs +3 -3
  104. package/esm2022/lib/Shared/components/loader/loader-animations/fading-bars/fading-bars.component.mjs +3 -3
  105. package/esm2022/lib/Shared/components/loader/loader-animations/fading-circles/fading-circles.component.mjs +3 -3
  106. package/esm2022/lib/Shared/components/loader/loader-animations/ring-ripples/ring-ripples.component.mjs +3 -3
  107. package/esm2022/lib/Shared/components/loader/loader.component.mjs +3 -3
  108. package/esm2022/lib/Shared/components/loader/spinner.component.mjs +3 -3
  109. package/esm2022/lib/Shared/components/modal/modal-body.directive.mjs +3 -3
  110. package/esm2022/lib/Shared/components/modal/modal-footer.directive.mjs +3 -3
  111. package/esm2022/lib/Shared/components/modal/modal.component.mjs +3 -3
  112. package/esm2022/lib/Shared/components/modal-form/modal-form.component.mjs +3 -3
  113. package/esm2022/lib/Shared/components/modal-header/modal-header.component.mjs +3 -3
  114. package/esm2022/lib/Shared/components/narration-history-comp/narration-history-comp.component.mjs +3 -3
  115. package/esm2022/lib/Shared/components/notifications/notifications.component.mjs +3 -3
  116. package/esm2022/lib/Shared/components/notifications/notifications.service.mjs +3 -3
  117. package/esm2022/lib/Shared/components/page-center-body/page-center-body.component.mjs +3 -3
  118. package/esm2022/lib/Shared/components/page-template/page-template.component.mjs +3 -3
  119. package/esm2022/lib/Shared/components/page-to-component/page-to-component.component.mjs +6 -6
  120. package/esm2022/lib/Shared/components/page-to-component/page-to-component.directive.mjs +3 -3
  121. package/esm2022/lib/Shared/components/page-to-component/page-to-component.service.mjs +3 -3
  122. package/esm2022/lib/Shared/components/paginator/paginator.component.mjs +3 -3
  123. package/esm2022/lib/Shared/components/phone-number/phone-number.component.mjs +3 -3
  124. package/esm2022/lib/Shared/components/phone-number/phone-number.service.mjs +3 -3
  125. package/esm2022/lib/Shared/components/rich-text-editor/rich-text-editor.component.mjs +5 -5
  126. package/esm2022/lib/Shared/components/rich-text-editor-rf/rich-text-editor-rf.component.mjs +5 -5
  127. package/esm2022/lib/Shared/components/row-actions/row-actions.component.mjs +3 -3
  128. package/esm2022/lib/Shared/components/svg-icon/svg-icon.component.mjs +3 -3
  129. package/esm2022/lib/Shared/components/svg-icon/svg-icon.service.mjs +3 -3
  130. package/esm2022/lib/Shared/components/table/table-base.component.mjs +3 -3
  131. package/esm2022/lib/Shared/components/table/table-https/table-https.component.mjs +3 -3
  132. package/esm2022/lib/Shared/components/table/table-input/table-input-row/table-input-row.component.mjs +3 -3
  133. package/esm2022/lib/Shared/components/table/table-input/table-input.component.mjs +3 -3
  134. package/esm2022/lib/Shared/components/table/table-plain/table-plain.component.mjs +3 -3
  135. package/esm2022/lib/Shared/components/table/table-plain.service.mjs +3 -3
  136. package/esm2022/lib/Shared/components/table/table.pipe.mjs +19 -19
  137. package/esm2022/lib/Shared/components/text/text.component.mjs +3 -3
  138. package/esm2022/lib/Shared/components/text-area-modal/text-area-modal.component.mjs +3 -3
  139. package/esm2022/lib/Shared/components/text-area-modal/text-area-modal.service.mjs +3 -3
  140. package/esm2022/lib/Shared/components/text-case-1/text-case-1.component.mjs +3 -3
  141. package/esm2022/lib/Shared/components/text-case-2/text-case-2.component.mjs +3 -3
  142. package/esm2022/lib/Shared/components/text-case-2/text-case.service.mjs +3 -3
  143. package/esm2022/lib/Shared/components/text-case-input/text-case-input.component.mjs +3 -3
  144. package/esm2022/lib/Shared/components/toggle-input-form/toggle-input-form.component.mjs +3 -3
  145. package/esm2022/lib/Shared/components/translator-case/translator-case.component.mjs +3 -3
  146. package/esm2022/lib/Shared/components/vertical-nav/vertical-nav.component.mjs +3 -3
  147. package/esm2022/lib/Shared/components/view-form-buttons/view-form-buttons.component.mjs +3 -3
  148. package/esm2022/lib/Shared/components/webcam-media/webcam-media.component.mjs +3 -3
  149. package/esm2022/lib/Shared/directives/commafy-number.directive.mjs +3 -3
  150. package/esm2022/lib/Shared/directives/drag-drop-file-upload.directive.mjs +3 -3
  151. package/esm2022/lib/Shared/directives/form-invalid-class.directive.mjs +3 -3
  152. package/esm2022/lib/Shared/directives/index.directive.mjs +22 -22
  153. package/esm2022/lib/Shared/directives/input-formatter.directive.mjs +13 -13
  154. package/esm2022/lib/Shared/directives/integer-only.directive.mjs +3 -3
  155. package/esm2022/lib/Shared/directives/mHref.directive.mjs +3 -3
  156. package/esm2022/lib/Shared/directives/native-event-listeners.directive.mjs +15 -15
  157. package/esm2022/lib/Shared/directives/negative-number-only.directive.mjs +3 -3
  158. package/esm2022/lib/Shared/directives/responsiveness.directive.mjs +19 -19
  159. package/esm2022/lib/Shared/directives/translator.directive.mjs +3 -3
  160. package/esm2022/lib/Shared/pipes/form-invalid-class.pipe.mjs +3 -3
  161. package/esm2022/lib/Shared/pipes/paginator.pipe.mjs +3 -3
  162. package/esm2022/lib/Shared/pipes/translate.pipe.mjs +10 -10
  163. package/esm2022/lib/Shared/pipes/utility.pipe.mjs +133 -133
  164. package/esm2022/lib/Shared/shared.module.mjs +4 -4
  165. package/esm2022/lib/authentication/web-user/web-user-authentication.service.mjs +3 -3
  166. package/esm2022/lib/authentication/web-user/web-user-forgot-password.component.mjs +3 -3
  167. package/esm2022/lib/authentication/web-user/web-user-login.component.mjs +3 -3
  168. package/esm2022/lib/authentication/web-user/web-user-reset-password.component.mjs +3 -3
  169. package/fesm2022/ets-fe-ng-sdk.mjs +765 -770
  170. package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
  171. package/lib/Services/utility.service.d.ts +1 -1
  172. package/lib/Shared/components/btn/btn.component.d.ts +3 -3
  173. package/lib/Shared/components/form-generator/form-generated-value/form-generated-value.component.d.ts +1 -1
  174. package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +1 -1
  175. package/lib/Shared/components/info-dialog/info-dialog.component.d.ts +1 -1
  176. package/lib/Shared/components/rich-text-editor/rich-text-editor.component.d.ts +0 -1
  177. package/lib/Shared/components/rich-text-editor-rf/rich-text-editor-rf.component.d.ts +0 -1
  178. package/package.json +1 -1
@@ -353,10 +353,10 @@ export class FindItemComponent extends BaseFormGenerator {
353
353
  get selection() {
354
354
  return this.tableHTTPSREF()?.selectedItems || this.tablePlainRef()?.selectedItems;
355
355
  }
356
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: FindItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
357
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: FindItemComponent, isStandalone: true, selector: "app-find-item,find-item", inputs: { autoFormatSchema: { classPropertyName: "autoFormatSchema", publicName: "autoFormatSchema", isSignal: true, isRequired: false, transformFunction: null }, autoOrder: { classPropertyName: "autoOrder", publicName: "autoOrder", isSignal: true, isRequired: false, transformFunction: null }, centerCells: { classPropertyName: "centerCells", publicName: "centerCells", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, _displayedColumns: { classPropertyName: "_displayedColumns", publicName: "displayedColumns", isSignal: true, isRequired: false, transformFunction: null }, gridClass: { classPropertyName: "gridClass", publicName: "gridClass", isSignal: true, isRequired: false, transformFunction: null }, hideForm: { classPropertyName: "hideForm", publicName: "hideForm", isSignal: true, isRequired: false, transformFunction: null }, expandedRowTemplate: { classPropertyName: "expandedRowTemplate", publicName: "expandedRowTemplate", isSignal: true, isRequired: false, transformFunction: null }, rowOptionsMap: { classPropertyName: "rowOptionsMap", publicName: "rowOptionsMap", isSignal: true, isRequired: false, transformFunction: null }, isExpandable: { classPropertyName: "isExpandable", publicName: "isExpandable", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, nowrap: { classPropertyName: "nowrap", publicName: "nowrap", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "rowOptions", isSignal: true, isRequired: false, transformFunction: null }, orderDirection: { classPropertyName: "orderDirection", publicName: "orderDirection", isSignal: true, isRequired: false, transformFunction: null }, orderField: { classPropertyName: "orderField", publicName: "orderField", isSignal: true, isRequired: false, transformFunction: null }, pageSize: { classPropertyName: "pageSize", publicName: "pageSize", isSignal: true, isRequired: false, transformFunction: null }, searchFunction: { classPropertyName: "searchFunction", publicName: "searchFunction", isSignal: true, isRequired: false, transformFunction: null }, showData: { classPropertyName: "showData", publicName: "showData", isSignal: true, isRequired: false, transformFunction: null }, searchIfNoQuery: { classPropertyName: "searchIfNoQuery", publicName: "searchIfNoQuery", isSignal: true, isRequired: false, transformFunction: null }, showExport: { classPropertyName: "showExport", publicName: "showExport", isSignal: true, isRequired: false, transformFunction: null }, showFilter: { classPropertyName: "showFilter", publicName: "showFilter", isSignal: true, isRequired: false, transformFunction: null }, showRefreshBtn: { classPropertyName: "showRefreshBtn", publicName: "showRefreshBtn", isSignal: true, isRequired: false, transformFunction: null }, startSectionTemplate: { classPropertyName: "startSectionTemplate", publicName: "startSectionTemplate", isSignal: true, isRequired: false, transformFunction: null }, showSearchBtn: { classPropertyName: "showSearchBtn", publicName: "showSearchBtn", isSignal: true, isRequired: false, transformFunction: null }, showClearBtn: { classPropertyName: "showClearBtn", publicName: "showClearBtn", isSignal: true, isRequired: false, transformFunction: null }, showValidationMsg: { classPropertyName: "showValidationMsg", publicName: "showValidationMsg", isSignal: true, isRequired: false, transformFunction: null }, createBtnRoute: { classPropertyName: "createBtnRoute", publicName: "createBtnRoute", isSignal: true, isRequired: false, transformFunction: null }, showAdditionalColumns: { classPropertyName: "showAdditionalColumns", publicName: "showAdditionalColumns", isSignal: true, isRequired: false, transformFunction: null }, smallerFonts: { classPropertyName: "smallerFonts", publicName: "smallerFonts", isSignal: true, isRequired: false, transformFunction: null }, useSelection: { classPropertyName: "useSelection", publicName: "useSelection", isSignal: true, isRequired: false, transformFunction: null }, createButton: { classPropertyName: "createButton", publicName: "createButton", isSignal: true, isRequired: false, transformFunction: null }, _formSchema: { classPropertyName: "_formSchema", publicName: "formSchema", isSignal: false, isRequired: false, transformFunction: null }, searchObservableFunc: { classPropertyName: "searchObservableFunc", publicName: "searchObservableFunc", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { _rowClick: "rowClick", clickedCreate: "clickedCreate" }, viewQueries: [{ propertyName: "tableHTTPSREF", first: true, predicate: (TableHttpsComponent), descendants: true, isSignal: true }, { propertyName: "tablePlainRef", first: true, predicate: (TablePlainComponent), descendants: true, isSignal: true }, { propertyName: "tableHTTPSREFSignal", first: true, predicate: TableHttpsComponent, descendants: true, isSignal: true }, { propertyName: "tablePlainRefSignal", first: true, predicate: TablePlainComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<loader [loading]=\"loading()\">\n @if (!hideForm() && searchForm()) {\n <form (ngSubmit)=\"search()\">\n <div class=\"row align-items-center\">\n @for (scheme of computedFormSchema(); track scheme.field) {\n <div class=\"{{ gridClass() }} \">\n <div class=\"row align-items-end\">\n <ng-template #defaultInpTempl>\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </ng-template>\n\n @switch (true) {\n @case (scheme.type == 'tel') {\n <div class=\"col\">\n <app-phone-number\n [form]=\"scheme.form\"\n [label]=\"scheme.label\"\n [name]=\"scheme.field\"\n [showLabel]=\"false\"\n [showValidation]=\"scheme.showValidation\"\n [showValidationIcon]=\"scheme.showValidationIcon\"\n [countryCode3]=\"scheme.countryCode3\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue() : (scheme.field | toAny)\n \"\n #inputTag />\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"inputTag\" />\n }\n </div>\n }\n @case (scheme.type == 'autocomplete') {\n <div class=\"col\">\n <app-autocomplete\n [form]=\"scheme.form\"\n [label]=\"scheme.label\"\n [labelField]=\"scheme.labelField\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [optionsFunc]=\"scheme.optionsFunc\"\n [name]=\"scheme.field\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [valueField]=\"scheme.valueField\"\n [options]=\"scheme.options\"\n [hint]=\"scheme.hint\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \"\n #inputTag />\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"inputTag\" />\n }\n </div>\n }\n @case (scheme.standalone || scheme.action) {\n <div class=\"col\">\n <form (ngSubmit)=\"fieldAction(scheme)\">\n <div class=\"gx-2 row align-items-end\">\n <div class=\"col\">\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </div>\n <div class=\"col-auto\">\n <app-btn\n [icon]=\"scheme.icon || 'show'\"\n [group]=\"scheme.standalone && scheme.action ? 'show' : null\"\n actionType=\"submit\"\n [disabled]=\"!formField?.validSignal()\" />\n </div>\n </div>\n </form>\n </div>\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"formField\" />\n }\n }\n @default {\n <div class=\"col\">\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [showValidationMsg]=\"showValidationMsg()\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </div>\n }\n }\n </div>\n </div>\n }\n <div class=\"col-md justify-content-end d-flex\">\n @if (showClearBtn()) {\n <app-btn type=\"danger-outline\" text=\"Clear\" icon=\"delete\" (mclick)=\"clearFilters()\" />\n }\n <span class=\"mx-1\"></span>\n @if (showSearchBtn()) {\n <app-btn\n [group]=\"'search'\"\n [iconBtn]=\"true\"\n text=\"Search\"\n actionType=\"submit\"\n [excludeLogging]=\"true\"\n [disabled]=\"!searchFunction() && !isTablePaginated()\" />\n }\n @if (createButton()) {\n <span class=\"mx-1\"></span>\n @if (createBtnRoute()) {\n <app-btn\n type=\"outline\"\n text=\"Create\"\n icon=\"add\"\n (mclick)=\"clickedCreate.emit()\"\n routerLink=\"{{ createBtnRoute() }}\" />\n } @else {\n <app-btn type=\"outline\" text=\"Create\" icon=\"add\" (mclick)=\"clickedCreate.emit()\" />\n }\n }\n </div>\n </div>\n </form>\n }\n\n <ng-content select=\"[tablePanel]\"></ng-content>\n\n @if (hasColumns()) {\n <div class=\"mt-3\" [hidden]=\"hideTable()\">\n <ng-container>\n @if (isTablePaginated()) {\n <table-https\n #tableHTTPS\n [searchIfNoQuery]=\"searchIfNoQuery()\"\n [displayedColumns]=\"displayedColumns()\"\n [observableFunc]=\"searchObservableFunc()\"\n (rowClick)=\"rowClick($event)\"\n [centerCells]=\"centerCells()\"\n [expandedRowTemplate]=\"expandedRowTemplate()\"\n [isExpandable]=\"isExpandable()\"\n [label]=\"label()\"\n [nowrap]=\"nowrap()\"\n [orderDirection]=\"orderDirection()\"\n [orderField]=\"orderField()\"\n [pageSize]=\"pageSize()\"\n [rowOptions]=\"options()\"\n [debug]=\"debug()\"\n [rowOptionsMap]=\"rowOptionsMap()\"\n [showAdditionalColumns]=\"showAdditionalColumns()\"\n [showExport]=\"showExport()\"\n [showRefreshBtn]=\"showRefreshBtn()\"\n [smallerFonts]=\"smallerFonts()\"\n [startSectionTemplate]=\"startSectionTemplate()\"\n [useSelection]=\"useSelection()\"\n noItemTxt=\"No results found\" />\n } @else {\n <table-plain\n [distinct]=\"true\"\n [showPager]=\"true\"\n [pageSize]=\"pageSize()\"\n [centerCells]=\"false\"\n [startSectionTemplate]=\"startSectionTemplate()\"\n [smallerFonts]=\"smallerFonts()\"\n [nowrap]=\"nowrap()\"\n [showFilter]=\"showFilter()\"\n [showExport]=\"showExport()\"\n [isExpandable]=\"isExpandable()\"\n [expandedRowTemplate]=\"expandedRowTemplate()\"\n [label]=\"label()\"\n noItemTxt=\"No results found\"\n (rowClick)=\"rowClick($event)\"\n [orderField]=\"orderField()\"\n [rowOptions]=\"options()\"\n [debug]=\"debug()\"\n [rowOptionsMap]=\"rowOptionsMap()\"\n [showAdditionalColumns]=\"showAdditionalColumns()\"\n [orderDirection]=\"orderDirection()\"\n [displayedColumns]=\"displayedColumns()\"\n [data]=\"data()\" />\n }\n </ng-container>\n </div>\n }\n</loader>\n", styles: [""], dependencies: [{ kind: "component", type: LoaderComponent, selector: "loader", inputs: ["class", "text", "loading", "height", "width", "ratioHW"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: PhoneNumberComponent, selector: "app-phone-number", inputs: ["showLabel", "countryCode3", "config"], outputs: ["onCountrySelect"] }, { kind: "component", type: ValidationMessageComponent, selector: "app-validation-message", inputs: ["maxLength", "minLength", "control", "customMessage", "debug", "ignoreDirtiness", "input", "label", "hideOverflow"], outputs: ["labelChange"] }, { kind: "component", type: AutocompleteComponent, selector: "app-autocomplete,autocomplete", inputs: ["showRequiredTag", "validate", "options"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: InputBasicComponent, selector: "app-input-basic,app-input", inputs: ["accept", "autocomplete", "input", "contextData", "decimalPoints", "files", "hide", "clearOnDisable", "labelLink", "loading", "multiple", "optionsFunc", "vms", "setCurrentDate", "options"], outputs: ["mSelectedOptionLabel"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "component", type: TableHttpsComponent, selector: "table-https", inputs: ["observableFunc", "pageNumber", "queryData", "searchIfNoQuery", "showRefreshBtn"], outputs: ["queryDataChange", "dataFetched"] }, { kind: "component", type: TablePlainComponent, selector: "table-plain", inputs: ["customSelectClass", "idField", "obsDataSource", "showFilter", "showPager", "disableSelectionByField", "data", "filterFields", "filterFieldsMap", "selectionPerPage"], outputs: ["view", "dataChanged", "filterChange", "listMutated"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "pipe", type: FunctionCaller2, name: "functionCaller2" }, { kind: "pipe", type: ToAnyPipe, name: "toAny" }] }); }
356
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FindItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
357
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: FindItemComponent, isStandalone: true, selector: "app-find-item,find-item", inputs: { autoFormatSchema: { classPropertyName: "autoFormatSchema", publicName: "autoFormatSchema", isSignal: true, isRequired: false, transformFunction: null }, autoOrder: { classPropertyName: "autoOrder", publicName: "autoOrder", isSignal: true, isRequired: false, transformFunction: null }, centerCells: { classPropertyName: "centerCells", publicName: "centerCells", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, _displayedColumns: { classPropertyName: "_displayedColumns", publicName: "displayedColumns", isSignal: true, isRequired: false, transformFunction: null }, gridClass: { classPropertyName: "gridClass", publicName: "gridClass", isSignal: true, isRequired: false, transformFunction: null }, hideForm: { classPropertyName: "hideForm", publicName: "hideForm", isSignal: true, isRequired: false, transformFunction: null }, expandedRowTemplate: { classPropertyName: "expandedRowTemplate", publicName: "expandedRowTemplate", isSignal: true, isRequired: false, transformFunction: null }, rowOptionsMap: { classPropertyName: "rowOptionsMap", publicName: "rowOptionsMap", isSignal: true, isRequired: false, transformFunction: null }, isExpandable: { classPropertyName: "isExpandable", publicName: "isExpandable", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, nowrap: { classPropertyName: "nowrap", publicName: "nowrap", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "rowOptions", isSignal: true, isRequired: false, transformFunction: null }, orderDirection: { classPropertyName: "orderDirection", publicName: "orderDirection", isSignal: true, isRequired: false, transformFunction: null }, orderField: { classPropertyName: "orderField", publicName: "orderField", isSignal: true, isRequired: false, transformFunction: null }, pageSize: { classPropertyName: "pageSize", publicName: "pageSize", isSignal: true, isRequired: false, transformFunction: null }, searchFunction: { classPropertyName: "searchFunction", publicName: "searchFunction", isSignal: true, isRequired: false, transformFunction: null }, showData: { classPropertyName: "showData", publicName: "showData", isSignal: true, isRequired: false, transformFunction: null }, searchIfNoQuery: { classPropertyName: "searchIfNoQuery", publicName: "searchIfNoQuery", isSignal: true, isRequired: false, transformFunction: null }, showExport: { classPropertyName: "showExport", publicName: "showExport", isSignal: true, isRequired: false, transformFunction: null }, showFilter: { classPropertyName: "showFilter", publicName: "showFilter", isSignal: true, isRequired: false, transformFunction: null }, showRefreshBtn: { classPropertyName: "showRefreshBtn", publicName: "showRefreshBtn", isSignal: true, isRequired: false, transformFunction: null }, startSectionTemplate: { classPropertyName: "startSectionTemplate", publicName: "startSectionTemplate", isSignal: true, isRequired: false, transformFunction: null }, showSearchBtn: { classPropertyName: "showSearchBtn", publicName: "showSearchBtn", isSignal: true, isRequired: false, transformFunction: null }, showClearBtn: { classPropertyName: "showClearBtn", publicName: "showClearBtn", isSignal: true, isRequired: false, transformFunction: null }, showValidationMsg: { classPropertyName: "showValidationMsg", publicName: "showValidationMsg", isSignal: true, isRequired: false, transformFunction: null }, createBtnRoute: { classPropertyName: "createBtnRoute", publicName: "createBtnRoute", isSignal: true, isRequired: false, transformFunction: null }, showAdditionalColumns: { classPropertyName: "showAdditionalColumns", publicName: "showAdditionalColumns", isSignal: true, isRequired: false, transformFunction: null }, smallerFonts: { classPropertyName: "smallerFonts", publicName: "smallerFonts", isSignal: true, isRequired: false, transformFunction: null }, useSelection: { classPropertyName: "useSelection", publicName: "useSelection", isSignal: true, isRequired: false, transformFunction: null }, createButton: { classPropertyName: "createButton", publicName: "createButton", isSignal: true, isRequired: false, transformFunction: null }, _formSchema: { classPropertyName: "_formSchema", publicName: "formSchema", isSignal: false, isRequired: false, transformFunction: null }, searchObservableFunc: { classPropertyName: "searchObservableFunc", publicName: "searchObservableFunc", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { _rowClick: "rowClick", clickedCreate: "clickedCreate" }, viewQueries: [{ propertyName: "tableHTTPSREF", first: true, predicate: (TableHttpsComponent), descendants: true, isSignal: true }, { propertyName: "tablePlainRef", first: true, predicate: (TablePlainComponent), descendants: true, isSignal: true }, { propertyName: "tableHTTPSREFSignal", first: true, predicate: TableHttpsComponent, descendants: true, isSignal: true }, { propertyName: "tablePlainRefSignal", first: true, predicate: TablePlainComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<loader [loading]=\"loading()\">\n @if (!hideForm() && searchForm()) {\n <form (ngSubmit)=\"search()\">\n <div class=\"row align-items-center\">\n @for (scheme of computedFormSchema(); track scheme.field) {\n <div class=\"{{ gridClass() }} \">\n <div class=\"row align-items-end\">\n <ng-template #defaultInpTempl>\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </ng-template>\n\n @switch (true) {\n @case (scheme.type == 'tel') {\n <div class=\"col\">\n <app-phone-number\n [form]=\"scheme.form\"\n [label]=\"scheme.label\"\n [name]=\"scheme.field\"\n [showLabel]=\"false\"\n [showValidation]=\"scheme.showValidation\"\n [showValidationIcon]=\"scheme.showValidationIcon\"\n [countryCode3]=\"scheme.countryCode3\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue() : (scheme.field | toAny)\n \"\n #inputTag />\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"inputTag\" />\n }\n </div>\n }\n @case (scheme.type == 'autocomplete') {\n <div class=\"col\">\n <app-autocomplete\n [form]=\"scheme.form\"\n [label]=\"scheme.label\"\n [labelField]=\"scheme.labelField\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [optionsFunc]=\"scheme.optionsFunc\"\n [name]=\"scheme.field\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [valueField]=\"scheme.valueField\"\n [options]=\"scheme.options\"\n [hint]=\"scheme.hint\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \"\n #inputTag />\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"inputTag\" />\n }\n </div>\n }\n @case (scheme.standalone || scheme.action) {\n <div class=\"col\">\n <form (ngSubmit)=\"fieldAction(scheme)\">\n <div class=\"gx-2 row align-items-end\">\n <div class=\"col\">\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </div>\n <div class=\"col-auto\">\n <app-btn\n [icon]=\"scheme.icon || 'show'\"\n [group]=\"scheme.standalone && scheme.action ? 'show' : null\"\n actionType=\"submit\"\n [disabled]=\"!formField?.validSignal()\" />\n </div>\n </div>\n </form>\n </div>\n @if (showValidationMsg()) {\n <app-validation-message [input]=\"formField\" />\n }\n }\n @default {\n <div class=\"col\">\n <app-input-basic\n #formField\n [name]=\"scheme.field\"\n [form]=\"scheme.form\"\n [type]=\"scheme.type\"\n [autoPickValueField]=\"scheme.autoPickValueField\"\n [valueField]=\"scheme.valueField\"\n [labelType]=\"scheme.labelType | toAny\"\n [checkedSignal]=\"scheme.checked\"\n [showValidation]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [showValidationIcon]=\"formField.hasValue() && !!scheme.asyncValidators\"\n [noFormat]=\"true\"\n [labelField]=\"scheme.labelField\"\n [optionFormatter]=\"scheme.optionFormatter\"\n [options]=\"scheme.options\"\n [decimalPoints]=\"scheme.decimalPoints\"\n [hint]=\"scheme.hint\"\n [showValidationMsg]=\"showValidationMsg()\"\n [max]=\"scheme.max\"\n [min]=\"scheme.min\"\n [placeholder]=\"scheme.placeholder\"\n [label]=\"scheme.label\"\n [disabled]=\"\n scheme.disabledIf\n | functionCaller2: searchFormValue : (scheme.field | toAny)\n \" />\n </div>\n }\n }\n </div>\n </div>\n }\n <div class=\"col-md justify-content-end d-flex\">\n @if (showClearBtn()) {\n <app-btn type=\"danger-outline\" text=\"Clear\" icon=\"delete\" (mclick)=\"clearFilters()\" />\n }\n <span class=\"mx-1\"></span>\n @if (showSearchBtn()) {\n <app-btn\n [group]=\"'search'\"\n [iconBtn]=\"true\"\n text=\"Search\"\n actionType=\"submit\"\n [excludeLogging]=\"true\"\n [disabled]=\"!searchFunction() && !isTablePaginated()\" />\n }\n @if (createButton()) {\n <span class=\"mx-1\"></span>\n @if (createBtnRoute()) {\n <app-btn\n type=\"outline\"\n text=\"Create\"\n icon=\"add\"\n (mclick)=\"clickedCreate.emit()\"\n routerLink=\"{{ createBtnRoute() }}\" />\n } @else {\n <app-btn type=\"outline\" text=\"Create\" icon=\"add\" (mclick)=\"clickedCreate.emit()\" />\n }\n }\n </div>\n </div>\n </form>\n }\n\n <ng-content select=\"[tablePanel]\"></ng-content>\n\n @if (hasColumns()) {\n <div class=\"mt-3\" [hidden]=\"hideTable()\">\n <ng-container>\n @if (isTablePaginated()) {\n <table-https\n #tableHTTPS\n [searchIfNoQuery]=\"searchIfNoQuery()\"\n [displayedColumns]=\"displayedColumns()\"\n [observableFunc]=\"searchObservableFunc()\"\n (rowClick)=\"rowClick($event)\"\n [centerCells]=\"centerCells()\"\n [expandedRowTemplate]=\"expandedRowTemplate()\"\n [isExpandable]=\"isExpandable()\"\n [label]=\"label()\"\n [nowrap]=\"nowrap()\"\n [orderDirection]=\"orderDirection()\"\n [orderField]=\"orderField()\"\n [pageSize]=\"pageSize()\"\n [rowOptions]=\"options()\"\n [debug]=\"debug()\"\n [rowOptionsMap]=\"rowOptionsMap()\"\n [showAdditionalColumns]=\"showAdditionalColumns()\"\n [showExport]=\"showExport()\"\n [showRefreshBtn]=\"showRefreshBtn()\"\n [smallerFonts]=\"smallerFonts()\"\n [startSectionTemplate]=\"startSectionTemplate()\"\n [useSelection]=\"useSelection()\"\n noItemTxt=\"No results found\" />\n } @else {\n <table-plain\n [distinct]=\"true\"\n [showPager]=\"true\"\n [pageSize]=\"pageSize()\"\n [centerCells]=\"false\"\n [startSectionTemplate]=\"startSectionTemplate()\"\n [smallerFonts]=\"smallerFonts()\"\n [nowrap]=\"nowrap()\"\n [showFilter]=\"showFilter()\"\n [showExport]=\"showExport()\"\n [isExpandable]=\"isExpandable()\"\n [expandedRowTemplate]=\"expandedRowTemplate()\"\n [label]=\"label()\"\n noItemTxt=\"No results found\"\n (rowClick)=\"rowClick($event)\"\n [orderField]=\"orderField()\"\n [rowOptions]=\"options()\"\n [debug]=\"debug()\"\n [rowOptionsMap]=\"rowOptionsMap()\"\n [showAdditionalColumns]=\"showAdditionalColumns()\"\n [orderDirection]=\"orderDirection()\"\n [displayedColumns]=\"displayedColumns()\"\n [data]=\"data()\" />\n }\n </ng-container>\n </div>\n }\n</loader>\n", styles: [""], dependencies: [{ kind: "component", type: LoaderComponent, selector: "loader", inputs: ["class", "text", "loading", "height", "width", "ratioHW"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: PhoneNumberComponent, selector: "app-phone-number", inputs: ["showLabel", "countryCode3", "config"], outputs: ["onCountrySelect"] }, { kind: "component", type: ValidationMessageComponent, selector: "app-validation-message", inputs: ["maxLength", "minLength", "control", "customMessage", "debug", "ignoreDirtiness", "input", "label", "hideOverflow"], outputs: ["labelChange"] }, { kind: "component", type: AutocompleteComponent, selector: "app-autocomplete,autocomplete", inputs: ["showRequiredTag", "validate", "options"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: InputBasicComponent, selector: "app-input-basic,app-input", inputs: ["accept", "autocomplete", "input", "contextData", "decimalPoints", "files", "hide", "clearOnDisable", "labelLink", "loading", "multiple", "optionsFunc", "vms", "setCurrentDate", "options"], outputs: ["mSelectedOptionLabel"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "component", type: TableHttpsComponent, selector: "table-https", inputs: ["observableFunc", "pageNumber", "queryData", "searchIfNoQuery", "showRefreshBtn"], outputs: ["queryDataChange", "dataFetched"] }, { kind: "component", type: TablePlainComponent, selector: "table-plain", inputs: ["customSelectClass", "idField", "obsDataSource", "showFilter", "showPager", "disableSelectionByField", "data", "filterFields", "filterFieldsMap", "selectionPerPage"], outputs: ["view", "dataChanged", "filterChange", "listMutated"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "pipe", type: FunctionCaller2, name: "functionCaller2" }, { kind: "pipe", type: ToAnyPipe, name: "toAny" }] }); }
358
358
  }
359
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: FindItemComponent, decorators: [{
359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FindItemComponent, decorators: [{
360
360
  type: Component,
361
361
  args: [{ selector: 'app-find-item,find-item', standalone: true, imports: [
362
362
  LoaderComponent,
@@ -6,10 +6,10 @@ export class WatermarkComponent {
6
6
  constructor() {
7
7
  this.imgPath = model(environment.images.watermark);
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: WatermarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.3", type: WatermarkComponent, isStandalone: true, selector: "watermark", inputs: { imgPath: { classPropertyName: "imgPath", publicName: "imgPath", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { imgPath: "imgPathChange" }, ngImport: i0, template: "<div class=\"watermark\" [ngStyle]=\"{'background-image':'url('+imgPath()+')'}\">\n<!-- <img [src]=\"img\" alt=\"\"> -->\n</div>", styles: [".watermark{width:200px;height:200px;opacity:.4;position:fixed;bottom:10px;left:10px;z-index:-1;object-fit:contain;object-position:bottom;background-position:bottom;background-size:contain;background-repeat:no-repeat}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: WatermarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.0", type: WatermarkComponent, isStandalone: true, selector: "watermark", inputs: { imgPath: { classPropertyName: "imgPath", publicName: "imgPath", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { imgPath: "imgPathChange" }, ngImport: i0, template: "<div class=\"watermark\" [ngStyle]=\"{'background-image':'url('+imgPath()+')'}\">\n<!-- <img [src]=\"img\" alt=\"\"> -->\n</div>", styles: [".watermark{width:200px;height:200px;opacity:.4;position:fixed;bottom:10px;left:10px;z-index:-1;object-fit:contain;object-position:bottom;background-position:bottom;background-size:contain;background-repeat:no-repeat}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: WatermarkComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: WatermarkComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'watermark', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgStyle], template: "<div class=\"watermark\" [ngStyle]=\"{'background-image':'url('+imgPath()+')'}\">\n<!-- <img [src]=\"img\" alt=\"\"> -->\n</div>", styles: [".watermark{width:200px;height:200px;opacity:.4;position:fixed;bottom:10px;left:10px;z-index:-1;object-fit:contain;object-position:bottom;background-position:bottom;background-size:contain;background-repeat:no-repeat}\n"] }]
15
15
  }], ctorParameters: () => [] });
@@ -49,11 +49,11 @@ const routes = [
49
49
  },
50
50
  ];
51
51
  export class ExtraPagesRoutingModule {
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ExtraPagesRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ExtraPagesRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
54
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ExtraPagesRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ExtraPagesRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ExtraPagesRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
54
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ExtraPagesRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ExtraPagesRoutingModule, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ExtraPagesRoutingModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  imports: [RouterModule.forChild(routes)],
@@ -3,13 +3,13 @@ import { CommonModule } from '@angular/common';
3
3
  import { ExtraPagesRoutingModule } from './extra-pages-routing.module';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ETSExtraPagesModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSExtraPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ETSExtraPagesModule, imports: [CommonModule,
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSExtraPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ETSExtraPagesModule, imports: [CommonModule,
8
8
  ExtraPagesRoutingModule] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSExtraPagesModule, imports: [CommonModule,
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSExtraPagesModule, imports: [CommonModule,
10
10
  ExtraPagesRoutingModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSExtraPagesModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSExtraPagesModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [],
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/router";
6
6
  const routes = [{ path: '', component: LoggerComponent }];
7
7
  export class LoggerRoutingModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: LoggerRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: LoggerRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerRoutingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerRoutingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [RouterModule.forChild(routes)],
@@ -52,10 +52,10 @@ export class LoggerComponent {
52
52
  downloaded() {
53
53
  this.uS.notify('Downloaded');
54
54
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerComponent, deps: [{ token: i1.LoggerService }, { token: i2.UtilityService }], target: i0.ɵɵFactoryTarget.Component }); }
56
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: LoggerComponent, isStandalone: true, selector: "app-logger", ngImport: i0, template: " <div class=\"container-fluid py-5\">\n <div class=\"d-flex justify-content-between align-items-center\">\n <h3 class=\"text-center text-primary mb-4\">Logged Select Requests</h3>\n <div class=\"d-flex\">\n <app-btn help=\"Refresh\" [showHelpIcon]=\"false\" [iconBtn]=\"true\" icon=\"renew\" (mclick)=\"ngOnInit()\" ></app-btn>\n </div>\n </div>\n @if (this.lS.isAuthed()) {\n <div class=\"\">\n <table class=\"table border table-bordered\">\n <thead>\n <th></th>\n <th width=\"30%\">Payload</th>\n <th width=\"30%\">Response</th>\n <th>Page Route</th>\n <th>Endpoint</th>\n <th>Files</th>\n <th>Status</th>\n <th>Time</th>\n <th> </th>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of logs();let i=index; trackBy:trackByID\"\n [ngClass]=\"{failure:!item?.isSuccess,success:item?.isSuccess}\">\n <!-- <td>{{item?.title}}</td> -->\n <td>{{i+1}}</td>\n <td>\n <div class=\"payload\" PSBox>{{item?.payload|json|trimText:200}}</div>\n </td>\n <td>\n <div class=\"payload\" PSBox>{{(item?.response||item?.error)|json|trimText:200}}</div>\n </td>\n <td><a routerLink=\"{{item.route}}\" target=\"_blank\">{{item?.route}}</a></td>\n <td>{{item?.endpoint}}</td>\n <td>\n <div class=\"\">\n <div class=\"\" *ngFor=\"let file of item?.files\">\n <div>Title: {{file.title}}</div>\n <div>Size: {{file.size}}</div>\n <div>Type: {{file.type}}</div>\n </div>\n </div>\n </td>\n <td>{{item?.isSuccess?'Success':'Failure'}}</td>\n <td>{{item?.time|date:'long'}}</td>\n <td>\n <div class=\" \">\n <app-btn icon=\"clone\" [cdkCopyToClipboard]=\"item?.payload|json\" (mclick)=\"copied()\" [iconBtn]=\"true\" type=\"outline\" help=\"Copy paylod to clipboard\" [showHelpIcon]=\"false\"></app-btn>\n <div class=\"my-1\"></div>\n <app-btn icon=\"download\" [iconBtn]=\"true\" type=\"outline\" help=\"Download payload\" (mclick)=\"makeTextFile(item)\" [showHelpIcon]=\"false\"></app-btn>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n <app-btn icon=\"lock\" type=\"secondary\" (click)=\"lock()\">Lock Logs</app-btn>\n </div>\n }\n @else {\n <app-btn icon=\"unlock\" type=\"secondary\" (click)=\"ngOnInit()\">Unlock Logs</app-btn>\n }\n\n\n </div>\n", styles: ["td{height:50px!important;overflow:auto!important}td{text-align:left!important}.failure{background-color:#fe9f9f}.success{background-color:#caffca}.payload{max-height:100px;position:relative}\n"], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PSDirective, selector: "[PSBox]", inputs: ["PSBox", "PSBoxNoHorizontal", "PSBoxNoVertical"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: ClipboardModule }, { kind: "directive", type: i3.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }, { kind: "pipe", type: JsonPipe, name: "json" }, { kind: "pipe", type: DatePipe, name: "date" }, { kind: "pipe", type: TrimTextPipe, name: "trimText" }] }); }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerComponent, deps: [{ token: i1.LoggerService }, { token: i2.UtilityService }], target: i0.ɵɵFactoryTarget.Component }); }
56
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: LoggerComponent, isStandalone: true, selector: "app-logger", ngImport: i0, template: " <div class=\"container-fluid py-5\">\n <div class=\"d-flex justify-content-between align-items-center\">\n <h3 class=\"text-center text-primary mb-4\">Logged Select Requests</h3>\n <div class=\"d-flex\">\n <app-btn help=\"Refresh\" [showHelpIcon]=\"false\" [iconBtn]=\"true\" icon=\"renew\" (mclick)=\"ngOnInit()\" ></app-btn>\n </div>\n </div>\n @if (this.lS.isAuthed()) {\n <div class=\"\">\n <table class=\"table border table-bordered\">\n <thead>\n <th></th>\n <th width=\"30%\">Payload</th>\n <th width=\"30%\">Response</th>\n <th>Page Route</th>\n <th>Endpoint</th>\n <th>Files</th>\n <th>Status</th>\n <th>Time</th>\n <th> </th>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of logs();let i=index; trackBy:trackByID\"\n [ngClass]=\"{failure:!item?.isSuccess,success:item?.isSuccess}\">\n <!-- <td>{{item?.title}}</td> -->\n <td>{{i+1}}</td>\n <td>\n <div class=\"payload\" PSBox>{{item?.payload|json|trimText:200}}</div>\n </td>\n <td>\n <div class=\"payload\" PSBox>{{(item?.response||item?.error)|json|trimText:200}}</div>\n </td>\n <td><a routerLink=\"{{item.route}}\" target=\"_blank\">{{item?.route}}</a></td>\n <td>{{item?.endpoint}}</td>\n <td>\n <div class=\"\">\n <div class=\"\" *ngFor=\"let file of item?.files\">\n <div>Title: {{file.title}}</div>\n <div>Size: {{file.size}}</div>\n <div>Type: {{file.type}}</div>\n </div>\n </div>\n </td>\n <td>{{item?.isSuccess?'Success':'Failure'}}</td>\n <td>{{item?.time|date:'long'}}</td>\n <td>\n <div class=\" \">\n <app-btn icon=\"clone\" [cdkCopyToClipboard]=\"item?.payload|json\" (mclick)=\"copied()\" [iconBtn]=\"true\" type=\"outline\" help=\"Copy paylod to clipboard\" [showHelpIcon]=\"false\"></app-btn>\n <div class=\"my-1\"></div>\n <app-btn icon=\"download\" [iconBtn]=\"true\" type=\"outline\" help=\"Download payload\" (mclick)=\"makeTextFile(item)\" [showHelpIcon]=\"false\"></app-btn>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n <app-btn icon=\"lock\" type=\"secondary\" (click)=\"lock()\">Lock Logs</app-btn>\n </div>\n }\n @else {\n <app-btn icon=\"unlock\" type=\"secondary\" (click)=\"ngOnInit()\">Unlock Logs</app-btn>\n }\n\n\n </div>\n", styles: ["td{height:50px!important;overflow:auto!important}td{text-align:left!important}.failure{background-color:#fe9f9f}.success{background-color:#caffca}.payload{max-height:100px;position:relative}\n"], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PSDirective, selector: "[PSBox]", inputs: ["PSBox", "PSBoxNoHorizontal", "PSBoxNoVertical"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: ClipboardModule }, { kind: "directive", type: i3.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }, { kind: "pipe", type: JsonPipe, name: "json" }, { kind: "pipe", type: DatePipe, name: "date" }, { kind: "pipe", type: TrimTextPipe, name: "trimText" }] }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{ selector: 'app-logger', standalone: true, imports: [
61
61
  BtnComponent,
@@ -6,11 +6,11 @@ import { SharedModule } from '../../../Shared/shared.module';
6
6
  import { ClipboardModule } from '@angular/cdk/clipboard';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ETSLoggerModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSLoggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ETSLoggerModule, imports: [CommonModule, LoggerRoutingModule, SharedModule, ClipboardModule, LoggerComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSLoggerModule, imports: [CommonModule, LoggerRoutingModule, SharedModule, ClipboardModule, LoggerComponent] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSLoggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ETSLoggerModule, imports: [CommonModule, LoggerRoutingModule, SharedModule, ClipboardModule, LoggerComponent] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSLoggerModule, imports: [CommonModule, LoggerRoutingModule, SharedModule, ClipboardModule, LoggerComponent] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSLoggerModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSLoggerModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule, LoggerRoutingModule, SharedModule, ClipboardModule, LoggerComponent],
@@ -58,10 +58,10 @@ export class LoggerService {
58
58
  // console.log('_newLogs', cloneDeep(this._newLogs()));
59
59
  // console.log('_logs', cloneDeep(this.logs()));
60
60
  }
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerService, deps: [{ token: i1.ETSStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
62
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerService, providedIn: 'root' }); }
61
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerService, deps: [{ token: i1.ETSStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
62
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerService, providedIn: 'root' }); }
63
63
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: LoggerService, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: LoggerService, decorators: [{
65
65
  type: Injectable,
66
66
  args: [{
67
67
  providedIn: 'root',
@@ -23,10 +23,10 @@ export class ETSPageNotFoundComponent {
23
23
  back() {
24
24
  this.uS.back();
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSPageNotFoundComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.UtilityService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: ETSPageNotFoundComponent, isStandalone: true, selector: "app-page-not-found", ngImport: i0, template: "<div class=\"d-flex justify-content-center align-items-center\" id=\"main\" style=\"height: 80vh\">\n <div class=\"text-center\">\n <div class=\"d-md-flex justify-content-center align-items-center\">\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n style=\"border-right: 1px solid gray\"\n *ngIf=\"!uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n *ngIf=\"uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <div class=\"inline-block align-middle\">\n <h2\n class=\"font-weight-normal lead\"\n id=\"desc\"\n [innerHTML]=\"\n configMessage() || 'The page you requested was not found.' | appTranslate | async\n \"></h2>\n </div>\n </div>\n @if (!config().hideButtons) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn text=\"Go Back\" (mclick)=\"back()\" type=\"dark-outline\" icon=\"previous\" />\n <span class=\"mx-1\"></span>\n <app-btn text=\"Home\" routerLink=\"/\" type=\"dark\" icon=\"home\" />\n </div>\n }\n @if (configBtn()) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn\n [text]=\"configBtn().label\"\n (click)=\"configBtn().action?.()\"\n [type]=\"configBtn().type\"\n [icon]=\"configBtn().icon\"\n [customIcon]=\"configBtn().customIcon\" />\n </div>\n }\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSPageNotFoundComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.UtilityService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: ETSPageNotFoundComponent, isStandalone: true, selector: "app-page-not-found", ngImport: i0, template: "<div class=\"d-flex justify-content-center align-items-center\" id=\"main\" style=\"height: 80vh\">\n <div class=\"text-center\">\n <div class=\"d-md-flex justify-content-center align-items-center\">\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n style=\"border-right: 1px solid gray\"\n *ngIf=\"!uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n *ngIf=\"uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <div class=\"inline-block align-middle\">\n <h2\n class=\"font-weight-normal lead\"\n id=\"desc\"\n [innerHTML]=\"\n configMessage() || 'The page you requested was not found.' | appTranslate | async\n \"></h2>\n </div>\n </div>\n @if (!config().hideButtons) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn text=\"Go Back\" (mclick)=\"back()\" type=\"dark-outline\" icon=\"previous\" />\n <span class=\"mx-1\"></span>\n <app-btn text=\"Home\" routerLink=\"/\" type=\"dark\" icon=\"home\" />\n </div>\n }\n @if (configBtn()) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn\n [text]=\"configBtn().label\"\n (click)=\"configBtn().action?.()\"\n [type]=\"configBtn().type\"\n [icon]=\"configBtn().icon\"\n [customIcon]=\"configBtn().customIcon\" />\n </div>\n }\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }] }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSPageNotFoundComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSPageNotFoundComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'app-page-not-found', standalone: true, imports: [BtnComponent, RouterLink, CommonModule, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-center align-items-center\" id=\"main\" style=\"height: 80vh\">\n <div class=\"text-center\">\n <div class=\"d-md-flex justify-content-center align-items-center\">\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n style=\"border-right: 1px solid gray\"\n *ngIf=\"!uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n *ngIf=\"uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <div class=\"inline-block align-middle\">\n <h2\n class=\"font-weight-normal lead\"\n id=\"desc\"\n [innerHTML]=\"\n configMessage() || 'The page you requested was not found.' | appTranslate | async\n \"></h2>\n </div>\n </div>\n @if (!config().hideButtons) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn text=\"Go Back\" (mclick)=\"back()\" type=\"dark-outline\" icon=\"previous\" />\n <span class=\"mx-1\"></span>\n <app-btn text=\"Home\" routerLink=\"/\" type=\"dark\" icon=\"home\" />\n </div>\n }\n @if (configBtn()) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn\n [text]=\"configBtn().label\"\n (click)=\"configBtn().action?.()\"\n [type]=\"configBtn().type\"\n [icon]=\"configBtn().icon\"\n [customIcon]=\"configBtn().customIcon\" />\n </div>\n }\n </div>\n</div>\n" }]
32
32
  }], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i2.UtilityService }, { type: i3.DomSanitizer }] });
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/router";
6
6
  const routes = [{ path: '', component: ResetComponent }];
7
7
  export class ResetRoutingModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ResetRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ResetRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ResetRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ResetRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ResetRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ResetRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ResetRoutingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ResetRoutingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [RouterModule.forChild(routes)],
@@ -28,10 +28,10 @@ export class ResetComponent {
28
28
  this.loading = false;
29
29
  });
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ResetComponent, deps: [{ token: i1.ETSServiceWorkerService }], target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: ResetComponent, isStandalone: true, selector: "app-reset", ngImport: i0, template: "<loader [loading]=\"loading\" text=\"Resetting\">\n\n <div class=\"center vh-70\">\n <div class=\"gy-2 justify-content-center row row-cols-md-6 w-100\">\n <app-btn text=\"Get Updates\" customIcon=\"fas fa-download\" (mclick)=\"getUpdates()\"></app-btn>\n <!-- <app-btn text=\"Clear Cache\" customIcon=\"fas fa-refresh\" (mclick)=\"clearCache()\"></app-btn> -->\n </div>\n </div>\n</loader>\n", styles: [""], dependencies: [{ kind: "component", type: LoaderComponent, selector: "loader", inputs: ["class", "text", "loading", "height", "width", "ratioHW"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }] }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ResetComponent, deps: [{ token: i1.ETSServiceWorkerService }], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: ResetComponent, isStandalone: true, selector: "app-reset", ngImport: i0, template: "<loader [loading]=\"loading\" text=\"Resetting\">\n\n <div class=\"center vh-70\">\n <div class=\"gy-2 justify-content-center row row-cols-md-6 w-100\">\n <app-btn text=\"Get Updates\" customIcon=\"fas fa-download\" (mclick)=\"getUpdates()\"></app-btn>\n <!-- <app-btn text=\"Clear Cache\" customIcon=\"fas fa-refresh\" (mclick)=\"clearCache()\"></app-btn> -->\n </div>\n </div>\n</loader>\n", styles: [""], dependencies: [{ kind: "component", type: LoaderComponent, selector: "loader", inputs: ["class", "text", "loading", "height", "width", "ratioHW"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }] }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ResetComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ResetComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ selector: 'app-reset', standalone: true, imports: [LoaderComponent, BtnComponent], template: "<loader [loading]=\"loading\" text=\"Resetting\">\n\n <div class=\"center vh-70\">\n <div class=\"gy-2 justify-content-center row row-cols-md-6 w-100\">\n <app-btn text=\"Get Updates\" customIcon=\"fas fa-download\" (mclick)=\"getUpdates()\"></app-btn>\n <!-- <app-btn text=\"Clear Cache\" customIcon=\"fas fa-refresh\" (mclick)=\"clearCache()\"></app-btn> -->\n </div>\n </div>\n</loader>\n" }]
37
37
  }], ctorParameters: () => [{ type: i1.ETSServiceWorkerService }] });
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { ResetRoutingModule } from './reset-routing.module';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ETSResetModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSResetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ETSResetModule, imports: [CommonModule, ResetRoutingModule] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSResetModule, imports: [CommonModule, ResetRoutingModule] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSResetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ETSResetModule, imports: [CommonModule, ResetRoutingModule] }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSResetModule, imports: [CommonModule, ResetRoutingModule] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSResetModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSResetModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule, ResetRoutingModule],
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/router";
6
6
  const routes = [{ path: '', component: RobotComponent }];
7
7
  export class RobotRoutingModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: RobotRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: RobotRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: RobotRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: RobotRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: RobotRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: RobotRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: RobotRoutingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: RobotRoutingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [RouterModule.forChild(routes)],
@@ -4,10 +4,10 @@ export class RobotComponent {
4
4
  constructor() { }
5
5
  ngOnInit() {
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: RobotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: RobotComponent, isStandalone: true, selector: "app-robot", ngImport: i0, template: "<p>robot works!</p>\n", styles: [""] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: RobotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: RobotComponent, isStandalone: true, selector: "app-robot", ngImport: i0, template: "<p>robot works!</p>\n", styles: [""] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: RobotComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: RobotComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'app-robot', standalone: true, template: "<p>robot works!</p>\n" }]
13
13
  }], ctorParameters: () => [] });
@@ -4,14 +4,14 @@ import { RobotRoutingModule } from './robot-routing.module';
4
4
  import { RobotComponent } from './robot.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ETSRobotModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSRobotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ETSRobotModule, imports: [CommonModule,
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSRobotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ETSRobotModule, imports: [CommonModule,
9
9
  RobotRoutingModule,
10
10
  RobotComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSRobotModule, imports: [CommonModule,
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSRobotModule, imports: [CommonModule,
12
12
  RobotRoutingModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSRobotModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSRobotModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/router";
6
6
  const routes = [{ path: '', component: TimeoutTesterComponent }];
7
7
  export class TimeoutTesterRoutingModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterRoutingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterRoutingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [RouterModule.forChild(routes)],
@@ -42,10 +42,10 @@ export class TimeoutTesterComponent {
42
42
  }
43
43
  this.loading = false;
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterComponent, deps: [{ token: i1.ApiService }, { token: i2.InfoDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
46
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: TimeoutTesterComponent, isStandalone: true, selector: "timeout-tester", ngImport: i0, template: "<div class=\"center\">\n <div class=\"col-md-8\">\n <!-- <app-input-basic [form]=\"form\" name=\"timeout\" label=\"Timeout Test Period\" hint=\"min\"></app-input-basic> -->\n <app-btn [form]=\"form\" text=\"Test\" class=\"mt-3\" (mclick)=\"submit()\"></app-btn>\n <div class=\"row mt-3\">\n <div class=\"col-md\">\n <text-case-2 label=\"Start Time\" [value]=\"startTime|date:'long'\"></text-case-2>\n </div>\n <div class=\"col-md\" *ngIf=\"loading\">\n <text-case-2 label=\"Elapsed Time (Seconds)\" [value]=\"elapsedTime|date:'m:s'\" ></text-case-2>\n <text-case-2 label=\"Start Time\" [value]=\"elapsedTime\"></text-case-2>\n </div>\n <!-- <div class=\"col-md\">\n <text-case-2 label=\"Expected End Time\" [value]=\"expectedEndTime|date:'long'\"></text-case-2>\n </div>\n <div class=\"col-md\">\n <text-case-2 label=\"Actual End Time\" [value]=\"endTime|date:'long'\"></text-case-2>\n </div> -->\n </div>\n <!-- <ng-container *ngIf=\"loading\">\n <div class=\"mt-3\">{{value}}%</div>\n <mat-progress-bar [value]=\"value\"></mat-progress-bar>\n </ng-container> -->\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "component", type: TextCase2Component, selector: "text-case-2", inputs: ["action", "name", "data", "coloredLbl", "coloredVal", "centered", "customValueTemplate", "formatter", "hint", "label", "light", "mini", "route", "routeFunc", "editable", "stacked", "type", "value", "wrapLabel", "isEmail", "isPhone"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: DatePipe, name: "date" }] }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterComponent, deps: [{ token: i1.ApiService }, { token: i2.InfoDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: TimeoutTesterComponent, isStandalone: true, selector: "timeout-tester", ngImport: i0, template: "<div class=\"center\">\n <div class=\"col-md-8\">\n <!-- <app-input-basic [form]=\"form\" name=\"timeout\" label=\"Timeout Test Period\" hint=\"min\"></app-input-basic> -->\n <app-btn [form]=\"form\" text=\"Test\" class=\"mt-3\" (mclick)=\"submit()\"></app-btn>\n <div class=\"row mt-3\">\n <div class=\"col-md\">\n <text-case-2 label=\"Start Time\" [value]=\"startTime|date:'long'\"></text-case-2>\n </div>\n <div class=\"col-md\" *ngIf=\"loading\">\n <text-case-2 label=\"Elapsed Time (Seconds)\" [value]=\"elapsedTime|date:'m:s'\" ></text-case-2>\n <text-case-2 label=\"Start Time\" [value]=\"elapsedTime\"></text-case-2>\n </div>\n <!-- <div class=\"col-md\">\n <text-case-2 label=\"Expected End Time\" [value]=\"expectedEndTime|date:'long'\"></text-case-2>\n </div>\n <div class=\"col-md\">\n <text-case-2 label=\"Actual End Time\" [value]=\"endTime|date:'long'\"></text-case-2>\n </div> -->\n </div>\n <!-- <ng-container *ngIf=\"loading\">\n <div class=\"mt-3\">{{value}}%</div>\n <mat-progress-bar [value]=\"value\"></mat-progress-bar>\n </ng-container> -->\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "component", type: TextCase2Component, selector: "text-case-2", inputs: ["action", "name", "data", "coloredLbl", "coloredVal", "centered", "customValueTemplate", "formatter", "hint", "label", "light", "mini", "route", "routeFunc", "editable", "stacked", "type", "value", "wrapLabel", "isEmail", "isPhone"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: DatePipe, name: "date" }] }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: TimeoutTesterComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: TimeoutTesterComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{ selector: 'timeout-tester', standalone: true, imports: [
51
51
  BtnComponent,
@@ -6,19 +6,19 @@ import { SharedModule } from '../../../Shared/shared.module';
6
6
  import { MatProgressBarModule as MatProgressBarModule } from '@angular/material/progress-bar';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ETSTimeoutTesterModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSTimeoutTesterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: ETSTimeoutTesterModule, imports: [CommonModule,
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSTimeoutTesterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ETSTimeoutTesterModule, imports: [CommonModule,
11
11
  TimeoutTesterRoutingModule,
12
12
  SharedModule,
13
13
  MatProgressBarModule,
14
14
  TimeoutTesterComponent] }); }
15
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSTimeoutTesterModule, imports: [CommonModule,
15
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSTimeoutTesterModule, imports: [CommonModule,
16
16
  TimeoutTesterRoutingModule,
17
17
  SharedModule,
18
18
  MatProgressBarModule,
19
19
  TimeoutTesterComponent] }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ETSTimeoutTesterModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ETSTimeoutTesterModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
@@ -18,10 +18,10 @@ export class UserActivityService {
18
18
  this.submissionFunc([new UserActivity(data)]);
19
19
  // this.activities.update((acts) => [...acts, new UserActivity(data)]);
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: UserActivityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: UserActivityService, providedIn: 'root' }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: UserActivityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: UserActivityService, providedIn: 'root' }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: UserActivityService, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: UserActivityService, decorators: [{
25
25
  type: Injectable,
26
26
  args: [{
27
27
  providedIn: 'root',
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/router";
6
6
  const routes = [{ path: '', component: VersionComponent }];
7
7
  export class VersionRoutingModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: VersionRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: VersionRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: VersionRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: VersionRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: VersionRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: VersionRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: VersionRoutingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: VersionRoutingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [RouterModule.forChild(routes)],
@@ -13,10 +13,10 @@ export class VersionComponent {
13
13
  ngOnInit() {
14
14
  this.props.push({ label: 'App Name', value: this.env.appName }, { label: 'Environment Name', value: this.env.name }, { label: 'Current Version', value: this.vS.currentVersion });
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: VersionComponent, deps: [{ token: i1.VersionService }], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: VersionComponent, isStandalone: true, selector: "version", ngImport: i0, template: "<div class=\"center vh-100\">\n <ng-container *ngFor=\"let item of props\">\n <text-case-2 [value]=\"item.value\" [label]=\"item.label\" [formatter]=\"item.formatter\" ></text-case-2>\n </ng-container>\n \n</div>", styles: [""], dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TextCase2Component, selector: "text-case-2", inputs: ["action", "name", "data", "coloredLbl", "coloredVal", "centered", "customValueTemplate", "formatter", "hint", "label", "light", "mini", "route", "routeFunc", "editable", "stacked", "type", "value", "wrapLabel", "isEmail", "isPhone"] }] }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: VersionComponent, deps: [{ token: i1.VersionService }], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: VersionComponent, isStandalone: true, selector: "version", ngImport: i0, template: "<div class=\"center vh-100\">\n <ng-container *ngFor=\"let item of props\">\n <text-case-2 [value]=\"item.value\" [label]=\"item.label\" [formatter]=\"item.formatter\" ></text-case-2>\n </ng-container>\n \n</div>", styles: [""], dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TextCase2Component, selector: "text-case-2", inputs: ["action", "name", "data", "coloredLbl", "coloredVal", "centered", "customValueTemplate", "formatter", "hint", "label", "light", "mini", "route", "routeFunc", "editable", "stacked", "type", "value", "wrapLabel", "isEmail", "isPhone"] }] }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: VersionComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: VersionComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'version', standalone: true, imports: [NgFor, TextCase2Component], template: "<div class=\"center vh-100\">\n <ng-container *ngFor=\"let item of props\">\n <text-case-2 [value]=\"item.value\" [label]=\"item.label\" [formatter]=\"item.formatter\" ></text-case-2>\n </ng-container>\n \n</div>" }]
22
22
  }], ctorParameters: () => [{ type: i1.VersionService }] });