@messaia/cdk 19.0.2 → 20.0.0-RC.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (603) hide show
  1. package/README.md +63 -0
  2. package/fesm2022/messaia-cdk.mjs +22068 -22741
  3. package/fesm2022/messaia-cdk.mjs.map +1 -1
  4. package/index.d.ts +13126 -3
  5. package/lib/common/styles/utilities/_general.scss +2 -2
  6. package/package.json +7 -7
  7. package/lib/base/base.module.d.ts +0 -50
  8. package/lib/base/components/base.component.d.ts +0 -434
  9. package/lib/base/components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent.d.ts +0 -60
  10. package/lib/base/components/generic-embedded-list.component.d.ts +0 -102
  11. package/lib/base/components/generic-form-base.component.d.ts +0 -424
  12. package/lib/base/components/generic-form.component.d.ts +0 -29
  13. package/lib/base/components/generic-list.component.d.ts +0 -502
  14. package/lib/base/components/generic-reactive-form.component.d.ts +0 -65
  15. package/lib/base/components/task-dialog/task-dialog.component.d.ts +0 -63
  16. package/lib/base/constants/common.d.ts +0 -12
  17. package/lib/base/constants/global-roles.d.ts +0 -8
  18. package/lib/base/enums/message-type.d.ts +0 -5
  19. package/lib/base/helpers/auth-helper.d.ts +0 -26
  20. package/lib/base/interceptors/base.interceptor.d.ts +0 -42
  21. package/lib/base/interceptors/caching-interceptor.d.ts +0 -35
  22. package/lib/base/interceptors/loading.interceptor.d.ts +0 -30
  23. package/lib/base/interfaces/ibase-component.d.ts +0 -178
  24. package/lib/base/interfaces/igeneric-form-base.d.ts +0 -94
  25. package/lib/base/interfaces/igeneric-list-component.d.ts +0 -116
  26. package/lib/base/interfaces/igeneric-reactive-form-base.d.ts +0 -23
  27. package/lib/base/models/auth-user.d.ts +0 -17
  28. package/lib/base/models/task-dialog-data.d.ts +0 -84
  29. package/lib/base/public_api.d.ts +0 -1
  30. package/lib/base/services/file.service.d.ts +0 -10
  31. package/lib/base/services/loading-screen.service.d.ts +0 -30
  32. package/lib/base/services/print.service.d.ts +0 -23
  33. package/lib/chips/chips.module.d.ts +0 -24
  34. package/lib/chips/components/chips.component.d.ts +0 -344
  35. package/lib/chips/directives/autocomplete-option.directive.d.ts +0 -11
  36. package/lib/chips/directives/chip.directive.d.ts +0 -11
  37. package/lib/chips/public_api.d.ts +0 -2
  38. package/lib/common/animations/collapse/collapse.animation.d.ts +0 -20
  39. package/lib/common/animations/common/interfaces.d.ts +0 -5
  40. package/lib/common/behaviors/constructor.d.ts +0 -1
  41. package/lib/common/behaviors/control-value-accesor.mixin.d.ts +0 -16
  42. package/lib/common/behaviors/disabled.mixin.d.ts +0 -8
  43. package/lib/common/common.module.d.ts +0 -80
  44. package/lib/common/constants/constants.d.ts +0 -2
  45. package/lib/common/directives/autofocus.directive.d.ts +0 -32
  46. package/lib/common/directives/delayed-hover.directive.d.ts +0 -73
  47. package/lib/common/directives/disable-control.directive.d.ts +0 -16
  48. package/lib/common/enums/app-event-type.d.ts +0 -4
  49. package/lib/common/enums/filter-glue.d.ts +0 -14
  50. package/lib/common/enums/filter-operator.d.ts +0 -13
  51. package/lib/common/enums/salutation.d.ts +0 -7
  52. package/lib/common/functions/decorators.d.ts +0 -12
  53. package/lib/common/functions/functions.d.ts +0 -14
  54. package/lib/common/functions/utils.d.ts +0 -118
  55. package/lib/common/helpers/app-storage.d.ts +0 -43
  56. package/lib/common/helpers/delegate.d.ts +0 -3
  57. package/lib/common/helpers/dynamic-builder.d.ts +0 -19
  58. package/lib/common/helpers/dynamic-component-compiler.d.ts +0 -5
  59. package/lib/common/models/action-item.d.ts +0 -74
  60. package/lib/common/models/app-event.d.ts +0 -18
  61. package/lib/common/models/app-setting.d.ts +0 -87
  62. package/lib/common/models/audit-entity.d.ts +0 -36
  63. package/lib/common/models/audit-user.d.ts +0 -23
  64. package/lib/common/models/base-entity.d.ts +0 -23
  65. package/lib/common/models/common-error.d.ts +0 -25
  66. package/lib/common/models/common-handler-context.d.ts +0 -40
  67. package/lib/common/models/displayname-number-projection.d.ts +0 -26
  68. package/lib/common/models/displayname-projection.d.ts +0 -19
  69. package/lib/common/models/entity.d.ts +0 -11
  70. package/lib/common/models/enum-item.d.ts +0 -33
  71. package/lib/common/models/enum-metadata.d.ts +0 -42
  72. package/lib/common/models/filter-field.d.ts +0 -14
  73. package/lib/common/models/filter.d.ts +0 -15
  74. package/lib/common/models/icommon-handler-context.d.ts +0 -21
  75. package/lib/common/models/icon.d.ts +0 -39
  76. package/lib/common/models/key-value.d.ts +0 -10
  77. package/lib/common/models/modifiable-entity.d.ts +0 -21
  78. package/lib/common/models/name-number-projection.d.ts +0 -14
  79. package/lib/common/models/name-projection.d.ts +0 -10
  80. package/lib/common/models/permission.d.ts +0 -26
  81. package/lib/common/models/save-action.d.ts +0 -5
  82. package/lib/common/models/suffix-button.d.ts +0 -14
  83. package/lib/common/models/title-projection.d.ts +0 -10
  84. package/lib/common/pipes/bind.d.ts +0 -18
  85. package/lib/common/pipes/data-source.pipe.d.ts +0 -7
  86. package/lib/common/pipes/enum.pipe.d.ts +0 -21
  87. package/lib/common/pipes/file-size.pipe.d.ts +0 -13
  88. package/lib/common/pipes/filter.pipe.d.ts +0 -28
  89. package/lib/common/pipes/first-letter.d.ts +0 -12
  90. package/lib/common/pipes/form-array.pipe.d.ts +0 -8
  91. package/lib/common/pipes/form-control.pipe.d.ts +0 -8
  92. package/lib/common/pipes/form-group.pipe.d.ts +0 -8
  93. package/lib/common/pipes/func.pipe.d.ts +0 -7
  94. package/lib/common/pipes/join.pipe.d.ts +0 -7
  95. package/lib/common/pipes/keys.d.ts +0 -7
  96. package/lib/common/pipes/map.pipe.d.ts +0 -20
  97. package/lib/common/pipes/month-name.pipe.d.ts +0 -15
  98. package/lib/common/pipes/nested-property.d.ts +0 -16
  99. package/lib/common/pipes/only-number.d.ts +0 -21
  100. package/lib/common/pipes/order.pipe.d.ts +0 -116
  101. package/lib/common/pipes/placeholder.pipe.d.ts +0 -13
  102. package/lib/common/pipes/property-join.pipe.d.ts +0 -7
  103. package/lib/common/pipes/safe-html.pipe.d.ts +0 -22
  104. package/lib/common/pipes/split.pipe.d.ts +0 -16
  105. package/lib/common/pipes/time.pipe.d.ts +0 -7
  106. package/lib/common/pipes/titlecase.pipe.d.ts +0 -7
  107. package/lib/common/pipes/truncate.pipe.d.ts +0 -7
  108. package/lib/common/pipes/values.d.ts +0 -7
  109. package/lib/common/public_api.d.ts +0 -40
  110. package/lib/common/services/base.service.d.ts +0 -10
  111. package/lib/common/services/context-helper.d.ts +0 -17
  112. package/lib/common/services/enum.service.d.ts +0 -49
  113. package/lib/common/services/event-queue.service.d.ts +0 -23
  114. package/lib/common/services/service-locator.d.ts +0 -19
  115. package/lib/common/templates/templates.d.ts +0 -38
  116. package/lib/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -20
  117. package/lib/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -44
  118. package/lib/dialogs/dialog.component.d.ts +0 -23
  119. package/lib/dialogs/dialogs.module.d.ts +0 -22
  120. package/lib/dialogs/prompt-dialog/prompt-dialog.component.d.ts +0 -25
  121. package/lib/dialogs/public_api.d.ts +0 -1
  122. package/lib/dialogs/services/dialog.service.d.ts +0 -119
  123. package/lib/file/file-input.component.d.ts +0 -191
  124. package/lib/file/file.module.d.ts +0 -13
  125. package/lib/file/public_api.d.ts +0 -1
  126. package/lib/form-validators/abstract/typed-form.d.ts +0 -13
  127. package/lib/form-validators/algorithm/luhn-algorithm.d.ts +0 -8
  128. package/lib/form-validators/const/app-validators.const.d.ts +0 -3
  129. package/lib/form-validators/const/app.const.d.ts +0 -64
  130. package/lib/form-validators/const/config-names.const.d.ts +0 -32
  131. package/lib/form-validators/const/config-required-fields.const.d.ts +0 -6
  132. package/lib/form-validators/const/decorators.const.d.ts +0 -3
  133. package/lib/form-validators/const/events.const.d.ts +0 -52
  134. package/lib/form-validators/const/html-elements.const.d.ts +0 -24
  135. package/lib/form-validators/const/iban-country-wise-regex.const.d.ts +0 -1
  136. package/lib/form-validators/const/index.d.ts +0 -5
  137. package/lib/form-validators/const/operators.const.d.ts +0 -3
  138. package/lib/form-validators/const/validation-alphabet-locale.const.d.ts +0 -3
  139. package/lib/form-validators/const/validator.const.d.ts +0 -28
  140. package/lib/form-validators/core/annotation-types.d.ts +0 -3
  141. package/lib/form-validators/core/default-container.d.ts +0 -153
  142. package/lib/form-validators/decorators/allOf.decorator.d.ts +0 -3
  143. package/lib/form-validators/decorators/alpha.decorator.d.ts +0 -3
  144. package/lib/form-validators/decorators/alphaNumeric.decorator.d.ts +0 -3
  145. package/lib/form-validators/decorators/and.decorator.d.ts +0 -2
  146. package/lib/form-validators/decorators/ascii.decorator.d.ts +0 -2
  147. package/lib/form-validators/decorators/async.decorator.d.ts +0 -2
  148. package/lib/form-validators/decorators/base-decorator.function.d.ts +0 -1
  149. package/lib/form-validators/decorators/choice.decorator.d.ts +0 -3
  150. package/lib/form-validators/decorators/compare.decorator.d.ts +0 -2
  151. package/lib/form-validators/decorators/compose.decorator.d.ts +0 -2
  152. package/lib/form-validators/decorators/contains.decorator.d.ts +0 -3
  153. package/lib/form-validators/decorators/credit-card.decorator.d.ts +0 -3
  154. package/lib/form-validators/decorators/cusip.decorator.d.ts +0 -2
  155. package/lib/form-validators/decorators/custom.decorator.d.ts +0 -3
  156. package/lib/form-validators/decorators/dataUri.decorator.d.ts +0 -2
  157. package/lib/form-validators/decorators/date.decorator.d.ts +0 -3
  158. package/lib/form-validators/decorators/different.decorator.d.ts +0 -2
  159. package/lib/form-validators/decorators/digit.decorator.d.ts +0 -2
  160. package/lib/form-validators/decorators/email.decorator.d.ts +0 -2
  161. package/lib/form-validators/decorators/endsWith.decorator.d.ts +0 -3
  162. package/lib/form-validators/decorators/even.decorator.d.ts +0 -2
  163. package/lib/form-validators/decorators/extension.decorator.d.ts +0 -3
  164. package/lib/form-validators/decorators/factor.decorator.d.ts +0 -3
  165. package/lib/form-validators/decorators/file.decorator.d.ts +0 -3
  166. package/lib/form-validators/decorators/fileSize.decorator.d.ts +0 -3
  167. package/lib/form-validators/decorators/greater-than-equal-to.decorator.d.ts +0 -3
  168. package/lib/form-validators/decorators/greater-than.decorator.d.ts +0 -3
  169. package/lib/form-validators/decorators/grid.decorator.d.ts +0 -2
  170. package/lib/form-validators/decorators/hexColor.decorator.d.ts +0 -2
  171. package/lib/form-validators/decorators/image.decorator.d.ts +0 -3
  172. package/lib/form-validators/decorators/index.d.ts +0 -92
  173. package/lib/form-validators/decorators/json.decorator.d.ts +0 -2
  174. package/lib/form-validators/decorators/latLong.decorator.d.ts +0 -2
  175. package/lib/form-validators/decorators/latitude.decorator.d.ts +0 -2
  176. package/lib/form-validators/decorators/leapYear.decorator.d.ts +0 -2
  177. package/lib/form-validators/decorators/less-than-equal-to.decorator.d.ts +0 -3
  178. package/lib/form-validators/decorators/less-than.decorator.d.ts +0 -3
  179. package/lib/form-validators/decorators/longitude.decorator.d.ts +0 -2
  180. package/lib/form-validators/decorators/lowercase.decorator.d.ts +0 -2
  181. package/lib/form-validators/decorators/mac.decorator.d.ts +0 -2
  182. package/lib/form-validators/decorators/mask.decorator.d.ts +0 -2
  183. package/lib/form-validators/decorators/maxDate.decorator.d.ts +0 -3
  184. package/lib/form-validators/decorators/maxLength.decorator.d.ts +0 -3
  185. package/lib/form-validators/decorators/maxNumber.decorator.d.ts +0 -3
  186. package/lib/form-validators/decorators/maxTime.decorator.d.ts +0 -3
  187. package/lib/form-validators/decorators/minDate.decorator.d.ts +0 -3
  188. package/lib/form-validators/decorators/minLength.decorator.d.ts +0 -3
  189. package/lib/form-validators/decorators/minNumber.decorator.d.ts +0 -3
  190. package/lib/form-validators/decorators/minTime.decorator.d.ts +0 -3
  191. package/lib/form-validators/decorators/model.decorator.d.ts +0 -2
  192. package/lib/form-validators/decorators/non-validation-decorators/disable.decorator.d.ts +0 -2
  193. package/lib/form-validators/decorators/non-validation-decorators/elementClass.decorator.d.ts +0 -2
  194. package/lib/form-validators/decorators/non-validation-decorators/error.decorator.d.ts +0 -2
  195. package/lib/form-validators/decorators/non-validation-decorators/update-on.decorator.d.ts +0 -2
  196. package/lib/form-validators/decorators/noneOf.decorator.d.ts +0 -3
  197. package/lib/form-validators/decorators/not.decorator.d.ts +0 -2
  198. package/lib/form-validators/decorators/notEmpty.decorator.d.ts +0 -2
  199. package/lib/form-validators/decorators/numeric.decorator.d.ts +0 -3
  200. package/lib/form-validators/decorators/odd.decorator.d.ts +0 -2
  201. package/lib/form-validators/decorators/oneOf.decorator.d.ts +0 -3
  202. package/lib/form-validators/decorators/or.decorator.d.ts +0 -2
  203. package/lib/form-validators/decorators/password.decorator.d.ts +0 -3
  204. package/lib/form-validators/decorators/pattern.decorator.d.ts +0 -3
  205. package/lib/form-validators/decorators/port.decorator.d.ts +0 -2
  206. package/lib/form-validators/decorators/primeNumber.decorator.d.ts +0 -2
  207. package/lib/form-validators/decorators/prop-array.decorator.d.ts +0 -3
  208. package/lib/form-validators/decorators/prop-object.decorator.d.ts +0 -3
  209. package/lib/form-validators/decorators/prop.decorator.d.ts +0 -2
  210. package/lib/form-validators/decorators/range.decorator.d.ts +0 -3
  211. package/lib/form-validators/decorators/required.decorator.d.ts +0 -2
  212. package/lib/form-validators/decorators/requiredTrue.decorator.d.ts +0 -2
  213. package/lib/form-validators/decorators/rule.decorator.d.ts +0 -2
  214. package/lib/form-validators/decorators/sanitize/blacklist.decorator.d.ts +0 -1
  215. package/lib/form-validators/decorators/sanitize/escape.decorator.d.ts +0 -1
  216. package/lib/form-validators/decorators/sanitize/ltrim.decorator.d.ts +0 -1
  217. package/lib/form-validators/decorators/sanitize/prefix.decorator.d.ts +0 -1
  218. package/lib/form-validators/decorators/sanitize/rtrim.decorator.d.ts +0 -1
  219. package/lib/form-validators/decorators/sanitize/sanitize.decorator.d.ts +0 -2
  220. package/lib/form-validators/decorators/sanitize/stripLow.decorator.d.ts +0 -1
  221. package/lib/form-validators/decorators/sanitize/suffix.decorator.d.ts +0 -1
  222. package/lib/form-validators/decorators/sanitize/toBoolean.decorator.d.ts +0 -1
  223. package/lib/form-validators/decorators/sanitize/toDate.decorator.d.ts +0 -2
  224. package/lib/form-validators/decorators/sanitize/toDouble.decorator.d.ts +0 -1
  225. package/lib/form-validators/decorators/sanitize/toFloat.decorator.d.ts +0 -1
  226. package/lib/form-validators/decorators/sanitize/toInt.decorator.d.ts +0 -1
  227. package/lib/form-validators/decorators/sanitize/toString.decorator.d.ts +0 -1
  228. package/lib/form-validators/decorators/sanitize/trim.decorator.d.ts +0 -1
  229. package/lib/form-validators/decorators/sanitize/whitelist.decorator.d.ts +0 -1
  230. package/lib/form-validators/decorators/startsWith.decorator.d.ts +0 -3
  231. package/lib/form-validators/decorators/time.decorator.d.ts +0 -3
  232. package/lib/form-validators/decorators/unique.decorator.d.ts +0 -2
  233. package/lib/form-validators/decorators/uppercase.decorator.d.ts +0 -2
  234. package/lib/form-validators/decorators/url.decorator.d.ts +0 -3
  235. package/lib/form-validators/directives/base-directive.d.ts +0 -25
  236. package/lib/form-validators/directives/control-host.directive.d.ts +0 -28
  237. package/lib/form-validators/directives/html-control-template.directive.d.ts +0 -22
  238. package/lib/form-validators/directives/rx-form.directive.d.ts +0 -49
  239. package/lib/form-validators/directives/template-validations/async-validation.directive.d.ts +0 -19
  240. package/lib/form-validators/directives/template-validations/base-validator.directive.d.ts +0 -45
  241. package/lib/form-validators/directives/template-validations/control-expression-process.d.ts +0 -44
  242. package/lib/form-validators/directives/template-validations/file-control.directive.d.ts +0 -55
  243. package/lib/form-validators/directives/template-validations/image-file-control.directive.d.ts +0 -37
  244. package/lib/form-validators/directives/template-validations/rxformcontrol.directive.d.ts +0 -136
  245. package/lib/form-validators/domain/disable-provider.d.ts +0 -69
  246. package/lib/form-validators/domain/element-processor/decimal.provider.d.ts +0 -52
  247. package/lib/form-validators/domain/element-processor/mask.provider.d.ts +0 -63
  248. package/lib/form-validators/domain/form-data.d.ts +0 -31
  249. package/lib/form-validators/enums/error-message-binding-strategy.d.ts +0 -9
  250. package/lib/form-validators/enums/index.d.ts +0 -4
  251. package/lib/form-validators/enums/ip-version.d.ts +0 -5
  252. package/lib/form-validators/enums/numeric-value-type.d.ts +0 -5
  253. package/lib/form-validators/enums/reset-type.d.ts +0 -8
  254. package/lib/form-validators/enums/url-validation-type.d.ts +0 -5
  255. package/lib/form-validators/models/config/alpha-config.d.ts +0 -6
  256. package/lib/form-validators/models/config/array-config.d.ts +0 -4
  257. package/lib/form-validators/models/config/base-config-fn.d.ts +0 -10
  258. package/lib/form-validators/models/config/base-config.d.ts +0 -7
  259. package/lib/form-validators/models/config/base-date-config.d.ts +0 -6
  260. package/lib/form-validators/models/config/choice-config.d.ts +0 -5
  261. package/lib/form-validators/models/config/compare-config.d.ts +0 -5
  262. package/lib/form-validators/models/config/component-config.d.ts +0 -3
  263. package/lib/form-validators/models/config/compose-config.d.ts +0 -5
  264. package/lib/form-validators/models/config/contains-config.d.ts +0 -5
  265. package/lib/form-validators/models/config/credit-card-config.d.ts +0 -5
  266. package/lib/form-validators/models/config/custom-config.d.ts +0 -5
  267. package/lib/form-validators/models/config/date-config.d.ts +0 -6
  268. package/lib/form-validators/models/config/default-config.d.ts +0 -4
  269. package/lib/form-validators/models/config/digit-config.d.ts +0 -3
  270. package/lib/form-validators/models/config/disable-config.d.ts +0 -3
  271. package/lib/form-validators/models/config/element-class-config.d.ts +0 -3
  272. package/lib/form-validators/models/config/email-config.d.ts +0 -3
  273. package/lib/form-validators/models/config/error-config.d.ts +0 -3
  274. package/lib/form-validators/models/config/extension-config.d.ts +0 -5
  275. package/lib/form-validators/models/config/factor-config.d.ts +0 -5
  276. package/lib/form-validators/models/config/field-config.d.ts +0 -4
  277. package/lib/form-validators/models/config/file-config.d.ts +0 -5
  278. package/lib/form-validators/models/config/hex-color-config.d.ts +0 -4
  279. package/lib/form-validators/models/config/iban-config.d.ts +0 -4
  280. package/lib/form-validators/models/config/image-config.d.ts +0 -7
  281. package/lib/form-validators/models/config/index.d.ts +0 -34
  282. package/lib/form-validators/models/config/ip-config.d.ts +0 -6
  283. package/lib/form-validators/models/config/logical-operator-config.d.ts +0 -5
  284. package/lib/form-validators/models/config/mask-config.d.ts +0 -6
  285. package/lib/form-validators/models/config/max-date-config.d.ts +0 -4
  286. package/lib/form-validators/models/config/message-config.d.ts +0 -3
  287. package/lib/form-validators/models/config/min-date-config.d.ts +0 -4
  288. package/lib/form-validators/models/config/model-config.d.ts +0 -4
  289. package/lib/form-validators/models/config/number-config.d.ts +0 -4
  290. package/lib/form-validators/models/config/numeric-config.d.ts +0 -9
  291. package/lib/form-validators/models/config/password-config.d.ts +0 -13
  292. package/lib/form-validators/models/config/pattern-config.d.ts +0 -6
  293. package/lib/form-validators/models/config/prop-config.d.ts +0 -16
  294. package/lib/form-validators/models/config/props-config.d.ts +0 -12
  295. package/lib/form-validators/models/config/range-config.d.ts +0 -5
  296. package/lib/form-validators/models/config/relational-operator-config.d.ts +0 -6
  297. package/lib/form-validators/models/config/required-config.d.ts +0 -3
  298. package/lib/form-validators/models/config/rule-config.d.ts +0 -4
  299. package/lib/form-validators/models/config/sanitize-config.d.ts +0 -3
  300. package/lib/form-validators/models/config/size-config.d.ts +0 -5
  301. package/lib/form-validators/models/config/string-comparison-config.d.ts +0 -5
  302. package/lib/form-validators/models/config/string-value-config.d.ts +0 -4
  303. package/lib/form-validators/models/config/time-config.d.ts +0 -15
  304. package/lib/form-validators/models/config/todate-config.d.ts +0 -3
  305. package/lib/form-validators/models/config/unique-config.d.ts +0 -4
  306. package/lib/form-validators/models/config/update-on-config.d.ts +0 -3
  307. package/lib/form-validators/models/config/url-config.d.ts +0 -5
  308. package/lib/form-validators/models/control-info.d.ts +0 -25
  309. package/lib/form-validators/models/data-sanitizer.d.ts +0 -13
  310. package/lib/form-validators/models/decorator-configuration.d.ts +0 -37
  311. package/lib/form-validators/models/form-builder-configuration.d.ts +0 -64
  312. package/lib/form-validators/models/index.d.ts +0 -2
  313. package/lib/form-validators/models/instance-container.d.ts +0 -47
  314. package/lib/form-validators/models/interface/array-prop-instance-config.interface.d.ts +0 -5
  315. package/lib/form-validators/models/interface/auto-instance-config.interface.d.ts +0 -7
  316. package/lib/form-validators/models/interface/form-data-config.d.ts +0 -3
  317. package/lib/form-validators/models/interface/i-abstract-control.d.ts +0 -29
  318. package/lib/form-validators/models/interface/i-form-group.d.ts +0 -58
  319. package/lib/form-validators/models/interface/instance-argument.interface.d.ts +0 -3
  320. package/lib/form-validators/models/interface/object-prop-instance-config.interface.d.ts +0 -4
  321. package/lib/form-validators/models/interface/options.d.ts +0 -9
  322. package/lib/form-validators/models/password-validation.model.d.ts +0 -74
  323. package/lib/form-validators/models/prop-validation-config.d.ts +0 -233
  324. package/lib/form-validators/models/property-info.d.ts +0 -57
  325. package/lib/form-validators/public_api.d.ts +0 -25
  326. package/lib/form-validators/reactive-form-validators/allOf.validator.d.ts +0 -8
  327. package/lib/form-validators/reactive-form-validators/alpha.validator.d.ts +0 -8
  328. package/lib/form-validators/reactive-form-validators/alphaNumeric.validator.d.ts +0 -8
  329. package/lib/form-validators/reactive-form-validators/and.validator.d.ts +0 -8
  330. package/lib/form-validators/reactive-form-validators/ascii.validator.d.ts +0 -8
  331. package/lib/form-validators/reactive-form-validators/async/base.async.validator.d.ts +0 -8
  332. package/lib/form-validators/reactive-form-validators/choice.validator.d.ts +0 -8
  333. package/lib/form-validators/reactive-form-validators/compare.validator.d.ts +0 -8
  334. package/lib/form-validators/reactive-form-validators/compose.validator.d.ts +0 -8
  335. package/lib/form-validators/reactive-form-validators/conditional-change.validator.d.ts +0 -2
  336. package/lib/form-validators/reactive-form-validators/contains.validator.d.ts +0 -3
  337. package/lib/form-validators/reactive-form-validators/credit-card.validator.d.ts +0 -3
  338. package/lib/form-validators/reactive-form-validators/cusip.validator.d.ts +0 -3
  339. package/lib/form-validators/reactive-form-validators/custom.validator.d.ts +0 -3
  340. package/lib/form-validators/reactive-form-validators/dataUri.validator.d.ts +0 -3
  341. package/lib/form-validators/reactive-form-validators/date.validator.d.ts +0 -3
  342. package/lib/form-validators/reactive-form-validators/different.validator.d.ts +0 -3
  343. package/lib/form-validators/reactive-form-validators/digit.validator.d.ts +0 -3
  344. package/lib/form-validators/reactive-form-validators/email.validator.d.ts +0 -3
  345. package/lib/form-validators/reactive-form-validators/endsWith.validator.d.ts +0 -3
  346. package/lib/form-validators/reactive-form-validators/even.validator.d.ts +0 -3
  347. package/lib/form-validators/reactive-form-validators/extension.validator.d.ts +0 -2
  348. package/lib/form-validators/reactive-form-validators/factor.validator.d.ts +0 -3
  349. package/lib/form-validators/reactive-form-validators/file.validator.d.ts +0 -2
  350. package/lib/form-validators/reactive-form-validators/fileSize.validator.d.ts +0 -2
  351. package/lib/form-validators/reactive-form-validators/greater-than-equal-to.validator.d.ts +0 -3
  352. package/lib/form-validators/reactive-form-validators/greater-than.validator.d.ts +0 -3
  353. package/lib/form-validators/reactive-form-validators/grid.validator.d.ts +0 -3
  354. package/lib/form-validators/reactive-form-validators/hexcolor.validator.d.ts +0 -3
  355. package/lib/form-validators/reactive-form-validators/iban.validator.d.ts +0 -3
  356. package/lib/form-validators/reactive-form-validators/image.validator.d.ts +0 -2
  357. package/lib/form-validators/reactive-form-validators/index.d.ts +0 -65
  358. package/lib/form-validators/reactive-form-validators/ip.validator.d.ts +0 -3
  359. package/lib/form-validators/reactive-form-validators/json.validator.d.ts +0 -3
  360. package/lib/form-validators/reactive-form-validators/latLong.validator.d.ts +0 -3
  361. package/lib/form-validators/reactive-form-validators/latitude.validator.d.ts +0 -3
  362. package/lib/form-validators/reactive-form-validators/leapYear.validator.d.ts +0 -3
  363. package/lib/form-validators/reactive-form-validators/less-than-equal-to.validator.d.ts +0 -3
  364. package/lib/form-validators/reactive-form-validators/less-than.validator.d.ts +0 -3
  365. package/lib/form-validators/reactive-form-validators/longitude.validator.d.ts +0 -3
  366. package/lib/form-validators/reactive-form-validators/lowercase.validator.d.ts +0 -3
  367. package/lib/form-validators/reactive-form-validators/mac.validator.d.ts +0 -3
  368. package/lib/form-validators/reactive-form-validators/mask.validator.d.ts +0 -3
  369. package/lib/form-validators/reactive-form-validators/maxDate.validator.d.ts +0 -3
  370. package/lib/form-validators/reactive-form-validators/maxLength.validator.d.ts +0 -3
  371. package/lib/form-validators/reactive-form-validators/maxNumber.validator.d.ts +0 -3
  372. package/lib/form-validators/reactive-form-validators/maxTime.validator.d.ts +0 -3
  373. package/lib/form-validators/reactive-form-validators/minDate.validator.d.ts +0 -3
  374. package/lib/form-validators/reactive-form-validators/minLength.validator.d.ts +0 -3
  375. package/lib/form-validators/reactive-form-validators/minNumber.validator.d.ts +0 -3
  376. package/lib/form-validators/reactive-form-validators/minTime.validator.d.ts +0 -3
  377. package/lib/form-validators/reactive-form-validators/noneOf.validator.d.ts +0 -3
  378. package/lib/form-validators/reactive-form-validators/not.validator.d.ts +0 -3
  379. package/lib/form-validators/reactive-form-validators/notEmpty.validator.d.ts +0 -3
  380. package/lib/form-validators/reactive-form-validators/numeric.validator.d.ts +0 -3
  381. package/lib/form-validators/reactive-form-validators/odd.validator.d.ts +0 -3
  382. package/lib/form-validators/reactive-form-validators/oneOf.validator.d.ts +0 -3
  383. package/lib/form-validators/reactive-form-validators/or.validator.d.ts +0 -3
  384. package/lib/form-validators/reactive-form-validators/password.validator.d.ts +0 -3
  385. package/lib/form-validators/reactive-form-validators/pattern.validator.d.ts +0 -3
  386. package/lib/form-validators/reactive-form-validators/port.validator.d.ts +0 -3
  387. package/lib/form-validators/reactive-form-validators/primeNumber.validator.d.ts +0 -3
  388. package/lib/form-validators/reactive-form-validators/range.validator.d.ts +0 -3
  389. package/lib/form-validators/reactive-form-validators/required.validator.d.ts +0 -3
  390. package/lib/form-validators/reactive-form-validators/requiredTrue.validator.d.ts +0 -3
  391. package/lib/form-validators/reactive-form-validators/rule.validator.d.ts +0 -3
  392. package/lib/form-validators/reactive-form-validators/startsWith.validator.d.ts +0 -3
  393. package/lib/form-validators/reactive-form-validators/time.validator.d.ts +0 -3
  394. package/lib/form-validators/reactive-form-validators/unique.validator.d.ts +0 -3
  395. package/lib/form-validators/reactive-form-validators/uppercase.validator.d.ts +0 -3
  396. package/lib/form-validators/reactive-form-validators/url.validator.d.ts +0 -3
  397. package/lib/form-validators/services/base-form-builder.d.ts +0 -70
  398. package/lib/form-validators/services/entity.service.d.ts +0 -15
  399. package/lib/form-validators/services/form-control.d.ts +0 -92
  400. package/lib/form-validators/services/form-group.d.ts +0 -9
  401. package/lib/form-validators/services/reactive-form.module.d.ts +0 -24
  402. package/lib/form-validators/services/rx-form-array.d.ts +0 -38
  403. package/lib/form-validators/services/rx-form-builder.d.ts +0 -248
  404. package/lib/form-validators/services/rx-form-group.d.ts +0 -187
  405. package/lib/form-validators/services/typed-form-builder.d.ts +0 -14
  406. package/lib/form-validators/util/alphabet-regex.locale.d.ts +0 -28
  407. package/lib/form-validators/util/app-util.d.ts +0 -66
  408. package/lib/form-validators/util/check-length.d.ts +0 -1
  409. package/lib/form-validators/util/config-provider.d.ts +0 -1
  410. package/lib/form-validators/util/date-checker.function.d.ts +0 -7
  411. package/lib/form-validators/util/date-provider.d.ts +0 -9
  412. package/lib/form-validators/util/form-const.d.ts +0 -2
  413. package/lib/form-validators/util/form-provider.d.ts +0 -40
  414. package/lib/form-validators/util/index.d.ts +0 -6
  415. package/lib/form-validators/util/instance-provider.function.d.ts +0 -15
  416. package/lib/form-validators/util/ip-checker.d.ts +0 -2
  417. package/lib/form-validators/util/linq.d.ts +0 -15
  418. package/lib/form-validators/util/object-maker.d.ts +0 -8
  419. package/lib/form-validators/util/reactive-form-config.d.ts +0 -17
  420. package/lib/form-validators/util/regex-rules.d.ts +0 -3
  421. package/lib/form-validators/util/regex-validator.d.ts +0 -11
  422. package/lib/form-validators/util/relational-checker.function.d.ts +0 -2
  423. package/lib/form-validators/util/reset-form.d.ts +0 -21
  424. package/lib/form-validators/util/sanitizers.d.ts +0 -3
  425. package/lib/form-validators/util/time-checker.function.d.ts +0 -4
  426. package/lib/form-validators/util/type.d.ts +0 -3
  427. package/lib/form-validators/util/validator-value-checker.d.ts +0 -5
  428. package/lib/form-validators/validators-extension/allOf-validator.extension.d.ts +0 -4
  429. package/lib/form-validators/validators-extension/alpha-validator.extension.d.ts +0 -4
  430. package/lib/form-validators/validators-extension/alphaNumeric-validator.extension.d.ts +0 -4
  431. package/lib/form-validators/validators-extension/and-validator.extension.d.ts +0 -3
  432. package/lib/form-validators/validators-extension/ascii-validator.extension.d.ts +0 -3
  433. package/lib/form-validators/validators-extension/base-validator.function.d.ts +0 -3
  434. package/lib/form-validators/validators-extension/choice-validator.extension.d.ts +0 -4
  435. package/lib/form-validators/validators-extension/compare-validator.extension.d.ts +0 -3
  436. package/lib/form-validators/validators-extension/compose-validator.extension.d.ts +0 -3
  437. package/lib/form-validators/validators-extension/contains-validator.extension.d.ts +0 -4
  438. package/lib/form-validators/validators-extension/credit-card-validator.extension.d.ts +0 -4
  439. package/lib/form-validators/validators-extension/cusip-validator.extension.d.ts +0 -3
  440. package/lib/form-validators/validators-extension/custom-validator.extension.d.ts +0 -4
  441. package/lib/form-validators/validators-extension/dataUri-validator.extension.d.ts +0 -3
  442. package/lib/form-validators/validators-extension/date-validator.extension.d.ts +0 -4
  443. package/lib/form-validators/validators-extension/different-validator.extension.d.ts +0 -3
  444. package/lib/form-validators/validators-extension/digit-validator.extension.d.ts +0 -3
  445. package/lib/form-validators/validators-extension/email-validator.extension.d.ts +0 -3
  446. package/lib/form-validators/validators-extension/endsWith-validator.extension.d.ts +0 -4
  447. package/lib/form-validators/validators-extension/even-validator.extension.d.ts +0 -3
  448. package/lib/form-validators/validators-extension/extension-validator.extension.d.ts +0 -4
  449. package/lib/form-validators/validators-extension/factor-validator.extension.d.ts +0 -4
  450. package/lib/form-validators/validators-extension/file-validator.extension.d.ts +0 -4
  451. package/lib/form-validators/validators-extension/fileSize-validator.extension.d.ts +0 -4
  452. package/lib/form-validators/validators-extension/greater-than-equal-to-validator.extension.d.ts +0 -4
  453. package/lib/form-validators/validators-extension/greater-than-validator.extension.d.ts +0 -4
  454. package/lib/form-validators/validators-extension/grid-validator.extension.d.ts +0 -3
  455. package/lib/form-validators/validators-extension/hexcolor-validator.extension.d.ts +0 -3
  456. package/lib/form-validators/validators-extension/iban-validator.extension.d.ts +0 -4
  457. package/lib/form-validators/validators-extension/image-validator.extension.d.ts +0 -4
  458. package/lib/form-validators/validators-extension/index.d.ts +0 -67
  459. package/lib/form-validators/validators-extension/ip-validator.extension.d.ts +0 -4
  460. package/lib/form-validators/validators-extension/json-validator.extension.d.ts +0 -3
  461. package/lib/form-validators/validators-extension/latLong-validator.extension.d.ts +0 -3
  462. package/lib/form-validators/validators-extension/latitude-validator.extension.d.ts +0 -3
  463. package/lib/form-validators/validators-extension/leapYear-validator.extension.d.ts +0 -3
  464. package/lib/form-validators/validators-extension/less-than-equal-to-validator.extension.d.ts +0 -4
  465. package/lib/form-validators/validators-extension/less-than-validator.extension.d.ts +0 -4
  466. package/lib/form-validators/validators-extension/longitude-validator.extension.d.ts +0 -3
  467. package/lib/form-validators/validators-extension/lowercase-validator.extension.d.ts +0 -3
  468. package/lib/form-validators/validators-extension/mac-validator.extension.d.ts +0 -3
  469. package/lib/form-validators/validators-extension/mask-validator.extension.d.ts +0 -3
  470. package/lib/form-validators/validators-extension/maxDate-validator.extension.d.ts +0 -4
  471. package/lib/form-validators/validators-extension/maxLength-validator.extension.d.ts +0 -4
  472. package/lib/form-validators/validators-extension/maxNumber-validator.extension.d.ts +0 -4
  473. package/lib/form-validators/validators-extension/maxTime-validator.extension.d.ts +0 -4
  474. package/lib/form-validators/validators-extension/minDate-validator.extension.d.ts +0 -4
  475. package/lib/form-validators/validators-extension/minLength-validator.extension.d.ts +0 -4
  476. package/lib/form-validators/validators-extension/minNumber-validator.extension.d.ts +0 -4
  477. package/lib/form-validators/validators-extension/minTime-validator.extension.d.ts +0 -4
  478. package/lib/form-validators/validators-extension/noneOf-validator.extension.d.ts +0 -4
  479. package/lib/form-validators/validators-extension/not-validator.extension.d.ts +0 -3
  480. package/lib/form-validators/validators-extension/notEmpty-validator.extension.d.ts +0 -3
  481. package/lib/form-validators/validators-extension/numeric-validator.extension.d.ts +0 -4
  482. package/lib/form-validators/validators-extension/odd-validator.extension.d.ts +0 -3
  483. package/lib/form-validators/validators-extension/oneOf-validator.extension.d.ts +0 -4
  484. package/lib/form-validators/validators-extension/or-validator.extension.d.ts +0 -3
  485. package/lib/form-validators/validators-extension/password-validator.extension.d.ts +0 -4
  486. package/lib/form-validators/validators-extension/pattern-validator.extension.d.ts +0 -4
  487. package/lib/form-validators/validators-extension/port-validator.extension.d.ts +0 -3
  488. package/lib/form-validators/validators-extension/primeNumber-validator.extension.d.ts +0 -3
  489. package/lib/form-validators/validators-extension/range-validator.extension.d.ts +0 -4
  490. package/lib/form-validators/validators-extension/required-validator.extension.d.ts +0 -3
  491. package/lib/form-validators/validators-extension/requiredTrue-validator.extension.d.ts +0 -3
  492. package/lib/form-validators/validators-extension/rxweb-validators.d.ts +0 -107
  493. package/lib/form-validators/validators-extension/startsWith-validator.extension.d.ts +0 -4
  494. package/lib/form-validators/validators-extension/time-validator.extension.d.ts +0 -4
  495. package/lib/form-validators/validators-extension/unique-validator.extension.d.ts +0 -3
  496. package/lib/form-validators/validators-extension/uppercase-validator.extension.d.ts +0 -3
  497. package/lib/form-validators/validators-extension/url-validator.extension.d.ts +0 -4
  498. package/lib/form-validators/validators-function/alpha-validation.function.d.ts +0 -10
  499. package/lib/form-validators/validators-function/regex-validation.function.d.ts +0 -20
  500. package/lib/forms/components/datepicker/datepicker-header.component.d.ts +0 -52
  501. package/lib/forms/components/generic-form/generic-form.component.d.ts +0 -315
  502. package/lib/forms/constants/constants.d.ts +0 -3
  503. package/lib/forms/directives/mat-form-field-editor.directive.d.ts +0 -88
  504. package/lib/forms/directives/mat-form-field-readonly.directive.d.ts +0 -16
  505. package/lib/forms/directives/parse-decimal-directive.d.ts +0 -38
  506. package/lib/forms/directives/vd-generic-form-custom-field.directive.d.ts +0 -24
  507. package/lib/forms/enums/form-field-type.d.ts +0 -21
  508. package/lib/forms/forms.module.d.ts +0 -57
  509. package/lib/forms/functions/decorators.d.ts +0 -22
  510. package/lib/forms/functions/functions.d.ts +0 -15
  511. package/lib/forms/helpers/abstract-mat-form-field.d.ts +0 -252
  512. package/lib/forms/helpers/abstract-select-form-field.component.d.ts +0 -358
  513. package/lib/forms/helpers/value-accessor-base.d.ts +0 -92
  514. package/lib/forms/models/form-definition.d.ts +0 -67
  515. package/lib/forms/models/form-field-definition.d.ts +0 -483
  516. package/lib/forms/models/form-field-group-definition.d.ts +0 -56
  517. package/lib/forms/pipes/field-func.pipe.d.ts +0 -14
  518. package/lib/forms/pipes/group-filter.pipe.d.ts +0 -17
  519. package/lib/forms/public_api.d.ts +0 -4
  520. package/lib/forms/validators/empty-string-reset.directive.d.ts +0 -13
  521. package/lib/forms/validators/equal-validator.directive.d.ts +0 -20
  522. package/lib/forms/validators/native-element-injector.directive.d.ts +0 -22
  523. package/lib/forms/validators/unique-validator-directive.d.ts +0 -36
  524. package/lib/http/http.module.d.ts +0 -8
  525. package/lib/http/models/response.d.ts +0 -23
  526. package/lib/http/public_api.d.ts +0 -1
  527. package/lib/http/services/generic.service.d.ts +0 -171
  528. package/lib/layout/dynamic-menu/dynamic-menu.component.d.ts +0 -57
  529. package/lib/layout/layout-card-over/layout-card-over.component.d.ts +0 -31
  530. package/lib/layout/layout-compact/layout-compact.component.d.ts +0 -128
  531. package/lib/layout/layout-footer/layout-footer.component.d.ts +0 -17
  532. package/lib/layout/layout-manage-list/layout-manage-list.component.d.ts +0 -100
  533. package/lib/layout/layout-manage-list/layout-manage-list.directives.d.ts +0 -61
  534. package/lib/layout/layout-nav/layout-nav.component.d.ts +0 -99
  535. package/lib/layout/layout-nav-list/layout-nav-list.component.d.ts +0 -97
  536. package/lib/layout/layout-nav-list/layout-nav-list.directives.d.ts +0 -61
  537. package/lib/layout/layout-toggle.class.d.ts +0 -46
  538. package/lib/layout/layout.component.d.ts +0 -144
  539. package/lib/layout/layout.directives.d.ts +0 -25
  540. package/lib/layout/layout.module.d.ts +0 -45
  541. package/lib/layout/list-toolbar/list-toolbar.component.d.ts +0 -27
  542. package/lib/layout/navigation-drawer/navigation-drawer.component.d.ts +0 -170
  543. package/lib/layout/public_api.d.ts +0 -1
  544. package/lib/list/components/list.component.d.ts +0 -33
  545. package/lib/list/directives/vd-list-option.directive.d.ts +0 -16
  546. package/lib/list/list.module.d.ts +0 -13
  547. package/lib/list/public_api.d.ts +0 -2
  548. package/lib/media/directives/media-toggle.directive.d.ts +0 -66
  549. package/lib/media/media.module.d.ts +0 -11
  550. package/lib/media/public_api.d.ts +0 -1
  551. package/lib/media/services/media.service.d.ts +0 -37
  552. package/lib/menu/components/menu.component.d.ts +0 -72
  553. package/lib/menu/enums/menu-item-target.d.ts +0 -21
  554. package/lib/menu/enums/menu-scope.d.ts +0 -4
  555. package/lib/menu/menu.module.d.ts +0 -31
  556. package/lib/menu/models/menu-client.d.ts +0 -26
  557. package/lib/menu/models/menu-department.d.ts +0 -26
  558. package/lib/menu/models/menu-item-client.d.ts +0 -26
  559. package/lib/menu/models/menu-item-department.d.ts +0 -26
  560. package/lib/menu/models/menu-item.d.ts +0 -117
  561. package/lib/menu/models/menu-settings.d.ts +0 -10
  562. package/lib/menu/models/menu.d.ts +0 -62
  563. package/lib/menu/public_api.d.ts +0 -2
  564. package/lib/menu/resolvers/menu-form-includes.resolve.d.ts +0 -21
  565. package/lib/menu/resolvers/menu-item-form-includes.resolve.d.ts +0 -21
  566. package/lib/menu/resolvers/menu-list-projection.resolve.d.ts +0 -20
  567. package/lib/menu/resolvers/menu-settings.resolve.d.ts +0 -15
  568. package/lib/menu/services/menu-items.service.d.ts +0 -12
  569. package/lib/menu/services/menu.resolve.d.ts +0 -40
  570. package/lib/menu/services/menu.service.d.ts +0 -12
  571. package/lib/search/public_api.d.ts +0 -1
  572. package/lib/search/search.module.d.ts +0 -11
  573. package/lib/select/components/select.component.d.ts +0 -96
  574. package/lib/select/directives/vd-select-option.directive.d.ts +0 -16
  575. package/lib/select/directives/vd-select-trigger.directive.d.ts +0 -16
  576. package/lib/select/public_api.d.ts +0 -3
  577. package/lib/select/select.module.d.ts +0 -16
  578. package/lib/table/components/dynamic-table/dynamic-table.component.d.ts +0 -389
  579. package/lib/table/components/filter-clear/filter-clear.component.d.ts +0 -16
  580. package/lib/table/components/filter-date/filter-date.component.d.ts +0 -79
  581. package/lib/table/components/filter-input/filter-input.component.d.ts +0 -98
  582. package/lib/table/components/filter-select/filter-select.component.d.ts +0 -207
  583. package/lib/table/constants/constants.d.ts +0 -2
  584. package/lib/table/directives/data-source-filter.directive.d.ts +0 -28
  585. package/lib/table/directives/vd-table-field.directive.d.ts +0 -24
  586. package/lib/table/enums/grid.d.ts +0 -10
  587. package/lib/table/enums/table-column-type.d.ts +0 -15
  588. package/lib/table/functions/decorators.d.ts +0 -23
  589. package/lib/table/functions/functions.d.ts +0 -8
  590. package/lib/table/models/facet-value.d.ts +0 -26
  591. package/lib/table/models/facet.d.ts +0 -27
  592. package/lib/table/models/pagination.d.ts +0 -26
  593. package/lib/table/models/table-column-config.d.ts +0 -44
  594. package/lib/table/models/table-column.d.ts +0 -279
  595. package/lib/table/models/table-config.d.ts +0 -29
  596. package/lib/table/models/table-definition.d.ts +0 -159
  597. package/lib/table/models/table-query-config.d.ts +0 -26
  598. package/lib/table/paginator-intl.d.ts +0 -27
  599. package/lib/table/public_api.d.ts +0 -1
  600. package/lib/table/table.data-source.d.ts +0 -228
  601. package/lib/table/table.module.d.ts +0 -58
  602. package/lib/table/table.static-data-source.d.ts +0 -145
  603. package/public_api.d.ts +0 -15
@@ -1,33 +0,0 @@
1
- import { Icon } from "./icon";
2
- /**
3
- * Interface representing an item in an enum, including its ID, name, and optional properties such as an associated icon and text color.
4
- * This interface can be used to provide detailed metadata for enum items, especially when displayed in a UI context.
5
- *
6
- * @typeparam E The enum type that the item belongs to.
7
- */
8
- export interface EnumItem<E> {
9
- /**
10
- * @property ID
11
- * @description The ID of the enum item, which is typically its value. This serves as a unique identifier for the item.
12
- * @type {E}
13
- */
14
- id: E;
15
- /**
16
- * @property Name
17
- * @description The name of the enum item, which is typically one of its keys. This is used for display or labeling purposes.
18
- * @type {keyof E}
19
- */
20
- name: keyof E;
21
- /**
22
- * @property Icon
23
- * @description An optional icon associated with the enum item. Useful for providing visual representation.
24
- * @type {Icon<any, any>}
25
- */
26
- icon?: Icon<any, any>;
27
- /**
28
- * @property Text Color
29
- * @description An optional text color associated with the enum item. This allows customization of the item's appearance.
30
- * @type {string}
31
- */
32
- textColor?: string;
33
- }
@@ -1,42 +0,0 @@
1
- import { Icon } from "./icon";
2
- /**
3
- * Metadata class for enum values, containing display information, ordering, and other optional properties.
4
- * This class provides additional metadata for enum items, useful for customizing their presentation and behavior in the UI.
5
- */
6
- export declare class EnumMetadata {
7
- /**
8
- * @property Display
9
- * @description An optional display string associated with the enum value. This string can be used for user-friendly display in the UI.
10
- * @type {string}
11
- */
12
- display?: string;
13
- /**
14
- * @property Icon
15
- * @description An optional icon associated with the enum value. This can be used to visually represent the enum value in the UI.
16
- * @type {Icon<any, any>}
17
- */
18
- icon?: Icon<any, any>;
19
- /**
20
- * @property Text Color
21
- * @description An optional text color associated with the enum value. This allows customization of the appearance of the value in the UI.
22
- * @type {string}
23
- */
24
- textColor?: string;
25
- /**
26
- * @property Order
27
- * @description An optional order number used for sorting enum values. This helps in controlling the order in which enum items are displayed.
28
- * @type {number}
29
- */
30
- order?: number;
31
- /**
32
- * @property Hidden
33
- * @description A flag indicating whether the enum value should be hidden from the UI. This can be useful for conditionally hiding enum items.
34
- * @type {boolean}
35
- */
36
- hidden?: boolean;
37
- /**
38
- * Constructor to initialize the EnumMetadata class with optional values.
39
- * @param init An optional partial object to initialize the properties of EnumMetadata.
40
- */
41
- constructor(init?: Partial<EnumMetadata>);
42
- }
@@ -1,14 +0,0 @@
1
- import { FilterOperator } from "../enums/filter-operator";
2
- /**
3
- * Represents a field in a filter with a name and an operator.
4
- */
5
- export interface FilterField {
6
- /**
7
- * The name of the field (e.g., 'number', 'ean').
8
- */
9
- name: string;
10
- /**
11
- * The operator for the field (e.g., '^' for starts with, '$' for ends with).
12
- */
13
- operator: FilterOperator;
14
- }
@@ -1,15 +0,0 @@
1
- import { FilterGlue } from "../enums/filter-glue";
2
- import { FilterField } from "./filter-field";
3
- /**
4
- * Represents a filter object that can combine multiple fields.
5
- */
6
- export interface Filter {
7
- /**
8
- * The glue operator that determines how to combine the fields (either 'and' or 'or').
9
- */
10
- glue: FilterGlue;
11
- /**
12
- * An array of fields that this filter will apply to, each with its own operator.
13
- */
14
- fields: FilterField[];
15
- }
@@ -1,21 +0,0 @@
1
- import { CommonError } from "./common-error";
2
- /**
3
- * Represents the contract for a common handler context.
4
- * @typeparam TResult The type of the result.
5
- */
6
- export interface ICommonHandlerContext<TResult> {
7
- /**
8
- * The result of the operation.
9
- */
10
- result: TResult;
11
- /**
12
- * Indicates if the operation was successful.
13
- */
14
- hasSucceeded: boolean;
15
- /**
16
- * Marks the operation as failed and sets the provided errors.
17
- * @param errors An optional array of CommonError instances indicating why the operation failed.
18
- * @returns The current instance of CommonHandlerContext with errors set.
19
- */
20
- fail(...errors: CommonError[]): this;
21
- }
@@ -1,39 +0,0 @@
1
- /**
2
- * Represents an icon configuration for a table column.
3
- */
4
- export declare class Icon<TEntity = any, TContext = any> {
5
- /**
6
- * Material icon name or function returning the icon dynamically.
7
- */
8
- matIcon?: ((x?: TEntity, ctx?: TContext) => any) | string;
9
- /**
10
- * SVG icon name or function returning the icon dynamically.
11
- */
12
- svgIcon?: ((x?: TEntity, ctx?: TContext) => any) | string;
13
- /**
14
- * Font icon name or function returning the icon dynamically.
15
- */
16
- fontIcon?: ((x?: TEntity, ctx?: TContext) => any) | string;
17
- /**
18
- * Icon color or a function that returns the color dynamically.
19
- * If a function is provided, it takes optional parameters x and ctx.
20
- */
21
- iconColor?: ((x?: TEntity, ctx?: TContext) => any) | string;
22
- /**
23
- * Font set name for font icon.
24
- */
25
- fontSet?: string;
26
- /**
27
- * CSS class name or function returning the class dynamically.
28
- */
29
- cssClass?: ((x?: TEntity, ctx?: TContext) => any) | string;
30
- /**
31
- * Function to dynamically hide the icon.
32
- */
33
- hide?: (x?: TEntity, ctx?: TContext, index?: number) => any;
34
- /**
35
- * Constructs a new instance of Icon.
36
- * @param init Optional configuration object to initialize properties.
37
- */
38
- constructor(init?: Partial<Icon<TEntity, TContext>>);
39
- }
@@ -1,10 +0,0 @@
1
- export declare class KeyValue {
2
- /**
3
- * @property
4
- */
5
- key?: string;
6
- /**
7
- * @property
8
- */
9
- value: any;
10
- }
@@ -1,21 +0,0 @@
1
- import { AuditEntity } from "./audit-entity";
2
- /**
3
- * Represents an entity that can be modified, extending from the AuditEntity class.
4
- * This class adds additional properties to manage whether the entity is deletable or editable.
5
- */
6
- export declare class ModifiableEntity extends AuditEntity {
7
- /**
8
- * @property isDeletable
9
- * @description A flag indicating whether the entity can be deleted.
10
- * This property helps determine if the entity is deletable in the UI or business logic.
11
- * @type {boolean}
12
- */
13
- isDeletable?: boolean;
14
- /**
15
- * @property isEditable
16
- * @description A flag indicating whether the entity can be edited.
17
- * This property helps determine if the entity is editable in the UI or business logic.
18
- * @type {boolean}
19
- */
20
- isEditable?: boolean;
21
- }
@@ -1,14 +0,0 @@
1
- export declare class NameNumberProjection {
2
- /**
3
- * @property
4
- */
5
- name?: string;
6
- /**
7
- * @property
8
- */
9
- number?: number;
10
- /**
11
- * @property
12
- */
13
- id?: number;
14
- }
@@ -1,10 +0,0 @@
1
- export declare class NameProjection {
2
- /**
3
- * @property
4
- */
5
- name?: string;
6
- /**
7
- * @property
8
- */
9
- id?: number;
10
- }
@@ -1,26 +0,0 @@
1
- /**
2
- * Represents the permissions associated with an entity.
3
- */
4
- export declare class Permission {
5
- /**
6
- * Indicates whether the entity can be created (optional, based on use case).
7
- */
8
- canCreate: boolean;
9
- /**
10
- * Indicates whether the entity can be viewed.
11
- */
12
- canRead: boolean;
13
- /**
14
- * Indicates whether the entity can be edited.
15
- */
16
- canUpdate: boolean;
17
- /**
18
- * Indicates whether the entity can be deleted.
19
- */
20
- canDelete: boolean;
21
- /**
22
- * Constructs a new instance of Permission.
23
- * @param init Optional configuration object to initialize properties.
24
- */
25
- constructor(init?: Partial<Permission>);
26
- }
@@ -1,5 +0,0 @@
1
- export declare enum SaveAction {
2
- SaveAndClose = 0,
3
- SaveAndNew = 1,
4
- SaveAndEdit = 2
5
- }
@@ -1,14 +0,0 @@
1
- export declare class SuffixButton<TEntity = any, TContext = any> {
2
- /**
3
- * @property
4
- */
5
- icon?: string;
6
- /**
7
- * @property
8
- */
9
- event?: (x?: TEntity, ctx?: TContext) => any;
10
- /**
11
- * @property
12
- */
13
- hide?: (x?: TEntity, ctx?: TContext) => any;
14
- }
@@ -1,10 +0,0 @@
1
- export declare class TitleProjection {
2
- /**
3
- * @property
4
- */
5
- title?: string;
6
- /**
7
- * @property
8
- */
9
- id?: number;
10
- }
@@ -1,18 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * A custom Angular pipe to bind a function with a given context and arguments.
5
- */
6
- export declare class BindPipe implements PipeTransform {
7
- /**
8
- * Transforms the function to be bound with the specified context and arguments.
9
- *
10
- * @param fn The function to be bound. If it's not a function, the pipe returns undefined.
11
- * @param context The context (`this`) to bind to the function.
12
- * @param args Additional arguments to be pre-applied to the function.
13
- * @returns A new function bound to the specified context with the provided arguments, or undefined if `fn` is not a function.
14
- */
15
- transform(fn: Function | undefined, context: any, ...args: any[]): any;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<BindPipe, never>;
17
- static ɵpipe: i0.ɵɵPipeDeclaration<BindPipe, "bind", false>;
18
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DataSourcePipe implements PipeTransform {
4
- transform(data: any[]): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DataSourcePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<DataSourcePipe, "dataSource", false>;
7
- }
@@ -1,21 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import { EnumMetadata } from "../models/enum-metadata";
3
- import * as i0 from "@angular/core";
4
- export declare class EnumPipe implements PipeTransform {
5
- /**
6
- * Converts an enum value to its corresponding string representation.
7
- *
8
- * @param value - The numeric value of the enum to convert.
9
- * @param enumType - The enum type (as an object) that defines the mapping of values to their string representations.
10
- * @param prefixOrMetadata - Either a prefix string to prepend to the resulting string,
11
- * or an object containing EnumMetadata for additional display information.
12
- * @param suffix - An optional string to append to the resulting string (default is an empty string).
13
- * @returns The formatted string representation of the enum value, including any specified prefixes or suffixes,
14
- * or undefined if the value is not recognized in the provided enum type.
15
- */
16
- transform(value: number, enumType: any, prefixOrMetadata?: string | {
17
- [key: number]: EnumMetadata;
18
- }, suffix?: string): any;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<EnumPipe, never>;
20
- static ɵpipe: i0.ɵɵPipeDeclaration<EnumPipe, "enum", false>;
21
- }
@@ -1,13 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- type unit = 'bytes' | 'KB' | 'MB' | 'GB' | 'TB' | 'PB';
4
- type unitPrecisionMap = {
5
- [u in unit]: number;
6
- };
7
- export declare class FileSizePipe implements PipeTransform {
8
- private readonly units;
9
- transform(bytes?: number, precision?: number | unitPrecisionMap): string;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FileSizePipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<FileSizePipe, "fileSize", false>;
12
- }
13
- export {};
@@ -1,28 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class FilterPipe implements PipeTransform {
4
- /**
5
- * Filters the specified array by a specific property.
6
- * @param items The array to filter.
7
- * @param propName The name of the property to filter by.
8
- * @param filterBy The term to filter by, which can be a string, number, boolean, or object.
9
- * @returns The filtered array.
10
- */
11
- transform(items: any[], propName: string, filterBy: any): any[];
12
- /**
13
- * Retrieves the value of a nested property.
14
- * @param item The item to retrieve the property value from.
15
- * @param propName The name of the property, can be nested (e.g., 'address.city').
16
- * @returns The value of the specified property.
17
- */
18
- private getPropertyValue;
19
- /**
20
- * Checks if the value matches the filter criteria.
21
- * @param value The value of the property.
22
- * @param filterBy The filter criteria.
23
- * @returns True if the value matches the filter criteria, false otherwise.
24
- */
25
- private isMatch;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
27
- static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter", false>;
28
- }
@@ -1,12 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class FirstLetterPipe implements PipeTransform {
4
- /**
5
- * Converts enum value to string
6
- * @param value
7
- * @param uppercase
8
- */
9
- transform(value: string, uppercase?: boolean): string;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FirstLetterPipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<FirstLetterPipe, "firstLetter", false>;
12
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import { AbstractControl, FormArray } from "@angular/forms";
3
- import * as i0 from "@angular/core";
4
- export declare class FormArrayPipe implements PipeTransform {
5
- transform(value: AbstractControl): FormArray<typeof value['value']>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<FormArrayPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<FormArrayPipe, "formArray", false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import { AbstractControl, FormControl } from "@angular/forms";
3
- import * as i0 from "@angular/core";
4
- export declare class FormControlPipe implements PipeTransform {
5
- transform(value: AbstractControl): FormControl<typeof value['value']>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<FormControlPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<FormControlPipe, "formControl", false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import { AbstractControl, FormGroup } from "@angular/forms";
3
- import * as i0 from "@angular/core";
4
- export declare class FormGroupPipe implements PipeTransform {
5
- transform(value: AbstractControl): FormGroup<typeof value['value']>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<FormGroupPipe, "formGroup", false>;
8
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class FuncPipe implements PipeTransform {
4
- transform(value: string | Function | {} | undefined, ...args: any[]): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FuncPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FuncPipe, "func", false>;
7
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class JoinPipe implements PipeTransform {
4
- transform(value: any[], separator?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<JoinPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<JoinPipe, "join", false>;
7
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class KeysPipe implements PipeTransform {
4
- transform(value: any, _: string[]): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", false>;
7
- }
@@ -1,20 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Common pipe to map values based on a given map object, function, or string key.
5
- * It transforms each item of the array according to the provided map or function.
6
- */
7
- export declare class MapPipe implements PipeTransform {
8
- /**
9
- * Transforms an array of values by mapping each value using the provided map object, function, or string key.
10
- *
11
- * @param value - The array of values to be transformed.
12
- * @param mapFn - A map object, function, or string key to use for transforming the values.
13
- * @returns An array of transformed values or the original array if no valid map, function, or key is provided.
14
- */
15
- transform(value: any[], mapFn: {
16
- [key: string]: any;
17
- } | ((val: any, index?: number, array?: any[]) => any) | string): any[];
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MapPipe, never>;
19
- static ɵpipe: i0.ɵɵPipeDeclaration<MapPipe, "map", false>;
20
- }
@@ -1,15 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class MonthNamePipe implements PipeTransform {
4
- /**
5
- * Month names
6
- */
7
- private readonly monthNames;
8
- /**
9
- * Gets month name
10
- * @param month
11
- */
12
- transform(month: number): string;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<MonthNamePipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<MonthNamePipe, "monthName", false>;
15
- }
@@ -1,16 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Pipe to dynamically access nested properties of an object.
5
- */
6
- export declare class PropertyPipe implements PipeTransform {
7
- /**
8
- * Transforms the input object by accessing nested properties.
9
- * @param obj The input object.
10
- * @param path The path to the nested property.
11
- * @returns The value of the nested property.
12
- */
13
- transform(obj: any, path: string): any;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertyPipe, never>;
15
- static ɵpipe: i0.ɵɵPipeDeclaration<PropertyPipe, "property", false>;
16
- }
@@ -1,21 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class OnlyNumberDirective {
4
- private _;
5
- /**
6
- * constructor
7
- * @param element
8
- */
9
- constructor(_: ElementRef);
10
- /**
11
- * onlyNumber: boolean
12
- */
13
- onlyNumber: boolean;
14
- /**
15
- * Handles keydown events
16
- * @param event
17
- */
18
- onKeyDown(event: any): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<OnlyNumberDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[onlyNumber]", never, { "onlyNumber": { "alias": "onlyNumber"; "required": false; }; }, {}, never, never, false, never>;
21
- }
@@ -1,116 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { EnumMetadata } from '../models/enum-metadata';
3
- import * as i0 from "@angular/core";
4
- export declare class OrderPipe implements PipeTransform {
5
- /**
6
- * Checks if a value is a string.
7
- *
8
- * @param value - The value to check.
9
- * @returns True if the value is a string; otherwise, false.
10
- */
11
- static isString(value: any): boolean;
12
- /**
13
- * Sorts two values in a case-insensitive manner.
14
- *
15
- * @param a - The first value to compare.
16
- * @param b - The second value to compare.
17
- * @returns A negative number if a < b, a positive number if a > b, and 0 if they are equal.
18
- */
19
- static caseInsensitiveSort(a: any, b: any): number;
20
- /**
21
- * Default comparison method for sorting values.
22
- *
23
- * @param a - The first value to compare.
24
- * @param b - The second value to compare.
25
- * @returns A negative number if a < b, a positive number if a > b, and 0 if they are equal.
26
- */
27
- static defaultCompare(a: any, b: any): number;
28
- /**
29
- * Parses a dot-separated expression string into an array of strings.
30
- *
31
- * @param expression - The expression string to parse.
32
- * @returns An array of strings representing the parsed expression.
33
- */
34
- static parseExpression(expression: string): string[];
35
- /**
36
- * Retrieves a value from an object based on a parsed expression.
37
- *
38
- * @param object - The object to retrieve the value from.
39
- * @param expression - The parsed expression as an array of strings.
40
- * @returns The retrieved value or undefined if not found.
41
- */
42
- static getValue(object: any, expression: string[]): any;
43
- /**
44
- * Sets a value in an object based on a parsed expression.
45
- *
46
- * @param object - The object to modify.
47
- * @param value - The value to set.
48
- * @param expression - The parsed expression as an array of strings.
49
- */
50
- static setValue(object: any, value: any, expression: string[]): void;
51
- /**
52
- * Transforms the input value by sorting it based on the provided expression and metadata.
53
- *
54
- * @param value - The value to transform, which can be an array or a single object.
55
- * @param expression - The expression to sort by, can be a string or an array of strings.
56
- * @param metadata - An optional metadata object for sorting.
57
- * @param reverse - Indicates if the sorting should be in reverse order.
58
- * @param isCaseInsensitive - Indicates if the sorting should be case insensitive.
59
- * @param comparator - An optional custom comparator function.
60
- * @returns The transformed (sorted) value.
61
- */
62
- transform(value: any | any[], expression?: any, metadata?: {
63
- [key: number]: EnumMetadata;
64
- }, reverse?: boolean, isCaseInsensitive?: boolean, comparator?: Function): any;
65
- /**
66
- * Sorts an array based on metadata for enum values.
67
- *
68
- * @param value - The array to sort.
69
- * @param expression - The expression to sort by.
70
- * @param reverse - Indicates if the sorting should be in reverse order.
71
- * @param metadata - The metadata for enum sorting.
72
- * @returns The sorted array.
73
- */
74
- private sortByMetadata;
75
- /**
76
- * Sorts an array based on the given expression.
77
- *
78
- * @param value - The array to sort.
79
- * @param expression - The expression to sort by.
80
- * @param reverse - Indicates if the sorting should be in reverse order.
81
- * @param isCaseInsensitive - Indicates if the sorting should be case insensitive.
82
- * @param comparator - An optional custom comparator function.
83
- * @returns The sorted array.
84
- */
85
- private sortArray;
86
- /**
87
- * Transforms an object based on a specified expression.
88
- *
89
- * This method retrieves a value from the given object according to the parsed expression,
90
- * applies the transformation to that value, and then sets the transformed value back into the object.
91
- *
92
- * @param value The object to transform.
93
- * @param expression The expression used to identify the property to transform.
94
- * @param reverse Optional. Indicates whether the transformation should be applied in reverse order.
95
- * @param isCaseInsensitive Optional. Indicates whether the transformation should ignore case.
96
- * @param comparator Optional. A custom comparator function to be used for sorting.
97
- * @returns The transformed object with the updated value.
98
- */
99
- private transformObject;
100
- /**
101
- * Applies multiple expressions in sequence to transform a value.
102
- *
103
- * This method iterates over an array of expressions, applying each one in reverse order
104
- * to the given value. The result of each transformation is passed as input to the next expression.
105
- *
106
- * @param value The initial value to transform.
107
- * @param expressions An array of expressions to apply in reverse order.
108
- * @param reverse Optional. Indicates whether the transformations should be applied in reverse order.
109
- * @param isCaseInsensitive Optional. Indicates whether the transformations should ignore case.
110
- * @param comparator Optional. A custom comparator function to be used for sorting.
111
- * @returns The final transformed value after applying all expressions.
112
- */
113
- private multiExpressionTransform;
114
- static ɵfac: i0.ɵɵFactoryDeclaration<OrderPipe, never>;
115
- static ɵpipe: i0.ɵɵPipeDeclaration<OrderPipe, "orderBy", false>;
116
- }