@farris/jit-engine 1.4.11 → 1.4.14

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 (304) hide show
  1. package/README.md +4 -0
  2. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  3. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  4. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  5. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  6. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  7. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  8. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  9. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  10. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  11. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  12. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  13. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  14. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  15. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  16. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  17. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  18. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  19. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  20. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  21. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  22. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  23. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  24. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  25. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  26. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  27. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  28. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +14 -0
  29. package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
  30. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
  31. package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
  32. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +14 -0
  33. package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
  34. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
  35. package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
  36. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  37. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  38. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  39. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  40. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  41. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  42. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  43. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  44. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  45. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  46. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  47. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  48. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  49. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  50. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  51. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  52. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  53. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  54. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  55. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  56. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
  57. package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
  58. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
  59. package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
  60. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  61. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  62. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +27 -0
  63. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
  64. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +27 -0
  65. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
  66. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +27 -0
  67. package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
  68. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +28 -0
  69. package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
  70. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  71. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  72. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  73. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  74. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  75. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  76. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  77. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  78. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  79. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  80. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  81. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  82. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  83. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  84. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  85. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  86. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  87. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  88. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
  89. package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
  90. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +14 -0
  91. package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
  92. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js +14 -0
  93. package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js.map +1 -0
  94. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js +46 -0
  95. package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js.map +1 -0
  96. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +14 -0
  97. package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
  98. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +47 -0
  99. package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
  100. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  101. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  102. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  103. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  104. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  105. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  106. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  107. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  108. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  109. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  110. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  111. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  112. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  113. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  114. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  115. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  116. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  117. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  118. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  119. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  120. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  121. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  122. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  123. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  124. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  125. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  126. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  127. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  128. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  129. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  130. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  131. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  132. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  133. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  134. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  135. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  136. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  137. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  138. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  139. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  140. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  141. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  142. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  143. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  144. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  145. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  146. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  147. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  148. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  149. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  150. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  151. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  152. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  153. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  154. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  155. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  156. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  157. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  158. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  159. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  160. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  161. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  162. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  163. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  164. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  165. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  166. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  167. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  168. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  169. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  170. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  171. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  172. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  173. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  174. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  175. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  176. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  177. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  178. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  179. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  180. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  181. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  182. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  183. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  184. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  185. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  186. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  187. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  188. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  189. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  190. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  191. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  192. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  193. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  194. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  195. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  196. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  197. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  198. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  199. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  200. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  201. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  202. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  203. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  204. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  205. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  206. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  207. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  208. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  209. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  210. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  211. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  212. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  213. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  214. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  215. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  216. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  217. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  218. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  219. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  220. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  221. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  222. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  223. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  224. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  225. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  226. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  227. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  228. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  229. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  230. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  231. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  232. package/lib/template/ui/mobileapprove/content-container.pug +6 -3
  233. package/lib/template/ui/mobileapprove/detailheader-for-mobileapprove.pug +2 -1
  234. package/lib/template/ui/mobileapprove/panel-for-mobileapprove.pug +6 -0
  235. package/lib/template/ui/mobileapprove/statictext-for-mobileapprove.pug +15 -20
  236. package/lib/template/ui/mobilevue/area-picker.pug +53 -0
  237. package/lib/template/ui/mobilevue/avatar.pug +19 -0
  238. package/lib/template/ui/mobilevue/common/text-common.pug +80 -0
  239. package/lib/template/ui/mobilevue/fm-staff-info.pug +10 -0
  240. package/lib/template/ui/mobilevue/footer.pug +10 -0
  241. package/lib/template/ui/mobilevue/label.pug +12 -0
  242. package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
  243. package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
  244. package/lib/template/ui/mobilevue/layout-container.pug +11 -0
  245. package/lib/template/ui/mobilevue/page-content-container.pug +10 -0
  246. package/lib/template/ui/mobilevue/page-footer-container.pug +10 -0
  247. package/lib/template/ui/mobilevue/page-header-container.pug +10 -0
  248. package/lib/template/ui/mobilevue/show-image.pug +22 -0
  249. package/lib/template/ui/mobilevue/tag.pug +33 -0
  250. package/lib/template/ui/mobilevue/text.pug +118 -0
  251. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  252. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  253. package/lib/utility/mobile-approve/config-helper/form-jsonfile-reader.js +16 -16
  254. package/lib/utility/mobile-approve/config-helper/formatter-function-generator.js +67 -67
  255. package/lib/utility/mobile-approve/entity/attachment-panel-for-mobileapprove.js +51 -51
  256. package/lib/utility/mobile-approve/entity/base-mobile-approve.js +36 -36
  257. package/lib/utility/mobile-approve/entity/binding.js +25 -25
  258. package/lib/utility/mobile-approve/entity/child-detail-template.js +10 -10
  259. package/lib/utility/mobile-approve/entity/child-table-primary-relation.js +6 -6
  260. package/lib/utility/mobile-approve/entity/component-ref.js +33 -33
  261. package/lib/utility/mobile-approve/entity/component.js +55 -55
  262. package/lib/utility/mobile-approve/entity/content-container.js +61 -42
  263. package/lib/utility/mobile-approve/entity/content-container.js.map +1 -1
  264. package/lib/utility/mobile-approve/entity/detail-header-for-mobileapprove.js +123 -122
  265. package/lib/utility/mobile-approve/entity/detail-header-for-mobileapprove.js.map +1 -1
  266. package/lib/utility/mobile-approve/entity/detail-header-item.js +32 -32
  267. package/lib/utility/mobile-approve/entity/field-binding-parameter.js +24 -24
  268. package/lib/utility/mobile-approve/entity/fieldset-for-mobileapprove.js +42 -42
  269. package/lib/utility/mobile-approve/entity/fieldset-for-mobileapprove.js.map +1 -1
  270. package/lib/utility/mobile-approve/entity/flow-process-for-mobileapprove.js +34 -34
  271. package/lib/utility/mobile-approve/entity/flow-process-for-mobileapprove.js.map +1 -1
  272. package/lib/utility/mobile-approve/entity/html-panel-for-mobileapprove.js +48 -48
  273. package/lib/utility/mobile-approve/entity/html-template.js +25 -25
  274. package/lib/utility/mobile-approve/entity/index.js +31 -27
  275. package/lib/utility/mobile-approve/entity/index.js.map +1 -1
  276. package/lib/utility/mobile-approve/entity/module.js +39 -39
  277. package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js +101 -101
  278. package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js.map +1 -1
  279. package/lib/utility/mobile-approve/entity/panel-item-for-mobileapprove.js +38 -38
  280. package/lib/utility/mobile-approve/entity/person-avatar.js +24 -24
  281. package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js +71 -71
  282. package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js.map +1 -1
  283. package/lib/utility/mobile-approve/generator/dom-generator.js +20 -20
  284. package/lib/utility/mobile-approve/mobile-approve-manager.js +54 -50
  285. package/lib/utility/mobile-approve/mobile-approve-manager.js.map +1 -1
  286. package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js +441 -430
  287. package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js.map +1 -1
  288. package/lib/utility/mobile-approve/template-generator/abstract-template-generator.js +6 -6
  289. package/lib/utility/mobile-approve/template-generator/component-template-generator.js +10 -10
  290. package/lib/utility/mobile-approve/template-generator/content-container-template-generator.js +10 -10
  291. package/lib/utility/mobile-approve/template-generator/detailheader-for-mobileapprove-template-generator.js +10 -10
  292. package/lib/utility/mobile-approve/template-generator/i-template-generator.js +2 -2
  293. package/lib/utility/mobile-approve/template-generator/index-html-generator.js +585 -582
  294. package/lib/utility/mobile-approve/template-generator/index-html-generator.js.map +1 -1
  295. package/lib/utility/mobile-approve/template-generator/index.js +17 -13
  296. package/lib/utility/mobile-approve/template-generator/index.js.map +1 -1
  297. package/lib/utility/mobile-approve/template-generator/mobile-approve-templateconfig.js +39 -39
  298. package/lib/utility/mobile-approve/template-generator/panel-for-mobileapprove-template-generator.js +10 -10
  299. package/lib/utility/mobile-approve/template-generator/static-text-for-mobileapprove-template-generator.js +10 -10
  300. package/lib/utility/mobile-approve/template-generator/template-generator-factory.js +39 -39
  301. package/lib/utility/mobile-approve/template-generator/template-generator-manager.js +31 -31
  302. package/lib/utility/mobile-approve/template-generator/template-generator-type.js +11 -11
  303. package/package.json +1 -1
  304. package/lib/mobileapp/vue/static/.gitignore +0 -13
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ 1.4.14
2
+
3
+ 移动审批支持设置主题、字段收折、最大显示字数、日志导航等
4
+
1
5
  1.4.9
2
6
 
3
7
  PC按钮权限特性支持
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueActionBar = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueActionBar extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'disabled,visible,toolbar';
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'toolbar') {
22
+ this['btns'] = this.toString(this.genBtns(obj[key].items));
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ genBtns(items) {
31
+ return items.map((item) => {
32
+ return {
33
+ text: item.text ? item.text : "''",
34
+ icon: item.iconType ? item.iconType : "''",
35
+ handler: item.click ? item.click : () => { },
36
+ disabled: item.disabled ? item.disabled : false,
37
+ visible: item.visible === false ? item.visible : true,
38
+ type: item.showType ? item.showType : 'primary'
39
+ };
40
+ });
41
+ }
42
+ toString(arr) {
43
+ return `[${arr.map(obj => {
44
+ const keys = Object.keys(obj);
45
+ return `{${keys.map(key => {
46
+ if (key === 'handler' || key === 'disabled') {
47
+ return `"${key}": ${obj[key]}`;
48
+ }
49
+ else {
50
+ return `"${key}": "${obj[key]}"`;
51
+ }
52
+ }).join(',')}}`;
53
+ }).join(',')}]`;
54
+ }
55
+ }
56
+ exports.VueActionBar = VueActionBar;
57
+ //# sourceMappingURL=action-bar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-bar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/action-bar/action-bar.ts"],"names":[],"mappings":";;;AAAA,8DAAwD;AAExD,MAAa,YAAa,SAAQ,qCAAgB;IAKhD,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,0BAA0B,CAAA;QACvC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,GAAG,KAAK,SAAS,EAAE;oBACrB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAA;iBAC3D;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;IACD,OAAO,CAAC,KAAY;QAClB,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACxB,OAAO;gBACL,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI;gBAClC,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI;gBAC1C,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAA,CAAC,CAAC,GAAE,EAAE,GAAC,CAAC;gBACxC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAA,CAAC,CAAC,KAAK;gBAC9C,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAA,CAAC,CAAC,IAAI;gBACpD,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;aAChD,CAAA;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;IACD,QAAQ,CAAC,GAAU;QACjB,OAAO,IACH,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;YACV,MAAM,IAAI,GAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC/B,OAAO,IACH,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;gBACX,IAAG,GAAG,KAAG,SAAS,IAAI,GAAG,KAAG,UAAU,EAAE;oBACpC,OAAO,IAAI,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,EAAE,CAAA;iBACjC;qBAAM;oBACH,OAAO,IAAI,GAAG,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG,CAAA;iBACnC;YACL,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CACf,GAAG,CAAA;QACP,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CACf,GAAG,CAAA;IACL,CAAC;CACF;AA1DD,oCA0DC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./action-bar"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/action-bar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA8B"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueApprovalInfo = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueApprovalInfo extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'visible,code,name,icon,releaseDate,description';
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueApprovalInfo = VueApprovalInfo;
27
+ //# sourceMappingURL=approval-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approval-info.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/approval/approval-info.ts"],"names":[],"mappings":";;;AAAA,8DAAwD;AAExD,MAAa,eAAgB,SAAQ,qCAAgB;IAGnD,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,gDAAgD,CAAA;QAC7D,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAxBD,0CAwBC"}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueApprovalLogs = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueApprovalLogs extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'visible,title,dataId';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'dataId') {
22
+ let dataType = '';
23
+ switch (obj.dataId.type.toLowerCase()) {
24
+ case 'form':
25
+ dataType = 'currentEntityData';
26
+ break;
27
+ case 'variable':
28
+ dataType = 'uiState';
29
+ break;
30
+ default:
31
+ dataType = 'currentEntityData';
32
+ break;
33
+ }
34
+ const bindingPath = obj.dataId.bindingPath;
35
+ const dataId = bindingPath ? `${dataType}.${obj.dataId.bindingPath}` : undefined;
36
+ this[key] = dataId;
37
+ }
38
+ else {
39
+ this[key] = obj[key];
40
+ }
41
+ }
42
+ });
43
+ }
44
+ }
45
+ exports.VueApprovalLogs = VueApprovalLogs;
46
+ //# sourceMappingURL=approval-logs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approval-logs.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/approval/approval-logs.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,eAAgB,SAAQ,qCAAgB;IAGjD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,sBAAsB,CAAC;QACpC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,QAAQ,EAAE;oBACjB,IAAI,QAAQ,GAAG,EAAE,CAAA;oBACjB,QAAQ,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE;wBACnC,KAAK,MAAM;4BACP,QAAQ,GAAG,mBAAmB,CAAA;4BAC9B,MAAM;wBACV,KAAK,UAAU;4BACX,QAAQ,GAAG,SAAS,CAAA;4BACpB,MAAM;wBACV;4BACI,QAAQ,GAAG,mBAAmB,CAAA;4BAC9B,MAAM;qBACb;oBACD,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,CAAA;oBAC1C,MAAM,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,GAAG,QAAQ,IAAI,GAAG,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;oBAChF,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAA;iBACrB;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA5CD,0CA4CC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./approval-logs"), exports);
14
+ __exportStar(require("./approval-info"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/approval/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAiC;AACjC,kDAAiC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAttachmentEntry = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueAttachmentEntry extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'visible,attachmentPath,removable,upload,selectChange,remove,binding,disabled,rootId,direction,externalVideoUrl';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueAttachmentEntry = VueAttachmentEntry;
27
+ //# sourceMappingURL=attachment-entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment-entry.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/attachment-entry.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,kBAAmB,SAAQ,qCAAgB;IASpD,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,gHAAgH,CAAC;QAC9H,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;AA7BD,gDA6BC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAttachmentFile = void 0;
4
+ const lodash_1 = require("lodash");
5
+ const vue_base_component_1 = require("../vue-base-component");
6
+ class VueAttachmentFile 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 = `title,visible,attachmentPath,disabled,removable,remove,afterAppendFile,
20
+ binding,parentDirName,rootId,maxSize,maxCount,allowMaxSize,allowMaxCount,uploadOptions,data,sizeList`;
21
+ Object.keys(obj).forEach((key) => {
22
+ if (keys.includes(key)) {
23
+ this[key] = lodash_1.isObject(obj[key]) ? JSON.stringify(obj[key]).replace(/"/g, "'") : obj[key];
24
+ }
25
+ });
26
+ }
27
+ }
28
+ exports.VueAttachmentFile = VueAttachmentFile;
29
+ //# sourceMappingURL=attachment-file.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment-file.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/attachment-file.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,8DAAwD;AAExD,MAAa,iBAAkB,SAAQ,qCAAgB;IAYrD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAE;yGACyF,CAAA;QACrG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAI,iBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;aACzF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAjCD,8CAiCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAttachmentUploader = void 0;
4
+ const attachment_file_1 = require("./attachment-file");
5
+ class VueAttachmentUploader extends attachment_file_1.VueAttachmentFile {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = `title,binding`;
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueAttachmentUploader = VueAttachmentUploader;
27
+ //# sourceMappingURL=attachment-uploader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment-uploader.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAErD,MAAa,qBAAsB,SAAQ,mCAAiB;IAE1D,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG,eAAe,CAAA;QAC5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAtBD,sDAsBC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAttachment = void 0;
4
+ const lodash_1 = require("lodash");
5
+ const vue_base_component_1 = require("../vue-base-component");
6
+ class VueAttachment 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 = `visible,attachmentPath,multiple,accept,disabled,uploadInfo,remove,selectChange,afterAppendFile,
20
+ binding,parentDirName,rootId,pattern,cloudPlus,ccWork,externalVideoUrl`;
21
+ Object.keys(obj).forEach((key) => {
22
+ if (keys.includes(key)) {
23
+ this[key] = lodash_1.isObject(obj[key]) ? JSON.stringify(obj[key]).replace(/"/g, "'") : obj[key];
24
+ }
25
+ });
26
+ }
27
+ }
28
+ exports.VueAttachment = VueAttachment;
29
+ //# sourceMappingURL=attachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/attachment.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,8DAAwD;AAExD,MAAa,aAAc,SAAQ,qCAAgB;IAYjD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAE;2EAC2D,CAAA;QACvE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAI,iBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;aACzF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAjCD,sCAiCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueImageUploader = void 0;
4
+ const attachment_file_1 = require("./attachment-file");
5
+ class VueImageUploader extends attachment_file_1.VueAttachmentFile {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = `title,binding`;
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueImageUploader = VueImageUploader;
27
+ //# sourceMappingURL=image-uploader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-uploader.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/image-uploader.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAErD,MAAa,gBAAiB,SAAQ,mCAAiB;IAErD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG,eAAe,CAAA;QAC5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAtBD,4CAsBC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./attachment"), exports);
14
+ __exportStar(require("./attachment-entry"), exports);
15
+ __exportStar(require("./attachment-file"), exports);
16
+ __exportStar(require("./attachment-uploader"), exports);
17
+ __exportStar(require("./image-uploader"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/attachment/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA6B;AAC7B,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./vue-banner"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/banner/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA6B"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueBanner = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueBanner extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = `title,subTitle,completed,backgroudImg`;
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueBanner = VueBanner;
27
+ //# sourceMappingURL=vue-banner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-banner.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/banner/vue-banner.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,SAAU,SAAQ,qCAAgB;IAG3C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,uCAAuC,CAAC;QACrD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAvBD,8BAuBC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./label"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/label/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAyB"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueLabel = void 0;
4
+ const vue_base_component_1 = require("../../vue-base-component");
5
+ class VueLabel extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ var _a;
8
+ super(param);
9
+ this.round = true;
10
+ this.block = true;
11
+ let obj;
12
+ if (typeof param === 'string') {
13
+ obj = JSON.parse(param);
14
+ }
15
+ else {
16
+ obj = param;
17
+ }
18
+ if (!obj) {
19
+ return;
20
+ }
21
+ const keys = 'text,fontSize,fontWeight,lineHeight,semanticColor';
22
+ Object.keys(obj).forEach(key => {
23
+ if (keys.includes(key)) {
24
+ this[key] = obj[key];
25
+ }
26
+ });
27
+ this.fontSize && this.addStyle(`font-size: ${this.fontSize}px;`);
28
+ this.fontWeight && this.addStyle(`font-weight: ${this.fontWeight};`);
29
+ this.lineHeight && this.addStyle(`line-height: ${this.lineHeight}px;`);
30
+ this.semanticColor && this.addStyle(`color: ${this.semanticColor};`);
31
+ ((_a = this.padding) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.padding.getStyle());
32
+ }
33
+ }
34
+ exports.VueLabel = VueLabel;
35
+ //# sourceMappingURL=label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/label/label.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,QAAS,SAAQ,qCAAgB;IAS1C,YAAY,KAAU;;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QARjB,UAAK,GAAG,IAAI,CAAC;QACb,UAAK,GAAG,IAAI,CAAC;QAST,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,mDAAmD,CAAC;QACjE,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,CAAA;QACF,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,cAAc,IAAI,CAAC,QAAQ,KAAK,CAAC,CAAA;QAChE,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,CAAC,gBAAgB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAA;QACpE,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,CAAC,gBAAgB,IAAI,CAAC,UAAU,KAAK,CAAC,CAAA;QACtE,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,IAAI,CAAC,aAAa,GAAG,CAAC,CAAA;QACpE,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;IACpE,CAAC;CAGJ;AArCD,4BAqCC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./tag"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tag/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wCAAuB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueTag = void 0;
4
+ const vue_base_component_1 = require("../../vue-base-component");
5
+ class VueTag extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ this.round = true;
9
+ this.block = true;
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 = 'displayType, binding,formatter, tagSize, tagColor';
21
+ Object.keys(obj).forEach(key => {
22
+ if (keys.includes(key)) {
23
+ this[key] = obj[key];
24
+ }
25
+ if (key === 'formatter') {
26
+ if (obj[key]) {
27
+ for (const prop in obj[key]) {
28
+ if (obj[key][prop] === null || obj[key][prop] === undefined || obj[key][prop] === '') {
29
+ delete obj[key][prop];
30
+ }
31
+ }
32
+ if (obj[key]['dateFormat']) {
33
+ obj[key]['format'] = obj[key]['dateFormat'];
34
+ delete obj[key]['dateFormat'];
35
+ }
36
+ }
37
+ }
38
+ });
39
+ }
40
+ }
41
+ exports.VueTag = VueTag;
42
+ //# sourceMappingURL=tag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tag/tag.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,MAAO,SAAQ,qCAAgB;IASxC,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QARjB,UAAK,GAAG,IAAI,CAAC;QACb,UAAK,GAAG,IAAI,CAAC;QAST,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,mDAAmD,CAAC;QACjE,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;YACD,IAAI,GAAG,KAAK,WAAW,EAAE;gBACrB,IAAG,GAAG,CAAC,GAAG,CAAC,EAAC;oBACR,KAAK,MAAM,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;wBACzB,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,SAAS,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE;4BACpF,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;yBACvB;qBACJ;oBACD,IAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,EAAC;wBACtB,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;wBAC5C,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;qBACjC;iBACJ;aACJ;QAEL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA9CD,wBA8CC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueButton = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueButton extends vue_base_component_1.VueBaseComponent {
6
+ constructor(param) {
7
+ super(param);
8
+ let obj;
9
+ if (typeof param === 'string') {
10
+ obj = JSON.parse(param);
11
+ }
12
+ else {
13
+ obj = param;
14
+ }
15
+ if (!obj) {
16
+ return;
17
+ }
18
+ const keys = 'text,disabled,type,click,visible,template,displayType';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueButton = VueButton;
27
+ //# sourceMappingURL=button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/button/button.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,SAAU,SAAQ,qCAAgB;IAQ3C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,uDAAuD,CAAC;QACrE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA/BD,8BA+BC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./button"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA0B"}