@farris/jit-engine 1.4.37 → 1.4.38

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 (360) hide show
  1. package/README.md +4 -0
  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-entity-generator.js +3 -10
  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/app-generator/vue-app-model-provider-generator.js +9 -9
  12. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
  13. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
  14. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js.map +1 -1
  15. package/lib/mobileapp/vue/code-generator/file-generator/index.js +1 -1
  16. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
  17. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js.map +1 -1
  18. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
  19. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
  20. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
  21. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
  22. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
  23. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
  24. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
  25. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
  26. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js.map +1 -1
  27. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
  28. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
  29. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
  30. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
  31. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
  32. package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +1 -1
  33. package/lib/mobileapp/vue/code-generator/index.js +1 -1
  34. package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +1 -1
  35. package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +1 -1
  36. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
  37. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
  38. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
  39. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
  40. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
  41. package/lib/mobileapp/vue/domstructure/devkit/component/index.js +1 -1
  42. package/lib/mobileapp/vue/domstructure/devkit/form/index.js +1 -1
  43. package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js.map +1 -1
  44. package/lib/mobileapp/vue/domstructure/devkit/index.js +1 -1
  45. package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +1 -1
  46. package/lib/mobileapp/vue/domstructure/devkit/states/index.js +1 -1
  47. package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +1 -1
  48. package/lib/mobileapp/vue/domstructure/devkit/viewmodel/vue-viewmodel.js.map +1 -1
  49. package/lib/mobileapp/vue/domstructure/index.js +1 -1
  50. package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +1 -1
  51. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +1 -1
  52. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
  53. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
  54. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
  55. package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +1 -1
  56. package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
  57. package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +1 -1
  58. package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +1 -1
  59. package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +1 -1
  60. package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +1 -1
  61. package/lib/mobileapp/vue/domstructure/ui/basic/index.js +1 -1
  62. package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +1 -1
  63. package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +1 -1
  64. package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +1 -1
  65. package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +1 -1
  66. package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +1 -1
  67. package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +1 -1
  68. package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +1 -1
  69. package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +1 -1
  70. package/lib/mobileapp/vue/domstructure/ui/business/index.js +1 -1
  71. package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
  72. package/lib/mobileapp/vue/domstructure/ui/container/index.js +1 -1
  73. package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
  74. package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
  75. package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +1 -1
  76. package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +1 -1
  77. package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +1 -1
  78. package/lib/mobileapp/vue/domstructure/ui/display/index.js +1 -1
  79. package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +1 -1
  80. package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +1 -1
  81. package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +1 -1
  82. package/lib/mobileapp/vue/domstructure/ui/index.js +1 -1
  83. package/lib/mobileapp/vue/domstructure/ui/input/common.js +2 -1
  84. package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
  85. package/lib/mobileapp/vue/domstructure/ui/input/index.js +1 -1
  86. package/lib/mobileapp/vue/jit-engine-executor/index.js +1 -1
  87. package/lib/mobileapp/vue/pug-generator/index.js +1 -1
  88. package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +1 -1
  89. package/lib/mobileapp/vue/static/.editorconfig +9 -9
  90. package/lib/mobileapp/vue/static/.prettierrc +6 -6
  91. package/lib/mobileapp/vue/static/README.md +18 -18
  92. package/lib/mobileapp/vue/static/babel.config.js +13 -13
  93. package/lib/mobileapp/vue/static/src/main.ts +9 -9
  94. package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
  95. package/lib/mobileapp/vue/static/tsconfig.json +20 -20
  96. package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js.map +1 -1
  97. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +1 -1
  98. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
  99. package/lib/mobileapp/vue/utility/i18n/index.js +1 -1
  100. package/lib/mobileapp/vue/utility/index.js +1 -1
  101. package/lib/mobileapp/vue/utility/index.js.map +1 -1
  102. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +1 -1
  103. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
  104. package/lib/mobileapp/vue/utility/stringify.js +45 -0
  105. package/lib/mobileapp/vue/utility/stringify.js.map +1 -0
  106. package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
  107. package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
  108. package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
  109. package/lib/mobileapp/vue/utility/type-convert.js +2 -1
  110. package/lib/mobileapp/vue/utility/type-convert.js.map +1 -1
  111. package/lib/mobileapp/vue/utility/vue-object-creator.js +1 -1
  112. package/package.json +1 -1
  113. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +0 -57
  114. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +0 -1
  115. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +0 -14
  116. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +0 -1
  117. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +0 -27
  118. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +0 -1
  119. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +0 -46
  120. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +0 -1
  121. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +0 -15
  122. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +0 -1
  123. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +0 -27
  124. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +0 -1
  125. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +0 -29
  126. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +0 -1
  127. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +0 -27
  128. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +0 -1
  129. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +0 -29
  130. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +0 -1
  131. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +0 -27
  132. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +0 -1
  133. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +0 -18
  134. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +0 -1
  135. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +0 -14
  136. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +0 -1
  137. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +0 -27
  138. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +0 -1
  139. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +0 -14
  140. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +0 -1
  141. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +0 -35
  142. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +0 -1
  143. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +0 -14
  144. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +0 -1
  145. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +0 -42
  146. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +0 -1
  147. package/lib/mobileapp/vue/domstructure/ui/button/button.js +0 -27
  148. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +0 -1
  149. package/lib/mobileapp/vue/domstructure/ui/button/index.js +0 -14
  150. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +0 -1
  151. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +0 -28
  152. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +0 -1
  153. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +0 -27
  154. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +0 -1
  155. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +0 -16
  156. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +0 -1
  157. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +0 -32
  158. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +0 -1
  159. package/lib/mobileapp/vue/domstructure/ui/card/card.js +0 -45
  160. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +0 -1
  161. package/lib/mobileapp/vue/domstructure/ui/card/index.js +0 -14
  162. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +0 -1
  163. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +0 -32
  164. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +0 -1
  165. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +0 -14
  166. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +0 -1
  167. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +0 -38
  168. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +0 -1
  169. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +0 -29
  170. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +0 -1
  171. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +0 -57
  172. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +0 -1
  173. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +0 -27
  174. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +0 -1
  175. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +0 -27
  176. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +0 -1
  177. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +0 -27
  178. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +0 -1
  179. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +0 -28
  180. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +0 -1
  181. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +0 -14
  182. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +0 -1
  183. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +0 -33
  184. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +0 -1
  185. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +0 -15
  186. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +0 -1
  187. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +0 -56
  188. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +0 -1
  189. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +0 -14
  190. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +0 -1
  191. package/lib/mobileapp/vue/domstructure/ui/data/index.js +0 -14
  192. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +0 -1
  193. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +0 -38
  194. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +0 -1
  195. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +0 -28
  196. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +0 -1
  197. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +0 -14
  198. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +0 -1
  199. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +0 -57
  200. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +0 -1
  201. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +0 -14
  202. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +0 -1
  203. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js +0 -14
  204. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js.map +0 -1
  205. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js +0 -46
  206. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js.map +0 -1
  207. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +0 -14
  208. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +0 -1
  209. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +0 -47
  210. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +0 -1
  211. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +0 -42
  212. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +0 -1
  213. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +0 -14
  214. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +0 -1
  215. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +0 -41
  216. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +0 -1
  217. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +0 -14
  218. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +0 -1
  219. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +0 -42
  220. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +0 -1
  221. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +0 -14
  222. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +0 -1
  223. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +0 -27
  224. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +0 -1
  225. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +0 -14
  226. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +0 -1
  227. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +0 -27
  228. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +0 -1
  229. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +0 -14
  230. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +0 -1
  231. package/lib/mobileapp/vue/domstructure/ui/image/image.js +0 -27
  232. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +0 -1
  233. package/lib/mobileapp/vue/domstructure/ui/image/index.js +0 -14
  234. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +0 -1
  235. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +0 -14
  236. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +0 -1
  237. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +0 -39
  238. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +0 -1
  239. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +0 -16
  240. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +0 -1
  241. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +0 -27
  242. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +0 -1
  243. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +0 -27
  244. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +0 -1
  245. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +0 -33
  246. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +0 -1
  247. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +0 -14
  248. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +0 -1
  249. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +0 -45
  250. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +0 -1
  251. package/lib/mobileapp/vue/domstructure/ui/number/index.js +0 -14
  252. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +0 -1
  253. package/lib/mobileapp/vue/domstructure/ui/number/number.js +0 -27
  254. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +0 -1
  255. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +0 -27
  256. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +0 -1
  257. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +0 -15
  258. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +0 -1
  259. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +0 -27
  260. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +0 -1
  261. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +0 -14
  262. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +0 -1
  263. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +0 -32
  264. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +0 -1
  265. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +0 -14
  266. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +0 -1
  267. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +0 -27
  268. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +0 -1
  269. package/lib/mobileapp/vue/domstructure/ui/section/index.js +0 -14
  270. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +0 -1
  271. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +0 -46
  272. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +0 -1
  273. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +0 -15
  274. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +0 -1
  275. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +0 -42
  276. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +0 -1
  277. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +0 -42
  278. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +0 -1
  279. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +0 -14
  280. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +0 -1
  281. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +0 -49
  282. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +0 -1
  283. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +0 -14
  284. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +0 -1
  285. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +0 -27
  286. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +0 -1
  287. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +0 -14
  288. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +0 -1
  289. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +0 -27
  290. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +0 -1
  291. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +0 -16
  292. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +0 -1
  293. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +0 -33
  294. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +0 -1
  295. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +0 -45
  296. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +0 -1
  297. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +0 -45
  298. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +0 -1
  299. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +0 -14
  300. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +0 -1
  301. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +0 -37
  302. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +0 -1
  303. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +0 -17
  304. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +0 -1
  305. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +0 -27
  306. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +0 -1
  307. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +0 -27
  308. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +0 -1
  309. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +0 -27
  310. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +0 -1
  311. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +0 -27
  312. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +0 -1
  313. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +0 -16
  314. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +0 -1
  315. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +0 -35
  316. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +0 -1
  317. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +0 -32
  318. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +0 -1
  319. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +0 -42
  320. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +0 -1
  321. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +0 -81
  322. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +0 -1
  323. package/lib/mobileapp/vue/internal-entity/i-project-data.js +0 -3
  324. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +0 -1
  325. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +0 -14
  326. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +0 -1
  327. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +0 -11
  328. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +0 -1
  329. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +0 -44
  330. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +0 -1
  331. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +0 -27
  332. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +0 -1
  333. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +0 -27
  334. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +0 -1
  335. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +0 -7
  336. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +0 -1
  337. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +0 -15
  338. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +0 -1
  339. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +0 -7
  340. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +0 -1
  341. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +0 -7
  342. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +0 -1
  343. package/lib/mobileapp/vue/static/.gitignore +0 -13
  344. package/lib/template/ui/mobilevue/area-picker.pug +0 -55
  345. package/lib/template/ui/mobilevue/avatar.pug +0 -19
  346. package/lib/template/ui/mobilevue/common/text-common.pug +0 -80
  347. package/lib/template/ui/mobilevue/fm-staff-info.pug +0 -10
  348. package/lib/template/ui/mobilevue/footer.pug +0 -10
  349. package/lib/template/ui/mobilevue/label.pug +0 -12
  350. package/lib/template/ui/mobilevue/layout-container-col.pug +0 -11
  351. package/lib/template/ui/mobilevue/layout-container-row.pug +0 -12
  352. package/lib/template/ui/mobilevue/layout-container.pug +0 -11
  353. package/lib/template/ui/mobilevue/page-content-container.pug +0 -10
  354. package/lib/template/ui/mobilevue/page-footer-container.pug +0 -10
  355. package/lib/template/ui/mobilevue/page-header-container.pug +0 -10
  356. package/lib/template/ui/mobilevue/show-image.pug +0 -22
  357. package/lib/template/ui/mobilevue/tag.pug +0 -33
  358. package/lib/template/ui/mobilevue/text.pug +0 -118
  359. package/lib/template/ui/mobilevue/vant-tabpage.pug +0 -6
  360. package/lib/template/ui/mobilevue/vant-tabs.pug +0 -6
@@ -1,42 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueToolBar = 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 VueToolBar 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,visible';
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 {
35
- this[key] = obj[key];
36
- }
37
- }
38
- });
39
- }
40
- }
41
- exports.VueToolBar = VueToolBar;
42
- //# sourceMappingURL=vue-toolbar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,UAAW,SAAQ,qCAAgB;IAI5C,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;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,wBAAwB,CAAC;QACtC,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,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;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IA8BP,CAAC;CACJ;AAhED,gCAgEC"}
@@ -1,81 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueInputComponent = void 0;
4
- const toolhepler_1 = require("../../../../utility/toolhepler");
5
- const vue_base_component_1 = require("./vue-base-component");
6
- class VueInputComponent extends vue_base_component_1.VueBaseComponent {
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 = [
20
- 'id',
21
- 'title',
22
- 'visible',
23
- 'disable',
24
- 'readonly',
25
- 'editable',
26
- 'require',
27
- 'placeholder',
28
- 'labelWidth',
29
- 'direction',
30
- 'binding',
31
- 'labelTips',
32
- 'modelValue',
33
- 'minValue',
34
- 'maxValue',
35
- 'change',
36
- 'isTextArea',
37
- 'validationRules',
38
- 'leftTemplate',
39
- 'labelTemplate',
40
- 'inputTemplate',
41
- 'rightTemplate',
42
- 'extraTemplate',
43
- ];
44
- Object.keys(obj).forEach((key) => {
45
- if (keys.includes(key)) {
46
- switch (key) {
47
- case 'visible':
48
- this[key] = this.formatValue(obj[key], 'visible');
49
- break;
50
- case 'readonly':
51
- this[key] = this.formatValue(obj[key], 'readonly');
52
- break;
53
- case 'require':
54
- this[key] = this.formatValue(obj[key], 'required');
55
- break;
56
- default:
57
- this[key] = obj[key];
58
- break;
59
- }
60
- }
61
- });
62
- this.errorMessage =
63
- this.binding && this.binding.path
64
- ? `form.${this.binding.path}.validationResult && form.${this.binding.path}.validationResult.message`
65
- : undefined;
66
- this.className =
67
- (this.appearance.class ? this.appearance.class : '') +
68
- ' ' +
69
- (this.direction === 'vertical' ? 'fm-input-vertical' : '');
70
- }
71
- formatValue(value, name) {
72
- if (value && toolhepler_1.ToolHelper.isObject(value)) {
73
- if (value.type === 'Expression') {
74
- return `form.${this.binding.path}.${name}`;
75
- }
76
- }
77
- return value;
78
- }
79
- }
80
- exports.VueInputComponent = VueInputComponent;
81
- //# sourceMappingURL=vue-input-component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-input-component.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/vue-input-component.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAC3D,6DAAuD;AAEvD,MAAa,iBAAkB,SAAQ,qCAAgB;IASrD,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;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,SAAS;YACT,SAAS;YACT,UAAU;YACV,UAAU;YACV,SAAS;YACT,aAAa;YACb,YAAY;YACZ,WAAW;YACX,SAAS;YACT,WAAW;YACX,YAAY;YACZ,UAAU;YACV,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,eAAe;YACf,eAAe;YACf,eAAe;SAChB,CAAA;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,CAAA;wBACjD,MAAK;oBACP,KAAK,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QACF,IAAI,CAAC,YAAY;YACf,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI;gBAC/B,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;gBACpG,CAAC,CAAC,SAAS,CAAA;QACf,IAAI,CAAC,SAAS;YACZ,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG;gBACH,CAAC,IAAI,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC9D,CAAC;IACD,WAAW,CAAC,KAAU,EAAE,IAAY;QAClC,IAAI,KAAK,IAAI,uBAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;YACvC,IAAI,KAAK,CAAC,IAAI,KAAK,YAAY,EAAE;gBAC/B,OAAO,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,EAAE,CAAA;aAC3C;SACF;QACD,OAAO,KAAK,CAAA;IACd,CAAC;CACF;AAnFD,8CAmFC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=i-project-data.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"i-project-data.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/i-project-data.ts"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
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-page-flow-entity"), exports);
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAwC"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VuePageFlowConvertor = void 0;
4
- const vue_page_flow_entity_1 = require("./vue-page-flow-entity");
5
- class VuePageFlowConvertor {
6
- static convert(pageFlowParameter) {
7
- return new vue_page_flow_entity_1.VuePageFlowEntity(pageFlowParameter);
8
- }
9
- }
10
- exports.VuePageFlowConvertor = VuePageFlowConvertor;
11
- //# sourceMappingURL=vue-page-flow-convertor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-page-flow-convertor.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.ts"],"names":[],"mappings":";;;AAAA,iEAA2D;AAE3D,MAAa,oBAAoB;IAC7B,MAAM,CAAC,OAAO,CAAC,iBAAsB;QACjC,OAAO,IAAI,wCAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,CAAC;CACJ;AAJD,oDAIC"}
@@ -1,44 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VuePageFlowEntity = void 0;
4
- const vue_page_flow_project_1 = require("./vue-page-flow-project");
5
- const vue_page_flow_page_1 = require("./vue-page-flow-page");
6
- const utility_1 = require("../../../../utility");
7
- class VuePageFlowEntity {
8
- constructor(param) {
9
- this.pages = [];
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 = `
21
- id,project,pages,entry
22
- `;
23
- Object.keys(obj).forEach(key => {
24
- if (keys.includes(key)) {
25
- if (key == "project") {
26
- this.project = new vue_page_flow_project_1.VuePageFlowProject(obj[key]);
27
- }
28
- else if (key == "pages") {
29
- this.pages = [];
30
- if (utility_1.ToolHelper.isArray(obj[key], false)) {
31
- obj[key].forEach((item) => {
32
- this.pages.push(new vue_page_flow_page_1.VuePageFlowPage(item));
33
- });
34
- }
35
- }
36
- else {
37
- this[key] = obj[key];
38
- }
39
- }
40
- });
41
- }
42
- }
43
- exports.VuePageFlowEntity = VuePageFlowEntity;
44
- //# sourceMappingURL=vue-page-flow-entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-page-flow-entity.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.ts"],"names":[],"mappings":";;;AAAA,mEAA6D;AAC7D,6DAAuD;AACvD,iDAAiD;AAQjD,MAAa,iBAAiB;IAM1B,YAAY,KAAmB;QAH/B,UAAK,GAAsB,EAAE,CAAC;QAI1B,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;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,IAAI,SAAS,EAAE;oBAClB,IAAI,CAAC,OAAO,GAAG,IAAI,0CAAkB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACnD;qBAAM,IAAI,GAAG,IAAI,OAAO,EAAE;oBACvB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;oBAChB,IAAI,oBAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE;wBACrC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;4BAC3B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,oCAAe,CAAC,IAAI,CAAC,CAAC,CAAC;wBAC/C,CAAC,CAAC,CAAC;qBACN;iBACJ;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAtCD,8CAsCC"}
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VuePageFlowPage = void 0;
4
- class VuePageFlowPage {
5
- constructor(param) {
6
- let obj;
7
- if (typeof param === 'string') {
8
- obj = JSON.parse(param);
9
- }
10
- else {
11
- obj = param;
12
- }
13
- if (!obj) {
14
- return;
15
- }
16
- const keys = `
17
- id,code,name,fileName,relativePath,routeUri,children,routeParams
18
- `;
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- }
25
- }
26
- exports.VuePageFlowPage = VuePageFlowPage;
27
- //# sourceMappingURL=vue-page-flow-page.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-page-flow-page.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.ts"],"names":[],"mappings":";;;AAMA,MAAa,eAAe;IASxB,YAAY,KAAmB;QAC3B,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;;SAEZ,CAAC;QACF,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;AA9BD,0CA8BC"}
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VuePageFlowProject = void 0;
4
- class VuePageFlowProject {
5
- constructor(param) {
6
- let obj;
7
- if (typeof param === 'string') {
8
- obj = JSON.parse(param);
9
- }
10
- else {
11
- obj = param;
12
- }
13
- if (!obj) {
14
- return;
15
- }
16
- const keys = `
17
- name
18
- `;
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- }
25
- }
26
- exports.VuePageFlowProject = VuePageFlowProject;
27
- //# sourceMappingURL=vue-page-flow-project.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-page-flow-project.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;IAG3B,YAAY,KAAmB;QAC3B,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;;SAEZ,CAAC;QACF,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;AAxBD,gDAwBC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueAppIndexVueParameter = void 0;
4
- class VueAppIndexVueParameter {
5
- }
6
- exports.VueAppIndexVueParameter = VueAppIndexVueParameter;
7
- //# sourceMappingURL=vue-app-index-vue-parameter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-app-index-vue-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.ts"],"names":[],"mappings":";;;AACA,MAAa,uBAAuB;CAoDnC;AApDD,0DAoDC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueAppRouterEntity = exports.VueAppRouterPageEntity = void 0;
4
- class VueAppRouterPageEntity {
5
- }
6
- exports.VueAppRouterPageEntity = VueAppRouterPageEntity;
7
- class VueAppRouterEntity {
8
- constructor(formPath, formName, formImportPath) {
9
- this.formPath = formPath;
10
- this.formName = formName;
11
- this.formImportPath = formImportPath;
12
- }
13
- }
14
- exports.VueAppRouterEntity = VueAppRouterEntity;
15
- //# sourceMappingURL=vue-app-router-entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-app-router-entity.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-router-entity.ts"],"names":[],"mappings":";;;AACA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAQD,MAAa,kBAAkB;IAM3B,YAAY,QAAgB,EAAE,QAAgB,EAAE,cAAsB;QAClE,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;IACzC,CAAC;CACJ;AAXD,gDAWC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueEngineContext = void 0;
4
- class VueEngineContext {
5
- }
6
- exports.VueEngineContext = VueEngineContext;
7
- //# sourceMappingURL=vue-engine-context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-engine-context.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-engine-context.ts"],"names":[],"mappings":";;;AAIA,MAAa,gBAAgB;CA2B5B;AA3BD,4CA2BC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VuePageComponentGenerateParameter = void 0;
4
- class VuePageComponentGenerateParameter {
5
- }
6
- exports.VuePageComponentGenerateParameter = VuePageComponentGenerateParameter;
7
- //# sourceMappingURL=vue-page-component-generate-parameter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-page-component-generate-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.ts"],"names":[],"mappings":";;;AASA,MAAa,iCAAiC;CAkD7C;AAlDD,8EAkDC"}
@@ -1,13 +0,0 @@
1
- .DS_Store
2
- node_modules/
3
- dist/
4
- dist-rollup/
5
- npm-debug.log
6
- yarn-error.log
7
-
8
- # Editor directories and files
9
- .idea
10
- *.suo
11
- *.ntvs*
12
- *.njsproj
13
- *.sln
@@ -1,55 +0,0 @@
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>
@@ -1,19 +0,0 @@
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)
@@ -1,80 +0,0 @@
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
-
@@ -1,10 +0,0 @@
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
- )
@@ -1,10 +0,0 @@
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
-
@@ -1,12 +0,0 @@
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
-
@@ -1,11 +0,0 @@
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}}
@@ -1,12 +0,0 @@
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}}
@@ -1,11 +0,0 @@
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}}
@@ -1,10 +0,0 @@
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}}
@@ -1,10 +0,0 @@
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}}
@@ -1,10 +0,0 @@
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}}