@wavemaker/app-ng-runtime 11.8.4-rc.5781 → 11.8.4-rc.5802

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 (262) hide show
  1. app-ng-runtime/build-task/bundles/index.umd.js +24 -24
  2. app-ng-runtime/build-task/esm2022/basic/default/anchor/anchor.build.mjs +2 -2
  3. app-ng-runtime/build-task/esm2022/basic/default/html/html.build.mjs +2 -2
  4. app-ng-runtime/build-task/esm2022/basic/default/icon/icon.build.mjs +2 -2
  5. app-ng-runtime/build-task/esm2022/basic/default/label/label.build.mjs +2 -2
  6. app-ng-runtime/build-task/esm2022/basic/default/picture/picture.build.mjs +2 -2
  7. app-ng-runtime/build-task/esm2022/basic/default/spinner/spinner.build.mjs +2 -2
  8. app-ng-runtime/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +2 -2
  9. app-ng-runtime/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +2 -2
  10. app-ng-runtime/build-task/esm2022/device/camera/camera.build.mjs +2 -2
  11. app-ng-runtime/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +2 -2
  12. app-ng-runtime/build-task/esm2022/input/calendar/calendar.build.mjs +2 -2
  13. app-ng-runtime/build-task/esm2022/input/color-picker/color-picker.build.mjs +3 -3
  14. app-ng-runtime/build-task/esm2022/input/currency/currency.build.mjs +3 -3
  15. app-ng-runtime/build-task/esm2022/input/default/button/button.build.mjs +2 -2
  16. app-ng-runtime/build-task/esm2022/input/default/button-group/button-group.build.mjs +2 -2
  17. app-ng-runtime/build-task/esm2022/input/default/switch/switch.build.mjs +2 -2
  18. app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +2 -2
  19. app-ng-runtime/build-task/esm2022/page/footer/footer.build.mjs +2 -2
  20. app-ng-runtime/build-task/esm2022/page/header/header.build.mjs +2 -2
  21. app-ng-runtime/build-task/esm2022/page/layout.build.mjs +2 -2
  22. app-ng-runtime/build-task/esm2022/page/left-panel/left-panel.build.mjs +2 -2
  23. app-ng-runtime/build-task/esm2022/page/page.build.mjs +2 -2
  24. app-ng-runtime/build-task/esm2022/page/right-panel/right-panel.build.mjs +2 -2
  25. app-ng-runtime/build-task/esm2022/page/top-nav/top-nav.build.mjs +2 -2
  26. app-ng-runtime/build-task/fesm2022/index.mjs +24 -24
  27. app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
  28. app-ng-runtime/components/base/bundles/index.umd.js +1 -1
  29. app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +3 -3
  30. app-ng-runtime/components/base/fesm2022/index.mjs +1 -1
  31. app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
  32. app-ng-runtime/components/base/pipes/custom-pipes.d.ts +1 -1
  33. app-ng-runtime/components/basic/default/anchor/anchor.component.d.ts +1 -0
  34. app-ng-runtime/components/basic/default/audio/audio.component.d.ts +1 -0
  35. app-ng-runtime/components/basic/default/bundles/index.umd.js +27 -18
  36. app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +4 -4
  37. app-ng-runtime/components/basic/default/esm2022/anchor/anchor.props.mjs +2 -1
  38. app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +5 -5
  39. app-ng-runtime/components/basic/default/esm2022/audio/audio.props.mjs +2 -1
  40. app-ng-runtime/components/basic/default/esm2022/html/html.props.mjs +2 -1
  41. app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +6 -7
  42. app-ng-runtime/components/basic/default/esm2022/icon/icon.props.mjs +2 -1
  43. app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +3 -3
  44. app-ng-runtime/components/basic/default/esm2022/iframe/iframe.props.mjs +3 -2
  45. app-ng-runtime/components/basic/default/esm2022/label/label.props.mjs +2 -1
  46. app-ng-runtime/components/basic/default/esm2022/picture/picture.props.mjs +2 -1
  47. app-ng-runtime/components/basic/default/esm2022/spinner/spinner.props.mjs +3 -2
  48. app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +5 -4
  49. app-ng-runtime/components/basic/default/esm2022/video/video.props.mjs +2 -1
  50. app-ng-runtime/components/basic/default/fesm2022/index.mjs +27 -18
  51. app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
  52. app-ng-runtime/components/basic/default/icon/icon.component.d.ts +1 -0
  53. app-ng-runtime/components/basic/default/iframe/iframe.component.d.ts +1 -0
  54. app-ng-runtime/components/basic/default/video/video.component.d.ts +1 -0
  55. app-ng-runtime/components/basic/progress/bundles/index.umd.js +8 -6
  56. app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +4 -4
  57. app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +2 -1
  58. app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +4 -4
  59. app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +2 -1
  60. app-ng-runtime/components/basic/progress/fesm2022/index.mjs +8 -6
  61. app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
  62. app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -0
  63. app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -0
  64. app-ng-runtime/components/basic/rich-text-editor/bundles/index.umd.js +2 -0
  65. app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +2 -1
  66. app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +2 -1
  67. app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs +2 -0
  68. app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  69. app-ng-runtime/components/basic/search/bundles/index.umd.js +11 -9
  70. app-ng-runtime/components/basic/search/esm2022/search.component.mjs +14 -13
  71. app-ng-runtime/components/basic/search/esm2022/search.props.mjs +2 -1
  72. app-ng-runtime/components/basic/search/fesm2022/index.mjs +11 -9
  73. app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
  74. app-ng-runtime/components/basic/search/search.component.d.ts +1 -0
  75. app-ng-runtime/components/containers/panel/bundles/index.umd.js +14 -14
  76. app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +15 -15
  77. app-ng-runtime/components/containers/panel/fesm2022/index.mjs +14 -14
  78. app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
  79. app-ng-runtime/components/containers/tabs/bundles/index.umd.js +2 -2
  80. app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +3 -3
  81. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +2 -2
  82. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  83. app-ng-runtime/components/data/live-table/bundles/index.umd.js +2 -2
  84. app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +3 -3
  85. app-ng-runtime/components/data/live-table/fesm2022/index.mjs +2 -2
  86. app-ng-runtime/components/data/live-table/fesm2022/index.mjs.map +1 -1
  87. app-ng-runtime/components/data/pagination/bundles/index.umd.js +2 -0
  88. app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +3 -1
  89. app-ng-runtime/components/data/pagination/fesm2022/index.mjs +2 -0
  90. app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
  91. app-ng-runtime/components/data/table/bundles/index.umd.js +24 -3
  92. app-ng-runtime/components/data/table/esm2022/table.component.mjs +24 -4
  93. app-ng-runtime/components/data/table/esm2022/table.props.mjs +2 -1
  94. app-ng-runtime/components/data/table/fesm2022/index.mjs +25 -4
  95. app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
  96. app-ng-runtime/components/data/table/table.component.d.ts +5 -0
  97. app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +6 -4
  98. app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +7 -5
  99. app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +6 -4
  100. app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
  101. app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +8 -5
  102. app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -6
  103. app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +8 -5
  104. app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
  105. app-ng-runtime/components/dialogs/default/bundles/index.umd.js +9 -3
  106. app-ng-runtime/components/dialogs/default/dialog-header/dialog-header.component.d.ts +2 -1
  107. app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +2 -1
  108. app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +9 -4
  109. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +9 -3
  110. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  111. app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +4 -4
  112. app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +5 -5
  113. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +4 -4
  114. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  115. app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +9 -5
  116. app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +10 -6
  117. app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +9 -5
  118. app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  119. app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +9 -5
  120. app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +10 -6
  121. app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +9 -5
  122. app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  123. app-ng-runtime/components/input/calendar/bundles/index.umd.js +2 -4
  124. app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +3 -5
  125. app-ng-runtime/components/input/calendar/fesm2022/index.mjs +2 -4
  126. app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
  127. app-ng-runtime/components/input/chips/bundles/index.umd.js +3 -2
  128. app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +3 -3
  129. app-ng-runtime/components/input/chips/esm2022/chips.props.mjs +2 -1
  130. app-ng-runtime/components/input/chips/fesm2022/index.mjs +3 -2
  131. app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
  132. app-ng-runtime/components/input/color-picker/bundles/index.umd.js +5 -3
  133. app-ng-runtime/components/input/color-picker/color-picker.component.d.ts +1 -0
  134. app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +6 -5
  135. app-ng-runtime/components/input/color-picker/esm2022/color-picker.props.mjs +2 -1
  136. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +5 -3
  137. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  138. app-ng-runtime/components/input/currency/bundles/index.umd.js +4 -3
  139. app-ng-runtime/components/input/currency/currency.component.d.ts +1 -0
  140. app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +6 -6
  141. app-ng-runtime/components/input/currency/esm2022/currency.props.mjs +2 -1
  142. app-ng-runtime/components/input/currency/fesm2022/index.mjs +4 -3
  143. app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
  144. app-ng-runtime/components/input/default/bundles/index.umd.js +91 -77
  145. app-ng-runtime/components/input/default/button/button.component.d.ts +1 -0
  146. app-ng-runtime/components/input/default/checkbox/checkbox.component.d.ts +1 -0
  147. app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +1 -1
  148. app-ng-runtime/components/input/default/esm2022/button/button.props.mjs +2 -1
  149. app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +8 -7
  150. app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +7 -7
  151. app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.props.mjs +2 -1
  152. app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +10 -10
  153. app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +6 -6
  154. app-ng-runtime/components/input/default/esm2022/number/number.props.mjs +2 -1
  155. app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +17 -17
  156. app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +5 -5
  157. app-ng-runtime/components/input/default/esm2022/select/select.props.mjs +2 -1
  158. app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +6 -5
  159. app-ng-runtime/components/input/default/esm2022/switch/switch.props.mjs +2 -1
  160. app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +5 -5
  161. app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +2 -1
  162. app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +5 -5
  163. app-ng-runtime/components/input/default/esm2022/text/color/input-color.props.mjs +2 -1
  164. app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +5 -5
  165. app-ng-runtime/components/input/default/esm2022/text/email/input-email.props.mjs +2 -1
  166. app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +13 -12
  167. app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +5 -5
  168. app-ng-runtime/components/input/default/esm2022/text/number/input-number.props.mjs +2 -1
  169. app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +5 -5
  170. app-ng-runtime/components/input/default/esm2022/text/text/input-text.props.mjs +2 -1
  171. app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +6 -6
  172. app-ng-runtime/components/input/default/esm2022/textarea/textarea.props.mjs +2 -1
  173. app-ng-runtime/components/input/default/fesm2022/index.mjs +91 -77
  174. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
  175. app-ng-runtime/components/input/default/number/number.component.d.ts +1 -0
  176. app-ng-runtime/components/input/default/select/select.component.d.ts +2 -0
  177. app-ng-runtime/components/input/default/text/calendar/input-calendar.component.d.ts +1 -0
  178. app-ng-runtime/components/input/default/text/color/input-color.component.d.ts +1 -0
  179. app-ng-runtime/components/input/default/text/email/input-email.component.d.ts +1 -0
  180. app-ng-runtime/components/input/default/text/number/input-number.component.d.ts +1 -0
  181. app-ng-runtime/components/input/default/text/text/input-text.component.d.ts +1 -0
  182. app-ng-runtime/components/input/default/textarea/textarea.component.d.ts +1 -0
  183. app-ng-runtime/components/input/epoch/bundles/index.umd.js +12 -9
  184. app-ng-runtime/components/input/epoch/date/date.component.d.ts +1 -0
  185. app-ng-runtime/components/input/epoch/date-time/date-time.component.d.ts +2 -1
  186. app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +6 -6
  187. app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +2 -1
  188. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +7 -7
  189. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.props.mjs +2 -1
  190. app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +7 -7
  191. app-ng-runtime/components/input/epoch/esm2022/time/time.props.mjs +2 -1
  192. app-ng-runtime/components/input/epoch/fesm2022/index.mjs +12 -9
  193. app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
  194. app-ng-runtime/components/input/epoch/time/time.component.d.ts +1 -0
  195. app-ng-runtime/components/input/file-upload/bundles/index.umd.js +132 -98
  196. app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +128 -99
  197. app-ng-runtime/components/input/file-upload/esm2022/file-upload.props.mjs +6 -1
  198. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +132 -98
  199. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  200. app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +4 -7
  201. app-ng-runtime/components/input/slider/bundles/index.umd.js +5 -6
  202. app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +6 -8
  203. app-ng-runtime/components/input/slider/esm2022/slider.props.mjs +2 -1
  204. app-ng-runtime/components/input/slider/fesm2022/index.mjs +5 -6
  205. app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -1
  206. app-ng-runtime/components/input/slider/slider.component.d.ts +1 -0
  207. app-ng-runtime/components/navigation/menu/bundles/index.umd.js +4 -3
  208. app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +4 -4
  209. app-ng-runtime/components/navigation/menu/esm2022/menu.props.mjs +2 -1
  210. app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +4 -3
  211. app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  212. app-ng-runtime/components/navigation/menu/menu.component.d.ts +1 -0
  213. app-ng-runtime/components/navigation/popover/bundles/index.umd.js +4 -3
  214. app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +4 -4
  215. app-ng-runtime/components/navigation/popover/esm2022/popover.props.mjs +2 -1
  216. app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +4 -3
  217. app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
  218. app-ng-runtime/components/navigation/popover/popover.component.d.ts +1 -0
  219. app-ng-runtime/components/page/default/bundles/index.umd.js +2 -1
  220. app-ng-runtime/components/page/default/esm2022/page.props.mjs +4 -3
  221. app-ng-runtime/components/page/default/fesm2022/index.mjs +2 -1
  222. app-ng-runtime/components/page/default/fesm2022/index.mjs.map +1 -1
  223. app-ng-runtime/components/page/footer/bundles/index.umd.js +2 -1
  224. app-ng-runtime/components/page/footer/esm2022/footer.props.mjs +3 -2
  225. app-ng-runtime/components/page/footer/fesm2022/index.mjs +2 -1
  226. app-ng-runtime/components/page/footer/fesm2022/index.mjs.map +1 -1
  227. app-ng-runtime/components/page/header/bundles/index.umd.js +2 -1
  228. app-ng-runtime/components/page/header/esm2022/header.props.mjs +3 -2
  229. app-ng-runtime/components/page/header/fesm2022/index.mjs +2 -1
  230. app-ng-runtime/components/page/header/fesm2022/index.mjs.map +1 -1
  231. app-ng-runtime/components/page/left-panel/bundles/index.umd.js +2 -1
  232. app-ng-runtime/components/page/left-panel/esm2022/left-panel.props.mjs +3 -2
  233. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +2 -1
  234. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  235. app-ng-runtime/components/page/right-panel/bundles/index.umd.js +2 -1
  236. app-ng-runtime/components/page/right-panel/esm2022/right-panel.props.mjs +3 -2
  237. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +2 -1
  238. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  239. app-ng-runtime/components/page/top-nav/bundles/index.umd.js +2 -1
  240. app-ng-runtime/components/page/top-nav/esm2022/top-nav.props.mjs +3 -2
  241. app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +2 -1
  242. app-ng-runtime/components/page/top-nav/fesm2022/index.mjs.map +1 -1
  243. app-ng-runtime/core/bundles/index.umd.js +6 -6
  244. app-ng-runtime/core/esm2022/utils/build-utils.mjs +2 -2
  245. app-ng-runtime/core/esm2022/utils/utils.mjs +2 -3
  246. app-ng-runtime/core/fesm2022/index.mjs +2 -3
  247. app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
  248. app-ng-runtime/core/utils/utils.d.ts +0 -1
  249. app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +2 -1
  250. app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +3 -2
  251. app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs +2 -1
  252. app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
  253. app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +2 -1
  254. app-ng-runtime/mobile/components/device/camera/esm2022/camera.props.mjs +3 -2
  255. app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +2 -1
  256. app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
  257. app-ng-runtime/package.json +1 -1
  258. app-ng-runtime/runtime/base/bundles/index.umd.js +2 -1
  259. app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +2 -3
  260. app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +5 -5
  261. app-ng-runtime/runtime/base/fesm2022/index.mjs +2 -1
  262. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
@@ -1,7 +1,6 @@
1
1
  import { Attribute, ImplicitReceiver, PropertyRead, LiteralPrimitive, LiteralArray, LiteralMap, PropertyWrite, KeyedRead, PrefixNot, Unary, Binary, Conditional, Call, Chain, BindingPipe, Lexer, Parser } from '@angular/compiler';
2
2
  import { isArray, startsWith, includes, get, flatten, isEqual, isObject as isObject$1, clone, camelCase, split, map, attempt, isError, isFunction, isDate, isString, cloneDeep, identity, intersection, omit, keys, toLower, replace as replace$1, forEach, trim, indexOf, every, isEqualWith, isNumber, isUndefined, isNull, filter, noop as noop$2, toUpper, assign, merge, isEmpty, debounce as debounce$1, isNil } from 'lodash-es';
3
3
  import { Subject } from 'rxjs';
4
- import 'x2js';
5
4
  import * as i0 from '@angular/core';
6
5
  import { Injectable, inject, NgModule } from '@angular/core';
7
6
  import * as i1 from '@angular/common/http';
@@ -154,7 +153,7 @@ const getFormWidgetTemplate = (widgetType, innerTmpl, attrs, options = {}) => {
154
153
  tmpl = `<wm-input ${innerTmpl} ${attrs.get('required') === 'true' ? 'required=true' : ''} type="${attrs.get(inputType) || 'text'}" ${updateOnTmpl} ${showTmpl}></wm-input>`;
155
154
  break;
156
155
  case FormWidgetType.TEXTAREA:
157
- tmpl = `<wm-textarea ${innerTmpl} ${attrs.get('required') === 'true' ? 'required=true' : ''} role="textbox" ${updateOnTmpl} ${showTmpl}></wm-textarea>`;
156
+ tmpl = `<wm-textarea ${innerTmpl} ${attrs.get('required') === 'true' ? 'required=true' : ''} ${updateOnTmpl} ${showTmpl}></wm-textarea>`;
158
157
  break;
159
158
  case FormWidgetType.TIME:
160
159
  tmpl = `<div wmTime ${attrs.get('required') === 'true' ? 'required=true' : ''} dataentrymode="${attrs.get('dataentrymode')}" ${innerTmpl} ${showTmpl}></div>`;
@@ -2785,7 +2784,7 @@ const getValidJSON = (content) => {
2785
2784
  }
2786
2785
  };
2787
2786
  const xmlToJson = (xmlString) => {
2788
- const x2jsObj = new X2JS({ 'emptyNodeForm': 'object', 'attributePrefix': '', 'enableToStringFunc': false });
2787
+ const x2jsObj = new X2JS({ 'emptyNodeForm': 'content', 'attributePrefix': '', 'enableToStringFunc': false });
2789
2788
  let json = x2jsObj.xml2js(xmlString);
2790
2789
  if (json) {
2791
2790
  json = get(json, Object.keys(json)[0]);