@farris/jit-engine 1.3.252 → 1.3.253

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 (282) hide show
  1. package/README.md +1 -5
  2. package/lib/domstructure/devkit/devkit.js +1 -4
  3. package/lib/domstructure/devkit/devkit.js.map +1 -1
  4. package/lib/domstructure/devkit/module/module.js +1 -2
  5. package/lib/domstructure/devkit/module/module.js.map +1 -1
  6. package/lib/domstructure/devkit/viewmodel/component/component.js +1 -1
  7. package/lib/domstructure/devkit/viewmodel/component/component.js.map +1 -1
  8. package/lib/domstructure/devkit/viewmodel/viewmodel.js +0 -2
  9. package/lib/domstructure/devkit/viewmodel/viewmodel.js.map +1 -1
  10. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +2 -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 +2 -3
  13. package/lib/domstructure/ui/list-filter/farris-list-filter.js.map +1 -1
  14. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +8 -3
  15. package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
  16. package/lib/template/ui/kendo/farris-light-list-filter.pug +1 -2
  17. package/lib/template/ui/kendo/farris-list-filter.pug +1 -2
  18. package/lib/template/ui/kendo/multi-select.pug +1 -1
  19. package/lib/template/ui/kendo/table/multi-select.pug +1 -1
  20. package/lib/template/ui/mobilevue/action-bar.pug +10 -10
  21. package/lib/template/ui/mobilevue/approval-info.pug +18 -18
  22. package/lib/template/ui/mobilevue/approval-logs.pug +11 -11
  23. package/lib/template/ui/mobilevue/attachment-entry.pug +17 -17
  24. package/lib/template/ui/mobilevue/attachment-uploader.pug +18 -18
  25. package/lib/template/ui/mobilevue/attachment.pug +28 -28
  26. package/lib/template/ui/mobilevue/banner.pug +4 -4
  27. package/lib/template/ui/mobilevue/button.pug +22 -22
  28. package/lib/template/ui/mobilevue/calendar.pug +30 -30
  29. package/lib/template/ui/mobilevue/card.pug +19 -19
  30. package/lib/template/ui/mobilevue/component-ref.pug +3 -3
  31. package/lib/template/ui/mobilevue/container.pug +9 -9
  32. package/lib/template/ui/mobilevue/contentcontainer.pug +11 -11
  33. package/lib/template/ui/mobilevue/field-set.pug +14 -14
  34. package/lib/template/ui/mobilevue/filter.pug +23 -23
  35. package/lib/template/ui/mobilevue/form.pug +7 -7
  36. package/lib/template/ui/mobilevue/html-preview.pug +25 -25
  37. package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
  38. package/lib/template/ui/mobilevue/nav-bar.pug +30 -30
  39. package/lib/template/ui/mobilevue/rich-text-editor.pug +57 -57
  40. package/lib/template/ui/mobilevue/schedule.pug +13 -13
  41. package/lib/template/ui/mobilevue/scroll-navbar.pug +13 -13
  42. package/lib/template/ui/mobilevue/search.pug +19 -19
  43. package/lib/template/ui/mobilevue/section.pug +33 -33
  44. package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
  45. package/lib/template/ui/mobilevue/sidebar.pug +11 -11
  46. package/lib/template/ui/mobilevue/staff-info.pug +12 -12
  47. package/lib/template/ui/mobilevue/static-text.pug +1 -1
  48. package/lib/template/ui/mobilevue/steps.pug +8 -8
  49. package/lib/template/ui/mobilevue/switch.pug +45 -45
  50. package/lib/template/ui/mobilevue/tabpage.pug +14 -14
  51. package/lib/template/ui/mobilevue/tabs.pug +16 -16
  52. package/lib/template/ui/mobilevue/toolbar-area.pug +9 -9
  53. package/lib/template/ui/mobilevue/toolbar-item.pug +14 -14
  54. package/lib/template/ui/mobilevue/toolbar.pug +5 -5
  55. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js +1 -2
  56. package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
  57. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +0 -3
  58. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js.map +1 -1
  59. package/lib/utility/devkit/form-file-executor.js +5 -11
  60. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  61. package/lib/utility/devkit/module-creator.js +0 -3
  62. package/lib/utility/devkit/module-creator.js.map +1 -1
  63. package/lib/utility/devkit/viewmodels-creator.js +0 -6
  64. package/lib/utility/devkit/viewmodels-creator.js.map +1 -1
  65. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +1 -29
  66. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js.map +1 -1
  67. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +0 -5
  68. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js.map +1 -1
  69. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +0 -5
  70. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js.map +1 -1
  71. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +0 -4
  72. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js.map +1 -1
  73. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +0 -5
  74. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
  75. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +0 -7
  76. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
  77. package/package.json +55 -55
  78. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +0 -57
  79. package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +0 -1
  80. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +0 -14
  81. package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +0 -1
  82. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +0 -27
  83. package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +0 -1
  84. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +0 -46
  85. package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +0 -1
  86. package/lib/mobileapp/vue/domstructure/ui/approval/index.js +0 -15
  87. package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +0 -1
  88. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +0 -27
  89. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +0 -1
  90. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +0 -29
  91. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +0 -1
  92. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +0 -27
  93. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +0 -1
  94. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +0 -29
  95. package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +0 -1
  96. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +0 -27
  97. package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +0 -1
  98. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +0 -18
  99. package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +0 -1
  100. package/lib/mobileapp/vue/domstructure/ui/banner/index.js +0 -14
  101. package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +0 -1
  102. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +0 -27
  103. package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +0 -1
  104. package/lib/mobileapp/vue/domstructure/ui/button/button.js +0 -27
  105. package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +0 -1
  106. package/lib/mobileapp/vue/domstructure/ui/button/index.js +0 -14
  107. package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +0 -1
  108. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +0 -28
  109. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +0 -1
  110. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +0 -27
  111. package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +0 -1
  112. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +0 -16
  113. package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +0 -1
  114. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +0 -32
  115. package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +0 -1
  116. package/lib/mobileapp/vue/domstructure/ui/card/card.js +0 -45
  117. package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +0 -1
  118. package/lib/mobileapp/vue/domstructure/ui/card/index.js +0 -14
  119. package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +0 -1
  120. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +0 -32
  121. package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +0 -1
  122. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +0 -14
  123. package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +0 -1
  124. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +0 -57
  125. package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +0 -1
  126. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +0 -14
  127. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +0 -1
  128. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +0 -33
  129. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +0 -1
  130. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +0 -15
  131. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +0 -1
  132. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +0 -56
  133. package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +0 -1
  134. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +0 -14
  135. package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +0 -1
  136. package/lib/mobileapp/vue/domstructure/ui/data/index.js +0 -14
  137. package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +0 -1
  138. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +0 -38
  139. package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +0 -1
  140. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +0 -28
  141. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +0 -1
  142. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +0 -14
  143. package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +0 -1
  144. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +0 -42
  145. package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +0 -1
  146. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +0 -14
  147. package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +0 -1
  148. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +0 -41
  149. package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +0 -1
  150. package/lib/mobileapp/vue/domstructure/ui/filter/index.js +0 -14
  151. package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +0 -1
  152. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +0 -42
  153. package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +0 -1
  154. package/lib/mobileapp/vue/domstructure/ui/footer/index.js +0 -14
  155. package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +0 -1
  156. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +0 -27
  157. package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +0 -1
  158. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +0 -14
  159. package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +0 -1
  160. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +0 -27
  161. package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +0 -1
  162. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +0 -14
  163. package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +0 -1
  164. package/lib/mobileapp/vue/domstructure/ui/image/image.js +0 -27
  165. package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +0 -1
  166. package/lib/mobileapp/vue/domstructure/ui/image/index.js +0 -14
  167. package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +0 -1
  168. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +0 -14
  169. package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +0 -1
  170. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +0 -39
  171. package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +0 -1
  172. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +0 -16
  173. package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +0 -1
  174. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +0 -27
  175. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +0 -1
  176. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +0 -27
  177. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +0 -1
  178. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +0 -33
  179. package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +0 -1
  180. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +0 -14
  181. package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +0 -1
  182. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +0 -45
  183. package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +0 -1
  184. package/lib/mobileapp/vue/domstructure/ui/number/index.js +0 -14
  185. package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +0 -1
  186. package/lib/mobileapp/vue/domstructure/ui/number/number.js +0 -27
  187. package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +0 -1
  188. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +0 -27
  189. package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +0 -1
  190. package/lib/mobileapp/vue/domstructure/ui/picker/index.js +0 -15
  191. package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +0 -1
  192. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +0 -27
  193. package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +0 -1
  194. package/lib/mobileapp/vue/domstructure/ui/radio/index.js +0 -14
  195. package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +0 -1
  196. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +0 -32
  197. package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +0 -1
  198. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +0 -14
  199. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +0 -1
  200. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +0 -27
  201. package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +0 -1
  202. package/lib/mobileapp/vue/domstructure/ui/section/index.js +0 -14
  203. package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +0 -1
  204. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +0 -46
  205. package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +0 -1
  206. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +0 -15
  207. package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +0 -1
  208. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +0 -42
  209. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +0 -1
  210. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +0 -42
  211. package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +0 -1
  212. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +0 -14
  213. package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +0 -1
  214. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +0 -49
  215. package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +0 -1
  216. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +0 -14
  217. package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +0 -1
  218. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +0 -27
  219. package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +0 -1
  220. package/lib/mobileapp/vue/domstructure/ui/switch/index.js +0 -14
  221. package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +0 -1
  222. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +0 -27
  223. package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +0 -1
  224. package/lib/mobileapp/vue/domstructure/ui/tab/index.js +0 -16
  225. package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +0 -1
  226. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +0 -33
  227. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +0 -1
  228. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +0 -45
  229. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +0 -1
  230. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +0 -45
  231. package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +0 -1
  232. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +0 -14
  233. package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +0 -1
  234. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +0 -37
  235. package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +0 -1
  236. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +0 -17
  237. package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +0 -1
  238. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +0 -27
  239. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +0 -1
  240. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +0 -27
  241. package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +0 -1
  242. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +0 -27
  243. package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +0 -1
  244. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +0 -27
  245. package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +0 -1
  246. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +0 -16
  247. package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +0 -1
  248. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +0 -35
  249. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +0 -1
  250. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +0 -32
  251. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +0 -1
  252. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +0 -42
  253. package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +0 -1
  254. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +0 -81
  255. package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +0 -1
  256. package/lib/mobileapp/vue/internal-entity/i-project-data.js +0 -3
  257. package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +0 -1
  258. package/lib/mobileapp/vue/internal-entity/page-flow/index.js +0 -14
  259. package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +0 -1
  260. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +0 -11
  261. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +0 -1
  262. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +0 -44
  263. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +0 -1
  264. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +0 -27
  265. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +0 -1
  266. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +0 -27
  267. package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +0 -1
  268. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +0 -7
  269. package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +0 -1
  270. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +0 -15
  271. package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +0 -1
  272. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +0 -7
  273. package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +0 -1
  274. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +0 -7
  275. package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +0 -1
  276. package/lib/mobileapp/vue/static/.gitignore +0 -13
  277. package/lib/template/ui/mobilevue/footer.pug +0 -10
  278. package/lib/template/ui/mobilevue/label.pug +0 -15
  279. package/lib/template/ui/mobilevue/vant-tabpage.pug +0 -6
  280. package/lib/template/ui/mobilevue/vant-tabs.pug +0 -6
  281. package/lib/utility/aif-check.js +0 -13
  282. package/lib/utility/aif-check.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/static-text/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA+B"}
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueStaticText = void 0;
4
- const vue_base_component_1 = require("../vue-base-component");
5
- class VueStaticText 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 = 'id,html,type,visible';
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- }
25
- }
26
- exports.VueStaticText = VueStaticText;
27
- //# sourceMappingURL=static-text.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"static-text.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/static-text/static-text.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,aAAc,SAAQ,qCAAgB;IAM/C,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,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA7BD,sCA6BC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./switch-input"), exports);
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/switch/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAAgC"}
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueSwitchInput = void 0;
4
- const vue_input_component_1 = require("../vue-input-component");
5
- class VueSwitchInput 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 = 'size';
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- }
25
- }
26
- exports.VueSwitchInput = VueSwitchInput;
27
- //# sourceMappingURL=switch-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"switch-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/switch/switch-input.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,cAAe,SAAQ,uCAAiB;IAWjD,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,MAAM,CAAC;QACpB,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;AAlCD,wCAkCC"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./vue-tabs"), exports);
14
- __exportStar(require("./vue-tab-page"), exports);
15
- __exportStar(require("./vue-tab-bar"), exports);
16
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/tab/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2B;AAC3B,iDAA+B;AAC/B,gDAA6B"}
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueTabBar = void 0;
4
- const vue_base_component_1 = require("../vue-base-component");
5
- class VueTabBar 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 = 'items,type,toolbar,visible';
19
- Object.keys(obj).forEach(key => {
20
- var _a;
21
- if (keys.includes(key)) {
22
- if (key === 'toolbar') {
23
- this.items = ((_a = obj.toolbar) === null || _a === void 0 ? void 0 : _a.items) ? JSON.stringify(obj[key].items) : undefined;
24
- }
25
- else {
26
- this[key] = obj[key];
27
- }
28
- }
29
- });
30
- }
31
- }
32
- exports.VueTabBar = VueTabBar;
33
- //# sourceMappingURL=vue-tab-bar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-tab-bar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,SAAU,SAAQ,qCAAgB;IAM3C,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,4BAA4B,CAAC;QAE1C,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,SAAS,EAAE;oBACnB,IAAI,CAAC,KAAK,GAAG,CAAA,MAAA,GAAG,CAAC,OAAO,0CAAE,KAAK,EAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;iBAChF;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAhCD,8BAgCC"}
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueTabPage = 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
- const toolhepler_1 = require("../../../../../utility/toolhepler");
8
- class VueTabPage extends vue_base_component_1.VueBaseComponent {
9
- constructor(param) {
10
- super(param);
11
- let obj;
12
- if (typeof param === 'string') {
13
- obj = JSON.parse(param);
14
- }
15
- else {
16
- obj = param;
17
- }
18
- if (!obj) {
19
- return;
20
- }
21
- const keys = 'id,title,contents,tabChange,visible,bindTitle';
22
- Object.keys(obj).forEach(key => {
23
- if (keys.includes(key)) {
24
- if (key == "contents") {
25
- this.contents = [];
26
- if (toolhepler_1.ToolHelper.isArray(obj[key], false)) {
27
- obj[key].forEach((item) => {
28
- const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
29
- const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
30
- if (domObj) {
31
- const domValue = new domObj(item);
32
- this.contents.push(domValue);
33
- }
34
- });
35
- }
36
- }
37
- else {
38
- this[key] = obj[key];
39
- }
40
- }
41
- });
42
- }
43
- }
44
- exports.VueTabPage = VueTabPage;
45
- //# sourceMappingURL=vue-tab-page.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-tab-page.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/tab/vue-tab-page.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AACzD,wFAAkF;AAClF,4EAAuE;AACvE,kEAA+D;AAE/D,MAAa,UAAW,SAAQ,qCAAgB;IAQ5C,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,+CAA+C,CAAC;QAC7D,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,QAAQ,GAAG,EAAE,CAAC;oBACnB,IAAI,uBAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE;wBACrC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;4BAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;4BACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;4BACrF,IAAI,MAAM,EAAE;gCACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;gCAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;6BAChC;wBACL,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;AA3CD,gCA2CC"}
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueTabs = void 0;
4
- const vue_base_component_1 = require("../vue-base-component");
5
- const utility_1 = require("../../../../../utility");
6
- const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
7
- const vue_object_creator_1 = require("../../../utility/vue-object-creator");
8
- class VueTabs extends vue_base_component_1.VueBaseComponent {
9
- constructor(param) {
10
- super(param);
11
- let obj;
12
- if (typeof param === 'string') {
13
- obj = JSON.parse(param);
14
- }
15
- else {
16
- obj = param;
17
- }
18
- if (!obj) {
19
- return;
20
- }
21
- const keys = 'contents,selected,tabChange,visible,titleTemplate,value';
22
- Object.keys(obj).forEach(key => {
23
- if (keys.includes(key)) {
24
- if (key == "contents") {
25
- this.contents = [];
26
- if (utility_1.ToolHelper.isArray(obj[key], false)) {
27
- obj[key].forEach((item) => {
28
- const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
29
- const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
30
- if (domObj) {
31
- const domValue = new domObj(item);
32
- this.contents.push(domValue);
33
- }
34
- });
35
- }
36
- }
37
- else {
38
- this[key] = obj[key];
39
- }
40
- }
41
- });
42
- }
43
- }
44
- exports.VueTabs = VueTabs;
45
- //# sourceMappingURL=vue-tabs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-tabs.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/tab/vue-tabs.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AACzD,oDAAoD;AACpD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,OAAQ,SAAQ,qCAAgB;IAOzC,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,yDAAyD,CAAC;QACvE,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,QAAQ,GAAG,EAAE,CAAC;oBACnB,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,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;4BACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;4BACrF,IAAI,MAAM,EAAE;gCACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;gCAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;6BAChC;wBACL,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;AA1CD,0BA0CC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./text-area"), exports);
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-area/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA6B"}
@@ -1,37 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueTextArea = void 0;
4
- const vue_input_component_1 = require("../vue-input-component");
5
- class VueTextArea 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 = 'showWordLimit,maxlength,autoSize';
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- if (this.autoSize) {
25
- const autoSize = {};
26
- if (obj.maxTextareaHeight) {
27
- autoSize.maxHeight = obj.maxTextareaHeight;
28
- }
29
- if (obj.minTextareaHeight) {
30
- autoSize.minHeight = obj.minTextareaHeight;
31
- }
32
- this.autoSize = JSON.stringify(autoSize);
33
- }
34
- }
35
- }
36
- exports.VueTextArea = VueTextArea;
37
- //# sourceMappingURL=text-area.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-area.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-area/text-area.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,WAAY,SAAQ,uCAAiB;IAY9C,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,kCAAkC,CAAC;QAChD,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;QACH,IAAG,IAAI,CAAC,QAAQ,EAAE;YACd,MAAM,QAAQ,GAAQ,EAAE,CAAA;YACxB,IAAG,GAAG,CAAC,iBAAiB,EAAE;gBACtB,QAAQ,CAAC,SAAS,GAAG,GAAG,CAAC,iBAAiB,CAAA;aAC7C;YACD,IAAG,GAAG,CAAC,iBAAiB,EAAE;gBACtB,QAAQ,CAAC,SAAS,GAAG,GAAG,CAAC,iBAAiB,CAAA;aAC7C;YACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAA;SAC3C;IACL,CAAC;CAGJ;AA7CD,kCA6CC"}
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./text-box"), exports);
14
- __exportStar(require("./text-box-external"), exports);
15
- __exportStar(require("./text-scan"), exports);
16
- __exportStar(require("./text-telphone"), exports);
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA4B;AAC5B,sDAAqC;AACrC,8CAA6B;AAC7B,kDAAiC"}
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueTextBoxExternal = void 0;
4
- const vue_input_component_1 = require("../vue-input-component");
5
- class VueTextBoxExternal 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,externalServiceCode,externalServiceParams,externalTableName,externalMapFields,externalTableSchemas';
19
- Object.keys(obj).forEach(key => {
20
- if (keys.includes(key)) {
21
- this[key] = obj[key];
22
- }
23
- });
24
- }
25
- }
26
- exports.VueTextBoxExternal = VueTextBoxExternal;
27
- //# sourceMappingURL=text-box-external.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-box-external.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/text-box/text-box-external.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,MAAa,kBAAmB,SAAQ,uCAAiB;IAarD,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,wHAAwH,CAAC;QACtI,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,gDAoCC"}
@@ -1,27 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,27 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,27 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./vue-toolbar"), exports);
14
- __exportStar(require("./vue-toolbar-item"), exports);
15
- __exportStar(require("./vue-toolbar-area"), exports);
16
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,qDAAmC;AACnC,qDAAmC"}
@@ -1,35 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,32 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,42 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VueToolBar = void 0;
4
- const vue_base_component_1 = require("../vue-base-component");
5
- const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
6
- const vue_object_creator_1 = require("../../../utility/vue-object-creator");
7
- class VueToolBar extends vue_base_component_1.VueBaseComponent {
8
- constructor(param) {
9
- super(param);
10
- let obj;
11
- if (typeof param === 'string') {
12
- obj = JSON.parse(param);
13
- }
14
- else {
15
- obj = param;
16
- }
17
- if (!obj) {
18
- return;
19
- }
20
- this.contents = [];
21
- const keys = 'contents,title,visible';
22
- Object.keys(obj).forEach(key => {
23
- if (keys.includes(key)) {
24
- if (key === 'contents') {
25
- obj[key].forEach((item) => {
26
- const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
27
- const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
28
- if (domObj) {
29
- const domValue = new domObj(item);
30
- this.contents.push(domValue);
31
- }
32
- });
33
- }
34
- else {
35
- this[key] = obj[key];
36
- }
37
- }
38
- });
39
- }
40
- }
41
- exports.VueToolBar = VueToolBar;
42
- //# sourceMappingURL=vue-toolbar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,UAAW,SAAQ,qCAAgB;IAI5C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,wBAAwB,CAAC;QACtC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IA8BP,CAAC;CACJ;AAhED,gCAgEC"}