@farris/jit-engine 1.4.60 → 1.4.62

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 (391) hide show
  1. package/README.md +4 -0
  2. package/bin/index.js +0 -0
  3. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +5 -1
  4. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
  5. package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +5 -1
  6. package/lib/mobileapp/vue/code-generator/devkit-manager/index.js.map +1 -1
  7. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +5 -1
  8. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js.map +1 -1
  9. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +2 -2
  10. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js.map +1 -1
  11. package/lib/mobileapp/vue/code-generator/file-generator/index.js +5 -1
  12. package/lib/mobileapp/vue/code-generator/file-generator/index.js.map +1 -1
  13. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js +3 -3
  14. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js.map +1 -1
  15. package/lib/mobileapp/vue/code-generator/file-generator-filter.js +3 -3
  16. package/lib/mobileapp/vue/code-generator/file-generator-filter.js.map +1 -1
  17. package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +5 -1
  18. package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js.map +1 -1
  19. package/lib/mobileapp/vue/code-generator/index.js +5 -1
  20. package/lib/mobileapp/vue/code-generator/index.js.map +1 -1
  21. package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +5 -1
  22. package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js.map +1 -1
  23. package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +5 -1
  24. package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js.map +1 -1
  25. package/lib/mobileapp/vue/domstructure/devkit/component/index.js +5 -1
  26. package/lib/mobileapp/vue/domstructure/devkit/component/index.js.map +1 -1
  27. package/lib/mobileapp/vue/domstructure/devkit/form/index.js +5 -1
  28. package/lib/mobileapp/vue/domstructure/devkit/form/index.js.map +1 -1
  29. package/lib/mobileapp/vue/domstructure/devkit/index.js +5 -1
  30. package/lib/mobileapp/vue/domstructure/devkit/index.js.map +1 -1
  31. package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +5 -1
  32. package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js.map +1 -1
  33. package/lib/mobileapp/vue/domstructure/devkit/states/index.js +5 -1
  34. package/lib/mobileapp/vue/domstructure/devkit/states/index.js.map +1 -1
  35. package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +5 -1
  36. package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js.map +1 -1
  37. package/lib/mobileapp/vue/domstructure/index.js +5 -1
  38. package/lib/mobileapp/vue/domstructure/index.js.map +1 -1
  39. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +5 -1
  40. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +1 -1
  41. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +13 -2
  42. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +1 -1
  43. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +5 -1
  44. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js.map +1 -1
  45. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  46. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  47. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  48. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  49. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  50. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  51. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  52. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  53. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  54. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  55. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  56. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  57. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  58. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  59. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  60. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  61. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  62. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  63. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  64. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  65. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  66. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  67. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  68. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  69. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  70. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  71. package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +5 -1
  72. package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js.map +1 -1
  73. package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +5 -1
  74. package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js.map +1 -1
  75. package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +5 -1
  76. package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +1 -1
  77. package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +5 -1
  78. package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js.map +1 -1
  79. package/lib/mobileapp/vue/domstructure/ui/basic/index.js +5 -1
  80. package/lib/mobileapp/vue/domstructure/ui/basic/index.js.map +1 -1
  81. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +14 -0
  82. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
  83. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
  84. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
  85. package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +5 -1
  86. package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js.map +1 -1
  87. package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +5 -1
  88. package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js.map +1 -1
  89. package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +5 -1
  90. package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js.map +1 -1
  91. package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +5 -1
  92. package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js.map +1 -1
  93. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +14 -0
  94. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
  95. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
  96. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
  97. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +5 -1
  98. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js.map +1 -1
  99. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +1 -1
  100. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -1
  101. package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +5 -1
  102. package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js.map +1 -1
  103. package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +1 -1
  104. package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -1
  105. package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +1 -1
  106. package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
  107. package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +5 -1
  108. package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js.map +1 -1
  109. package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +1 -1
  110. package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
  111. package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +5 -1
  112. package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js.map +1 -1
  113. package/lib/mobileapp/vue/domstructure/ui/business/index.js +5 -1
  114. package/lib/mobileapp/vue/domstructure/ui/business/index.js.map +1 -1
  115. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  116. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  117. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  118. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  119. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  120. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  121. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  122. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  123. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  124. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  125. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  126. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  127. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  128. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  129. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  130. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  131. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  132. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  133. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  134. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  135. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
  136. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
  137. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
  138. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
  139. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  140. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  141. package/lib/mobileapp/vue/domstructure/ui/container/card.js +1 -1
  142. package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
  143. package/lib/mobileapp/vue/domstructure/ui/container/index.js +5 -1
  144. package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
  145. package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +19 -1
  146. package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
  147. package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +1 -0
  148. package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
  149. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +27 -0
  150. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
  151. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +27 -0
  152. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
  153. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +27 -0
  154. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
  155. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +28 -0
  156. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
  157. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  158. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  159. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  160. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  161. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  162. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  163. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  164. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  165. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  166. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  167. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  168. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  169. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  170. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  171. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  172. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  173. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  174. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  175. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
  176. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
  177. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +14 -0
  178. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
  179. package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +5 -1
  180. package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js.map +1 -1
  181. package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +5 -1
  182. package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js.map +1 -1
  183. package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +5 -1
  184. package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js.map +1 -1
  185. package/lib/mobileapp/vue/domstructure/ui/display/index.js +5 -1
  186. package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -1
  187. package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +5 -1
  188. package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js.map +1 -1
  189. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js +14 -0
  190. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js.map +1 -0
  191. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js +46 -0
  192. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js.map +1 -0
  193. package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +5 -1
  194. package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js.map +1 -1
  195. package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +5 -1
  196. package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js.map +1 -1
  197. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +14 -0
  198. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
  199. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +47 -0
  200. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
  201. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  202. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  203. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  204. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  205. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  206. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  207. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  208. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  209. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  210. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  211. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  212. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  213. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  214. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  215. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  216. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  217. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  218. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  219. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  220. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  221. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  222. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  223. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  224. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  225. package/lib/mobileapp/vue/domstructure/ui/index.js +5 -1
  226. package/lib/mobileapp/vue/domstructure/ui/index.js.map +1 -1
  227. package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +1 -1
  228. package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
  229. package/lib/mobileapp/vue/domstructure/ui/input/common.js +7 -0
  230. package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
  231. package/lib/mobileapp/vue/domstructure/ui/input/index.js +5 -1
  232. package/lib/mobileapp/vue/domstructure/ui/input/index.js.map +1 -1
  233. package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +1 -1
  234. package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
  235. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  236. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  237. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  238. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  239. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  240. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  241. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  242. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  243. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  244. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  245. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  246. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  247. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  248. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  249. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  250. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  251. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  252. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  253. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  254. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  255. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  256. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  257. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  258. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  259. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  260. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  261. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  262. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  263. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  264. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  265. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  266. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  267. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  268. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  269. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  270. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  271. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  272. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  273. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  274. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  275. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  276. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  277. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  278. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  279. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  280. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  281. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  282. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  283. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  284. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  285. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  286. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  287. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  288. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  289. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  290. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  291. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  292. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  293. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  294. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  295. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  296. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  297. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  298. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  299. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  300. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  301. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  302. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  303. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  304. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  305. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  306. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  307. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  308. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  309. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  310. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  311. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  312. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  313. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  314. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  315. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  316. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  317. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  318. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  319. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  320. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  321. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  322. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  323. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  324. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  325. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  326. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  327. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  328. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  329. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  330. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  331. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  332. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  333. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  334. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  335. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  336. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  337. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  338. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  339. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  340. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  341. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  342. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  343. package/lib/mobileapp/vue/jit-engine-executor/index.js +5 -1
  344. package/lib/mobileapp/vue/jit-engine-executor/index.js.map +1 -1
  345. package/lib/mobileapp/vue/pug-generator/index.js +5 -1
  346. package/lib/mobileapp/vue/pug-generator/index.js.map +1 -1
  347. package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js +3 -3
  348. package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js.map +1 -1
  349. package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js +3 -3
  350. package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js.map +1 -1
  351. package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +8 -4
  352. package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
  353. package/lib/mobileapp/vue/task/vue-engine-task.js +5 -5
  354. package/lib/mobileapp/vue/task/vue-engine-task.js.map +1 -1
  355. package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js +1 -1
  356. package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js.map +1 -1
  357. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +8 -4
  358. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
  359. package/lib/mobileapp/vue/utility/i18n/index.js +5 -1
  360. package/lib/mobileapp/vue/utility/i18n/index.js.map +1 -1
  361. package/lib/mobileapp/vue/utility/index.js +5 -1
  362. package/lib/mobileapp/vue/utility/index.js.map +1 -1
  363. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +5 -1
  364. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js.map +1 -1
  365. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +3 -3
  366. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js.map +1 -1
  367. package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js +4 -4
  368. package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js.map +1 -1
  369. package/lib/mobileapp/vue/utility/vue-object-creator.js +5 -1
  370. package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
  371. package/lib/template/ui/mobilevue/area-picker.pug +55 -0
  372. package/lib/template/ui/mobilevue/avatar.pug +19 -0
  373. package/lib/template/ui/mobilevue/checkbox-group.pug +3 -3
  374. package/lib/template/ui/mobilevue/common/text-common.pug +80 -0
  375. package/lib/template/ui/mobilevue/fm-staff-info.pug +10 -0
  376. package/lib/template/ui/mobilevue/footer.pug +10 -0
  377. package/lib/template/ui/mobilevue/label.pug +12 -0
  378. package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
  379. package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
  380. package/lib/template/ui/mobilevue/layout-container.pug +11 -0
  381. package/lib/template/ui/mobilevue/page-content-container.pug +10 -0
  382. package/lib/template/ui/mobilevue/page-footer-container.pug +10 -0
  383. package/lib/template/ui/mobilevue/page-header-container.pug +10 -0
  384. package/lib/template/ui/mobilevue/radio-group.pug +3 -3
  385. package/lib/template/ui/mobilevue/show-image.pug +22 -0
  386. package/lib/template/ui/mobilevue/switch.pug +1 -0
  387. package/lib/template/ui/mobilevue/tag.pug +33 -0
  388. package/lib/template/ui/mobilevue/text.pug +118 -0
  389. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  390. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  391. package/package.json +1 -1
@@ -0,0 +1,55 @@
1
+ //- -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
2
+ -var attrs = {};
3
+ -attrs.class = variable.appearance && variable.appearance.class;
4
+ -attrs.style = variable.appearance && variable.appearance.style;
5
+ -attrs.id = variable.replacedId? String(variable.replacedId) : undefined
6
+ -attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
7
+ -attrs.label = variable.title? String(variable.title) : undefined
8
+ -attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
9
+ -attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
10
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
11
+ -var require = variable.require ? String(variable.require.value) : undefined;
12
+ -var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
13
+ -var disable = variable.disable ? String(variable.disable.value) : undefined;
14
+ -var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
15
+
16
+ div(
17
+ v-if=visible
18
+ class="fm-input-wrapper"
19
+ )
20
+ fm-area-picker(
21
+ v-model=binding
22
+ :required=require
23
+ :readonly=readonly
24
+ :disabled=disable
25
+ :modelValue=variable.modelValue ? variable.modelValue+"":undefined
26
+ direction=variable.direction?variable.direction+"":undefined
27
+ title=variable.title?""+variable.title:undefined
28
+ input-align="right"
29
+ :labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
30
+ :columns-num!=variable.displayType?variable.displayType+"":undefined
31
+ :error-message!=variable.errorMessage
32
+ error-message-align=variable.errorMessage ? "right" : undefined
33
+ @change=variable.change ? String(variable.change) : undefined
34
+ )&attributes(attrs)
35
+ if(variable.leftTemplate)
36
+ template(#left-icon)
37
+ | !{variable.leftTemplate}
38
+ if(variable.rightTemplate)
39
+ template(#right-icon)
40
+ | !{variable.rightTemplate}
41
+ if(variable.extraTemplate)
42
+ template(#extra)
43
+ | !{variable.extraTemplate}
44
+ if(variable.valueTemplate)
45
+ template(v-slot:value="slotProps")
46
+ | !{variable.valueTemplate}
47
+ if(variable.labelTips)
48
+ template(#title)
49
+ <span>!{variable.title}</span>
50
+ <fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
51
+ <fm-icon name="s-illustrate-o"/>
52
+ <template #content>
53
+ <div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
54
+ </template>
55
+ </fm-popover>
@@ -0,0 +1,19 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
5
+ div(
6
+ v-if!=""+visible
7
+ )
8
+ fm-avatar(
9
+ fit!=variable.fit?"" + variable.fit:undefined
10
+ border!=variable.border?"" + variable.border:undefined
11
+ srcMode!=variable.srcMode?"" + variable.srcMode:undefined
12
+ :sysUserId!=variable.sysUserId?"" + variable.sysUserId:undefined
13
+ :dynamicSrc!=variable.dynamicSrc?"" + variable.dynamicSrc:undefined
14
+ :attachId!=variable.attachId?"" + variable.attachId:undefined
15
+ rootId!=variable.rootId?"" + variable.rootId:undefined
16
+ :avatarText !=variable.avatarText?"" + variable.avatarText:undefined
17
+ width!=variable.width?"" + variable.width:undefined
18
+ height!=variable.height?"" + variable.height:undefined
19
+ )&attributes(attrs)
@@ -10,8 +10,8 @@
10
10
  -var require = variable.require ? String(variable.require.value) : undefined;
11
11
  -var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
12
12
  -var disable = variable.disable ? String(variable.disable.value) : undefined;
13
- -var inputDirection = variable.displayType !== 'button' ? 'vertical' : variable.direction
14
- -var direction = variable.displayType === 'button' ? 'horizontal' : variable.direction
13
+ -var inputDirection = variable.displayType === 'check' ? 'vertical' : variable.direction
14
+ -var optionsDirection = variable.displayType === 'button' ? 'horizontal' : ( variable.optionsDirection || variable.direction)
15
15
  -var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
16
16
  -var groupClass = inputDirection === 'horizontal' ? 'd-flex justify-content-end' : undefined
17
17
  -var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.i18nEnumData
@@ -40,7 +40,7 @@ div(
40
40
  valueField=variable.valueField?""+variable.valueField:undefined
41
41
  textField=variable.textField?""+variable.textField:undefined
42
42
  :checkerStyle=checkerStyle
43
- direction=direction?direction+"":undefined
43
+ direction=optionsDirection?optionsDirection+"":undefined
44
44
  type=variable.displayType?variable.displayType+"":undefined
45
45
  )
46
46
  if(variable.labelTips)
@@ -0,0 +1,80 @@
1
+ mixin getData(variable,isLabel)
2
+ -var attrs = {};
3
+ -attrs.class = isLabel?'fm-common-label ':'';
4
+ -attrs.class += variable.appearance && variable.appearance.class ?variable.appearance.class:'';
5
+ -attrs.style = variable.appearance && variable.appearance.style?variable.appearance.style:'';
6
+ -attrs.id = variable.replacedId? String(variable.replacedId) : undefined
7
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
8
+ -var binding = variable.binding? variable.binding : undefined
9
+ -var fontSize = variable.fontSize? String(variable.fontSize) : undefined
10
+ -var lineHeight = variable.lineHeight? String(variable.lineHeight) : undefined
11
+ -var semanticColor = variable.semanticColor? String(variable.semanticColor) : undefined
12
+ -var formatter = variable.formatter ? variable.formatter:{}
13
+ -var displayType = variable.displayType? String(variable.displayType) : undefined
14
+ -var formatterType = 'string'
15
+ -var valueStr = ''
16
+ -var textBindingPrefix = variable.textBindingPrefix? String(variable.textBindingPrefix):undefined
17
+
18
+
19
+ //--样式class
20
+ if(displayType)
21
+ if(displayType.startsWith('title-'))
22
+ -attrs.class = `fm-common-title fm-${displayType} ${attrs.class}`
23
+ if(displayType.startsWith('text-'))
24
+ -attrs.class = `fm-common-text fm-${displayType} ${attrs.class}`
25
+
26
+ if(semanticColor)
27
+ -attrs.class += ` fm-text-color-${semanticColor}`
28
+
29
+ //--内容
30
+ if(!isLabel)
31
+ if(binding && binding.type)
32
+ if(binding.type === 'Const')
33
+ -valueStr = `'${binding.value}'`;
34
+ if(binding.type === 'Form')
35
+ -valueStr = `${textBindingPrefix}${binding.bindingPath}`;
36
+ if(binding.type === 'LocaleVariable' || binding.type === 'RemoteVariable')
37
+ -valueStr = `uiState.${binding.code}`;
38
+ else
39
+ if(typeof binding==='string')
40
+ -valueStr = `'${binding}'`;
41
+ else
42
+ -valueStr = `uiState.${binding.fullPath}`;
43
+
44
+ if(formatter && formatter.type)
45
+ -formatterType = formatter.type
46
+ -delete formatter.type
47
+ -var content = `{{$formatUtils.${formatterType}(${valueStr},${JSON.stringify(formatter)})}}`
48
+
49
+
50
+ //--样式
51
+ if(attrs.style)
52
+ -attrs.style += `;`
53
+
54
+ if(variable.size && variable.size.width)
55
+ -attrs.style += `width:${variable.size.width}px;`
56
+
57
+
58
+ if(variable.size && variable.size.height)
59
+ -attrs.style += `height:${variable.size.height}px;`
60
+
61
+ if(fontSize)
62
+ -attrs.style += `font-size:${fontSize}px;`
63
+
64
+ if(lineHeight)
65
+ -attrs.style += `line-height:${lineHeight}px;`
66
+
67
+ if(isLabel)
68
+ label()&attributes(attrs)
69
+ | !{content}
70
+ else if(displayType && displayType.startsWith('title-'))
71
+ div(
72
+ v-if=visible
73
+ )&attributes(attrs)
74
+ | !{content}
75
+ else
76
+ span(
77
+ v-if=visible
78
+ )&attributes(attrs)
79
+ | !{content}
80
+
@@ -0,0 +1,10 @@
1
+ fm-staff-info(
2
+ v-if!=variable.visible?variable.visible+"":"false"
3
+ style!=(variable.appearance && variable.appearance.style)
4
+ class!=(variable.appearance && variable.appearance.class)
5
+ :name!=variable.staffName?"" + variable.name:undefined
6
+ :title!=variable.titleText?"" + variable.titleText:undefined
7
+ :sub-title!=variable.departmentName?"" + variable.department:undefined
8
+ :staffId!=variable.staffId?"" + variable.staffId:undefined
9
+ avatarType!=variable.avatarType?"" + variable.avatarType:undefined
10
+ )
@@ -0,0 +1,10 @@
1
+ -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
2
+
3
+ div(
4
+ v-if=variable.visible?variable.visible+"":"false"
5
+ style=(variable.appearance && variable.appearance.style)
6
+ class=(variable.appearance && variable.appearance.class)
7
+ id=variable.id?"" + variable.id:undefined
8
+ )
9
+ | {{content}}
10
+
@@ -0,0 +1,12 @@
1
+
2
+ -var attrs = {};
3
+ -attrs.class = variable.appearance && variable.appearance.class;
4
+ -attrs.style = variable.appearance && variable.appearance.style;
5
+ - var visible = variable.visible ? String(variable.visible.value) : undefined;
6
+
7
+
8
+ span(
9
+ v-if=visible
10
+ )&attributes(attrs)
11
+ | !{variable.text}
12
+
@@ -0,0 +1,11 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
5
+
6
+ fm-layout-column(
7
+ v-if=visible
8
+ id=variable.replacedId ? String(variable.replacedId) : undefined
9
+ width=variable.colWidth ? String(variable.colWidth) : undefined
10
+ )&attributes(attrs)
11
+ | {{content}}
@@ -0,0 +1,12 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
5
+
6
+ fm-layout-row(
7
+ v-if=visible
8
+ id=variable.replacedId ? String(variable.replacedId) : undefined
9
+ height=variable.rowHeight ? String(variable.rowHeight) : undefined
10
+ :gutter=variable.gutter ? String(variable.gutter) : undefined
11
+ )&attributes(attrs)
12
+ | {{content}}
@@ -0,0 +1,11 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
5
+
6
+ fm-layout(
7
+ v-if=visible
8
+ id=variable.replacedId ? String(variable.replacedId) : undefined
9
+ :gutter=variable.gutter ? String(variable.gutter) : undefined
10
+ )&attributes(attrs)
11
+ | {{content}}
@@ -0,0 +1,10 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? variable.visible.value : undefined;
5
+
6
+ div(
7
+ v-if=visible
8
+ id=variable.replacedId?""+variable.replacedId:undefined
9
+ )&attributes(attrs)
10
+ | {{content}}
@@ -0,0 +1,10 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? variable.visible.value : undefined;
5
+
6
+ div(
7
+ v-if=visible
8
+ id=variable.replacedId?""+variable.replacedId:undefined
9
+ )&attributes(attrs)
10
+ | {{content}}
@@ -0,0 +1,10 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? variable.visible.value : undefined;
5
+
6
+ div(
7
+ v-if=visible
8
+ id=variable.replacedId?""+variable.replacedId:undefined
9
+ )&attributes(attrs)
10
+ | {{content}}
@@ -11,8 +11,8 @@
11
11
  -var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
12
12
  -var disable = variable.disable ? String(variable.disable.value) : undefined;
13
13
  -var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
14
- -var inputDirection = variable.displayType !== 'button' ? 'vertical' : variable.direction
15
- -var direction = variable.displayType === 'button' ? 'horizontal' : variable.direction
14
+ -var inputDirection = variable.displayType === 'check' ? 'vertical' : variable.direction
15
+ -var optionsDirection = variable.displayType === 'button' ? 'horizontal' : ( variable.optionsDirection || variable.direction)
16
16
  -var groupClass = inputDirection === 'horizontal' ? 'd-flex justify-content-end' : undefined
17
17
  -var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.i18nEnumData
18
18
 
@@ -39,7 +39,7 @@ div(
39
39
  :items=items?items:undefined
40
40
  valueField=variable.valueField?""+variable.valueField:undefined
41
41
  textField=variable.textField?""+variable.textField:undefined
42
- direction=direction?direction+"":undefined
42
+ direction=optionsDirection?optionsDirection+"":undefined
43
43
  :checkerStyle=checkerStyle
44
44
  :checked-color=variable.checkedColor?variable.checkedColor+"":undefined
45
45
  type=variable.displayType?variable.displayType+"":undefined
@@ -0,0 +1,22 @@
1
+ -var attrs = {};
2
+ -attrs.class = variable.appearance && variable.appearance.class;
3
+ -attrs.style = variable.appearance && variable.appearance.style;
4
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
5
+ -var previewPath =`$formatUtils.imageThumbnailPath(${variable.attachId}, '${variable.rootId}')`
6
+ -var srcMode = variable.srcMode
7
+ if(srcMode == "dynamicUrl")
8
+ -attrs[`:src`] = variable.dynamicSrc;
9
+ else if(srcMode == "staticUrl")
10
+ -attrs.src = variable.staticSrc;
11
+ else
12
+ -attrs[`:src`] = previewPath;
13
+
14
+ fm-image(
15
+ v-if!=""+visible
16
+ id!=variable.id?"" + variable.id:undefined
17
+ width!=variable.width?"" + variable.width:undefined
18
+ height!=variable.height?"" + variable.height:undefined
19
+ radius!=variable.radius?"" + variable.radius:undefined
20
+ :fit=variable.fit?"" + variable.fit:undefined
21
+ :round=variable.round?"" + variable.round:undefined
22
+ )&attributes(attrs)
@@ -24,6 +24,7 @@ div(
24
24
  :required=require
25
25
  :readonly=readonly
26
26
  :disabled=disable
27
+ direction=variable.direction?variable.direction+"":undefined
27
28
  :labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
28
29
  :modelValue=variable.modelValue ? variable.modelValue+"":undefined
29
30
  size=variable.size?""+variable.size:undefined
@@ -0,0 +1,33 @@
1
+
2
+ -var attrs = {};
3
+ -attrs.class = variable.appearance && variable.appearance.class;
4
+ -attrs.style = variable.appearance && variable.appearance.style;
5
+ - var visible = variable.visible ? String(variable.visible.value) : undefined;
6
+ -var binding = variable.binding? variable.binding : undefined
7
+ -var formatter = variable.formatter? variable.formatter : undefined
8
+ -var formBindingPrefix = variable.formBindingPrefix? String(variable.formBindingPrefix):undefined
9
+ -var formatterType = 'string'
10
+
11
+ -var valueStr = ''
12
+
13
+ if(binding && binding.type)
14
+ if(binding.type === 'Const')
15
+ -valueStr = `'${binding.value}'`;
16
+ if(binding.type === 'Form')
17
+ -valueStr = `${formBindingPrefix}${binding.bindingPath}`;
18
+ if(binding.type === 'LocaleVariable' || binding.type === 'RemoteVariable')
19
+ -valueStr = `uiState.${binding.code}`;
20
+
21
+ if(formatter && formatter.type)
22
+ -formatterType = formatter.type
23
+ -delete formatter.type
24
+
25
+ -var content = `{{$formatUtils.${formatterType}(${valueStr},${JSON.stringify(formatter)})}}`
26
+
27
+ fm-tag(
28
+ v-if=visible
29
+ type=variable.displayType ? String(variable.displayType) : undefined
30
+ size=variable.tagSize ? String(variable.tagSize) : undefined
31
+ color=variable.tagColor ? String(variable.tagColor) : undefined
32
+ )&attributes(attrs)
33
+ | !{content}
@@ -0,0 +1,118 @@
1
+ -var enableLabel = variable.enableLabel
2
+ -var attrs = {};
3
+ -attrs.class = variable.appearance && variable.appearance.class ?variable.appearance.class:'';
4
+ -attrs.style = variable.appearance && variable.appearance.style?variable.appearance.style:'';
5
+ -attrs.id = variable.replacedId? String(variable.replacedId) : undefined
6
+ -var visible = variable.visible ? String(variable.visible.value) : 'false';
7
+ -var binding = variable.binding? variable.binding : undefined
8
+ -var fontSize = variable.fontSize? String(variable.fontSize) : undefined
9
+ -var lineHeight = variable.lineHeight? String(variable.lineHeight) : undefined
10
+ -var textColor = variable.textColor? String(variable.textColor) : undefined
11
+ -var formatter = variable.formatter ? variable.formatter:{}
12
+ -var displayType = variable.displayType? String(variable.displayType) : undefined
13
+ -var formatterType = 'string'
14
+ -var valueStr = ''
15
+ -var formBindingPrefix = variable.formBindingPrefix? String(variable.formBindingPrefix):undefined
16
+ -var wrapPosition = variable.wrapPosition? variable.wrapPosition : undefined
17
+
18
+ -var label = variable.label
19
+ -var labelAppearance = variable.labelAppearance;
20
+ -var labelSize = variable.labelSize
21
+ -var labelFontSize = variable.labelFontSize
22
+ -var labelLineHeight = variable.labelLineHeight
23
+ -var labelColor = variable.labelColor
24
+ -var labelattrs = {};
25
+ -labelattrs.class = 'fm-common-label ';
26
+ -labelattrs.class += variable.labelAppearance && variable.labelAppearance.class ?variable.labelAppearance.class:'';
27
+ -labelattrs.style = variable.labelAppearance && variable.labelAppearance.style?variable.labelAppearance.style:'';
28
+
29
+
30
+ //--启用标签时,文本的样式
31
+ -var textCls = 'fm-common-text '
32
+
33
+ //--样式class
34
+ -attrs.class = `fm-common-field ${attrs.class} `
35
+ -attrs.class += displayType && displayType.startsWith('title-') ? 'fm-common-title':''
36
+ if(displayType)
37
+ -attrs.class += ` fm-${displayType}`
38
+
39
+ if(enableLabel && wrapPosition === 'afterLabel')
40
+ -attrs.class += ' d-flex ';
41
+
42
+ if(binding && binding.type)
43
+ if(binding.type === 'Const')
44
+ -valueStr = `'${binding.value}'`;
45
+ if(binding.type === 'Form')
46
+ -valueStr = `${formBindingPrefix}${binding.bindingPath}`;
47
+ if(binding.type === 'LocaleVariable' || binding.type === 'RemoteVariable')
48
+ -valueStr = `uiState.${binding.code}`;
49
+
50
+ -var labelContent = ''
51
+ if(enableLabel)
52
+ if(typeof label==='string')
53
+ -labelContent = `${label}`;
54
+ else if(label && typeof label==='object' && label.fullPath)
55
+ -labelContent = `{{ uiState.${label.fullPath} }}`;
56
+ else
57
+ -labelContent = '';
58
+
59
+ if(formatter && formatter.type)
60
+ -formatterType = formatter.type
61
+ -delete formatter.type
62
+
63
+ -var content = `{{$formatUtils.${formatterType}(${valueStr},${JSON.stringify(formatter)})}}`
64
+
65
+
66
+ //--样式
67
+ if(attrs.style)
68
+ -attrs.style += `;`
69
+
70
+ if(textColor)
71
+ -attrs.style += ` color:${textColor};`
72
+
73
+ //--内容
74
+ if(variable.size && variable.size.width)
75
+ -attrs.style += `width:${variable.size.width}px;`
76
+
77
+
78
+ if(variable.size && variable.size.height)
79
+ -attrs.style += `height:${variable.size.height}px;`
80
+
81
+ if(fontSize)
82
+ -attrs.style += `font-size:${fontSize}px;`
83
+
84
+ if(lineHeight)
85
+ -attrs.style += `line-height:${lineHeight}px;`
86
+
87
+ //--标签样式
88
+ if(enableLabel)
89
+ if(labelattrs.style)
90
+ -labelattrs.style += `;`
91
+
92
+ if(labelColor)
93
+ -labelattrs.style += ` color:${labelColor};`
94
+
95
+ if(variable.labelSize && variable.labelSize.width)
96
+ -labelattrs.style += `width:${variable.labelSize.width}px;`
97
+
98
+
99
+ if(variable.labelSize && variable.labelSize.height)
100
+ -labelattrs.style += `height:${variable.labelSize.height}px;`
101
+
102
+ if(labelFontSize)
103
+ -labelattrs.style += `font-size:${labelFontSize}px;`
104
+
105
+ if(labelLineHeight)
106
+ -labelattrs.style += `line-height:${labelLineHeight}px;`
107
+
108
+ div(
109
+ v-if=visible
110
+ )&attributes(attrs)
111
+ if(enableLabel)
112
+ label()&attributes(labelattrs)
113
+ | !{labelContent}
114
+
115
+ span(
116
+ class=textCls
117
+ )
118
+ | !{content}
@@ -0,0 +1,6 @@
1
+ van-tab(
2
+ v-if=variable.visible?variable.visible+"":"false"
3
+ title=variable.title?""+variable.title:undefined
4
+ name=variable.id?""+variable.id:undefined
5
+ )
6
+ | {{content}}
@@ -0,0 +1,6 @@
1
+ van-tabs(
2
+ class=(variable.appearance && variable.appearance.class)
3
+ v-if=variable.visible?variable.visible+"":"false"
4
+ @change=variable.tabChange?""+variable.tabChange:undefined
5
+ )
6
+ | {{content}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.4.60",
3
+ "version": "1.4.62",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {