@acorex/platform 18.0.5 → 18.0.6

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 (593) hide show
  1. package/README.md +7 -7
  2. package/auth/README.md +3 -3
  3. package/common/README.md +3 -3
  4. package/common/lib/app/application.types.d.ts +10 -6
  5. package/esm2022/auth/index.mjs +1 -1
  6. package/esm2022/auth/lib/application/application.loader.mjs +1 -1
  7. package/esm2022/auth/lib/application/application.types.mjs +1 -1
  8. package/esm2022/auth/lib/auth-registry.service.mjs +1 -1
  9. package/esm2022/auth/lib/auth.guard.mjs +1 -1
  10. package/esm2022/auth/lib/auth.module.mjs +1 -1
  11. package/esm2022/auth/lib/auth.strategy.mjs +1 -1
  12. package/esm2022/auth/lib/errors.types.mjs +1 -1
  13. package/esm2022/auth/lib/feature/feature.directive.mjs +1 -1
  14. package/esm2022/auth/lib/feature/feature.guard.mjs +1 -1
  15. package/esm2022/auth/lib/feature/feature.loader.mjs +1 -1
  16. package/esm2022/auth/lib/feature/feature.types.mjs +1 -1
  17. package/esm2022/auth/lib/feature/index.mjs +1 -1
  18. package/esm2022/auth/lib/permission/index.mjs +1 -1
  19. package/esm2022/auth/lib/permission/permission.directive.mjs +1 -1
  20. package/esm2022/auth/lib/permission/permission.guard.mjs +1 -1
  21. package/esm2022/auth/lib/permission/permission.loader.mjs +1 -1
  22. package/esm2022/auth/lib/permission/permission.types.mjs +1 -1
  23. package/esm2022/auth/lib/session.service.mjs +1 -1
  24. package/esm2022/auth/lib/session.types.mjs +1 -1
  25. package/esm2022/auth/lib/tenant/tenant.loader.mjs +1 -1
  26. package/esm2022/auth/lib/tenant/tenant.types.mjs +1 -1
  27. package/esm2022/auth/lib/user/user.types.mjs +1 -1
  28. package/esm2022/common/index.mjs +1 -1
  29. package/esm2022/common/lib/app/application.types.mjs +5 -1
  30. package/esm2022/common/lib/app/index.mjs +1 -1
  31. package/esm2022/common/lib/app/operators.mjs +1 -1
  32. package/esm2022/common/lib/common.module.mjs +1 -1
  33. package/esm2022/common/lib/configs/app.config.mjs +1 -1
  34. package/esm2022/common/lib/configs/config.types.mjs +1 -1
  35. package/esm2022/common/lib/data/data-provider.types.mjs +1 -1
  36. package/esm2022/common/lib/data/dexie-storage.service.mjs +1 -1
  37. package/esm2022/common/lib/data/entity-data-provider.mjs +1 -1
  38. package/esm2022/common/lib/data/index.mjs +1 -1
  39. package/esm2022/common/lib/data/storage-service.mjs +1 -1
  40. package/esm2022/common/lib/errors/error-handler-registry.service.mjs +1 -1
  41. package/esm2022/common/lib/errors/error-handler.types.mjs +1 -1
  42. package/esm2022/common/lib/errors/global-error-handler.mjs +1 -1
  43. package/esm2022/common/lib/errors/index.mjs +1 -1
  44. package/esm2022/common/lib/layout/beardcrumb.type.mjs +1 -1
  45. package/esm2022/common/lib/layout/component-slot/component-slot-loader.service.mjs +1 -1
  46. package/esm2022/common/lib/layout/component-slot/component-slot-registery.service.mjs +1 -1
  47. package/esm2022/common/lib/layout/component-slot/component-slot.directive.mjs +1 -1
  48. package/esm2022/common/lib/layout/component-slot/component-slot.module.mjs +1 -1
  49. package/esm2022/common/lib/layout/component-slot/component-slot.types.mjs +1 -1
  50. package/esm2022/common/lib/layout/component-slot/index.mjs +1 -1
  51. package/esm2022/common/lib/layout/grid-layout/grid-layout.directive.mjs +1 -1
  52. package/esm2022/common/lib/layout/grid-layout/grid-layout.types.mjs +1 -1
  53. package/esm2022/common/lib/layout/grid-layout/index.mjs +1 -1
  54. package/esm2022/common/lib/layout/index.mjs +1 -1
  55. package/esm2022/common/lib/layout/layout.service.mjs +1 -1
  56. package/esm2022/common/lib/layout/logo/index.mjs +1 -1
  57. package/esm2022/common/lib/layout/logo/logo.component.mjs +3 -3
  58. package/esm2022/common/lib/layout/logo/logo.types.mjs +1 -1
  59. package/esm2022/common/lib/layout/menu/index.mjs +1 -1
  60. package/esm2022/common/lib/layout/menu/menu.loader.mjs +1 -1
  61. package/esm2022/common/lib/layout/menu/menu.types.mjs +1 -1
  62. package/esm2022/common/lib/layout/sticky.directive.mjs +1 -1
  63. package/esm2022/common/lib/layout/theme/components/slots/footer-text-slot.component.mjs +5 -5
  64. package/esm2022/common/lib/layout/theme/components/slots/index.mjs +1 -1
  65. package/esm2022/common/lib/layout/theme/components/slots/navbar-slot.component.mjs +9 -9
  66. package/esm2022/common/lib/layout/theme/components/slots/theme-slot.component.mjs +16 -16
  67. package/esm2022/common/lib/layout/theme/store/admin-layout.actions.mjs +1 -1
  68. package/esm2022/common/lib/layout/theme/store/admin-layout.effects.mjs +1 -1
  69. package/esm2022/common/lib/layout/theme/store/admin-layout.reducers.mjs +1 -1
  70. package/esm2022/common/lib/layout/theme/store/admin-layout.selectors.mjs +1 -1
  71. package/esm2022/common/lib/layout/theme/store/admin-layout.state.mjs +1 -1
  72. package/esm2022/common/lib/layout/theme/store/index.mjs +1 -1
  73. package/esm2022/common/lib/schema/component-loader.mjs +1 -1
  74. package/esm2022/common/lib/schema/entity/entity-registery.service.mjs +1 -1
  75. package/esm2022/common/lib/schema/entity/entity.class.mjs +1 -1
  76. package/esm2022/common/lib/schema/entity/entity.loader.mjs +1 -1
  77. package/esm2022/common/lib/schema/entity/index.mjs +1 -1
  78. package/esm2022/common/lib/schema/formats.mjs +1 -1
  79. package/esm2022/common/lib/schema/index.mjs +1 -1
  80. package/esm2022/common/lib/schema/schema-registery.service.mjs +1 -1
  81. package/esm2022/common/lib/schema/schema.module.mjs +1 -1
  82. package/esm2022/common/lib/schema/schema.types.mjs +1 -1
  83. package/esm2022/common/lib/schema/widget/index.mjs +1 -1
  84. package/esm2022/common/lib/schema/widget/widget-base.mjs +1 -1
  85. package/esm2022/common/lib/schema/widget/widget-column-renderer.mjs +17 -17
  86. package/esm2022/common/lib/schema/widget/widget-filter-renderer.mjs +13 -13
  87. package/esm2022/common/lib/schema/widget/widget-renderer.mjs +13 -13
  88. package/esm2022/common/lib/schema/widget/widget-token.mjs +1 -1
  89. package/esm2022/common/lib/schema/widgets/avatar/avatar-widget-edit.component.mjs +67 -67
  90. package/esm2022/common/lib/schema/widgets/avatar/avatar-widget-view.component.mjs +15 -15
  91. package/esm2022/common/lib/schema/widgets/checkbox/checkbox-widget-column.component.mjs +31 -31
  92. package/esm2022/common/lib/schema/widgets/checkbox/checkbox-widget-edit.component.mjs +1 -1
  93. package/esm2022/common/lib/schema/widgets/checkbox/checkbox-widget-view.component.mjs +25 -25
  94. package/esm2022/common/lib/schema/widgets/common-widget-filter/boolean-widget-filter.component.mjs +76 -76
  95. package/esm2022/common/lib/schema/widgets/common-widget-filter/number-widget-filter.component.mjs +86 -86
  96. package/esm2022/common/lib/schema/widgets/common-widget-filter/string-widget-filter.component.mjs +68 -68
  97. package/esm2022/common/lib/schema/widgets/common-widgets.module.mjs +1 -1
  98. package/esm2022/common/lib/schema/widgets/dateTime/dateTime-widget-column.component.mjs +1 -1
  99. package/esm2022/common/lib/schema/widgets/dateTime/dateTime-widget-edit.component.mjs +100 -100
  100. package/esm2022/common/lib/schema/widgets/dateTime/dateTime-widget-filter.component.mjs +59 -59
  101. package/esm2022/common/lib/schema/widgets/dateTime/dateTime-widget-view.component.mjs +21 -21
  102. package/esm2022/common/lib/schema/widgets/email/email-widget-column.component.mjs +23 -23
  103. package/esm2022/common/lib/schema/widgets/email/email-widget-edit.component.mjs +134 -134
  104. package/esm2022/common/lib/schema/widgets/email/email-widget-view.component.mjs +65 -65
  105. package/esm2022/common/lib/schema/widgets/file/file-widget-column.component.mjs +1 -1
  106. package/esm2022/common/lib/schema/widgets/file/file-widget-edit.component.mjs +116 -116
  107. package/esm2022/common/lib/schema/widgets/file/file-widget-filter.component.mjs +5 -5
  108. package/esm2022/common/lib/schema/widgets/file/file-widget-view.component.mjs +70 -70
  109. package/esm2022/common/lib/schema/widgets/gallery/gallery-widget-edit.component.mjs +125 -125
  110. package/esm2022/common/lib/schema/widgets/gallery/gallery-widget-filter.component.mjs +5 -5
  111. package/esm2022/common/lib/schema/widgets/gallery/gallery-widget-types.mjs +1 -1
  112. package/esm2022/common/lib/schema/widgets/gallery/gallery-widget-view.component.mjs +109 -109
  113. package/esm2022/common/lib/schema/widgets/index.mjs +1 -1
  114. package/esm2022/common/lib/schema/widgets/lookup/lookup-widget-column.component.mjs +1 -1
  115. package/esm2022/common/lib/schema/widgets/lookup/lookup-widget-edit.component.mjs +27 -27
  116. package/esm2022/common/lib/schema/widgets/lookup/lookup-widget-filter.component.mjs +66 -66
  117. package/esm2022/common/lib/schema/widgets/lookup/lookup-widget-view.component.mjs +1 -1
  118. package/esm2022/common/lib/schema/widgets/map/map-widget-edit.component.mjs +5 -5
  119. package/esm2022/common/lib/schema/widgets/map/map-widget-view.component.mjs +5 -5
  120. package/esm2022/common/lib/schema/widgets/messenger/messenger-widget-column.component.mjs +23 -23
  121. package/esm2022/common/lib/schema/widgets/messenger/messenger-widget-edit.component.mjs +88 -88
  122. package/esm2022/common/lib/schema/widgets/messenger/messenger-widget-view.component.mjs +67 -67
  123. package/esm2022/common/lib/schema/widgets/number/number-widget-edit.component.mjs +15 -15
  124. package/esm2022/common/lib/schema/widgets/number/number-widget-view.component.mjs +1 -1
  125. package/esm2022/common/lib/schema/widgets/password/change-password.component.mjs +100 -100
  126. package/esm2022/common/lib/schema/widgets/password/password-widget-column.component.mjs +37 -37
  127. package/esm2022/common/lib/schema/widgets/password/password-widget-edit.component.mjs +15 -15
  128. package/esm2022/common/lib/schema/widgets/password/password-widget-view.component.mjs +58 -58
  129. package/esm2022/common/lib/schema/widgets/phone/phone-widget-column.component.mjs +41 -41
  130. package/esm2022/common/lib/schema/widgets/phone/phone-widget-edit.component.mjs +140 -140
  131. package/esm2022/common/lib/schema/widgets/phone/phone-widget-view.component.mjs +69 -69
  132. package/esm2022/common/lib/schema/widgets/rich-text/rich-text-widget-column.component.mjs +23 -23
  133. package/esm2022/common/lib/schema/widgets/rich-text/rich-text-widget-edit.component.mjs +9 -9
  134. package/esm2022/common/lib/schema/widgets/rich-text/rich-text-widget-view.component.mjs +9 -9
  135. package/esm2022/common/lib/schema/widgets/selection-list/selection-list-widget-column.component.mjs +17 -17
  136. package/esm2022/common/lib/schema/widgets/selection-list/selection-list-widget-edit.component.mjs +29 -29
  137. package/esm2022/common/lib/schema/widgets/selection-list/selection-list-widget-filter.component.mjs +19 -19
  138. package/esm2022/common/lib/schema/widgets/selection-list/selection-list-widget-view.component.mjs +9 -9
  139. package/esm2022/common/lib/schema/widgets/signature-pad/signature-pad-widget-edit.component.mjs +56 -56
  140. package/esm2022/common/lib/schema/widgets/signature-pad/signature-pad-widget-view.component.mjs +17 -17
  141. package/esm2022/common/lib/schema/widgets/text/largetext-widget-edit.component.mjs +13 -13
  142. package/esm2022/common/lib/schema/widgets/text/text-widget-column.component.mjs +1 -1
  143. package/esm2022/common/lib/schema/widgets/text/text-widget-edit.component.mjs +88 -88
  144. package/esm2022/common/lib/schema/widgets/text/text-widget-view.component.mjs +21 -21
  145. package/esm2022/common/lib/schema/widgets/toggle/toggle-widget-column.component.mjs +33 -33
  146. package/esm2022/common/lib/schema/widgets/toggle/toggle-widget-edit.component.mjs +1 -1
  147. package/esm2022/common/lib/schema/widgets/toggle/toggle-widget-view.component.mjs +25 -25
  148. package/esm2022/common/lib/settings/index.mjs +1 -1
  149. package/esm2022/common/lib/settings/settings.loader.mjs +1 -1
  150. package/esm2022/common/lib/settings/settings.service.mjs +1 -1
  151. package/esm2022/common/lib/settings/settings.types.mjs +1 -1
  152. package/esm2022/common/lib/store/common.actions.mjs +1 -1
  153. package/esm2022/common/lib/store/common.effects.mjs +1 -1
  154. package/esm2022/common/lib/store/index.mjs +1 -1
  155. package/esm2022/common/lib/utils/clipboard-service.mjs +1 -1
  156. package/esm2022/common/lib/utils/data-generator.mjs +1 -1
  157. package/esm2022/common/lib/utils/index.mjs +1 -1
  158. package/esm2022/common/lib/utils/pdf.service.mjs +1 -1
  159. package/esm2022/common/lib/utils/router-util.service.mjs +1 -1
  160. package/esm2022/common/lib/workflows/common.workflow.mjs +1 -1
  161. package/esm2022/common/lib/workflows/error-handler.mjs +1 -1
  162. package/esm2022/common/lib/workflows/index.mjs +1 -1
  163. package/esm2022/index.mjs +1 -1
  164. package/esm2022/layout/builder/index.mjs +1 -1
  165. package/esm2022/layout/builder/lib/builder/builder.module.mjs +1 -1
  166. package/esm2022/layout/builder/lib/builder/builder.service.mjs +1 -1
  167. package/esm2022/layout/builder/lib/builder/index.mjs +1 -1
  168. package/esm2022/layout/builder/lib/builder/layout.types.mjs +1 -1
  169. package/esm2022/layout/builder/lib/builder/widget-column-renderer.mjs +17 -17
  170. package/esm2022/layout/builder/lib/builder/widget-container.component.mjs +1 -1
  171. package/esm2022/layout/builder/lib/builder/widget-registery.service.mjs +1 -1
  172. package/esm2022/layout/builder/lib/builder/widget-renderer.component.mjs +19 -19
  173. package/esm2022/layout/builder/lib/builder/widget.types.mjs +1 -1
  174. package/esm2022/layout/entity/lib/entity-detail-list.viewmodel.mjs +28 -13
  175. package/esm2022/layout/entity/lib/entity-master-create.viewmodel.mjs +1 -1
  176. package/esm2022/layout/entity/lib/entity-master-list.viewmodel.mjs +19 -7
  177. package/esm2022/layout/entity/lib/entity-master-single.viewmodel.mjs +1 -7
  178. package/esm2022/layout/entity/lib/entity-master-update.viewmodel.mjs +1 -1
  179. package/esm2022/layout/entity/lib/entity-registery.service.mjs +1 -1
  180. package/esm2022/layout/entity/lib/entity.config.mjs +1 -1
  181. package/esm2022/layout/entity/lib/entity.module.mjs +1 -1
  182. package/esm2022/layout/entity/lib/entity.viewmodel.mjs +1 -1
  183. package/esm2022/layout/entity/lib/index.mjs +1 -1
  184. package/esm2022/layout/entity/lib/widgets/lookup-widget/lookup-widget-edit.component.mjs +44 -42
  185. package/esm2022/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.component.mjs +72 -72
  186. package/esm2022/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.viewmodel.mjs +1 -1
  187. package/esm2022/layout/entity/lib/workflows/create-entity.workflow.mjs +3 -2
  188. package/esm2022/layout/entity/lib/workflows/delete-entity.workflow.mjs +3 -3
  189. package/esm2022/layout/entity/lib/workflows/modify-section.workflow.mjs +1 -1
  190. package/esm2022/layout/entity/lib/workflows/show-details.workflow.mjs +1 -2
  191. package/esm2022/layout/entity/lib/workflows/show-list.workflow.mjs +1 -1
  192. package/esm2022/layouts/index.mjs +1 -1
  193. package/esm2022/layouts/lib/admin/admin.module.mjs +1 -1
  194. package/esm2022/layouts/lib/admin/admin.routes.mjs +1 -1
  195. package/esm2022/layouts/lib/admin/custom-reuse.strategy.mjs +1 -1
  196. package/esm2022/layouts/lib/admin/entity-layout/entity-create-view/entity-create-view.component.mjs +3 -3
  197. package/esm2022/layouts/lib/admin/entity-layout/entity-create-view/entity-create-view.config.mjs +1 -1
  198. package/esm2022/layouts/lib/admin/entity-layout/entity-details-view/detail-view.config.mjs +1 -1
  199. package/esm2022/layouts/lib/admin/entity-layout/entity-details-view/entity-details-view.component.mjs +3 -3
  200. package/esm2022/layouts/lib/admin/entity-layout/entity-details-view/index.mjs +1 -1
  201. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/entity-custom-view/entity-custom-view.component.mjs +3 -3
  202. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/index.mjs +1 -1
  203. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/list-view-option-columns/list-view-option-columns.component.mjs +3 -3
  204. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/list-view-option-conditions/list-view-option-conditions.component.mjs +3 -3
  205. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/list-view-option-conditions/list-view-option-filter-operator.component.mjs +19 -19
  206. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/components/list-view-option-sorting/list-view-option-sorting.component.mjs +3 -3
  207. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/entity-list-view.component.mjs +3 -3
  208. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/index.mjs +1 -1
  209. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/list-view.config.mjs +1 -1
  210. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/list-view.module.mjs +1 -1
  211. package/esm2022/layouts/lib/admin/entity-layout/entity-modify-view/entity-modify-view.component.mjs +3 -3
  212. package/esm2022/layouts/lib/admin/entity-layout/entity-modify-view/entity-modify-view.config.mjs +1 -1
  213. package/esm2022/layouts/lib/admin/entity-layout/entity-quick-view/entity-quick-view.component.mjs +3 -3
  214. package/esm2022/layouts/lib/admin/entity-layout/index.mjs +1 -1
  215. package/esm2022/layouts/lib/admin/entity-layout/workflows/create-entity.workflow.mjs +1 -1
  216. package/esm2022/layouts/lib/admin/entity-layout/workflows/delete-entity.workflow.mjs +1 -1
  217. package/esm2022/layouts/lib/admin/entity-layout/workflows/index.mjs +1 -1
  218. package/esm2022/layouts/lib/admin/entity-layout/workflows/modify-entity.workflow.mjs +1 -1
  219. package/esm2022/layouts/lib/admin/entity-layout/workflows/modify-section.workflow.mjs +1 -1
  220. package/esm2022/layouts/lib/admin/entity-layout/workflows/show-details.workflow.mjs +1 -1
  221. package/esm2022/layouts/lib/admin/entity-layout/workflows/show-list.workflow.mjs +1 -1
  222. package/esm2022/layouts/lib/admin/entity-layout/workflows/show-quick-view.workflow.mjs +1 -1
  223. package/esm2022/layouts/lib/admin/entity.resolver.mjs +1 -1
  224. package/esm2022/layouts/lib/admin/index.mjs +1 -1
  225. package/esm2022/layouts/lib/layout.module.mjs +1 -1
  226. package/esm2022/mocks/index.mjs +1 -1
  227. package/esm2022/mocks/lib/mocks.module.mjs +1 -1
  228. package/esm2022/mocks/lib/services/mocker.service.mjs +1 -1
  229. package/esm2022/mocks/lib/storage/storage.mock.service.mjs +1 -1
  230. package/esm2022/native/index.mjs +1 -1
  231. package/esm2022/native/lib/native.service.mjs +1 -1
  232. package/esm2022/themes/default/index.mjs +1 -1
  233. package/esm2022/themes/default/lib/default.module.mjs +1 -1
  234. package/esm2022/themes/default/lib/entity-reuse.strategy.mjs +1 -1
  235. package/esm2022/themes/default/lib/layout.routes.mjs +1 -1
  236. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.mjs +14 -21
  237. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.mjs +3 -3
  238. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.mjs +14 -21
  239. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-columns/list-view-option-columns.component.mjs +3 -3
  240. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-sorting/list-view-option-sorting.component.mjs +3 -3
  241. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-modify-view/entity-master-modify-view.component.mjs +3 -3
  242. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.mjs +5 -5
  243. package/esm2022/themes/default/lib/layouts/root-layout/components/footer/footer.component.mjs +3 -3
  244. package/esm2022/themes/default/lib/layouts/root-layout/components/header/header.component.mjs +3 -3
  245. package/esm2022/themes/default/lib/layouts/root-layout/index.mjs +1 -1
  246. package/esm2022/themes/default/lib/layouts/root-layout/root-layout.component.mjs +3 -3
  247. package/esm2022/themes/default/lib/layouts/root-layout/root-layout.module.mjs +1 -1
  248. package/esm2022/themes/default/lib/pages/errors/error-401/error-401.component.mjs +3 -3
  249. package/esm2022/themes/default/lib/pages/errors/error-404/error-404.component.mjs +3 -3
  250. package/esm2022/themes/default/lib/pages/errors/error-offline/error-offline.component.mjs +3 -3
  251. package/esm2022/widgets/index.mjs +1 -1
  252. package/esm2022/widgets/lib/editors/checkbox/checkbox-widget-column.component.mjs +25 -25
  253. package/esm2022/widgets/lib/editors/checkbox/checkbox-widget-edit.component.mjs +9 -9
  254. package/esm2022/widgets/lib/editors/checkbox/checkbox-widget-view.component.mjs +29 -29
  255. package/esm2022/widgets/lib/editors/checkbox/checkbox-widget.config.mjs +1 -1
  256. package/esm2022/widgets/lib/editors/checkbox/index.mjs +1 -1
  257. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-column.component.mjs +1 -1
  258. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-designer.component.mjs +1 -1
  259. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-edit.component.mjs +54 -54
  260. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-filter.component.mjs +1 -1
  261. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-print.component.mjs +1 -1
  262. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget-view.component.mjs +17 -17
  263. package/esm2022/widgets/lib/editors/date-time-box-widget/date-time-box-widget.config.mjs +1 -1
  264. package/esm2022/widgets/lib/editors/date-time-box-widget/index.mjs +1 -1
  265. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-column.component.mjs +21 -21
  266. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-designer.component.mjs +1 -1
  267. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-edit.component.mjs +142 -142
  268. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-filter.component.mjs +1 -1
  269. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-print.component.mjs +1 -1
  270. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget-view.component.mjs +69 -69
  271. package/esm2022/widgets/lib/editors/email-box-widget/email-box-widget.config.mjs +1 -1
  272. package/esm2022/widgets/lib/editors/email-box-widget/index.mjs +1 -1
  273. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-column.component.mjs +1 -1
  274. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-designer.component.mjs +1 -1
  275. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-edit.component.mjs +112 -112
  276. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-filter.component.mjs +1 -1
  277. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-print.component.mjs +1 -1
  278. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget-view.component.mjs +64 -64
  279. package/esm2022/widgets/lib/editors/file-box-widget/file-box-widget.config.mjs +1 -1
  280. package/esm2022/widgets/lib/editors/file-box-widget/index.mjs +1 -1
  281. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-column.component.mjs +1 -1
  282. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-designer.component.mjs +1 -1
  283. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-edit.component.mjs +107 -107
  284. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-filter.component.mjs +1 -1
  285. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-print.component.mjs +1 -1
  286. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-types.mjs +1 -1
  287. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget-view.component.mjs +97 -97
  288. package/esm2022/widgets/lib/editors/gallery-widget/gallery-widget.config.mjs +1 -1
  289. package/esm2022/widgets/lib/editors/gallery-widget/index.mjs +1 -1
  290. package/esm2022/widgets/lib/editors/map-box-widget/index.mjs +1 -1
  291. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-column.component.mjs +1 -1
  292. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-designer.component.mjs +1 -1
  293. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-edit.component.mjs +5 -5
  294. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-filter.component.mjs +1 -1
  295. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-print.component.mjs +1 -1
  296. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget-view.component.mjs +5 -5
  297. package/esm2022/widgets/lib/editors/map-box-widget/map-box-widget.config.mjs +1 -1
  298. package/esm2022/widgets/lib/editors/number-box-widget/index.mjs +1 -1
  299. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-column.component.mjs +1 -1
  300. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-designer.component.mjs +1 -1
  301. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-edit.component.mjs +68 -68
  302. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-filter.component.mjs +1 -1
  303. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-print.component.mjs +1 -1
  304. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget-view.component.mjs +17 -17
  305. package/esm2022/widgets/lib/editors/number-box-widget/number-box-widget.config.mjs +1 -1
  306. package/esm2022/widgets/lib/editors/password-box-widget/index.mjs +1 -1
  307. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-column.component.mjs +1 -1
  308. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-designer.component.mjs +1 -1
  309. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-edit.component.mjs +9 -9
  310. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-filter.component.mjs +1 -1
  311. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-print.component.mjs +1 -1
  312. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget-view.component.mjs +45 -45
  313. package/esm2022/widgets/lib/editors/password-box-widget/password-box-widget.config.mjs +1 -1
  314. package/esm2022/widgets/lib/editors/phone-box-widget/index.mjs +1 -1
  315. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-column.component.mjs +21 -21
  316. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-designer.component.mjs +1 -1
  317. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-edit.component.mjs +138 -138
  318. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-filter.component.mjs +1 -1
  319. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-print.component.mjs +1 -1
  320. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget-view.component.mjs +69 -69
  321. package/esm2022/widgets/lib/editors/phone-box-widget/phone-box-widget.config.mjs +1 -1
  322. package/esm2022/widgets/lib/editors/rich-text-widget/index.mjs +1 -1
  323. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-column.component.mjs +1 -1
  324. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-designer.component.mjs +1 -1
  325. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-edit.component.mjs +9 -9
  326. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-filter.component.mjs +1 -1
  327. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-print.component.mjs +1 -1
  328. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget-view.component.mjs +9 -9
  329. package/esm2022/widgets/lib/editors/rich-text-widget/rich-text-widget.config.mjs +1 -1
  330. package/esm2022/widgets/lib/editors/select-box-widget/index.mjs +1 -1
  331. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-column.component.mjs +1 -1
  332. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-designer.component.mjs +1 -1
  333. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-edit.component.mjs +25 -25
  334. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-filter.component.mjs +1 -1
  335. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-print.component.mjs +1 -1
  336. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget-view.component.mjs +23 -23
  337. package/esm2022/widgets/lib/editors/select-box-widget/select-box-widget.config.mjs +1 -1
  338. package/esm2022/widgets/lib/editors/selection-list-widget/index.mjs +1 -1
  339. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-column.component.mjs +13 -13
  340. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-designer.component.mjs +1 -1
  341. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-edit.component.mjs +31 -31
  342. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-filter.component.mjs +1 -1
  343. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-print.component.mjs +1 -1
  344. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget-view.component.mjs +9 -9
  345. package/esm2022/widgets/lib/editors/selection-list-widget/selection-list-widget.config.mjs +1 -1
  346. package/esm2022/widgets/lib/editors/signature-pad-widget/index.mjs +1 -1
  347. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-column.component.mjs +1 -1
  348. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-designer.component.mjs +1 -1
  349. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-edit.component.mjs +56 -56
  350. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-filter.component.mjs +1 -1
  351. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-print.component.mjs +1 -1
  352. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget-view.component.mjs +17 -17
  353. package/esm2022/widgets/lib/editors/signature-pad-widget/signature-pad-widget.config.mjs +1 -1
  354. package/esm2022/widgets/lib/editors/text-box-widget/index.mjs +1 -1
  355. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-column.component.mjs +1 -1
  356. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-designer.component.mjs +1 -1
  357. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-edit.component.mjs +62 -62
  358. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-filter.component.mjs +1 -1
  359. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-print.component.mjs +1 -1
  360. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget-view.component.mjs +17 -17
  361. package/esm2022/widgets/lib/editors/text-box-widget/text-box-widget.config.mjs +1 -1
  362. package/esm2022/widgets/lib/editors/toggle-widget/index.mjs +1 -1
  363. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-column.component.mjs +25 -25
  364. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-designer.component.mjs +1 -1
  365. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-edit.component.mjs +1 -1
  366. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-filter.component.mjs +1 -1
  367. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-print.component.mjs +1 -1
  368. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget-view.component.mjs +25 -25
  369. package/esm2022/widgets/lib/editors/toggle-widget/toggle-widget.config.mjs +1 -1
  370. package/esm2022/widgets/lib/layout/block-widget/block-widget.component.mjs +11 -11
  371. package/esm2022/widgets/lib/layout/block-widget/block-widget.config.mjs +1 -1
  372. package/esm2022/widgets/lib/layout/block-widget/index.mjs +1 -1
  373. package/esm2022/widgets/lib/widgets.module.mjs +1 -1
  374. package/esm2022/workflow/index.mjs +1 -1
  375. package/esm2022/workflow/lib/actions/start-workflow.action.mjs +1 -1
  376. package/esm2022/workflow/lib/errors.types.mjs +1 -1
  377. package/esm2022/workflow/lib/workflow-event-dispatcher.service.mjs +1 -1
  378. package/esm2022/workflow/lib/workflow-registery.service.mjs +1 -1
  379. package/esm2022/workflow/lib/workflow.module.mjs +1 -1
  380. package/esm2022/workflow/lib/workflow.service.mjs +1 -1
  381. package/esm2022/workflow/lib/workflow.types.mjs +1 -1
  382. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  383. package/fesm2022/{acorex-platform-common-avatar-widget-edit.component-B-of5ssU.mjs → acorex-platform-common-avatar-widget-edit.component-B8txzrTw.mjs} +67 -67
  384. package/fesm2022/acorex-platform-common-avatar-widget-edit.component-B8txzrTw.mjs.map +1 -0
  385. package/fesm2022/{acorex-platform-common-avatar-widget-view.component-CJvrSkTv.mjs → acorex-platform-common-avatar-widget-view.component-B3Ubyw3X.mjs} +15 -15
  386. package/fesm2022/acorex-platform-common-avatar-widget-view.component-B3Ubyw3X.mjs.map +1 -0
  387. package/fesm2022/{acorex-platform-common-boolean-widget-filter.component-BTcOjuUm.mjs → acorex-platform-common-boolean-widget-filter.component-CcJ5Vj4q.mjs} +76 -76
  388. package/fesm2022/acorex-platform-common-boolean-widget-filter.component-CcJ5Vj4q.mjs.map +1 -0
  389. package/fesm2022/{acorex-platform-common-change-password.component-NvrMMq9e.mjs → acorex-platform-common-change-password.component-CULJjn0l.mjs} +100 -100
  390. package/fesm2022/acorex-platform-common-change-password.component-CULJjn0l.mjs.map +1 -0
  391. package/fesm2022/{acorex-platform-common-checkbox-widget-column.component-X9d1iY_F.mjs → acorex-platform-common-checkbox-widget-column.component-C91gG8nm.mjs} +31 -31
  392. package/fesm2022/acorex-platform-common-checkbox-widget-column.component-C91gG8nm.mjs.map +1 -0
  393. package/fesm2022/acorex-platform-common-checkbox-widget-edit.component-_jtT03Vn.mjs.map +1 -1
  394. package/fesm2022/{acorex-platform-common-checkbox-widget-view.component-nYmtb8bK.mjs → acorex-platform-common-checkbox-widget-view.component-BDAtJB1B.mjs} +25 -25
  395. package/fesm2022/{acorex-platform-common-checkbox-widget-view.component-nYmtb8bK.mjs.map → acorex-platform-common-checkbox-widget-view.component-BDAtJB1B.mjs.map} +1 -1
  396. package/fesm2022/acorex-platform-common-dateTime-widget-column.component-5ljYmtHI.mjs.map +1 -1
  397. package/fesm2022/{acorex-platform-common-dateTime-widget-edit.component-D8FSiqAo.mjs → acorex-platform-common-dateTime-widget-edit.component-DRsoJMVG.mjs} +100 -100
  398. package/fesm2022/acorex-platform-common-dateTime-widget-edit.component-DRsoJMVG.mjs.map +1 -0
  399. package/fesm2022/{acorex-platform-common-dateTime-widget-filter.component-Df0DuDtw.mjs → acorex-platform-common-dateTime-widget-filter.component-uB7iwji0.mjs} +59 -59
  400. package/fesm2022/acorex-platform-common-dateTime-widget-filter.component-uB7iwji0.mjs.map +1 -0
  401. package/fesm2022/{acorex-platform-common-dateTime-widget-view.component-CjVjQkPh.mjs → acorex-platform-common-dateTime-widget-view.component-Dxmnor_-.mjs} +21 -21
  402. package/fesm2022/acorex-platform-common-dateTime-widget-view.component-Dxmnor_-.mjs.map +1 -0
  403. package/fesm2022/{acorex-platform-common-email-widget-column.component-BgNdL62k.mjs → acorex-platform-common-email-widget-column.component-DlPoexcx.mjs} +23 -23
  404. package/fesm2022/acorex-platform-common-email-widget-column.component-DlPoexcx.mjs.map +1 -0
  405. package/fesm2022/{acorex-platform-common-email-widget-edit.component-CgHPGccx.mjs → acorex-platform-common-email-widget-edit.component-CY-Nu0xD.mjs} +134 -134
  406. package/fesm2022/acorex-platform-common-email-widget-edit.component-CY-Nu0xD.mjs.map +1 -0
  407. package/fesm2022/{acorex-platform-common-email-widget-view.component-C2aQ14k-.mjs → acorex-platform-common-email-widget-view.component-C4M7KGUS.mjs} +65 -65
  408. package/fesm2022/acorex-platform-common-email-widget-view.component-C4M7KGUS.mjs.map +1 -0
  409. package/fesm2022/acorex-platform-common-file-widget-column.component-CwFzLLHt.mjs.map +1 -1
  410. package/fesm2022/{acorex-platform-common-file-widget-edit.component-DxoQR4CU.mjs → acorex-platform-common-file-widget-edit.component-ZXhaXwWN.mjs} +116 -116
  411. package/fesm2022/acorex-platform-common-file-widget-edit.component-ZXhaXwWN.mjs.map +1 -0
  412. package/fesm2022/{acorex-platform-common-file-widget-filter.component-BvG0iaKU.mjs → acorex-platform-common-file-widget-filter.component-qL-PznYm.mjs} +5 -5
  413. package/fesm2022/acorex-platform-common-file-widget-filter.component-qL-PznYm.mjs.map +1 -0
  414. package/fesm2022/{acorex-platform-common-file-widget-view.component-BC9l3YrO.mjs → acorex-platform-common-file-widget-view.component-B0C9oJLT.mjs} +70 -70
  415. package/fesm2022/acorex-platform-common-file-widget-view.component-B0C9oJLT.mjs.map +1 -0
  416. package/fesm2022/{acorex-platform-common-gallery-widget-edit.component-BihOIJ9T.mjs → acorex-platform-common-gallery-widget-edit.component-DB0-6pik.mjs} +125 -125
  417. package/fesm2022/acorex-platform-common-gallery-widget-edit.component-DB0-6pik.mjs.map +1 -0
  418. package/fesm2022/{acorex-platform-common-gallery-widget-filter.component-DS1PCIJp.mjs → acorex-platform-common-gallery-widget-filter.component-Bvy3nmy6.mjs} +5 -5
  419. package/fesm2022/acorex-platform-common-gallery-widget-filter.component-Bvy3nmy6.mjs.map +1 -0
  420. package/fesm2022/{acorex-platform-common-gallery-widget-view.component-CnQONVdg.mjs → acorex-platform-common-gallery-widget-view.component-Bp5cEEiY.mjs} +109 -109
  421. package/fesm2022/acorex-platform-common-gallery-widget-view.component-Bp5cEEiY.mjs.map +1 -0
  422. package/fesm2022/{acorex-platform-common-largetext-widget-edit.component-BCtGkz1a.mjs → acorex-platform-common-largetext-widget-edit.component-DJhPlQ0G.mjs} +13 -13
  423. package/fesm2022/acorex-platform-common-largetext-widget-edit.component-DJhPlQ0G.mjs.map +1 -0
  424. package/fesm2022/acorex-platform-common-lookup-widget-column.component-Cl-vO5XW.mjs.map +1 -1
  425. package/fesm2022/{acorex-platform-common-lookup-widget-edit.component-Do_yV2hi.mjs → acorex-platform-common-lookup-widget-edit.component-CpzTuRyJ.mjs} +27 -27
  426. package/fesm2022/acorex-platform-common-lookup-widget-edit.component-CpzTuRyJ.mjs.map +1 -0
  427. package/fesm2022/{acorex-platform-common-lookup-widget-filter.component-AKqbYe-l.mjs → acorex-platform-common-lookup-widget-filter.component-i8oRoMWh.mjs} +66 -66
  428. package/fesm2022/acorex-platform-common-lookup-widget-filter.component-i8oRoMWh.mjs.map +1 -0
  429. package/fesm2022/acorex-platform-common-lookup-widget-view.component-BHqYDEuU.mjs.map +1 -1
  430. package/fesm2022/{acorex-platform-common-map-widget-edit.component-SSrR3xxv.mjs → acorex-platform-common-map-widget-edit.component-BjrRrklq.mjs} +5 -5
  431. package/fesm2022/acorex-platform-common-map-widget-edit.component-BjrRrklq.mjs.map +1 -0
  432. package/fesm2022/{acorex-platform-common-map-widget-view.component-DrGG3gzg.mjs → acorex-platform-common-map-widget-view.component-C5gL9-oB.mjs} +5 -5
  433. package/fesm2022/acorex-platform-common-map-widget-view.component-C5gL9-oB.mjs.map +1 -0
  434. package/fesm2022/{acorex-platform-common-messenger-widget-column.component-BJ_XzNKc.mjs → acorex-platform-common-messenger-widget-column.component-BQSYcyso.mjs} +23 -23
  435. package/fesm2022/acorex-platform-common-messenger-widget-column.component-BQSYcyso.mjs.map +1 -0
  436. package/fesm2022/{acorex-platform-common-messenger-widget-edit.component-B_FG_n0O.mjs → acorex-platform-common-messenger-widget-edit.component-WHM8ANuQ.mjs} +88 -88
  437. package/fesm2022/acorex-platform-common-messenger-widget-edit.component-WHM8ANuQ.mjs.map +1 -0
  438. package/fesm2022/{acorex-platform-common-messenger-widget-view.component-EBiPO9ds.mjs → acorex-platform-common-messenger-widget-view.component-B4Yt68Vn.mjs} +67 -67
  439. package/fesm2022/acorex-platform-common-messenger-widget-view.component-B4Yt68Vn.mjs.map +1 -0
  440. package/fesm2022/{acorex-platform-common-number-widget-edit.component-B1XXga-9.mjs → acorex-platform-common-number-widget-edit.component-D9dC514F.mjs} +15 -15
  441. package/fesm2022/acorex-platform-common-number-widget-edit.component-D9dC514F.mjs.map +1 -0
  442. package/fesm2022/{acorex-platform-common-number-widget-filter.component-B2JCpDjU.mjs → acorex-platform-common-number-widget-filter.component-BkKeBL6p.mjs} +86 -86
  443. package/fesm2022/acorex-platform-common-number-widget-filter.component-BkKeBL6p.mjs.map +1 -0
  444. package/fesm2022/acorex-platform-common-number-widget-view.component-DD0tkoc4.mjs.map +1 -1
  445. package/fesm2022/{acorex-platform-common-password-widget-column.component-eyqgQlAt.mjs → acorex-platform-common-password-widget-column.component-C0-x1_Np.mjs} +37 -37
  446. package/fesm2022/acorex-platform-common-password-widget-column.component-C0-x1_Np.mjs.map +1 -0
  447. package/fesm2022/{acorex-platform-common-password-widget-edit.component-C2yNb9Pl.mjs → acorex-platform-common-password-widget-edit.component-BbYqIGEP.mjs} +15 -15
  448. package/fesm2022/acorex-platform-common-password-widget-edit.component-BbYqIGEP.mjs.map +1 -0
  449. package/fesm2022/{acorex-platform-common-password-widget-view.component-o9S7pwJW.mjs → acorex-platform-common-password-widget-view.component-B6vGWi9I.mjs} +59 -59
  450. package/fesm2022/acorex-platform-common-password-widget-view.component-B6vGWi9I.mjs.map +1 -0
  451. package/fesm2022/{acorex-platform-common-phone-widget-column.component-BL9Xl2XH.mjs → acorex-platform-common-phone-widget-column.component-uAeAPCog.mjs} +41 -41
  452. package/fesm2022/acorex-platform-common-phone-widget-column.component-uAeAPCog.mjs.map +1 -0
  453. package/fesm2022/{acorex-platform-common-phone-widget-edit.component-DSh9zoZj.mjs → acorex-platform-common-phone-widget-edit.component-BdxXFoxc.mjs} +140 -140
  454. package/fesm2022/acorex-platform-common-phone-widget-edit.component-BdxXFoxc.mjs.map +1 -0
  455. package/fesm2022/{acorex-platform-common-phone-widget-view.component-Br3xbaDd.mjs → acorex-platform-common-phone-widget-view.component-D_A5NXzA.mjs} +69 -69
  456. package/fesm2022/acorex-platform-common-phone-widget-view.component-D_A5NXzA.mjs.map +1 -0
  457. package/fesm2022/{acorex-platform-common-rich-text-widget-column.component-DDT58tca.mjs → acorex-platform-common-rich-text-widget-column.component-DDJn1WqG.mjs} +23 -23
  458. package/fesm2022/acorex-platform-common-rich-text-widget-column.component-DDJn1WqG.mjs.map +1 -0
  459. package/fesm2022/{acorex-platform-common-rich-text-widget-edit.component-Dz1toc21.mjs → acorex-platform-common-rich-text-widget-edit.component-f30-VPMJ.mjs} +9 -9
  460. package/fesm2022/acorex-platform-common-rich-text-widget-edit.component-f30-VPMJ.mjs.map +1 -0
  461. package/fesm2022/{acorex-platform-common-rich-text-widget-view.component-CxTPcEIQ.mjs → acorex-platform-common-rich-text-widget-view.component-Y214kMe4.mjs} +9 -9
  462. package/fesm2022/acorex-platform-common-rich-text-widget-view.component-Y214kMe4.mjs.map +1 -0
  463. package/fesm2022/{acorex-platform-common-selection-list-widget-column.component-BCCmg8MI.mjs → acorex-platform-common-selection-list-widget-column.component-4uQzk7WQ.mjs} +17 -17
  464. package/fesm2022/acorex-platform-common-selection-list-widget-column.component-4uQzk7WQ.mjs.map +1 -0
  465. package/fesm2022/{acorex-platform-common-selection-list-widget-edit.component-B5eUdN2R.mjs → acorex-platform-common-selection-list-widget-edit.component-BY7A969M.mjs} +29 -29
  466. package/fesm2022/acorex-platform-common-selection-list-widget-edit.component-BY7A969M.mjs.map +1 -0
  467. package/fesm2022/{acorex-platform-common-selection-list-widget-filter.component-DPpZq1TB.mjs → acorex-platform-common-selection-list-widget-filter.component-NDAFZhfE.mjs} +19 -19
  468. package/fesm2022/acorex-platform-common-selection-list-widget-filter.component-NDAFZhfE.mjs.map +1 -0
  469. package/fesm2022/{acorex-platform-common-selection-list-widget-view.component-Bxvd_AKZ.mjs → acorex-platform-common-selection-list-widget-view.component-HzxEiWgp.mjs} +9 -9
  470. package/fesm2022/acorex-platform-common-selection-list-widget-view.component-HzxEiWgp.mjs.map +1 -0
  471. package/fesm2022/{acorex-platform-common-signature-pad-widget-edit.component-CNjYCEi6.mjs → acorex-platform-common-signature-pad-widget-edit.component-C6VI3F_S.mjs} +56 -56
  472. package/fesm2022/acorex-platform-common-signature-pad-widget-edit.component-C6VI3F_S.mjs.map +1 -0
  473. package/fesm2022/{acorex-platform-common-signature-pad-widget-view.component-CsiBv_7i.mjs → acorex-platform-common-signature-pad-widget-view.component-CEiBtv9t.mjs} +17 -17
  474. package/fesm2022/acorex-platform-common-signature-pad-widget-view.component-CEiBtv9t.mjs.map +1 -0
  475. package/fesm2022/{acorex-platform-common-string-widget-filter.component-CrGt6Bov.mjs → acorex-platform-common-string-widget-filter.component-BZiyRHfg.mjs} +68 -68
  476. package/fesm2022/acorex-platform-common-string-widget-filter.component-BZiyRHfg.mjs.map +1 -0
  477. package/fesm2022/acorex-platform-common-text-widget-column.component-qXusAevm.mjs.map +1 -1
  478. package/fesm2022/{acorex-platform-common-text-widget-edit.component-ed0MUYnD.mjs → acorex-platform-common-text-widget-edit.component-DSwPteMX.mjs} +88 -88
  479. package/fesm2022/acorex-platform-common-text-widget-edit.component-DSwPteMX.mjs.map +1 -0
  480. package/fesm2022/{acorex-platform-common-text-widget-view.component-BpxTaeQW.mjs → acorex-platform-common-text-widget-view.component-CKg9nvbY.mjs} +21 -21
  481. package/fesm2022/acorex-platform-common-text-widget-view.component-CKg9nvbY.mjs.map +1 -0
  482. package/fesm2022/{acorex-platform-common-toggle-widget-column.component-BqiUQrmV.mjs → acorex-platform-common-toggle-widget-column.component-_IrciAj-.mjs} +33 -33
  483. package/fesm2022/acorex-platform-common-toggle-widget-column.component-_IrciAj-.mjs.map +1 -0
  484. package/fesm2022/acorex-platform-common-toggle-widget-edit.component-CDG62BJN.mjs.map +1 -1
  485. package/fesm2022/{acorex-platform-common-toggle-widget-view.component-DWYcIPTd.mjs → acorex-platform-common-toggle-widget-view.component-B5JwQ8X-.mjs} +25 -25
  486. package/fesm2022/acorex-platform-common-toggle-widget-view.component-B5JwQ8X-.mjs.map +1 -0
  487. package/fesm2022/acorex-platform-common.mjs +124 -120
  488. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  489. package/fesm2022/acorex-platform-layout-builder.mjs +34 -34
  490. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  491. package/fesm2022/acorex-platform-layout-entity.mjs +161 -139
  492. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  493. package/fesm2022/acorex-platform-layouts-entity-create-view.component-Bxkv579D.mjs +107 -0
  494. package/fesm2022/acorex-platform-layouts-entity-create-view.component-Bxkv579D.mjs.map +1 -0
  495. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-C-dS2HFl.mjs +88 -0
  496. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-C-dS2HFl.mjs.map +1 -0
  497. package/fesm2022/acorex-platform-layouts.mjs +35 -35
  498. package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
  499. package/fesm2022/acorex-platform-mocks.mjs.map +1 -1
  500. package/fesm2022/acorex-platform-native.mjs.map +1 -1
  501. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-CTlj-QBs.mjs +96 -0
  502. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-CTlj-QBs.mjs.map +1 -0
  503. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-DHmUvWx8.mjs +85 -0
  504. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-DHmUvWx8.mjs.map +1 -0
  505. package/fesm2022/acorex-platform-themes-default-error-401.component-BeQ4_BgW.mjs +31 -0
  506. package/fesm2022/acorex-platform-themes-default-error-401.component-BeQ4_BgW.mjs.map +1 -0
  507. package/fesm2022/acorex-platform-themes-default-error-404.component-BYDiT6Ns.mjs +25 -0
  508. package/fesm2022/acorex-platform-themes-default-error-404.component-BYDiT6Ns.mjs.map +1 -0
  509. package/fesm2022/acorex-platform-themes-default-error-offline.component-DUtW3w_g.mjs +19 -0
  510. package/fesm2022/acorex-platform-themes-default-error-offline.component-DUtW3w_g.mjs.map +1 -0
  511. package/fesm2022/acorex-platform-themes-default.mjs +46 -60
  512. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  513. package/fesm2022/{acorex-platform-widgets-checkbox-widget-column.component-Cx6WLV3_.mjs → acorex-platform-widgets-checkbox-widget-column.component-CFCwedxX.mjs} +25 -25
  514. package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-CFCwedxX.mjs.map +1 -0
  515. package/fesm2022/{acorex-platform-widgets-checkbox-widget-view.component-C_68pr-9.mjs → acorex-platform-widgets-checkbox-widget-view.component-CCTIjDb0.mjs} +29 -29
  516. package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-CCTIjDb0.mjs.map +1 -0
  517. package/fesm2022/acorex-platform-widgets.mjs +1370 -1370
  518. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  519. package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
  520. package/fesm2022/acorex-platform.mjs.map +1 -1
  521. package/layout/builder/README.md +3 -3
  522. package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +2 -1
  523. package/layout/entity/lib/entity-master-list.viewmodel.d.ts +2 -1
  524. package/layouts/README.md +3 -3
  525. package/mocks/README.md +3 -3
  526. package/package.json +1 -1
  527. package/themes/default/README.md +3 -3
  528. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +1 -1
  529. package/widgets/README.md +3 -3
  530. package/workflow/README.md +3 -3
  531. package/fesm2022/acorex-platform-common-avatar-widget-edit.component-B-of5ssU.mjs.map +0 -1
  532. package/fesm2022/acorex-platform-common-avatar-widget-view.component-CJvrSkTv.mjs.map +0 -1
  533. package/fesm2022/acorex-platform-common-boolean-widget-filter.component-BTcOjuUm.mjs.map +0 -1
  534. package/fesm2022/acorex-platform-common-change-password.component-NvrMMq9e.mjs.map +0 -1
  535. package/fesm2022/acorex-platform-common-checkbox-widget-column.component-X9d1iY_F.mjs.map +0 -1
  536. package/fesm2022/acorex-platform-common-dateTime-widget-edit.component-D8FSiqAo.mjs.map +0 -1
  537. package/fesm2022/acorex-platform-common-dateTime-widget-filter.component-Df0DuDtw.mjs.map +0 -1
  538. package/fesm2022/acorex-platform-common-dateTime-widget-view.component-CjVjQkPh.mjs.map +0 -1
  539. package/fesm2022/acorex-platform-common-email-widget-column.component-BgNdL62k.mjs.map +0 -1
  540. package/fesm2022/acorex-platform-common-email-widget-edit.component-CgHPGccx.mjs.map +0 -1
  541. package/fesm2022/acorex-platform-common-email-widget-view.component-C2aQ14k-.mjs.map +0 -1
  542. package/fesm2022/acorex-platform-common-file-widget-edit.component-DxoQR4CU.mjs.map +0 -1
  543. package/fesm2022/acorex-platform-common-file-widget-filter.component-BvG0iaKU.mjs.map +0 -1
  544. package/fesm2022/acorex-platform-common-file-widget-view.component-BC9l3YrO.mjs.map +0 -1
  545. package/fesm2022/acorex-platform-common-gallery-widget-edit.component-BihOIJ9T.mjs.map +0 -1
  546. package/fesm2022/acorex-platform-common-gallery-widget-filter.component-DS1PCIJp.mjs.map +0 -1
  547. package/fesm2022/acorex-platform-common-gallery-widget-view.component-CnQONVdg.mjs.map +0 -1
  548. package/fesm2022/acorex-platform-common-largetext-widget-edit.component-BCtGkz1a.mjs.map +0 -1
  549. package/fesm2022/acorex-platform-common-lookup-widget-edit.component-Do_yV2hi.mjs.map +0 -1
  550. package/fesm2022/acorex-platform-common-lookup-widget-filter.component-AKqbYe-l.mjs.map +0 -1
  551. package/fesm2022/acorex-platform-common-map-widget-edit.component-SSrR3xxv.mjs.map +0 -1
  552. package/fesm2022/acorex-platform-common-map-widget-view.component-DrGG3gzg.mjs.map +0 -1
  553. package/fesm2022/acorex-platform-common-messenger-widget-column.component-BJ_XzNKc.mjs.map +0 -1
  554. package/fesm2022/acorex-platform-common-messenger-widget-edit.component-B_FG_n0O.mjs.map +0 -1
  555. package/fesm2022/acorex-platform-common-messenger-widget-view.component-EBiPO9ds.mjs.map +0 -1
  556. package/fesm2022/acorex-platform-common-number-widget-edit.component-B1XXga-9.mjs.map +0 -1
  557. package/fesm2022/acorex-platform-common-number-widget-filter.component-B2JCpDjU.mjs.map +0 -1
  558. package/fesm2022/acorex-platform-common-password-widget-column.component-eyqgQlAt.mjs.map +0 -1
  559. package/fesm2022/acorex-platform-common-password-widget-edit.component-C2yNb9Pl.mjs.map +0 -1
  560. package/fesm2022/acorex-platform-common-password-widget-view.component-o9S7pwJW.mjs.map +0 -1
  561. package/fesm2022/acorex-platform-common-phone-widget-column.component-BL9Xl2XH.mjs.map +0 -1
  562. package/fesm2022/acorex-platform-common-phone-widget-edit.component-DSh9zoZj.mjs.map +0 -1
  563. package/fesm2022/acorex-platform-common-phone-widget-view.component-Br3xbaDd.mjs.map +0 -1
  564. package/fesm2022/acorex-platform-common-rich-text-widget-column.component-DDT58tca.mjs.map +0 -1
  565. package/fesm2022/acorex-platform-common-rich-text-widget-edit.component-Dz1toc21.mjs.map +0 -1
  566. package/fesm2022/acorex-platform-common-rich-text-widget-view.component-CxTPcEIQ.mjs.map +0 -1
  567. package/fesm2022/acorex-platform-common-selection-list-widget-column.component-BCCmg8MI.mjs.map +0 -1
  568. package/fesm2022/acorex-platform-common-selection-list-widget-edit.component-B5eUdN2R.mjs.map +0 -1
  569. package/fesm2022/acorex-platform-common-selection-list-widget-filter.component-DPpZq1TB.mjs.map +0 -1
  570. package/fesm2022/acorex-platform-common-selection-list-widget-view.component-Bxvd_AKZ.mjs.map +0 -1
  571. package/fesm2022/acorex-platform-common-signature-pad-widget-edit.component-CNjYCEi6.mjs.map +0 -1
  572. package/fesm2022/acorex-platform-common-signature-pad-widget-view.component-CsiBv_7i.mjs.map +0 -1
  573. package/fesm2022/acorex-platform-common-string-widget-filter.component-CrGt6Bov.mjs.map +0 -1
  574. package/fesm2022/acorex-platform-common-text-widget-edit.component-ed0MUYnD.mjs.map +0 -1
  575. package/fesm2022/acorex-platform-common-text-widget-view.component-BpxTaeQW.mjs.map +0 -1
  576. package/fesm2022/acorex-platform-common-toggle-widget-column.component-BqiUQrmV.mjs.map +0 -1
  577. package/fesm2022/acorex-platform-common-toggle-widget-view.component-DWYcIPTd.mjs.map +0 -1
  578. package/fesm2022/acorex-platform-layouts-entity-create-view.component-fkKPKxlb.mjs +0 -107
  579. package/fesm2022/acorex-platform-layouts-entity-create-view.component-fkKPKxlb.mjs.map +0 -1
  580. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-D1h1xORH.mjs +0 -88
  581. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-D1h1xORH.mjs.map +0 -1
  582. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BxYT9KhH.mjs +0 -96
  583. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BxYT9KhH.mjs.map +0 -1
  584. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-F7dr-osu.mjs +0 -85
  585. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-F7dr-osu.mjs.map +0 -1
  586. package/fesm2022/acorex-platform-themes-default-error-401.component-Djuin07Z.mjs +0 -31
  587. package/fesm2022/acorex-platform-themes-default-error-401.component-Djuin07Z.mjs.map +0 -1
  588. package/fesm2022/acorex-platform-themes-default-error-404.component-C-RyiLkk.mjs +0 -25
  589. package/fesm2022/acorex-platform-themes-default-error-404.component-C-RyiLkk.mjs.map +0 -1
  590. package/fesm2022/acorex-platform-themes-default-error-offline.component-WCfy9-cr.mjs +0 -19
  591. package/fesm2022/acorex-platform-themes-default-error-offline.component-WCfy9-cr.mjs.map +0 -1
  592. package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-Cx6WLV3_.mjs.map +0 -1
  593. package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-C_68pr-9.mjs.map +0 -1
@@ -36,100 +36,100 @@ export class AXPNumberWidgetFilterComponent extends AXPWidgetFilterBase {
36
36
  this.value = { from: this.value?.from || 0, to: this.value?.to || 0 };
37
37
  }
38
38
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXPNumberWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
39
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: AXPNumberWidgetFilterComponent, isStandalone: true, selector: "axp-number-widget-filter", usesInheritance: true, ngImport: i0, template: `
40
- <div class="ax-flex ax-items-center">
41
- @if(operator!=="between"){
42
- <ax-number-box [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
43
- <ax-clear-button></ax-clear-button>
44
- </ax-number-box>
45
- }@else{
46
- <div class="ax-flex ax-gap-3">
47
- <ax-number-box placeholder="from" [(ngModel)]="value.from">
48
- <ax-clear-button></ax-clear-button>
49
- </ax-number-box>
50
- <ax-number-box placeholder="to" [(ngModel)]="value.to">
51
- <ax-clear-button></ax-clear-button>
52
- </ax-number-box>
53
- </div>
54
- } @if(operations.length){
55
- <ax-button #changeOperator look="blank" color="default" class="ax-sm">
56
- <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
57
- </ax-button>
58
- <ax-popover
59
- #operatorsPopover
60
- [target]="changeOperator"
61
- [openOn]="'toggle'"
62
- [closeOn]="'clickOut'"
63
- [adaptivityEnabled]="true"
64
- >
65
- <div
66
- class="ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
67
- >
68
- <ax-selection-list
69
- [valueField]="'name'"
70
- [textField]="'title'"
71
- [(ngModel)]="operator"
72
- (ngModelChange)="operatorsPopover.close(); updateValueOnOperatorChange()"
73
- [direction]="'vertical'"
74
- [items]="operations"
75
- [multiple]="false"
76
- ></ax-selection-list>
77
- </div>
78
- </ax-popover>
79
- }
80
- </div>
81
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i4.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i5.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "hintField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i6.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
39
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: AXPNumberWidgetFilterComponent, isStandalone: true, selector: "axp-number-widget-filter", usesInheritance: true, ngImport: i0, template: `
40
+ <div class="ax-flex ax-items-center">
41
+ @if(operator!=="between"){
42
+ <ax-number-box [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
43
+ <ax-clear-button></ax-clear-button>
44
+ </ax-number-box>
45
+ }@else{
46
+ <div class="ax-flex ax-gap-3">
47
+ <ax-number-box placeholder="from" [(ngModel)]="value.from">
48
+ <ax-clear-button></ax-clear-button>
49
+ </ax-number-box>
50
+ <ax-number-box placeholder="to" [(ngModel)]="value.to">
51
+ <ax-clear-button></ax-clear-button>
52
+ </ax-number-box>
53
+ </div>
54
+ } @if(operations.length){
55
+ <ax-button #changeOperator look="blank" color="default" class="ax-sm">
56
+ <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
57
+ </ax-button>
58
+ <ax-popover
59
+ #operatorsPopover
60
+ [target]="changeOperator"
61
+ [openOn]="'toggle'"
62
+ [closeOn]="'clickOut'"
63
+ [adaptivityEnabled]="true"
64
+ >
65
+ <div
66
+ class="ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
67
+ >
68
+ <ax-selection-list
69
+ [valueField]="'name'"
70
+ [textField]="'title'"
71
+ [(ngModel)]="operator"
72
+ (ngModelChange)="operatorsPopover.close(); updateValueOnOperatorChange()"
73
+ [direction]="'vertical'"
74
+ [items]="operations"
75
+ [multiple]="false"
76
+ ></ax-selection-list>
77
+ </div>
78
+ </ax-popover>
79
+ }
80
+ </div>
81
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i4.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i5.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "hintField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i6.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
82
82
  }
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXPNumberWidgetFilterComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'axp-number-widget-filter',
87
- template: `
88
- <div class="ax-flex ax-items-center">
89
- @if(operator!=="between"){
90
- <ax-number-box [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
91
- <ax-clear-button></ax-clear-button>
92
- </ax-number-box>
93
- }@else{
94
- <div class="ax-flex ax-gap-3">
95
- <ax-number-box placeholder="from" [(ngModel)]="value.from">
96
- <ax-clear-button></ax-clear-button>
97
- </ax-number-box>
98
- <ax-number-box placeholder="to" [(ngModel)]="value.to">
99
- <ax-clear-button></ax-clear-button>
100
- </ax-number-box>
101
- </div>
102
- } @if(operations.length){
103
- <ax-button #changeOperator look="blank" color="default" class="ax-sm">
104
- <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
105
- </ax-button>
106
- <ax-popover
107
- #operatorsPopover
108
- [target]="changeOperator"
109
- [openOn]="'toggle'"
110
- [closeOn]="'clickOut'"
111
- [adaptivityEnabled]="true"
112
- >
113
- <div
114
- class="ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
115
- >
116
- <ax-selection-list
117
- [valueField]="'name'"
118
- [textField]="'title'"
119
- [(ngModel)]="operator"
120
- (ngModelChange)="operatorsPopover.close(); updateValueOnOperatorChange()"
121
- [direction]="'vertical'"
122
- [items]="operations"
123
- [multiple]="false"
124
- ></ax-selection-list>
125
- </div>
126
- </ax-popover>
127
- }
128
- </div>
87
+ template: `
88
+ <div class="ax-flex ax-items-center">
89
+ @if(operator!=="between"){
90
+ <ax-number-box [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
91
+ <ax-clear-button></ax-clear-button>
92
+ </ax-number-box>
93
+ }@else{
94
+ <div class="ax-flex ax-gap-3">
95
+ <ax-number-box placeholder="from" [(ngModel)]="value.from">
96
+ <ax-clear-button></ax-clear-button>
97
+ </ax-number-box>
98
+ <ax-number-box placeholder="to" [(ngModel)]="value.to">
99
+ <ax-clear-button></ax-clear-button>
100
+ </ax-number-box>
101
+ </div>
102
+ } @if(operations.length){
103
+ <ax-button #changeOperator look="blank" color="default" class="ax-sm">
104
+ <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
105
+ </ax-button>
106
+ <ax-popover
107
+ #operatorsPopover
108
+ [target]="changeOperator"
109
+ [openOn]="'toggle'"
110
+ [closeOn]="'clickOut'"
111
+ [adaptivityEnabled]="true"
112
+ >
113
+ <div
114
+ class="ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
115
+ >
116
+ <ax-selection-list
117
+ [valueField]="'name'"
118
+ [textField]="'title'"
119
+ [(ngModel)]="operator"
120
+ (ngModelChange)="operatorsPopover.close(); updateValueOnOperatorChange()"
121
+ [direction]="'vertical'"
122
+ [items]="operations"
123
+ [multiple]="false"
124
+ ></ax-selection-list>
125
+ </div>
126
+ </ax-popover>
127
+ }
128
+ </div>
129
129
  `,
130
130
  standalone: true,
131
131
  changeDetection: ChangeDetectionStrategy.OnPush,
132
132
  imports: [AXNumberBoxModule, FormsModule, AXDecoratorModule, AXPopoverModule, AXSelectionListModule, AXButtonModule],
133
133
  }]
134
134
  }] });
135
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLXdpZGdldC1maWx0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9jb21tb24vc3JjL2xpYi9zY2hlbWEvd2lkZ2V0cy9jb21tb24td2lkZ2V0LWZpbHRlci9udW1iZXItd2lkZ2V0LWZpbHRlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFvRC9ELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxtQkFBd0I7SUFqRDVFOztRQWtERSxlQUFVLEdBQXdCLEVBQUUsQ0FBQztLQXFCdEM7SUFuQlUsTUFBTTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ3hELENBQUM7SUFFUyxtQkFBbUI7UUFDM0IsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3hFLE9BQU8sQ0FBQyxRQUFRLElBQUksUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDdkQsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsMkJBQTJCLEVBQUUsQ0FBQztJQUNyQyxDQUFDO0lBRUQsMkJBQTJCO1FBQ3pCLElBQUksQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsRUFBRSxDQUFDO1lBQ2hDLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssU0FBUztZQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLElBQUksQ0FBQyxFQUFFLEVBQUUsRUFBRSxJQUFJLENBQUMsS0FBSyxFQUFFLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQztJQUN6RyxDQUFDOzhHQXJCVSw4QkFBOEI7a0dBQTlCLDhCQUE4QiwyR0EvQy9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0EwQ1QsMkRBR1MsaUJBQWlCLDhlQUFFLFdBQVcsOFZBQUUsaUJBQWlCLCtPQUFFLGVBQWUsb1RBQUUscUJBQXFCLDJZQUFFLGNBQWM7OzJGQUV4Ryw4QkFBOEI7a0JBakQxQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBMENUO29CQUNELFVBQVUsRUFBRSxJQUFJO29CQUNoQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLENBQUMsaUJBQWlCLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxxQkFBcUIsRUFBRSxjQUFjLENBQUM7aUJBQ3JIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvZGVjb3JhdG9ycyc7XHJcbmltcG9ydCB7IEFYTnVtYmVyQm94TW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL251bWJlci1ib3gnO1xyXG5pbXBvcnQgeyBBWFBvcG92ZXJNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvcG9wb3Zlcic7XHJcbmltcG9ydCB7IEFYU2VsZWN0aW9uTGlzdE1vZHVsZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9zZWxlY3Rpb24tbGlzdCc7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEFYUFdpZGdldEZpbHRlckJhc2UgfSBmcm9tICcuLi8uLi93aWRnZXQvd2lkZ2V0LWJhc2UnO1xyXG5pbXBvcnQgeyBBWFBGaWx0ZXJPcGVyYXRvciB9IGZyb20gJy4uLy4uLy4uL2FwcCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2F4cC1udW1iZXItd2lkZ2V0LWZpbHRlcicsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJheC1mbGV4IGF4LWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICBAaWYob3BlcmF0b3IhPT1cImJldHdlZW5cIil7XHJcbiAgICAgIDxheC1udW1iZXItYm94IFtkaXNhYmxlZF09XCIhdGhpcy5nZXRPcGVyYXRvckhhc1ZhbHVlKClcIiBbKG5nTW9kZWwpXT1cInZhbHVlXCI+XHJcbiAgICAgICAgPGF4LWNsZWFyLWJ1dHRvbj48L2F4LWNsZWFyLWJ1dHRvbj5cclxuICAgICAgPC9heC1udW1iZXItYm94PlxyXG4gICAgICB9QGVsc2V7XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJheC1mbGV4IGF4LWdhcC0zXCI+XHJcbiAgICAgICAgPGF4LW51bWJlci1ib3ggcGxhY2Vob2xkZXI9XCJmcm9tXCIgWyhuZ01vZGVsKV09XCJ2YWx1ZS5mcm9tXCI+XHJcbiAgICAgICAgICA8YXgtY2xlYXItYnV0dG9uPjwvYXgtY2xlYXItYnV0dG9uPlxyXG4gICAgICAgIDwvYXgtbnVtYmVyLWJveD5cclxuICAgICAgICA8YXgtbnVtYmVyLWJveCBwbGFjZWhvbGRlcj1cInRvXCIgWyhuZ01vZGVsKV09XCJ2YWx1ZS50b1wiPlxyXG4gICAgICAgICAgPGF4LWNsZWFyLWJ1dHRvbj48L2F4LWNsZWFyLWJ1dHRvbj5cclxuICAgICAgICA8L2F4LW51bWJlci1ib3g+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICB9IEBpZihvcGVyYXRpb25zLmxlbmd0aCl7XHJcbiAgICAgIDxheC1idXR0b24gI2NoYW5nZU9wZXJhdG9yIGxvb2s9XCJibGFua1wiIGNvbG9yPVwiZGVmYXVsdFwiIGNsYXNzPVwiYXgtc21cIj5cclxuICAgICAgICA8YXgtaWNvbiBjbGFzcz1cImZhLXNvbGlkIGZhLWVsbGlwc2lzLXZlcnRpY2FsXCI+PC9heC1pY29uPlxyXG4gICAgICA8L2F4LWJ1dHRvbj5cclxuICAgICAgPGF4LXBvcG92ZXJcclxuICAgICAgICAjb3BlcmF0b3JzUG9wb3ZlclxyXG4gICAgICAgIFt0YXJnZXRdPVwiY2hhbmdlT3BlcmF0b3JcIlxyXG4gICAgICAgIFtvcGVuT25dPVwiJ3RvZ2dsZSdcIlxyXG4gICAgICAgIFtjbG9zZU9uXT1cIidjbGlja091dCdcIlxyXG4gICAgICAgIFthZGFwdGl2aXR5RW5hYmxlZF09XCJ0cnVlXCJcclxuICAgICAgPlxyXG4gICAgICAgIDxkaXZcclxuICAgICAgICAgIGNsYXNzPVwiYXgtYmctc3VyZmFjZSBheC1weS01IGF4LXB4LTMgYXgtYm9yZGVyIGF4LWJvcmRlci1kZWZhdWx0IGF4LXJvdW5kZWQtbWQgYXgtc2hhZG93LW1kIGF4LXctZnVsbCBheC1taW4tdy1bMjUwcHhdXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8YXgtc2VsZWN0aW9uLWxpc3RcclxuICAgICAgICAgICAgW3ZhbHVlRmllbGRdPVwiJ25hbWUnXCJcclxuICAgICAgICAgICAgW3RleHRGaWVsZF09XCIndGl0bGUnXCJcclxuICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJvcGVyYXRvclwiXHJcbiAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cIm9wZXJhdG9yc1BvcG92ZXIuY2xvc2UoKTsgdXBkYXRlVmFsdWVPbk9wZXJhdG9yQ2hhbmdlKClcIlxyXG4gICAgICAgICAgICBbZGlyZWN0aW9uXT1cIid2ZXJ0aWNhbCdcIlxyXG4gICAgICAgICAgICBbaXRlbXNdPVwib3BlcmF0aW9uc1wiXHJcbiAgICAgICAgICAgIFttdWx0aXBsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgICA+PC9heC1zZWxlY3Rpb24tbGlzdD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9heC1wb3BvdmVyPlxyXG4gICAgICB9XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgaW1wb3J0czogW0FYTnVtYmVyQm94TW9kdWxlLCBGb3Jtc01vZHVsZSwgQVhEZWNvcmF0b3JNb2R1bGUsIEFYUG9wb3Zlck1vZHVsZSwgQVhTZWxlY3Rpb25MaXN0TW9kdWxlLCBBWEJ1dHRvbk1vZHVsZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBWFBOdW1iZXJXaWRnZXRGaWx0ZXJDb21wb25lbnQgZXh0ZW5kcyBBWFBXaWRnZXRGaWx0ZXJCYXNlPGFueT4ge1xyXG4gIG9wZXJhdGlvbnM6IEFYUEZpbHRlck9wZXJhdG9yW10gPSBbXTtcclxuXHJcbiAgb3ZlcnJpZGUgcmVuZGVyKCk6IHZvaWQge1xyXG4gICAgdGhpcy5vcGVyYXRpb25zID0gdGhpcy5zY2hlbWEuZmlsdGVyT3B0aW9ucy5vcGVyYXRvcnM7XHJcbiAgfVxyXG5cclxuICBwcm90ZWN0ZWQgZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpOiBib29sZWFuIHtcclxuICAgIGNvbnN0IG9wZXJhdG9yID0gdGhpcy5vcGVyYXRpb25zLmZpbmQoKG9wKSA9PiBvcC5uYW1lID09IHRoaXMub3BlcmF0b3IpO1xyXG4gICAgcmV0dXJuICFvcGVyYXRvciB8fCBvcGVyYXRvci5oYXNWYWx1ZSA/IHRydWUgOiBmYWxzZTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy51cGRhdGVWYWx1ZU9uT3BlcmF0b3JDaGFuZ2UoKTtcclxuICB9XHJcblxyXG4gIHVwZGF0ZVZhbHVlT25PcGVyYXRvckNoYW5nZSgpIHtcclxuICAgIGlmICghdGhpcy5nZXRPcGVyYXRvckhhc1ZhbHVlKCkpIHtcclxuICAgICAgdGhpcy52YWx1ZSA9IG51bGw7XHJcbiAgICB9XHJcbiAgICBpZiAodGhpcy5vcGVyYXRvciA9PT0gJ2JldHdlZW4nKSB0aGlzLnZhbHVlID0geyBmcm9tOiB0aGlzLnZhbHVlPy5mcm9tIHx8IDAsIHRvOiB0aGlzLnZhbHVlPy50byB8fCAwIH07XHJcbiAgfVxyXG59XHJcbiJdfQ==
135
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLXdpZGdldC1maWx0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9jb21tb24vc3JjL2xpYi9zY2hlbWEvd2lkZ2V0cy9jb21tb24td2lkZ2V0LWZpbHRlci9udW1iZXItd2lkZ2V0LWZpbHRlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFvRC9ELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxtQkFBd0I7SUFqRDVFOztRQWtERSxlQUFVLEdBQXdCLEVBQUUsQ0FBQztLQXFCdEM7SUFuQlUsTUFBTTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ3hELENBQUM7SUFFUyxtQkFBbUI7UUFDM0IsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3hFLE9BQU8sQ0FBQyxRQUFRLElBQUksUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDdkQsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsMkJBQTJCLEVBQUUsQ0FBQztJQUNyQyxDQUFDO0lBRUQsMkJBQTJCO1FBQ3pCLElBQUksQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsRUFBRSxDQUFDO1lBQ2hDLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssU0FBUztZQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLElBQUksQ0FBQyxFQUFFLEVBQUUsRUFBRSxJQUFJLENBQUMsS0FBSyxFQUFFLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQztJQUN6RyxDQUFDOzhHQXJCVSw4QkFBOEI7a0dBQTlCLDhCQUE4QiwyR0EvQy9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0EwQ1QsMkRBR1MsaUJBQWlCLDhlQUFFLFdBQVcsOFZBQUUsaUJBQWlCLCtPQUFFLGVBQWUsb1RBQUUscUJBQXFCLDJZQUFFLGNBQWM7OzJGQUV4Ryw4QkFBOEI7a0JBakQxQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBMENUO29CQUNELFVBQVUsRUFBRSxJQUFJO29CQUNoQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLENBQUMsaUJBQWlCLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxxQkFBcUIsRUFBRSxjQUFjLENBQUM7aUJBQ3JIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEFYRGVjb3JhdG9yTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMnO1xuaW1wb3J0IHsgQVhOdW1iZXJCb3hNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvbnVtYmVyLWJveCc7XG5pbXBvcnQgeyBBWFBvcG92ZXJNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvcG9wb3Zlcic7XG5pbXBvcnQgeyBBWFNlbGVjdGlvbkxpc3RNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvc2VsZWN0aW9uLWxpc3QnO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBBWFBXaWRnZXRGaWx0ZXJCYXNlIH0gZnJvbSAnLi4vLi4vd2lkZ2V0L3dpZGdldC1iYXNlJztcbmltcG9ydCB7IEFYUEZpbHRlck9wZXJhdG9yIH0gZnJvbSAnLi4vLi4vLi4vYXBwJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXhwLW51bWJlci13aWRnZXQtZmlsdGVyJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiYXgtZmxleCBheC1pdGVtcy1jZW50ZXJcIj5cbiAgICAgIEBpZihvcGVyYXRvciE9PVwiYmV0d2VlblwiKXtcbiAgICAgIDxheC1udW1iZXItYm94IFtkaXNhYmxlZF09XCIhdGhpcy5nZXRPcGVyYXRvckhhc1ZhbHVlKClcIiBbKG5nTW9kZWwpXT1cInZhbHVlXCI+XG4gICAgICAgIDxheC1jbGVhci1idXR0b24+PC9heC1jbGVhci1idXR0b24+XG4gICAgICA8L2F4LW51bWJlci1ib3g+XG4gICAgICB9QGVsc2V7XG4gICAgICA8ZGl2IGNsYXNzPVwiYXgtZmxleCBheC1nYXAtM1wiPlxuICAgICAgICA8YXgtbnVtYmVyLWJveCBwbGFjZWhvbGRlcj1cImZyb21cIiBbKG5nTW9kZWwpXT1cInZhbHVlLmZyb21cIj5cbiAgICAgICAgICA8YXgtY2xlYXItYnV0dG9uPjwvYXgtY2xlYXItYnV0dG9uPlxuICAgICAgICA8L2F4LW51bWJlci1ib3g+XG4gICAgICAgIDxheC1udW1iZXItYm94IHBsYWNlaG9sZGVyPVwidG9cIiBbKG5nTW9kZWwpXT1cInZhbHVlLnRvXCI+XG4gICAgICAgICAgPGF4LWNsZWFyLWJ1dHRvbj48L2F4LWNsZWFyLWJ1dHRvbj5cbiAgICAgICAgPC9heC1udW1iZXItYm94PlxuICAgICAgPC9kaXY+XG4gICAgICB9IEBpZihvcGVyYXRpb25zLmxlbmd0aCl7XG4gICAgICA8YXgtYnV0dG9uICNjaGFuZ2VPcGVyYXRvciBsb29rPVwiYmxhbmtcIiBjb2xvcj1cImRlZmF1bHRcIiBjbGFzcz1cImF4LXNtXCI+XG4gICAgICAgIDxheC1pY29uIGNsYXNzPVwiZmEtc29saWQgZmEtZWxsaXBzaXMtdmVydGljYWxcIj48L2F4LWljb24+XG4gICAgICA8L2F4LWJ1dHRvbj5cbiAgICAgIDxheC1wb3BvdmVyXG4gICAgICAgICNvcGVyYXRvcnNQb3BvdmVyXG4gICAgICAgIFt0YXJnZXRdPVwiY2hhbmdlT3BlcmF0b3JcIlxuICAgICAgICBbb3Blbk9uXT1cIid0b2dnbGUnXCJcbiAgICAgICAgW2Nsb3NlT25dPVwiJ2NsaWNrT3V0J1wiXG4gICAgICAgIFthZGFwdGl2aXR5RW5hYmxlZF09XCJ0cnVlXCJcbiAgICAgID5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIGNsYXNzPVwiYXgtYmctc3VyZmFjZSBheC1weS01IGF4LXB4LTMgYXgtYm9yZGVyIGF4LWJvcmRlci1kZWZhdWx0IGF4LXJvdW5kZWQtbWQgYXgtc2hhZG93LW1kIGF4LXctZnVsbCBheC1taW4tdy1bMjUwcHhdXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxheC1zZWxlY3Rpb24tbGlzdFxuICAgICAgICAgICAgW3ZhbHVlRmllbGRdPVwiJ25hbWUnXCJcbiAgICAgICAgICAgIFt0ZXh0RmllbGRdPVwiJ3RpdGxlJ1wiXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cIm9wZXJhdG9yXCJcbiAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cIm9wZXJhdG9yc1BvcG92ZXIuY2xvc2UoKTsgdXBkYXRlVmFsdWVPbk9wZXJhdG9yQ2hhbmdlKClcIlxuICAgICAgICAgICAgW2RpcmVjdGlvbl09XCIndmVydGljYWwnXCJcbiAgICAgICAgICAgIFtpdGVtc109XCJvcGVyYXRpb25zXCJcbiAgICAgICAgICAgIFttdWx0aXBsZV09XCJmYWxzZVwiXG4gICAgICAgICAgPjwvYXgtc2VsZWN0aW9uLWxpc3Q+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9heC1wb3BvdmVyPlxuICAgICAgfVxuICAgIDwvZGl2PlxuICBgLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW0FYTnVtYmVyQm94TW9kdWxlLCBGb3Jtc01vZHVsZSwgQVhEZWNvcmF0b3JNb2R1bGUsIEFYUG9wb3Zlck1vZHVsZSwgQVhTZWxlY3Rpb25MaXN0TW9kdWxlLCBBWEJ1dHRvbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEFYUE51bWJlcldpZGdldEZpbHRlckNvbXBvbmVudCBleHRlbmRzIEFYUFdpZGdldEZpbHRlckJhc2U8YW55PiB7XG4gIG9wZXJhdGlvbnM6IEFYUEZpbHRlck9wZXJhdG9yW10gPSBbXTtcblxuICBvdmVycmlkZSByZW5kZXIoKTogdm9pZCB7XG4gICAgdGhpcy5vcGVyYXRpb25zID0gdGhpcy5zY2hlbWEuZmlsdGVyT3B0aW9ucy5vcGVyYXRvcnM7XG4gIH1cblxuICBwcm90ZWN0ZWQgZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpOiBib29sZWFuIHtcbiAgICBjb25zdCBvcGVyYXRvciA9IHRoaXMub3BlcmF0aW9ucy5maW5kKChvcCkgPT4gb3AubmFtZSA9PSB0aGlzLm9wZXJhdG9yKTtcbiAgICByZXR1cm4gIW9wZXJhdG9yIHx8IG9wZXJhdG9yLmhhc1ZhbHVlID8gdHJ1ZSA6IGZhbHNlO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVWYWx1ZU9uT3BlcmF0b3JDaGFuZ2UoKTtcbiAgfVxuXG4gIHVwZGF0ZVZhbHVlT25PcGVyYXRvckNoYW5nZSgpIHtcbiAgICBpZiAoIXRoaXMuZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpKSB7XG4gICAgICB0aGlzLnZhbHVlID0gbnVsbDtcbiAgICB9XG4gICAgaWYgKHRoaXMub3BlcmF0b3IgPT09ICdiZXR3ZWVuJykgdGhpcy52YWx1ZSA9IHsgZnJvbTogdGhpcy52YWx1ZT8uZnJvbSB8fCAwLCB0bzogdGhpcy52YWx1ZT8udG8gfHwgMCB9O1xuICB9XG59XG4iXX0=
@@ -34,78 +34,78 @@ export class AXPStringWidgetFilterComponent extends AXPWidgetFilterBase {
34
34
  this.value = '';
35
35
  }
36
36
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXPStringWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: AXPStringWidgetFilterComponent, isStandalone: true, selector: "axp-string-widget-filter", inputs: { value: "value", operator: "operator" }, outputs: { valueChange: "valueChange", operatorChange: "operatorChange" }, usesInheritance: true, ngImport: i0, template: `
38
- <div class="ax-flex ax-items-center">
39
- <ax-text-box class="ax-flex-1" [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
40
- <ax-clear-button></ax-clear-button>
41
- </ax-text-box>
42
- @if(operations.length){
43
- <ax-button #changeOperator look="blank" color="default" class="ax-sm">
44
- <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
45
- </ax-button>
46
- <ax-popover
47
- #operatorsPopover
48
- [target]="changeOperator"
49
- [openOn]="'toggle'"
50
- [closeOn]="'clickOut'"
51
- [adaptivityEnabled]="true"
52
- >
53
- <div
54
- class="ax-max-h-max ax-overflow-auto ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
55
- >
56
- <ax-selection-list
57
- class=""
58
- [valueField]="'name'"
59
- [textField]="'title'"
60
- [(ngModel)]="operator"
61
- (ngModelChange)="operatorsPopover.close(); clearValue()"
62
- [direction]="'vertical'"
63
- [items]="operations"
64
- [multiple]="false"
65
- ></ax-selection-list>
66
- </div>
67
- </ax-popover>
68
- }
69
- </div>
70
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i1.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i5.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i6.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "hintField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXSelectBoxModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: AXPStringWidgetFilterComponent, isStandalone: true, selector: "axp-string-widget-filter", inputs: { value: "value", operator: "operator" }, outputs: { valueChange: "valueChange", operatorChange: "operatorChange" }, usesInheritance: true, ngImport: i0, template: `
38
+ <div class="ax-flex ax-items-center">
39
+ <ax-text-box class="ax-flex-1" [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
40
+ <ax-clear-button></ax-clear-button>
41
+ </ax-text-box>
42
+ @if(operations.length){
43
+ <ax-button #changeOperator look="blank" color="default" class="ax-sm">
44
+ <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
45
+ </ax-button>
46
+ <ax-popover
47
+ #operatorsPopover
48
+ [target]="changeOperator"
49
+ [openOn]="'toggle'"
50
+ [closeOn]="'clickOut'"
51
+ [adaptivityEnabled]="true"
52
+ >
53
+ <div
54
+ class="ax-max-h-max ax-overflow-auto ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
55
+ >
56
+ <ax-selection-list
57
+ class=""
58
+ [valueField]="'name'"
59
+ [textField]="'title'"
60
+ [(ngModel)]="operator"
61
+ (ngModelChange)="operatorsPopover.close(); clearValue()"
62
+ [direction]="'vertical'"
63
+ [items]="operations"
64
+ [multiple]="false"
65
+ ></ax-selection-list>
66
+ </div>
67
+ </ax-popover>
68
+ }
69
+ </div>
70
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i1.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i5.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i6.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "hintField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXSelectBoxModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
71
71
  }
72
72
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXPStringWidgetFilterComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{
75
75
  selector: 'axp-string-widget-filter',
76
- template: `
77
- <div class="ax-flex ax-items-center">
78
- <ax-text-box class="ax-flex-1" [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
79
- <ax-clear-button></ax-clear-button>
80
- </ax-text-box>
81
- @if(operations.length){
82
- <ax-button #changeOperator look="blank" color="default" class="ax-sm">
83
- <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
84
- </ax-button>
85
- <ax-popover
86
- #operatorsPopover
87
- [target]="changeOperator"
88
- [openOn]="'toggle'"
89
- [closeOn]="'clickOut'"
90
- [adaptivityEnabled]="true"
91
- >
92
- <div
93
- class="ax-max-h-max ax-overflow-auto ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
94
- >
95
- <ax-selection-list
96
- class=""
97
- [valueField]="'name'"
98
- [textField]="'title'"
99
- [(ngModel)]="operator"
100
- (ngModelChange)="operatorsPopover.close(); clearValue()"
101
- [direction]="'vertical'"
102
- [items]="operations"
103
- [multiple]="false"
104
- ></ax-selection-list>
105
- </div>
106
- </ax-popover>
107
- }
108
- </div>
76
+ template: `
77
+ <div class="ax-flex ax-items-center">
78
+ <ax-text-box class="ax-flex-1" [disabled]="!this.getOperatorHasValue()" [(ngModel)]="value">
79
+ <ax-clear-button></ax-clear-button>
80
+ </ax-text-box>
81
+ @if(operations.length){
82
+ <ax-button #changeOperator look="blank" color="default" class="ax-sm">
83
+ <ax-icon class="fa-solid fa-ellipsis-vertical"></ax-icon>
84
+ </ax-button>
85
+ <ax-popover
86
+ #operatorsPopover
87
+ [target]="changeOperator"
88
+ [openOn]="'toggle'"
89
+ [closeOn]="'clickOut'"
90
+ [adaptivityEnabled]="true"
91
+ >
92
+ <div
93
+ class="ax-max-h-max ax-overflow-auto ax-bg-surface ax-py-5 ax-px-3 ax-border ax-border-default ax-rounded-md ax-shadow-md ax-w-full ax-min-w-[250px]"
94
+ >
95
+ <ax-selection-list
96
+ class=""
97
+ [valueField]="'name'"
98
+ [textField]="'title'"
99
+ [(ngModel)]="operator"
100
+ (ngModelChange)="operatorsPopover.close(); clearValue()"
101
+ [direction]="'vertical'"
102
+ [items]="operations"
103
+ [multiple]="false"
104
+ ></ax-selection-list>
105
+ </div>
106
+ </ax-popover>
107
+ }
108
+ </div>
109
109
  `,
110
110
  standalone: true,
111
111
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -122,4 +122,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
122
122
  inputs: ['value', 'operator'],
123
123
  }]
124
124
  }] });
125
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RyaW5nLXdpZGdldC1maWx0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9jb21tb24vc3JjL2xpYi9zY2hlbWEvd2lkZ2V0cy9jb21tb24td2lkZ2V0LWZpbHRlci9zdHJpbmctd2lkZ2V0LWZpbHRlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDOUQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7O0FBcUQvRCxNQUFNLE9BQU8sOEJBQStCLFNBQVEsbUJBQXFDO0lBbER6Rjs7UUFtREUsZUFBVSxHQUF3QixFQUFFLENBQUM7S0FrQnRDO0lBaEJXLG1CQUFtQjtRQUMzQixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDeEUsT0FBTyxDQUFDLFFBQVEsSUFBSSxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUN2RCxDQUFDO0lBRVEsTUFBTTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ3hELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsRUFBRTtZQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDO0lBQ25ELENBQUM7OEdBbEJVLDhCQUE4QjtrR0FBOUIsOEJBQThCLHdPQWhEL0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQWlDVCwyREFJQyxlQUFlLHFiQUNmLFdBQVcsOFZBQ1gsaUJBQWlCLCtPQUNqQixjQUFjLDZVQUNkLGVBQWUsb1RBQ2YscUJBQXFCLDJZQUNyQixpQkFBaUI7OzJGQUtSLDhCQUE4QjtrQkFsRDFDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FpQ1Q7b0JBQ0QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixXQUFXO3dCQUNYLGlCQUFpQjt3QkFDakIsY0FBYzt3QkFDZCxlQUFlO3dCQUNmLHFCQUFxQjt3QkFDckIsaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxhQUFhLEVBQUUsZ0JBQWdCLENBQUM7b0JBQzFDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUM7aUJBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvZGVjb3JhdG9ycyc7XHJcbmltcG9ydCB7IEFYUG9wb3Zlck1vZHVsZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9wb3BvdmVyJztcclxuaW1wb3J0IHsgQVhTZWxlY3RCb3hNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvc2VsZWN0LWJveCc7XHJcbmltcG9ydCB7IEFYU2VsZWN0aW9uTGlzdE1vZHVsZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9zZWxlY3Rpb24tbGlzdCc7XHJcbmltcG9ydCB7IEFYVGV4dEJveE1vZHVsZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy90ZXh0LWJveCc7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEFYUFdpZGdldEZpbHRlckJhc2UgfSBmcm9tICcuLi8uLi93aWRnZXQvd2lkZ2V0LWJhc2UnO1xyXG5pbXBvcnQgeyBBWFBGaWx0ZXJPcGVyYXRvciB9IGZyb20gJy4uLy4uLy4uL2FwcCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2F4cC1zdHJpbmctd2lkZ2V0LWZpbHRlcicsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJheC1mbGV4IGF4LWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICA8YXgtdGV4dC1ib3ggY2xhc3M9XCJheC1mbGV4LTFcIiBbZGlzYWJsZWRdPVwiIXRoaXMuZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpXCIgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiPlxyXG4gICAgICAgIDxheC1jbGVhci1idXR0b24+PC9heC1jbGVhci1idXR0b24+XHJcbiAgICAgIDwvYXgtdGV4dC1ib3g+XHJcbiAgICAgIEBpZihvcGVyYXRpb25zLmxlbmd0aCl7XHJcbiAgICAgIDxheC1idXR0b24gI2NoYW5nZU9wZXJhdG9yIGxvb2s9XCJibGFua1wiIGNvbG9yPVwiZGVmYXVsdFwiIGNsYXNzPVwiYXgtc21cIj5cclxuICAgICAgICA8YXgtaWNvbiBjbGFzcz1cImZhLXNvbGlkIGZhLWVsbGlwc2lzLXZlcnRpY2FsXCI+PC9heC1pY29uPlxyXG4gICAgICA8L2F4LWJ1dHRvbj5cclxuICAgICAgPGF4LXBvcG92ZXJcclxuICAgICAgICAjb3BlcmF0b3JzUG9wb3ZlclxyXG4gICAgICAgIFt0YXJnZXRdPVwiY2hhbmdlT3BlcmF0b3JcIlxyXG4gICAgICAgIFtvcGVuT25dPVwiJ3RvZ2dsZSdcIlxyXG4gICAgICAgIFtjbG9zZU9uXT1cIidjbGlja091dCdcIlxyXG4gICAgICAgIFthZGFwdGl2aXR5RW5hYmxlZF09XCJ0cnVlXCJcclxuICAgICAgPlxyXG4gICAgICAgIDxkaXZcclxuICAgICAgICAgIGNsYXNzPVwiYXgtbWF4LWgtbWF4IGF4LW92ZXJmbG93LWF1dG8gYXgtYmctc3VyZmFjZSBheC1weS01IGF4LXB4LTMgYXgtYm9yZGVyIGF4LWJvcmRlci1kZWZhdWx0IGF4LXJvdW5kZWQtbWQgYXgtc2hhZG93LW1kIGF4LXctZnVsbCBheC1taW4tdy1bMjUwcHhdXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8YXgtc2VsZWN0aW9uLWxpc3RcclxuICAgICAgICAgICAgY2xhc3M9XCJcIlxyXG4gICAgICAgICAgICBbdmFsdWVGaWVsZF09XCInbmFtZSdcIlxyXG4gICAgICAgICAgICBbdGV4dEZpZWxkXT1cIid0aXRsZSdcIlxyXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cIm9wZXJhdG9yXCJcclxuICAgICAgICAgICAgKG5nTW9kZWxDaGFuZ2UpPVwib3BlcmF0b3JzUG9wb3Zlci5jbG9zZSgpOyBjbGVhclZhbHVlKClcIlxyXG4gICAgICAgICAgICBbZGlyZWN0aW9uXT1cIid2ZXJ0aWNhbCdcIlxyXG4gICAgICAgICAgICBbaXRlbXNdPVwib3BlcmF0aW9uc1wiXHJcbiAgICAgICAgICAgIFttdWx0aXBsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgICA+PC9heC1zZWxlY3Rpb24tbGlzdD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9heC1wb3BvdmVyPlxyXG4gICAgICB9XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQVhUZXh0Qm94TW9kdWxlLFxyXG4gICAgRm9ybXNNb2R1bGUsXHJcbiAgICBBWERlY29yYXRvck1vZHVsZSxcclxuICAgIEFYQnV0dG9uTW9kdWxlLFxyXG4gICAgQVhQb3BvdmVyTW9kdWxlLFxyXG4gICAgQVhTZWxlY3Rpb25MaXN0TW9kdWxlLFxyXG4gICAgQVhTZWxlY3RCb3hNb2R1bGUsXHJcbiAgXSxcclxuICBvdXRwdXRzOiBbJ3ZhbHVlQ2hhbmdlJywgJ29wZXJhdG9yQ2hhbmdlJ10sXHJcbiAgaW5wdXRzOiBbJ3ZhbHVlJywgJ29wZXJhdG9yJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBWFBTdHJpbmdXaWRnZXRGaWx0ZXJDb21wb25lbnQgZXh0ZW5kcyBBWFBXaWRnZXRGaWx0ZXJCYXNlPHN0cmluZyB8IGJvb2xlYW4+IHtcclxuICBvcGVyYXRpb25zOiBBWFBGaWx0ZXJPcGVyYXRvcltdID0gW107XHJcblxyXG4gIHByb3RlY3RlZCBnZXRPcGVyYXRvckhhc1ZhbHVlKCk6IGJvb2xlYW4ge1xyXG4gICAgY29uc3Qgb3BlcmF0b3IgPSB0aGlzLm9wZXJhdGlvbnMuZmluZCgob3ApID0+IG9wLm5hbWUgPT0gdGhpcy5vcGVyYXRvcik7XHJcbiAgICByZXR1cm4gIW9wZXJhdG9yIHx8IG9wZXJhdG9yLmhhc1ZhbHVlID8gdHJ1ZSA6IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgb3ZlcnJpZGUgcmVuZGVyKCkge1xyXG4gICAgdGhpcy5vcGVyYXRpb25zID0gdGhpcy5zY2hlbWEuZmlsdGVyT3B0aW9ucy5vcGVyYXRvcnM7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuY2xlYXJWYWx1ZSgpO1xyXG4gIH1cclxuXHJcbiAgY2xlYXJWYWx1ZSgpIHtcclxuICAgIGlmICghdGhpcy5nZXRPcGVyYXRvckhhc1ZhbHVlKCkpIHRoaXMudmFsdWUgPSAnJztcclxuICB9XHJcbn1cclxuIl19
125
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RyaW5nLXdpZGdldC1maWx0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9jb21tb24vc3JjL2xpYi9zY2hlbWEvd2lkZ2V0cy9jb21tb24td2lkZ2V0LWZpbHRlci9zdHJpbmctd2lkZ2V0LWZpbHRlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDOUQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7O0FBcUQvRCxNQUFNLE9BQU8sOEJBQStCLFNBQVEsbUJBQXFDO0lBbER6Rjs7UUFtREUsZUFBVSxHQUF3QixFQUFFLENBQUM7S0FrQnRDO0lBaEJXLG1CQUFtQjtRQUMzQixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDeEUsT0FBTyxDQUFDLFFBQVEsSUFBSSxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUN2RCxDQUFDO0lBRVEsTUFBTTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ3hELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsRUFBRTtZQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDO0lBQ25ELENBQUM7OEdBbEJVLDhCQUE4QjtrR0FBOUIsOEJBQThCLHdPQWhEL0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQWlDVCwyREFJQyxlQUFlLHFiQUNmLFdBQVcsOFZBQ1gsaUJBQWlCLCtPQUNqQixjQUFjLGlYQUNkLGVBQWUsb1RBQ2YscUJBQXFCLDJZQUNyQixpQkFBaUI7OzJGQUtSLDhCQUE4QjtrQkFsRDFDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FpQ1Q7b0JBQ0QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixXQUFXO3dCQUNYLGlCQUFpQjt3QkFDakIsY0FBYzt3QkFDZCxlQUFlO3dCQUNmLHFCQUFxQjt3QkFDckIsaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxhQUFhLEVBQUUsZ0JBQWdCLENBQUM7b0JBQzFDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUM7aUJBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEFYRGVjb3JhdG9yTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMnO1xuaW1wb3J0IHsgQVhQb3BvdmVyTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL3BvcG92ZXInO1xuaW1wb3J0IHsgQVhTZWxlY3RCb3hNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvc2VsZWN0LWJveCc7XG5pbXBvcnQgeyBBWFNlbGVjdGlvbkxpc3RNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvc2VsZWN0aW9uLWxpc3QnO1xuaW1wb3J0IHsgQVhUZXh0Qm94TW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL3RleHQtYm94JztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQVhQV2lkZ2V0RmlsdGVyQmFzZSB9IGZyb20gJy4uLy4uL3dpZGdldC93aWRnZXQtYmFzZSc7XG5pbXBvcnQgeyBBWFBGaWx0ZXJPcGVyYXRvciB9IGZyb20gJy4uLy4uLy4uL2FwcCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4cC1zdHJpbmctd2lkZ2V0LWZpbHRlcicsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImF4LWZsZXggYXgtaXRlbXMtY2VudGVyXCI+XG4gICAgICA8YXgtdGV4dC1ib3ggY2xhc3M9XCJheC1mbGV4LTFcIiBbZGlzYWJsZWRdPVwiIXRoaXMuZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpXCIgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiPlxuICAgICAgICA8YXgtY2xlYXItYnV0dG9uPjwvYXgtY2xlYXItYnV0dG9uPlxuICAgICAgPC9heC10ZXh0LWJveD5cbiAgICAgIEBpZihvcGVyYXRpb25zLmxlbmd0aCl7XG4gICAgICA8YXgtYnV0dG9uICNjaGFuZ2VPcGVyYXRvciBsb29rPVwiYmxhbmtcIiBjb2xvcj1cImRlZmF1bHRcIiBjbGFzcz1cImF4LXNtXCI+XG4gICAgICAgIDxheC1pY29uIGNsYXNzPVwiZmEtc29saWQgZmEtZWxsaXBzaXMtdmVydGljYWxcIj48L2F4LWljb24+XG4gICAgICA8L2F4LWJ1dHRvbj5cbiAgICAgIDxheC1wb3BvdmVyXG4gICAgICAgICNvcGVyYXRvcnNQb3BvdmVyXG4gICAgICAgIFt0YXJnZXRdPVwiY2hhbmdlT3BlcmF0b3JcIlxuICAgICAgICBbb3Blbk9uXT1cIid0b2dnbGUnXCJcbiAgICAgICAgW2Nsb3NlT25dPVwiJ2NsaWNrT3V0J1wiXG4gICAgICAgIFthZGFwdGl2aXR5RW5hYmxlZF09XCJ0cnVlXCJcbiAgICAgID5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIGNsYXNzPVwiYXgtbWF4LWgtbWF4IGF4LW92ZXJmbG93LWF1dG8gYXgtYmctc3VyZmFjZSBheC1weS01IGF4LXB4LTMgYXgtYm9yZGVyIGF4LWJvcmRlci1kZWZhdWx0IGF4LXJvdW5kZWQtbWQgYXgtc2hhZG93LW1kIGF4LXctZnVsbCBheC1taW4tdy1bMjUwcHhdXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxheC1zZWxlY3Rpb24tbGlzdFxuICAgICAgICAgICAgY2xhc3M9XCJcIlxuICAgICAgICAgICAgW3ZhbHVlRmllbGRdPVwiJ25hbWUnXCJcbiAgICAgICAgICAgIFt0ZXh0RmllbGRdPVwiJ3RpdGxlJ1wiXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cIm9wZXJhdG9yXCJcbiAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cIm9wZXJhdG9yc1BvcG92ZXIuY2xvc2UoKTsgY2xlYXJWYWx1ZSgpXCJcbiAgICAgICAgICAgIFtkaXJlY3Rpb25dPVwiJ3ZlcnRpY2FsJ1wiXG4gICAgICAgICAgICBbaXRlbXNdPVwib3BlcmF0aW9uc1wiXG4gICAgICAgICAgICBbbXVsdGlwbGVdPVwiZmFsc2VcIlxuICAgICAgICAgID48L2F4LXNlbGVjdGlvbi1saXN0PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvYXgtcG9wb3Zlcj5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgYCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGltcG9ydHM6IFtcbiAgICBBWFRleHRCb3hNb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgQVhEZWNvcmF0b3JNb2R1bGUsXG4gICAgQVhCdXR0b25Nb2R1bGUsXG4gICAgQVhQb3BvdmVyTW9kdWxlLFxuICAgIEFYU2VsZWN0aW9uTGlzdE1vZHVsZSxcbiAgICBBWFNlbGVjdEJveE1vZHVsZSxcbiAgXSxcbiAgb3V0cHV0czogWyd2YWx1ZUNoYW5nZScsICdvcGVyYXRvckNoYW5nZSddLFxuICBpbnB1dHM6IFsndmFsdWUnLCAnb3BlcmF0b3InXSxcbn0pXG5leHBvcnQgY2xhc3MgQVhQU3RyaW5nV2lkZ2V0RmlsdGVyQ29tcG9uZW50IGV4dGVuZHMgQVhQV2lkZ2V0RmlsdGVyQmFzZTxzdHJpbmcgfCBib29sZWFuPiB7XG4gIG9wZXJhdGlvbnM6IEFYUEZpbHRlck9wZXJhdG9yW10gPSBbXTtcblxuICBwcm90ZWN0ZWQgZ2V0T3BlcmF0b3JIYXNWYWx1ZSgpOiBib29sZWFuIHtcbiAgICBjb25zdCBvcGVyYXRvciA9IHRoaXMub3BlcmF0aW9ucy5maW5kKChvcCkgPT4gb3AubmFtZSA9PSB0aGlzLm9wZXJhdG9yKTtcbiAgICByZXR1cm4gIW9wZXJhdG9yIHx8IG9wZXJhdG9yLmhhc1ZhbHVlID8gdHJ1ZSA6IGZhbHNlO1xuICB9XG5cbiAgb3ZlcnJpZGUgcmVuZGVyKCkge1xuICAgIHRoaXMub3BlcmF0aW9ucyA9IHRoaXMuc2NoZW1hLmZpbHRlck9wdGlvbnMub3BlcmF0b3JzO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jbGVhclZhbHVlKCk7XG4gIH1cblxuICBjbGVhclZhbHVlKCkge1xuICAgIGlmICghdGhpcy5nZXRPcGVyYXRvckhhc1ZhbHVlKCkpIHRoaXMudmFsdWUgPSAnJztcbiAgfVxufVxuIl19