@farris/jit-engine 1.3.248 → 1.3.249

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 (280) hide show
  1. package/README.md +5 -1
  2. package/lib/domstructure/devkit/devkit.js +4 -1
  3. package/lib/domstructure/devkit/devkit.js.map +1 -1
  4. package/lib/domstructure/devkit/module/module.js +2 -1
  5. package/lib/domstructure/devkit/module/module.js.map +1 -1
  6. package/lib/domstructure/devkit/viewmodel/component/component.js +1 -1
  7. package/lib/domstructure/devkit/viewmodel/component/component.js.map +1 -1
  8. package/lib/domstructure/devkit/viewmodel/viewmodel.js +2 -0
  9. package/lib/domstructure/devkit/viewmodel/viewmodel.js.map +1 -1
  10. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +3 -2
  11. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js.map +1 -1
  12. package/lib/domstructure/ui/list-filter/farris-list-filter.js +3 -2
  13. package/lib/domstructure/ui/list-filter/farris-list-filter.js.map +1 -1
  14. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  15. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  16. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  17. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  18. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  19. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  20. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  21. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  22. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  23. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  24. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  25. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  26. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  27. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  28. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  29. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  30. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  31. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  32. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  33. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  34. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  35. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  36. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  37. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  38. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  39. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  40. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  41. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  42. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  43. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  44. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  45. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  46. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  47. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  48. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  49. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  50. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  51. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  52. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  53. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  54. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  55. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  56. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  57. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  58. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  59. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  60. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  61. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  62. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  63. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  64. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  65. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  66. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  67. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  68. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  69. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  70. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  71. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  72. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  73. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  74. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  75. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  76. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  77. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  78. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  79. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  80. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  81. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  82. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  83. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  84. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  85. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  86. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  87. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  88. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  89. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  90. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  91. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  92. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  93. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  94. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  95. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  96. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  97. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  98. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  99. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  100. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  101. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  102. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  103. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  104. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  105. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  106. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  107. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  108. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  109. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  110. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  111. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  112. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  113. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  114. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  115. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  116. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  117. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  118. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  119. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  120. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  121. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  122. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  123. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  124. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  125. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  126. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  127. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  128. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  129. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  130. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  131. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  132. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  133. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  134. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  135. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  136. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  137. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  138. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  139. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  140. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  141. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  142. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  143. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  144. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  145. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  146. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  147. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  148. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  149. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  150. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  151. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  152. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  153. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  154. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  155. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  156. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  157. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  158. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  159. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  160. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  161. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  162. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  163. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  164. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  165. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  166. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  167. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  168. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  169. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  170. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  171. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  172. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  173. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  174. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  175. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  176. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  177. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  178. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  179. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  180. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  181. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  182. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  183. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  184. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  185. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  186. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  187. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  188. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  189. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  190. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  191. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  192. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  193. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  194. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  195. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  196. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  197. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  198. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  199. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  200. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  201. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  202. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  203. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  204. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  205. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  206. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  207. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  208. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  209. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  210. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  211. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  212. package/lib/mobileapp/vue/static/.gitignore +13 -0
  213. package/lib/template/ui/kendo/farris-light-list-filter.pug +2 -1
  214. package/lib/template/ui/kendo/farris-list-filter.pug +2 -1
  215. package/lib/template/ui/kendo/multi-select.pug +1 -1
  216. package/lib/template/ui/kendo/table/multi-select.pug +1 -1
  217. package/lib/template/ui/mobilevue/action-bar.pug +10 -10
  218. package/lib/template/ui/mobilevue/approval-info.pug +18 -18
  219. package/lib/template/ui/mobilevue/approval-logs.pug +11 -11
  220. package/lib/template/ui/mobilevue/attachment-entry.pug +17 -17
  221. package/lib/template/ui/mobilevue/attachment-uploader.pug +18 -18
  222. package/lib/template/ui/mobilevue/attachment.pug +28 -28
  223. package/lib/template/ui/mobilevue/banner.pug +4 -4
  224. package/lib/template/ui/mobilevue/button.pug +22 -22
  225. package/lib/template/ui/mobilevue/calendar.pug +30 -30
  226. package/lib/template/ui/mobilevue/card.pug +19 -19
  227. package/lib/template/ui/mobilevue/component-ref.pug +3 -3
  228. package/lib/template/ui/mobilevue/container.pug +9 -9
  229. package/lib/template/ui/mobilevue/contentcontainer.pug +11 -11
  230. package/lib/template/ui/mobilevue/field-set.pug +14 -14
  231. package/lib/template/ui/mobilevue/filter.pug +23 -23
  232. package/lib/template/ui/mobilevue/footer.pug +10 -0
  233. package/lib/template/ui/mobilevue/form.pug +7 -7
  234. package/lib/template/ui/mobilevue/html-preview.pug +25 -25
  235. package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
  236. package/lib/template/ui/mobilevue/label.pug +15 -0
  237. package/lib/template/ui/mobilevue/nav-bar.pug +30 -30
  238. package/lib/template/ui/mobilevue/rich-text-editor.pug +57 -57
  239. package/lib/template/ui/mobilevue/schedule.pug +13 -13
  240. package/lib/template/ui/mobilevue/scroll-navbar.pug +13 -13
  241. package/lib/template/ui/mobilevue/search.pug +19 -19
  242. package/lib/template/ui/mobilevue/section.pug +33 -33
  243. package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
  244. package/lib/template/ui/mobilevue/sidebar.pug +11 -11
  245. package/lib/template/ui/mobilevue/staff-info.pug +12 -12
  246. package/lib/template/ui/mobilevue/static-text.pug +1 -1
  247. package/lib/template/ui/mobilevue/steps.pug +8 -8
  248. package/lib/template/ui/mobilevue/switch.pug +45 -45
  249. package/lib/template/ui/mobilevue/tabpage.pug +14 -14
  250. package/lib/template/ui/mobilevue/tabs.pug +16 -16
  251. package/lib/template/ui/mobilevue/toolbar-area.pug +9 -9
  252. package/lib/template/ui/mobilevue/toolbar-item.pug +14 -14
  253. package/lib/template/ui/mobilevue/toolbar.pug +5 -5
  254. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  255. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  256. package/lib/utility/aif-check.js +13 -0
  257. package/lib/utility/aif-check.js.map +1 -0
  258. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js +2 -1
  259. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
  260. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +3 -0
  261. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js.map +1 -1
  262. package/lib/utility/devkit/form-file-executor.js +11 -5
  263. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  264. package/lib/utility/devkit/module-creator.js +3 -0
  265. package/lib/utility/devkit/module-creator.js.map +1 -1
  266. package/lib/utility/devkit/viewmodels-creator.js +6 -0
  267. package/lib/utility/devkit/viewmodels-creator.js.map +1 -1
  268. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +29 -1
  269. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js.map +1 -1
  270. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +5 -0
  271. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js.map +1 -1
  272. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +5 -0
  273. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js.map +1 -1
  274. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +4 -0
  275. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js.map +1 -1
  276. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +5 -0
  277. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
  278. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +7 -0
  279. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
  280. package/package.json +56 -85
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/attachment.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,8DAAwD;AAExD,MAAa,aAAc,SAAQ,qCAAgB;IAYjD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAE;2EAC2D,CAAA;QACvE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAI,iBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;aACzF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAjCD,sCAiCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueImageUploader = void 0;
4
+ const attachment_file_1 = require("./attachment-file");
5
+ class VueImageUploader extends attachment_file_1.VueAttachmentFile {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = `title,binding`;
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueImageUploader = VueImageUploader;
27
+ //# sourceMappingURL=image-uploader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-uploader.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/image-uploader.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAErD,MAAa,gBAAiB,SAAQ,mCAAiB;IAErD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG,eAAe,CAAA;QAC5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAtBD,4CAsBC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./attachment"), exports);
14
+ __exportStar(require("./attachment-entry"), exports);
15
+ __exportStar(require("./attachment-file"), exports);
16
+ __exportStar(require("./attachment-uploader"), exports);
17
+ __exportStar(require("./image-uploader"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA6B;AAC7B,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./vue-banner"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/banner/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA6B"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueBanner = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueBanner extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = `title,subTitle,completed,backgroudImg`;
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueBanner = VueBanner;
27
+ //# sourceMappingURL=vue-banner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-banner.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/banner/vue-banner.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,SAAU,SAAQ,qCAAgB;IAG3C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,uCAAuC,CAAC;QACrD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAvBD,8BAuBC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueButton = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueButton extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'text,disabled,type,click,visible,template,displayType';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueButton = VueButton;
27
+ //# sourceMappingURL=button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/button/button.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,SAAU,SAAQ,qCAAgB;IAQ3C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,uDAAuD,CAAC;QACrE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA/BD,8BA+BC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./button"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA0B"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCalendarInput = void 0;
4
+ const utility_1 = require("../../../../../utility");
5
+ const vue_input_component_1 = require("../vue-input-component");
6
+ class VueCalendarInput extends vue_input_component_1.VueInputComponent {
7
+ constructor(param) {
8
+ super(param);
9
+ let obj;
10
+ if (typeof param === 'string') {
11
+ obj = JSON.parse(param);
12
+ }
13
+ else {
14
+ obj = param;
15
+ }
16
+ if (!obj) {
17
+ return;
18
+ }
19
+ const keys = 'value,firstDay,title,mark,event,events,view,valueType,theme,dayClick,render,useLunar,showType';
20
+ Object.keys(obj).forEach(key => {
21
+ if (keys.includes(key)) {
22
+ this[key] = utility_1.ToolHelper.isDef(obj[key]) ? obj[key] + '' : undefined;
23
+ }
24
+ });
25
+ }
26
+ }
27
+ exports.VueCalendarInput = VueCalendarInput;
28
+ //# sourceMappingURL=calendar-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/calendar-input.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,gEAA2D;AAE3D,MAAa,gBAAiB,SAAQ,uCAAiB;IAUnD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,+FAA+F,CAAC;QAC7G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,oBAAU,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;aACrE;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAjCD,4CAiCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCalendar = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueCalendar extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'appearance,visible,value,firstDay,title,mark,event,events,view,valueType,theme,dayClick,render';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueCalendar = VueCalendar;
27
+ //# sourceMappingURL=calendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/calendar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,WAAY,SAAQ,qCAAgB;IAU7C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,gGAAgG,CAAC;QAC9G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAjCD,kCAiCC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./calendar"), exports);
14
+ __exportStar(require("./schedule"), exports);
15
+ __exportStar(require("./calendar-input"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA4B;AAC5B,6CAA4B;AAC5B,mDAAkC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueSchedule = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueSchedule extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'appearance,visible,startTime,endTime,events,eventColor, onEventClick';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'events') {
22
+ this[key] = typeof obj[key] === 'string' ? obj[key] : JSON.stringify(obj[key]);
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ }
31
+ exports.VueSchedule = VueSchedule;
32
+ //# sourceMappingURL=schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/schedule.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,WAAY,SAAQ,qCAAgB;IAO7C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,sEAAsE,CAAC;QACpF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,QAAQ,EAAE;oBACjB,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,GAAG,CAAC,GAAG,CAAC,KAAK,QAAQ,CAAA,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBAChF;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAlCD,kCAkCC"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCard = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
6
+ const vue_object_creator_1 = require("../../../utility/vue-object-creator");
7
+ class VueCard extends vue_base_component_1.VueBaseComponent {
8
+ constructor(param) {
9
+ super(param);
10
+ let obj;
11
+ if (typeof param === 'string') {
12
+ obj = JSON.parse(param);
13
+ }
14
+ else {
15
+ obj = param;
16
+ }
17
+ if (!obj) {
18
+ return;
19
+ }
20
+ this.contents = [];
21
+ const keys = 'contents,title,collapse,icon,actions,visible,headerTemplate,footerTemplate';
22
+ Object.keys(obj).forEach((key) => {
23
+ if (keys.includes(key)) {
24
+ if (key === 'contents') {
25
+ obj[key].forEach((item) => {
26
+ const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
27
+ const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
28
+ if (domObj) {
29
+ const domValue = new domObj(item);
30
+ this.contents.push(domValue);
31
+ }
32
+ });
33
+ }
34
+ else if (key === 'actions') {
35
+ this[key] = obj[key] ? JSON.stringify(obj[key]) : undefined;
36
+ }
37
+ else {
38
+ this[key] = obj[key];
39
+ }
40
+ }
41
+ });
42
+ }
43
+ }
44
+ exports.VueCard = VueCard;
45
+ //# sourceMappingURL=card.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/card/card.ts"],"names":[],"mappings":";;;AAAA,8DAAwD;AACxD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,OAAQ,SAAQ,qCAAgB;IAS3C,YAAY,KAAU;QACpB,KAAK,CAAC,KAAK,CAAC,CAAA;QAEZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,4EAA4E,CAAA;QACzF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBACI,IAAI,GAAG,KAAK,SAAS,EAAE;oBAC1B,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;iBAC5D;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA5CD,0BA4CC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./card"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/card/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAwB"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCheckboxGroup = void 0;
4
+ const vue_input_component_1 = require("../vue-input-component");
5
+ class VueCheckboxGroup extends vue_input_component_1.VueInputComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'checkerWidth,items,textField,valueField,direction,displayType';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'items') {
22
+ this[key] = JSON.stringify(obj[key]);
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ }
31
+ exports.VueCheckboxGroup = VueCheckboxGroup;
32
+ //# sourceMappingURL=checkbox-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,gBAAiB,SAAQ,uCAAiB;IASnD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,+DAA+D,CAAC;QAC7E,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,OAAO,EAAG;oBAChB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AApCD,4CAoCC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./checkbox-group"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/checkbox/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAkC"}
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueVisible = void 0;
4
+ const toolhepler_1 = require("../../../../../utility/toolhepler");
5
+ class VueVisible {
6
+ constructor(param) {
7
+ this.useQuote = false;
8
+ if (!param && param != false) {
9
+ this.useQuote = false;
10
+ this.value = true;
11
+ return;
12
+ }
13
+ if (toolhepler_1.ToolHelper.isBoolean(param)) {
14
+ this.useQuote = false;
15
+ this.value = param;
16
+ return;
17
+ }
18
+ if (toolhepler_1.ToolHelper.isString(param) && toolhepler_1.ToolHelper.isObject(param) == false) {
19
+ if (param.indexOf("=>") >= 0) {
20
+ this.value = param;
21
+ }
22
+ else {
23
+ this.value = toolhepler_1.ToolHelper.viewModelReplaceToThisViewModel(param);
24
+ }
25
+ this.useQuote = false;
26
+ return;
27
+ }
28
+ let obj;
29
+ if (typeof param === 'string') {
30
+ obj = JSON.parse(param);
31
+ }
32
+ else {
33
+ obj = param;
34
+ }
35
+ if (!obj) {
36
+ return;
37
+ }
38
+ const keys = 'type,path';
39
+ Object.keys(obj).forEach(key => {
40
+ if (keys.includes(key)) {
41
+ this[key] = obj[key];
42
+ }
43
+ });
44
+ if (this.type == "Variable") {
45
+ this.useQuote = false;
46
+ const [frameComponentId, variablePath] = this.path.split('.');
47
+ if (!variablePath) {
48
+ this.value = "this.viewModel['uiState']['" + this.path + "']";
49
+ }
50
+ else {
51
+ this.value = "this.context.appContext.getFrameContext('" + frameComponentId + "')['uiState']['" + variablePath + "']";
52
+ }
53
+ }
54
+ }
55
+ }
56
+ exports.VueVisible = VueVisible;
57
+ //# sourceMappingURL=vue-visible.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-visible.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-visible.ts"],"names":[],"mappings":";;;AAAA,kEAA+D;AAE/D,MAAa,UAAU;IAUnB,YAAY,KAAmB;QAR/B,aAAQ,GAAG,KAAK,CAAC;QAUb,IAAI,CAAC,KAAK,IAAI,KAAK,IAAI,KAAK,EAAE;YAC1B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;YACtB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;YAClB,OAAO;SACV;QAED,IAAI,uBAAU,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE;YAC7B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;YACtB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;YACnB,OAAO;SACV;QAGD,IAAI,uBAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,uBAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,EAAE;YAEnE,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;gBAC1B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;aACtB;iBAAM;gBAEH,IAAI,CAAC,KAAK,GAAG,uBAAU,CAAC,+BAA+B,CAAC,KAAK,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;YAEtB,OAAO;SACV;QAED,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,WAAW,CAAC;QACzB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;QAEH,IAAI,IAAI,CAAC,IAAI,IAAI,UAAU,EAAE;YACzB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;YACtB,MAAM,CAAC,gBAAgB,EAAE,YAAY,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC9D,IAAI,CAAC,YAAY,EAAE;gBACf,IAAI,CAAC,KAAK,GAAG,6BAA6B,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;aACjE;iBAAM;gBACH,IAAI,CAAC,KAAK,GAAG,2CAA2C,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,YAAY,GAAG,IAAI,CAAC;aACzH;SACJ;IACL,CAAC;CACJ;AAlED,gCAkEC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./vue-display-fiels"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/mobileapp/vue/domstructure/ui/data/fields/form/display/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAoC"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueDisplayField = void 0;
4
+ const vue_form_field_1 = require("../vue-form-field");
5
+ class VueDisplayField extends vue_form_field_1.VueFormField {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'displayTemplate';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ toJSON() {
26
+ return Object.assign({}, super.toJSON(), { "displayTemplate": this.displayTemplate, "type": "VueDisplayField" });
27
+ }
28
+ toString() {
29
+ return JSON.stringify(this.toJSON());
30
+ }
31
+ }
32
+ exports.VueDisplayField = VueDisplayField;
33
+ //# sourceMappingURL=vue-display-fiels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-display-fiels.js","sourceRoot":"","sources":["../../../../../../../../../src/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,eAAgB,SAAQ,6BAAY;IAI/C,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SACzB;aAAM;YACL,GAAG,GAAG,KAAK,CAAC;SACb;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAO;SACR;QAED,MAAM,IAAI,GAAG,iBAAiB,CAAC;QAC/B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC7B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACtB;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,MAAM;QACJ,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,iBAAiB,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,iBAAiB,EAAE,CAAC,CAAC;IACnH,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACvC,CAAC;CACF;AAjCD,0CAiCC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./display"), exports);
14
+ __exportStar(require("./vue-form-field"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/mobileapp/vue/domstructure/ui/data/fields/form/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,mDAAiC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueFormField = void 0;
4
+ const vue_data_1 = require("../../vue-data");
5
+ const jit_constant_1 = require("../../../../../../../utility/jit-constant");
6
+ const vue_event_viewmodel_modifier_1 = require("../../../../../utility/vue-event-viewmodel-modifier");
7
+ class VueFormField extends vue_data_1.VueData {
8
+ constructor(param) {
9
+ super(param);
10
+ let obj;
11
+ if (typeof param === 'string') {
12
+ obj = JSON.parse(param);
13
+ }
14
+ else {
15
+ obj = param;
16
+ }
17
+ if (!obj) {
18
+ return;
19
+ }
20
+ const keys = 'title,linkedLabelEnabled,linkedLabelClick,path,holdPlace,bindingPath,titleWidth';
21
+ Object.keys(obj).forEach(key => {
22
+ if (keys.includes(key)) {
23
+ if (key === "linkedLabelClick") {
24
+ if (obj[key]) {
25
+ this[key] = vue_event_viewmodel_modifier_1.VueEventViewModelModifier.modify(obj[key], true, true, true, jit_constant_1.JITConstant.defaultCommandParamName);
26
+ }
27
+ }
28
+ else if (key !== "binding") {
29
+ this[key] = obj[key];
30
+ }
31
+ }
32
+ });
33
+ if (!this["bindingPath"]) {
34
+ this["bindingPath"] = this["path"];
35
+ }
36
+ if (this["bindingPath"]) {
37
+ const splitterPathWithDot = this["bindingPath"].split(".");
38
+ if (splitterPathWithDot && splitterPathWithDot.length > 0) {
39
+ let splitResult = "";
40
+ splitterPathWithDot.forEach((item) => {
41
+ splitResult = splitResult + `['${item}']`;
42
+ });
43
+ this["splitterPath"] = splitResult;
44
+ }
45
+ }
46
+ this.defaultI18nValue = this.title;
47
+ }
48
+ toJSON() {
49
+ return Object.assign({}, super.toJSON(), { "title": this.title, "type": "FormField", "path": this.path, "splitterPath": this.splitterPath, "holdPlace": this.holdPlace, "bindingPath": this.bindingPath, "titleWidth": this.titleWidth });
50
+ }
51
+ toString() {
52
+ return JSON.stringify(this.toJSON());
53
+ }
54
+ }
55
+ exports.VueFormField = VueFormField;
56
+ //# sourceMappingURL=vue-form-field.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-form-field.js","sourceRoot":"","sources":["../../../../../../../../src/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AACzC,4EAAwE;AACxE,sGAAgG;AAGhG,MAAa,YAAa,SAAQ,kBAAO;IAmBrC,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,iFAAiF,CAAC;QAC/F,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,kBAAkB,EAAE;oBAC5B,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;wBACV,IAAI,CAAC,GAAG,CAAC,GAAG,wDAAyB,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,0BAAW,CAAC,uBAAuB,CAAC,CAAC;qBACjH;iBAEJ;qBAAM,IAAI,GAAG,KAAK,SAAS,EAAE;oBAC1B,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE;YACtB,IAAI,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;SACtC;QAED,IAAI,IAAI,CAAC,aAAa,CAAC,EAAE;YACrB,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC3D,IAAI,mBAAmB,IAAI,mBAAmB,CAAC,MAAM,GAAG,CAAC,EAAE;gBACvD,IAAI,WAAW,GAAG,EAAE,CAAC;gBACrB,mBAAmB,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;oBACtC,WAAW,GAAG,WAAW,GAAG,KAAK,IAAI,IAAI,CAAC;gBAC9C,CAAC,CAAC,CAAC;gBACH,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;aACtC;SACJ;QAED,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC;IACvC,CAAC;IAED,MAAM;QACF,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,IAAI,CAAC,SAAS,EAAE,aAAa,EAAE,IAAI,CAAC,WAAW,EAAE,YAAY,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9O,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,CAAC;CACJ;AAxED,oCAwEC"}