@farris/jit-engine 1.4.24 → 1.4.26

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 (354) hide show
  1. package/README.md +1 -5
  2. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -1
  3. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
  4. package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +1 -1
  5. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +1 -1
  6. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
  7. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
  8. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
  9. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
  10. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
  11. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
  12. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js.map +1 -1
  13. package/lib/mobileapp/vue/code-generator/file-generator/index.js +1 -1
  14. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
  15. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +24 -58
  16. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js.map +1 -1
  17. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
  18. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
  19. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
  20. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
  21. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
  22. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
  23. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
  24. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
  25. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js.map +1 -1
  26. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
  27. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
  28. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
  29. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
  30. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
  31. package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +1 -1
  32. package/lib/mobileapp/vue/code-generator/index.js +1 -1
  33. package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +1 -1
  34. package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +1 -1
  35. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
  36. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
  37. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
  38. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
  39. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
  40. package/lib/mobileapp/vue/domstructure/devkit/component/index.js +1 -1
  41. package/lib/mobileapp/vue/domstructure/devkit/form/index.js +1 -1
  42. package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js.map +1 -1
  43. package/lib/mobileapp/vue/domstructure/devkit/index.js +1 -1
  44. package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +1 -1
  45. package/lib/mobileapp/vue/domstructure/devkit/states/index.js +1 -1
  46. package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +1 -1
  47. package/lib/mobileapp/vue/domstructure/index.js +1 -1
  48. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +1 -1
  49. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +1 -1
  50. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
  51. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
  52. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
  53. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  54. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  55. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  56. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  57. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  58. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  59. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  60. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  61. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  62. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  63. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  64. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  65. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  66. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  67. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  68. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  69. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  70. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  71. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  72. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  73. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  74. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  75. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  76. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  77. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  78. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  79. package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +1 -1
  80. package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
  81. package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +1 -1
  82. package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +1 -1
  83. package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +1 -1
  84. package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +1 -1
  85. package/lib/mobileapp/vue/domstructure/ui/basic/index.js +1 -1
  86. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +14 -0
  87. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
  88. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
  89. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
  90. package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +1 -1
  91. package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +1 -1
  92. package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +1 -1
  93. package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +1 -1
  94. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +14 -0
  95. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
  96. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
  97. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
  98. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +1 -1
  99. package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +1 -1
  100. package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +1 -1
  101. package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +1 -1
  102. package/lib/mobileapp/vue/domstructure/ui/business/index.js +1 -1
  103. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  104. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  105. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  106. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  107. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  108. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  109. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  110. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  111. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  112. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  113. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  114. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  115. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  116. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  117. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  118. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  119. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  120. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  121. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  122. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  123. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
  124. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
  125. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
  126. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
  127. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  128. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  129. package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
  130. package/lib/mobileapp/vue/domstructure/ui/container/index.js +1 -1
  131. package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
  132. package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
  133. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +27 -0
  134. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
  135. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +27 -0
  136. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
  137. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +27 -0
  138. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
  139. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +28 -0
  140. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
  141. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  142. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  143. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  144. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  145. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  146. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  147. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  148. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  149. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  150. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  151. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  152. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  153. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  154. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  155. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  156. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  157. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  158. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  159. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
  160. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
  161. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +14 -0
  162. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
  163. package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +1 -1
  164. package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +1 -1
  165. package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +1 -1
  166. package/lib/mobileapp/vue/domstructure/ui/display/index.js +1 -1
  167. package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +1 -1
  168. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js +14 -0
  169. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js.map +1 -0
  170. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js +46 -0
  171. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js.map +1 -0
  172. package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +1 -1
  173. package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +1 -1
  174. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +14 -0
  175. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
  176. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +47 -0
  177. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
  178. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  179. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  180. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  181. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  182. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  183. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  184. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  185. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  186. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  187. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  188. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  189. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  190. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  191. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  192. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  193. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  194. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  195. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  196. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  197. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  198. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  199. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  200. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  201. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  202. package/lib/mobileapp/vue/domstructure/ui/index.js +1 -1
  203. package/lib/mobileapp/vue/domstructure/ui/input/common.js +1 -2
  204. package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
  205. package/lib/mobileapp/vue/domstructure/ui/input/index.js +1 -1
  206. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  207. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  208. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  209. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  210. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  211. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  212. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  213. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  214. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  215. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  216. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  217. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  218. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  219. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  220. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  221. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  222. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  223. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  224. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  225. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  226. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  227. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  228. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  229. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  230. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  231. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  232. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  233. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  234. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  235. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  236. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  237. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  238. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  239. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  240. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  241. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  242. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  243. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  244. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  245. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  246. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  247. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  248. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  249. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  250. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  251. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  252. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  253. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  254. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  255. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  256. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  257. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  258. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  259. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  260. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  261. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  262. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  263. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  264. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  265. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  266. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  267. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  268. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  269. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  270. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  271. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  272. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  273. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  274. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  275. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  276. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  277. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  278. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  279. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  280. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  281. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  282. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  283. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  284. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  285. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  286. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  287. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  288. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  289. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  290. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  291. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  292. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  293. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  294. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  295. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  296. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  297. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  298. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  299. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  300. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  301. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  302. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  303. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  304. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  305. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  306. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  307. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  308. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  309. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  310. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  311. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  312. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  313. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  314. package/lib/mobileapp/vue/jit-engine-executor/index.js +1 -1
  315. package/lib/mobileapp/vue/pug-generator/index.js +1 -1
  316. package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +1 -1
  317. package/lib/mobileapp/vue/static/.editorconfig +9 -9
  318. package/lib/mobileapp/vue/static/.prettierrc +6 -6
  319. package/lib/mobileapp/vue/static/README.md +18 -18
  320. package/lib/mobileapp/vue/static/babel.config.js +13 -13
  321. package/lib/mobileapp/vue/static/src/main.ts +9 -9
  322. package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
  323. package/lib/mobileapp/vue/static/tsconfig.json +20 -20
  324. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +1 -1
  325. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
  326. package/lib/mobileapp/vue/utility/i18n/index.js +1 -1
  327. package/lib/mobileapp/vue/utility/index.js +1 -1
  328. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +1 -1
  329. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
  330. package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
  331. package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
  332. package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
  333. package/lib/mobileapp/vue/utility/type-convert.js +1 -2
  334. package/lib/mobileapp/vue/utility/type-convert.js.map +1 -1
  335. package/lib/mobileapp/vue/utility/vue-object-creator.js +1 -1
  336. package/lib/template/ui/mobilevue/area-picker.pug +53 -0
  337. package/lib/template/ui/mobilevue/avatar.pug +19 -0
  338. package/lib/template/ui/mobilevue/common/text-common.pug +80 -0
  339. package/lib/template/ui/mobilevue/field-set.pug +1 -3
  340. package/lib/template/ui/mobilevue/fm-staff-info.pug +10 -0
  341. package/lib/template/ui/mobilevue/footer.pug +10 -0
  342. package/lib/template/ui/mobilevue/label.pug +12 -0
  343. package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
  344. package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
  345. package/lib/template/ui/mobilevue/layout-container.pug +11 -0
  346. package/lib/template/ui/mobilevue/page-content-container.pug +10 -0
  347. package/lib/template/ui/mobilevue/page-footer-container.pug +10 -0
  348. package/lib/template/ui/mobilevue/page-header-container.pug +10 -0
  349. package/lib/template/ui/mobilevue/show-image.pug +22 -0
  350. package/lib/template/ui/mobilevue/tag.pug +33 -0
  351. package/lib/template/ui/mobilevue/text.pug +118 -0
  352. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  353. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  354. package/package.json +1 -1
@@ -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.24",
3
+ "version": "1.4.26",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {