@farris/jit-engine 1.3.296 → 1.3.298

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 (268) hide show
  1. package/README.md +4 -1
  2. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +3 -3
  3. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
  4. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
  5. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
  6. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
  7. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
  8. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
  9. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
  10. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
  11. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
  12. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
  13. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
  14. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +7 -7
  15. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
  16. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
  17. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
  18. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
  19. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
  20. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +3 -1
  21. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map +1 -1
  22. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
  23. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
  24. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
  25. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
  26. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
  27. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
  28. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
  29. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
  30. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
  31. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
  32. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
  33. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
  34. package/lib/mobileapp/vue/domstructure/ui/input/common.js +1 -0
  35. package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
  36. package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +1 -1
  37. package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
  38. package/lib/mobileapp/vue/static/.editorconfig +9 -9
  39. package/lib/mobileapp/vue/static/{.npmignore → .gitignore} +13 -13
  40. package/lib/mobileapp/vue/static/.prettierrc +6 -6
  41. package/lib/mobileapp/vue/static/README.md +18 -18
  42. package/lib/mobileapp/vue/static/babel.config.js +13 -13
  43. package/lib/mobileapp/vue/static/src/main.ts +9 -9
  44. package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
  45. package/lib/mobileapp/vue/static/tsconfig.json +20 -20
  46. package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js +4 -0
  47. package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js.map +1 -1
  48. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +34 -7
  49. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
  50. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
  51. package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
  52. package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
  53. package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
  54. package/lib/template/ui/mobilevue/action-bar.pug +10 -10
  55. package/lib/template/ui/mobilevue/banner.pug +4 -4
  56. package/lib/template/ui/mobilevue/component-ref.pug +3 -3
  57. package/lib/template/ui/mobilevue/form.pug +2 -0
  58. package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
  59. package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
  60. package/lib/template/ui/mobilevue/sidebar.pug +11 -11
  61. package/lib/template/ui/mobilevue/static-text.pug +1 -1
  62. package/lib/template/ui/mobilevue/steps.pug +8 -8
  63. package/lib/template/ui/mobilevue/toolbar.pug +5 -5
  64. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js +1 -1
  65. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js.map +1 -1
  66. package/package.json +56 -56
  67. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +0 -57
  68. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +0 -1
  69. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +0 -14
  70. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +0 -1
  71. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +0 -27
  72. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +0 -1
  73. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +0 -46
  74. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +0 -1
  75. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +0 -15
  76. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +0 -1
  77. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +0 -27
  78. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +0 -1
  79. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +0 -29
  80. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +0 -1
  81. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +0 -27
  82. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +0 -1
  83. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +0 -29
  84. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +0 -1
  85. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +0 -27
  86. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +0 -1
  87. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +0 -18
  88. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +0 -1
  89. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +0 -14
  90. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +0 -1
  91. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +0 -27
  92. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +0 -1
  93. package/lib/mobileapp/vue/domstructure/ui/button/button.js +0 -27
  94. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +0 -1
  95. package/lib/mobileapp/vue/domstructure/ui/button/index.js +0 -14
  96. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +0 -1
  97. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +0 -28
  98. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +0 -1
  99. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +0 -27
  100. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +0 -1
  101. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +0 -16
  102. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +0 -1
  103. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +0 -32
  104. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +0 -1
  105. package/lib/mobileapp/vue/domstructure/ui/card/card.js +0 -45
  106. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +0 -1
  107. package/lib/mobileapp/vue/domstructure/ui/card/index.js +0 -14
  108. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +0 -1
  109. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +0 -32
  110. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +0 -1
  111. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +0 -14
  112. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +0 -1
  113. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +0 -57
  114. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +0 -1
  115. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +0 -14
  116. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +0 -1
  117. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +0 -33
  118. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +0 -1
  119. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +0 -15
  120. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +0 -1
  121. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +0 -56
  122. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +0 -1
  123. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +0 -14
  124. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +0 -1
  125. package/lib/mobileapp/vue/domstructure/ui/data/index.js +0 -14
  126. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +0 -1
  127. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +0 -38
  128. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +0 -1
  129. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +0 -28
  130. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +0 -1
  131. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +0 -14
  132. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +0 -1
  133. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +0 -42
  134. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +0 -1
  135. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +0 -14
  136. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +0 -1
  137. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +0 -41
  138. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +0 -1
  139. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +0 -14
  140. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +0 -1
  141. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +0 -42
  142. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +0 -1
  143. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +0 -14
  144. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +0 -1
  145. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +0 -27
  146. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +0 -1
  147. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +0 -14
  148. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +0 -1
  149. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +0 -27
  150. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +0 -1
  151. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +0 -14
  152. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +0 -1
  153. package/lib/mobileapp/vue/domstructure/ui/image/image.js +0 -27
  154. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +0 -1
  155. package/lib/mobileapp/vue/domstructure/ui/image/index.js +0 -14
  156. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +0 -1
  157. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +0 -14
  158. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +0 -1
  159. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +0 -39
  160. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +0 -1
  161. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +0 -16
  162. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +0 -1
  163. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +0 -27
  164. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +0 -1
  165. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +0 -27
  166. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +0 -1
  167. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +0 -33
  168. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +0 -1
  169. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +0 -14
  170. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +0 -1
  171. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +0 -45
  172. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +0 -1
  173. package/lib/mobileapp/vue/domstructure/ui/number/index.js +0 -14
  174. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +0 -1
  175. package/lib/mobileapp/vue/domstructure/ui/number/number.js +0 -27
  176. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +0 -1
  177. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +0 -27
  178. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +0 -1
  179. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +0 -15
  180. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +0 -1
  181. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +0 -27
  182. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +0 -1
  183. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +0 -14
  184. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +0 -1
  185. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +0 -32
  186. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +0 -1
  187. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +0 -14
  188. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +0 -1
  189. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +0 -27
  190. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +0 -1
  191. package/lib/mobileapp/vue/domstructure/ui/section/index.js +0 -14
  192. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +0 -1
  193. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +0 -46
  194. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +0 -1
  195. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +0 -15
  196. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +0 -1
  197. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +0 -42
  198. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +0 -1
  199. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +0 -42
  200. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +0 -1
  201. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +0 -14
  202. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +0 -1
  203. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +0 -49
  204. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +0 -1
  205. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +0 -14
  206. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +0 -1
  207. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +0 -27
  208. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +0 -1
  209. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +0 -14
  210. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +0 -1
  211. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +0 -27
  212. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +0 -1
  213. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +0 -16
  214. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +0 -1
  215. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +0 -33
  216. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +0 -1
  217. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +0 -45
  218. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +0 -1
  219. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +0 -45
  220. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +0 -1
  221. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +0 -14
  222. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +0 -1
  223. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +0 -37
  224. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +0 -1
  225. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +0 -17
  226. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +0 -1
  227. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +0 -27
  228. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +0 -1
  229. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +0 -27
  230. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +0 -1
  231. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +0 -27
  232. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +0 -1
  233. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +0 -27
  234. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +0 -1
  235. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +0 -16
  236. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +0 -1
  237. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +0 -35
  238. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +0 -1
  239. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +0 -32
  240. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +0 -1
  241. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +0 -42
  242. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +0 -1
  243. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +0 -81
  244. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +0 -1
  245. package/lib/mobileapp/vue/internal-entity/i-project-data.js +0 -3
  246. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +0 -1
  247. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +0 -14
  248. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +0 -1
  249. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +0 -11
  250. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +0 -1
  251. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +0 -44
  252. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +0 -1
  253. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +0 -27
  254. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +0 -1
  255. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +0 -27
  256. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +0 -1
  257. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +0 -7
  258. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +0 -1
  259. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +0 -15
  260. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +0 -1
  261. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +0 -7
  262. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +0 -1
  263. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +0 -7
  264. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +0 -1
  265. package/lib/template/ui/mobilevue/footer.pug +0 -10
  266. package/lib/template/ui/mobilevue/label.pug +0 -15
  267. package/lib/template/ui/mobilevue/vant-tabpage.pug +0 -6
  268. package/lib/template/ui/mobilevue/vant-tabs.pug +0 -6
@@ -6,44 +6,44 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
6
6
  class TsConfigJsonGenerator extends abstract_file_generator_1.AbstractFileGenerator {
7
7
  generate(context) {
8
8
  const response = file_generator_response_1.FileGeneratorResponse.getNewEmptyInstance();
9
- const initTsConfigJson = `{
10
- "compilerOptions": {
11
- "target": "esnext",
12
- "module": "esnext",
13
- "strict": false,
14
- "jsx": "preserve",
15
- "importHelpers": true,
16
- "moduleResolution": "node",
17
- "esModuleInterop": true,
18
- "allowSyntheticDefaultImports": true,
19
- "experimentalDecorators": true,
20
- "sourceMap": true,
21
- "baseUrl": ".",
22
- "types": [
23
- "webpack-env"
24
- ],
25
- "paths": {
26
- "@/*": [
27
- "src/*"
28
- ]
29
- },
30
- "lib": [
31
- "esnext",
32
- "dom",
33
- "dom.iterable",
34
- "scripthost"
35
- ]
36
- },
37
- "include": [
38
- "src/**/*.ts",
39
- "src/**/*.tsx",
40
- "src/**/*.vue",
41
- "tests/**/*.ts",
42
- "tests/**/*.tsx"
43
- ],
44
- "exclude": [
45
- "node_modules"
46
- ]
9
+ const initTsConfigJson = `{
10
+ "compilerOptions": {
11
+ "target": "esnext",
12
+ "module": "esnext",
13
+ "strict": false,
14
+ "jsx": "preserve",
15
+ "importHelpers": true,
16
+ "moduleResolution": "node",
17
+ "esModuleInterop": true,
18
+ "allowSyntheticDefaultImports": true,
19
+ "experimentalDecorators": true,
20
+ "sourceMap": true,
21
+ "baseUrl": ".",
22
+ "types": [
23
+ "webpack-env"
24
+ ],
25
+ "paths": {
26
+ "@/*": [
27
+ "src/*"
28
+ ]
29
+ },
30
+ "lib": [
31
+ "esnext",
32
+ "dom",
33
+ "dom.iterable",
34
+ "scripthost"
35
+ ]
36
+ },
37
+ "include": [
38
+ "src/**/*.ts",
39
+ "src/**/*.tsx",
40
+ "src/**/*.vue",
41
+ "tests/**/*.ts",
42
+ "tests/**/*.tsx"
43
+ ],
44
+ "exclude": [
45
+ "node_modules"
46
+ ]
47
47
  }`;
48
48
  this.createFile(context.basePath, context.fileName, initTsConfigJson);
49
49
  return response;
@@ -6,26 +6,26 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
6
6
  class VueConfigJsGenerator extends abstract_file_generator_1.AbstractFileGenerator {
7
7
  generate(context) {
8
8
  const response = file_generator_response_1.FileGeneratorResponse.getNewEmptyInstance();
9
- const initTsConfigJson = `
10
- module.exports = {
11
- publicPath: './',
12
- outputDir: 'dist-rollup/${context.metaDataConfig.projectName.toLowerCase()}',
13
- assetsDir: 'static',
14
- indexPath: "index.html",
15
- runtimeCompiler: false,
16
- productionSourceMap: false,
17
- configureWebpack: {
18
- devtool: 'source-map'
19
- }
20
- /**
21
- * 打包检测打包内容
22
- */
23
- // chainWebpack: config => {
24
- // config
25
- // .plugin('webpack-bundle-analyzer')
26
- // .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
27
- // }
28
- }
9
+ const initTsConfigJson = `
10
+ module.exports = {
11
+ publicPath: './',
12
+ outputDir: 'dist-rollup/${context.metaDataConfig.projectName.toLowerCase()}',
13
+ assetsDir: 'static',
14
+ indexPath: "index.html",
15
+ runtimeCompiler: false,
16
+ productionSourceMap: false,
17
+ configureWebpack: {
18
+ devtool: 'source-map'
19
+ }
20
+ /**
21
+ * 打包检测打包内容
22
+ */
23
+ // chainWebpack: config => {
24
+ // config
25
+ // .plugin('webpack-bundle-analyzer')
26
+ // .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
27
+ // }
28
+ }
29
29
  `;
30
30
  this.createFile(context.basePath, context.fileName, initTsConfigJson);
31
31
  return response;
@@ -15,17 +15,17 @@ class VueBefProxyContent {
15
15
  if (!obj) {
16
16
  return;
17
17
  }
18
- const keys = `
19
- Id,
20
- Code,
21
- Name,
22
- Version,
23
- Description,
24
- BizObject,
25
- CriticalApplication,
26
- ServiceUnit,
27
- RouteUrl,
28
- Service
18
+ const keys = `
19
+ Id,
20
+ Code,
21
+ Name,
22
+ Version,
23
+ Description,
24
+ BizObject,
25
+ CriticalApplication,
26
+ ServiceUnit,
27
+ RouteUrl,
28
+ Service
29
29
  `;
30
30
  Object.keys(obj).forEach(key => {
31
31
  if (keys.includes(key)) {
@@ -14,24 +14,24 @@ class VueBefProxyOperationParameter {
14
14
  if (!obj) {
15
15
  return;
16
16
  }
17
- const keys = `Id,
18
- Code,
19
- Name,
20
- Description,
21
- IsCollection,
22
- IsRetVal,
23
- IsBasicType,
24
- ModelId,
25
- ModelCode,
26
- ModelName,
27
- RefId,
28
- RefCode,
29
- RefName,
30
- RefPath,
31
- RefFileName,
32
- ModelType,
33
- In,
34
- IsRequired,
17
+ const keys = `Id,
18
+ Code,
19
+ Name,
20
+ Description,
21
+ IsCollection,
22
+ IsRetVal,
23
+ IsBasicType,
24
+ ModelId,
25
+ ModelCode,
26
+ ModelName,
27
+ RefId,
28
+ RefCode,
29
+ RefName,
30
+ RefPath,
31
+ RefFileName,
32
+ ModelType,
33
+ In,
34
+ IsRequired,
35
35
  ListDeepth`;
36
36
  Object.keys(obj).forEach(key => {
37
37
  if (keys.includes(key)) {
@@ -16,19 +16,19 @@ class VueBefProxyOperation {
16
16
  if (!obj) {
17
17
  return;
18
18
  }
19
- const keys = `
20
- Id,
21
- Code,
22
- Name,
23
- Description,
24
- HttpMethod,
25
- Template,
26
- IsDeprecated,
27
- ResourceOpId,
28
- AssemblyInfo,
29
- Extend1,
30
- Extend2,
31
- Parameters
19
+ const keys = `
20
+ Id,
21
+ Code,
22
+ Name,
23
+ Description,
24
+ HttpMethod,
25
+ Template,
26
+ IsDeprecated,
27
+ ResourceOpId,
28
+ AssemblyInfo,
29
+ Extend1,
30
+ Extend2,
31
+ Parameters
32
32
  `;
33
33
  Object.keys(obj).forEach(key => {
34
34
  if (keys.includes(key)) {
@@ -16,15 +16,15 @@ class VueBefProxyService {
16
16
  if (!obj) {
17
17
  return;
18
18
  }
19
- const keys = `
20
- Id,
21
- ResourceId,
22
- ResourceType,
23
- ResourceCode,
24
- ResourceName,
25
- ResourcePath,
26
- ResourceFileName,
27
- Operations
19
+ const keys = `
20
+ Id,
21
+ ResourceId,
22
+ ResourceType,
23
+ ResourceCode,
24
+ ResourceName,
25
+ ResourcePath,
26
+ ResourceFileName,
27
+ Operations
28
28
  `;
29
29
  Object.keys(obj).forEach(key => {
30
30
  if (keys.includes(key)) {
@@ -15,8 +15,8 @@ class VueBefProxy {
15
15
  if (!obj) {
16
16
  return;
17
17
  }
18
- const keys = `
19
- content,name,restUri,proxyName
18
+ const keys = `
19
+ content,name,restUri,proxyName
20
20
  `;
21
21
  Object.keys(obj).forEach(key => {
22
22
  if (keys.includes(key)) {
@@ -17,8 +17,8 @@ class VuePageFlowEntity {
17
17
  if (!obj) {
18
18
  return;
19
19
  }
20
- const keys = `
21
- id,project,pages,entry
20
+ const keys = `
21
+ id,project,pages,entry
22
22
  `;
23
23
  Object.keys(obj).forEach(key => {
24
24
  if (keys.includes(key)) {
@@ -13,8 +13,8 @@ class VuePageFlowPage {
13
13
  if (!obj) {
14
14
  return;
15
15
  }
16
- const keys = `
17
- id,code,name,fileName,relativePath,routeUri,children,routeParams
16
+ const keys = `
17
+ id,code,name,fileName,relativePath,routeUri,children,routeParams
18
18
  `;
19
19
  Object.keys(obj).forEach(key => {
20
20
  if (keys.includes(key)) {
@@ -13,8 +13,8 @@ class VuePageFlowProject {
13
13
  if (!obj) {
14
14
  return;
15
15
  }
16
- const keys = `
17
- name
16
+ const keys = `
17
+ name
18
18
  `;
19
19
  Object.keys(obj).forEach(key => {
20
20
  if (keys.includes(key)) {
@@ -43,6 +43,7 @@ class VueInputComponent extends vue_base_component_1.VueBaseComponent {
43
43
  'rightTemplate',
44
44
  'extraTemplate',
45
45
  'formatter',
46
+ 'path'
46
47
  ];
47
48
  Object.keys(obj).forEach((key) => {
48
49
  if (keys.includes(key)) {
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/common.ts"],"names":[],"mappings":";;;AAAA,kEAA8D;AAC9D,qDAAgD;AAChD,gEAA0D;AAE1D,MAAa,iBAAkB,SAAQ,qCAAgB;IAGrD,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;QACD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAA;QACd,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,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;YACf,WAAW;SACZ,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,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,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,GAAG,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI;YACpC,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;YACpG,CAAC,CAAC,SAAS,CAAA;IAEf,CAAC;IAcD,QAAQ,CAAC,IAAS;QAChB,IAAG,IAAI,IAAI,uBAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YACpC,IAAI,IAAI,CAAC,IAAI,IAAI,UAAU,EAAE;gBAC3B,OAAO,IAAI,CAAC,KAAK,CAAA;aAClB;SACF;QACD,OAAO,IAAI,CAAA;IACb,CAAC;CACF;AAtFD,8CAsFC"}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/common.ts"],"names":[],"mappings":";;;AAAA,kEAA8D;AAC9D,qDAAgD;AAChD,gEAA0D;AAE1D,MAAa,iBAAkB,SAAQ,qCAAgB;IAGrD,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;QACD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAA;QACd,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,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;YACf,WAAW;YACX,MAAM;SACP,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,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,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,GAAG,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI;YACpC,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;YACpG,CAAC,CAAC,SAAS,CAAA;IAEf,CAAC;IAcD,QAAQ,CAAC,IAAS;QAChB,IAAG,IAAI,IAAI,uBAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YACpC,IAAI,IAAI,CAAC,IAAI,IAAI,UAAU,EAAE;gBAC3B,OAAO,IAAI,CAAC,KAAK,CAAA;aAClB;SACF;QACD,OAAO,IAAI,CAAA;IACb,CAAC;CACF;AAvFD,8CAuFC"}
@@ -19,7 +19,7 @@ class VueBaseComponent {
19
19
  if (!obj) {
20
20
  return;
21
21
  }
22
- const keys = 'id,visible,appearance,size,margin,padding,ref,scrollable';
22
+ const keys = 'id,visible,appearance,size,margin,padding,ref,scrollable,visibleControlledByRules,readonlyControlledByRules,requireControlledByRules,disableControlledByRules';
23
23
  Object.keys(obj).forEach((key) => {
24
24
  if (keys.includes(key)) {
25
25
  switch (key) {
@@ -1 +1 @@
1
- {"version":3,"file":"vue-base-component.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/vue-base-component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vue-base-component.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/vue-base-component.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
- root = true
2
-
3
- [*]
4
- charset = utf-8
5
- indent_style = space
6
- indent_size = 2
7
- end_of_line = lf
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ indent_style = space
6
+ indent_size = 2
7
+ end_of_line = lf
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
@@ -1,13 +1,13 @@
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
+ .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,7 +1,7 @@
1
- {
2
- "semi": true,
3
- "trailingComma": "all",
4
- "singleQuote": true,
5
- "printWidth": 120,
6
- "tabWidth": 2
1
+ {
2
+ "semi": true,
3
+ "trailingComma": "all",
4
+ "singleQuote": true,
5
+ "printWidth": 120,
6
+ "tabWidth": 2
7
7
  }
@@ -1,18 +1,18 @@
1
- # demo-rollup
2
-
3
- > A Vue.js project
4
-
5
- ## Build Setup
6
-
7
- ``` bash
8
- # install dependencies
9
- npm install
10
-
11
- # serve with hot reload at localhost:8080
12
- npm run dev
13
-
14
- # build for production with minification
15
- npm run build
16
- ```
17
-
18
- For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
1
+ # demo-rollup
2
+
3
+ > A Vue.js project
4
+
5
+ ## Build Setup
6
+
7
+ ``` bash
8
+ # install dependencies
9
+ npm install
10
+
11
+ # serve with hot reload at localhost:8080
12
+ npm run dev
13
+
14
+ # build for production with minification
15
+ npm run build
16
+ ```
17
+
18
+ For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
@@ -1,13 +1,13 @@
1
- module.exports = {
2
- presets: [
3
- [
4
- '@babel/env',
5
- {
6
- targets: '> 0.25%, not dead',
7
- modules: false,
8
- loose: true,
9
- },
10
- ],
11
- '@babel/typescript',
12
- ],
13
- };
1
+ module.exports = {
2
+ presets: [
3
+ [
4
+ '@babel/env',
5
+ {
6
+ targets: '> 0.25%, not dead',
7
+ modules: false,
8
+ loose: true,
9
+ },
10
+ ],
11
+ '@babel/typescript',
12
+ ],
13
+ };
@@ -1,10 +1,10 @@
1
- import { AppCreator } from '@farris/mobile-vue-adapter';
2
- import vant from "vant";
3
- import App from './app.vue'
4
- import router from './router'
5
- import FarrisMobileUI from '@farris/mobile-ui';
6
- import FarrisMobileBusinessUI from '@farris/mobile-business-ui';
7
-
8
- const app = AppCreator.createApp(App);
9
- app.use(router).use(vant).use(FarrisMobileUI).use(FarrisMobileBusinessUI)
1
+ import { AppCreator } from '@farris/mobile-vue-adapter';
2
+ import vant from "vant";
3
+ import App from './app.vue'
4
+ import router from './router'
5
+ import FarrisMobileUI from '@farris/mobile-ui';
6
+ import FarrisMobileBusinessUI from '@farris/mobile-business-ui';
7
+
8
+ const app = AppCreator.createApp(App);
9
+ app.use(router).use(vant).use(FarrisMobileUI).use(FarrisMobileBusinessUI)
10
10
  app.mount('#app')
@@ -1,32 +1,32 @@
1
-
2
-
3
- declare module '*.vue' {
4
- import { defineComponent } from 'vue'
5
- const component: ReturnType<typeof defineComponent>
6
- export default component
7
- }
8
-
9
- declare module 'vue/types/vue' {
10
- import { App, AppOptions, ViewModel, ViewModelOptions } from '@farris/mobile-devkit';
11
-
12
- interface Vue {
13
-
14
- $app: App;
15
-
16
- $viewModel: ViewModel;
17
-
18
- $createApp(options: AppOptions): void;
19
-
20
- $getApp(): App;
21
-
22
- $createViewModel(options: ViewModelOptions): void;
23
-
24
- $getViewModel(): ViewModel;
25
-
26
- [key: string]:any;
27
-
28
- }
29
-
30
- }
31
-
32
-
1
+
2
+
3
+ declare module '*.vue' {
4
+ import { defineComponent } from 'vue'
5
+ const component: ReturnType<typeof defineComponent>
6
+ export default component
7
+ }
8
+
9
+ declare module 'vue/types/vue' {
10
+ import { App, AppOptions, ViewModel, ViewModelOptions } from '@farris/mobile-devkit';
11
+
12
+ interface Vue {
13
+
14
+ $app: App;
15
+
16
+ $viewModel: ViewModel;
17
+
18
+ $createApp(options: AppOptions): void;
19
+
20
+ $getApp(): App;
21
+
22
+ $createViewModel(options: ViewModelOptions): void;
23
+
24
+ $getViewModel(): ViewModel;
25
+
26
+ [key: string]:any;
27
+
28
+ }
29
+
30
+ }
31
+
32
+
@@ -1,20 +1,20 @@
1
- {
2
- "compilerOptions": {
3
- "baseUrl": ".",
4
- "target": "ES3", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
5
- "module": "ESNext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
6
- "allowJs": true, /* Allow javascript files to be compiled. */
7
- "strict": true, /* Enable all strict type-checking options. */
8
- "noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
9
- "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
10
- "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
11
- "allowSyntheticDefaultImports": true,
12
- "skipLibCheck": true, /* Skip type checking of declaration files. */
13
- "experimentalDecorators": true,
14
- "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
15
- "importHelpers": true, /* Import emit helpers from 'tslib'. */
16
- "lib": ["ESNext","DOM","DOM.Iterable","ScriptHost"], /* Specify library files to be included in the compilation. */
17
- },
18
- "include": ["src/**/*"],
19
- "exclude": ["node_modules","dist"]
20
- }
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "target": "ES3", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
5
+ "module": "ESNext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
6
+ "allowJs": true, /* Allow javascript files to be compiled. */
7
+ "strict": true, /* Enable all strict type-checking options. */
8
+ "noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
9
+ "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
10
+ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
11
+ "allowSyntheticDefaultImports": true,
12
+ "skipLibCheck": true, /* Skip type checking of declaration files. */
13
+ "experimentalDecorators": true,
14
+ "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
15
+ "importHelpers": true, /* Import emit helpers from 'tslib'. */
16
+ "lib": ["ESNext","DOM","DOM.Iterable","ScriptHost"], /* Specify library files to be included in the compilation. */
17
+ },
18
+ "include": ["src/**/*"],
19
+ "exclude": ["node_modules","dist"]
20
+ }
@@ -1,9 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VueEntityNameCreator = void 0;
4
+ const toolhepler_1 = require("../../../../utility/toolhepler");
4
5
  class VueEntityNameCreator {
5
6
  constructor() { }
6
7
  static getEntityName(str) {
8
+ if (toolhepler_1.ToolHelper.isFirstNumber(str)) {
9
+ str = "Jit" + str;
10
+ }
7
11
  return str + "Entity";
8
12
  }
9
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"vue-entity-name-creator.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/utility/devkit/vue-entity-name-creator.ts"],"names":[],"mappings":";;;AAMA,MAAa,oBAAoB;IAE7B,gBAAwB,CAAC;IAQzB,MAAM,CAAC,aAAa,CAAC,GAAQ;QACzB,OAAO,GAAG,GAAG,QAAQ,CAAC;IAC1B,CAAC;CACJ;AAbD,oDAaC"}
1
+ {"version":3,"file":"vue-entity-name-creator.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/utility/devkit/vue-entity-name-creator.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAQ5D,MAAa,oBAAoB;IAE7B,gBAAwB,CAAC;IAQzB,MAAM,CAAC,aAAa,CAAC,GAAQ;QACzB,IAAI,uBAAU,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE;YAC/B,GAAG,GAAG,KAAK,GAAG,GAAG,CAAC;SACrB;QACD,OAAO,GAAG,GAAG,QAAQ,CAAC;IAC1B,CAAC;CACJ;AAhBD,oDAgBC"}