@farris/jit-engine 1.3.243 → 1.3.244

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 (263) hide show
  1. package/README.md +4 -0
  2. package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +11 -2
  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 +8 -3
  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 +3 -0
  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 +16 -1
  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 +7 -3
  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 +3 -2
  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 +16 -0
  17. package/lib/domstructure/ui/section/section.js.map +1 -1
  18. package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js.map +1 -1
  19. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
  20. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
  21. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
  22. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
  23. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
  24. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
  25. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
  26. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
  27. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
  28. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
  29. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
  30. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
  31. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
  32. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
  33. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
  34. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
  35. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
  36. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
  37. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
  38. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
  39. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
  40. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
  41. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
  42. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
  43. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
  44. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
  45. package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
  46. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
  47. package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
  48. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
  49. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
  50. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
  51. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
  52. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
  53. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
  54. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
  55. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
  56. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
  57. package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
  58. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
  59. package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
  60. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
  61. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
  62. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
  63. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
  64. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
  65. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +57 -0
  66. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
  67. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +14 -0
  68. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
  69. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
  70. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
  71. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
  72. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
  73. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
  74. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
  75. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
  76. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
  77. package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
  78. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
  79. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
  80. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
  81. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
  82. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
  83. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
  84. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +1 -0
  85. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +42 -0
  86. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
  87. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
  88. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
  89. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
  90. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
  91. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
  92. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
  93. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
  94. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
  95. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
  96. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
  97. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
  98. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
  99. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
  100. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
  101. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
  102. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
  103. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
  104. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
  105. package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
  106. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
  107. package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
  108. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
  109. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
  110. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
  111. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
  112. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
  113. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
  114. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
  115. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
  116. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
  117. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
  118. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
  119. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
  120. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
  121. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
  122. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
  123. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
  124. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
  125. package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
  126. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
  127. package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
  128. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
  129. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
  130. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
  131. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
  132. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
  133. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
  134. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
  135. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
  136. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
  137. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
  138. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
  139. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
  140. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
  141. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
  142. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
  143. package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
  144. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
  145. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
  146. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
  147. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
  148. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
  149. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
  150. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
  151. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
  152. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
  153. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
  154. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
  155. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
  156. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
  157. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
  158. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
  159. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
  160. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
  161. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
  162. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
  163. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
  164. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
  165. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
  166. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
  167. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
  168. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
  169. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
  170. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
  171. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
  172. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
  173. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
  174. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
  175. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
  176. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
  177. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
  178. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
  179. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
  180. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
  181. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
  182. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
  183. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
  184. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
  185. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
  186. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
  187. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
  188. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
  189. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
  190. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
  191. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
  192. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
  193. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
  194. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
  195. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
  196. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
  197. package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
  198. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
  199. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
  200. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
  201. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
  202. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
  203. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
  204. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
  205. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
  206. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
  207. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
  208. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
  209. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
  210. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
  211. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
  212. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
  213. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
  214. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
  215. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
  216. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
  217. package/lib/mobileapp/vue/static/.gitignore +13 -0
  218. package/lib/template/ui/kendo/farris-combo-lookup.pug +13 -1
  219. package/lib/template/ui/kendo/farris-datagrid.pug +2 -1
  220. package/lib/template/ui/kendo/farris-file-upload-preview.pug +4 -2
  221. package/lib/template/ui/kendo/farris-light-list-filter.pug +5 -1
  222. package/lib/template/ui/kendo/farris-list-filter.pug +6 -1
  223. package/lib/template/ui/kendo/farris-list-view.pug +6 -1
  224. package/lib/template/ui/kendo/lookup.pug +22 -1
  225. package/lib/template/ui/kendo/section.pug +6 -1
  226. package/lib/template/ui/kendo/table/farris-combo-list.pug +12 -1
  227. package/lib/template/ui/kendo/table/lookup.pug +21 -1
  228. package/lib/template/ui/mobilevue/footer.pug +10 -0
  229. package/lib/template/ui/mobilevue/label.pug +15 -0
  230. package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
  231. package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
  232. package/lib/utility/devkit/component-fileupload-preview-creator.js +6 -0
  233. package/lib/utility/devkit/component-fileupload-preview-creator.js.map +1 -1
  234. package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js +97 -1
  235. package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js.map +1 -1
  236. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
  237. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +8 -1
  238. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js.map +1 -1
  239. package/lib/utility/devkit/component-parameter-collector/farris-radiogroup-collector.js +2 -1
  240. package/lib/utility/devkit/component-parameter-collector/farris-radiogroup-collector.js.map +1 -1
  241. package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js +1 -0
  242. package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js.map +1 -1
  243. package/lib/utility/farris-datagrid/combo-lookup-editor.js +3 -2
  244. package/lib/utility/farris-datagrid/combo-lookup-editor.js.map +1 -1
  245. package/lib/utility/farris-datagrid/lookup-editor.js +7 -2
  246. package/lib/utility/farris-datagrid/lookup-editor.js.map +1 -1
  247. package/lib/utility/i18n/i18n-resource-manager.js +6 -0
  248. package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
  249. package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js +1 -1
  250. package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js.map +1 -1
  251. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +2 -2
  252. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js.map +1 -1
  253. package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js +146 -0
  254. package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js.map +1 -1
  255. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +12 -0
  256. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js.map +1 -1
  257. package/lib/utility/template-generator/devkit/component-generator/component-radiogroup-parameter-generator.js +8 -1
  258. package/lib/utility/template-generator/devkit/component-generator/component-radiogroup-parameter-generator.js.map +1 -1
  259. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js +5 -0
  260. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js.map +1 -1
  261. package/lib/utility/template-generator/devkit/component-template-generator.js +12 -2
  262. package/lib/utility/template-generator/devkit/component-template-generator.js.map +1 -1
  263. package/package.json +56 -85
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueTextBox = void 0;
4
+ const vue_input_component_1 = require("../vue-input-component");
5
+ class VueTextBox 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 = 'extra,rightTemplate';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueTextBox = VueTextBox;
27
+ //# sourceMappingURL=text-box.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-box.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-box/text-box.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,UAAW,SAAQ,uCAAiB;IAa7C,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,qBAAqB,CAAC;QACnC,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;AApCD,gCAoCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueTextScan = void 0;
4
+ const vue_input_component_1 = require("../vue-input-component");
5
+ class VueTextScan 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 = '';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueTextScan = VueTextScan;
27
+ //# sourceMappingURL=text-scan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-scan.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-box/text-scan.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,WAAY,SAAQ,uCAAiB;IAa9C,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,EAAE,CAAC;QAChB,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;AApCD,kCAoCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueTextTelphone = void 0;
4
+ const vue_input_component_1 = require("../vue-input-component");
5
+ class VueTextTelphone 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 = '';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VueTextTelphone = VueTextTelphone;
27
+ //# sourceMappingURL=text-telphone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-telphone.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-box/text-telphone.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,eAAgB,SAAQ,uCAAiB;IAalD,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,EAAE,CAAC;QAChB,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;AApCD,0CAoCC"}
@@ -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("./vue-toolbar"), exports);
14
+ __exportStar(require("./vue-toolbar-item"), exports);
15
+ __exportStar(require("./vue-toolbar-area"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,qDAAmC;AACnC,qDAAmC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueToolBarArea = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueToolBarArea 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 = 'displayType,items,visible';
19
+ Object.keys(obj).forEach((key) => {
20
+ if (keys.includes(key)) {
21
+ if (key === 'items') {
22
+ const target = obj[key] ? JSON.stringify(obj[key]) : '';
23
+ this[key] = target.replace(/(click":)("[A-Za-z0-9]+")/g, (arg1, arg2, arg3) => {
24
+ return arg2 + arg3.replace(/"/g, "");
25
+ });
26
+ }
27
+ else {
28
+ this[key] = obj[key];
29
+ }
30
+ }
31
+ });
32
+ }
33
+ }
34
+ exports.VueToolBarArea = VueToolBarArea;
35
+ //# sourceMappingURL=vue-toolbar-area.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-toolbar-area.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.ts"],"names":[],"mappings":";;;AAAA,8DAAwD;AAKxD,MAAa,cAAe,SAAQ,qCAAgB;IAIlD,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;QACD,MAAM,IAAI,GAAG,2BAA2B,CAAA;QACxC,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,OAAO,EAAE;oBACnB,MAAM,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;oBACvD,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,4BAA4B,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,EAAE;wBAC3E,OAAQ,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;oBACvC,CAAC,CAAC,CAAA;iBACH;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA9BD,wCA8BC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueToolBarItem = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ class VueToolBarItem 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 = 'disable,text,visible,click,iconType';
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ if (key == "iconType") {
22
+ this[key] = obj[key] ? 'fm-icon fm-icon-' + obj[key].toLowerCase() : '';
23
+ }
24
+ else {
25
+ this[key] = obj[key];
26
+ }
27
+ }
28
+ });
29
+ }
30
+ }
31
+ exports.VueToolBarItem = VueToolBarItem;
32
+ //# sourceMappingURL=vue-toolbar-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-toolbar-item.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAGzD,MAAa,cAAe,SAAQ,qCAAgB;IAOhD,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,qCAAqC,CAAC;QACnD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,IAAI,UAAU,EAAE;oBACnB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,kBAAkB,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;iBAC3E;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAEJ;AAhCD,wCAgCC"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueToolBar = void 0;
4
+ const vue_base_component_1 = require("../vue-base-component");
5
+ const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
6
+ const vue_object_creator_1 = require("../../../utility/vue-object-creator");
7
+ class VueToolBar extends vue_base_component_1.VueBaseComponent {
8
+ constructor(param) {
9
+ super(param);
10
+ let obj;
11
+ if (typeof param === 'string') {
12
+ obj = JSON.parse(param);
13
+ }
14
+ else {
15
+ obj = param;
16
+ }
17
+ if (!obj) {
18
+ return;
19
+ }
20
+ this.contents = [];
21
+ const keys = 'contents,title,visible';
22
+ Object.keys(obj).forEach(key => {
23
+ if (keys.includes(key)) {
24
+ if (key === 'contents') {
25
+ obj[key].forEach((item) => {
26
+ const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
27
+ const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
28
+ if (domObj) {
29
+ const domValue = new domObj(item);
30
+ this.contents.push(domValue);
31
+ }
32
+ });
33
+ }
34
+ else {
35
+ this[key] = obj[key];
36
+ }
37
+ }
38
+ });
39
+ }
40
+ }
41
+ exports.VueToolBar = VueToolBar;
42
+ //# sourceMappingURL=vue-toolbar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,UAAW,SAAQ,qCAAgB;IAI5C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,wBAAwB,CAAC;QACtC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IA8BP,CAAC;CACJ;AAhED,gCAgEC"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueInputComponent = void 0;
4
+ const toolhepler_1 = require("../../../../utility/toolhepler");
5
+ const vue_base_component_1 = require("./vue-base-component");
6
+ class VueInputComponent extends vue_base_component_1.VueBaseComponent {
7
+ constructor(param) {
8
+ super(param);
9
+ let obj;
10
+ if (typeof param === 'string') {
11
+ obj = JSON.parse(param);
12
+ }
13
+ else {
14
+ obj = param;
15
+ }
16
+ if (!obj) {
17
+ return;
18
+ }
19
+ const keys = [
20
+ 'id',
21
+ 'title',
22
+ 'visible',
23
+ 'disable',
24
+ 'readonly',
25
+ 'editable',
26
+ 'require',
27
+ 'placeholder',
28
+ 'labelWidth',
29
+ 'direction',
30
+ 'binding',
31
+ 'labelTips',
32
+ 'modelValue',
33
+ 'minValue',
34
+ 'maxValue',
35
+ 'change',
36
+ 'isTextArea',
37
+ 'validationRules',
38
+ 'leftTemplate',
39
+ 'labelTemplate',
40
+ 'inputTemplate',
41
+ 'rightTemplate',
42
+ 'extraTemplate',
43
+ ];
44
+ Object.keys(obj).forEach((key) => {
45
+ if (keys.includes(key)) {
46
+ switch (key) {
47
+ case 'visible':
48
+ this[key] = this.formatValue(obj[key], 'visible');
49
+ break;
50
+ case 'readonly':
51
+ this[key] = this.formatValue(obj[key], 'readonly');
52
+ break;
53
+ case 'require':
54
+ this[key] = this.formatValue(obj[key], 'required');
55
+ break;
56
+ default:
57
+ this[key] = obj[key];
58
+ break;
59
+ }
60
+ }
61
+ });
62
+ this.errorMessage =
63
+ this.binding && this.binding.path
64
+ ? `form.${this.binding.path}.validationResult && form.${this.binding.path}.validationResult.message`
65
+ : undefined;
66
+ this.className =
67
+ (this.appearance.class ? this.appearance.class : '') +
68
+ ' ' +
69
+ (this.direction === 'vertical' ? 'fm-input-vertical' : '');
70
+ }
71
+ formatValue(value, name) {
72
+ if (value && toolhepler_1.ToolHelper.isObject(value)) {
73
+ if (value.type === 'Expression') {
74
+ return `form.${this.binding.path}.${name}`;
75
+ }
76
+ }
77
+ return value;
78
+ }
79
+ }
80
+ exports.VueInputComponent = VueInputComponent;
81
+ //# sourceMappingURL=vue-input-component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-input-component.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/vue-input-component.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAC3D,6DAAuD;AAEvD,MAAa,iBAAkB,SAAQ,qCAAgB;IASrD,YAAY,KAAU;QACpB,KAAK,CAAC,KAAK,CAAC,CAAA;QAEZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,SAAS;YACT,SAAS;YACT,UAAU;YACV,UAAU;YACV,SAAS;YACT,aAAa;YACb,YAAY;YACZ,WAAW;YACX,SAAS;YACT,WAAW;YACX,YAAY;YACZ,UAAU;YACV,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,eAAe;YACf,eAAe;YACf,eAAe;SAChB,CAAA;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,CAAA;wBACjD,MAAK;oBACP,KAAK,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QACF,IAAI,CAAC,YAAY;YACf,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI;gBAC/B,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;gBACpG,CAAC,CAAC,SAAS,CAAA;QACf,IAAI,CAAC,SAAS;YACZ,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG;gBACH,CAAC,IAAI,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC9D,CAAC;IACD,WAAW,CAAC,KAAU,EAAE,IAAY;QAClC,IAAI,KAAK,IAAI,uBAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;YACvC,IAAI,KAAK,CAAC,IAAI,KAAK,YAAY,EAAE;gBAC/B,OAAO,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,EAAE,CAAA;aAC3C;SACF;QACD,OAAO,KAAK,CAAA;IACd,CAAC;CACF;AAnFD,8CAmFC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-project-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-project-data.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/i-project-data.ts"],"names":[],"mappings":""}
@@ -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-page-flow-entity"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAwC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VuePageFlowConvertor = void 0;
4
+ const vue_page_flow_entity_1 = require("./vue-page-flow-entity");
5
+ class VuePageFlowConvertor {
6
+ static convert(pageFlowParameter) {
7
+ return new vue_page_flow_entity_1.VuePageFlowEntity(pageFlowParameter);
8
+ }
9
+ }
10
+ exports.VuePageFlowConvertor = VuePageFlowConvertor;
11
+ //# sourceMappingURL=vue-page-flow-convertor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-page-flow-convertor.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.ts"],"names":[],"mappings":";;;AAAA,iEAA2D;AAE3D,MAAa,oBAAoB;IAC7B,MAAM,CAAC,OAAO,CAAC,iBAAsB;QACjC,OAAO,IAAI,wCAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,CAAC;CACJ;AAJD,oDAIC"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VuePageFlowEntity = void 0;
4
+ const vue_page_flow_project_1 = require("./vue-page-flow-project");
5
+ const vue_page_flow_page_1 = require("./vue-page-flow-page");
6
+ const utility_1 = require("../../../../utility");
7
+ class VuePageFlowEntity {
8
+ constructor(param) {
9
+ this.pages = [];
10
+ let obj;
11
+ if (typeof param === 'string') {
12
+ obj = JSON.parse(param);
13
+ }
14
+ else {
15
+ obj = param;
16
+ }
17
+ if (!obj) {
18
+ return;
19
+ }
20
+ const keys = `
21
+ id,project,pages,entry
22
+ `;
23
+ Object.keys(obj).forEach(key => {
24
+ if (keys.includes(key)) {
25
+ if (key == "project") {
26
+ this.project = new vue_page_flow_project_1.VuePageFlowProject(obj[key]);
27
+ }
28
+ else if (key == "pages") {
29
+ this.pages = [];
30
+ if (utility_1.ToolHelper.isArray(obj[key], false)) {
31
+ obj[key].forEach((item) => {
32
+ this.pages.push(new vue_page_flow_page_1.VuePageFlowPage(item));
33
+ });
34
+ }
35
+ }
36
+ else {
37
+ this[key] = obj[key];
38
+ }
39
+ }
40
+ });
41
+ }
42
+ }
43
+ exports.VuePageFlowEntity = VuePageFlowEntity;
44
+ //# sourceMappingURL=vue-page-flow-entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-page-flow-entity.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.ts"],"names":[],"mappings":";;;AAAA,mEAA6D;AAC7D,6DAAuD;AACvD,iDAAiD;AAQjD,MAAa,iBAAiB;IAM1B,YAAY,KAAmB;QAH/B,UAAK,GAAsB,EAAE,CAAC;QAI1B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,IAAI,SAAS,EAAE;oBAClB,IAAI,CAAC,OAAO,GAAG,IAAI,0CAAkB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACnD;qBAAM,IAAI,GAAG,IAAI,OAAO,EAAE;oBACvB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;oBAChB,IAAI,oBAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE;wBACrC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;4BAC3B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,oCAAe,CAAC,IAAI,CAAC,CAAC,CAAC;wBAC/C,CAAC,CAAC,CAAC;qBACN;iBACJ;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAtCD,8CAsCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VuePageFlowPage = void 0;
4
+ class VuePageFlowPage {
5
+ constructor(param) {
6
+ let obj;
7
+ if (typeof param === 'string') {
8
+ obj = JSON.parse(param);
9
+ }
10
+ else {
11
+ obj = param;
12
+ }
13
+ if (!obj) {
14
+ return;
15
+ }
16
+ const keys = `
17
+ id,code,name,fileName,relativePath,routeUri,children,routeParams
18
+ `;
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VuePageFlowPage = VuePageFlowPage;
27
+ //# sourceMappingURL=vue-page-flow-page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-page-flow-page.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.ts"],"names":[],"mappings":";;;AAMA,MAAa,eAAe;IASxB,YAAY,KAAmB;QAC3B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AA9BD,0CA8BC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VuePageFlowProject = void 0;
4
+ class VuePageFlowProject {
5
+ constructor(param) {
6
+ let obj;
7
+ if (typeof param === 'string') {
8
+ obj = JSON.parse(param);
9
+ }
10
+ else {
11
+ obj = param;
12
+ }
13
+ if (!obj) {
14
+ return;
15
+ }
16
+ const keys = `
17
+ name
18
+ `;
19
+ Object.keys(obj).forEach(key => {
20
+ if (keys.includes(key)) {
21
+ this[key] = obj[key];
22
+ }
23
+ });
24
+ }
25
+ }
26
+ exports.VuePageFlowProject = VuePageFlowProject;
27
+ //# sourceMappingURL=vue-page-flow-project.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-page-flow-project.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;IAG3B,YAAY,KAAmB;QAC3B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAxBD,gDAwBC"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAppIndexVueParameter = void 0;
4
+ class VueAppIndexVueParameter {
5
+ }
6
+ exports.VueAppIndexVueParameter = VueAppIndexVueParameter;
7
+ //# sourceMappingURL=vue-app-index-vue-parameter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-app-index-vue-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.ts"],"names":[],"mappings":";;;AACA,MAAa,uBAAuB;CAoDnC;AApDD,0DAoDC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueAppRouterEntity = exports.VueAppRouterPageEntity = void 0;
4
+ class VueAppRouterPageEntity {
5
+ }
6
+ exports.VueAppRouterPageEntity = VueAppRouterPageEntity;
7
+ class VueAppRouterEntity {
8
+ constructor(formPath, formName, formImportPath) {
9
+ this.formPath = formPath;
10
+ this.formName = formName;
11
+ this.formImportPath = formImportPath;
12
+ }
13
+ }
14
+ exports.VueAppRouterEntity = VueAppRouterEntity;
15
+ //# sourceMappingURL=vue-app-router-entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-app-router-entity.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-router-entity.ts"],"names":[],"mappings":";;;AACA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAQD,MAAa,kBAAkB;IAM3B,YAAY,QAAgB,EAAE,QAAgB,EAAE,cAAsB;QAClE,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;IACzC,CAAC;CACJ;AAXD,gDAWC"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VueEngineContext = void 0;
4
+ class VueEngineContext {
5
+ }
6
+ exports.VueEngineContext = VueEngineContext;
7
+ //# sourceMappingURL=vue-engine-context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-engine-context.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-engine-context.ts"],"names":[],"mappings":";;;AAIA,MAAa,gBAAgB;CA2B5B;AA3BD,4CA2BC"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VuePageComponentGenerateParameter = void 0;
4
+ class VuePageComponentGenerateParameter {
5
+ }
6
+ exports.VuePageComponentGenerateParameter = VuePageComponentGenerateParameter;
7
+ //# sourceMappingURL=vue-page-component-generate-parameter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-page-component-generate-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.ts"],"names":[],"mappings":";;;AASA,MAAa,iCAAiC;CAkD7C;AAlDD,8EAkDC"}
@@ -0,0 +1,13 @@
1
+ .DS_Store
2
+ node_modules/
3
+ dist/
4
+ dist-rollup/
5
+ npm-debug.log
6
+ yarn-error.log
7
+
8
+ # Editor directories and files
9
+ .idea
10
+ *.suo
11
+ *.ntvs*
12
+ *.njsproj
13
+ *.sln
@@ -46,7 +46,19 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
46
46
  -attrs["farris-set-focus"]="";
47
47
  if(variable.focusState)
48
48
  -attrs["[focusState]"]=variable.focusState+"";
49
- farris-combo-lookup(id=variable.replacedId "input-end-edit" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[combo-lookup-data-mapping]'=variable.mapFields?""+variable.mapFields:undefined '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'comboLookupRef' 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined '[treeToList]'=variable.treeToList?""+variable.treeToList.value:undefined '[navTreeToList]'=variable.navTreeToList?""+variable.navTreeToList.value:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined )&attributes(attrs)
49
+ farris-combo-lookup(id=variable.replacedId "input-end-edit" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined
50
+ '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined
51
+ '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined
52
+ '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined
53
+ '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined
54
+ '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[combo-lookup-data-mapping]'=variable.mapFields?""+variable.mapFields:undefined
55
+ '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined
56
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context:undefined
57
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
58
+ 'comboLookupRef' 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined
59
+ '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined
60
+ '[treeToList]'=variable.treeToList?""+variable.treeToList.value:undefined '[navTreeToList]'=variable.navTreeToList?""+variable.navTreeToList.value:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined
61
+ '[separator]'=variable.separator?"'"+variable.separator.value+"'":undefined)&attributes(attrs)
50
62
  if (variable.needValid && variable.binding && variable.binding.path)
51
63
  -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
52
64
  validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
@@ -26,7 +26,8 @@ div( 'class'="f-utils-fill")
26
26
  '[enableSimpleMode]'=variable.enableSimpleMode?""+variable.enableSimpleMode.value:undefined
27
27
  '[useBlankWhenDataIsEmpty]'=variable.useBlankWhenDataIsEmpty?""+variable.useBlankWhenDataIsEmpty.value:undefined
28
28
  '[emptyDataHeight]'=variable.emptyDataHeight?""+variable.emptyDataHeight:undefined
29
- '[selectionMode]'=variable.selectionMode?"'"+variable.selectionMode+"'":undefined '[enableScheme]'=(variable.enableScheme||variable.enableScheme==false)?""+variable.enableScheme:undefined '[footerStyler]'=variable.footerStylerName?""+variable.footerStylerName:undefined)&attributes(attrs)
29
+ '[selectionMode]'=variable.selectionMode?"'"+variable.selectionMode+"'":undefined '[enableScheme]'=(variable.enableScheme||variable.enableScheme==false)?""+variable.enableScheme:undefined '[footerStyler]'=variable.footerStylerName?""+variable.footerStylerName:undefined
30
+ '[enableSetMultiHeaders]'=variable.enableSetMultiHeaders?""+variable.enableSetMultiHeaders.value:undefined '[showConfirmWhenSchemeChanged]'=variable.showConfirmWhenSchemeChanged?""+variable.showConfirmWhenSchemeChanged.value:undefined)&attributes(attrs)
30
31
  //- if(variable.fields && variable.fields.length)
31
32
  //- each field ,index in variable.fields
32
33
  //- if(field.colTemplate)
@@ -38,7 +38,9 @@ f-file-upload-and-preview(id=variable.replacedId class=(variable.appearance && v
38
38
  '[docMode]'=variable.previewEditFileDocMode?(variable.previewEditFileDocMode.useQuote?("'"+variable.previewEditFileDocMode.value+"'"):(""+variable.previewEditFileDocMode.value)):undefined
39
39
  '[previewShowComments]'=variable.previewShowComments?""+variable.previewShowComments.value:undefined
40
40
  '[previewDateFormat]'=variable.previewDateFormat?"'"+variable.previewDateFormat+"'":undefined
41
- )
41
+ '[previewColumns]'=variable.previewColumnsName?""+variable.previewColumnsName:undefined
42
+ '[enableSliceUpload]'=variable.enableSliceUpload?""+variable.previewEnableMulti:undefined
43
+ '[chunkSize]'=variable.chunkSize?""+variable.chunkSize:undefined)
42
44
  if(variable.uploadAreaTemplate)
43
45
  ng-template(fFielUpload let-disabled="disabled")
44
- |!{variable.uploadAreaTemplate}
46
+ |!{variable.uploadAreaTemplate}