@farris/jit-engine 1.3.239 → 1.3.240

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 (251) hide show
  1. package/README.md +2 -4
  2. package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +2 -11
  3. package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js.map +1 -1
  4. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js +3 -8
  5. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js.map +1 -1
  6. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js +0 -3
  7. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js.map +1 -1
  8. package/lib/domstructure/ui/farris-fileupload-preview/farris-file-upload-preview.js +1 -10
  9. package/lib/domstructure/ui/farris-fileupload-preview/farris-file-upload-preview.js.map +1 -1
  10. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +3 -7
  11. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js.map +1 -1
  12. package/lib/domstructure/ui/list-filter/farris-list-filter.js +2 -3
  13. package/lib/domstructure/ui/list-filter/farris-list-filter.js.map +1 -1
  14. package/lib/domstructure/ui/listview/list-view.js +1 -1
  15. package/lib/domstructure/ui/listview/list-view.js.map +1 -1
  16. package/lib/domstructure/ui/section/section.js +0 -16
  17. package/lib/domstructure/ui/section/section.js.map +1 -1
  18. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  19. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  20. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  21. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  22. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  23. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  24. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  25. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  26. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  27. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  28. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  29. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  30. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  31. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  32. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  33. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  34. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  35. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  36. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  37. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  38. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  39. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  40. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  41. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  42. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  43. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  44. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  45. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  46. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  47. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  48. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  49. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  50. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  51. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  52. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  53. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  54. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  55. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  56. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  57. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  58. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  59. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  60. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  61. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  62. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  63. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  64. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  65. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  66. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  67. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  68. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  69. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  70. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  71. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  72. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  73. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  74. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  75. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  76. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  77. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  78. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  79. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  80. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  81. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  82. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  83. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  84. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  85. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  86. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  87. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  88. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  89. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  90. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  91. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  92. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  93. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  94. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  95. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  96. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  97. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  98. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  99. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  100. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  101. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  102. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  103. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  104. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  105. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  106. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  107. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  108. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  109. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  110. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  111. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  112. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  113. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  114. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  115. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  116. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  117. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  118. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  119. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  120. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  121. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  122. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  123. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  124. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  125. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  126. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  127. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  128. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  129. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  130. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  131. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  132. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  133. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  134. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  135. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  136. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  137. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  138. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  139. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  140. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  141. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  142. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  143. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  144. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  145. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  146. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  147. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  148. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  149. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  150. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  151. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  152. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  153. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  154. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  155. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  156. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  157. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  158. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  159. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  160. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  161. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  162. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  163. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  164. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  165. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  166. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  167. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  168. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  169. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  170. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  171. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  172. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  173. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  174. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  175. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  176. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  177. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  178. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  179. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  180. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  181. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  182. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  183. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  184. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  185. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  186. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  187. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  188. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  189. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  190. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  191. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  192. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  193. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  194. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  195. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  196. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  197. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  198. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  199. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  200. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  201. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  202. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  203. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  204. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  205. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  206. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  207. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  208. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  209. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  210. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  211. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  212. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  213. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  214. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  215. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  216. package/lib/mobileapp/vue/static/.gitignore +13 -0
  217. package/lib/template/ui/kendo/farris-combo-lookup.pug +1 -13
  218. package/lib/template/ui/kendo/farris-datagrid.pug +1 -2
  219. package/lib/template/ui/kendo/farris-file-upload-preview.pug +2 -2
  220. package/lib/template/ui/kendo/farris-light-list-filter.pug +1 -5
  221. package/lib/template/ui/kendo/farris-list-filter.pug +1 -6
  222. package/lib/template/ui/kendo/farris-list-view.pug +1 -6
  223. package/lib/template/ui/kendo/lookup.pug +1 -22
  224. package/lib/template/ui/kendo/section.pug +1 -6
  225. package/lib/template/ui/kendo/table/lookup.pug +1 -21
  226. package/lib/template/ui/mobilevue/footer.pug +10 -0
  227. package/lib/template/ui/mobilevue/label.pug +15 -0
  228. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  229. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  230. package/lib/utility/devkit/component-fileupload-preview-creator.js +0 -6
  231. package/lib/utility/devkit/component-fileupload-preview-creator.js.map +1 -1
  232. package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js +1 -97
  233. package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js.map +1 -1
  234. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
  235. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +1 -8
  236. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js.map +1 -1
  237. package/lib/utility/farris-datagrid/combo-lookup-editor.js +2 -3
  238. package/lib/utility/farris-datagrid/combo-lookup-editor.js.map +1 -1
  239. package/lib/utility/farris-datagrid/lookup-editor.js +2 -7
  240. package/lib/utility/farris-datagrid/lookup-editor.js.map +1 -1
  241. package/lib/utility/i18n/i18n-resource-manager.js +0 -6
  242. package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
  243. package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js +1 -1
  244. package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js.map +1 -1
  245. package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js +0 -146
  246. package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js.map +1 -1
  247. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +0 -12
  248. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js.map +1 -1
  249. package/lib/utility/template-generator/devkit/component-template-generator.js +2 -12
  250. package/lib/utility/template-generator/devkit/component-template-generator.js.map +1 -1
  251. package/package.json +1 -1
@@ -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,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"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCalendarInput = void 0;
4
+ const utility_1 = require("../../../../../utility");
5
+ const vue_input_component_1 = require("../vue-input-component");
6
+ class VueCalendarInput extends vue_input_component_1.VueInputComponent {
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 = 'value,firstDay,title,mark,event,events,view,valueType,theme,dayClick,render,useLunar,showType';
20
+ Object.keys(obj).forEach(key => {
21
+ if (keys.includes(key)) {
22
+ this[key] = utility_1.ToolHelper.isDef(obj[key]) ? obj[key] + '' : undefined;
23
+ }
24
+ });
25
+ }
26
+ }
27
+ exports.VueCalendarInput = VueCalendarInput;
28
+ //# sourceMappingURL=calendar-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/calendar-input.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,gEAA2D;AAE3D,MAAa,gBAAiB,SAAQ,uCAAiB;IAUnD,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,+FAA+F,CAAC;QAC7G,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,oBAAU,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;aACrE;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAjCD,4CAiCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCalendar = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueCalendar 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 = 'appearance,visible,value,firstDay,title,mark,event,events,view,valueType,theme,dayClick,render';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueCalendar = VueCalendar;
27
+ //# sourceMappingURL=calendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/calendar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,WAAY,SAAQ,qCAAgB;IAU7C,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,gGAAgG,CAAC;QAC9G,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;AAjCD,kCAiCC"}
@@ -0,0 +1,16 @@
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("./calendar"), exports);
14
+ __exportStar(require("./schedule"), exports);
15
+ __exportStar(require("./calendar-input"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA4B;AAC5B,6CAA4B;AAC5B,mDAAkC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueSchedule = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueSchedule 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 = 'appearance,visible,startTime,endTime,events,eventColor, onEventClick';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'events') {
22
+ this[key] = typeof obj[key] === 'string' ? obj[key] : JSON.stringify(obj[key]);
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ }
31
+ exports.VueSchedule = VueSchedule;
32
+ //# sourceMappingURL=schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/calendar/schedule.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,WAAY,SAAQ,qCAAgB;IAO7C,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,sEAAsE,CAAC;QACpF,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,CAAC,GAAG,CAAC,GAAG,OAAO,GAAG,CAAC,GAAG,CAAC,KAAK,QAAQ,CAAA,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBAChF;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAlCD,kCAkCC"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCard = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
6
+ const vue_object_creator_1 = require("../../../utility/vue-object-creator");
7
+ class VueCard extends vue_base_component_1.VueBaseComponent {
8
+ constructor(param) {
9
+ super(param);
10
+ let obj;
11
+ if (typeof param === 'string') {
12
+ obj = JSON.parse(param);
13
+ }
14
+ else {
15
+ obj = param;
16
+ }
17
+ if (!obj) {
18
+ return;
19
+ }
20
+ this.contents = [];
21
+ const keys = 'contents,title,collapse,icon,actions,visible,headerTemplate,footerTemplate';
22
+ Object.keys(obj).forEach((key) => {
23
+ if (keys.includes(key)) {
24
+ if (key === 'contents') {
25
+ obj[key].forEach((item) => {
26
+ const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
27
+ const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
28
+ if (domObj) {
29
+ const domValue = new domObj(item);
30
+ this.contents.push(domValue);
31
+ }
32
+ });
33
+ }
34
+ else if (key === 'actions') {
35
+ this[key] = obj[key] ? JSON.stringify(obj[key]) : undefined;
36
+ }
37
+ else {
38
+ this[key] = obj[key];
39
+ }
40
+ }
41
+ });
42
+ }
43
+ }
44
+ exports.VueCard = VueCard;
45
+ //# sourceMappingURL=card.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/card/card.ts"],"names":[],"mappings":";;;AAAA,8DAAwD;AACxD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,OAAQ,SAAQ,qCAAgB;IAS3C,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;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,4EAA4E,CAAA;QACzF,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,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBACI,IAAI,GAAG,KAAK,SAAS,EAAE;oBAC1B,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;iBAC5D;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA5CD,0BA4CC"}
@@ -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("./card"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/card/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAwB"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueCheckboxGroup = void 0;
4
+ const vue_input_component_1 = require("../vue-input-component");
5
+ class VueCheckboxGroup extends vue_input_component_1.VueInputComponent {
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 = 'checkerWidth,items,textField,valueField,direction,displayType';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'items') {
22
+ this[key] = JSON.stringify(obj[key]);
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ }
31
+ exports.VueCheckboxGroup = VueCheckboxGroup;
32
+ //# sourceMappingURL=checkbox-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,gBAAiB,SAAQ,uCAAiB;IASnD,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,+DAA+D,CAAC;QAC7E,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,OAAO,EAAG;oBAChB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AApCD,4CAoCC"}
@@ -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("./checkbox-group"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/checkbox/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAkC"}