@farris/jit-engine 1.3.360 → 1.3.361

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 (839) hide show
  1. package/README.md +7 -19
  2. package/lib/domstructure/devkit/appmodule.js +31 -31
  3. package/lib/domstructure/devkit/befProxy/bef-proxy-content.js +57 -57
  4. package/lib/domstructure/devkit/befProxy/bef-proxy-operation-parameter.js +68 -68
  5. package/lib/domstructure/devkit/befProxy/bef-proxy-operation.js +66 -66
  6. package/lib/domstructure/devkit/befProxy/bef-proxy-service.js +46 -46
  7. package/lib/domstructure/devkit/befProxy/bef-proxy.js +34 -34
  8. package/lib/domstructure/devkit/befProxy/index.js +13 -13
  9. package/lib/domstructure/devkit/entity/entity.js +182 -182
  10. package/lib/domstructure/devkit/event/event-command-array.js +20 -20
  11. package/lib/domstructure/devkit/event/event-command.js +25 -25
  12. package/lib/domstructure/devkit/event/event-declaraction.js +52 -52
  13. package/lib/domstructure/devkit/event/event.js +33 -33
  14. package/lib/domstructure/devkit/event/events-array.js +17 -17
  15. package/lib/domstructure/devkit/event/subscription.js +63 -63
  16. package/lib/domstructure/devkit/externalComponent/external-wizard-detail-component.js +11 -11
  17. package/lib/domstructure/devkit/externalComponent/externalCompoent.js +36 -36
  18. package/lib/domstructure/devkit/externalComponent/externalComponent-constant.js +6 -6
  19. package/lib/domstructure/devkit/externalComponent/externalComponent-creator-factory.js +42 -42
  20. package/lib/domstructure/devkit/externalComponent/externalModalComponent.js +33 -33
  21. package/lib/domstructure/devkit/externalComponent/externalRouteComponent.js +11 -11
  22. package/lib/domstructure/devkit/externalComponent/externalsection-component.js +11 -11
  23. package/lib/domstructure/devkit/externalComponent/externalsidebar-component.js +11 -11
  24. package/lib/domstructure/devkit/extraImports/extra-import.js +25 -25
  25. package/lib/domstructure/devkit/extraImports/index.js +13 -13
  26. package/lib/domstructure/devkit/index.js +33 -33
  27. package/lib/domstructure/devkit/module/module.js +216 -216
  28. package/lib/domstructure/devkit/module/module.js.map +1 -1
  29. package/lib/domstructure/devkit/module-reference/component-apply-range.js +9 -9
  30. package/lib/domstructure/devkit/module-reference/form-module-reference-range.js +9 -9
  31. package/lib/domstructure/devkit/module-reference/form-module-reference.js +29 -29
  32. package/lib/domstructure/devkit/module-reference/index.js +14 -14
  33. package/lib/domstructure/devkit/module-reference/module-reference.js +26 -26
  34. package/lib/domstructure/devkit/repository/repository.js +25 -25
  35. package/lib/domstructure/devkit/routing/routing.js +55 -55
  36. package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js +57 -57
  37. package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar.js +38 -38
  38. package/lib/domstructure/devkit/section-toolbar/index.js +14 -14
  39. package/lib/domstructure/devkit/solution.js +59 -59
  40. package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js +57 -57
  41. package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar.js +38 -38
  42. package/lib/domstructure/devkit/tab-toolbar/index.js +14 -14
  43. package/lib/domstructure/devkit/viewmodel/command/command.js +169 -169
  44. package/lib/domstructure/devkit/viewmodel/command/shortcut.js +28 -28
  45. package/lib/domstructure/devkit/viewmodel/component/component-children-route.js +28 -28
  46. package/lib/domstructure/devkit/viewmodel/component/component-custom-provider.js +6 -6
  47. package/lib/domstructure/devkit/viewmodel/component/component-provider.js +26 -26
  48. package/lib/domstructure/devkit/viewmodel/component/index.js +14 -14
  49. package/lib/domstructure/devkit/viewmodel/form/form.js +169 -169
  50. package/lib/domstructure/devkit/viewmodel/service/service.js +41 -41
  51. package/lib/domstructure/devkit/viewmodel/statemachine/statemachine.js +108 -108
  52. package/lib/domstructure/devkit/viewmodel/states/state.js +100 -100
  53. package/lib/domstructure/editor-type-enum.js +8 -8
  54. package/lib/domstructure/i-entity-tojson.js +2 -2
  55. package/lib/domstructure/i-placeholder-resource.js +2 -2
  56. package/lib/domstructure/i-replacedid.js +2 -2
  57. package/lib/domstructure/i18n-resource.js +50 -50
  58. package/lib/domstructure/index.js +15 -15
  59. package/lib/domstructure/running-position-enum.js +8 -8
  60. package/lib/domstructure/ui/appointment-calendar/appoint-calendar.js +104 -104
  61. package/lib/domstructure/ui/appointment-calendar/index.js +13 -13
  62. package/lib/domstructure/ui/commands/button_group.js +16 -16
  63. package/lib/domstructure/ui/commands/command.js +61 -61
  64. package/lib/domstructure/ui/commands/command_container.js +40 -40
  65. package/lib/domstructure/ui/commands/context_menu.js +37 -37
  66. package/lib/domstructure/ui/commands/index.js +21 -21
  67. package/lib/domstructure/ui/commands/menu.js +16 -16
  68. package/lib/domstructure/ui/commands/menu_item.js +40 -40
  69. package/lib/domstructure/ui/commands/toolbar_item.js +42 -42
  70. package/lib/domstructure/ui/common/absctract_dom.js +2 -2
  71. package/lib/domstructure/ui/common/appearance.js +35 -35
  72. package/lib/domstructure/ui/common/background.js +33 -33
  73. package/lib/domstructure/ui/common/base-title-component.js +46 -46
  74. package/lib/domstructure/ui/common/basecomponent.js +160 -160
  75. package/lib/domstructure/ui/common/binding.js +164 -164
  76. package/lib/domstructure/ui/common/binding.js.map +1 -1
  77. package/lib/domstructure/ui/common/border.js +39 -39
  78. package/lib/domstructure/ui/common/font.js +38 -38
  79. package/lib/domstructure/ui/common/index.js +21 -21
  80. package/lib/domstructure/ui/common/margin.js +39 -39
  81. package/lib/domstructure/ui/common/padding.js +39 -39
  82. package/lib/domstructure/ui/common/size.js +34 -34
  83. package/lib/domstructure/ui/common/visible.js +69 -69
  84. package/lib/domstructure/ui/component.js +88 -88
  85. package/lib/domstructure/ui/container/collection_item.js +16 -16
  86. package/lib/domstructure/ui/container/collepse.js +16 -16
  87. package/lib/domstructure/ui/container/container.js +43 -43
  88. package/lib/domstructure/ui/container/content_container.js +64 -64
  89. package/lib/domstructure/ui/container/dynamic-area-item.js +36 -36
  90. package/lib/domstructure/ui/container/dynamic-area.js +36 -36
  91. package/lib/domstructure/ui/container/external_container.js +50 -50
  92. package/lib/domstructure/ui/container/fieldset.js +36 -36
  93. package/lib/domstructure/ui/container/flexlayout.js +39 -39
  94. package/lib/domstructure/ui/container/form.js +36 -36
  95. package/lib/domstructure/ui/container/form_group.js +16 -16
  96. package/lib/domstructure/ui/container/hidden-container.js +47 -47
  97. package/lib/domstructure/ui/container/html_template.js +59 -59
  98. package/lib/domstructure/ui/container/index.js +43 -43
  99. package/lib/domstructure/ui/container/item_container.js +40 -40
  100. package/lib/domstructure/ui/container/loop-container.js +53 -53
  101. package/lib/domstructure/ui/container/model.js +16 -16
  102. package/lib/domstructure/ui/container/model_container.js +43 -43
  103. package/lib/domstructure/ui/container/multi-view/index.js +14 -14
  104. package/lib/domstructure/ui/container/multi-view/multi-view-base-container.js +28 -28
  105. package/lib/domstructure/ui/container/multi-view/multi-view-container.js +46 -46
  106. package/lib/domstructure/ui/container/multi-view/multi-view-item.js +28 -28
  107. package/lib/domstructure/ui/container/panel.js +16 -16
  108. package/lib/domstructure/ui/container/plain_container.js +16 -16
  109. package/lib/domstructure/ui/container/popover.js +16 -16
  110. package/lib/domstructure/ui/container/qdp_condition_dialog.js +42 -42
  111. package/lib/domstructure/ui/container/qdp_condition_dialog_tab.js +38 -38
  112. package/lib/domstructure/ui/container/qdp_framework.js +96 -96
  113. package/lib/domstructure/ui/container/queryform.js +33 -33
  114. package/lib/domstructure/ui/container/response-layout/index.js +14 -14
  115. package/lib/domstructure/ui/container/response-layout/response-layout-item.js +10 -10
  116. package/lib/domstructure/ui/container/response-layout/response-layout.js +19 -19
  117. package/lib/domstructure/ui/container/route-container.js +36 -36
  118. package/lib/domstructure/ui/container/sidebar/farris-sidebar.js +132 -132
  119. package/lib/domstructure/ui/container/sidebar/index.js +13 -13
  120. package/lib/domstructure/ui/container/slide_view.js +16 -16
  121. package/lib/domstructure/ui/container/tab.js +16 -16
  122. package/lib/domstructure/ui/container/tab_page.js +33 -33
  123. package/lib/domstructure/ui/data/chart/chart.js +56 -56
  124. package/lib/domstructure/ui/data/collection/data_collection.js +308 -308
  125. package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +453 -453
  126. package/lib/domstructure/ui/data/collection/farris-datagrid/index.js +13 -13
  127. package/lib/domstructure/ui/data/collection/flat/data_grid.js +76 -76
  128. package/lib/domstructure/ui/data/collection/flat/flat.js +50 -50
  129. package/lib/domstructure/ui/data/collection/flat/list_view.js +16 -16
  130. package/lib/domstructure/ui/data/collection/hierarchy/hierarchy.js +79 -79
  131. package/lib/domstructure/ui/data/collection/hierarchy/tree_view.js +16 -16
  132. package/lib/domstructure/ui/data/collection/qdp/spread_sheet.js +62 -62
  133. package/lib/domstructure/ui/data/data.js +58 -58
  134. package/lib/domstructure/ui/data/fields/collection/collection_field.js +66 -66
  135. package/lib/domstructure/ui/data/fields/collection/grid_field.js +93 -93
  136. package/lib/domstructure/ui/data/fields/collection/tree_grid_field.js +16 -16
  137. package/lib/domstructure/ui/data/fields/collection/view_field.js +16 -16
  138. package/lib/domstructure/ui/data/fields/form/datepicker.js +164 -164
  139. package/lib/domstructure/ui/data/fields/form/display/display_field.js +33 -33
  140. package/lib/domstructure/ui/data/fields/form/editable/editable_field.js +53 -53
  141. package/lib/domstructure/ui/data/fields/form/editable/inputs/input_field.js +63 -63
  142. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js +174 -174
  143. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/reference_field.js +50 -50
  144. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/select.js +49 -49
  145. package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js +55 -55
  146. package/lib/domstructure/ui/data/fields/form/editable/inputs/text/text_box.js +50 -50
  147. package/lib/domstructure/ui/data/fields/form/editable/inputs/text/text_field.js +49 -49
  148. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/adminorganization-selector.js +44 -44
  149. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/city-selector.js +36 -36
  150. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/date_box.js +49 -49
  151. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employee-selector.js +80 -80
  152. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/enum_field.js +50 -50
  153. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/ext-intergration.js +33 -33
  154. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js +124 -124
  155. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-number-range.js +79 -79
  156. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-number-spinner.js +86 -86
  157. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/language-textbox.js +60 -60
  158. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/lookup_employee.js +80 -80
  159. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/numeric_box.js +53 -53
  160. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/organization-selector.js +49 -49
  161. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/time_box.js +22 -22
  162. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/value_fields.js +49 -49
  163. package/lib/domstructure/ui/data/fields/form/editable/switch/check_box.js +48 -48
  164. package/lib/domstructure/ui/data/fields/form/editable/switch/check_group.js +42 -42
  165. package/lib/domstructure/ui/data/fields/form/editable/switch/checkbox-group.js +80 -80
  166. package/lib/domstructure/ui/data/fields/form/editable/switch/collection_switch.js +57 -57
  167. package/lib/domstructure/ui/data/fields/form/editable/switch/farris-switch.js +57 -57
  168. package/lib/domstructure/ui/data/fields/form/editable/switch/radio_group.js +58 -58
  169. package/lib/domstructure/ui/data/fields/form/editable/switch/switch_field.js +40 -40
  170. package/lib/domstructure/ui/data/fields/form/form_field.js +105 -105
  171. package/lib/domstructure/ui/data/fields/form/input-group.js +78 -78
  172. package/lib/domstructure/ui/data/fields/form/rich-textbox.js +69 -69
  173. package/lib/domstructure/ui/data/fields/form/time-picker.js +67 -67
  174. package/lib/domstructure/ui/data/fields/form/time-spinner.js +74 -74
  175. package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js +40 -40
  176. package/lib/domstructure/ui/data/index.js +68 -69
  177. package/lib/domstructure/ui/data/index.js.map +1 -1
  178. package/lib/domstructure/ui/data/scrollcollapse/index.js +13 -13
  179. package/lib/domstructure/ui/data/scrollcollapse/scroll-collapsible-area.js +32 -32
  180. package/lib/domstructure/ui/discussion/discussion-editor.js +51 -51
  181. package/lib/domstructure/ui/discussion/discussion-list.js +44 -44
  182. package/lib/domstructure/ui/discussion/index.js +14 -14
  183. package/lib/domstructure/ui/farris-avatar/farris-avatar.js +43 -43
  184. package/lib/domstructure/ui/farris-avatar/index.js +13 -13
  185. package/lib/domstructure/ui/farris-calendar/farris-calendar.js +36 -36
  186. package/lib/domstructure/ui/farris-calendar/index.js +13 -13
  187. package/lib/domstructure/ui/farris-dynamic-control-group/farris-dynamic-control-group.js +35 -35
  188. package/lib/domstructure/ui/farris-dynamic-control-group/index.js +13 -13
  189. package/lib/domstructure/ui/farris-file-preview/farris-file-preview.js +86 -86
  190. package/lib/domstructure/ui/farris-file-preview/index.js +13 -13
  191. package/lib/domstructure/ui/farris-file-upload/farris-file-upload.js +78 -78
  192. package/lib/domstructure/ui/farris-file-upload/index.js +13 -13
  193. package/lib/domstructure/ui/farris-scrollspy/farris-scrollspy.js +83 -83
  194. package/lib/domstructure/ui/farris-scrollspy/index.js +13 -13
  195. package/lib/domstructure/ui/farris-ui-footer/farris-ui-footer-header.js +25 -25
  196. package/lib/domstructure/ui/farris-ui-footer/farris-ui-footer.js +39 -39
  197. package/lib/domstructure/ui/farris-ui-footer/index.js +13 -13
  198. package/lib/domstructure/ui/farrisprogressstep/farris-progress-step.js +58 -58
  199. package/lib/domstructure/ui/farrisprogressstep/farris-progress-stepname-creator.js +9 -9
  200. package/lib/domstructure/ui/farrisprogressstep/index.js +13 -13
  201. package/lib/domstructure/ui/farrissplitter/index.js +14 -14
  202. package/lib/domstructure/ui/farrissplitter/splitter-pane.js +50 -50
  203. package/lib/domstructure/ui/farrissplitter/splitter.js +43 -43
  204. package/lib/domstructure/ui/formheader/form-header.js +43 -43
  205. package/lib/domstructure/ui/formheader/index.js +13 -13
  206. package/lib/domstructure/ui/header/header.js +43 -43
  207. package/lib/domstructure/ui/header/index.js +13 -13
  208. package/lib/domstructure/ui/i-component-title.js +2 -2
  209. package/lib/domstructure/ui/image/farris-image.js +60 -60
  210. package/lib/domstructure/ui/image/index.js +13 -13
  211. package/lib/domstructure/ui/image-upload/image-upload.js +93 -93
  212. package/lib/domstructure/ui/image-upload/index.js +13 -13
  213. package/lib/domstructure/ui/index.js +54 -54
  214. package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +83 -83
  215. package/lib/domstructure/ui/light-listfilter/index.js +13 -13
  216. package/lib/domstructure/ui/list-filter/farris-list-filter.js +78 -78
  217. package/lib/domstructure/ui/list-filter/index.js +13 -13
  218. package/lib/domstructure/ui/list-nav/index.js +13 -13
  219. package/lib/domstructure/ui/list-nav/listnav.js +64 -64
  220. package/lib/domstructure/ui/listview/index.js +14 -14
  221. package/lib/domstructure/ui/listview/list-view-contenttemplate-field.js +34 -34
  222. package/lib/domstructure/ui/listview/list-view-contenttemplate.js +42 -42
  223. package/lib/domstructure/ui/listview/list-view-field.js +65 -65
  224. package/lib/domstructure/ui/listview/list-view-template-generator.js +54 -54
  225. package/lib/domstructure/ui/listview/list-view-template-toolbar-generator.js +38 -38
  226. package/lib/domstructure/ui/listview/list-view-toolbar.js +36 -36
  227. package/lib/domstructure/ui/listview/list-view.js +78 -78
  228. package/lib/domstructure/ui/modal-footer/index.js +13 -13
  229. package/lib/domstructure/ui/modal-footer/modal-footer.js +43 -43
  230. package/lib/domstructure/ui/multi-select/index.js +13 -13
  231. package/lib/domstructure/ui/multi-select/multi-select.js +85 -85
  232. package/lib/domstructure/ui/nav-tab/index.js +13 -13
  233. package/lib/domstructure/ui/nav-tab/nav-tab.js +91 -91
  234. package/lib/domstructure/ui/oa-relation/index.js +13 -13
  235. package/lib/domstructure/ui/oa-relation/oa-relation.js +53 -53
  236. package/lib/domstructure/ui/p-treetable/index.js +13 -13
  237. package/lib/domstructure/ui/p-treetable/p-treetable.js +105 -105
  238. package/lib/domstructure/ui/portlet/index.js +13 -13
  239. package/lib/domstructure/ui/portlet/portlet.js +36 -36
  240. package/lib/domstructure/ui/qr-code/index.js +13 -13
  241. package/lib/domstructure/ui/qr-code/qr-code.js +32 -32
  242. package/lib/domstructure/ui/queryScheme/index.js +13 -13
  243. package/lib/domstructure/ui/queryScheme/query-scheme.js +78 -81
  244. package/lib/domstructure/ui/queryScheme/query-scheme.js.map +1 -1
  245. package/lib/domstructure/ui/static-control/index.js +13 -13
  246. package/lib/domstructure/ui/static-control/static-control-attribute.js +57 -57
  247. package/lib/domstructure/ui/table/farris-table-border.js +6 -6
  248. package/lib/domstructure/ui/table/farris-table-column.js +75 -75
  249. package/lib/domstructure/ui/table/farris-table-font.js +6 -6
  250. package/lib/domstructure/ui/table/farris-table-row.js +49 -49
  251. package/lib/domstructure/ui/table/farris-table-static-text.js +6 -6
  252. package/lib/domstructure/ui/table/farris-table.js +82 -82
  253. package/lib/domstructure/ui/table/index.js +16 -16
  254. package/lib/domstructure/ui/tabs/farris-tab-page.js +81 -81
  255. package/lib/domstructure/ui/tabs/index.js +14 -14
  256. package/lib/domstructure/ui/tag/farris-tag.js +64 -64
  257. package/lib/domstructure/ui/tag/index.js +13 -13
  258. package/lib/domstructure/ui/tags/farris-tags.js +35 -35
  259. package/lib/domstructure/ui/tags/index.js +13 -13
  260. package/lib/domstructure/ui/view-change/index.js +13 -13
  261. package/lib/domstructure/ui/view-change/view-change.js +65 -65
  262. package/lib/domstructure/ui/wizard/farris-wizard-page-detail.js +66 -66
  263. package/lib/domstructure/ui/wizard/farris-wizard-page.js +46 -46
  264. package/lib/domstructure/ui/wizard/farris-wizard.js +92 -92
  265. package/lib/domstructure/ui/wizard/index.js +16 -16
  266. package/lib/domstructure/ui/wizard/wizard-detail-container.js +46 -46
  267. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -3
  268. package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
  269. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
  270. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
  271. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +93 -93
  272. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
  273. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
  274. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
  275. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
  276. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
  277. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +14 -43
  278. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js.map +1 -1
  279. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
  280. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
  281. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
  282. package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
  283. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
  284. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
  285. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
  286. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
  287. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
  288. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
  289. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
  290. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
  291. package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
  292. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
  293. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
  294. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
  295. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
  296. package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
  297. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
  298. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
  299. package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
  300. package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
  301. package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js +1 -1
  302. package/lib/mobileapp/vue/static/.editorconfig +9 -9
  303. package/lib/mobileapp/vue/static/.npmignore +13 -0
  304. package/lib/mobileapp/vue/static/.prettierrc +6 -6
  305. package/lib/mobileapp/vue/static/README.md +18 -18
  306. package/lib/mobileapp/vue/static/babel.config.js +13 -13
  307. package/lib/mobileapp/vue/static/src/main.ts +9 -9
  308. package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
  309. package/lib/mobileapp/vue/static/tsconfig.json +20 -20
  310. package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
  311. package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
  312. package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
  313. package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
  314. package/lib/template/ui/kendo/farris-query-solution.pug +0 -1
  315. package/lib/template/ui/mobilevue/action-bar.pug +10 -10
  316. package/lib/template/ui/mobilevue/banner.pug +4 -4
  317. package/lib/template/ui/mobilevue/component-ref.pug +3 -3
  318. package/lib/template/ui/mobilevue/field-set.pug +1 -3
  319. package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
  320. package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
  321. package/lib/template/ui/mobilevue/sidebar.pug +11 -11
  322. package/lib/template/ui/mobilevue/static-text.pug +1 -1
  323. package/lib/template/ui/mobilevue/steps.pug +8 -8
  324. package/lib/template/ui/mobilevue/toolbar.pug +5 -5
  325. package/lib/utility/adminorganization-selector-checker.js +57 -57
  326. package/lib/utility/aif-check.js +12 -12
  327. package/lib/utility/appointment-calendar-checker.js +57 -57
  328. package/lib/utility/approval-comments-checker.js +41 -41
  329. package/lib/utility/approval-logs-check.js +42 -42
  330. package/lib/utility/behavior/behavior-manager.js +319 -319
  331. package/lib/utility/behavior/behavior-params.js +2 -2
  332. package/lib/utility/behavior/index.js +13 -13
  333. package/lib/utility/build-file-version/abstract-build-file-version.js +23 -23
  334. package/lib/utility/build-file-version/build-file-next-version-generator.js +17 -17
  335. package/lib/utility/build-file-version/build-file-version-constants.js +18 -18
  336. package/lib/utility/build-file-version/build-file-version-context.js +6 -6
  337. package/lib/utility/build-file-version/build-file-version-factory.js +49 -49
  338. package/lib/utility/build-file-version/build-file-version-manager.js +56 -56
  339. package/lib/utility/build-file-version/farris-all-css-build-file-version.js +11 -11
  340. package/lib/utility/build-file-version/favicon-png-build-file-version.js +15 -15
  341. package/lib/utility/build-file-version/gsp-rtf-core-js-build-file-version.js +11 -11
  342. package/lib/utility/build-file-version/i-build-file-version.js +2 -2
  343. package/lib/utility/build-file-version/i18n-build-file-version.js +20 -20
  344. package/lib/utility/build-file-version/index.js +14 -14
  345. package/lib/utility/build-file-version/main-js-build-file-version.js +11 -11
  346. package/lib/utility/build-file-version/material-icons-css-build-file-version.js +11 -11
  347. package/lib/utility/build-file-version/polyfills-js-build-file-version.js +11 -11
  348. package/lib/utility/build-file-version/runtime-common-manifest-json-build-file-version.js +10 -10
  349. package/lib/utility/build-file-version/version-file/version-file-content.js +13 -13
  350. package/lib/utility/build-file-version/version-file/version-file-helper.js +37 -37
  351. package/lib/utility/build-file-version/version-file/version-file-manager.js +74 -74
  352. package/lib/utility/city-selector-checker.js +41 -41
  353. package/lib/utility/component-adminorganization-selector-parameter-helper.js +10 -10
  354. package/lib/utility/component-employee-selector-parameter-helper.js +10 -10
  355. package/lib/utility/component-enum-helper.js +27 -27
  356. package/lib/utility/component-fileupload-helper.js +10 -10
  357. package/lib/utility/component-header-helper.js +25 -25
  358. package/lib/utility/component-organization-selector-parameter-helper.js +10 -10
  359. package/lib/utility/component-personnel-selector-parameter-helper.js +10 -10
  360. package/lib/utility/component-title-executor.js +23 -23
  361. package/lib/utility/componentFrameID-helper.js +41 -41
  362. package/lib/utility/componentSelector-helper.js +20 -20
  363. package/lib/utility/config-hepler.js.map +1 -1
  364. package/lib/utility/content-type-creator.js +132 -132
  365. package/lib/utility/content-type-instance-generator.js +38 -38
  366. package/lib/utility/context-hepler.js +14 -14
  367. package/lib/utility/crypto/crypto-dhs256.js +42 -42
  368. package/lib/utility/crypto/crypto-helper.js +23 -23
  369. package/lib/utility/crypto/crypto-md5.js +42 -42
  370. package/lib/utility/crypto/crypto-mode.js +8 -8
  371. package/lib/utility/crypto/i-crypto.js +2 -2
  372. package/lib/utility/crypto/index.js +14 -14
  373. package/lib/utility/declaration-trigger.js +1 -4
  374. package/lib/utility/declaration-trigger.js.map +1 -1
  375. package/lib/utility/devkit/abstract-dom-creator.js +48 -48
  376. package/lib/utility/devkit/abstract-dom-map.js +2 -2
  377. package/lib/utility/devkit/checkgroup-type-creator-factory.js +21 -21
  378. package/lib/utility/devkit/component-adminorganization-selector-parameter.js +6 -6
  379. package/lib/utility/devkit/component-appointment-calendar-parameter.js +37 -37
  380. package/lib/utility/devkit/component-button-parameter.js +13 -13
  381. package/lib/utility/devkit/component-children-routes-creator.js +59 -59
  382. package/lib/utility/devkit/component-condition-dialog-parameter.js +28 -28
  383. package/lib/utility/devkit/component-creator.js +191 -192
  384. package/lib/utility/devkit/component-creator.js.map +1 -1
  385. package/lib/utility/devkit/component-employee-selector-parameter.js +6 -6
  386. package/lib/utility/devkit/component-event.js +2 -2
  387. package/lib/utility/devkit/component-farris-avatar-parameter-creator.js +14 -14
  388. package/lib/utility/devkit/component-farris-datagrid-contextmenu-parameter.js +15 -15
  389. package/lib/utility/devkit/component-farris-datagrid-parameter.js +89 -89
  390. package/lib/utility/devkit/component-farris-input-group-parameter.js +49 -49
  391. package/lib/utility/devkit/component-farris-lookup-parameter.js +52 -52
  392. package/lib/utility/devkit/component-farris-treegrid-parameter.js +21 -21
  393. package/lib/utility/devkit/component-fileupload-preview-creator.js +22 -22
  394. package/lib/utility/devkit/component-listview-parameter.js +6 -6
  395. package/lib/utility/devkit/component-nav-tab-parameter.js +16 -16
  396. package/lib/utility/devkit/component-number-spinner-range-creator.js +19 -19
  397. package/lib/utility/devkit/component-number-spinner-range.js +36 -36
  398. package/lib/utility/devkit/component-organization-selector-parameter.js +6 -6
  399. package/lib/utility/devkit/component-parameter-collector/abstract-component-parameter-collector.js +6 -6
  400. package/lib/utility/devkit/component-parameter-collector/combolist-parameter-collector.js +51 -51
  401. package/lib/utility/devkit/component-parameter-collector/component-adminorganization-selector-parameter-collector.js +45 -45
  402. package/lib/utility/devkit/component-parameter-collector/component-appointment-calendar-parameter-collector.js +90 -90
  403. package/lib/utility/devkit/component-parameter-collector/component-button-collector.js +59 -59
  404. package/lib/utility/devkit/component-parameter-collector/component-condition-dialog-collector.js +34 -34
  405. package/lib/utility/devkit/component-parameter-collector/component-datebox-parameter-collector.js +46 -46
  406. package/lib/utility/devkit/component-parameter-collector/component-employee-selector-parameter-collector.js +45 -45
  407. package/lib/utility/devkit/component-parameter-collector/component-events-collector.js +109 -109
  408. package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js +202 -202
  409. package/lib/utility/devkit/component-parameter-collector/component-header-parameter-collector.js +78 -78
  410. package/lib/utility/devkit/component-parameter-collector/component-languagetextbox-parameter-collector.js +51 -51
  411. package/lib/utility/devkit/component-parameter-collector/component-listview-parameter-collector.js +100 -100
  412. package/lib/utility/devkit/component-parameter-collector/component-multitextbox-parameter-collector.js +46 -46
  413. package/lib/utility/devkit/component-parameter-collector/component-numericbox-parameter-collector.js +46 -46
  414. package/lib/utility/devkit/component-parameter-collector/component-organization-selector-parameter-collector.js +45 -45
  415. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +221 -222
  416. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js.map +1 -1
  417. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-options-creator.js +14 -14
  418. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-options.js +6 -6
  419. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +56 -57
  420. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js.map +1 -1
  421. package/lib/utility/devkit/component-parameter-collector/component-personnel-selector-parameter-collector.js +45 -45
  422. package/lib/utility/devkit/component-parameter-collector/component-readonly-parameter-collector.js +49 -49
  423. package/lib/utility/devkit/component-parameter-collector/component-viewchange-parameter-collector.js +70 -70
  424. package/lib/utility/devkit/component-parameter-collector/enum-field-collector.js +56 -56
  425. package/lib/utility/devkit/component-parameter-collector/farris-avatar-collector.js +44 -44
  426. package/lib/utility/devkit/component-parameter-collector/farris-checkbox-group-collector.js +69 -69
  427. package/lib/utility/devkit/component-parameter-collector/farris-datepicker-collector.js +50 -50
  428. package/lib/utility/devkit/component-parameter-collector/farris-input-group-collector.js +155 -155
  429. package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +150 -150
  430. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js +64 -64
  431. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js.map +1 -1
  432. package/lib/utility/devkit/component-parameter-collector/farris-nav-tab-parameter-collector.js +82 -82
  433. package/lib/utility/devkit/component-parameter-collector/farris-radiogroup-collector.js +70 -70
  434. package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js +128 -128
  435. package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js +124 -124
  436. package/lib/utility/devkit/component-parameter-collector/farris-tags-parameter-collector.js +49 -49
  437. package/lib/utility/devkit/component-parameter-collector/farris-timepicker-collector.js +46 -46
  438. package/lib/utility/devkit/component-parameter-collector/farris-timespinner-parameter-collector.js +46 -46
  439. package/lib/utility/devkit/component-parameter-collector/farris-treegrid-parameter-collector.js +197 -197
  440. package/lib/utility/devkit/component-parameter-collector/farris-ui-footer-parameter-collector.js +41 -41
  441. package/lib/utility/devkit/component-parameter-collector/fieldset-collector.js +47 -47
  442. package/lib/utility/devkit/component-parameter-collector/i-component-parameter-collector.js +2 -2
  443. package/lib/utility/devkit/component-parameter-collector/index.js +14 -14
  444. package/lib/utility/devkit/component-parameter-collector/list-nav-collector.js +31 -31
  445. package/lib/utility/devkit/component-parameter-collector/number-spinner-range-collector.js +79 -79
  446. package/lib/utility/devkit/component-parameter-collector/primeng-tree-grid-parameter-collector.js +221 -221
  447. package/lib/utility/devkit/component-parameter-collector/qdp-framework-collector.js +30 -30
  448. package/lib/utility/devkit/component-parameter-collector/richtextbox-parameter-collector.js +46 -46
  449. package/lib/utility/devkit/component-parameter-collector/scrollspy-collector.js +86 -86
  450. package/lib/utility/devkit/component-parameter-collector/sidebar-parameter-collector.js +34 -34
  451. package/lib/utility/devkit/component-parameter-collector/textbox-parameter-collector.js +46 -46
  452. package/lib/utility/devkit/component-parameter-collector/tool-typechange-collector.js +27 -27
  453. package/lib/utility/devkit/component-parameter-collector/wizard-collector.js +73 -73
  454. package/lib/utility/devkit/component-parameter-creator.js +9 -9
  455. package/lib/utility/devkit/component-personnel-selector-parameter.js +6 -6
  456. package/lib/utility/devkit/component-primeng-treegrid-parameter.js +13 -13
  457. package/lib/utility/devkit/component-readonly-parameter-creator.js +10 -10
  458. package/lib/utility/devkit/component-readonly-parameter.js +6 -6
  459. package/lib/utility/devkit/component-sidebar-toolbar.js +6 -6
  460. package/lib/utility/devkit/component-viewchange-parameter.js +13 -13
  461. package/lib/utility/devkit/datagrid-type-creator-factory.js +22 -22
  462. package/lib/utility/devkit/datebox-type-creator-factory.js +35 -35
  463. package/lib/utility/devkit/declarationevents-modifier.js +54 -54
  464. package/lib/utility/devkit/devkit-constant.js +38 -38
  465. package/lib/utility/devkit/devkit-object-name-creator.js +52 -52
  466. package/lib/utility/devkit/entities-creator.js +94 -94
  467. package/lib/utility/devkit/entity-creator.js +47 -47
  468. package/lib/utility/devkit/entity-name-creator.js +14 -14
  469. package/lib/utility/devkit/enumfield-type-creator.js +35 -35
  470. package/lib/utility/devkit/external-component/className-isExternalcomponent-checker.js +19 -19
  471. package/lib/utility/devkit/external-component/external-component-childroutingpath-generator.js +20 -20
  472. package/lib/utility/devkit/external-component/external-component-prefix-creator.js +13 -13
  473. package/lib/utility/devkit/external-component/external-component-publisPath-generator.js +39 -39
  474. package/lib/utility/devkit/external-component/external-component-uniquecode-creator.js +26 -26
  475. package/lib/utility/devkit/external-component/external-components-creator.js +41 -41
  476. package/lib/utility/devkit/external-component/externalComponent-constant.js +15 -15
  477. package/lib/utility/devkit/external-component/index.js +15 -15
  478. package/lib/utility/devkit/field-creator.js +265 -265
  479. package/lib/utility/devkit/form-creator.js +110 -110
  480. package/lib/utility/devkit/form-file-executor.js +1 -6
  481. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  482. package/lib/utility/devkit/form-resource-json-reader.js +21 -21
  483. package/lib/utility/devkit/handlers-creator.js +38 -38
  484. package/lib/utility/devkit/index.js +18 -18
  485. package/lib/utility/devkit/list-filter-type-creator-factory.js +36 -36
  486. package/lib/utility/devkit/lookup-type-creator-factory.js +52 -52
  487. package/lib/utility/devkit/module-creator.js +167 -170
  488. package/lib/utility/devkit/module-creator.js.map +1 -1
  489. package/lib/utility/devkit/repository-creator.js +60 -60
  490. package/lib/utility/devkit/response-layout-type-creator-factory.js +22 -22
  491. package/lib/utility/devkit/richtextbox-type-creator-factory.js +35 -35
  492. package/lib/utility/devkit/routing-creator.js +21 -21
  493. package/lib/utility/devkit/statemachine-creator.js +39 -39
  494. package/lib/utility/devkit/switch-type-creator-factory.js +35 -35
  495. package/lib/utility/devkit/tab-type-creator-factory.js +45 -45
  496. package/lib/utility/devkit/treegrid-type-creator-factory.js +36 -36
  497. package/lib/utility/devkit/viewmodels-creator.js +634 -634
  498. package/lib/utility/devkit-template-config.js +576 -579
  499. package/lib/utility/devkit-template-config.js.map +1 -1
  500. package/lib/utility/directory-file-helper.js +241 -241
  501. package/lib/utility/employee-selector-checker.js +57 -57
  502. package/lib/utility/environment-constants.js +45 -45
  503. package/lib/utility/event-token-generator.js +21 -21
  504. package/lib/utility/event-viewModel-modifier.js +100 -100
  505. package/lib/utility/expression/expression-manager.js +21 -21
  506. package/lib/utility/expression/index.js +13 -13
  507. package/lib/utility/expression-value-generator.js +22 -22
  508. package/lib/utility/ext-intergration-checker.js +46 -46
  509. package/lib/utility/externalComponent-type.js +12 -12
  510. package/lib/utility/farris-datagrid/abstract-editor.js +64 -64
  511. package/lib/utility/farris-datagrid/abstract-lookup-editor.js +156 -156
  512. package/lib/utility/farris-datagrid/checkbox-editor.js +18 -18
  513. package/lib/utility/farris-datagrid/column-editor-manager.js +111 -115
  514. package/lib/utility/farris-datagrid/column-editor-manager.js.map +1 -1
  515. package/lib/utility/farris-datagrid/combo-list-editor.js +145 -145
  516. package/lib/utility/farris-datagrid/command-column-template-generator.js +22 -22
  517. package/lib/utility/farris-datagrid/datagrid-column-footer-calculationtype-convertor.js +12 -12
  518. package/lib/utility/farris-datagrid/datagrid-column-footer-options.js +36 -36
  519. package/lib/utility/farris-datagrid/datagrid-column-footer.js +50 -50
  520. package/lib/utility/farris-datagrid/datagrid-column-formatter.js +122 -122
  521. package/lib/utility/farris-datagrid/datagrid-column-groupfooter.js +47 -47
  522. package/lib/utility/farris-datagrid/date-picker-editor.js +151 -151
  523. package/lib/utility/farris-datagrid/employee-selector-editor.js +105 -105
  524. package/lib/utility/farris-datagrid/employeeorg-selector-editor.js +117 -117
  525. package/lib/utility/farris-datagrid/enum-editor.js +59 -59
  526. package/lib/utility/farris-datagrid/ext-intergration-editor.js +64 -64
  527. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js +105 -112
  528. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js.map +1 -1
  529. package/lib/utility/farris-datagrid/index.js +15 -15
  530. package/lib/utility/farris-datagrid/input-group-editor.js +122 -122
  531. package/lib/utility/farris-datagrid/language-textbox-generator.js +63 -63
  532. package/lib/utility/farris-datagrid/number-box-editor.js +131 -131
  533. package/lib/utility/farris-datagrid/organization-selector-editor.js +118 -118
  534. package/lib/utility/farris-datagrid/personnel-selector-editor.js +107 -107
  535. package/lib/utility/farris-datagrid/switch-editor.js +37 -37
  536. package/lib/utility/farris-datagrid/textarea-editor.js +60 -60
  537. package/lib/utility/farris-datagrid/textbox-editor.js +36 -36
  538. package/lib/utility/farris-datagrid/time-picker-editor.js +44 -44
  539. package/lib/utility/file-operation/abstract-file-operation.js +40 -40
  540. package/lib/utility/file-operation/command-jsonfile-operation.js +14 -14
  541. package/lib/utility/file-operation/eapi-jsonfile-operation.js +17 -17
  542. package/lib/utility/file-operation/file-operation-factory.js +41 -41
  543. package/lib/utility/file-operation/file-operation-manager.js +14 -14
  544. package/lib/utility/file-operation/file-operation-options.js +23 -23
  545. package/lib/utility/file-operation/file-operation-type.js +12 -12
  546. package/lib/utility/file-operation/frm-jsonfile-operation.js +14 -14
  547. package/lib/utility/file-operation/i-file-operation.js +2 -2
  548. package/lib/utility/file-operation/index.js +14 -14
  549. package/lib/utility/file-operation/page-jsonfile-operation.js +20 -20
  550. package/lib/utility/file-operation/resource-jsonfile-operation.js +14 -14
  551. package/lib/utility/file-operation/statemachine-jsonfile-operation.js +15 -15
  552. package/lib/utility/form-sourcecode-delete/DeleteFormSourceCodeExecutor.js +19 -19
  553. package/lib/utility/form-sourcecode-delete/service/AbstractSourceCodeService.js +66 -66
  554. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteContext.js +30 -30
  555. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteResult.js +17 -17
  556. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteService.js +2 -2
  557. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceChain.js +26 -26
  558. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceChainExecutor.js +12 -12
  559. package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceRegistry.js +42 -42
  560. package/lib/utility/form-sourcecode-delete/service/impl/ComponentSourceCodeDeleteServiceImpl.js +20 -20
  561. package/lib/utility/form-sourcecode-delete/service/impl/DefaultSourceCodeDeleteServiceImpl.js +19 -19
  562. package/lib/utility/form-sourcecode-delete/service/impl/EventSourceCodeDeleteServiceImpl.js +20 -20
  563. package/lib/utility/form-sourcecode-delete/service/impl/ExpressionSourceCodeDeleteServiceImpl.js +20 -20
  564. package/lib/utility/form-sourcecode-delete/service/impl/ExternalComponentsSourceCodeDeleteServiceImpl.js +20 -20
  565. package/lib/utility/form-sourcecode-delete/service/impl/LangSourceCodeDeleteServiceImpl.js +20 -20
  566. package/lib/utility/form-sourcecode-delete/service/impl/ModelSourceCodeDeleteServiceImpl.js +20 -20
  567. package/lib/utility/form-sourcecode-delete/service/impl/ServiceSourceCodeDeleteServiceImpl.js +23 -23
  568. package/lib/utility/form-sourcecode-delete/service/impl/ViewModelSourceCodeDeleteServiceImpl.js +20 -20
  569. package/lib/utility/formatter/code-formatter.js +97 -97
  570. package/lib/utility/formatter/index.js +13 -13
  571. package/lib/utility/getPublishPathAndFileName.js +61 -61
  572. package/lib/utility/i18n/i18n-resource-manager.js +237 -237
  573. package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
  574. package/lib/utility/i18n/index.js +13 -13
  575. package/lib/utility/image-upload-checker.js +41 -41
  576. package/lib/utility/index.js +32 -32
  577. package/lib/utility/internal-entity/component-parameter/component-combolist-parameter.js +30 -30
  578. package/lib/utility/internal-entity/component-parameter/component-datebox-parameter.js +30 -30
  579. package/lib/utility/internal-entity/component-parameter/component-datepicker-parameter.js +30 -30
  580. package/lib/utility/internal-entity/component-parameter/component-enumfield-parameter.js +30 -30
  581. package/lib/utility/internal-entity/component-parameter/component-fieldset-parameter.js +24 -24
  582. package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js +24 -24
  583. package/lib/utility/internal-entity/component-parameter/component-footer-parameter.js +24 -24
  584. package/lib/utility/internal-entity/component-parameter/component-header-parameter.js +24 -24
  585. package/lib/utility/internal-entity/component-parameter/component-inputgroup-modalconfig-parameter.js +46 -46
  586. package/lib/utility/internal-entity/component-parameter/component-language-textbox-parameter.js +37 -37
  587. package/lib/utility/internal-entity/component-parameter/component-listfilter-parameter.js +59 -59
  588. package/lib/utility/internal-entity/component-parameter/component-multitextbox-parameter.js +30 -30
  589. package/lib/utility/internal-entity/component-parameter/component-numericbox-parameter.js +30 -30
  590. package/lib/utility/internal-entity/component-parameter/component-placeholder-parameter.js +24 -24
  591. package/lib/utility/internal-entity/component-parameter/component-richtextbox-parameter.js +28 -28
  592. package/lib/utility/internal-entity/component-parameter/component-tags-parameter.js +31 -31
  593. package/lib/utility/internal-entity/component-parameter/component-textbox-parameter.js +28 -28
  594. package/lib/utility/internal-entity/component-parameter/component-timepicker-parameter.js +28 -28
  595. package/lib/utility/internal-entity/component-parameter/component-timespinner-parameter.js +28 -28
  596. package/lib/utility/internal-entity/component-parameter/i-component-parameter.js +2 -2
  597. package/lib/utility/internal-entity/component-parameter/index.js +16 -16
  598. package/lib/utility/internal-entity/i-project-read-data.js +2 -2
  599. package/lib/utility/internal-entity/index.js +13 -13
  600. package/lib/utility/internal-entity/viewmodel-parameter/index.js +13 -13
  601. package/lib/utility/internal-entity/viewmodel-parameter/viewmodel-pagination-parameter.js +11 -11
  602. package/lib/utility/jit-constant.js +53 -53
  603. package/lib/utility/jit-engine-executor/i-jit-engine-executor.js +2 -2
  604. package/lib/utility/jit-engine-executor/index.js +15 -15
  605. package/lib/utility/jit-engine-executor/jit-engine-executor-factory.js +30 -30
  606. package/lib/utility/jit-engine-executor/jit-engine-executor-manager.js +24 -24
  607. package/lib/utility/jit-engine-executor/jit-engine-executor-request-generator.js +21 -21
  608. package/lib/utility/jit-engine-executor/jit-engine-executor-request.js +26 -26
  609. package/lib/utility/jit-engine-executor/jit-engine-executor-response.js +9 -9
  610. package/lib/utility/jit-engine-executor/jit-engine-executor-type.js +9 -9
  611. package/lib/utility/jit-engine-executor/mobile-approve-executor.js +15 -15
  612. package/lib/utility/jit-engine-executor/specific-executor.js +31 -31
  613. package/lib/utility/jit-ignore/index.js +13 -13
  614. package/lib/utility/jit-ignore/jit-generate-ignore-manager.js +104 -104
  615. package/lib/utility/jit-ignore/jit-generate-ignore.js +56 -56
  616. package/lib/utility/jit-ignore/jit-ignore-json-helper.js +22 -22
  617. package/lib/utility/jit-path-helper.js +44 -44
  618. package/lib/utility/json-stringfy-helper/array.js +16 -16
  619. package/lib/utility/json-stringfy-helper/function.js +237 -237
  620. package/lib/utility/json-stringfy-helper/index.js +73 -73
  621. package/lib/utility/json-stringfy-helper/object.js +67 -67
  622. package/lib/utility/json-stringfy-helper/quote.js +58 -58
  623. package/lib/utility/json-stringfy-helper/stringify.js +29 -29
  624. package/lib/utility/json-stringfy-helper/types.js +2 -2
  625. package/lib/utility/line-reader.js +97 -97
  626. package/lib/utility/logger/date-format.js +37 -37
  627. package/lib/utility/logger/index.js +15 -15
  628. package/lib/utility/logger/logger-helper.js +47 -47
  629. package/lib/utility/logger/logger-level.js +12 -12
  630. package/lib/utility/mobile-approve/config-helper/form-jsonfile-reader.js +16 -16
  631. package/lib/utility/mobile-approve/config-helper/formatter-function-generator.js +67 -67
  632. package/lib/utility/mobile-approve/entity/attachment-panel-for-mobileapprove.js +51 -51
  633. package/lib/utility/mobile-approve/entity/base-mobile-approve.js +36 -36
  634. package/lib/utility/mobile-approve/entity/binding.js +25 -25
  635. package/lib/utility/mobile-approve/entity/child-detail-template.js +10 -10
  636. package/lib/utility/mobile-approve/entity/child-table-primary-relation.js +6 -6
  637. package/lib/utility/mobile-approve/entity/component-ref.js +33 -33
  638. package/lib/utility/mobile-approve/entity/component.js +55 -55
  639. package/lib/utility/mobile-approve/entity/content-container.js +42 -42
  640. package/lib/utility/mobile-approve/entity/detail-header-for-mobileapprove.js +122 -122
  641. package/lib/utility/mobile-approve/entity/detail-header-item.js +32 -32
  642. package/lib/utility/mobile-approve/entity/field-binding-parameter.js +24 -24
  643. package/lib/utility/mobile-approve/entity/fieldset-for-mobileapprove.js +42 -42
  644. package/lib/utility/mobile-approve/entity/flow-process-for-mobileapprove.js +34 -34
  645. package/lib/utility/mobile-approve/entity/html-panel-for-mobileapprove.js +48 -48
  646. package/lib/utility/mobile-approve/entity/html-template.js +25 -25
  647. package/lib/utility/mobile-approve/entity/index.js +27 -27
  648. package/lib/utility/mobile-approve/entity/module.js +39 -39
  649. package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js +101 -101
  650. package/lib/utility/mobile-approve/entity/panel-item-for-mobileapprove.js +38 -38
  651. package/lib/utility/mobile-approve/entity/person-avatar.js +24 -24
  652. package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js +71 -71
  653. package/lib/utility/mobile-approve/generator/dom-generator.js +20 -20
  654. package/lib/utility/mobile-approve/mobile-approve-manager.js +50 -50
  655. package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js +430 -430
  656. package/lib/utility/mobile-approve/template-generator/abstract-template-generator.js +6 -6
  657. package/lib/utility/mobile-approve/template-generator/component-template-generator.js +10 -10
  658. package/lib/utility/mobile-approve/template-generator/content-container-template-generator.js +10 -10
  659. package/lib/utility/mobile-approve/template-generator/detailheader-for-mobileapprove-template-generator.js +10 -10
  660. package/lib/utility/mobile-approve/template-generator/i-template-generator.js +2 -2
  661. package/lib/utility/mobile-approve/template-generator/index-html-generator.js +582 -582
  662. package/lib/utility/mobile-approve/template-generator/index.js +13 -13
  663. package/lib/utility/mobile-approve/template-generator/mobile-approve-templateconfig.js +39 -39
  664. package/lib/utility/mobile-approve/template-generator/panel-for-mobileapprove-template-generator.js +10 -10
  665. package/lib/utility/mobile-approve/template-generator/static-text-for-mobileapprove-template-generator.js +10 -10
  666. package/lib/utility/mobile-approve/template-generator/template-generator-factory.js +39 -39
  667. package/lib/utility/mobile-approve/template-generator/template-generator-manager.js +31 -31
  668. package/lib/utility/mobile-approve/template-generator/template-generator-type.js +11 -11
  669. package/lib/utility/module-reference/index.js +15 -15
  670. package/lib/utility/module-reference/module-prefix-replace.js +15 -15
  671. package/lib/utility/module-reference/module-reference-constant.js +9 -9
  672. package/lib/utility/module-reference/module-reference-manager.js +149 -149
  673. package/lib/utility/multi-textbox-checker.js +41 -41
  674. package/lib/utility/oa-relation-checker.js +42 -42
  675. package/lib/utility/organization-selector-checker.js +57 -57
  676. package/lib/utility/pageflow/index.js +13 -13
  677. package/lib/utility/pageflow/pageflowfile-reader.js +21 -21
  678. package/lib/utility/personnel-selector-checker.js +57 -57
  679. package/lib/utility/portlet-checker.js +41 -41
  680. package/lib/utility/primeng-treegrid-checker.js +41 -41
  681. package/lib/utility/progress-steps-checker.js +40 -40
  682. package/lib/utility/project-route-validator.js +22 -22
  683. package/lib/utility/project-version/index.js +13 -13
  684. package/lib/utility/project-version/project-version-content.js +34 -34
  685. package/lib/utility/project-version/project-version-filename-generator.js +30 -30
  686. package/lib/utility/project-version/project-version-manager.js +38 -38
  687. package/lib/utility/project-version/projectversion-file-reader.js +34 -34
  688. package/lib/utility/project-version/projectversion-file-writer.js +44 -44
  689. package/lib/utility/project-version/projectversion.js +91 -91
  690. package/lib/utility/qdp-jointsearch-generator.js +39 -39
  691. package/lib/utility/qdpForm-checker.js +63 -63
  692. package/lib/utility/qrcode-selector-checker.js +57 -57
  693. package/lib/utility/random-generator.js +26 -26
  694. package/lib/utility/route-page-executor.js +19 -19
  695. package/lib/utility/source-code-delete/delete-sourcecode-executor.js +24 -24
  696. package/lib/utility/template-generator/abstract-template-generator.js +31 -31
  697. package/lib/utility/template-generator/devkit/befproxy-template-generator.js +126 -126
  698. package/lib/utility/template-generator/devkit/commandhandler-template-generator.js +94 -94
  699. package/lib/utility/template-generator/devkit/component-generator/component-adminorganization-selector-parameter-generator.js +20 -20
  700. package/lib/utility/template-generator/devkit/component-generator/component-appointment-calendar-parameter-generator.js +76 -76
  701. package/lib/utility/template-generator/devkit/component-generator/component-avatar-parameter-generator.js +19 -19
  702. package/lib/utility/template-generator/devkit/component-generator/component-button-parameter-generator.js +23 -23
  703. package/lib/utility/template-generator/devkit/component-generator/component-checkgroup-parameter-generator.js +40 -40
  704. package/lib/utility/template-generator/devkit/component-generator/component-combolist-parameter-generator.js +48 -48
  705. package/lib/utility/template-generator/devkit/component-generator/component-constructor-parameter-generator.js +68 -68
  706. package/lib/utility/template-generator/devkit/component-generator/component-datebox-parameter-generator.js +19 -19
  707. package/lib/utility/template-generator/devkit/component-generator/component-datepicker-parameter-generator.js +19 -19
  708. package/lib/utility/template-generator/devkit/component-generator/component-employee-selector-parameter-generator.js +20 -20
  709. package/lib/utility/template-generator/devkit/component-generator/component-enumfield-parameter-generator.js +42 -42
  710. package/lib/utility/template-generator/devkit/component-generator/component-external-container-parameter-generator.js +191 -191
  711. package/lib/utility/template-generator/devkit/component-generator/component-farris-inputgroup-parameter-generator.js +95 -95
  712. package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +607 -607
  713. package/lib/utility/template-generator/devkit/component-generator/component-fieldset-parameter-generator.js +27 -27
  714. package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js +228 -228
  715. package/lib/utility/template-generator/devkit/component-generator/component-footer-parameter-generator.js +23 -23
  716. package/lib/utility/template-generator/devkit/component-generator/component-header-parameter-generator.js +74 -74
  717. package/lib/utility/template-generator/devkit/component-generator/component-hostbinding-class-generator.js +31 -31
  718. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +184 -184
  719. package/lib/utility/template-generator/devkit/component-generator/component-joint-search-parameter-generator.js +15 -15
  720. package/lib/utility/template-generator/devkit/component-generator/component-keybinding-service-generator.js +18 -18
  721. package/lib/utility/template-generator/devkit/component-generator/component-languagetextbox-parameter-generator.js +19 -19
  722. package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +218 -218
  723. package/lib/utility/template-generator/devkit/component-generator/component-listnav-parameter-generator.js +14 -14
  724. package/lib/utility/template-generator/devkit/component-generator/component-lookup-parameter-generator.js +71 -71
  725. package/lib/utility/template-generator/devkit/component-generator/component-modal-form-controls-generator.js +142 -142
  726. package/lib/utility/template-generator/devkit/component-generator/component-multitextbox-parameter-generator.js +19 -19
  727. package/lib/utility/template-generator/devkit/component-generator/component-nav-tab-parameter-generator.js +44 -44
  728. package/lib/utility/template-generator/devkit/component-generator/component-numberspinner-range-parameter-generator.js +52 -52
  729. package/lib/utility/template-generator/devkit/component-generator/component-numericbox-parameter-generator.js +19 -19
  730. package/lib/utility/template-generator/devkit/component-generator/component-organization-selector-parameter-generator.js +20 -20
  731. package/lib/utility/template-generator/devkit/component-generator/component-personnel-selector-parameter-generator.js +40 -40
  732. package/lib/utility/template-generator/devkit/component-generator/component-primeng-treegrid-parameter-generator.js +350 -350
  733. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +177 -177
  734. package/lib/utility/template-generator/devkit/component-generator/component-qdpframework-parameter-generator.js +17 -17
  735. package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js +385 -385
  736. package/lib/utility/template-generator/devkit/component-generator/component-radiogroup-parameter-generator.js +47 -47
  737. package/lib/utility/template-generator/devkit/component-generator/component-readonly-parameter-generator.js +17 -17
  738. package/lib/utility/template-generator/devkit/component-generator/component-richtextbox-parameter-generator.js +19 -19
  739. package/lib/utility/template-generator/devkit/component-generator/component-scrollspy-parameter-generator.js +64 -64
  740. package/lib/utility/template-generator/devkit/component-generator/component-selector-generator.js +18 -18
  741. package/lib/utility/template-generator/devkit/component-generator/component-sidebar-parameter-generator.js +17 -17
  742. package/lib/utility/template-generator/devkit/component-generator/component-styleurls-generator.js +20 -20
  743. package/lib/utility/template-generator/devkit/component-generator/component-tags-parameter-generator.js +40 -40
  744. package/lib/utility/template-generator/devkit/component-generator/component-textbox-parameter-generator.js +19 -19
  745. package/lib/utility/template-generator/devkit/component-generator/component-timepicker-parameter-generator.js +19 -19
  746. package/lib/utility/template-generator/devkit/component-generator/component-timespinner-parameter-generator.js +19 -19
  747. package/lib/utility/template-generator/devkit/component-generator/component-tooltype-parameter-generator.js +27 -27
  748. package/lib/utility/template-generator/devkit/component-generator/component-treegrid-parameter-generator.js +281 -281
  749. package/lib/utility/template-generator/devkit/component-generator/component-verify-parameter-generator.js +44 -44
  750. package/lib/utility/template-generator/devkit/component-generator/component-viewchange-parameter-generator.js +40 -40
  751. package/lib/utility/template-generator/devkit/component-generator/component-wizard-parameter-generator.js +59 -59
  752. package/lib/utility/template-generator/devkit/component-generator/index.js +40 -40
  753. package/lib/utility/template-generator/devkit/component-template-generator.js +513 -513
  754. package/lib/utility/template-generator/devkit/entity-template-generator.js +192 -192
  755. package/lib/utility/template-generator/devkit/event-template-generator.js +46 -46
  756. package/lib/utility/template-generator/devkit/form-template-generator.js +120 -120
  757. package/lib/utility/template-generator/devkit/lang-template-generator.js +2 -37
  758. package/lib/utility/template-generator/devkit/lang-template-generator.js.map +1 -1
  759. package/lib/utility/template-generator/devkit/module-generator/index.js +19 -19
  760. package/lib/utility/template-generator/devkit/module-generator/module-bootstrap-generator.js +23 -23
  761. package/lib/utility/template-generator/devkit/module-generator/module-declarations-generator.js +27 -27
  762. package/lib/utility/template-generator/devkit/module-generator/module-entrycomponents-generator.js +23 -23
  763. package/lib/utility/template-generator/devkit/module-generator/module-exports-generator.js +23 -23
  764. package/lib/utility/template-generator/devkit/module-generator/module-i18n-generator.js +17 -17
  765. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +303 -304
  766. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
  767. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +282 -300
  768. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
  769. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js +158 -158
  770. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js.map +1 -1
  771. package/lib/utility/template-generator/devkit/module-template-generator.js +46 -46
  772. package/lib/utility/template-generator/devkit/repository-template-generator.js +100 -100
  773. package/lib/utility/template-generator/devkit/router-template-generator.js +110 -110
  774. package/lib/utility/template-generator/devkit/state-template-generator.js +48 -48
  775. package/lib/utility/template-generator/devkit/statemachine-template-generator.js +70 -70
  776. package/lib/utility/template-generator/devkit/validrules-template-generator.js +55 -55
  777. package/lib/utility/template-generator/devkit/viewmodel-template-generator.js +140 -140
  778. package/lib/utility/template-generator/devkit-classname-templatetype-convertor.js +59 -59
  779. package/lib/utility/template-generator/form-jiexi/devkit/component-generator/index.js +15 -15
  780. package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-html-generator.js +10 -10
  781. package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-scss-generator.js +10 -10
  782. package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-ts-generator.js +62 -62
  783. package/lib/utility/template-generator/form-jiexi/devkit/metadata-generator/form-metadata-generator.js +50 -50
  784. package/lib/utility/template-generator/form-jiexi/devkit/metadata-generator/indexx.js +13 -13
  785. package/lib/utility/template-generator/form-jiexi/devkit/module-generator/form-module-generator.js +56 -56
  786. package/lib/utility/template-generator/form-jiexi/devkit/module-generator/form-module-routing-generator.js +35 -35
  787. package/lib/utility/template-generator/form-jiexi/devkit/module-generator/index.js +13 -13
  788. package/lib/utility/template-generator/form-jiexi/form-jiexi-generator-manager.js +81 -81
  789. package/lib/utility/template-generator/form-jiexi/sourcecode-delete-with-jiexiform.js +19 -19
  790. package/lib/utility/template-generator/i-template-generator.js +2 -2
  791. package/lib/utility/template-generator/index.js +16 -16
  792. package/lib/utility/template-generator/project/angularJson-generator.js +197 -197
  793. package/lib/utility/template-generator/project/environments/environment-prod-ts-generator.js +17 -17
  794. package/lib/utility/template-generator/project/environments/environment-ts-generator.js +17 -17
  795. package/lib/utility/template-generator/project/index-rollup-html-generator.js +109 -109
  796. package/lib/utility/template-generator/project/mail-ts-generator.js +27 -27
  797. package/lib/utility/template-generator/project/main-ts-aot-generaor.js +23 -23
  798. package/lib/utility/template-generator/project/package-json-generator.js +134 -134
  799. package/lib/utility/template-generator/project/polyfills-ts-generator.js +33 -33
  800. package/lib/utility/template-generator/project/tsconfig-app-flash-json-generator.js +26 -26
  801. package/lib/utility/template-generator/project/tsconfig-app-json-generator.js +26 -26
  802. package/lib/utility/template-generator/project/tsconfig-flash-json-generator.js +56 -56
  803. package/lib/utility/template-generator/project/tsconfig-json-generator.js +58 -58
  804. package/lib/utility/template-generator/project/version-check-service-generator.js +85 -85
  805. package/lib/utility/template-generator/project-app/app-component-scss-generator.js +17 -17
  806. package/lib/utility/template-generator/project-app/app-component-ts-generator.js +25 -25
  807. package/lib/utility/template-generator/project-app/app-module-ts-generator.js +151 -151
  808. package/lib/utility/template-generator/project-app/app-routing-module-generator.js +73 -73
  809. package/lib/utility/template-generator/project-app/index.js +16 -16
  810. package/lib/utility/template-generator/project-app/navigate-guard-generator.js +79 -79
  811. package/lib/utility/template-generator/project-app/systemjs-lc-moduleloader-generator.js +132 -132
  812. package/lib/utility/template-generator/subcontext-path-generator.js +19 -19
  813. package/lib/utility/template-generator/template-generator-factory.js +173 -173
  814. package/lib/utility/template-generator/template-generator-manager.js +119 -119
  815. package/lib/utility/template-generator/template-type.js +48 -48
  816. package/lib/utility/template-generator/ui/abstract-ui-template-generator.js +58 -58
  817. package/lib/utility/template-generator/ui/button-template-generator.js +17 -17
  818. package/lib/utility/template-generator/ui/html-attribute-name-constants.js +24 -24
  819. package/lib/utility/template-generator/ui/html-attribute-type.js +8 -8
  820. package/lib/utility/toolhepler.js +528 -528
  821. package/lib/utility/validator/IParams-validator.js +2 -2
  822. package/lib/utility/validator/default-params-validator.js +10 -10
  823. package/lib/utility/validator/index.js +16 -16
  824. package/lib/utility/validator/pageflow-json-validator.js +28 -28
  825. package/lib/utility/validator/params-validate-type.js +8 -8
  826. package/lib/utility/validator/params-validator-factory.js +54 -54
  827. package/lib/utility/validator/params-validator-manager.js +12 -12
  828. package/lib/utility/validator/uiconfig-parameter-validator.js +27 -27
  829. package/lib/utility/validator/validate-result.js +19 -19
  830. package/package.json +1 -1
  831. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js +0 -48
  832. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js.map +0 -1
  833. package/lib/template/ui/kendo/light-lookup.pug +0 -183
  834. package/lib/utility/advanced-component-recognizer.js +0 -75
  835. package/lib/utility/advanced-component-recognizer.js.map +0 -1
  836. package/lib/utility/external-service-lookup-checker.js +0 -28
  837. package/lib/utility/external-service-lookup-checker.js.map +0 -1
  838. package/lib/utility/farris-datagrid/external-service-lookup-editor.js +0 -96
  839. package/lib/utility/farris-datagrid/external-service-lookup-editor.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"devkit-template-config.js","sourceRoot":"","sources":["../../src/utility/devkit-template-config.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"devkit-template-config.js","sourceRoot":"","sources":["../../src/utility/devkit-template-config.ts"],"names":[],"mappings":"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"}
@@ -1,242 +1,242 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DirectoryFileHelper = void 0;
7
- const fs_1 = __importDefault(require("fs"));
8
- const path_1 = __importDefault(require("path"));
9
- const environment_constants_1 = require("./environment-constants");
10
- const line_reader_1 = require("./line-reader");
11
- const logger_1 = require("./logger");
12
- class DirectoryFileHelper {
13
- static isExists(dirname) {
14
- return fs_1.default.existsSync(dirname);
15
- }
16
- static mkdirsSync(dirname) {
17
- if (fs_1.default.existsSync(dirname)) {
18
- return true;
19
- }
20
- else {
21
- if (DirectoryFileHelper.mkdirsSync(path_1.default.dirname(dirname))) {
22
- fs_1.default.mkdirSync(dirname, 0o777);
23
- return true;
24
- }
25
- }
26
- }
27
- static copyDir(src, dist, callback) {
28
- if (fs_1.default.existsSync(dist) == false) {
29
- DirectoryFileHelper.mkdirsSync(dist);
30
- }
31
- _copy(null, src, dist);
32
- function _copy(err, src, dist) {
33
- if (err) {
34
- callback(err);
35
- }
36
- else {
37
- const dirPath = fs_1.default.readdirSync(src);
38
- dirPath.forEach(function (path) {
39
- const _src = src + '/' + path;
40
- const _dist = dist + '/' + path;
41
- const fsState = fs_1.default.statSync(_src);
42
- if (fsState.isFile()) {
43
- fs_1.default.writeFileSync(_dist, fs_1.default.readFileSync(_src));
44
- }
45
- else if (fsState.isDirectory()) {
46
- DirectoryFileHelper.copyDir(_src, _dist, callback);
47
- }
48
- });
49
- }
50
- }
51
- }
52
- static readJSONFile(filePath, encoding) {
53
- const data = this.readFile(filePath, encoding);
54
- try {
55
- if (data) {
56
- return JSON.parse(data);
57
- }
58
- else {
59
- logger_1.LoggerHelper.log(`json file has none data , the file path is ${filePath}`, logger_1.LoggerLevel.Warning);
60
- }
61
- }
62
- catch (ex) {
63
- logger_1.LoggerHelper.logWithError(`read json file failed, the file path is ${filePath} !`, ex, logger_1.LoggerLevel.Error);
64
- throw ex;
65
- }
66
- }
67
- static readFile(filePath, encoding) {
68
- let enc = 'utf8';
69
- if (encoding) {
70
- enc = encoding;
71
- }
72
- filePath = DirectoryFileHelper.normalizePath(filePath);
73
- if (fs_1.default.existsSync(filePath) == false) {
74
- const errorInfo = `file not exist,file path:${filePath}`;
75
- throw new Error(errorInfo);
76
- }
77
- return fs_1.default.readFileSync(filePath, enc);
78
- }
79
- static deleteFile(filePath, fileName) {
80
- this.deleteFileWithAbsoluatePath(path_1.default.join(filePath, fileName));
81
- }
82
- static deleteFileWithAbsoluatePath(filePath) {
83
- if (fs_1.default.existsSync(filePath)) {
84
- fs_1.default.unlinkSync(filePath);
85
- }
86
- }
87
- static deleteFolder(dirPath) {
88
- if (!fs_1.default.existsSync(dirPath)) {
89
- return;
90
- }
91
- const isSymbolLink = fs_1.default.lstatSync(dirPath).isSymbolicLink();
92
- if (isSymbolLink) {
93
- fs_1.default.unlinkSync(dirPath);
94
- }
95
- else {
96
- fs_1.default.rmdirSync(dirPath);
97
- }
98
- }
99
- static deleteFolderRecursive(folder, outDetail = false, onlyDeleteSymbolLink = true) {
100
- if (fs_1.default.existsSync(folder)) {
101
- if (fs_1.default.statSync(folder).isDirectory()) {
102
- fs_1.default.readdirSync(folder).forEach(function (file) {
103
- const curPath = path_1.default.join(folder, file);
104
- if (fs_1.default.statSync(curPath).isDirectory()) {
105
- const isSymbolLink = fs_1.default.lstatSync(curPath).isSymbolicLink();
106
- if (onlyDeleteSymbolLink && isSymbolLink) {
107
- DirectoryFileHelper.unLinkSync(curPath);
108
- }
109
- else {
110
- DirectoryFileHelper.deleteFolderRecursive(curPath);
111
- }
112
- }
113
- else {
114
- if (outDetail) {
115
- logger_1.LoggerHelper.log(`delete:${curPath}`);
116
- }
117
- DirectoryFileHelper.unLinkSync(curPath);
118
- }
119
- });
120
- if (outDetail) {
121
- logger_1.LoggerHelper.log(`delete:${folder}`);
122
- }
123
- fs_1.default.rmdirSync(folder);
124
- }
125
- else {
126
- if (outDetail) {
127
- logger_1.LoggerHelper.log(`delete:${folder}`);
128
- }
129
- DirectoryFileHelper.unLinkSync(folder);
130
- }
131
- }
132
- }
133
- static unLinkSync(path) {
134
- if (fs_1.default.existsSync(path)) {
135
- fs_1.default.unlinkSync(path);
136
- }
137
- }
138
- static copyFile(sourceFilePath, sourceFileName, targetFilePath, targetFileName) {
139
- const sourceFile = path_1.default.join(sourceFilePath, sourceFileName);
140
- if (this.isExists(sourceFile)) {
141
- fs_1.default.copyFile(sourceFile, path_1.default.join(targetFilePath, targetFileName), (err) => {
142
- if (err)
143
- throw err;
144
- });
145
- }
146
- }
147
- static createFile(filePath, fileName, content, isSync = false) {
148
- if (fs_1.default.existsSync(filePath) == false) {
149
- DirectoryFileHelper.mkdirsSync(filePath);
150
- }
151
- const executeEnvironment = environment_constants_1.EnvironmentConstants.getExecuteEnvironment();
152
- let mustSync = false;
153
- if (executeEnvironment && executeEnvironment == "UnitTest") {
154
- mustSync = true;
155
- }
156
- const fileNameAndPath = path_1.default.join(filePath, fileName);
157
- if (isSync == false) {
158
- if (mustSync == false) {
159
- fs_1.default.writeFile(fileNameAndPath, content, {
160
- encoding: 'utf8'
161
- }, function (err) {
162
- if (err) {
163
- console.log('create file failed,error message is ' + err);
164
- throw err;
165
- }
166
- });
167
- }
168
- else {
169
- fs_1.default.writeFileSync(fileNameAndPath, content, { encoding: 'utf8' });
170
- }
171
- }
172
- else {
173
- fs_1.default.writeFileSync(fileNameAndPath, content, { encoding: 'utf8' });
174
- }
175
- }
176
- static normalizePath(sourceFilePath) {
177
- return path_1.default.normalize(sourceFilePath);
178
- }
179
- static readFileByLine(filePath, removeEmpty = true, encoding) {
180
- if (fs_1.default.existsSync(filePath) == false) {
181
- return;
182
- }
183
- const lineReader = new line_reader_1.LineReader(filePath);
184
- try {
185
- lineReader.open();
186
- const lines = [];
187
- while (!lineReader._EOF) {
188
- const nextLine = lineReader.next();
189
- if (removeEmpty) {
190
- if (nextLine && nextLine.trim().length > 0) {
191
- lines.push(nextLine);
192
- }
193
- }
194
- else {
195
- lines.push(nextLine);
196
- }
197
- }
198
- return lines;
199
- }
200
- finally {
201
- lineReader.close();
202
- }
203
- }
204
- static getRelativePath(sourcePath, targetPath) {
205
- return path_1.default.relative(sourcePath, targetPath);
206
- }
207
- static getFilesInDir(dirPath) {
208
- if (fs_1.default.existsSync(dirPath)) {
209
- return fs_1.default.readdirSync(dirPath);
210
- }
211
- }
212
- static isEmptyDir(dirPath) {
213
- if (fs_1.default.existsSync(dirPath) && fs_1.default.statSync(dirPath).isDirectory()) {
214
- const fileList = fs_1.default.readdirSync(dirPath);
215
- return fileList != null && fileList.length == 0;
216
- }
217
- return false;
218
- }
219
- static rescureDir(dirPath, action) {
220
- if (fs_1.default.existsSync(dirPath) == false) {
221
- return;
222
- }
223
- if (fs_1.default.statSync(dirPath).isDirectory()) {
224
- fs_1.default.readdirSync(dirPath).forEach(function (file) {
225
- const curPath = path_1.default.join(dirPath, file);
226
- if (fs_1.default.statSync(curPath).isDirectory()) {
227
- DirectoryFileHelper.rescureDir(curPath, action);
228
- action(curPath, true);
229
- }
230
- else {
231
- action(curPath, false);
232
- }
233
- });
234
- action(dirPath, true);
235
- }
236
- else {
237
- action(dirPath, false);
238
- }
239
- }
240
- }
241
- exports.DirectoryFileHelper = DirectoryFileHelper;
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.DirectoryFileHelper = void 0;
7
+ const fs_1 = __importDefault(require("fs"));
8
+ const path_1 = __importDefault(require("path"));
9
+ const environment_constants_1 = require("./environment-constants");
10
+ const line_reader_1 = require("./line-reader");
11
+ const logger_1 = require("./logger");
12
+ class DirectoryFileHelper {
13
+ static isExists(dirname) {
14
+ return fs_1.default.existsSync(dirname);
15
+ }
16
+ static mkdirsSync(dirname) {
17
+ if (fs_1.default.existsSync(dirname)) {
18
+ return true;
19
+ }
20
+ else {
21
+ if (DirectoryFileHelper.mkdirsSync(path_1.default.dirname(dirname))) {
22
+ fs_1.default.mkdirSync(dirname, 0o777);
23
+ return true;
24
+ }
25
+ }
26
+ }
27
+ static copyDir(src, dist, callback) {
28
+ if (fs_1.default.existsSync(dist) == false) {
29
+ DirectoryFileHelper.mkdirsSync(dist);
30
+ }
31
+ _copy(null, src, dist);
32
+ function _copy(err, src, dist) {
33
+ if (err) {
34
+ callback(err);
35
+ }
36
+ else {
37
+ const dirPath = fs_1.default.readdirSync(src);
38
+ dirPath.forEach(function (path) {
39
+ const _src = src + '/' + path;
40
+ const _dist = dist + '/' + path;
41
+ const fsState = fs_1.default.statSync(_src);
42
+ if (fsState.isFile()) {
43
+ fs_1.default.writeFileSync(_dist, fs_1.default.readFileSync(_src));
44
+ }
45
+ else if (fsState.isDirectory()) {
46
+ DirectoryFileHelper.copyDir(_src, _dist, callback);
47
+ }
48
+ });
49
+ }
50
+ }
51
+ }
52
+ static readJSONFile(filePath, encoding) {
53
+ const data = this.readFile(filePath, encoding);
54
+ try {
55
+ if (data) {
56
+ return JSON.parse(data);
57
+ }
58
+ else {
59
+ logger_1.LoggerHelper.log(`json file has none data , the file path is ${filePath}`, logger_1.LoggerLevel.Warning);
60
+ }
61
+ }
62
+ catch (ex) {
63
+ logger_1.LoggerHelper.logWithError(`read json file failed, the file path is ${filePath} !`, ex, logger_1.LoggerLevel.Error);
64
+ throw ex;
65
+ }
66
+ }
67
+ static readFile(filePath, encoding) {
68
+ let enc = 'utf8';
69
+ if (encoding) {
70
+ enc = encoding;
71
+ }
72
+ filePath = DirectoryFileHelper.normalizePath(filePath);
73
+ if (fs_1.default.existsSync(filePath) == false) {
74
+ const errorInfo = `file not exist,file path:${filePath}`;
75
+ throw new Error(errorInfo);
76
+ }
77
+ return fs_1.default.readFileSync(filePath, enc);
78
+ }
79
+ static deleteFile(filePath, fileName) {
80
+ this.deleteFileWithAbsoluatePath(path_1.default.join(filePath, fileName));
81
+ }
82
+ static deleteFileWithAbsoluatePath(filePath) {
83
+ if (fs_1.default.existsSync(filePath)) {
84
+ fs_1.default.unlinkSync(filePath);
85
+ }
86
+ }
87
+ static deleteFolder(dirPath) {
88
+ if (!fs_1.default.existsSync(dirPath)) {
89
+ return;
90
+ }
91
+ const isSymbolLink = fs_1.default.lstatSync(dirPath).isSymbolicLink();
92
+ if (isSymbolLink) {
93
+ fs_1.default.unlinkSync(dirPath);
94
+ }
95
+ else {
96
+ fs_1.default.rmdirSync(dirPath);
97
+ }
98
+ }
99
+ static deleteFolderRecursive(folder, outDetail = false, onlyDeleteSymbolLink = true) {
100
+ if (fs_1.default.existsSync(folder)) {
101
+ if (fs_1.default.statSync(folder).isDirectory()) {
102
+ fs_1.default.readdirSync(folder).forEach(function (file) {
103
+ const curPath = path_1.default.join(folder, file);
104
+ if (fs_1.default.statSync(curPath).isDirectory()) {
105
+ const isSymbolLink = fs_1.default.lstatSync(curPath).isSymbolicLink();
106
+ if (onlyDeleteSymbolLink && isSymbolLink) {
107
+ DirectoryFileHelper.unLinkSync(curPath);
108
+ }
109
+ else {
110
+ DirectoryFileHelper.deleteFolderRecursive(curPath);
111
+ }
112
+ }
113
+ else {
114
+ if (outDetail) {
115
+ logger_1.LoggerHelper.log(`delete:${curPath}`);
116
+ }
117
+ DirectoryFileHelper.unLinkSync(curPath);
118
+ }
119
+ });
120
+ if (outDetail) {
121
+ logger_1.LoggerHelper.log(`delete:${folder}`);
122
+ }
123
+ fs_1.default.rmdirSync(folder);
124
+ }
125
+ else {
126
+ if (outDetail) {
127
+ logger_1.LoggerHelper.log(`delete:${folder}`);
128
+ }
129
+ DirectoryFileHelper.unLinkSync(folder);
130
+ }
131
+ }
132
+ }
133
+ static unLinkSync(path) {
134
+ if (fs_1.default.existsSync(path)) {
135
+ fs_1.default.unlinkSync(path);
136
+ }
137
+ }
138
+ static copyFile(sourceFilePath, sourceFileName, targetFilePath, targetFileName) {
139
+ const sourceFile = path_1.default.join(sourceFilePath, sourceFileName);
140
+ if (this.isExists(sourceFile)) {
141
+ fs_1.default.copyFile(sourceFile, path_1.default.join(targetFilePath, targetFileName), (err) => {
142
+ if (err)
143
+ throw err;
144
+ });
145
+ }
146
+ }
147
+ static createFile(filePath, fileName, content, isSync = false) {
148
+ if (fs_1.default.existsSync(filePath) == false) {
149
+ DirectoryFileHelper.mkdirsSync(filePath);
150
+ }
151
+ const executeEnvironment = environment_constants_1.EnvironmentConstants.getExecuteEnvironment();
152
+ let mustSync = false;
153
+ if (executeEnvironment && executeEnvironment == "UnitTest") {
154
+ mustSync = true;
155
+ }
156
+ const fileNameAndPath = path_1.default.join(filePath, fileName);
157
+ if (isSync == false) {
158
+ if (mustSync == false) {
159
+ fs_1.default.writeFile(fileNameAndPath, content, {
160
+ encoding: 'utf8'
161
+ }, function (err) {
162
+ if (err) {
163
+ console.log('create file failed,error message is ' + err);
164
+ throw err;
165
+ }
166
+ });
167
+ }
168
+ else {
169
+ fs_1.default.writeFileSync(fileNameAndPath, content, { encoding: 'utf8' });
170
+ }
171
+ }
172
+ else {
173
+ fs_1.default.writeFileSync(fileNameAndPath, content, { encoding: 'utf8' });
174
+ }
175
+ }
176
+ static normalizePath(sourceFilePath) {
177
+ return path_1.default.normalize(sourceFilePath);
178
+ }
179
+ static readFileByLine(filePath, removeEmpty = true, encoding) {
180
+ if (fs_1.default.existsSync(filePath) == false) {
181
+ return;
182
+ }
183
+ const lineReader = new line_reader_1.LineReader(filePath);
184
+ try {
185
+ lineReader.open();
186
+ const lines = [];
187
+ while (!lineReader._EOF) {
188
+ const nextLine = lineReader.next();
189
+ if (removeEmpty) {
190
+ if (nextLine && nextLine.trim().length > 0) {
191
+ lines.push(nextLine);
192
+ }
193
+ }
194
+ else {
195
+ lines.push(nextLine);
196
+ }
197
+ }
198
+ return lines;
199
+ }
200
+ finally {
201
+ lineReader.close();
202
+ }
203
+ }
204
+ static getRelativePath(sourcePath, targetPath) {
205
+ return path_1.default.relative(sourcePath, targetPath);
206
+ }
207
+ static getFilesInDir(dirPath) {
208
+ if (fs_1.default.existsSync(dirPath)) {
209
+ return fs_1.default.readdirSync(dirPath);
210
+ }
211
+ }
212
+ static isEmptyDir(dirPath) {
213
+ if (fs_1.default.existsSync(dirPath) && fs_1.default.statSync(dirPath).isDirectory()) {
214
+ const fileList = fs_1.default.readdirSync(dirPath);
215
+ return fileList != null && fileList.length == 0;
216
+ }
217
+ return false;
218
+ }
219
+ static rescureDir(dirPath, action) {
220
+ if (fs_1.default.existsSync(dirPath) == false) {
221
+ return;
222
+ }
223
+ if (fs_1.default.statSync(dirPath).isDirectory()) {
224
+ fs_1.default.readdirSync(dirPath).forEach(function (file) {
225
+ const curPath = path_1.default.join(dirPath, file);
226
+ if (fs_1.default.statSync(curPath).isDirectory()) {
227
+ DirectoryFileHelper.rescureDir(curPath, action);
228
+ action(curPath, true);
229
+ }
230
+ else {
231
+ action(curPath, false);
232
+ }
233
+ });
234
+ action(dirPath, true);
235
+ }
236
+ else {
237
+ action(dirPath, false);
238
+ }
239
+ }
240
+ }
241
+ exports.DirectoryFileHelper = DirectoryFileHelper;
242
242
  //# sourceMappingURL=directory-file-helper.js.map