@acorex/platform 18.0.12 → 18.0.13

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 (531) hide show
  1. package/common/lib/app/application.types.d.ts +3 -2
  2. package/common/lib/layout/sticky.directive.d.ts +1 -1
  3. package/common/lib/schema/widget/widget-renderer.d.ts +1 -0
  4. package/esm2022/common/lib/app/application.types.mjs +1 -1
  5. package/esm2022/common/lib/layout/sticky.directive.mjs +2 -2
  6. package/esm2022/common/lib/schema/widget/widget-renderer.mjs +20 -16
  7. package/esm2022/common/lib/schema/widgets/text/text-widget-column.component.mjs +3 -3
  8. package/esm2022/layout/builder/lib/builder/builder.service.mjs +15 -12
  9. package/esm2022/layout/builder/lib/builder/index.mjs +7 -6
  10. package/esm2022/layout/builder/lib/builder/widget-catalog.mjs +33 -0
  11. package/esm2022/layout/builder/lib/builder/widget-groups.mjs +27 -0
  12. package/esm2022/layout/builder/lib/builder/widget-registery.service.mjs +3 -3
  13. package/esm2022/layout/builder/lib/builder/widget.types.mjs +5 -5
  14. package/esm2022/layout/designer/index.mjs +3 -3
  15. package/esm2022/layout/designer/lib/board/board.component.mjs +5 -40
  16. package/esm2022/layout/designer/lib/command.mjs +185 -0
  17. package/esm2022/layout/designer/lib/designer/designer.component.mjs +54 -5
  18. package/esm2022/layout/designer/lib/designer.service.mjs +136 -95
  19. package/esm2022/layout/designer/lib/{buttons → helpers}/add-widget-button/add-widget-button.component.mjs +5 -5
  20. package/esm2022/layout/designer/lib/helpers/grid-drawer/grid-drawer.component.mjs +82 -0
  21. package/esm2022/layout/designer/lib/history/history.component.mjs +11 -4
  22. package/esm2022/layout/designer/lib/outline/outline.component.mjs +16 -15
  23. package/esm2022/layout/designer/lib/pages/pages.component.mjs +28 -0
  24. package/esm2022/layout/designer/lib/property-viewer/widget-property-viewer.component.mjs +5 -2
  25. package/esm2022/layout/designer/lib/widget-designer-renderer.component.mjs +3 -3
  26. package/esm2022/layout/designer/lib/widget-picker/widget-picker.component.mjs +80 -6
  27. package/esm2022/layout/entity/lib/widgets/lookup-widget/lookup-widget.config.mjs +6 -4
  28. package/esm2022/layouts/lib/admin/entity-layout/entity-create-view/entity-create-view.component.mjs +17 -7
  29. package/esm2022/layouts/lib/admin/entity-layout/entity-list-view/entity-list-view.component.mjs +1 -1
  30. package/esm2022/layouts/lib/admin/entity-layout/entity-modify-view/entity-modify-view.component.mjs +10 -5
  31. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.mjs +1 -2
  32. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.mjs +2 -2
  33. package/esm2022/themes/default/lib/layouts/root-layout/root-layout.component.mjs +1 -1
  34. package/esm2022/widgets/lib/properties/editors.props.mjs +80 -45
  35. package/esm2022/widgets/lib/properties/layout.props.mjs +60 -0
  36. package/esm2022/widgets/lib/properties/table-column.props.mjs +3 -2
  37. package/esm2022/widgets/lib/widgets/actions/button/button-widget-view.component.mjs +52 -0
  38. package/esm2022/widgets/lib/widgets/actions/button/button-widget.config.mjs +27 -0
  39. package/esm2022/widgets/lib/widgets/actions/button/index.mjs +3 -0
  40. package/esm2022/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-column.component.mjs +1 -1
  41. package/esm2022/widgets/lib/widgets/advance/file/file-box-widget-edit.component.mjs +122 -0
  42. package/esm2022/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-filter.component.mjs +1 -1
  43. package/esm2022/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-print.component.mjs +1 -1
  44. package/esm2022/widgets/lib/widgets/advance/file/file-box-widget-view.component.mjs +215 -0
  45. package/esm2022/widgets/lib/widgets/advance/file/file-box-widget.config.mjs +51 -0
  46. package/esm2022/widgets/lib/widgets/advance/file/file-box-widget.service.mjs +3 -0
  47. package/esm2022/widgets/lib/widgets/advance/file/index.mjs +8 -0
  48. package/esm2022/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-column.component.mjs +1 -1
  49. package/esm2022/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-edit.component.mjs +1 -1
  50. package/esm2022/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-filter.component.mjs +1 -1
  51. package/esm2022/widgets/lib/widgets/advance/gallery/gallery-widget-print.component.mjs +19 -0
  52. package/esm2022/widgets/lib/widgets/advance/gallery/gallery-widget-types.mjs +2 -0
  53. package/esm2022/widgets/lib/widgets/advance/gallery/gallery-widget-view.component.mjs +160 -0
  54. package/esm2022/widgets/lib/widgets/advance/gallery/gallery-widget.config.mjs +29 -0
  55. package/esm2022/widgets/lib/widgets/advance/gallery/index.mjs +7 -0
  56. package/esm2022/widgets/lib/widgets/advance/map/index.mjs +7 -0
  57. package/esm2022/widgets/lib/widgets/{editors/link-widget/link-widget-print.component.mjs → advance/map/map-box-widget-column.component.mjs} +5 -5
  58. package/esm2022/widgets/lib/widgets/advance/map/map-box-widget-edit.component.mjs +171 -0
  59. package/esm2022/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-filter.component.mjs +1 -1
  60. package/esm2022/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-print.component.mjs +1 -1
  61. package/esm2022/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-view.component.mjs +3 -3
  62. package/esm2022/widgets/lib/widgets/advance/map/map-box-widget.config.mjs +31 -0
  63. package/esm2022/widgets/lib/widgets/advance/qrcode/index.mjs +3 -0
  64. package/esm2022/widgets/lib/widgets/advance/qrcode/qrcode-widget-view.component.mjs +51 -0
  65. package/esm2022/widgets/lib/widgets/advance/qrcode/qrcode-widget.config.mjs +62 -0
  66. package/esm2022/widgets/lib/widgets/advance/signature/index.mjs +7 -0
  67. package/esm2022/widgets/lib/widgets/{editors/select-box-widget/select-box-widget-print.component.mjs → advance/signature/signature-pad-widget-column.component.mjs} +5 -5
  68. package/esm2022/widgets/lib/widgets/advance/signature/signature-pad-widget-edit.component.mjs +142 -0
  69. package/esm2022/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-filter.component.mjs +1 -1
  70. package/esm2022/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-print.component.mjs +1 -1
  71. package/esm2022/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-view.component.mjs +1 -1
  72. package/esm2022/widgets/lib/widgets/advance/signature/signature-pad-widget.config.mjs +31 -0
  73. package/esm2022/widgets/lib/widgets/editors/checkbox/checkbox-widget.config.mjs +9 -12
  74. package/esm2022/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-column.component.mjs +1 -1
  75. package/esm2022/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-edit.component.mjs +1 -1
  76. package/esm2022/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-filter.component.mjs +1 -1
  77. package/esm2022/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-print.component.mjs +1 -1
  78. package/esm2022/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-view.component.mjs +1 -1
  79. package/esm2022/widgets/lib/widgets/editors/color/color-box-widget.config.mjs +31 -0
  80. package/esm2022/widgets/lib/widgets/editors/color/index.mjs +7 -0
  81. package/esm2022/widgets/lib/widgets/editors/contact/contact-widget-column.component.mjs +36 -0
  82. package/esm2022/widgets/lib/widgets/editors/contact/contact-widget-edit.component.mjs +297 -0
  83. package/esm2022/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-filter.component.mjs +1 -1
  84. package/esm2022/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-print.component.mjs +1 -1
  85. package/esm2022/widgets/lib/widgets/editors/contact/contact-widget-view.component.mjs +122 -0
  86. package/esm2022/widgets/lib/widgets/editors/contact/contact-widget.config.mjs +81 -0
  87. package/esm2022/widgets/lib/widgets/editors/contact/contact.type.mjs +2 -0
  88. package/esm2022/widgets/lib/widgets/editors/contact/index.mjs +7 -0
  89. package/esm2022/widgets/lib/widgets/editors/{contact-widget → contact}/popup-component.mjs +1 -1
  90. package/esm2022/widgets/lib/widgets/editors/date-time/date-time-box-widget-column.component.mjs +44 -0
  91. package/esm2022/widgets/lib/widgets/editors/date-time/date-time-box-widget-edit.component.mjs +133 -0
  92. package/esm2022/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-filter.component.mjs +1 -1
  93. package/esm2022/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-print.component.mjs +1 -1
  94. package/esm2022/widgets/lib/widgets/editors/date-time/date-time-box-widget-view.component.mjs +54 -0
  95. package/esm2022/widgets/lib/widgets/editors/date-time/date-time-box-widget.config.mjs +40 -0
  96. package/esm2022/widgets/lib/widgets/editors/date-time/index.mjs +7 -0
  97. package/esm2022/widgets/lib/widgets/editors/email/email-box-widget-column.component.mjs +66 -0
  98. package/esm2022/widgets/lib/widgets/editors/email/email-box-widget-edit.component.mjs +249 -0
  99. package/esm2022/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-filter.component.mjs +1 -1
  100. package/esm2022/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-print.component.mjs +1 -1
  101. package/esm2022/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-view.component.mjs +1 -1
  102. package/esm2022/widgets/lib/widgets/editors/email/email-box-widget.config.mjs +39 -0
  103. package/esm2022/widgets/lib/widgets/editors/email/index.mjs +7 -0
  104. package/esm2022/widgets/lib/widgets/editors/large-text/index.mjs +7 -0
  105. package/esm2022/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-column.component.mjs +1 -1
  106. package/esm2022/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-edit.component.mjs +1 -1
  107. package/esm2022/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-filter.component.mjs +1 -1
  108. package/esm2022/widgets/lib/widgets/editors/{map-box-widget/map-box-widget-column.component.mjs → large-text/large-text-widget-print.component.mjs} +5 -5
  109. package/esm2022/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-view.component.mjs +1 -1
  110. package/esm2022/widgets/lib/widgets/editors/large-text/large-text-widget.config.mjs +39 -0
  111. package/esm2022/widgets/lib/widgets/editors/link/index.mjs +7 -0
  112. package/esm2022/widgets/lib/widgets/editors/{link-widget → link}/link-widget-column.component.mjs +1 -1
  113. package/esm2022/widgets/lib/widgets/editors/link/link-widget-edit.component.mjs +391 -0
  114. package/esm2022/widgets/lib/widgets/editors/link/link-widget-filter.component.mjs +20 -0
  115. package/esm2022/widgets/lib/widgets/editors/link/link-widget-print.component.mjs +19 -0
  116. package/esm2022/widgets/lib/widgets/editors/{link-widget → link}/link-widget-view.component.mjs +1 -1
  117. package/esm2022/widgets/lib/widgets/editors/link/link-widget.config.mjs +29 -0
  118. package/esm2022/widgets/lib/widgets/editors/number/index.mjs +7 -0
  119. package/esm2022/widgets/lib/widgets/editors/number/number-box-widget-column.component.mjs +38 -0
  120. package/esm2022/widgets/lib/widgets/editors/number/number-box-widget-edit.component.mjs +157 -0
  121. package/esm2022/widgets/lib/widgets/{layout/repeater-widget/repeater-widget-edit.component.mjs → editors/number/number-box-widget-filter.component.mjs} +5 -5
  122. package/esm2022/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-print.component.mjs +1 -1
  123. package/esm2022/widgets/lib/widgets/editors/number/number-box-widget-view.component.mjs +56 -0
  124. package/esm2022/widgets/lib/widgets/editors/number/number-box-widget.config.mjs +39 -0
  125. package/esm2022/widgets/lib/widgets/editors/password/index.mjs +7 -0
  126. package/esm2022/widgets/lib/widgets/editors/{phone-box-widget/phone-box-widget-print.component.mjs → password/password-box-widget-column.component.mjs} +5 -5
  127. package/esm2022/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-edit.component.mjs +1 -1
  128. package/esm2022/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-filter.component.mjs +1 -1
  129. package/esm2022/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-print.component.mjs +1 -1
  130. package/esm2022/widgets/lib/widgets/editors/password/password-box-widget-view.component.mjs +76 -0
  131. package/esm2022/widgets/lib/widgets/editors/password/password-box-widget.config.mjs +38 -0
  132. package/esm2022/widgets/lib/widgets/editors/phone/index.mjs +7 -0
  133. package/esm2022/widgets/lib/widgets/editors/phone/phone-box-widget-column.component.mjs +66 -0
  134. package/esm2022/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-edit.component.mjs +1 -1
  135. package/esm2022/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-filter.component.mjs +1 -1
  136. package/esm2022/widgets/lib/widgets/editors/phone/phone-box-widget-print.component.mjs +19 -0
  137. package/esm2022/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-view.component.mjs +1 -1
  138. package/esm2022/widgets/lib/widgets/editors/phone/phone-box-widget.config.mjs +32 -0
  139. package/esm2022/widgets/lib/widgets/editors/rich-text/index.mjs +7 -0
  140. package/esm2022/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-popup.component.mjs +1 -1
  141. package/esm2022/widgets/lib/widgets/editors/rich-text/rich-text-widget-column.component.mjs +46 -0
  142. package/esm2022/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-edit.component.mjs +1 -1
  143. package/esm2022/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-filter.component.mjs +1 -1
  144. package/esm2022/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-print.component.mjs +1 -1
  145. package/esm2022/widgets/lib/widgets/editors/rich-text/rich-text-widget-view.component.mjs +45 -0
  146. package/esm2022/widgets/lib/widgets/editors/rich-text/rich-text-widget.config.mjs +39 -0
  147. package/esm2022/widgets/lib/widgets/editors/select/index.mjs +7 -0
  148. package/esm2022/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-column.component.mjs +1 -1
  149. package/esm2022/widgets/lib/widgets/editors/select/select-box-widget-edit.component.mjs +85 -0
  150. package/esm2022/widgets/lib/widgets/editors/{gallery-widget/gallery-widget-print.component.mjs → select/select-box-widget-filter.component.mjs} +5 -5
  151. package/esm2022/widgets/lib/widgets/editors/select/select-box-widget-print.component.mjs +19 -0
  152. package/esm2022/widgets/lib/widgets/editors/select/select-box-widget-view.component.mjs +60 -0
  153. package/esm2022/widgets/lib/widgets/editors/select/select-box-widget.config.mjs +38 -0
  154. package/esm2022/widgets/lib/widgets/editors/selection-list/index.mjs +7 -0
  155. package/esm2022/widgets/lib/widgets/editors/selection-list/selection-list-widget-column.component.mjs +41 -0
  156. package/esm2022/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.mjs +72 -0
  157. package/esm2022/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-filter.component.mjs +1 -1
  158. package/esm2022/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-print.component.mjs +1 -1
  159. package/esm2022/widgets/lib/widgets/editors/selection-list/selection-list-widget-view.component.mjs +44 -0
  160. package/esm2022/widgets/lib/widgets/editors/selection-list/selection-list-widget.config.mjs +29 -0
  161. package/esm2022/widgets/lib/widgets/editors/text/index.mjs +7 -0
  162. package/esm2022/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-column.component.mjs +1 -1
  163. package/esm2022/widgets/lib/widgets/editors/text/text-box-widget-edit.component.mjs +121 -0
  164. package/esm2022/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-filter.component.mjs +1 -1
  165. package/esm2022/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-print.component.mjs +1 -1
  166. package/esm2022/widgets/lib/widgets/editors/text/text-box-widget-view.component.mjs +47 -0
  167. package/esm2022/widgets/lib/widgets/editors/text/text-box-widget.config.mjs +41 -0
  168. package/esm2022/widgets/lib/widgets/editors/toggle/index.mjs +7 -0
  169. package/esm2022/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-column.component.mjs +1 -1
  170. package/esm2022/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-edit.component.mjs +1 -1
  171. package/esm2022/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-filter.component.mjs +1 -1
  172. package/esm2022/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-print.component.mjs +1 -1
  173. package/esm2022/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-view.component.mjs +1 -1
  174. package/esm2022/widgets/lib/widgets/editors/toggle/toggle-widget.config.mjs +40 -0
  175. package/esm2022/widgets/lib/widgets/index.mjs +23 -22
  176. package/esm2022/widgets/lib/widgets/layout/block/block-widget-designer.component.mjs +65 -0
  177. package/esm2022/widgets/lib/widgets/layout/{block-widget → block}/block-widget-view.component.mjs +1 -1
  178. package/esm2022/widgets/lib/widgets/layout/block/block-widget.config.mjs +26 -0
  179. package/esm2022/widgets/lib/widgets/layout/block/index.mjs +4 -0
  180. package/esm2022/widgets/lib/widgets/layout/document/document-widget.config.mjs +13 -0
  181. package/esm2022/widgets/lib/widgets/layout/form-field/form-field-widget-designer.component.mjs +56 -0
  182. package/esm2022/widgets/lib/widgets/layout/form-field/form-field-widget-view.component.mjs +41 -0
  183. package/esm2022/widgets/lib/widgets/layout/form-field/form-field-widget.config.mjs +25 -0
  184. package/esm2022/widgets/lib/widgets/layout/form-field/index.mjs +4 -0
  185. package/esm2022/widgets/lib/widgets/layout/grid/grid-widget-designer.component.mjs +101 -0
  186. package/esm2022/widgets/lib/widgets/layout/grid/grid-widget-print.component.mjs +19 -0
  187. package/esm2022/widgets/lib/widgets/layout/grid/grid-widget-view.component.mjs +18 -0
  188. package/esm2022/widgets/lib/widgets/layout/grid/grid-widget.config.mjs +26 -0
  189. package/esm2022/widgets/lib/widgets/layout/grid/index.mjs +5 -0
  190. package/esm2022/widgets/lib/widgets/layout/page/index.mjs +3 -0
  191. package/esm2022/widgets/lib/widgets/layout/page/page-widget-designer.component.mjs +65 -0
  192. package/esm2022/widgets/lib/widgets/layout/{page-widget → page}/page-widget-view.component.mjs +1 -1
  193. package/esm2022/widgets/lib/widgets/layout/page/page-widget.config.mjs +27 -0
  194. package/esm2022/widgets/lib/widgets/layout/repeater/index.mjs +6 -0
  195. package/esm2022/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-designer.component.mjs +1 -1
  196. package/esm2022/widgets/lib/widgets/{editors/link-widget/link-widget-filter.component.mjs → layout/repeater/repeater-widget-edit.component.mjs} +5 -5
  197. package/esm2022/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-print.component.mjs +1 -1
  198. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget-view.component.mjs +52 -0
  199. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget.config.mjs +24 -0
  200. package/esm2022/widgets/lib/widgets/layout/text-block/index.mjs +3 -0
  201. package/esm2022/widgets/lib/widgets/layout/text-block/text-block-widget-view.component.mjs +29 -0
  202. package/esm2022/widgets/lib/widgets/layout/text-block/text-block-widget.config.mjs +42 -0
  203. package/esm2022/widgets/lib/widgets.module.mjs +17 -3
  204. package/fesm2022/{acorex-platform-common-text-widget-column.component-D-mLfzKJ.mjs → acorex-platform-common-text-widget-column.component-ytX4OqZX.mjs} +3 -3
  205. package/fesm2022/acorex-platform-common-text-widget-column.component-ytX4OqZX.mjs.map +1 -0
  206. package/fesm2022/acorex-platform-common.mjs +21 -17
  207. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  208. package/fesm2022/acorex-platform-layout-builder.mjs +162 -129
  209. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  210. package/fesm2022/acorex-platform-layout-designer-widget-picker.component-CaMaBGON.mjs +100 -0
  211. package/fesm2022/acorex-platform-layout-designer-widget-picker.component-CaMaBGON.mjs.map +1 -0
  212. package/fesm2022/acorex-platform-layout-designer.mjs +484 -272
  213. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  214. package/fesm2022/acorex-platform-layout-entity.mjs +5 -4
  215. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  216. package/fesm2022/{acorex-platform-layouts-entity-create-view.component-B2XtNJo1.mjs → acorex-platform-layouts-entity-create-view.component-C2pYReAo.mjs} +17 -7
  217. package/fesm2022/acorex-platform-layouts-entity-create-view.component-C2pYReAo.mjs.map +1 -0
  218. package/fesm2022/{acorex-platform-layouts-entity-modify-view.component-C9L8cyBm.mjs → acorex-platform-layouts-entity-modify-view.component-Bt4MLEou.mjs} +10 -5
  219. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-Bt4MLEou.mjs.map +1 -0
  220. package/fesm2022/acorex-platform-layouts.mjs +4 -4
  221. package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
  222. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Cv0mt0pU.mjs → acorex-platform-themes-default-entity-master-create-view.component-DKNRxpQk.mjs} +1 -2
  223. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-DKNRxpQk.mjs.map +1 -0
  224. package/fesm2022/acorex-platform-themes-default.mjs +4 -4
  225. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  226. package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DlfG4EP1.mjs.map +1 -1
  227. package/fesm2022/acorex-platform-widgets-rich-text-popup.component-RCdFIz45.mjs.map +1 -1
  228. package/fesm2022/acorex-platform-widgets.mjs +3796 -3187
  229. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  230. package/layout/builder/lib/builder/builder.service.d.ts +1 -1
  231. package/layout/builder/lib/builder/index.d.ts +6 -5
  232. package/layout/builder/lib/builder/widget-catalog.d.ts +3 -0
  233. package/layout/builder/lib/builder/widget-groups.d.ts +6 -0
  234. package/layout/builder/lib/builder/widget-registery.service.d.ts +1 -1
  235. package/layout/builder/lib/builder/widget.types.d.ts +43 -5
  236. package/layout/designer/index.d.ts +2 -2
  237. package/layout/designer/lib/board/board.component.d.ts +0 -1
  238. package/layout/designer/lib/command.d.ts +70 -0
  239. package/layout/designer/lib/designer/designer.component.d.ts +3 -0
  240. package/layout/designer/lib/designer.service.d.ts +20 -9
  241. package/layout/designer/lib/helpers/grid-drawer/grid-drawer.component.d.ts +19 -0
  242. package/layout/designer/lib/outline/outline.component.d.ts +1 -0
  243. package/layout/designer/lib/pages/pages.component.d.ts +7 -0
  244. package/layout/designer/lib/property-viewer/widget-property-viewer.component.d.ts +1 -0
  245. package/layout/designer/lib/widget-picker/widget-picker.component.d.ts +22 -4
  246. package/layout/entity/lib/widgets/lookup-widget/lookup-widget.config.d.ts +5 -0
  247. package/package.json +7 -7
  248. package/widgets/lib/properties/editors.props.d.ts +4 -1
  249. package/widgets/lib/properties/layout.props.d.ts +4 -0
  250. package/widgets/lib/widgets/actions/button/button-widget.config.d.ts +7 -0
  251. package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget.config.d.ts +5 -0
  252. package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget.config.d.ts +5 -0
  253. package/widgets/lib/widgets/advance/map/map-box-widget-edit.component.d.ts +37 -0
  254. package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget.config.d.ts +5 -0
  255. package/widgets/lib/widgets/advance/qrcode/index.d.ts +2 -0
  256. package/widgets/lib/widgets/advance/qrcode/qrcode-widget-view.component.d.ts +12 -0
  257. package/widgets/lib/widgets/advance/qrcode/qrcode-widget.config.d.ts +7 -0
  258. package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget.config.d.ts +5 -0
  259. package/widgets/lib/widgets/editors/checkbox/checkbox-widget.config.d.ts +5 -0
  260. package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget.config.d.ts +5 -0
  261. package/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-edit.component.d.ts +1 -1
  262. package/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-view.component.d.ts +1 -1
  263. package/widgets/lib/widgets/editors/contact/contact-widget.config.d.ts +7 -0
  264. package/widgets/lib/widgets/editors/date-time/date-time-box-widget.config.d.ts +7 -0
  265. package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget.config.d.ts +5 -0
  266. package/widgets/lib/widgets/editors/large-text/large-text-widget.config.d.ts +7 -0
  267. package/widgets/lib/widgets/editors/link/link-widget.config.d.ts +7 -0
  268. package/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-edit.component.d.ts +2 -0
  269. package/widgets/lib/widgets/editors/number/number-box-widget.config.d.ts +7 -0
  270. package/widgets/lib/widgets/editors/password/password-box-widget.config.d.ts +7 -0
  271. package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget.config.d.ts +5 -0
  272. package/widgets/lib/widgets/editors/rich-text/rich-text-widget.config.d.ts +7 -0
  273. package/widgets/lib/widgets/editors/select/select-box-widget.config.d.ts +7 -0
  274. package/widgets/lib/widgets/editors/selection-list/selection-list-widget.config.d.ts +7 -0
  275. package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget.config.d.ts +5 -0
  276. package/widgets/lib/widgets/editors/toggle/toggle-widget.config.d.ts +7 -0
  277. package/widgets/lib/widgets/index.d.ts +21 -21
  278. package/widgets/lib/widgets/layout/block/block-widget.config.d.ts +7 -0
  279. package/widgets/lib/widgets/layout/document/document-widget.config.d.ts +7 -0
  280. package/widgets/lib/widgets/layout/form-field/form-field-widget-designer.component.d.ts +7 -0
  281. package/widgets/lib/widgets/layout/form-field/form-field-widget-view.component.d.ts +7 -0
  282. package/widgets/lib/widgets/layout/form-field/form-field-widget.config.d.ts +7 -0
  283. package/widgets/lib/widgets/layout/form-field/index.d.ts +3 -0
  284. package/widgets/lib/widgets/layout/grid/grid-widget-designer.component.d.ts +20 -0
  285. package/widgets/lib/widgets/layout/grid/grid-widget-print.component.d.ts +6 -0
  286. package/widgets/lib/widgets/layout/grid/grid-widget-view.component.d.ts +6 -0
  287. package/widgets/lib/widgets/layout/grid/grid-widget.config.d.ts +7 -0
  288. package/widgets/lib/widgets/layout/grid/index.d.ts +4 -0
  289. package/widgets/lib/widgets/layout/page/page-widget.config.d.ts +7 -0
  290. package/widgets/lib/widgets/layout/repeater/repeater-widget.config.d.ts +7 -0
  291. package/widgets/lib/widgets/layout/text-block/text-block-widget.config.d.ts +7 -0
  292. package/esm2022/layout/builder/lib/builder/layout.types.mjs +0 -30
  293. package/esm2022/layout/designer/lib/designer.module.mjs +0 -16
  294. package/esm2022/layout/designer/lib/history-manager.service.mjs +0 -117
  295. package/esm2022/widgets/lib/widgets/actions/button-widget/button-widget-view.component.mjs +0 -52
  296. package/esm2022/widgets/lib/widgets/actions/button-widget/button-widget.config.mjs +0 -25
  297. package/esm2022/widgets/lib/widgets/actions/button-widget/index.mjs +0 -3
  298. package/esm2022/widgets/lib/widgets/editors/color-box-widget/color-box-widget.config.mjs +0 -34
  299. package/esm2022/widgets/lib/widgets/editors/color-box-widget/index.mjs +0 -7
  300. package/esm2022/widgets/lib/widgets/editors/contact-widget/contact-widget-column.component.mjs +0 -36
  301. package/esm2022/widgets/lib/widgets/editors/contact-widget/contact-widget-edit.component.mjs +0 -297
  302. package/esm2022/widgets/lib/widgets/editors/contact-widget/contact-widget-view.component.mjs +0 -122
  303. package/esm2022/widgets/lib/widgets/editors/contact-widget/contact-widget.config.mjs +0 -78
  304. package/esm2022/widgets/lib/widgets/editors/contact-widget/contact.type.mjs +0 -2
  305. package/esm2022/widgets/lib/widgets/editors/contact-widget/index.mjs +0 -7
  306. package/esm2022/widgets/lib/widgets/editors/date-time-box-widget/date-time-box-widget-column.component.mjs +0 -44
  307. package/esm2022/widgets/lib/widgets/editors/date-time-box-widget/date-time-box-widget-edit.component.mjs +0 -133
  308. package/esm2022/widgets/lib/widgets/editors/date-time-box-widget/date-time-box-widget-view.component.mjs +0 -54
  309. package/esm2022/widgets/lib/widgets/editors/date-time-box-widget/date-time-box-widget.config.mjs +0 -38
  310. package/esm2022/widgets/lib/widgets/editors/date-time-box-widget/index.mjs +0 -7
  311. package/esm2022/widgets/lib/widgets/editors/email-box-widget/email-box-widget-column.component.mjs +0 -66
  312. package/esm2022/widgets/lib/widgets/editors/email-box-widget/email-box-widget-edit.component.mjs +0 -249
  313. package/esm2022/widgets/lib/widgets/editors/email-box-widget/email-box-widget.config.mjs +0 -36
  314. package/esm2022/widgets/lib/widgets/editors/email-box-widget/index.mjs +0 -7
  315. package/esm2022/widgets/lib/widgets/editors/file-box-widget/file-box-widget-edit.component.mjs +0 -122
  316. package/esm2022/widgets/lib/widgets/editors/file-box-widget/file-box-widget-view.component.mjs +0 -215
  317. package/esm2022/widgets/lib/widgets/editors/file-box-widget/file-box-widget.config.mjs +0 -48
  318. package/esm2022/widgets/lib/widgets/editors/file-box-widget/file-box-widget.service.mjs +0 -3
  319. package/esm2022/widgets/lib/widgets/editors/file-box-widget/index.mjs +0 -8
  320. package/esm2022/widgets/lib/widgets/editors/gallery-widget/gallery-widget-types.mjs +0 -2
  321. package/esm2022/widgets/lib/widgets/editors/gallery-widget/gallery-widget-view.component.mjs +0 -160
  322. package/esm2022/widgets/lib/widgets/editors/gallery-widget/gallery-widget.config.mjs +0 -26
  323. package/esm2022/widgets/lib/widgets/editors/gallery-widget/index.mjs +0 -7
  324. package/esm2022/widgets/lib/widgets/editors/large-text-widget/index.mjs +0 -7
  325. package/esm2022/widgets/lib/widgets/editors/large-text-widget/large-text-widget-print.component.mjs +0 -19
  326. package/esm2022/widgets/lib/widgets/editors/large-text-widget/large-text-widget.config.mjs +0 -37
  327. package/esm2022/widgets/lib/widgets/editors/link-widget/index.mjs +0 -7
  328. package/esm2022/widgets/lib/widgets/editors/link-widget/link-widget-edit.component.mjs +0 -391
  329. package/esm2022/widgets/lib/widgets/editors/link-widget/link-widget.config.mjs +0 -26
  330. package/esm2022/widgets/lib/widgets/editors/map-box-widget/index.mjs +0 -7
  331. package/esm2022/widgets/lib/widgets/editors/map-box-widget/map-box-widget-edit.component.mjs +0 -96
  332. package/esm2022/widgets/lib/widgets/editors/map-box-widget/map-box-widget.config.mjs +0 -28
  333. package/esm2022/widgets/lib/widgets/editors/number-box-widget/index.mjs +0 -7
  334. package/esm2022/widgets/lib/widgets/editors/number-box-widget/number-box-widget-column.component.mjs +0 -38
  335. package/esm2022/widgets/lib/widgets/editors/number-box-widget/number-box-widget-edit.component.mjs +0 -151
  336. package/esm2022/widgets/lib/widgets/editors/number-box-widget/number-box-widget-filter.component.mjs +0 -20
  337. package/esm2022/widgets/lib/widgets/editors/number-box-widget/number-box-widget-view.component.mjs +0 -56
  338. package/esm2022/widgets/lib/widgets/editors/number-box-widget/number-box-widget.config.mjs +0 -37
  339. package/esm2022/widgets/lib/widgets/editors/password-box-widget/index.mjs +0 -7
  340. package/esm2022/widgets/lib/widgets/editors/password-box-widget/password-box-widget-column.component.mjs +0 -19
  341. package/esm2022/widgets/lib/widgets/editors/password-box-widget/password-box-widget-view.component.mjs +0 -76
  342. package/esm2022/widgets/lib/widgets/editors/password-box-widget/password-box-widget.config.mjs +0 -35
  343. package/esm2022/widgets/lib/widgets/editors/phone-box-widget/index.mjs +0 -7
  344. package/esm2022/widgets/lib/widgets/editors/phone-box-widget/phone-box-widget-column.component.mjs +0 -66
  345. package/esm2022/widgets/lib/widgets/editors/phone-box-widget/phone-box-widget.config.mjs +0 -29
  346. package/esm2022/widgets/lib/widgets/editors/rich-text-widget/index.mjs +0 -7
  347. package/esm2022/widgets/lib/widgets/editors/rich-text-widget/rich-text-widget-column.component.mjs +0 -46
  348. package/esm2022/widgets/lib/widgets/editors/rich-text-widget/rich-text-widget-view.component.mjs +0 -45
  349. package/esm2022/widgets/lib/widgets/editors/rich-text-widget/rich-text-widget.config.mjs +0 -37
  350. package/esm2022/widgets/lib/widgets/editors/select-box-widget/index.mjs +0 -7
  351. package/esm2022/widgets/lib/widgets/editors/select-box-widget/select-box-widget-edit.component.mjs +0 -85
  352. package/esm2022/widgets/lib/widgets/editors/select-box-widget/select-box-widget-filter.component.mjs +0 -19
  353. package/esm2022/widgets/lib/widgets/editors/select-box-widget/select-box-widget-view.component.mjs +0 -60
  354. package/esm2022/widgets/lib/widgets/editors/select-box-widget/select-box-widget.config.mjs +0 -35
  355. package/esm2022/widgets/lib/widgets/editors/selection-list-widget/index.mjs +0 -7
  356. package/esm2022/widgets/lib/widgets/editors/selection-list-widget/selection-list-widget-column.component.mjs +0 -41
  357. package/esm2022/widgets/lib/widgets/editors/selection-list-widget/selection-list-widget-edit.component.mjs +0 -72
  358. package/esm2022/widgets/lib/widgets/editors/selection-list-widget/selection-list-widget-view.component.mjs +0 -44
  359. package/esm2022/widgets/lib/widgets/editors/selection-list-widget/selection-list-widget.config.mjs +0 -26
  360. package/esm2022/widgets/lib/widgets/editors/signature-pad-widget/index.mjs +0 -7
  361. package/esm2022/widgets/lib/widgets/editors/signature-pad-widget/signature-pad-widget-column.component.mjs +0 -19
  362. package/esm2022/widgets/lib/widgets/editors/signature-pad-widget/signature-pad-widget-edit.component.mjs +0 -142
  363. package/esm2022/widgets/lib/widgets/editors/signature-pad-widget/signature-pad-widget.config.mjs +0 -34
  364. package/esm2022/widgets/lib/widgets/editors/text-box-widget/index.mjs +0 -7
  365. package/esm2022/widgets/lib/widgets/editors/text-box-widget/text-box-widget-edit.component.mjs +0 -119
  366. package/esm2022/widgets/lib/widgets/editors/text-box-widget/text-box-widget-view.component.mjs +0 -47
  367. package/esm2022/widgets/lib/widgets/editors/text-box-widget/text-box-widget.config.mjs +0 -39
  368. package/esm2022/widgets/lib/widgets/editors/toggle-widget/index.mjs +0 -7
  369. package/esm2022/widgets/lib/widgets/editors/toggle-widget/toggle-widget.config.mjs +0 -37
  370. package/esm2022/widgets/lib/widgets/layout/block-widget/block-widget-designer.component.mjs +0 -65
  371. package/esm2022/widgets/lib/widgets/layout/block-widget/block-widget.config.mjs +0 -27
  372. package/esm2022/widgets/lib/widgets/layout/block-widget/index.mjs +0 -4
  373. package/esm2022/widgets/lib/widgets/layout/page-widget/index.mjs +0 -3
  374. package/esm2022/widgets/lib/widgets/layout/page-widget/page-widget-designer.component.mjs +0 -65
  375. package/esm2022/widgets/lib/widgets/layout/page-widget/page-widget.config.mjs +0 -28
  376. package/esm2022/widgets/lib/widgets/layout/repeater-widget/index.mjs +0 -6
  377. package/esm2022/widgets/lib/widgets/layout/repeater-widget/repeater-widget-view.component.mjs +0 -52
  378. package/esm2022/widgets/lib/widgets/layout/repeater-widget/repeater-widget.config.mjs +0 -21
  379. package/esm2022/widgets/lib/widgets/layout/text-block-widget/index.mjs +0 -3
  380. package/esm2022/widgets/lib/widgets/layout/text-block-widget/text-block-widget-view.component.mjs +0 -29
  381. package/esm2022/widgets/lib/widgets/layout/text-block-widget/text-block-widget.config.mjs +0 -39
  382. package/fesm2022/acorex-platform-common-text-widget-column.component-D-mLfzKJ.mjs.map +0 -1
  383. package/fesm2022/acorex-platform-layout-designer-widget-picker.component-DkZGbnkz.mjs +0 -26
  384. package/fesm2022/acorex-platform-layout-designer-widget-picker.component-DkZGbnkz.mjs.map +0 -1
  385. package/fesm2022/acorex-platform-layouts-entity-create-view.component-B2XtNJo1.mjs.map +0 -1
  386. package/fesm2022/acorex-platform-layouts-entity-modify-view.component-C9L8cyBm.mjs.map +0 -1
  387. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Cv0mt0pU.mjs.map +0 -1
  388. package/layout/builder/lib/builder/layout.types.d.ts +0 -1
  389. package/layout/designer/lib/designer.module.d.ts +0 -6
  390. package/layout/designer/lib/history-manager.service.d.ts +0 -31
  391. package/widgets/lib/widgets/actions/button-widget/button-widget.config.d.ts +0 -2
  392. package/widgets/lib/widgets/editors/contact-widget/contact-widget.config.d.ts +0 -2
  393. package/widgets/lib/widgets/editors/date-time-box-widget/date-time-box-widget.config.d.ts +0 -2
  394. package/widgets/lib/widgets/editors/large-text-widget/large-text-widget.config.d.ts +0 -2
  395. package/widgets/lib/widgets/editors/link-widget/link-widget.config.d.ts +0 -2
  396. package/widgets/lib/widgets/editors/map-box-widget/map-box-widget-edit.component.d.ts +0 -15
  397. package/widgets/lib/widgets/editors/number-box-widget/number-box-widget.config.d.ts +0 -2
  398. package/widgets/lib/widgets/editors/password-box-widget/password-box-widget.config.d.ts +0 -2
  399. package/widgets/lib/widgets/editors/rich-text-widget/rich-text-widget.config.d.ts +0 -2
  400. package/widgets/lib/widgets/editors/select-box-widget/select-box-widget.config.d.ts +0 -2
  401. package/widgets/lib/widgets/editors/selection-list-widget/selection-list-widget.config.d.ts +0 -2
  402. package/widgets/lib/widgets/editors/toggle-widget/toggle-widget.config.d.ts +0 -2
  403. package/widgets/lib/widgets/layout/block-widget/block-widget.config.d.ts +0 -2
  404. package/widgets/lib/widgets/layout/page-widget/page-widget.config.d.ts +0 -2
  405. package/widgets/lib/widgets/layout/repeater-widget/repeater-widget.config.d.ts +0 -2
  406. package/widgets/lib/widgets/layout/text-block-widget/text-block-widget.config.d.ts +0 -2
  407. /package/layout/designer/lib/{buttons → helpers}/add-widget-button/add-widget-button.component.d.ts +0 -0
  408. /package/widgets/lib/widgets/actions/{button-widget → button}/button-widget-view.component.d.ts +0 -0
  409. /package/widgets/lib/widgets/actions/{button-widget → button}/index.d.ts +0 -0
  410. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-column.component.d.ts +0 -0
  411. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-edit.component.d.ts +0 -0
  412. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-filter.component.d.ts +0 -0
  413. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-print.component.d.ts +0 -0
  414. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget-view.component.d.ts +0 -0
  415. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/file-box-widget.service.d.ts +0 -0
  416. /package/widgets/lib/widgets/{editors/file-box-widget → advance/file}/index.d.ts +0 -0
  417. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-column.component.d.ts +0 -0
  418. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-edit.component.d.ts +0 -0
  419. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-filter.component.d.ts +0 -0
  420. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-print.component.d.ts +0 -0
  421. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-types.d.ts +0 -0
  422. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/gallery-widget-view.component.d.ts +0 -0
  423. /package/widgets/lib/widgets/{editors/gallery-widget → advance/gallery}/index.d.ts +0 -0
  424. /package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/index.d.ts +0 -0
  425. /package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-column.component.d.ts +0 -0
  426. /package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-filter.component.d.ts +0 -0
  427. /package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-print.component.d.ts +0 -0
  428. /package/widgets/lib/widgets/{editors/map-box-widget → advance/map}/map-box-widget-view.component.d.ts +0 -0
  429. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/index.d.ts +0 -0
  430. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-column.component.d.ts +0 -0
  431. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-edit.component.d.ts +0 -0
  432. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-filter.component.d.ts +0 -0
  433. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-print.component.d.ts +0 -0
  434. /package/widgets/lib/widgets/{editors/signature-pad-widget → advance/signature}/signature-pad-widget-view.component.d.ts +0 -0
  435. /package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-column.component.d.ts +0 -0
  436. /package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-edit.component.d.ts +0 -0
  437. /package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-filter.component.d.ts +0 -0
  438. /package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-print.component.d.ts +0 -0
  439. /package/widgets/lib/widgets/editors/{color-box-widget → color}/color-box-widget-view.component.d.ts +0 -0
  440. /package/widgets/lib/widgets/editors/{color-box-widget → color}/index.d.ts +0 -0
  441. /package/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-column.component.d.ts +0 -0
  442. /package/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-filter.component.d.ts +0 -0
  443. /package/widgets/lib/widgets/editors/{contact-widget → contact}/contact-widget-print.component.d.ts +0 -0
  444. /package/widgets/lib/widgets/editors/{contact-widget → contact}/contact.type.d.ts +0 -0
  445. /package/widgets/lib/widgets/editors/{contact-widget → contact}/index.d.ts +0 -0
  446. /package/widgets/lib/widgets/editors/{contact-widget → contact}/popup-component.d.ts +0 -0
  447. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-column.component.d.ts +0 -0
  448. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-edit.component.d.ts +0 -0
  449. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-filter.component.d.ts +0 -0
  450. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-print.component.d.ts +0 -0
  451. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/date-time-box-widget-view.component.d.ts +0 -0
  452. /package/widgets/lib/widgets/editors/{date-time-box-widget → date-time}/index.d.ts +0 -0
  453. /package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-column.component.d.ts +0 -0
  454. /package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-edit.component.d.ts +0 -0
  455. /package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-filter.component.d.ts +0 -0
  456. /package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-print.component.d.ts +0 -0
  457. /package/widgets/lib/widgets/editors/{email-box-widget → email}/email-box-widget-view.component.d.ts +0 -0
  458. /package/widgets/lib/widgets/editors/{email-box-widget → email}/index.d.ts +0 -0
  459. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/index.d.ts +0 -0
  460. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-column.component.d.ts +0 -0
  461. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-edit.component.d.ts +0 -0
  462. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-filter.component.d.ts +0 -0
  463. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-print.component.d.ts +0 -0
  464. /package/widgets/lib/widgets/editors/{large-text-widget → large-text}/large-text-widget-view.component.d.ts +0 -0
  465. /package/widgets/lib/widgets/editors/{link-widget → link}/index.d.ts +0 -0
  466. /package/widgets/lib/widgets/editors/{link-widget → link}/link-widget-column.component.d.ts +0 -0
  467. /package/widgets/lib/widgets/editors/{link-widget → link}/link-widget-edit.component.d.ts +0 -0
  468. /package/widgets/lib/widgets/editors/{link-widget → link}/link-widget-filter.component.d.ts +0 -0
  469. /package/widgets/lib/widgets/editors/{link-widget → link}/link-widget-print.component.d.ts +0 -0
  470. /package/widgets/lib/widgets/editors/{link-widget → link}/link-widget-view.component.d.ts +0 -0
  471. /package/widgets/lib/widgets/editors/{number-box-widget → number}/index.d.ts +0 -0
  472. /package/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-column.component.d.ts +0 -0
  473. /package/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-filter.component.d.ts +0 -0
  474. /package/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-print.component.d.ts +0 -0
  475. /package/widgets/lib/widgets/editors/{number-box-widget → number}/number-box-widget-view.component.d.ts +0 -0
  476. /package/widgets/lib/widgets/editors/{password-box-widget → password}/index.d.ts +0 -0
  477. /package/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-column.component.d.ts +0 -0
  478. /package/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-edit.component.d.ts +0 -0
  479. /package/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-filter.component.d.ts +0 -0
  480. /package/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-print.component.d.ts +0 -0
  481. /package/widgets/lib/widgets/editors/{password-box-widget → password}/password-box-widget-view.component.d.ts +0 -0
  482. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/index.d.ts +0 -0
  483. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-column.component.d.ts +0 -0
  484. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-edit.component.d.ts +0 -0
  485. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-filter.component.d.ts +0 -0
  486. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-print.component.d.ts +0 -0
  487. /package/widgets/lib/widgets/editors/{phone-box-widget → phone}/phone-box-widget-view.component.d.ts +0 -0
  488. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/index.d.ts +0 -0
  489. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-popup.component.d.ts +0 -0
  490. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-column.component.d.ts +0 -0
  491. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-edit.component.d.ts +0 -0
  492. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-filter.component.d.ts +0 -0
  493. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-print.component.d.ts +0 -0
  494. /package/widgets/lib/widgets/editors/{rich-text-widget → rich-text}/rich-text-widget-view.component.d.ts +0 -0
  495. /package/widgets/lib/widgets/editors/{select-box-widget → select}/index.d.ts +0 -0
  496. /package/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-column.component.d.ts +0 -0
  497. /package/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-edit.component.d.ts +0 -0
  498. /package/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-filter.component.d.ts +0 -0
  499. /package/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-print.component.d.ts +0 -0
  500. /package/widgets/lib/widgets/editors/{select-box-widget → select}/select-box-widget-view.component.d.ts +0 -0
  501. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/index.d.ts +0 -0
  502. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-column.component.d.ts +0 -0
  503. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-edit.component.d.ts +0 -0
  504. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-filter.component.d.ts +0 -0
  505. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-print.component.d.ts +0 -0
  506. /package/widgets/lib/widgets/editors/{selection-list-widget → selection-list}/selection-list-widget-view.component.d.ts +0 -0
  507. /package/widgets/lib/widgets/editors/{text-box-widget → text}/index.d.ts +0 -0
  508. /package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-column.component.d.ts +0 -0
  509. /package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-edit.component.d.ts +0 -0
  510. /package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-filter.component.d.ts +0 -0
  511. /package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-print.component.d.ts +0 -0
  512. /package/widgets/lib/widgets/editors/{text-box-widget → text}/text-box-widget-view.component.d.ts +0 -0
  513. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/index.d.ts +0 -0
  514. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-column.component.d.ts +0 -0
  515. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-edit.component.d.ts +0 -0
  516. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-filter.component.d.ts +0 -0
  517. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-print.component.d.ts +0 -0
  518. /package/widgets/lib/widgets/editors/{toggle-widget → toggle}/toggle-widget-view.component.d.ts +0 -0
  519. /package/widgets/lib/widgets/layout/{block-widget → block}/block-widget-designer.component.d.ts +0 -0
  520. /package/widgets/lib/widgets/layout/{block-widget → block}/block-widget-view.component.d.ts +0 -0
  521. /package/widgets/lib/widgets/layout/{block-widget → block}/index.d.ts +0 -0
  522. /package/widgets/lib/widgets/layout/{page-widget → page}/index.d.ts +0 -0
  523. /package/widgets/lib/widgets/layout/{page-widget → page}/page-widget-designer.component.d.ts +0 -0
  524. /package/widgets/lib/widgets/layout/{page-widget → page}/page-widget-view.component.d.ts +0 -0
  525. /package/widgets/lib/widgets/layout/{repeater-widget → repeater}/index.d.ts +0 -0
  526. /package/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-designer.component.d.ts +0 -0
  527. /package/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-edit.component.d.ts +0 -0
  528. /package/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-print.component.d.ts +0 -0
  529. /package/widgets/lib/widgets/layout/{repeater-widget → repeater}/repeater-widget-view.component.d.ts +0 -0
  530. /package/widgets/lib/widgets/layout/{text-block-widget → text-block}/index.d.ts +0 -0
  531. /package/widgets/lib/widgets/layout/{text-block-widget → text-block}/text-block-widget-view.component.d.ts +0 -0
@@ -1,2 +1,7 @@
1
1
  import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
2
  export declare const AXPEmailBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ email: 'email-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPLargeTextWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ largeText: 'large-text-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPLinkWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ link: 'link-editor';
6
+ }
7
+ }
@@ -9,6 +9,8 @@ export declare class AXPNumberBoxWidgetEditComponent extends AXPWidgetComponent<
9
9
  protected multiple: Signal<boolean>;
10
10
  protected clearButton: Signal<boolean>;
11
11
  protected decimals: Signal<number>;
12
+ protected minValue: Signal<number>;
13
+ protected maxValue: Signal<number>;
12
14
  protected placeholder: Signal<string>;
13
15
  protected validationService: AXValidationService;
14
16
  protected validationRules: AXPValidationRules;
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPNumberBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ number: 'number-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPPasswordBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ password: 'password-editor';
6
+ }
7
+ }
@@ -1,2 +1,7 @@
1
1
  import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
2
  export declare const AXPPhoneBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ phone: 'phone-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPRichTextWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ richText: 'rich-text-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPSelectBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ select: 'select-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPSelectionListWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ selectionList: 'selection-list-editor';
6
+ }
7
+ }
@@ -1,2 +1,7 @@
1
1
  import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
2
  export declare const AXPTextBoxWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ text: 'text-editor';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPToggleWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ toggle: 'toggle-editor';
6
+ }
7
+ }
@@ -1,22 +1,22 @@
1
- export * from './actions/button-widget';
1
+ export * from './actions/button';
2
2
  export * from './editors/checkbox';
3
- export * from './editors/contact-widget';
4
- export * from './editors/date-time-box-widget';
5
- export * from './editors/email-box-widget';
6
- export * from './editors/file-box-widget';
7
- export * from './editors/gallery-widget';
8
- export * from './editors/large-text-widget';
9
- export * from './editors/link-widget';
10
- export * from './editors/map-box-widget';
11
- export * from './editors/number-box-widget';
12
- export * from './editors/password-box-widget';
13
- export * from './editors/phone-box-widget';
14
- export * from './editors/rich-text-widget';
15
- export * from './editors/select-box-widget';
16
- export * from './editors/selection-list-widget';
17
- export * from './editors/signature-pad-widget';
18
- export * from './editors/text-box-widget';
19
- export * from './editors/toggle-widget';
20
- export * from './layout/page-widget';
21
- export * from './layout/block-widget';
22
- export * from './layout/repeater-widget';
3
+ export * from './editors/contact';
4
+ export * from './editors/date-time';
5
+ export * from './editors/email';
6
+ export * from './editors/large-text';
7
+ export * from './editors/link';
8
+ export * from './editors/number';
9
+ export * from './editors/password';
10
+ export * from './editors/phone';
11
+ export * from './editors/rich-text';
12
+ export * from './editors/select';
13
+ export * from './editors/selection-list';
14
+ export * from './editors/text';
15
+ export * from './editors/toggle';
16
+ export * from './advance/file';
17
+ export * from './advance/gallery';
18
+ export * from './advance/map';
19
+ export * from './advance/signature';
20
+ export * from './layout/block';
21
+ export * from './layout/page';
22
+ export * from './layout/repeater';
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPBlockWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ blockLayout: 'block-layout';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPDocumentWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ document: 'document-layout';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPContainerWidgetComponent } from '@acorex/platform/layout/builder';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPFormFieldWidgetDesignerComponent extends AXPContainerWidgetComponent<void> {
4
+ protected label: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPFormFieldWidgetDesignerComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPFormFieldWidgetDesignerComponent, "ng-component", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPFormFieldWidgetViewComponent extends AXPWidgetComponent<any> {
4
+ protected label: import("@angular/core").Signal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPFormFieldWidgetViewComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPFormFieldWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPFormFieldWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ formField: 'form-field';
6
+ }
7
+ }
@@ -0,0 +1,3 @@
1
+ export * from './form-field-widget-view.component';
2
+ export * from './form-field-widget-designer.component';
3
+ export * from './form-field-widget.config';
@@ -0,0 +1,20 @@
1
+ import { AXPContainerWidgetComponent } from '@acorex/platform/layout/builder';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPGridWidgetDesignerComponent extends AXPContainerWidgetComponent<void> {
4
+ private designerService;
5
+ private element;
6
+ protected cols: import("@angular/core").Signal<number>;
7
+ protected rows: import("@angular/core").Signal<number>;
8
+ protected gap: import("@angular/core").Signal<number>;
9
+ protected cells: import("@angular/core").Signal<number[]>;
10
+ protected settled: import("@angular/core").WritableSignal<boolean>;
11
+ private placeholder;
12
+ private e;
13
+ protected handleDrawerSelect(e: {
14
+ rows: number;
15
+ cols: number;
16
+ }): void;
17
+ private get __class();
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPGridWidgetDesignerComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPGridWidgetDesignerComponent, "ng-component", never, {}, {}, never, never, true, never>;
20
+ }
@@ -0,0 +1,6 @@
1
+ import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPGridWidgetPrintComponent extends AXPWidgetComponent<any> {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPGridWidgetPrintComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPGridWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPGridWidgetViewComponent extends AXPWidgetComponent<any> {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPGridWidgetViewComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPGridWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPGridWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ grid: 'grid';
6
+ }
7
+ }
@@ -0,0 +1,4 @@
1
+ export * from './grid-widget-view.component';
2
+ export * from './grid-widget-print.component';
3
+ export * from './grid-widget-designer.component';
4
+ export * from './grid-widget.config';
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPPageWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ pageLayout: 'page-layout';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPRepeaterWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ repeaterLayout: 'repeater-layout';
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
2
+ export declare const AXPTextBlockWidget: AXPWidgetConfig;
3
+ declare module '@acorex/platform/layout/builder' {
4
+ interface AXPWidgetTypesMap {
5
+ textBlockLayout: 'text-block-layout';
6
+ }
7
+ }
@@ -1,30 +0,0 @@
1
- export {};
2
- // export interface AXPLayoutPage {
3
- // id: string,
4
- // title: string,
5
- // forms: AXPLayoutForm[]
6
- // }
7
- // export interface AXPLayoutForm {
8
- // id: string,
9
- // title: string,
10
- // }
11
- // export interface AXPLayoutFormRootGroup {
12
- // id: string,
13
- // title: string,
14
- // layout?: AXPGridLayoutOptions
15
- // }
16
- // export interface AXPLayoutFormGroup {
17
- // id: string,
18
- // title: string,
19
- // groups: AXPLayoutFormGroup
20
- // fields: AXPLayoutFormField[]
21
- // }
22
- // export interface AXPLayoutFormField {
23
- // name: string;
24
- // title: string;
25
- // description?: string;
26
- // order?: number,
27
- // editable: boolean,
28
- // widget: AXPWidgetNode,
29
- // }
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5b3V0LnR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9sYXlvdXQvYnVpbGRlci9zcmMvbGliL2J1aWxkZXIvbGF5b3V0LnR5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFHQSxtQ0FBbUM7QUFDbkMsa0JBQWtCO0FBQ2xCLHFCQUFxQjtBQUNyQiw2QkFBNkI7QUFDN0IsSUFBSTtBQUVKLG1DQUFtQztBQUNuQyxrQkFBa0I7QUFDbEIscUJBQXFCO0FBQ3JCLElBQUk7QUFFSiw0Q0FBNEM7QUFDNUMsa0JBQWtCO0FBQ2xCLHFCQUFxQjtBQUNyQixvQ0FBb0M7QUFDcEMsSUFBSTtBQUNKLHdDQUF3QztBQUN4QyxrQkFBa0I7QUFDbEIscUJBQXFCO0FBQ3JCLGlDQUFpQztBQUNqQyxtQ0FBbUM7QUFDbkMsSUFBSTtBQUVKLHdDQUF3QztBQUN4QyxvQkFBb0I7QUFDcEIscUJBQXFCO0FBQ3JCLDRCQUE0QjtBQUM1QixzQkFBc0I7QUFDdEIseUJBQXlCO0FBQ3pCLDZCQUE2QjtBQUM3QixJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhQV2lkZ2V0Tm9kZSB9IGZyb20gXCIuL3dpZGdldC50eXBlc1wiO1xuaW1wb3J0IHsgQVhQR3JpZExheW91dE9wdGlvbnMgfSBmcm9tIFwiQGFjb3JleC9wbGF0Zm9ybS9jb21tb25cIjtcblxuLy8gZXhwb3J0IGludGVyZmFjZSBBWFBMYXlvdXRQYWdlIHtcbi8vICAgICBpZDogc3RyaW5nLFxuLy8gICAgIHRpdGxlOiBzdHJpbmcsXG4vLyAgICAgZm9ybXM6IEFYUExheW91dEZvcm1bXVxuLy8gfVxuXG4vLyBleHBvcnQgaW50ZXJmYWNlIEFYUExheW91dEZvcm0ge1xuLy8gICAgIGlkOiBzdHJpbmcsXG4vLyAgICAgdGl0bGU6IHN0cmluZyxcbi8vIH1cblxuLy8gZXhwb3J0IGludGVyZmFjZSBBWFBMYXlvdXRGb3JtUm9vdEdyb3VwIHtcbi8vICAgICBpZDogc3RyaW5nLFxuLy8gICAgIHRpdGxlOiBzdHJpbmcsXG4vLyAgICAgbGF5b3V0PzogQVhQR3JpZExheW91dE9wdGlvbnNcbi8vIH1cbi8vIGV4cG9ydCBpbnRlcmZhY2UgQVhQTGF5b3V0Rm9ybUdyb3VwIHtcbi8vICAgICBpZDogc3RyaW5nLFxuLy8gICAgIHRpdGxlOiBzdHJpbmcsXG4vLyAgICAgZ3JvdXBzOiBBWFBMYXlvdXRGb3JtR3JvdXBcbi8vICAgICBmaWVsZHM6IEFYUExheW91dEZvcm1GaWVsZFtdXG4vLyB9XG5cbi8vIGV4cG9ydCBpbnRlcmZhY2UgQVhQTGF5b3V0Rm9ybUZpZWxkIHtcbi8vICAgICBuYW1lOiBzdHJpbmc7XG4vLyAgICAgdGl0bGU6IHN0cmluZztcbi8vICAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcbi8vICAgICBvcmRlcj86IG51bWJlcixcbi8vICAgICBlZGl0YWJsZTogYm9vbGVhbixcbi8vICAgICB3aWRnZXQ6IEFYUFdpZGdldE5vZGUsXG4vLyB9Il19
@@ -1,16 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class AXPDesignerModule {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPDesignerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: AXPDesignerModule }); }
6
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPDesignerModule }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPDesignerModule, decorators: [{
9
- type: NgModule,
10
- args: [{
11
- imports: [],
12
- exports: [],
13
- declarations: [],
14
- }]
15
- }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzaWduZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9sYXlvdXQvZGVzaWduZXIvc3JjL2xpYi9kZXNpZ25lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLGlCQUFpQjs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQjs7MkZBQWpCLGlCQUFpQjtrQkFMN0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsRUFBRTtvQkFDWCxPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW10sXG4gICAgZXhwb3J0czogW10sXG4gICAgZGVjbGFyYXRpb25zOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgQVhQRGVzaWduZXJNb2R1bGUge1xufVxuIl19
@@ -1,117 +0,0 @@
1
- import { Injectable, signal, computed } from '@angular/core';
2
- import { cloneDeep } from 'lodash-es';
3
- import * as i0 from "@angular/core";
4
- export class AXPObjectHistoryManager {
5
- constructor() {
6
- this.undoStack = signal([]); // Undo history as a signal
7
- this.redoStack = signal([]); // Redo history as a signal
8
- this._currentState = signal(null); // Current state as a signal
9
- this.maxHistorySize = 50;
10
- this.revertedIndex = null; // Track the index when reverting
11
- this.currentState = this._currentState.asReadonly();
12
- this.canUndo = computed(() => this.undoStack().length > 0);
13
- this.canRedo = computed(() => this.redoStack().length > 0);
14
- // Get the undo history for UI with disabled future states
15
- this.history = computed(() => {
16
- const undoHistory = this.undoStack();
17
- return undoHistory.map((state, index) => ({
18
- ...state,
19
- index,
20
- disabled: this.revertedIndex !== null && index > this.revertedIndex
21
- }));
22
- });
23
- }
24
- // Save a new state and clear redo if necessary
25
- saveState(newState, description) {
26
- const newHistoryState = {
27
- state: cloneDeep(newState),
28
- date: new Date(),
29
- description: description,
30
- };
31
- // Limit undo history size
32
- if (this.undoStack().length >= this.maxHistorySize) {
33
- this.undoStack.set(this.undoStack().slice(1)); // Remove oldest state
34
- }
35
- // Add the current state to the undo stack
36
- //if (this._currentState()) {
37
- this.undoStack.set([...this.undoStack(), this._currentState()]);
38
- //}
39
- // Set the new state as the current state
40
- this._currentState.set(newHistoryState);
41
- // Clear the redo stack if a new state is saved after undoing
42
- if (this.revertedIndex !== null) {
43
- this.redoStack.set([]);
44
- this.revertedIndex = null; // Reset reverted index
45
- }
46
- }
47
- // Update the current state's last entry in the undo stack
48
- updateState(newState) {
49
- const lastStateIndex = this.undoStack().length - 1;
50
- // Check if there is a valid state to update
51
- if (lastStateIndex >= 0) {
52
- const lastState = this.undoStack()[lastStateIndex];
53
- // Update the state in the last history entry
54
- const updatedState = {
55
- ...lastState,
56
- state: cloneDeep(newState),
57
- date: new Date() // Update the date to reflect the change
58
- };
59
- // Update the undo stack with the modified state
60
- const updatedUndoStack = [...this.undoStack()];
61
- updatedUndoStack[lastStateIndex] = updatedState;
62
- this.undoStack.set(updatedUndoStack);
63
- // Also update the currentState to reflect the latest change
64
- this._currentState.set(updatedState);
65
- }
66
- }
67
- // Undo the last action and update the current state
68
- undo() {
69
- if (this.undoStack().length > 0) {
70
- const previousState = this.undoStack().pop(); // Get the last state
71
- this.redoStack.set([...this.redoStack(), this._currentState()]); // Save current state to redo stack
72
- this._currentState.set(previousState); // Revert to the previous state
73
- this.revertedIndex = this.undoStack().length - 1; // Update reverted index
74
- }
75
- }
76
- // Redo the last undone action and update the current state
77
- redo() {
78
- if (this.redoStack().length > 0) {
79
- const nextState = this.redoStack().pop(); // Get the next state
80
- this.undoStack.set([...this.undoStack(), this._currentState()]); // Save current state to undo stack
81
- this._currentState.set(nextState); // Apply the redo state
82
- this.revertedIndex = this.undoStack().length - 1; // Update reverted index
83
- }
84
- }
85
- // Revert to a specific state by index in the undo stack
86
- revert(index) {
87
- if (index < 0 || index >= this.undoStack().length) {
88
- return; // Invalid index, do nothing
89
- }
90
- const targetState = this.undoStack()[index];
91
- const currentStateSnapshot = this._currentState(); // Save the current state for redo
92
- // Move states after the reverted index to the redo stack
93
- const statesToRedo = this.undoStack().slice(index + 1);
94
- this.redoStack.set([currentStateSnapshot, ...statesToRedo]);
95
- // Update the undo stack to the reverted point
96
- this.undoStack.set(this.undoStack().slice(0, index + 1));
97
- // Set the reverted state as the current state
98
- this._currentState.set(targetState);
99
- this.revertedIndex = index; // Track the reverted index
100
- }
101
- // Clear all history
102
- clear() {
103
- this.undoStack.set([]);
104
- this.redoStack.set([]);
105
- this.revertedIndex = null;
106
- this._currentState.set(null);
107
- }
108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPObjectHistoryManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
109
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPObjectHistoryManager, providedIn: 'root' }); }
110
- }
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPObjectHistoryManager, decorators: [{
112
- type: Injectable,
113
- args: [{
114
- providedIn: 'root',
115
- }]
116
- }] });
117
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGlzdG9yeS1tYW5hZ2VyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL2xheW91dC9kZXNpZ25lci9zcmMvbGliL2hpc3RvcnktbWFuYWdlci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sV0FBVyxDQUFDOztBQVd0QyxNQUFNLE9BQU8sdUJBQXVCO0lBSHBDO1FBSXFCLGNBQVMsR0FBRyxNQUFNLENBQXVCLEVBQUUsQ0FBQyxDQUFDLENBQUUsMkJBQTJCO1FBQzFFLGNBQVMsR0FBRyxNQUFNLENBQXVCLEVBQUUsQ0FBQyxDQUFDLENBQUUsMkJBQTJCO1FBQzFFLGtCQUFhLEdBQUcsTUFBTSxDQUE0QixJQUFJLENBQUMsQ0FBQyxDQUFFLDRCQUE0QjtRQUMvRixtQkFBYyxHQUFXLEVBQUUsQ0FBQztRQUM1QixrQkFBYSxHQUFrQixJQUFJLENBQUMsQ0FBRSxpQ0FBaUM7UUFFL0QsaUJBQVksR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsRUFBRSxDQUFDO1FBRXhELFlBQU8sR0FBRyxRQUFRLENBQVUsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztRQUMvRCxZQUFPLEdBQUcsUUFBUSxDQUFVLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUM7UUFnR3RFLDBEQUEwRDtRQUNuRCxZQUFPLEdBQUcsUUFBUSxDQUFDLEdBQUcsRUFBRTtZQUMzQixNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDckMsT0FBTyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztnQkFDdEMsR0FBRyxLQUFLO2dCQUNSLEtBQUs7Z0JBQ0wsUUFBUSxFQUFFLElBQUksQ0FBQyxhQUFhLEtBQUssSUFBSSxJQUFJLEtBQUssR0FBRyxJQUFJLENBQUMsYUFBYTthQUN0RSxDQUFDLENBQUMsQ0FBQztRQUNSLENBQUMsQ0FBQyxDQUFDO0tBV047SUFqSEcsK0NBQStDO0lBQ3hDLFNBQVMsQ0FBQyxRQUFXLEVBQUUsV0FBbUI7UUFDN0MsTUFBTSxlQUFlLEdBQXVCO1lBQ3hDLEtBQUssRUFBRSxTQUFTLENBQUMsUUFBUSxDQUFDO1lBQzFCLElBQUksRUFBRSxJQUFJLElBQUksRUFBRTtZQUNoQixXQUFXLEVBQUUsV0FBVztTQUMzQixDQUFDO1FBRUYsMEJBQTBCO1FBQzFCLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDakQsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUUsc0JBQXNCO1FBQzFFLENBQUM7UUFFRCwwQ0FBMEM7UUFDMUMsNkJBQTZCO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLEVBQUUsSUFBSSxDQUFDLGFBQWEsRUFBRyxDQUFDLENBQUMsQ0FBQztRQUNqRSxHQUFHO1FBRUgseUNBQXlDO1FBQ3pDLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBRXhDLDZEQUE2RDtRQUM3RCxJQUFJLElBQUksQ0FBQyxhQUFhLEtBQUssSUFBSSxFQUFFLENBQUM7WUFDOUIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDdkIsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsQ0FBRSx1QkFBdUI7UUFDdkQsQ0FBQztJQUNMLENBQUM7SUFFRCwwREFBMEQ7SUFDbkQsV0FBVyxDQUFDLFFBQVc7UUFDMUIsTUFBTSxjQUFjLEdBQUcsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7UUFFbkQsNENBQTRDO1FBQzVDLElBQUksY0FBYyxJQUFJLENBQUMsRUFBRSxDQUFDO1lBQ3RCLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUVuRCw2Q0FBNkM7WUFDN0MsTUFBTSxZQUFZLEdBQXVCO2dCQUNyQyxHQUFHLFNBQVM7Z0JBQ1osS0FBSyxFQUFFLFNBQVMsQ0FBQyxRQUFRLENBQUM7Z0JBQzFCLElBQUksRUFBRSxJQUFJLElBQUksRUFBRSxDQUFFLHdDQUF3QzthQUM3RCxDQUFDO1lBRUYsZ0RBQWdEO1lBQ2hELE1BQU0sZ0JBQWdCLEdBQUcsQ0FBQyxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDO1lBQy9DLGdCQUFnQixDQUFDLGNBQWMsQ0FBQyxHQUFHLFlBQVksQ0FBQztZQUNoRCxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1lBRXJDLDREQUE0RDtZQUM1RCxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUN6QyxDQUFDO0lBQ0wsQ0FBQztJQUVELG9EQUFvRDtJQUM3QyxJQUFJO1FBQ1AsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQzlCLE1BQU0sYUFBYSxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxHQUFHLEVBQUcsQ0FBQyxDQUFFLHFCQUFxQjtZQUNyRSxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLFNBQVMsRUFBRSxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBRSxtQ0FBbUM7WUFDdEcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBRSwrQkFBK0I7WUFDdkUsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFFLHdCQUF3QjtRQUMvRSxDQUFDO0lBQ0wsQ0FBQztJQUVELDJEQUEyRDtJQUNwRCxJQUFJO1FBQ1AsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQzlCLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxHQUFHLEVBQUcsQ0FBQyxDQUFFLHFCQUFxQjtZQUNqRSxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLFNBQVMsRUFBRSxFQUFFLElBQUksQ0FBQyxhQUFhLEVBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBRSxtQ0FBbUM7WUFDdEcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBRSx1QkFBdUI7WUFDM0QsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFFLHdCQUF3QjtRQUMvRSxDQUFDO0lBQ0wsQ0FBQztJQUVELHdEQUF3RDtJQUNqRCxNQUFNLENBQUMsS0FBYTtRQUN2QixJQUFJLEtBQUssR0FBRyxDQUFDLElBQUksS0FBSyxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoRCxPQUFPLENBQUUsNEJBQTRCO1FBQ3pDLENBQUM7UUFFRCxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUMsTUFBTSxvQkFBb0IsR0FBRyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FBRSxrQ0FBa0M7UUFFdEYseURBQXlEO1FBQ3pELE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQyxLQUFLLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDO1FBQ3ZELElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsb0JBQXFCLEVBQUUsR0FBRyxZQUFZLENBQUMsQ0FBQyxDQUFDO1FBRTdELDhDQUE4QztRQUM5QyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUV6RCw4Q0FBOEM7UUFDOUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDcEMsSUFBSSxDQUFDLGFBQWEsR0FBRyxLQUFLLENBQUMsQ0FBRSwyQkFBMkI7SUFDNUQsQ0FBQztJQWNELG9CQUFvQjtJQUNiLEtBQUs7UUFDUixJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN2QixJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQztRQUMxQixJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNqQyxDQUFDOzhHQTVIUSx1QkFBdUI7a0hBQXZCLHVCQUF1QixjQUZwQixNQUFNOzsyRkFFVCx1QkFBdUI7a0JBSG5DLFVBQVU7bUJBQUM7b0JBQ1IsVUFBVSxFQUFFLE1BQU07aUJBQ3JCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgc2lnbmFsLCBjb21wdXRlZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgY2xvbmVEZWVwIH0gZnJvbSAnbG9kYXNoLWVzJztcblxuZXhwb3J0IGludGVyZmFjZSBBWFBIaXN0b3J5U3RhdGU8VD4ge1xuICAgIHN0YXRlOiBUO1xuICAgIGRhdGU6IERhdGU7XG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcbn1cblxuQEluamVjdGFibGUoe1xuICAgIHByb3ZpZGVkSW46ICdyb290Jyxcbn0pXG5leHBvcnQgY2xhc3MgQVhQT2JqZWN0SGlzdG9yeU1hbmFnZXI8VD4ge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgdW5kb1N0YWNrID0gc2lnbmFsPEFYUEhpc3RvcnlTdGF0ZTxUPltdPihbXSk7ICAvLyBVbmRvIGhpc3RvcnkgYXMgYSBzaWduYWxcbiAgICBwcml2YXRlIHJlYWRvbmx5IHJlZG9TdGFjayA9IHNpZ25hbDxBWFBIaXN0b3J5U3RhdGU8VD5bXT4oW10pOyAgLy8gUmVkbyBoaXN0b3J5IGFzIGEgc2lnbmFsXG4gICAgcHJpdmF0ZSByZWFkb25seSBfY3VycmVudFN0YXRlID0gc2lnbmFsPEFYUEhpc3RvcnlTdGF0ZTxUPiB8IG51bGw+KG51bGwpOyAgLy8gQ3VycmVudCBzdGF0ZSBhcyBhIHNpZ25hbFxuICAgIHByaXZhdGUgbWF4SGlzdG9yeVNpemU6IG51bWJlciA9IDUwO1xuICAgIHByaXZhdGUgcmV2ZXJ0ZWRJbmRleDogbnVtYmVyIHwgbnVsbCA9IG51bGw7ICAvLyBUcmFjayB0aGUgaW5kZXggd2hlbiByZXZlcnRpbmdcblxuICAgIHB1YmxpYyByZWFkb25seSBjdXJyZW50U3RhdGUgPSB0aGlzLl9jdXJyZW50U3RhdGUuYXNSZWFkb25seSgpO1xuXG4gICAgcHVibGljIGNhblVuZG8gPSBjb21wdXRlZDxib29sZWFuPigoKSA9PiB0aGlzLnVuZG9TdGFjaygpLmxlbmd0aCA+IDApO1xuICAgIHB1YmxpYyBjYW5SZWRvID0gY29tcHV0ZWQ8Ym9vbGVhbj4oKCkgPT4gdGhpcy5yZWRvU3RhY2soKS5sZW5ndGggPiAwKTtcblxuICAgIC8vIFNhdmUgYSBuZXcgc3RhdGUgYW5kIGNsZWFyIHJlZG8gaWYgbmVjZXNzYXJ5XG4gICAgcHVibGljIHNhdmVTdGF0ZShuZXdTdGF0ZTogVCwgZGVzY3JpcHRpb246IHN0cmluZyk6IHZvaWQge1xuICAgICAgICBjb25zdCBuZXdIaXN0b3J5U3RhdGU6IEFYUEhpc3RvcnlTdGF0ZTxUPiA9IHtcbiAgICAgICAgICAgIHN0YXRlOiBjbG9uZURlZXAobmV3U3RhdGUpLFxuICAgICAgICAgICAgZGF0ZTogbmV3IERhdGUoKSxcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uOiBkZXNjcmlwdGlvbixcbiAgICAgICAgfTtcblxuICAgICAgICAvLyBMaW1pdCB1bmRvIGhpc3Rvcnkgc2l6ZVxuICAgICAgICBpZiAodGhpcy51bmRvU3RhY2soKS5sZW5ndGggPj0gdGhpcy5tYXhIaXN0b3J5U2l6ZSkge1xuICAgICAgICAgICAgdGhpcy51bmRvU3RhY2suc2V0KHRoaXMudW5kb1N0YWNrKCkuc2xpY2UoMSkpOyAgLy8gUmVtb3ZlIG9sZGVzdCBzdGF0ZVxuICAgICAgICB9XG5cbiAgICAgICAgLy8gQWRkIHRoZSBjdXJyZW50IHN0YXRlIHRvIHRoZSB1bmRvIHN0YWNrXG4gICAgICAgIC8vaWYgKHRoaXMuX2N1cnJlbnRTdGF0ZSgpKSB7XG4gICAgICAgIHRoaXMudW5kb1N0YWNrLnNldChbLi4udGhpcy51bmRvU3RhY2soKSwgdGhpcy5fY3VycmVudFN0YXRlKCkhXSk7XG4gICAgICAgIC8vfVxuXG4gICAgICAgIC8vIFNldCB0aGUgbmV3IHN0YXRlIGFzIHRoZSBjdXJyZW50IHN0YXRlXG4gICAgICAgIHRoaXMuX2N1cnJlbnRTdGF0ZS5zZXQobmV3SGlzdG9yeVN0YXRlKTtcblxuICAgICAgICAvLyBDbGVhciB0aGUgcmVkbyBzdGFjayBpZiBhIG5ldyBzdGF0ZSBpcyBzYXZlZCBhZnRlciB1bmRvaW5nXG4gICAgICAgIGlmICh0aGlzLnJldmVydGVkSW5kZXggIT09IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMucmVkb1N0YWNrLnNldChbXSk7XG4gICAgICAgICAgICB0aGlzLnJldmVydGVkSW5kZXggPSBudWxsOyAgLy8gUmVzZXQgcmV2ZXJ0ZWQgaW5kZXhcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIFVwZGF0ZSB0aGUgY3VycmVudCBzdGF0ZSdzIGxhc3QgZW50cnkgaW4gdGhlIHVuZG8gc3RhY2tcbiAgICBwdWJsaWMgdXBkYXRlU3RhdGUobmV3U3RhdGU6IFQpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgbGFzdFN0YXRlSW5kZXggPSB0aGlzLnVuZG9TdGFjaygpLmxlbmd0aCAtIDE7XG5cbiAgICAgICAgLy8gQ2hlY2sgaWYgdGhlcmUgaXMgYSB2YWxpZCBzdGF0ZSB0byB1cGRhdGVcbiAgICAgICAgaWYgKGxhc3RTdGF0ZUluZGV4ID49IDApIHtcbiAgICAgICAgICAgIGNvbnN0IGxhc3RTdGF0ZSA9IHRoaXMudW5kb1N0YWNrKClbbGFzdFN0YXRlSW5kZXhdO1xuXG4gICAgICAgICAgICAvLyBVcGRhdGUgdGhlIHN0YXRlIGluIHRoZSBsYXN0IGhpc3RvcnkgZW50cnlcbiAgICAgICAgICAgIGNvbnN0IHVwZGF0ZWRTdGF0ZTogQVhQSGlzdG9yeVN0YXRlPFQ+ID0ge1xuICAgICAgICAgICAgICAgIC4uLmxhc3RTdGF0ZSxcbiAgICAgICAgICAgICAgICBzdGF0ZTogY2xvbmVEZWVwKG5ld1N0YXRlKSxcbiAgICAgICAgICAgICAgICBkYXRlOiBuZXcgRGF0ZSgpICAvLyBVcGRhdGUgdGhlIGRhdGUgdG8gcmVmbGVjdCB0aGUgY2hhbmdlXG4gICAgICAgICAgICB9O1xuXG4gICAgICAgICAgICAvLyBVcGRhdGUgdGhlIHVuZG8gc3RhY2sgd2l0aCB0aGUgbW9kaWZpZWQgc3RhdGVcbiAgICAgICAgICAgIGNvbnN0IHVwZGF0ZWRVbmRvU3RhY2sgPSBbLi4udGhpcy51bmRvU3RhY2soKV07XG4gICAgICAgICAgICB1cGRhdGVkVW5kb1N0YWNrW2xhc3RTdGF0ZUluZGV4XSA9IHVwZGF0ZWRTdGF0ZTtcbiAgICAgICAgICAgIHRoaXMudW5kb1N0YWNrLnNldCh1cGRhdGVkVW5kb1N0YWNrKTtcblxuICAgICAgICAgICAgLy8gQWxzbyB1cGRhdGUgdGhlIGN1cnJlbnRTdGF0ZSB0byByZWZsZWN0IHRoZSBsYXRlc3QgY2hhbmdlXG4gICAgICAgICAgICB0aGlzLl9jdXJyZW50U3RhdGUuc2V0KHVwZGF0ZWRTdGF0ZSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBVbmRvIHRoZSBsYXN0IGFjdGlvbiBhbmQgdXBkYXRlIHRoZSBjdXJyZW50IHN0YXRlXG4gICAgcHVibGljIHVuZG8oKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLnVuZG9TdGFjaygpLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIGNvbnN0IHByZXZpb3VzU3RhdGUgPSB0aGlzLnVuZG9TdGFjaygpLnBvcCgpITsgIC8vIEdldCB0aGUgbGFzdCBzdGF0ZVxuICAgICAgICAgICAgdGhpcy5yZWRvU3RhY2suc2V0KFsuLi50aGlzLnJlZG9TdGFjaygpLCB0aGlzLl9jdXJyZW50U3RhdGUoKSFdKTsgIC8vIFNhdmUgY3VycmVudCBzdGF0ZSB0byByZWRvIHN0YWNrXG4gICAgICAgICAgICB0aGlzLl9jdXJyZW50U3RhdGUuc2V0KHByZXZpb3VzU3RhdGUpOyAgLy8gUmV2ZXJ0IHRvIHRoZSBwcmV2aW91cyBzdGF0ZVxuICAgICAgICAgICAgdGhpcy5yZXZlcnRlZEluZGV4ID0gdGhpcy51bmRvU3RhY2soKS5sZW5ndGggLSAxOyAgLy8gVXBkYXRlIHJldmVydGVkIGluZGV4XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBSZWRvIHRoZSBsYXN0IHVuZG9uZSBhY3Rpb24gYW5kIHVwZGF0ZSB0aGUgY3VycmVudCBzdGF0ZVxuICAgIHB1YmxpYyByZWRvKCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5yZWRvU3RhY2soKS5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICBjb25zdCBuZXh0U3RhdGUgPSB0aGlzLnJlZG9TdGFjaygpLnBvcCgpITsgIC8vIEdldCB0aGUgbmV4dCBzdGF0ZVxuICAgICAgICAgICAgdGhpcy51bmRvU3RhY2suc2V0KFsuLi50aGlzLnVuZG9TdGFjaygpLCB0aGlzLl9jdXJyZW50U3RhdGUoKSFdKTsgIC8vIFNhdmUgY3VycmVudCBzdGF0ZSB0byB1bmRvIHN0YWNrXG4gICAgICAgICAgICB0aGlzLl9jdXJyZW50U3RhdGUuc2V0KG5leHRTdGF0ZSk7ICAvLyBBcHBseSB0aGUgcmVkbyBzdGF0ZVxuICAgICAgICAgICAgdGhpcy5yZXZlcnRlZEluZGV4ID0gdGhpcy51bmRvU3RhY2soKS5sZW5ndGggLSAxOyAgLy8gVXBkYXRlIHJldmVydGVkIGluZGV4XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBSZXZlcnQgdG8gYSBzcGVjaWZpYyBzdGF0ZSBieSBpbmRleCBpbiB0aGUgdW5kbyBzdGFja1xuICAgIHB1YmxpYyByZXZlcnQoaW5kZXg6IG51bWJlcik6IHZvaWQge1xuICAgICAgICBpZiAoaW5kZXggPCAwIHx8IGluZGV4ID49IHRoaXMudW5kb1N0YWNrKCkubGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm47ICAvLyBJbnZhbGlkIGluZGV4LCBkbyBub3RoaW5nXG4gICAgICAgIH1cblxuICAgICAgICBjb25zdCB0YXJnZXRTdGF0ZSA9IHRoaXMudW5kb1N0YWNrKClbaW5kZXhdO1xuICAgICAgICBjb25zdCBjdXJyZW50U3RhdGVTbmFwc2hvdCA9IHRoaXMuX2N1cnJlbnRTdGF0ZSgpOyAgLy8gU2F2ZSB0aGUgY3VycmVudCBzdGF0ZSBmb3IgcmVkb1xuXG4gICAgICAgIC8vIE1vdmUgc3RhdGVzIGFmdGVyIHRoZSByZXZlcnRlZCBpbmRleCB0byB0aGUgcmVkbyBzdGFja1xuICAgICAgICBjb25zdCBzdGF0ZXNUb1JlZG8gPSB0aGlzLnVuZG9TdGFjaygpLnNsaWNlKGluZGV4ICsgMSk7XG4gICAgICAgIHRoaXMucmVkb1N0YWNrLnNldChbY3VycmVudFN0YXRlU25hcHNob3QhLCAuLi5zdGF0ZXNUb1JlZG9dKTtcblxuICAgICAgICAvLyBVcGRhdGUgdGhlIHVuZG8gc3RhY2sgdG8gdGhlIHJldmVydGVkIHBvaW50XG4gICAgICAgIHRoaXMudW5kb1N0YWNrLnNldCh0aGlzLnVuZG9TdGFjaygpLnNsaWNlKDAsIGluZGV4ICsgMSkpO1xuXG4gICAgICAgIC8vIFNldCB0aGUgcmV2ZXJ0ZWQgc3RhdGUgYXMgdGhlIGN1cnJlbnQgc3RhdGVcbiAgICAgICAgdGhpcy5fY3VycmVudFN0YXRlLnNldCh0YXJnZXRTdGF0ZSk7XG4gICAgICAgIHRoaXMucmV2ZXJ0ZWRJbmRleCA9IGluZGV4OyAgLy8gVHJhY2sgdGhlIHJldmVydGVkIGluZGV4XG4gICAgfVxuXG4gICAgLy8gR2V0IHRoZSB1bmRvIGhpc3RvcnkgZm9yIFVJIHdpdGggZGlzYWJsZWQgZnV0dXJlIHN0YXRlc1xuICAgIHB1YmxpYyBoaXN0b3J5ID0gY29tcHV0ZWQoKCkgPT4ge1xuICAgICAgICBjb25zdCB1bmRvSGlzdG9yeSA9IHRoaXMudW5kb1N0YWNrKCk7XG4gICAgICAgIHJldHVybiB1bmRvSGlzdG9yeS5tYXAoKHN0YXRlLCBpbmRleCkgPT4gKHtcbiAgICAgICAgICAgIC4uLnN0YXRlLFxuICAgICAgICAgICAgaW5kZXgsXG4gICAgICAgICAgICBkaXNhYmxlZDogdGhpcy5yZXZlcnRlZEluZGV4ICE9PSBudWxsICYmIGluZGV4ID4gdGhpcy5yZXZlcnRlZEluZGV4XG4gICAgICAgIH0pKTtcbiAgICB9KTtcblxuXG5cbiAgICAvLyBDbGVhciBhbGwgaGlzdG9yeVxuICAgIHB1YmxpYyBjbGVhcigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy51bmRvU3RhY2suc2V0KFtdKTtcbiAgICAgICAgdGhpcy5yZWRvU3RhY2suc2V0KFtdKTtcbiAgICAgICAgdGhpcy5yZXZlcnRlZEluZGV4ID0gbnVsbDtcbiAgICAgICAgdGhpcy5fY3VycmVudFN0YXRlLnNldChudWxsKTtcbiAgICB9XG59Il19
@@ -1,52 +0,0 @@
1
- import { AXButtonModule } from '@acorex/components/button';
2
- import { AXLoadingModule } from '@acorex/components/loading';
3
- import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
4
- import { CommonModule } from '@angular/common';
5
- import { ChangeDetectionStrategy, Component, computed, EventEmitter } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@acorex/components/button";
8
- import * as i2 from "@acorex/components/loading";
9
- export class AXPButtonWidgetViewComponent extends AXPWidgetComponent {
10
- constructor() {
11
- super(...arguments);
12
- this.disabled = computed(() => this.options()['disabled']);
13
- this.color = computed(() => this.options()['color']?.id ?? 'primary');
14
- this.look = computed(() => this.options()['look']?.id ?? 'solid');
15
- this.text = computed(() => this.options()['text']);
16
- this.loading = computed(() => this.options()['loading']);
17
- this.onClick = new EventEmitter();
18
- }
19
- handleClick(e) {
20
- this.onClick.emit(e);
21
- }
22
- api() {
23
- return {
24
- onClick: this.onClick,
25
- };
26
- }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPButtonWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPButtonWidgetViewComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
29
- <ax-button (onClick)="handleClick($event)" [disabled]="disabled()" [color]="color()" [look]="look()" [text]="text()">
30
- @if(loading()){
31
- <ax-loading> </ax-loading>
32
- }
33
- </ax-button>
34
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i2.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
35
- }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPButtonWidgetViewComponent, decorators: [{
37
- type: Component,
38
- args: [{
39
- template: `
40
- <ax-button (onClick)="handleClick($event)" [disabled]="disabled()" [color]="color()" [look]="look()" [text]="text()">
41
- @if(loading()){
42
- <ax-loading> </ax-loading>
43
- }
44
- </ax-button>
45
- `,
46
- standalone: true,
47
- changeDetection: ChangeDetectionStrategy.OnPush,
48
- imports: [CommonModule, AXButtonModule, AXLoadingModule],
49
- inputs: [],
50
- }]
51
- }] });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXdpZGdldC12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcGxhdGZvcm0vd2lkZ2V0cy9zcmMvbGliL3dpZGdldHMvYWN0aW9ucy9idXR0b24td2lkZ2V0L2J1dHRvbi13aWRnZXQtdmlldy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTNELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQXVCLGtCQUFrQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDMUYsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQWMzRixNQUFNLE9BQU8sNEJBQTZCLFNBQVEsa0JBQXVCO0lBYnpFOztRQWNZLGFBQVEsR0FBRyxRQUFRLENBQVUsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7UUFDL0QsVUFBSyxHQUFHLFFBQVEsQ0FBbUIsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLE9BQU8sQ0FBQyxFQUFFLEVBQUUsSUFBSSxTQUFTLENBQUMsQ0FBQztRQUNuRixTQUFJLEdBQUcsUUFBUSxDQUFrQixHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxJQUFJLE9BQU8sQ0FBQyxDQUFDO1FBQzlFLFNBQUksR0FBRyxRQUFRLENBQVMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7UUFDdEQsWUFBTyxHQUFHLFFBQVEsQ0FBVSxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQztRQUNoRSxZQUFPLEdBQUcsSUFBSSxZQUFZLEVBQWdCLENBQUM7S0FXbkQ7SUFUVyxXQUFXLENBQUMsQ0FBZTtRQUNuQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN2QixDQUFDO0lBRVEsR0FBRztRQUNWLE9BQU87WUFDTCxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU87U0FDdEIsQ0FBQztJQUNKLENBQUM7OEdBaEJVLDRCQUE0QjtrR0FBNUIsNEJBQTRCLCtGQVo3Qjs7Ozs7O0dBTVQsMkRBR1MsWUFBWSw4QkFBRSxjQUFjLHVaQUFFLGVBQWU7OzJGQUc1Qyw0QkFBNEI7a0JBYnhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFOzs7Ozs7R0FNVDtvQkFDRCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxjQUFjLEVBQUUsZUFBZSxDQUFDO29CQUN4RCxNQUFNLEVBQUUsRUFBRTtpQkFDWCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFYQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2J1dHRvbic7XG5pbXBvcnQgeyBBWENsaWNrRXZlbnQsIEFYU3R5bGVDb2xvclR5cGUsIEFYU3R5bGVMb29rVHlwZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgQVhMb2FkaW5nTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2xvYWRpbmcnO1xuaW1wb3J0IHsgQVhQTGF5b3V0RWxlbWVudEFQSSwgQVhQV2lkZ2V0Q29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9wbGF0Zm9ybS9sYXlvdXQvYnVpbGRlcic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgY29tcHV0ZWQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlOiBgXG4gICAgPGF4LWJ1dHRvbiAob25DbGljayk9XCJoYW5kbGVDbGljaygkZXZlbnQpXCIgW2Rpc2FibGVkXT1cImRpc2FibGVkKClcIiBbY29sb3JdPVwiY29sb3IoKVwiIFtsb29rXT1cImxvb2soKVwiIFt0ZXh0XT1cInRleHQoKVwiPlxuICAgICAgQGlmKGxvYWRpbmcoKSl7XG4gICAgICA8YXgtbG9hZGluZz4gPC9heC1sb2FkaW5nPlxuICAgICAgfVxuICAgIDwvYXgtYnV0dG9uPlxuICBgLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQVhCdXR0b25Nb2R1bGUsIEFYTG9hZGluZ01vZHVsZV0sXG4gIGlucHV0czogW10sXG59KVxuZXhwb3J0IGNsYXNzIEFYUEJ1dHRvbldpZGdldFZpZXdDb21wb25lbnQgZXh0ZW5kcyBBWFBXaWRnZXRDb21wb25lbnQ8YW55PiB7XG4gIHByb3RlY3RlZCBkaXNhYmxlZCA9IGNvbXB1dGVkPGJvb2xlYW4+KCgpID0+IHRoaXMub3B0aW9ucygpWydkaXNhYmxlZCddKTtcbiAgcHJvdGVjdGVkIGNvbG9yID0gY29tcHV0ZWQ8QVhTdHlsZUNvbG9yVHlwZT4oKCkgPT4gdGhpcy5vcHRpb25zKClbJ2NvbG9yJ10/LmlkID8/ICdwcmltYXJ5Jyk7XG4gIHByb3RlY3RlZCBsb29rID0gY29tcHV0ZWQ8QVhTdHlsZUxvb2tUeXBlPigoKSA9PiB0aGlzLm9wdGlvbnMoKVsnbG9vayddPy5pZCA/PyAnc29saWQnKTtcbiAgcHJvdGVjdGVkIHRleHQgPSBjb21wdXRlZDxzdHJpbmc+KCgpID0+IHRoaXMub3B0aW9ucygpWyd0ZXh0J10pO1xuICBwcm90ZWN0ZWQgbG9hZGluZyA9IGNvbXB1dGVkPGJvb2xlYW4+KCgpID0+IHRoaXMub3B0aW9ucygpWydsb2FkaW5nJ10pO1xuICBwdWJsaWMgb25DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8QVhDbGlja0V2ZW50PigpO1xuXG4gIHByb3RlY3RlZCBoYW5kbGVDbGljayhlOiBBWENsaWNrRXZlbnQpIHtcbiAgICB0aGlzLm9uQ2xpY2suZW1pdChlKTtcbiAgfVxuXG4gIG92ZXJyaWRlIGFwaSgpOiBBWFBMYXlvdXRFbGVtZW50QVBJIHtcbiAgICByZXR1cm4ge1xuICAgICAgb25DbGljazogdGhpcy5vbkNsaWNrLFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { cloneProperty } from '@acorex/platform/layout/builder';
2
- import { AXP_DISABLED_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_TEXT_PROPERTY } from '../../../properties';
3
- export const AXPButtonWidget = {
4
- name: 'button',
5
- title: 'Button',
6
- icon: "fa-solid fa-play",
7
- properties: [
8
- AXP_DISABLED_PROPERTY,
9
- cloneProperty(AXP_TEXT_PROPERTY, { schema: { defaultValue: "Click Here" } }),
10
- AXP_STYLE_COLOR_PROPERTY,
11
- AXP_STYLE_LOOK_PROPERTY
12
- ],
13
- components: {
14
- designer: {
15
- component: () => import('./button-widget-view.component').then((c) => c.AXPButtonWidgetViewComponent),
16
- },
17
- view: {
18
- component: () => import('./button-widget-view.component').then((c) => c.AXPButtonWidgetViewComponent),
19
- },
20
- edit: {
21
- component: () => import('./button-widget-view.component').then((c) => c.AXPButtonWidgetViewComponent),
22
- },
23
- },
24
- };
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXdpZGdldC5jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3dpZGdldHMvc3JjL2xpYi93aWRnZXRzL2FjdGlvbnMvYnV0dG9uLXdpZGdldC9idXR0b24td2lkZ2V0LmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW1CLGFBQWEsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSx3QkFBd0IsRUFBRSx1QkFBdUIsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2xJLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBb0I7SUFDOUMsSUFBSSxFQUFFLFFBQVE7SUFDZCxLQUFLLEVBQUUsUUFBUTtJQUNmLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsVUFBVSxFQUFFO1FBQ1YscUJBQXFCO1FBQ3JCLGFBQWEsQ0FBQyxpQkFBaUIsRUFDN0IsRUFBRSxNQUFNLEVBQUUsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLEVBQUUsQ0FBQztRQUM3Qyx3QkFBd0I7UUFDeEIsdUJBQXVCO0tBQ3hCO0lBQ0QsVUFBVSxFQUFFO1FBQ1YsUUFBUSxFQUFFO1lBQ1IsU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDRCQUE0QixDQUFDO1NBQ3RHO1FBQ0QsSUFBSSxFQUFFO1lBQ0osU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDRCQUE0QixDQUFDO1NBQ3RHO1FBQ0QsSUFBSSxFQUFFO1lBQ0osU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDRCQUE0QixDQUFDO1NBQ3RHO0tBQ0Y7Q0FDRixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhQV2lkZ2V0Q29uZmlnLCBjbG9uZVByb3BlcnR5IH0gZnJvbSAnQGFjb3JleC9wbGF0Zm9ybS9sYXlvdXQvYnVpbGRlcic7XG5pbXBvcnQgeyBBWFBfRElTQUJMRURfUFJPUEVSVFksIEFYUF9TVFlMRV9DT0xPUl9QUk9QRVJUWSwgQVhQX1NUWUxFX0xPT0tfUFJPUEVSVFksIEFYUF9URVhUX1BST1BFUlRZIH0gZnJvbSAnLi4vLi4vLi4vcHJvcGVydGllcyc7XG5leHBvcnQgY29uc3QgQVhQQnV0dG9uV2lkZ2V0OiBBWFBXaWRnZXRDb25maWcgPSB7XG4gIG5hbWU6ICdidXR0b24nLFxuICB0aXRsZTogJ0J1dHRvbicsXG4gIGljb246IFwiZmEtc29saWQgZmEtcGxheVwiLFxuICBwcm9wZXJ0aWVzOiBbXG4gICAgQVhQX0RJU0FCTEVEX1BST1BFUlRZLFxuICAgIGNsb25lUHJvcGVydHkoQVhQX1RFWFRfUFJPUEVSVFksXG4gICAgICB7IHNjaGVtYTogeyBkZWZhdWx0VmFsdWU6IFwiQ2xpY2sgSGVyZVwiIH0gfSksXG4gICAgQVhQX1NUWUxFX0NPTE9SX1BST1BFUlRZLFxuICAgIEFYUF9TVFlMRV9MT09LX1BST1BFUlRZXG4gIF0sXG4gIGNvbXBvbmVudHM6IHtcbiAgICBkZXNpZ25lcjoge1xuICAgICAgY29tcG9uZW50OiAoKSA9PiBpbXBvcnQoJy4vYnV0dG9uLXdpZGdldC12aWV3LmNvbXBvbmVudCcpLnRoZW4oKGMpID0+IGMuQVhQQnV0dG9uV2lkZ2V0Vmlld0NvbXBvbmVudCksXG4gICAgfSxcbiAgICB2aWV3OiB7XG4gICAgICBjb21wb25lbnQ6ICgpID0+IGltcG9ydCgnLi9idXR0b24td2lkZ2V0LXZpZXcuY29tcG9uZW50JykudGhlbigoYykgPT4gYy5BWFBCdXR0b25XaWRnZXRWaWV3Q29tcG9uZW50KSxcbiAgICB9LFxuICAgIGVkaXQ6IHtcbiAgICAgIGNvbXBvbmVudDogKCkgPT4gaW1wb3J0KCcuL2J1dHRvbi13aWRnZXQtdmlldy5jb21wb25lbnQnKS50aGVuKChjKSA9PiBjLkFYUEJ1dHRvbldpZGdldFZpZXdDb21wb25lbnQpLFxuICAgIH0sXG4gIH0sXG59O1xuIl19
@@ -1,3 +0,0 @@
1
- export * from './button-widget-view.component';
2
- export * from './button-widget.config';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3dpZGdldHMvc3JjL2xpYi93aWRnZXRzL2FjdGlvbnMvYnV0dG9uLXdpZGdldC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2J1dHRvbi13aWRnZXQtdmlldy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9idXR0b24td2lkZ2V0LmNvbmZpZyc7Il19
@@ -1,34 +0,0 @@
1
- import { AXP_DATA_PATH_PROPERTY, AXP_DISABLED_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_VALIDATION_PROPERTY } from '../../../properties';
2
- export const AXPColorBoxWidget = {
3
- name: "color-box",
4
- title: "Color Box",
5
- icon: "fa-solid fa-palette",
6
- properties: [
7
- AXP_NAME_PROPERTY,
8
- AXP_DATA_PATH_PROPERTY,
9
- AXP_DISABLED_PROPERTY,
10
- AXP_VALIDATION_PROPERTY,
11
- AXP_PLACEHOLDER_PROPERTY
12
- ],
13
- components: {
14
- view: {
15
- component: () => import('./color-box-widget-view.component').then((c) => c.AXPColorBoxWidgetViewComponent),
16
- },
17
- edit: {
18
- component: () => import('./color-box-widget-edit.component').then((c) => c.AXPColorBoxWidgetEditComponent),
19
- },
20
- filter: {
21
- component: () => import('./color-box-widget-filter.component').then((c) => c.AXPColorBoxWidgetFilterComponent),
22
- },
23
- column: {
24
- component: () => import('./color-box-widget-column.component').then((c) => c.AXPColorBoxWidgetColumnComponent),
25
- },
26
- print: {
27
- component: () => import('./color-box-widget-print.component').then((c) => c.AXPColorBoxWidgetPrintComponent),
28
- },
29
- designer: {
30
- component: () => import('./color-box-widget-edit.component').then((c) => c.AXPColorBoxWidgetEditComponent),
31
- },
32
- }
33
- };
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItYm94LXdpZGdldC5jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3dpZGdldHMvc3JjL2xpYi93aWRnZXRzL2VkaXRvcnMvY29sb3ItYm94LXdpZGdldC9jb2xvci1ib3gtd2lkZ2V0LmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsd0JBQXdCLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUMxSixNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBb0I7SUFDaEQsSUFBSSxFQUFFLFdBQVc7SUFDakIsS0FBSyxFQUFFLFdBQVc7SUFDbEIsSUFBSSxFQUFFLHFCQUFxQjtJQUMzQixVQUFVLEVBQUU7UUFDVixpQkFBaUI7UUFDakIsc0JBQXNCO1FBQ3RCLHFCQUFxQjtRQUNyQix1QkFBdUI7UUFDdkIsd0JBQXdCO0tBQ3pCO0lBQ0QsVUFBVSxFQUFFO1FBQ1YsSUFBSSxFQUFFO1lBQ0osU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDhCQUE4QixDQUFDO1NBQzNHO1FBQ0QsSUFBSSxFQUFFO1lBQ0osU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDhCQUE4QixDQUFDO1NBQzNHO1FBQ0QsTUFBTSxFQUFFO1lBQ04sU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxxQ0FBcUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLGdDQUFnQyxDQUFDO1NBQy9HO1FBQ0QsTUFBTSxFQUFFO1lBQ04sU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxxQ0FBcUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLGdDQUFnQyxDQUFDO1NBQy9HO1FBQ0QsS0FBSyxFQUFFO1lBQ0wsU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLCtCQUErQixDQUFDO1NBQzdHO1FBQ0QsUUFBUSxFQUFFO1lBQ1IsU0FBUyxFQUFFLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLDhCQUE4QixDQUFDO1NBQzNHO0tBQ0Y7Q0FDRixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhQV2lkZ2V0Q29uZmlnIH0gZnJvbSAnQGFjb3JleC9wbGF0Zm9ybS9sYXlvdXQvYnVpbGRlcic7XG5pbXBvcnQgeyBBWFBfREFUQV9QQVRIX1BST1BFUlRZLCBBWFBfRElTQUJMRURfUFJPUEVSVFksIEFYUF9OQU1FX1BST1BFUlRZLCBBWFBfUExBQ0VIT0xERVJfUFJPUEVSVFksIEFYUF9WQUxJREFUSU9OX1BST1BFUlRZIH0gZnJvbSAnLi4vLi4vLi4vcHJvcGVydGllcyc7XG5leHBvcnQgY29uc3QgQVhQQ29sb3JCb3hXaWRnZXQ6IEFYUFdpZGdldENvbmZpZyA9IHtcbiAgbmFtZTogXCJjb2xvci1ib3hcIixcbiAgdGl0bGU6IFwiQ29sb3IgQm94XCIsXG4gIGljb246IFwiZmEtc29saWQgZmEtcGFsZXR0ZVwiLFxuICBwcm9wZXJ0aWVzOiBbXG4gICAgQVhQX05BTUVfUFJPUEVSVFksXG4gICAgQVhQX0RBVEFfUEFUSF9QUk9QRVJUWSxcbiAgICBBWFBfRElTQUJMRURfUFJPUEVSVFksXG4gICAgQVhQX1ZBTElEQVRJT05fUFJPUEVSVFksXG4gICAgQVhQX1BMQUNFSE9MREVSX1BST1BFUlRZXG4gIF0sXG4gIGNvbXBvbmVudHM6IHtcbiAgICB2aWV3OiB7XG4gICAgICBjb21wb25lbnQ6ICgpID0+IGltcG9ydCgnLi9jb2xvci1ib3gtd2lkZ2V0LXZpZXcuY29tcG9uZW50JykudGhlbigoYykgPT4gYy5BWFBDb2xvckJveFdpZGdldFZpZXdDb21wb25lbnQpLFxuICAgIH0sXG4gICAgZWRpdDoge1xuICAgICAgY29tcG9uZW50OiAoKSA9PiBpbXBvcnQoJy4vY29sb3ItYm94LXdpZGdldC1lZGl0LmNvbXBvbmVudCcpLnRoZW4oKGMpID0+IGMuQVhQQ29sb3JCb3hXaWRnZXRFZGl0Q29tcG9uZW50KSxcbiAgICB9LFxuICAgIGZpbHRlcjoge1xuICAgICAgY29tcG9uZW50OiAoKSA9PiBpbXBvcnQoJy4vY29sb3ItYm94LXdpZGdldC1maWx0ZXIuY29tcG9uZW50JykudGhlbigoYykgPT4gYy5BWFBDb2xvckJveFdpZGdldEZpbHRlckNvbXBvbmVudCksXG4gICAgfSxcbiAgICBjb2x1bW46IHtcbiAgICAgIGNvbXBvbmVudDogKCkgPT4gaW1wb3J0KCcuL2NvbG9yLWJveC13aWRnZXQtY29sdW1uLmNvbXBvbmVudCcpLnRoZW4oKGMpID0+IGMuQVhQQ29sb3JCb3hXaWRnZXRDb2x1bW5Db21wb25lbnQpLFxuICAgIH0sXG4gICAgcHJpbnQ6IHtcbiAgICAgIGNvbXBvbmVudDogKCkgPT4gaW1wb3J0KCcuL2NvbG9yLWJveC13aWRnZXQtcHJpbnQuY29tcG9uZW50JykudGhlbigoYykgPT4gYy5BWFBDb2xvckJveFdpZGdldFByaW50Q29tcG9uZW50KSxcbiAgICB9LFxuICAgIGRlc2lnbmVyOiB7XG4gICAgICBjb21wb25lbnQ6ICgpID0+IGltcG9ydCgnLi9jb2xvci1ib3gtd2lkZ2V0LWVkaXQuY29tcG9uZW50JykudGhlbigoYykgPT4gYy5BWFBDb2xvckJveFdpZGdldEVkaXRDb21wb25lbnQpLFxuICAgIH0sXG4gIH1cbn0iXX0=