lm_admin 2.0.27 → 2.0.28

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 (359) hide show
  1. package/SqlApiLib/Access/RootAccess.d.ts +17 -0
  2. package/SqlApiLib/Access/RootAccess.js +27 -0
  3. package/SqlApiLib/Access/RootAccess.js.map +1 -0
  4. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.d.ts +18 -0
  5. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js +25 -0
  6. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js.map +1 -0
  7. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.d.ts +7 -0
  8. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js +13 -0
  9. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js.map +1 -0
  10. package/SqlApiLib/ClassProperty/ArrayTableField.d.ts +5 -0
  11. package/SqlApiLib/ClassProperty/ArrayTableField.js +10 -0
  12. package/SqlApiLib/ClassProperty/ArrayTableField.js.map +1 -0
  13. package/SqlApiLib/ClassProperty/GetArrayTableFields.d.ts +2 -0
  14. package/SqlApiLib/ClassProperty/GetArrayTableFields.js +20 -0
  15. package/SqlApiLib/ClassProperty/GetArrayTableFields.js.map +1 -0
  16. package/SqlApiLib/ClassProperty/TableField.d.ts +28 -0
  17. package/SqlApiLib/ClassProperty/TableField.js +17 -0
  18. package/SqlApiLib/ClassProperty/TableField.js.map +1 -0
  19. package/SqlApiLib/IniSection/ClsIniSection.d.ts +21 -0
  20. package/SqlApiLib/IniSection/ClsIniSection.js +81 -0
  21. package/SqlApiLib/IniSection/ClsIniSection.js.map +1 -0
  22. package/SqlApiLib/IniSection/ClsIniSectionEdit.d.ts +10 -0
  23. package/SqlApiLib/IniSection/ClsIniSectionEdit.js +54 -0
  24. package/SqlApiLib/IniSection/ClsIniSectionEdit.js.map +1 -0
  25. package/SqlApiLib/InsertUpdate/InsertCommand.d.ts +5 -0
  26. package/SqlApiLib/InsertUpdate/InsertCommand.js +11 -0
  27. package/SqlApiLib/InsertUpdate/InsertCommand.js.map +1 -0
  28. package/SqlApiLib/InsertUpdate/UpdateCommand.d.ts +5 -0
  29. package/SqlApiLib/InsertUpdate/UpdateCommand.js +12 -0
  30. package/SqlApiLib/InsertUpdate/UpdateCommand.js.map +1 -0
  31. package/SqlApiLib/LmAgent/CopyLmAgentEdit.d.ts +2 -0
  32. package/SqlApiLib/LmAgent/CopyLmAgentEdit.js +19 -0
  33. package/SqlApiLib/LmAgent/CopyLmAgentEdit.js.map +1 -0
  34. package/SqlApiLib/LmAgent/GetLmAgentView.d.ts +2 -0
  35. package/SqlApiLib/LmAgent/GetLmAgentView.js +99 -0
  36. package/SqlApiLib/LmAgent/GetLmAgentView.js.map +1 -0
  37. package/SqlApiLib/LmAgent/LmAgent.d.ts +31 -0
  38. package/SqlApiLib/LmAgent/LmAgent.js +123 -0
  39. package/SqlApiLib/LmAgent/LmAgent.js.map +1 -0
  40. package/SqlApiLib/LmAgent/LmAgentAddData.d.ts +7 -0
  41. package/SqlApiLib/LmAgent/LmAgentAddData.js +39 -0
  42. package/SqlApiLib/LmAgent/LmAgentAddData.js.map +1 -0
  43. package/SqlApiLib/LmAgent/LmAgentEdit.d.ts +16 -0
  44. package/SqlApiLib/LmAgent/LmAgentEdit.js +78 -0
  45. package/SqlApiLib/LmAgent/LmAgentEdit.js.map +1 -0
  46. package/SqlApiLib/LmAgent/LmAgentSelect.d.ts +22 -0
  47. package/SqlApiLib/LmAgent/LmAgentSelect.js +108 -0
  48. package/SqlApiLib/LmAgent/LmAgentSelect.js.map +1 -0
  49. package/SqlApiLib/LmBanner/CopyLmBannerEdit.d.ts +2 -0
  50. package/SqlApiLib/LmBanner/CopyLmBannerEdit.js +17 -0
  51. package/SqlApiLib/LmBanner/CopyLmBannerEdit.js.map +1 -0
  52. package/SqlApiLib/LmBanner/GetLmBannerView.d.ts +2 -0
  53. package/SqlApiLib/LmBanner/GetLmBannerView.js +82 -0
  54. package/SqlApiLib/LmBanner/GetLmBannerView.js.map +1 -0
  55. package/SqlApiLib/LmBanner/LmBanner.d.ts +26 -0
  56. package/SqlApiLib/LmBanner/LmBanner.js +102 -0
  57. package/SqlApiLib/LmBanner/LmBanner.js.map +1 -0
  58. package/SqlApiLib/LmBanner/LmBannerEdit.d.ts +14 -0
  59. package/SqlApiLib/LmBanner/LmBannerEdit.js +68 -0
  60. package/SqlApiLib/LmBanner/LmBannerEdit.js.map +1 -0
  61. package/SqlApiLib/LmBanner/LmBannerSelect.d.ts +18 -0
  62. package/SqlApiLib/LmBanner/LmBannerSelect.js +88 -0
  63. package/SqlApiLib/LmBanner/LmBannerSelect.js.map +1 -0
  64. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.d.ts +2 -0
  65. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js +15 -0
  66. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js.map +1 -0
  67. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.d.ts +2 -0
  68. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js +78 -0
  69. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js.map +1 -0
  70. package/SqlApiLib/LmBannerGroup/LmBannerGroup.d.ts +32 -0
  71. package/SqlApiLib/LmBannerGroup/LmBannerGroup.js +105 -0
  72. package/SqlApiLib/LmBannerGroup/LmBannerGroup.js.map +1 -0
  73. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.d.ts +5 -0
  74. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js +29 -0
  75. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js.map +1 -0
  76. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.d.ts +11 -0
  77. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js +57 -0
  78. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js.map +1 -0
  79. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.d.ts +18 -0
  80. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js +84 -0
  81. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js.map +1 -0
  82. package/SqlApiLib/LmBasket/CopyLmBasketEdit.d.ts +2 -0
  83. package/SqlApiLib/LmBasket/CopyLmBasketEdit.js +22 -0
  84. package/SqlApiLib/LmBasket/CopyLmBasketEdit.js.map +1 -0
  85. package/SqlApiLib/LmBasket/GetLmBasketView.d.ts +2 -0
  86. package/SqlApiLib/LmBasket/GetLmBasketView.js +115 -0
  87. package/SqlApiLib/LmBasket/GetLmBasketView.js.map +1 -0
  88. package/SqlApiLib/LmBasket/LmBasket.d.ts +28 -0
  89. package/SqlApiLib/LmBasket/LmBasket.js +110 -0
  90. package/SqlApiLib/LmBasket/LmBasket.js.map +1 -0
  91. package/SqlApiLib/LmBasket/LmBasketAddData.d.ts +8 -0
  92. package/SqlApiLib/LmBasket/LmBasketAddData.js +44 -0
  93. package/SqlApiLib/LmBasket/LmBasketAddData.js.map +1 -0
  94. package/SqlApiLib/LmBasket/LmBasketEdit.d.ts +16 -0
  95. package/SqlApiLib/LmBasket/LmBasketEdit.js +76 -0
  96. package/SqlApiLib/LmBasket/LmBasketEdit.js.map +1 -0
  97. package/SqlApiLib/LmBasket/LmBasketSelect.d.ts +21 -0
  98. package/SqlApiLib/LmBasket/LmBasketSelect.js +105 -0
  99. package/SqlApiLib/LmBasket/LmBasketSelect.js.map +1 -0
  100. package/SqlApiLib/LmBrand/CopyLmBrandEdit.d.ts +2 -0
  101. package/SqlApiLib/LmBrand/CopyLmBrandEdit.js +13 -0
  102. package/SqlApiLib/LmBrand/CopyLmBrandEdit.js.map +1 -0
  103. package/SqlApiLib/LmBrand/GetLmBrandView.d.ts +2 -0
  104. package/SqlApiLib/LmBrand/GetLmBrandView.js +67 -0
  105. package/SqlApiLib/LmBrand/GetLmBrandView.js.map +1 -0
  106. package/SqlApiLib/LmBrand/LmBrand.d.ts +26 -0
  107. package/SqlApiLib/LmBrand/LmBrand.js +94 -0
  108. package/SqlApiLib/LmBrand/LmBrand.js.map +1 -0
  109. package/SqlApiLib/LmBrand/LmBrandAddData.d.ts +6 -0
  110. package/SqlApiLib/LmBrand/LmBrandAddData.js +34 -0
  111. package/SqlApiLib/LmBrand/LmBrandAddData.js.map +1 -0
  112. package/SqlApiLib/LmBrand/LmBrandEdit.d.ts +10 -0
  113. package/SqlApiLib/LmBrand/LmBrandEdit.js +48 -0
  114. package/SqlApiLib/LmBrand/LmBrandEdit.js.map +1 -0
  115. package/SqlApiLib/LmBrand/LmBrandSelect.d.ts +18 -0
  116. package/SqlApiLib/LmBrand/LmBrandSelect.js +88 -0
  117. package/SqlApiLib/LmBrand/LmBrandSelect.js.map +1 -0
  118. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.d.ts +2 -0
  119. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js +14 -0
  120. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js.map +1 -0
  121. package/SqlApiLib/LmCatalog/GetLmCatalogView.d.ts +2 -0
  122. package/SqlApiLib/LmCatalog/GetLmCatalogView.js +96 -0
  123. package/SqlApiLib/LmCatalog/GetLmCatalogView.js.map +1 -0
  124. package/SqlApiLib/LmCatalog/LmCatalog.d.ts +25 -0
  125. package/SqlApiLib/LmCatalog/LmCatalog.js +93 -0
  126. package/SqlApiLib/LmCatalog/LmCatalog.js.map +1 -0
  127. package/SqlApiLib/LmCatalog/LmCatalogAddData.d.ts +6 -0
  128. package/SqlApiLib/LmCatalog/LmCatalogAddData.js +34 -0
  129. package/SqlApiLib/LmCatalog/LmCatalogAddData.js.map +1 -0
  130. package/SqlApiLib/LmCatalog/LmCatalogEdit.d.ts +11 -0
  131. package/SqlApiLib/LmCatalog/LmCatalogEdit.js +53 -0
  132. package/SqlApiLib/LmCatalog/LmCatalogEdit.js.map +1 -0
  133. package/SqlApiLib/LmCatalog/LmCatalogSelect.d.ts +15 -0
  134. package/SqlApiLib/LmCatalog/LmCatalogSelect.js +73 -0
  135. package/SqlApiLib/LmCatalog/LmCatalogSelect.js.map +1 -0
  136. package/SqlApiLib/LmCatalog/TreeLmCatalog.d.ts +13 -0
  137. package/SqlApiLib/LmCatalog/TreeLmCatalog.js +67 -0
  138. package/SqlApiLib/LmCatalog/TreeLmCatalog.js.map +1 -0
  139. package/SqlApiLib/LmCountry/CopyLmCountryEdit.d.ts +2 -0
  140. package/SqlApiLib/LmCountry/CopyLmCountryEdit.js +16 -0
  141. package/SqlApiLib/LmCountry/CopyLmCountryEdit.js.map +1 -0
  142. package/SqlApiLib/LmCountry/GetLmCountryView.d.ts +2 -0
  143. package/SqlApiLib/LmCountry/GetLmCountryView.js +72 -0
  144. package/SqlApiLib/LmCountry/GetLmCountryView.js.map +1 -0
  145. package/SqlApiLib/LmCountry/LmCountry.d.ts +28 -0
  146. package/SqlApiLib/LmCountry/LmCountry.js +108 -0
  147. package/SqlApiLib/LmCountry/LmCountry.js.map +1 -0
  148. package/SqlApiLib/LmCountry/LmCountryAddData.d.ts +5 -0
  149. package/SqlApiLib/LmCountry/LmCountryAddData.js +29 -0
  150. package/SqlApiLib/LmCountry/LmCountryAddData.js.map +1 -0
  151. package/SqlApiLib/LmCountry/LmCountryEdit.d.ts +13 -0
  152. package/SqlApiLib/LmCountry/LmCountryEdit.js +63 -0
  153. package/SqlApiLib/LmCountry/LmCountryEdit.js.map +1 -0
  154. package/SqlApiLib/LmCountry/LmCountrySelect.d.ts +21 -0
  155. package/SqlApiLib/LmCountry/LmCountrySelect.js +103 -0
  156. package/SqlApiLib/LmCountry/LmCountrySelect.js.map +1 -0
  157. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.d.ts +2 -0
  158. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js +18 -0
  159. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js.map +1 -0
  160. package/SqlApiLib/LmDelivery/GetLmDeliveryView.d.ts +2 -0
  161. package/SqlApiLib/LmDelivery/GetLmDeliveryView.js +115 -0
  162. package/SqlApiLib/LmDelivery/GetLmDeliveryView.js.map +1 -0
  163. package/SqlApiLib/LmDelivery/LmDelivery.d.ts +34 -0
  164. package/SqlApiLib/LmDelivery/LmDelivery.js +115 -0
  165. package/SqlApiLib/LmDelivery/LmDelivery.js.map +1 -0
  166. package/SqlApiLib/LmDelivery/LmDeliveryAddData.d.ts +5 -0
  167. package/SqlApiLib/LmDelivery/LmDeliveryAddData.js +29 -0
  168. package/SqlApiLib/LmDelivery/LmDeliveryAddData.js.map +1 -0
  169. package/SqlApiLib/LmDelivery/LmDeliveryEdit.d.ts +15 -0
  170. package/SqlApiLib/LmDelivery/LmDeliveryEdit.js +71 -0
  171. package/SqlApiLib/LmDelivery/LmDeliveryEdit.js.map +1 -0
  172. package/SqlApiLib/LmDelivery/LmDeliverySelect.d.ts +18 -0
  173. package/SqlApiLib/LmDelivery/LmDeliverySelect.js +88 -0
  174. package/SqlApiLib/LmDelivery/LmDeliverySelect.js.map +1 -0
  175. package/SqlApiLib/LmGroup/CopyLmGroupEdit.d.ts +2 -0
  176. package/SqlApiLib/LmGroup/CopyLmGroupEdit.js +14 -0
  177. package/SqlApiLib/LmGroup/CopyLmGroupEdit.js.map +1 -0
  178. package/SqlApiLib/LmGroup/GetLmGroupView.d.ts +2 -0
  179. package/SqlApiLib/LmGroup/GetLmGroupView.js +72 -0
  180. package/SqlApiLib/LmGroup/GetLmGroupView.js.map +1 -0
  181. package/SqlApiLib/LmGroup/LmGroup.d.ts +22 -0
  182. package/SqlApiLib/LmGroup/LmGroup.js +84 -0
  183. package/SqlApiLib/LmGroup/LmGroup.js.map +1 -0
  184. package/SqlApiLib/LmGroup/LmGroupEdit.d.ts +10 -0
  185. package/SqlApiLib/LmGroup/LmGroupEdit.js +50 -0
  186. package/SqlApiLib/LmGroup/LmGroupEdit.js.map +1 -0
  187. package/SqlApiLib/LmGroup/LmGroupSelect.d.ts +15 -0
  188. package/SqlApiLib/LmGroup/LmGroupSelect.js +75 -0
  189. package/SqlApiLib/LmGroup/LmGroupSelect.js.map +1 -0
  190. package/SqlApiLib/LmImage/CopyLmImageEdit.d.ts +2 -0
  191. package/SqlApiLib/LmImage/CopyLmImageEdit.js +18 -0
  192. package/SqlApiLib/LmImage/CopyLmImageEdit.js.map +1 -0
  193. package/SqlApiLib/LmImage/LmImage.d.ts +27 -0
  194. package/SqlApiLib/LmImage/LmImage.js +107 -0
  195. package/SqlApiLib/LmImage/LmImage.js.map +1 -0
  196. package/SqlApiLib/LmImage/LmImageEdit.d.ts +14 -0
  197. package/SqlApiLib/LmImage/LmImageEdit.js +73 -0
  198. package/SqlApiLib/LmImage/LmImageEdit.js.map +1 -0
  199. package/SqlApiLib/LmImage/LmImageSelect.d.ts +20 -0
  200. package/SqlApiLib/LmImage/LmImageSelect.js +94 -0
  201. package/SqlApiLib/LmImage/LmImageSelect.js.map +1 -0
  202. package/SqlApiLib/LmImageObject/LmImageObject.d.ts +34 -0
  203. package/SqlApiLib/LmImageObject/LmImageObject.js +111 -0
  204. package/SqlApiLib/LmImageObject/LmImageObject.js.map +1 -0
  205. package/SqlApiLib/LmImageObject/LmImageObjectEdit.d.ts +14 -0
  206. package/SqlApiLib/LmImageObject/LmImageObjectEdit.js +68 -0
  207. package/SqlApiLib/LmImageObject/LmImageObjectEdit.js.map +1 -0
  208. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.d.ts +2 -0
  209. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js +13 -0
  210. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js.map +1 -0
  211. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.d.ts +2 -0
  212. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js +96 -0
  213. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js.map +1 -0
  214. package/SqlApiLib/LmManufacturer/LmManufacturer.d.ts +25 -0
  215. package/SqlApiLib/LmManufacturer/LmManufacturer.js +89 -0
  216. package/SqlApiLib/LmManufacturer/LmManufacturer.js.map +1 -0
  217. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.d.ts +7 -0
  218. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js +39 -0
  219. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js.map +1 -0
  220. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.d.ts +10 -0
  221. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js +48 -0
  222. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js.map +1 -0
  223. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.d.ts +17 -0
  224. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js +83 -0
  225. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js.map +1 -0
  226. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.d.ts +2 -0
  227. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js +15 -0
  228. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js.map +1 -0
  229. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.d.ts +2 -0
  230. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js +71 -0
  231. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js.map +1 -0
  232. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.d.ts +17 -0
  233. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js +83 -0
  234. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js.map +1 -0
  235. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.d.ts +6 -0
  236. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js +34 -0
  237. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js.map +1 -0
  238. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.d.ts +11 -0
  239. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js +57 -0
  240. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js.map +1 -0
  241. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.d.ts +14 -0
  242. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js +68 -0
  243. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js.map +1 -0
  244. package/SqlApiLib/LmOrder/GetLmOrderView.d.ts +2 -0
  245. package/SqlApiLib/LmOrder/GetLmOrderView.js +185 -0
  246. package/SqlApiLib/LmOrder/GetLmOrderView.js.map +1 -0
  247. package/SqlApiLib/LmOrder/LmOrder.d.ts +70 -0
  248. package/SqlApiLib/LmOrder/LmOrder.js +190 -0
  249. package/SqlApiLib/LmOrder/LmOrder.js.map +1 -0
  250. package/SqlApiLib/LmOrder/LmOrderAddData.d.ts +7 -0
  251. package/SqlApiLib/LmOrder/LmOrderAddData.js +39 -0
  252. package/SqlApiLib/LmOrder/LmOrderAddData.js.map +1 -0
  253. package/SqlApiLib/LmOrder/LmOrderEdit.d.ts +24 -0
  254. package/SqlApiLib/LmOrder/LmOrderEdit.js +116 -0
  255. package/SqlApiLib/LmOrder/LmOrderEdit.js.map +1 -0
  256. package/SqlApiLib/LmOrder/LmOrderInvoice.d.ts +18 -0
  257. package/SqlApiLib/LmOrder/LmOrderInvoice.js +66 -0
  258. package/SqlApiLib/LmOrder/LmOrderInvoice.js.map +1 -0
  259. package/SqlApiLib/LmOrder/LmOrderSelect.d.ts +24 -0
  260. package/SqlApiLib/LmOrder/LmOrderSelect.js +120 -0
  261. package/SqlApiLib/LmOrder/LmOrderSelect.js.map +1 -0
  262. package/SqlApiLib/LmPrice/LmPrice.d.ts +16 -0
  263. package/SqlApiLib/LmPrice/LmPrice.js +84 -0
  264. package/SqlApiLib/LmPrice/LmPrice.js.map +1 -0
  265. package/SqlApiLib/LmPrice/LmPriceEdit.d.ts +11 -0
  266. package/SqlApiLib/LmPrice/LmPriceEdit.js +59 -0
  267. package/SqlApiLib/LmPrice/LmPriceEdit.js.map +1 -0
  268. package/SqlApiLib/LmPrice/LmPriceSelect.d.ts +12 -0
  269. package/SqlApiLib/LmPrice/LmPriceSelect.js +60 -0
  270. package/SqlApiLib/LmPrice/LmPriceSelect.js.map +1 -0
  271. package/SqlApiLib/LmProduct/CopyLmProductEdit.d.ts +2 -0
  272. package/SqlApiLib/LmProduct/CopyLmProductEdit.js +26 -0
  273. package/SqlApiLib/LmProduct/CopyLmProductEdit.js.map +1 -0
  274. package/SqlApiLib/LmProduct/GetLmProductView.d.ts +2 -0
  275. package/SqlApiLib/LmProduct/GetLmProductView.js +146 -0
  276. package/SqlApiLib/LmProduct/GetLmProductView.js.map +1 -0
  277. package/SqlApiLib/LmProduct/GetLmProductViewTree.d.ts +2 -0
  278. package/SqlApiLib/LmProduct/GetLmProductViewTree.js +36 -0
  279. package/SqlApiLib/LmProduct/GetLmProductViewTree.js.map +1 -0
  280. package/SqlApiLib/LmProduct/LmProduct.d.ts +47 -0
  281. package/SqlApiLib/LmProduct/LmProduct.js +172 -0
  282. package/SqlApiLib/LmProduct/LmProduct.js.map +1 -0
  283. package/SqlApiLib/LmProduct/LmProductAddData.d.ts +9 -0
  284. package/SqlApiLib/LmProduct/LmProductAddData.js +49 -0
  285. package/SqlApiLib/LmProduct/LmProductAddData.js.map +1 -0
  286. package/SqlApiLib/LmProduct/LmProductEdit.d.ts +22 -0
  287. package/SqlApiLib/LmProduct/LmProductEdit.js +112 -0
  288. package/SqlApiLib/LmProduct/LmProductEdit.js.map +1 -0
  289. package/SqlApiLib/LmProduct/LmProductParameter.d.ts +9 -0
  290. package/SqlApiLib/LmProduct/LmProductParameter.js +47 -0
  291. package/SqlApiLib/LmProduct/LmProductParameter.js.map +1 -0
  292. package/SqlApiLib/LmProduct/LmProductSelect.d.ts +32 -0
  293. package/SqlApiLib/LmProduct/LmProductSelect.js +159 -0
  294. package/SqlApiLib/LmProduct/LmProductSelect.js.map +1 -0
  295. package/SqlApiLib/Menu/Menu.d.ts +9 -0
  296. package/SqlApiLib/Menu/Menu.js +15 -0
  297. package/SqlApiLib/Menu/Menu.js.map +1 -0
  298. package/SqlApiLib/Session/SqlTableParameters.d.ts +8 -0
  299. package/SqlApiLib/Session/SqlTableParameters.js +13 -0
  300. package/SqlApiLib/Session/SqlTableParameters.js.map +1 -0
  301. package/SqlApiLib/T14Group/CopyT14GroupEdit.d.ts +2 -0
  302. package/SqlApiLib/T14Group/CopyT14GroupEdit.js +14 -0
  303. package/SqlApiLib/T14Group/CopyT14GroupEdit.js.map +1 -0
  304. package/SqlApiLib/T14Group/GetT14GroupView.d.ts +2 -0
  305. package/SqlApiLib/T14Group/GetT14GroupView.js +50 -0
  306. package/SqlApiLib/T14Group/GetT14GroupView.js.map +1 -0
  307. package/SqlApiLib/T14Group/T14Group.d.ts +24 -0
  308. package/SqlApiLib/T14Group/T14Group.js +88 -0
  309. package/SqlApiLib/T14Group/T14Group.js.map +1 -0
  310. package/SqlApiLib/T14Group/T14GroupEdit.d.ts +11 -0
  311. package/SqlApiLib/T14Group/T14GroupEdit.js +53 -0
  312. package/SqlApiLib/T14Group/T14GroupEdit.js.map +1 -0
  313. package/SqlApiLib/T14Group/T14GroupSelect.d.ts +17 -0
  314. package/SqlApiLib/T14Group/T14GroupSelect.js +83 -0
  315. package/SqlApiLib/T14Group/T14GroupSelect.js.map +1 -0
  316. package/SqlApiLib/T14Login/CopyT14LoginEdit.d.ts +2 -0
  317. package/SqlApiLib/T14Login/CopyT14LoginEdit.js +22 -0
  318. package/SqlApiLib/T14Login/CopyT14LoginEdit.js.map +1 -0
  319. package/SqlApiLib/T14Login/GetT14LoginView.d.ts +2 -0
  320. package/SqlApiLib/T14Login/GetT14LoginView.js +78 -0
  321. package/SqlApiLib/T14Login/GetT14LoginView.js.map +1 -0
  322. package/SqlApiLib/T14Login/T14Login.d.ts +32 -0
  323. package/SqlApiLib/T14Login/T14Login.js +128 -0
  324. package/SqlApiLib/T14Login/T14Login.js.map +1 -0
  325. package/SqlApiLib/T14Login/T14LoginAddData.d.ts +6 -0
  326. package/SqlApiLib/T14Login/T14LoginAddData.js +34 -0
  327. package/SqlApiLib/T14Login/T14LoginAddData.js.map +1 -0
  328. package/SqlApiLib/T14Login/T14LoginEdit.d.ts +18 -0
  329. package/SqlApiLib/T14Login/T14LoginEdit.js +92 -0
  330. package/SqlApiLib/T14Login/T14LoginEdit.js.map +1 -0
  331. package/SqlApiLib/T14Login/T14LoginSelect.d.ts +18 -0
  332. package/SqlApiLib/T14Login/T14LoginSelect.js +88 -0
  333. package/SqlApiLib/T14Login/T14LoginSelect.js.map +1 -0
  334. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.d.ts +2 -0
  335. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js +13 -0
  336. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js.map +1 -0
  337. package/SqlApiLib/T14LoginGroup/T14LoginGroup.d.ts +15 -0
  338. package/SqlApiLib/T14LoginGroup/T14LoginGroup.js +73 -0
  339. package/SqlApiLib/T14LoginGroup/T14LoginGroup.js.map +1 -0
  340. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.d.ts +10 -0
  341. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js +48 -0
  342. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js.map +1 -0
  343. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.d.ts +16 -0
  344. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js +74 -0
  345. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js.map +1 -0
  346. package/SqlApiLib/Toolbar/CommonToolbar.d.ts +20 -0
  347. package/SqlApiLib/Toolbar/CommonToolbar.js +29 -0
  348. package/SqlApiLib/Toolbar/CommonToolbar.js.map +1 -0
  349. package/SqlApiLib/Toolbar/Toolbar.d.ts +6 -0
  350. package/SqlApiLib/Toolbar/Toolbar.js +12 -0
  351. package/SqlApiLib/Toolbar/Toolbar.js.map +1 -0
  352. package/SqlApiLib/User/UserInfo.d.ts +27 -0
  353. package/SqlApiLib/User/UserInfo.js +109 -0
  354. package/SqlApiLib/User/UserInfo.js.map +1 -0
  355. package/SqlApiLib/index.d.ts +117 -0
  356. package/SqlApiLib/index.js +240 -0
  357. package/SqlApiLib/index.js.map +1 -0
  358. package/SqlApiLib/tsconfig.tsbuildinfo +1 -0
  359. package/package.json +1 -2
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var LmDelivery_1;
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.LmDelivery = void 0;
14
+ const ts_serializer_1 = require("ts-serializer");
15
+ const LmDeliveryAddData_1 = require("./LmDeliveryAddData");
16
+ let LmDelivery = LmDelivery_1 = class LmDelivery extends ts_serializer_1.Serializable {
17
+ static ConvertToJson(lmDelivery) {
18
+ return JSON.stringify(lmDelivery.serialize()).replace(/\:null/gi, "\:\"\"");
19
+ }
20
+ constructor() {
21
+ super();
22
+ this.FullName = "";
23
+ this.ShortName = "";
24
+ this.NameComponent = "";
25
+ this.No = 0;
26
+ this.Type = LmDelivery_1.Type.Unknown;
27
+ this.Status = LmDelivery_1.Status.All;
28
+ this.Id = 0;
29
+ this.Json = "";
30
+ this.Uuid = "";
31
+ this.DateEdit = new Date();
32
+ this.DateCreate = new Date();
33
+ this.Editor = 0;
34
+ this.Creator = 0;
35
+ this.AdditionalData = new LmDeliveryAddData_1.LmDeliveryAddData();
36
+ }
37
+ };
38
+ exports.LmDelivery = LmDelivery;
39
+ __decorate([
40
+ (0, ts_serializer_1.SerializeProperty)({ map: "id" }),
41
+ __metadata("design:type", Number)
42
+ ], LmDelivery.prototype, "Id", void 0);
43
+ __decorate([
44
+ (0, ts_serializer_1.SerializeProperty)({ map: "fullName", optional: true }),
45
+ __metadata("design:type", String)
46
+ ], LmDelivery.prototype, "FullName", void 0);
47
+ __decorate([
48
+ (0, ts_serializer_1.SerializeProperty)({ map: "shortName", optional: true }),
49
+ __metadata("design:type", String)
50
+ ], LmDelivery.prototype, "ShortName", void 0);
51
+ __decorate([
52
+ (0, ts_serializer_1.SerializeProperty)({ map: "nameComponent", optional: true }),
53
+ __metadata("design:type", String)
54
+ ], LmDelivery.prototype, "NameComponent", void 0);
55
+ __decorate([
56
+ (0, ts_serializer_1.SerializeProperty)({ map: "no", optional: true }),
57
+ __metadata("design:type", Number)
58
+ ], LmDelivery.prototype, "No", void 0);
59
+ __decorate([
60
+ (0, ts_serializer_1.SerializeProperty)({ map: "type", optional: true }),
61
+ __metadata("design:type", Number)
62
+ ], LmDelivery.prototype, "Type", void 0);
63
+ __decorate([
64
+ (0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
65
+ __metadata("design:type", Number)
66
+ ], LmDelivery.prototype, "Status", void 0);
67
+ __decorate([
68
+ (0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
69
+ __metadata("design:type", String)
70
+ ], LmDelivery.prototype, "Json", void 0);
71
+ __decorate([
72
+ (0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
73
+ __metadata("design:type", String)
74
+ ], LmDelivery.prototype, "Uuid", void 0);
75
+ __decorate([
76
+ (0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
77
+ __metadata("design:type", Date)
78
+ ], LmDelivery.prototype, "DateEdit", void 0);
79
+ __decorate([
80
+ (0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
81
+ __metadata("design:type", Date)
82
+ ], LmDelivery.prototype, "DateCreate", void 0);
83
+ __decorate([
84
+ (0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
85
+ __metadata("design:type", Number)
86
+ ], LmDelivery.prototype, "Editor", void 0);
87
+ __decorate([
88
+ (0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
89
+ __metadata("design:type", Number)
90
+ ], LmDelivery.prototype, "Creator", void 0);
91
+ __decorate([
92
+ (0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmDeliveryAddData_1.LmDeliveryAddData, optional: true }),
93
+ __metadata("design:type", LmDeliveryAddData_1.LmDeliveryAddData)
94
+ ], LmDelivery.prototype, "AdditionalData", void 0);
95
+ exports.LmDelivery = LmDelivery = LmDelivery_1 = __decorate([
96
+ (0, ts_serializer_1.Serialize)({}),
97
+ __metadata("design:paramtypes", [])
98
+ ], LmDelivery);
99
+ (function (LmDelivery) {
100
+ let Status;
101
+ (function (Status) {
102
+ Status[Status["All"] = -1] = "All";
103
+ Status[Status["Unknown"] = 0] = "Unknown";
104
+ Status[Status["Enabled"] = 1] = "Enabled";
105
+ Status[Status["Disabled"] = 2] = "Disabled";
106
+ })(Status = LmDelivery.Status || (LmDelivery.Status = {}));
107
+ let Type;
108
+ (function (Type) {
109
+ Type[Type["All"] = -1] = "All";
110
+ Type[Type["Unknown"] = 0] = "Unknown";
111
+ Type[Type["Realy"] = 1] = "Realy";
112
+ Type[Type["Virtual"] = 2] = "Virtual";
113
+ })(Type = LmDelivery.Type || (LmDelivery.Type = {}));
114
+ })(LmDelivery || (exports.LmDelivery = LmDelivery = {}));
115
+ //# sourceMappingURL=LmDelivery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmDelivery.js","sourceRoot":"","sources":["LmDelivery.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { Serializable } from 'ts-serializer';
2
+ export declare class LmDeliveryAddData extends Serializable {
3
+ CountOfOrders: number;
4
+ constructor();
5
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.LmDeliveryAddData = void 0;
13
+ const ts_serializer_1 = require("ts-serializer");
14
+ let LmDeliveryAddData = class LmDeliveryAddData extends ts_serializer_1.Serializable {
15
+ constructor() {
16
+ super();
17
+ this.CountOfOrders = 0;
18
+ }
19
+ };
20
+ exports.LmDeliveryAddData = LmDeliveryAddData;
21
+ __decorate([
22
+ (0, ts_serializer_1.SerializeProperty)({ map: "countoforders", optional: true }),
23
+ __metadata("design:type", Number)
24
+ ], LmDeliveryAddData.prototype, "CountOfOrders", void 0);
25
+ exports.LmDeliveryAddData = LmDeliveryAddData = __decorate([
26
+ (0, ts_serializer_1.Serialize)({}),
27
+ __metadata("design:paramtypes", [])
28
+ ], LmDeliveryAddData);
29
+ //# sourceMappingURL=LmDeliveryAddData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmDeliveryAddData.js","sourceRoot":"","sources":["LmDeliveryAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,4BAAY;IAKlD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC;IACxB,CAAC;CACD,CAAA;AAVY,8CAAiB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDAC/B;4BAHjB,iBAAiB;IAD7B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,iBAAiB,CAU7B"}
@@ -0,0 +1,15 @@
1
+ import { Serializable } from "ts-serializer";
2
+ import { LmDelivery } from "./LmDelivery";
3
+ import { LmDeliveryAddData } from "./LmDeliveryAddData";
4
+ export declare class LmDeliveryEdit extends Serializable {
5
+ Id: number;
6
+ FullName: string;
7
+ ShortName: string;
8
+ NameComponent: string;
9
+ No: number;
10
+ Type: LmDelivery.Type;
11
+ Status: LmDelivery.Status;
12
+ Json: string;
13
+ AdditionalData: LmDeliveryAddData;
14
+ constructor();
15
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.LmDeliveryEdit = void 0;
13
+ const ts_serializer_1 = require("ts-serializer");
14
+ const LmDelivery_1 = require("./LmDelivery");
15
+ const LmDeliveryAddData_1 = require("./LmDeliveryAddData");
16
+ let LmDeliveryEdit = class LmDeliveryEdit extends ts_serializer_1.Serializable {
17
+ constructor() {
18
+ super();
19
+ this.FullName = "";
20
+ this.ShortName = "";
21
+ this.NameComponent = "";
22
+ this.No = 0;
23
+ this.Type = LmDelivery_1.LmDelivery.Type.Unknown;
24
+ this.Status = LmDelivery_1.LmDelivery.Status.All;
25
+ this.Id = 0;
26
+ this.Json = "";
27
+ this.AdditionalData = new LmDeliveryAddData_1.LmDeliveryAddData();
28
+ }
29
+ };
30
+ exports.LmDeliveryEdit = LmDeliveryEdit;
31
+ __decorate([
32
+ (0, ts_serializer_1.SerializeProperty)({ map: "id" }),
33
+ __metadata("design:type", Number)
34
+ ], LmDeliveryEdit.prototype, "Id", void 0);
35
+ __decorate([
36
+ (0, ts_serializer_1.SerializeProperty)({ map: "fullName", optional: true }),
37
+ __metadata("design:type", String)
38
+ ], LmDeliveryEdit.prototype, "FullName", void 0);
39
+ __decorate([
40
+ (0, ts_serializer_1.SerializeProperty)({ map: "shortName", optional: true }),
41
+ __metadata("design:type", String)
42
+ ], LmDeliveryEdit.prototype, "ShortName", void 0);
43
+ __decorate([
44
+ (0, ts_serializer_1.SerializeProperty)({ map: "nameComponent", optional: true }),
45
+ __metadata("design:type", String)
46
+ ], LmDeliveryEdit.prototype, "NameComponent", void 0);
47
+ __decorate([
48
+ (0, ts_serializer_1.SerializeProperty)({ map: "no", optional: true }),
49
+ __metadata("design:type", Number)
50
+ ], LmDeliveryEdit.prototype, "No", void 0);
51
+ __decorate([
52
+ (0, ts_serializer_1.SerializeProperty)({ map: "type", optional: true }),
53
+ __metadata("design:type", Number)
54
+ ], LmDeliveryEdit.prototype, "Type", void 0);
55
+ __decorate([
56
+ (0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
57
+ __metadata("design:type", Number)
58
+ ], LmDeliveryEdit.prototype, "Status", void 0);
59
+ __decorate([
60
+ (0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
61
+ __metadata("design:type", String)
62
+ ], LmDeliveryEdit.prototype, "Json", void 0);
63
+ __decorate([
64
+ (0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmDeliveryAddData_1.LmDeliveryAddData, optional: true }),
65
+ __metadata("design:type", LmDeliveryAddData_1.LmDeliveryAddData)
66
+ ], LmDeliveryEdit.prototype, "AdditionalData", void 0);
67
+ exports.LmDeliveryEdit = LmDeliveryEdit = __decorate([
68
+ (0, ts_serializer_1.Serialize)({}),
69
+ __metadata("design:paramtypes", [])
70
+ ], LmDeliveryEdit);
71
+ //# sourceMappingURL=LmDeliveryEdit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmDeliveryEdit.js","sourceRoot":"","sources":["LmDeliveryEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,6CAA0C;AAC1C,2DAAwD;AAGjD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,4BAAY;IA6B/C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;QACxB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,uBAAU,CAAC,IAAI,CAAC,OAAO,CAAC;QACpC,IAAI,CAAC,MAAM,GAAG,uBAAU,CAAC,MAAM,CAAC,GAAG,CAAC;QACpC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,cAAc,GAAG,IAAI,qCAAiB,EAAE,CAAC;IAC/C,CAAC;CACD,CAAA;AA1CY,wCAAc;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;0CACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC/B;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACpB;AAG1B;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,gBAAgB,EAAE,IAAI,EAAE,qCAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC/D,qCAAiB;sDAAC;yBA3B7B,cAAc;IAD1B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,cAAc,CA0C1B"}
@@ -0,0 +1,18 @@
1
+ import { Serializable } from "ts-serializer";
2
+ import { LmDelivery } from "./LmDelivery";
3
+ export declare class LmDeliverySelect extends Serializable {
4
+ Id: number;
5
+ FullName: string;
6
+ ShortName: string;
7
+ Uuid: string;
8
+ Status: LmDelivery.Status;
9
+ Type: LmDelivery.Type;
10
+ PageNo: number;
11
+ PageLength: number;
12
+ PagePortion: number;
13
+ TotalCount: number;
14
+ OrderBy: string;
15
+ Results: Array<LmDelivery>;
16
+ constructor();
17
+ static ConvertToJson(lmDeliverySelect: LmDeliverySelect): string;
18
+ }
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.LmDeliverySelect = void 0;
13
+ const ts_serializer_1 = require("ts-serializer");
14
+ const LmDelivery_1 = require("./LmDelivery");
15
+ let LmDeliverySelect = class LmDeliverySelect extends ts_serializer_1.Serializable {
16
+ constructor() {
17
+ super();
18
+ this.Id = 0;
19
+ this.FullName = "";
20
+ this.ShortName = "";
21
+ this.Uuid = "";
22
+ this.Status = LmDelivery_1.LmDelivery.Status.All;
23
+ this.Type = LmDelivery_1.LmDelivery.Type.All;
24
+ this.PageNo = 0;
25
+ this.PageLength = 0;
26
+ this.PagePortion = 0;
27
+ this.TotalCount = 0;
28
+ this.OrderBy = "id";
29
+ this.Results = new Array();
30
+ }
31
+ static ConvertToJson(lmDeliverySelect) {
32
+ return JSON.stringify(lmDeliverySelect.serialize()).replace(/\:null/gi, "\:\"\"");
33
+ }
34
+ };
35
+ exports.LmDeliverySelect = LmDeliverySelect;
36
+ __decorate([
37
+ (0, ts_serializer_1.SerializeProperty)({ map: "id" }),
38
+ __metadata("design:type", Number)
39
+ ], LmDeliverySelect.prototype, "Id", void 0);
40
+ __decorate([
41
+ (0, ts_serializer_1.SerializeProperty)({ map: "fullName", optional: true }),
42
+ __metadata("design:type", String)
43
+ ], LmDeliverySelect.prototype, "FullName", void 0);
44
+ __decorate([
45
+ (0, ts_serializer_1.SerializeProperty)({ map: "shortName", optional: true }),
46
+ __metadata("design:type", String)
47
+ ], LmDeliverySelect.prototype, "ShortName", void 0);
48
+ __decorate([
49
+ (0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
50
+ __metadata("design:type", String)
51
+ ], LmDeliverySelect.prototype, "Uuid", void 0);
52
+ __decorate([
53
+ (0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
54
+ __metadata("design:type", Number)
55
+ ], LmDeliverySelect.prototype, "Status", void 0);
56
+ __decorate([
57
+ (0, ts_serializer_1.SerializeProperty)({ map: "type", optional: true }),
58
+ __metadata("design:type", Number)
59
+ ], LmDeliverySelect.prototype, "Type", void 0);
60
+ __decorate([
61
+ (0, ts_serializer_1.SerializeProperty)({ map: "pageNo", optional: true }),
62
+ __metadata("design:type", Number)
63
+ ], LmDeliverySelect.prototype, "PageNo", void 0);
64
+ __decorate([
65
+ (0, ts_serializer_1.SerializeProperty)({ map: "pageLength", optional: true }),
66
+ __metadata("design:type", Number)
67
+ ], LmDeliverySelect.prototype, "PageLength", void 0);
68
+ __decorate([
69
+ (0, ts_serializer_1.SerializeProperty)({ map: "pagePortion", optional: true }),
70
+ __metadata("design:type", Number)
71
+ ], LmDeliverySelect.prototype, "PagePortion", void 0);
72
+ __decorate([
73
+ (0, ts_serializer_1.SerializeProperty)({ map: "totalCount", optional: true }),
74
+ __metadata("design:type", Number)
75
+ ], LmDeliverySelect.prototype, "TotalCount", void 0);
76
+ __decorate([
77
+ (0, ts_serializer_1.SerializeProperty)({ map: "orderBy", optional: true }),
78
+ __metadata("design:type", String)
79
+ ], LmDeliverySelect.prototype, "OrderBy", void 0);
80
+ __decorate([
81
+ (0, ts_serializer_1.SerializeProperty)({ map: "results", list: true, type: LmDelivery_1.LmDelivery, optional: true }),
82
+ __metadata("design:type", Array)
83
+ ], LmDeliverySelect.prototype, "Results", void 0);
84
+ exports.LmDeliverySelect = LmDeliverySelect = __decorate([
85
+ (0, ts_serializer_1.Serialize)({}),
86
+ __metadata("design:paramtypes", [])
87
+ ], LmDeliverySelect);
88
+ //# sourceMappingURL=LmDeliverySelect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmDeliverySelect.js","sourceRoot":"","sources":["LmDeliverySelect.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,6CAA0C;AAGnC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;IAsCjD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,uBAAU,CAAC,MAAM,CAAC,GAAG,CAAC;QACpC,IAAI,CAAC,IAAI,GAAG,uBAAU,CAAC,IAAI,CAAC,GAAG,CAAC;QAChC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;QACpB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,EAAc,CAAC;IACxC,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,gBAAkC;QAE7D,OAAO,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACnF,CAAC;CACD,CAAA;AA3DY,4CAAgB;AAGrB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;4CACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACpB;AAG1B;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACtB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC/B;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC/B;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC/B;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGhB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,uBAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpE,KAAK;iDAAa;2BApCtB,gBAAgB;IAD5B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,gBAAgB,CA2D5B"}
@@ -0,0 +1,2 @@
1
+ import { LmGroupEdit } from "./LmGroupEdit";
2
+ export declare function CopyLmGroupEdit(lmGroupEdit: LmGroupEdit): LmGroupEdit;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopyLmGroupEdit = CopyLmGroupEdit;
4
+ const LmGroupEdit_1 = require("./LmGroupEdit");
5
+ function CopyLmGroupEdit(lmGroupEdit) {
6
+ const newLmGroupEdit = new LmGroupEdit_1.LmGroupEdit();
7
+ newLmGroupEdit.Id = lmGroupEdit.Id;
8
+ newLmGroupEdit.Name = lmGroupEdit.Name;
9
+ newLmGroupEdit.Note = lmGroupEdit.Note;
10
+ newLmGroupEdit.Status = lmGroupEdit.Status;
11
+ newLmGroupEdit.Json = lmGroupEdit.Json;
12
+ return newLmGroupEdit;
13
+ }
14
+ //# sourceMappingURL=CopyLmGroupEdit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyLmGroupEdit.js","sourceRoot":"","sources":["CopyLmGroupEdit.ts"],"names":[],"mappings":";;AAEA,0CAUC;AAZD,+CAA4C;AAE5C,SAAgB,eAAe,CAAC,WAAwB;IAEvD,MAAM,cAAc,GAAgB,IAAI,yBAAW,EAAE,CAAC;IACtD,cAAc,CAAC,EAAE,GAAG,WAAW,CAAC,EAAE,CAAC;IACnC,cAAc,CAAC,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC;IACvC,cAAc,CAAC,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC;IACvC,cAAc,CAAC,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC;IAC3C,cAAc,CAAC,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC;IAEvC,OAAO,cAAc,CAAC;AACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { ArrayTableField } from "../ClassProperty/ArrayTableField";
2
+ export declare function GetLmGroupView(): ArrayTableField;
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetLmGroupView = GetLmGroupView;
4
+ const ArrayTableField_1 = require("../ClassProperty/ArrayTableField");
5
+ const TableField_1 = require("../ClassProperty/TableField");
6
+ function GetLmGroupView() {
7
+ const arrayTableField = new ArrayTableField_1.ArrayTableField();
8
+ let tableField = new TableField_1.TableField();
9
+ tableField.ColumnName = "№";
10
+ tableField.Field = "Npp";
11
+ tableField.ShowDefault = true;
12
+ arrayTableField.ArrayFields.push(tableField);
13
+ tableField = new TableField_1.TableField();
14
+ tableField.ColumnName = "Id";
15
+ tableField.Field = "Id";
16
+ tableField.ShowDefault = true;
17
+ tableField.Sort = "id";
18
+ tableField.SortDesc = "id desc";
19
+ arrayTableField.ArrayFields.push(tableField);
20
+ tableField = new TableField_1.TableField();
21
+ tableField.ColumnName = "Наименование";
22
+ tableField.Field = "Name";
23
+ tableField.ShowDefault = true;
24
+ tableField.Sort = "name";
25
+ tableField.SortDesc = "name desc";
26
+ arrayTableField.ArrayFields.push(tableField);
27
+ tableField = new TableField_1.TableField();
28
+ tableField.ColumnName = "Описание";
29
+ tableField.Field = "Note";
30
+ tableField.ShowDefault = false;
31
+ tableField.Sort = "note";
32
+ tableField.SortDesc = "note desc";
33
+ arrayTableField.ArrayFields.push(tableField);
34
+ tableField = new TableField_1.TableField();
35
+ tableField.ColumnName = "Статус";
36
+ tableField.Field = "Status";
37
+ tableField.ShowDefault = true;
38
+ tableField.Sort = "status";
39
+ tableField.SortDesc = "status desc";
40
+ arrayTableField.ArrayFields.push(tableField);
41
+ tableField = new TableField_1.TableField();
42
+ tableField.ColumnName = "Json";
43
+ tableField.Field = "Json";
44
+ tableField.ShowDefault = false;
45
+ tableField.Sort = "json";
46
+ tableField.SortDesc = "json desc";
47
+ tableField.ComponentName = "showJson";
48
+ arrayTableField.ArrayFields.push(tableField);
49
+ tableField = new TableField_1.TableField();
50
+ tableField.ColumnName = "Uuid";
51
+ tableField.Field = "Uuid";
52
+ tableField.ShowDefault = false;
53
+ tableField.Sort = "uuid";
54
+ tableField.SortDesc = "uuid desc";
55
+ arrayTableField.ArrayFields.push(tableField);
56
+ tableField = new TableField_1.TableField();
57
+ tableField.ColumnName = "Изменён";
58
+ tableField.Field = "DateEdit";
59
+ tableField.ShowDefault = false;
60
+ tableField.Sort = "dateEdit";
61
+ tableField.SortDesc = "dateEdit desc";
62
+ arrayTableField.ArrayFields.push(tableField);
63
+ tableField = new TableField_1.TableField();
64
+ tableField.ColumnName = "Создан";
65
+ tableField.Field = "DateCreate";
66
+ tableField.ShowDefault = false;
67
+ tableField.Sort = "dateCreate";
68
+ tableField.SortDesc = "dateCreate desc";
69
+ arrayTableField.ArrayFields.push(tableField);
70
+ return arrayTableField;
71
+ }
72
+ //# sourceMappingURL=GetLmGroupView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetLmGroupView.js","sourceRoot":"","sources":["GetLmGroupView.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ import { Serializable } from "ts-serializer";
2
+ export declare class LmGroup extends Serializable {
3
+ Id: number;
4
+ Name: string;
5
+ Note: string;
6
+ Status: LmGroup.Status;
7
+ Json: string;
8
+ Uuid: string;
9
+ DateEdit: Date;
10
+ DateCreate: Date;
11
+ Editor: number;
12
+ Creator: number;
13
+ constructor();
14
+ }
15
+ export declare namespace LmGroup {
16
+ enum Status {
17
+ All = -1,
18
+ Unknown = 0,
19
+ Enabled = 1,
20
+ Disabled = 2
21
+ }
22
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var LmGroup_1;
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.LmGroup = void 0;
14
+ const ts_serializer_1 = require("ts-serializer");
15
+ let LmGroup = LmGroup_1 = class LmGroup extends ts_serializer_1.Serializable {
16
+ constructor() {
17
+ super();
18
+ this.Name = "";
19
+ this.Note = "";
20
+ this.Status = LmGroup_1.Status.All;
21
+ this.Id = 0;
22
+ this.Json = "";
23
+ this.Uuid = "";
24
+ this.DateEdit = new Date();
25
+ this.DateCreate = new Date();
26
+ this.Editor = 0;
27
+ this.Creator = 0;
28
+ }
29
+ };
30
+ exports.LmGroup = LmGroup;
31
+ __decorate([
32
+ (0, ts_serializer_1.SerializeProperty)({ map: "id" }),
33
+ __metadata("design:type", Number)
34
+ ], LmGroup.prototype, "Id", void 0);
35
+ __decorate([
36
+ (0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
37
+ __metadata("design:type", String)
38
+ ], LmGroup.prototype, "Name", void 0);
39
+ __decorate([
40
+ (0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
41
+ __metadata("design:type", String)
42
+ ], LmGroup.prototype, "Note", void 0);
43
+ __decorate([
44
+ (0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
45
+ __metadata("design:type", Number)
46
+ ], LmGroup.prototype, "Status", void 0);
47
+ __decorate([
48
+ (0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
49
+ __metadata("design:type", String)
50
+ ], LmGroup.prototype, "Json", void 0);
51
+ __decorate([
52
+ (0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
53
+ __metadata("design:type", String)
54
+ ], LmGroup.prototype, "Uuid", void 0);
55
+ __decorate([
56
+ (0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
57
+ __metadata("design:type", Date)
58
+ ], LmGroup.prototype, "DateEdit", void 0);
59
+ __decorate([
60
+ (0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
61
+ __metadata("design:type", Date)
62
+ ], LmGroup.prototype, "DateCreate", void 0);
63
+ __decorate([
64
+ (0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
65
+ __metadata("design:type", Number)
66
+ ], LmGroup.prototype, "Editor", void 0);
67
+ __decorate([
68
+ (0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
69
+ __metadata("design:type", Number)
70
+ ], LmGroup.prototype, "Creator", void 0);
71
+ exports.LmGroup = LmGroup = LmGroup_1 = __decorate([
72
+ (0, ts_serializer_1.Serialize)({}),
73
+ __metadata("design:paramtypes", [])
74
+ ], LmGroup);
75
+ (function (LmGroup) {
76
+ let Status;
77
+ (function (Status) {
78
+ Status[Status["All"] = -1] = "All";
79
+ Status[Status["Unknown"] = 0] = "Unknown";
80
+ Status[Status["Enabled"] = 1] = "Enabled";
81
+ Status[Status["Disabled"] = 2] = "Disabled";
82
+ })(Status = LmGroup.Status || (LmGroup.Status = {}));
83
+ })(LmGroup || (exports.LmGroup = LmGroup = {}));
84
+ //# sourceMappingURL=LmGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmGroup.js","sourceRoot":"","sources":["LmGroup.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,OAAO,eAAb,MAAM,OAAQ,SAAQ,4BAAY;IAgCxC;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,SAAO,CAAC,MAAM,CAAC,GAAG,CAAC;QACjC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC;QAC3B,IAAI,CAAC,UAAU,GAAG,IAAI,IAAI,EAAE,CAAC;QAC7B,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;IAClB,CAAC;CACD,CAAA;AA9CY,0BAAO;AAGZ;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;mCACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCACvB;AAGvB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;yCAAC;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;2CAAC;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC/B;kBA9BX,OAAO;IADnB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,OAAO,CA8CnB;AAED,WAAiB,OAAO;IAEvB,IAAY,MAMX;IAND,WAAY,MAAM;QAEjB,kCAAQ,CAAA;QACR,yCAAW,CAAA;QACX,yCAAW,CAAA;QACX,2CAAY,CAAA;IACb,CAAC,EANW,MAAM,GAAN,cAAM,KAAN,cAAM,QAMjB;AACF,CAAC,EATgB,OAAO,uBAAP,OAAO,QASvB"}
@@ -0,0 +1,10 @@
1
+ import { Serializable } from "ts-serializer";
2
+ import { LmGroup } from "./LmGroup";
3
+ export declare class LmGroupEdit extends Serializable {
4
+ Id: number;
5
+ Name: string;
6
+ Note: string;
7
+ Status: LmGroup.Status;
8
+ Json: string;
9
+ constructor();
10
+ }