lm_admin 1.0.1

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 (500) 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/Access/RootAccess.ts +39 -0
  5. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.d.ts +18 -0
  6. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js +25 -0
  7. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js.map +1 -0
  8. package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.ts +33 -0
  9. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.d.ts +7 -0
  10. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js +13 -0
  11. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js.map +1 -0
  12. package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.ts +22 -0
  13. package/SqlApiLib/ClassProperty/ArrayTableField.d.ts +5 -0
  14. package/SqlApiLib/ClassProperty/ArrayTableField.js +10 -0
  15. package/SqlApiLib/ClassProperty/ArrayTableField.js.map +1 -0
  16. package/SqlApiLib/ClassProperty/ArrayTableField.ts +11 -0
  17. package/SqlApiLib/ClassProperty/GetArrayTableFields.d.ts +2 -0
  18. package/SqlApiLib/ClassProperty/GetArrayTableFields.js +21 -0
  19. package/SqlApiLib/ClassProperty/GetArrayTableFields.js.map +1 -0
  20. package/SqlApiLib/ClassProperty/GetArrayTableFields.ts +20 -0
  21. package/SqlApiLib/ClassProperty/TableField.d.ts +28 -0
  22. package/SqlApiLib/ClassProperty/TableField.js +17 -0
  23. package/SqlApiLib/ClassProperty/TableField.js.map +1 -0
  24. package/SqlApiLib/ClassProperty/TableField.ts +45 -0
  25. package/SqlApiLib/IniSection/ClsIniSection.d.ts +21 -0
  26. package/SqlApiLib/IniSection/ClsIniSection.js +81 -0
  27. package/SqlApiLib/IniSection/ClsIniSection.js.map +1 -0
  28. package/SqlApiLib/IniSection/ClsIniSection.ts +67 -0
  29. package/SqlApiLib/IniSection/ClsIniSectionEdit.d.ts +10 -0
  30. package/SqlApiLib/IniSection/ClsIniSectionEdit.js +54 -0
  31. package/SqlApiLib/IniSection/ClsIniSectionEdit.js.map +1 -0
  32. package/SqlApiLib/IniSection/ClsIniSectionEdit.ts +33 -0
  33. package/SqlApiLib/InsertUpdate/InsertCommand.d.ts +5 -0
  34. package/SqlApiLib/InsertUpdate/InsertCommand.js +11 -0
  35. package/SqlApiLib/InsertUpdate/InsertCommand.js.map +1 -0
  36. package/SqlApiLib/InsertUpdate/InsertCommand.ts +12 -0
  37. package/SqlApiLib/InsertUpdate/UpdateCommand.d.ts +5 -0
  38. package/SqlApiLib/InsertUpdate/UpdateCommand.js +12 -0
  39. package/SqlApiLib/InsertUpdate/UpdateCommand.js.map +1 -0
  40. package/SqlApiLib/InsertUpdate/UpdateCommand.ts +12 -0
  41. package/SqlApiLib/LmAgent/CopyLmAgentEdit.d.ts +2 -0
  42. package/SqlApiLib/LmAgent/CopyLmAgentEdit.js +20 -0
  43. package/SqlApiLib/LmAgent/CopyLmAgentEdit.js.map +1 -0
  44. package/SqlApiLib/LmAgent/CopyLmAgentEdit.ts +17 -0
  45. package/SqlApiLib/LmAgent/GetLmAgentView.d.ts +2 -0
  46. package/SqlApiLib/LmAgent/GetLmAgentView.js +92 -0
  47. package/SqlApiLib/LmAgent/GetLmAgentView.js.map +1 -0
  48. package/SqlApiLib/LmAgent/GetLmAgentView.ts +101 -0
  49. package/SqlApiLib/LmAgent/LmAgent.d.ts +31 -0
  50. package/SqlApiLib/LmAgent/LmAgent.js +123 -0
  51. package/SqlApiLib/LmAgent/LmAgent.js.map +1 -0
  52. package/SqlApiLib/LmAgent/LmAgent.ts +95 -0
  53. package/SqlApiLib/LmAgent/LmAgentAddData.d.ts +6 -0
  54. package/SqlApiLib/LmAgent/LmAgentAddData.js +34 -0
  55. package/SqlApiLib/LmAgent/LmAgentAddData.js.map +1 -0
  56. package/SqlApiLib/LmAgent/LmAgentAddData.ts +18 -0
  57. package/SqlApiLib/LmAgent/LmAgentEdit.d.ts +16 -0
  58. package/SqlApiLib/LmAgent/LmAgentEdit.js +78 -0
  59. package/SqlApiLib/LmAgent/LmAgentEdit.js.map +1 -0
  60. package/SqlApiLib/LmAgent/LmAgentEdit.ts +58 -0
  61. package/SqlApiLib/LmAgent/LmAgentSelect.d.ts +22 -0
  62. package/SqlApiLib/LmAgent/LmAgentSelect.js +108 -0
  63. package/SqlApiLib/LmAgent/LmAgentSelect.js.map +1 -0
  64. package/SqlApiLib/LmAgent/LmAgentSelect.ts +81 -0
  65. package/SqlApiLib/LmBanner/CopyLmBannerEdit.d.ts +2 -0
  66. package/SqlApiLib/LmBanner/CopyLmBannerEdit.js +18 -0
  67. package/SqlApiLib/LmBanner/CopyLmBannerEdit.js.map +1 -0
  68. package/SqlApiLib/LmBanner/CopyLmBannerEdit.ts +16 -0
  69. package/SqlApiLib/LmBanner/GetLmBannerView.d.ts +2 -0
  70. package/SqlApiLib/LmBanner/GetLmBannerView.js +83 -0
  71. package/SqlApiLib/LmBanner/GetLmBannerView.js.map +1 -0
  72. package/SqlApiLib/LmBanner/GetLmBannerView.ts +91 -0
  73. package/SqlApiLib/LmBanner/LmBanner.d.ts +26 -0
  74. package/SqlApiLib/LmBanner/LmBanner.js +102 -0
  75. package/SqlApiLib/LmBanner/LmBanner.js.map +1 -0
  76. package/SqlApiLib/LmBanner/LmBanner.ts +79 -0
  77. package/SqlApiLib/LmBanner/LmBannerAddData.d.ts +4 -0
  78. package/SqlApiLib/LmBanner/LmBannerAddData.js +24 -0
  79. package/SqlApiLib/LmBanner/LmBannerAddData.js.map +1 -0
  80. package/SqlApiLib/LmBanner/LmBannerEdit.d.ts +14 -0
  81. package/SqlApiLib/LmBanner/LmBannerEdit.js +68 -0
  82. package/SqlApiLib/LmBanner/LmBannerEdit.js.map +1 -0
  83. package/SqlApiLib/LmBanner/LmBannerEdit.ts +48 -0
  84. package/SqlApiLib/LmBanner/LmBannerSelect.d.ts +18 -0
  85. package/SqlApiLib/LmBanner/LmBannerSelect.js +88 -0
  86. package/SqlApiLib/LmBanner/LmBannerSelect.js.map +1 -0
  87. package/SqlApiLib/LmBanner/LmBannerSelect.ts +64 -0
  88. package/SqlApiLib/LmBanner/LmBannerView.d.ts +6 -0
  89. package/SqlApiLib/LmBanner/LmBannerView.js +30 -0
  90. package/SqlApiLib/LmBanner/LmBannerView.js.map +1 -0
  91. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.d.ts +2 -0
  92. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js +16 -0
  93. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js.map +1 -0
  94. package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.ts +14 -0
  95. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.d.ts +2 -0
  96. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js +79 -0
  97. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js.map +1 -0
  98. package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.ts +86 -0
  99. package/SqlApiLib/LmBannerGroup/LmBannerGroup.d.ts +32 -0
  100. package/SqlApiLib/LmBannerGroup/LmBannerGroup.js +105 -0
  101. package/SqlApiLib/LmBannerGroup/LmBannerGroup.js.map +1 -0
  102. package/SqlApiLib/LmBannerGroup/LmBannerGroup.ts +84 -0
  103. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.d.ts +5 -0
  104. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js +29 -0
  105. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js.map +1 -0
  106. package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.ts +14 -0
  107. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.d.ts +11 -0
  108. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js +57 -0
  109. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js.map +1 -0
  110. package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.ts +39 -0
  111. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.d.ts +18 -0
  112. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js +84 -0
  113. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js.map +1 -0
  114. package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.ts +61 -0
  115. package/SqlApiLib/LmBannerGroup/LmBannerGroupView.d.ts +6 -0
  116. package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js +30 -0
  117. package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js.map +1 -0
  118. package/SqlApiLib/LmBasket/CopyLmBasketEdit.d.ts +2 -0
  119. package/SqlApiLib/LmBasket/CopyLmBasketEdit.js +23 -0
  120. package/SqlApiLib/LmBasket/CopyLmBasketEdit.js.map +1 -0
  121. package/SqlApiLib/LmBasket/CopyLmBasketEdit.ts +20 -0
  122. package/SqlApiLib/LmBasket/GetLmBasketView.d.ts +2 -0
  123. package/SqlApiLib/LmBasket/GetLmBasketView.js +116 -0
  124. package/SqlApiLib/LmBasket/GetLmBasketView.js.map +1 -0
  125. package/SqlApiLib/LmBasket/GetLmBasketView.ts +129 -0
  126. package/SqlApiLib/LmBasket/LmBasket.d.ts +28 -0
  127. package/SqlApiLib/LmBasket/LmBasket.js +110 -0
  128. package/SqlApiLib/LmBasket/LmBasket.js.map +1 -0
  129. package/SqlApiLib/LmBasket/LmBasket.ts +83 -0
  130. package/SqlApiLib/LmBasket/LmBasketAddData.d.ts +8 -0
  131. package/SqlApiLib/LmBasket/LmBasketAddData.js +44 -0
  132. package/SqlApiLib/LmBasket/LmBasketAddData.js.map +1 -0
  133. package/SqlApiLib/LmBasket/LmBasketAddData.ts +26 -0
  134. package/SqlApiLib/LmBasket/LmBasketEdit.d.ts +16 -0
  135. package/SqlApiLib/LmBasket/LmBasketEdit.js +76 -0
  136. package/SqlApiLib/LmBasket/LmBasketEdit.js.map +1 -0
  137. package/SqlApiLib/LmBasket/LmBasketEdit.ts +52 -0
  138. package/SqlApiLib/LmBasket/LmBasketSelect.d.ts +21 -0
  139. package/SqlApiLib/LmBasket/LmBasketSelect.js +105 -0
  140. package/SqlApiLib/LmBasket/LmBasketSelect.js.map +1 -0
  141. package/SqlApiLib/LmBasket/LmBasketSelect.ts +75 -0
  142. package/SqlApiLib/LmBrand/CopyLmBrandEdit.d.ts +2 -0
  143. package/SqlApiLib/LmBrand/CopyLmBrandEdit.js +14 -0
  144. package/SqlApiLib/LmBrand/CopyLmBrandEdit.js.map +1 -0
  145. package/SqlApiLib/LmBrand/CopyLmBrandEdit.ts +12 -0
  146. package/SqlApiLib/LmBrand/GetLmBrandView.d.ts +2 -0
  147. package/SqlApiLib/LmBrand/GetLmBrandView.js +68 -0
  148. package/SqlApiLib/LmBrand/GetLmBrandView.js.map +1 -0
  149. package/SqlApiLib/LmBrand/GetLmBrandView.ts +73 -0
  150. package/SqlApiLib/LmBrand/LmBrand.d.ts +26 -0
  151. package/SqlApiLib/LmBrand/LmBrand.js +94 -0
  152. package/SqlApiLib/LmBrand/LmBrand.js.map +1 -0
  153. package/SqlApiLib/LmBrand/LmBrand.ts +73 -0
  154. package/SqlApiLib/LmBrand/LmBrandAddData.d.ts +6 -0
  155. package/SqlApiLib/LmBrand/LmBrandAddData.js +34 -0
  156. package/SqlApiLib/LmBrand/LmBrandAddData.js.map +1 -0
  157. package/SqlApiLib/LmBrand/LmBrandAddData.ts +18 -0
  158. package/SqlApiLib/LmBrand/LmBrandEdit.d.ts +10 -0
  159. package/SqlApiLib/LmBrand/LmBrandEdit.js +48 -0
  160. package/SqlApiLib/LmBrand/LmBrandEdit.js.map +1 -0
  161. package/SqlApiLib/LmBrand/LmBrandEdit.ts +32 -0
  162. package/SqlApiLib/LmBrand/LmBrandSelect.d.ts +18 -0
  163. package/SqlApiLib/LmBrand/LmBrandSelect.js +88 -0
  164. package/SqlApiLib/LmBrand/LmBrandSelect.js.map +1 -0
  165. package/SqlApiLib/LmBrand/LmBrandSelect.ts +64 -0
  166. package/SqlApiLib/LmBrand/LmBrandView.d.ts +6 -0
  167. package/SqlApiLib/LmBrand/LmBrandView.js +30 -0
  168. package/SqlApiLib/LmBrand/LmBrandView.js.map +1 -0
  169. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.d.ts +2 -0
  170. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js +15 -0
  171. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js.map +1 -0
  172. package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.ts +13 -0
  173. package/SqlApiLib/LmCatalog/GetLmCatalogView.d.ts +2 -0
  174. package/SqlApiLib/LmCatalog/GetLmCatalogView.js +97 -0
  175. package/SqlApiLib/LmCatalog/GetLmCatalogView.js.map +1 -0
  176. package/SqlApiLib/LmCatalog/GetLmCatalogView.ts +108 -0
  177. package/SqlApiLib/LmCatalog/LmCatalog.d.ts +25 -0
  178. package/SqlApiLib/LmCatalog/LmCatalog.js +93 -0
  179. package/SqlApiLib/LmCatalog/LmCatalog.js.map +1 -0
  180. package/SqlApiLib/LmCatalog/LmCatalog.ts +72 -0
  181. package/SqlApiLib/LmCatalog/LmCatalogAddData.d.ts +6 -0
  182. package/SqlApiLib/LmCatalog/LmCatalogAddData.js +34 -0
  183. package/SqlApiLib/LmCatalog/LmCatalogAddData.js.map +1 -0
  184. package/SqlApiLib/LmCatalog/LmCatalogAddData.ts +18 -0
  185. package/SqlApiLib/LmCatalog/LmCatalogEdit.d.ts +11 -0
  186. package/SqlApiLib/LmCatalog/LmCatalogEdit.js +53 -0
  187. package/SqlApiLib/LmCatalog/LmCatalogEdit.js.map +1 -0
  188. package/SqlApiLib/LmCatalog/LmCatalogEdit.ts +36 -0
  189. package/SqlApiLib/LmCatalog/LmCatalogSelect.d.ts +15 -0
  190. package/SqlApiLib/LmCatalog/LmCatalogSelect.js +73 -0
  191. package/SqlApiLib/LmCatalog/LmCatalogSelect.js.map +1 -0
  192. package/SqlApiLib/LmCatalog/LmCatalogSelect.ts +52 -0
  193. package/SqlApiLib/LmCatalog/TreeLmCatalog.d.ts +13 -0
  194. package/SqlApiLib/LmCatalog/TreeLmCatalog.js +67 -0
  195. package/SqlApiLib/LmCatalog/TreeLmCatalog.js.map +1 -0
  196. package/SqlApiLib/LmCatalog/TreeLmCatalog.ts +47 -0
  197. package/SqlApiLib/LmCountry/CopyLmCountryEdit.d.ts +2 -0
  198. package/SqlApiLib/LmCountry/CopyLmCountryEdit.js +17 -0
  199. package/SqlApiLib/LmCountry/CopyLmCountryEdit.js.map +1 -0
  200. package/SqlApiLib/LmCountry/CopyLmCountryEdit.ts +15 -0
  201. package/SqlApiLib/LmCountry/GetLmCountryView.d.ts +2 -0
  202. package/SqlApiLib/LmCountry/GetLmCountryView.js +73 -0
  203. package/SqlApiLib/LmCountry/GetLmCountryView.js.map +1 -0
  204. package/SqlApiLib/LmCountry/GetLmCountryView.ts +80 -0
  205. package/SqlApiLib/LmCountry/LmCountry.d.ts +28 -0
  206. package/SqlApiLib/LmCountry/LmCountry.js +108 -0
  207. package/SqlApiLib/LmCountry/LmCountry.js.map +1 -0
  208. package/SqlApiLib/LmCountry/LmCountry.ts +83 -0
  209. package/SqlApiLib/LmCountry/LmCountryAddData.d.ts +5 -0
  210. package/SqlApiLib/LmCountry/LmCountryAddData.js +29 -0
  211. package/SqlApiLib/LmCountry/LmCountryAddData.js.map +1 -0
  212. package/SqlApiLib/LmCountry/LmCountryAddData.ts +14 -0
  213. package/SqlApiLib/LmCountry/LmCountryEdit.d.ts +13 -0
  214. package/SqlApiLib/LmCountry/LmCountryEdit.js +63 -0
  215. package/SqlApiLib/LmCountry/LmCountryEdit.js.map +1 -0
  216. package/SqlApiLib/LmCountry/LmCountryEdit.ts +46 -0
  217. package/SqlApiLib/LmCountry/LmCountrySelect.d.ts +21 -0
  218. package/SqlApiLib/LmCountry/LmCountrySelect.js +103 -0
  219. package/SqlApiLib/LmCountry/LmCountrySelect.js.map +1 -0
  220. package/SqlApiLib/LmCountry/LmCountrySelect.ts +77 -0
  221. package/SqlApiLib/LmCountry/LmCountryView.d.ts +6 -0
  222. package/SqlApiLib/LmCountry/LmCountryView.js +30 -0
  223. package/SqlApiLib/LmCountry/LmCountryView.js.map +1 -0
  224. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.d.ts +2 -0
  225. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js +19 -0
  226. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js.map +1 -0
  227. package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.ts +17 -0
  228. package/SqlApiLib/LmDelivery/GetLmDeliveryView.d.ts +2 -0
  229. package/SqlApiLib/LmDelivery/GetLmDeliveryView.js +116 -0
  230. package/SqlApiLib/LmDelivery/GetLmDeliveryView.js.map +1 -0
  231. package/SqlApiLib/LmDelivery/GetLmDeliveryView.ts +130 -0
  232. package/SqlApiLib/LmDelivery/LmDelivery.d.ts +34 -0
  233. package/SqlApiLib/LmDelivery/LmDelivery.js +115 -0
  234. package/SqlApiLib/LmDelivery/LmDelivery.js.map +1 -0
  235. package/SqlApiLib/LmDelivery/LmDelivery.ts +91 -0
  236. package/SqlApiLib/LmDelivery/LmDeliveryAddData.d.ts +5 -0
  237. package/SqlApiLib/LmDelivery/LmDeliveryAddData.js +29 -0
  238. package/SqlApiLib/LmDelivery/LmDeliveryAddData.js.map +1 -0
  239. package/SqlApiLib/LmDelivery/LmDeliveryAddData.ts +14 -0
  240. package/SqlApiLib/LmDelivery/LmDeliveryEdit.d.ts +15 -0
  241. package/SqlApiLib/LmDelivery/LmDeliveryEdit.js +71 -0
  242. package/SqlApiLib/LmDelivery/LmDeliveryEdit.js.map +1 -0
  243. package/SqlApiLib/LmDelivery/LmDeliveryEdit.ts +48 -0
  244. package/SqlApiLib/LmDelivery/LmDeliverySelect.d.ts +18 -0
  245. package/SqlApiLib/LmDelivery/LmDeliverySelect.js +88 -0
  246. package/SqlApiLib/LmDelivery/LmDeliverySelect.js.map +1 -0
  247. package/SqlApiLib/LmDelivery/LmDeliverySelect.ts +64 -0
  248. package/SqlApiLib/LmGroup/CopyLmGroupEdit.d.ts +2 -0
  249. package/SqlApiLib/LmGroup/CopyLmGroupEdit.js +15 -0
  250. package/SqlApiLib/LmGroup/CopyLmGroupEdit.js.map +1 -0
  251. package/SqlApiLib/LmGroup/CopyLmGroupEdit.ts +13 -0
  252. package/SqlApiLib/LmGroup/GetLmGroupView.d.ts +2 -0
  253. package/SqlApiLib/LmGroup/GetLmGroupView.js +73 -0
  254. package/SqlApiLib/LmGroup/GetLmGroupView.js.map +1 -0
  255. package/SqlApiLib/LmGroup/GetLmGroupView.ts +79 -0
  256. package/SqlApiLib/LmGroup/LmGroup.d.ts +22 -0
  257. package/SqlApiLib/LmGroup/LmGroup.js +84 -0
  258. package/SqlApiLib/LmGroup/LmGroup.js.map +1 -0
  259. package/SqlApiLib/LmGroup/LmGroup.ts +61 -0
  260. package/SqlApiLib/LmGroup/LmGroupEdit.d.ts +10 -0
  261. package/SqlApiLib/LmGroup/LmGroupEdit.js +50 -0
  262. package/SqlApiLib/LmGroup/LmGroupEdit.js.map +1 -0
  263. package/SqlApiLib/LmGroup/LmGroupEdit.ts +31 -0
  264. package/SqlApiLib/LmGroup/LmGroupSelect.d.ts +15 -0
  265. package/SqlApiLib/LmGroup/LmGroupSelect.js +75 -0
  266. package/SqlApiLib/LmGroup/LmGroupSelect.js.map +1 -0
  267. package/SqlApiLib/LmGroup/LmGroupSelect.ts +51 -0
  268. package/SqlApiLib/LmImage/CopyLmImageEdit.d.ts +2 -0
  269. package/SqlApiLib/LmImage/CopyLmImageEdit.js +19 -0
  270. package/SqlApiLib/LmImage/CopyLmImageEdit.js.map +1 -0
  271. package/SqlApiLib/LmImage/CopyLmImageEdit.ts +17 -0
  272. package/SqlApiLib/LmImage/LmImage.d.ts +27 -0
  273. package/SqlApiLib/LmImage/LmImage.js +107 -0
  274. package/SqlApiLib/LmImage/LmImage.js.map +1 -0
  275. package/SqlApiLib/LmImage/LmImage.ts +83 -0
  276. package/SqlApiLib/LmImage/LmImageEdit.d.ts +14 -0
  277. package/SqlApiLib/LmImage/LmImageEdit.js +73 -0
  278. package/SqlApiLib/LmImage/LmImageEdit.js.map +1 -0
  279. package/SqlApiLib/LmImage/LmImageEdit.ts +52 -0
  280. package/SqlApiLib/LmImage/LmImageSelect.d.ts +20 -0
  281. package/SqlApiLib/LmImage/LmImageSelect.js +94 -0
  282. package/SqlApiLib/LmImage/LmImageSelect.js.map +1 -0
  283. package/SqlApiLib/LmImage/LmImageSelect.ts +69 -0
  284. package/SqlApiLib/LmImageObject/LmImageObject.d.ts +34 -0
  285. package/SqlApiLib/LmImageObject/LmImageObject.js +111 -0
  286. package/SqlApiLib/LmImageObject/LmImageObject.js.map +1 -0
  287. package/SqlApiLib/LmImageObject/LmImageObject.ts +89 -0
  288. package/SqlApiLib/LmImageObject/LmImageObjectEdit.d.ts +14 -0
  289. package/SqlApiLib/LmImageObject/LmImageObjectEdit.js +68 -0
  290. package/SqlApiLib/LmImageObject/LmImageObjectEdit.js.map +1 -0
  291. package/SqlApiLib/LmImageObject/LmImageObjectEdit.ts +48 -0
  292. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.d.ts +2 -0
  293. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js +14 -0
  294. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js.map +1 -0
  295. package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.ts +12 -0
  296. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.d.ts +2 -0
  297. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js +97 -0
  298. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js.map +1 -0
  299. package/SqlApiLib/LmManufacturer/GetLmManufacturerView.ts +106 -0
  300. package/SqlApiLib/LmManufacturer/LmManufacturer.d.ts +25 -0
  301. package/SqlApiLib/LmManufacturer/LmManufacturer.js +89 -0
  302. package/SqlApiLib/LmManufacturer/LmManufacturer.js.map +1 -0
  303. package/SqlApiLib/LmManufacturer/LmManufacturer.ts +67 -0
  304. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.d.ts +7 -0
  305. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js +39 -0
  306. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js.map +1 -0
  307. package/SqlApiLib/LmManufacturer/LmManufacturerAddData.ts +22 -0
  308. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.d.ts +10 -0
  309. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js +48 -0
  310. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js.map +1 -0
  311. package/SqlApiLib/LmManufacturer/LmManufacturerEdit.ts +32 -0
  312. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.d.ts +17 -0
  313. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js +83 -0
  314. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js.map +1 -0
  315. package/SqlApiLib/LmManufacturer/LmManufacturerSelect.ts +60 -0
  316. package/SqlApiLib/LmManufacturer/LmManufacturerView.d.ts +6 -0
  317. package/SqlApiLib/LmManufacturer/LmManufacturerView.js +30 -0
  318. package/SqlApiLib/LmManufacturer/LmManufacturerView.js.map +1 -0
  319. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.d.ts +2 -0
  320. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js +16 -0
  321. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js.map +1 -0
  322. package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.ts +13 -0
  323. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.d.ts +2 -0
  324. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js +112 -0
  325. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js.map +1 -0
  326. package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.ts +122 -0
  327. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.d.ts +18 -0
  328. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js +88 -0
  329. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js.map +1 -0
  330. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.ts +63 -0
  331. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.d.ts +6 -0
  332. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js +34 -0
  333. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js.map +1 -0
  334. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.ts +18 -0
  335. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.d.ts +11 -0
  336. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js +57 -0
  337. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js.map +1 -0
  338. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.ts +39 -0
  339. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.d.ts +12 -0
  340. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js +58 -0
  341. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js.map +1 -0
  342. package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.ts +41 -0
  343. package/SqlApiLib/LmOrder/GetLmOrderView.d.ts +2 -0
  344. package/SqlApiLib/LmOrder/GetLmOrderView.js +182 -0
  345. package/SqlApiLib/LmOrder/GetLmOrderView.js.map +1 -0
  346. package/SqlApiLib/LmOrder/GetLmOrderView.ts +203 -0
  347. package/SqlApiLib/LmOrder/LmOrder.d.ts +66 -0
  348. package/SqlApiLib/LmOrder/LmOrder.js +186 -0
  349. package/SqlApiLib/LmOrder/LmOrder.js.map +1 -0
  350. package/SqlApiLib/LmOrder/LmOrder.ts +152 -0
  351. package/SqlApiLib/LmOrder/LmOrderAddData.d.ts +7 -0
  352. package/SqlApiLib/LmOrder/LmOrderAddData.js +39 -0
  353. package/SqlApiLib/LmOrder/LmOrderAddData.js.map +1 -0
  354. package/SqlApiLib/LmOrder/LmOrderAddData.ts +22 -0
  355. package/SqlApiLib/LmOrder/LmOrderEdit.d.ts +24 -0
  356. package/SqlApiLib/LmOrder/LmOrderEdit.js +116 -0
  357. package/SqlApiLib/LmOrder/LmOrderEdit.js.map +1 -0
  358. package/SqlApiLib/LmOrder/LmOrderEdit.ts +84 -0
  359. package/SqlApiLib/LmOrder/LmOrderSelect.d.ts +23 -0
  360. package/SqlApiLib/LmOrder/LmOrderSelect.js +115 -0
  361. package/SqlApiLib/LmOrder/LmOrderSelect.js.map +1 -0
  362. package/SqlApiLib/LmOrder/LmOrderSelect.ts +83 -0
  363. package/SqlApiLib/LmPrice/LmPrice.d.ts +16 -0
  364. package/SqlApiLib/LmPrice/LmPrice.js +84 -0
  365. package/SqlApiLib/LmPrice/LmPrice.js.map +1 -0
  366. package/SqlApiLib/LmPrice/LmPrice.ts +58 -0
  367. package/SqlApiLib/LmPrice/LmPriceEdit.d.ts +11 -0
  368. package/SqlApiLib/LmPrice/LmPriceEdit.js +59 -0
  369. package/SqlApiLib/LmPrice/LmPriceEdit.js.map +1 -0
  370. package/SqlApiLib/LmPrice/LmPriceEdit.ts +38 -0
  371. package/SqlApiLib/LmPrice/LmPriceSelect.d.ts +12 -0
  372. package/SqlApiLib/LmPrice/LmPriceSelect.js +60 -0
  373. package/SqlApiLib/LmPrice/LmPriceSelect.js.map +1 -0
  374. package/SqlApiLib/LmPrice/LmPriceSelect.ts +39 -0
  375. package/SqlApiLib/LmProduct/CopyLmProductEdit.d.ts +2 -0
  376. package/SqlApiLib/LmProduct/CopyLmProductEdit.js +27 -0
  377. package/SqlApiLib/LmProduct/CopyLmProductEdit.js.map +1 -0
  378. package/SqlApiLib/LmProduct/CopyLmProductEdit.ts +25 -0
  379. package/SqlApiLib/LmProduct/GetLmProductView.d.ts +2 -0
  380. package/SqlApiLib/LmProduct/GetLmProductView.js +140 -0
  381. package/SqlApiLib/LmProduct/GetLmProductView.js.map +1 -0
  382. package/SqlApiLib/LmProduct/GetLmProductView.ts +156 -0
  383. package/SqlApiLib/LmProduct/GetLmProductViewTree.d.ts +2 -0
  384. package/SqlApiLib/LmProduct/GetLmProductViewTree.js +37 -0
  385. package/SqlApiLib/LmProduct/GetLmProductViewTree.js.map +1 -0
  386. package/SqlApiLib/LmProduct/GetLmProductViewTree.ts +38 -0
  387. package/SqlApiLib/LmProduct/LmProduct.d.ts +47 -0
  388. package/SqlApiLib/LmProduct/LmProduct.js +172 -0
  389. package/SqlApiLib/LmProduct/LmProduct.js.map +1 -0
  390. package/SqlApiLib/LmProduct/LmProduct.ts +137 -0
  391. package/SqlApiLib/LmProduct/LmProductAddData.d.ts +9 -0
  392. package/SqlApiLib/LmProduct/LmProductAddData.js +49 -0
  393. package/SqlApiLib/LmProduct/LmProductAddData.js.map +1 -0
  394. package/SqlApiLib/LmProduct/LmProductAddData.ts +31 -0
  395. package/SqlApiLib/LmProduct/LmProductEdit.d.ts +22 -0
  396. package/SqlApiLib/LmProduct/LmProductEdit.js +112 -0
  397. package/SqlApiLib/LmProduct/LmProductEdit.js.map +1 -0
  398. package/SqlApiLib/LmProduct/LmProductEdit.ts +83 -0
  399. package/SqlApiLib/LmProduct/LmProductParameter.d.ts +9 -0
  400. package/SqlApiLib/LmProduct/LmProductParameter.js +47 -0
  401. package/SqlApiLib/LmProduct/LmProductParameter.js.map +1 -0
  402. package/SqlApiLib/LmProduct/LmProductParameter.ts +36 -0
  403. package/SqlApiLib/LmProduct/LmProductSelect.d.ts +33 -0
  404. package/SqlApiLib/LmProduct/LmProductSelect.js +163 -0
  405. package/SqlApiLib/LmProduct/LmProductSelect.js.map +1 -0
  406. package/SqlApiLib/LmProduct/LmProductSelect.ts +125 -0
  407. package/SqlApiLib/LmProduct/LmProductView.d.ts +6 -0
  408. package/SqlApiLib/LmProduct/LmProductView.js +30 -0
  409. package/SqlApiLib/LmProduct/LmProductView.js.map +1 -0
  410. package/SqlApiLib/Menu/ChoiseMenu.d.ts +0 -0
  411. package/SqlApiLib/Menu/ChoiseMenu.js +13 -0
  412. package/SqlApiLib/Menu/ChoiseMenu.js.map +1 -0
  413. package/SqlApiLib/Menu/Menu.d.ts +9 -0
  414. package/SqlApiLib/Menu/Menu.js +15 -0
  415. package/SqlApiLib/Menu/Menu.js.map +1 -0
  416. package/SqlApiLib/Menu/Menu.ts +19 -0
  417. package/SqlApiLib/Session/SessionVariables.d.ts +9 -0
  418. package/SqlApiLib/Session/SessionVariables.js +14 -0
  419. package/SqlApiLib/Session/SessionVariables.js.map +1 -0
  420. package/SqlApiLib/Session/SqlTableParameters.d.ts +8 -0
  421. package/SqlApiLib/Session/SqlTableParameters.js +13 -0
  422. package/SqlApiLib/Session/SqlTableParameters.js.map +1 -0
  423. package/SqlApiLib/Session/SqlTableParameters.ts +17 -0
  424. package/SqlApiLib/T14Group/CopyT14GroupEdit.d.ts +2 -0
  425. package/SqlApiLib/T14Group/CopyT14GroupEdit.js +15 -0
  426. package/SqlApiLib/T14Group/CopyT14GroupEdit.js.map +1 -0
  427. package/SqlApiLib/T14Group/CopyT14GroupEdit.ts +12 -0
  428. package/SqlApiLib/T14Group/GetT14GroupView.d.ts +2 -0
  429. package/SqlApiLib/T14Group/GetT14GroupView.js +51 -0
  430. package/SqlApiLib/T14Group/GetT14GroupView.js.map +1 -0
  431. package/SqlApiLib/T14Group/GetT14GroupView.ts +54 -0
  432. package/SqlApiLib/T14Group/T14Group.d.ts +24 -0
  433. package/SqlApiLib/T14Group/T14Group.js +88 -0
  434. package/SqlApiLib/T14Group/T14Group.js.map +1 -0
  435. package/SqlApiLib/T14Group/T14Group.ts +67 -0
  436. package/SqlApiLib/T14Group/T14GroupEdit.d.ts +11 -0
  437. package/SqlApiLib/T14Group/T14GroupEdit.js +53 -0
  438. package/SqlApiLib/T14Group/T14GroupEdit.js.map +1 -0
  439. package/SqlApiLib/T14Group/T14GroupEdit.ts +36 -0
  440. package/SqlApiLib/T14Group/T14GroupSelect.d.ts +17 -0
  441. package/SqlApiLib/T14Group/T14GroupSelect.js +83 -0
  442. package/SqlApiLib/T14Group/T14GroupSelect.js.map +1 -0
  443. package/SqlApiLib/T14Group/T14GroupSelect.ts +60 -0
  444. package/SqlApiLib/T14Login/CopyT14LoginEdit.d.ts +2 -0
  445. package/SqlApiLib/T14Login/CopyT14LoginEdit.js +23 -0
  446. package/SqlApiLib/T14Login/CopyT14LoginEdit.js.map +1 -0
  447. package/SqlApiLib/T14Login/CopyT14LoginEdit.ts +21 -0
  448. package/SqlApiLib/T14Login/GetT14LoginView.d.ts +2 -0
  449. package/SqlApiLib/T14Login/GetT14LoginView.js +79 -0
  450. package/SqlApiLib/T14Login/GetT14LoginView.js.map +1 -0
  451. package/SqlApiLib/T14Login/GetT14LoginView.ts +86 -0
  452. package/SqlApiLib/T14Login/T14Login.d.ts +32 -0
  453. package/SqlApiLib/T14Login/T14Login.js +128 -0
  454. package/SqlApiLib/T14Login/T14Login.js.map +1 -0
  455. package/SqlApiLib/T14Login/T14Login.ts +99 -0
  456. package/SqlApiLib/T14Login/T14LoginAddData.d.ts +6 -0
  457. package/SqlApiLib/T14Login/T14LoginAddData.js +34 -0
  458. package/SqlApiLib/T14Login/T14LoginAddData.js.map +1 -0
  459. package/SqlApiLib/T14Login/T14LoginAddData.ts +18 -0
  460. package/SqlApiLib/T14Login/T14LoginEdit.d.ts +18 -0
  461. package/SqlApiLib/T14Login/T14LoginEdit.js +92 -0
  462. package/SqlApiLib/T14Login/T14LoginEdit.js.map +1 -0
  463. package/SqlApiLib/T14Login/T14LoginEdit.ts +67 -0
  464. package/SqlApiLib/T14Login/T14LoginSelect.d.ts +18 -0
  465. package/SqlApiLib/T14Login/T14LoginSelect.js +88 -0
  466. package/SqlApiLib/T14Login/T14LoginSelect.js.map +1 -0
  467. package/SqlApiLib/T14Login/T14LoginSelect.ts +64 -0
  468. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.d.ts +2 -0
  469. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js +14 -0
  470. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js.map +1 -0
  471. package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.ts +12 -0
  472. package/SqlApiLib/T14LoginGroup/T14LoginGroup.d.ts +15 -0
  473. package/SqlApiLib/T14LoginGroup/T14LoginGroup.js +73 -0
  474. package/SqlApiLib/T14LoginGroup/T14LoginGroup.js.map +1 -0
  475. package/SqlApiLib/T14LoginGroup/T14LoginGroup.ts +52 -0
  476. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.d.ts +10 -0
  477. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js +48 -0
  478. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js.map +1 -0
  479. package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.ts +34 -0
  480. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.d.ts +16 -0
  481. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js +74 -0
  482. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js.map +1 -0
  483. package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.ts +55 -0
  484. package/SqlApiLib/Toolbar/CommonToolbar.d.ts +20 -0
  485. package/SqlApiLib/Toolbar/CommonToolbar.js +29 -0
  486. package/SqlApiLib/Toolbar/CommonToolbar.js.map +1 -0
  487. package/SqlApiLib/Toolbar/CommonToolbar.ts +44 -0
  488. package/SqlApiLib/Toolbar/Toolbar.d.ts +6 -0
  489. package/SqlApiLib/Toolbar/Toolbar.js +12 -0
  490. package/SqlApiLib/Toolbar/Toolbar.js.map +1 -0
  491. package/SqlApiLib/Toolbar/Toolbar.ts +13 -0
  492. package/SqlApiLib/User/UserInfo.d.ts +27 -0
  493. package/SqlApiLib/User/UserInfo.js +109 -0
  494. package/SqlApiLib/User/UserInfo.js.map +1 -0
  495. package/SqlApiLib/User/UserInfo.ts +82 -0
  496. package/SqlApiLib/index.d.ts +111 -0
  497. package/SqlApiLib/index.js +228 -0
  498. package/SqlApiLib/index.js.map +1 -0
  499. package/SqlApiLib/index.ts +136 -0
  500. package/package.json +30 -0
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetLmBannerGroupView = void 0;
4
+ const ArrayTableField_1 = require("../ClassProperty/ArrayTableField");
5
+ const TableField_1 = require("../ClassProperty/TableField");
6
+ function GetLmBannerGroupView() {
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 = "Level";
30
+ tableField.ShowDefault = true;
31
+ tableField.Sort = "level";
32
+ tableField.SortDesc = "level 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 = "Uuid";
43
+ tableField.Field = "Uuid";
44
+ tableField.ShowDefault = false;
45
+ tableField.Sort = "uuid";
46
+ tableField.SortDesc = "uuid desc";
47
+ arrayTableField.ArrayFields.push(tableField);
48
+ tableField = new TableField_1.TableField();
49
+ tableField.ColumnName = "Примечание";
50
+ tableField.Field = "Note";
51
+ tableField.ShowDefault = false;
52
+ tableField.ComponentName = "showNoteLmBannerGroup";
53
+ arrayTableField.ArrayFields.push(tableField);
54
+ tableField = new TableField_1.TableField();
55
+ tableField.ColumnName = "Баннеры";
56
+ tableField.Field = "CountOfBanners";
57
+ tableField.ShowDefault = true;
58
+ tableField.Sort = "countOfBanners";
59
+ tableField.SortDesc = "countOfBanners desc";
60
+ tableField.ComponentName = "showLinkBanners";
61
+ arrayTableField.ArrayFields.push(tableField);
62
+ tableField = new TableField_1.TableField();
63
+ tableField.ColumnName = "Создан";
64
+ tableField.Field = "DateCreate";
65
+ tableField.ShowDefault = false;
66
+ tableField.Sort = "date_create";
67
+ tableField.SortDesc = "date_create desc";
68
+ arrayTableField.ArrayFields.push(tableField);
69
+ tableField = new TableField_1.TableField();
70
+ tableField.ColumnName = "Изменён";
71
+ tableField.Field = "DateEdit";
72
+ tableField.ShowDefault = false;
73
+ tableField.Sort = "date_edit";
74
+ tableField.SortDesc = "date_edit desc";
75
+ arrayTableField.ArrayFields.push(tableField);
76
+ return arrayTableField;
77
+ }
78
+ exports.GetLmBannerGroupView = GetLmBannerGroupView;
79
+ //# sourceMappingURL=GetLmBannerGroupView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetLmBannerGroupView.js","sourceRoot":"","sources":["GetLmBannerGroupView.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,86 @@
1
+ import { ArrayTableField } from "../ClassProperty/ArrayTableField";
2
+ import { TableField } from "../ClassProperty/TableField";
3
+
4
+ export function GetLmBannerGroupView(): ArrayTableField
5
+ {
6
+ const arrayTableField: ArrayTableField = new ArrayTableField();
7
+ let tableField: TableField = new TableField();
8
+ tableField.ColumnName = "№";
9
+ tableField.Field = "Npp";
10
+ tableField.ShowDefault = true;
11
+ arrayTableField.ArrayFields.push(tableField);
12
+
13
+ tableField = new 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
+
21
+ tableField = new TableField();
22
+ tableField.ColumnName = "Наименование";
23
+ tableField.Field = "Name";
24
+ tableField.ShowDefault = true;
25
+ tableField.Sort = "name";
26
+ tableField.SortDesc = "name desc";
27
+ arrayTableField.ArrayFields.push(tableField);
28
+
29
+ tableField = new TableField();
30
+ tableField.ColumnName = "Уровень";
31
+ tableField.Field = "Level";
32
+ tableField.ShowDefault = true;
33
+ tableField.Sort = "level";
34
+ tableField.SortDesc = "level desc";
35
+ arrayTableField.ArrayFields.push(tableField);
36
+
37
+ tableField = new TableField();
38
+ tableField.ColumnName = "Статус";
39
+ tableField.Field = "Status";
40
+ tableField.ShowDefault = true;
41
+ tableField.Sort = "status";
42
+ tableField.SortDesc = "status desc";
43
+ arrayTableField.ArrayFields.push(tableField);
44
+
45
+ tableField = new TableField();
46
+ tableField.ColumnName = "Uuid";
47
+ tableField.Field = "Uuid";
48
+ tableField.ShowDefault = false;
49
+ tableField.Sort = "uuid";
50
+ tableField.SortDesc = "uuid desc";
51
+ arrayTableField.ArrayFields.push(tableField);
52
+
53
+ tableField = new TableField();
54
+ tableField.ColumnName = "Примечание";
55
+ tableField.Field = "Note";
56
+ tableField.ShowDefault = false;
57
+ tableField.ComponentName = "showNoteLmBannerGroup";
58
+ arrayTableField.ArrayFields.push(tableField);
59
+
60
+ tableField = new TableField();
61
+ tableField.ColumnName = "Баннеры";
62
+ tableField.Field = "CountOfBanners";
63
+ tableField.ShowDefault = true;
64
+ tableField.Sort = "countOfBanners";
65
+ tableField.SortDesc = "countOfBanners desc";
66
+ tableField.ComponentName = "showLinkBanners";
67
+ arrayTableField.ArrayFields.push(tableField);
68
+
69
+ tableField = new TableField();
70
+ tableField.ColumnName = "Создан";
71
+ tableField.Field = "DateCreate";
72
+ tableField.ShowDefault = false;
73
+ tableField.Sort = "date_create";
74
+ tableField.SortDesc = "date_create desc";
75
+ arrayTableField.ArrayFields.push(tableField);
76
+
77
+ tableField = new TableField();
78
+ tableField.ColumnName = "Изменён";
79
+ tableField.Field = "DateEdit";
80
+ tableField.ShowDefault = false;
81
+ tableField.Sort = "date_edit";
82
+ tableField.SortDesc = "date_edit desc";
83
+ arrayTableField.ArrayFields.push(tableField);
84
+
85
+ return arrayTableField;
86
+ }
@@ -0,0 +1,32 @@
1
+ import { Serializable } from 'ts-serializer';
2
+ import { LmBannerGroupAddData } from './LmBannerGroupAddData';
3
+ export declare class LmBannerGroup extends Serializable {
4
+ Name: string;
5
+ Level: LmBannerGroup.Level;
6
+ Note: string;
7
+ Status: LmBannerGroup.Status;
8
+ Id: number;
9
+ Json: string;
10
+ Uuid: string;
11
+ DateEdit: Date;
12
+ DateCreate: Date;
13
+ Editor: number;
14
+ Creator: number;
15
+ AdditionalData: LmBannerGroupAddData;
16
+ constructor();
17
+ static ConvertToJson(lmBannergroup: LmBannerGroup): string;
18
+ }
19
+ export declare namespace LmBannerGroup {
20
+ enum Status {
21
+ All = -1,
22
+ Unknown = 0,
23
+ Enabled = 1,
24
+ Disabled = 2
25
+ }
26
+ enum Level {
27
+ All = -1,
28
+ Unknown = 0,
29
+ Top = 1,
30
+ Line = 2
31
+ }
32
+ }
@@ -0,0 +1,105 @@
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 LmBannerGroup_1;
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.LmBannerGroup = void 0;
14
+ const ts_serializer_1 = require("ts-serializer");
15
+ const LmBannerGroupAddData_1 = require("./LmBannerGroupAddData");
16
+ let LmBannerGroup = LmBannerGroup_1 = class LmBannerGroup extends ts_serializer_1.Serializable {
17
+ constructor() {
18
+ super();
19
+ this.Name = "";
20
+ this.Level = LmBannerGroup_1.Level.Unknown;
21
+ this.Note = "";
22
+ this.Status = LmBannerGroup_1.Status.All;
23
+ this.Id = 0;
24
+ this.Json = "";
25
+ this.Uuid = "";
26
+ this.DateEdit = new Date();
27
+ this.DateCreate = new Date();
28
+ this.Editor = 0;
29
+ this.Creator = 0;
30
+ this.AdditionalData = new LmBannerGroupAddData_1.LmBannerGroupAddData();
31
+ }
32
+ static ConvertToJson(lmBannergroup) {
33
+ return JSON.stringify(lmBannergroup.serialize()).replace(/\:null/gi, "\:\"\"");
34
+ }
35
+ };
36
+ exports.LmBannerGroup = LmBannerGroup;
37
+ __decorate([
38
+ (0, ts_serializer_1.SerializeProperty)({ map: 'name', optional: true }),
39
+ __metadata("design:type", String)
40
+ ], LmBannerGroup.prototype, "Name", void 0);
41
+ __decorate([
42
+ (0, ts_serializer_1.SerializeProperty)({ map: 'level', optional: true }),
43
+ __metadata("design:type", Number)
44
+ ], LmBannerGroup.prototype, "Level", void 0);
45
+ __decorate([
46
+ (0, ts_serializer_1.SerializeProperty)({ map: 'note', optional: true }),
47
+ __metadata("design:type", String)
48
+ ], LmBannerGroup.prototype, "Note", void 0);
49
+ __decorate([
50
+ (0, ts_serializer_1.SerializeProperty)({ map: 'status', optional: true }),
51
+ __metadata("design:type", Number)
52
+ ], LmBannerGroup.prototype, "Status", void 0);
53
+ __decorate([
54
+ (0, ts_serializer_1.SerializeProperty)({ map: 'id' }),
55
+ __metadata("design:type", Number)
56
+ ], LmBannerGroup.prototype, "Id", void 0);
57
+ __decorate([
58
+ (0, ts_serializer_1.SerializeProperty)({ map: 'json', optional: true }),
59
+ __metadata("design:type", String)
60
+ ], LmBannerGroup.prototype, "Json", void 0);
61
+ __decorate([
62
+ (0, ts_serializer_1.SerializeProperty)({ map: 'uuid', optional: true }),
63
+ __metadata("design:type", String)
64
+ ], LmBannerGroup.prototype, "Uuid", void 0);
65
+ __decorate([
66
+ (0, ts_serializer_1.SerializeProperty)({ map: 'dateEdit', optional: true }),
67
+ __metadata("design:type", Date)
68
+ ], LmBannerGroup.prototype, "DateEdit", void 0);
69
+ __decorate([
70
+ (0, ts_serializer_1.SerializeProperty)({ map: 'dateCreate', optional: true }),
71
+ __metadata("design:type", Date)
72
+ ], LmBannerGroup.prototype, "DateCreate", void 0);
73
+ __decorate([
74
+ (0, ts_serializer_1.SerializeProperty)({ map: 'editor', optional: true }),
75
+ __metadata("design:type", Number)
76
+ ], LmBannerGroup.prototype, "Editor", void 0);
77
+ __decorate([
78
+ (0, ts_serializer_1.SerializeProperty)({ map: 'creator', optional: true }),
79
+ __metadata("design:type", Number)
80
+ ], LmBannerGroup.prototype, "Creator", void 0);
81
+ __decorate([
82
+ (0, ts_serializer_1.SerializeProperty)({ map: 'additionalData', type: LmBannerGroupAddData_1.LmBannerGroupAddData, optional: true }),
83
+ __metadata("design:type", LmBannerGroupAddData_1.LmBannerGroupAddData)
84
+ ], LmBannerGroup.prototype, "AdditionalData", void 0);
85
+ exports.LmBannerGroup = LmBannerGroup = LmBannerGroup_1 = __decorate([
86
+ (0, ts_serializer_1.Serialize)({}),
87
+ __metadata("design:paramtypes", [])
88
+ ], LmBannerGroup);
89
+ (function (LmBannerGroup) {
90
+ let Status;
91
+ (function (Status) {
92
+ Status[Status["All"] = -1] = "All";
93
+ Status[Status["Unknown"] = 0] = "Unknown";
94
+ Status[Status["Enabled"] = 1] = "Enabled";
95
+ Status[Status["Disabled"] = 2] = "Disabled";
96
+ })(Status = LmBannerGroup.Status || (LmBannerGroup.Status = {}));
97
+ let Level;
98
+ (function (Level) {
99
+ Level[Level["All"] = -1] = "All";
100
+ Level[Level["Unknown"] = 0] = "Unknown";
101
+ Level[Level["Top"] = 1] = "Top";
102
+ Level[Level["Line"] = 2] = "Line";
103
+ })(Level = LmBannerGroup.Level || (LmBannerGroup.Level = {}));
104
+ })(LmBannerGroup || (exports.LmBannerGroup = LmBannerGroup = {}));
105
+ //# sourceMappingURL=LmBannerGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmBannerGroup.js","sourceRoot":"","sources":["LmBannerGroup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,84 @@
1
+ import { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
2
+ import { LmBannerGroupAddData } from './LmBannerGroupAddData';
3
+
4
+ @Serialize({})
5
+ export class LmBannerGroup extends Serializable
6
+ {
7
+ @SerializeProperty({ map: 'name', optional: true })
8
+ public Name: string;
9
+
10
+ @SerializeProperty({ map: 'level', optional: true })
11
+ public Level: LmBannerGroup.Level;
12
+
13
+ @SerializeProperty({ map: 'note', optional: true })
14
+ public Note: string;
15
+
16
+ @SerializeProperty({ map: 'status', optional: true })
17
+ public Status: LmBannerGroup.Status;
18
+
19
+ @SerializeProperty({ map: 'id' })
20
+ public Id: number;
21
+
22
+ @SerializeProperty({ map: 'json', optional: true })
23
+ public Json: string;
24
+
25
+ @SerializeProperty({ map: 'uuid', optional: true })
26
+ public Uuid: string;
27
+
28
+ @SerializeProperty({ map: 'dateEdit', optional: true })
29
+ public DateEdit: Date;
30
+
31
+ @SerializeProperty({ map: 'dateCreate', optional: true })
32
+ public DateCreate: Date;
33
+
34
+ @SerializeProperty({ map: 'editor', optional: true })
35
+ public Editor: number;
36
+
37
+ @SerializeProperty({ map: 'creator', optional: true })
38
+ public Creator: number;
39
+
40
+ @SerializeProperty({ map: 'additionalData', type: LmBannerGroupAddData, optional: true })
41
+ public AdditionalData: LmBannerGroupAddData;
42
+
43
+ constructor()
44
+ {
45
+ super();
46
+ this.Name = "";
47
+ this.Level = LmBannerGroup.Level.Unknown;
48
+ this.Note = "";
49
+ this.Status = LmBannerGroup.Status.All;
50
+ this.Id = 0;
51
+ this.Json = "";
52
+ this.Uuid = "";
53
+ this.DateEdit = new Date();
54
+ this.DateCreate = new Date();
55
+ this.Editor = 0;
56
+ this.Creator = 0;
57
+ this.AdditionalData = new LmBannerGroupAddData();
58
+ }
59
+
60
+ public static ConvertToJson(lmBannergroup: LmBannerGroup): string
61
+ {
62
+ return JSON.stringify(lmBannergroup.serialize()).replace(/\:null/gi, "\:\"\"");
63
+ }
64
+ }
65
+
66
+ export namespace LmBannerGroup
67
+ {
68
+ export enum Status
69
+ {
70
+ All = -1,
71
+ Unknown = 0,
72
+ Enabled = 1,
73
+ Disabled = 2
74
+ }
75
+
76
+ export enum Level
77
+ {
78
+ All = -1,
79
+ Unknown = 0,
80
+ Top = 1,
81
+ Line = 2
82
+ }
83
+
84
+ }
@@ -0,0 +1,5 @@
1
+ import { Serializable } from 'ts-serializer';
2
+ export declare class LmBannerGroupAddData extends Serializable {
3
+ CountOfBanners: 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.LmBannerGroupAddData = void 0;
13
+ const ts_serializer_1 = require("ts-serializer");
14
+ let LmBannerGroupAddData = class LmBannerGroupAddData extends ts_serializer_1.Serializable {
15
+ constructor() {
16
+ super();
17
+ this.CountOfBanners = 0;
18
+ }
19
+ };
20
+ exports.LmBannerGroupAddData = LmBannerGroupAddData;
21
+ __decorate([
22
+ (0, ts_serializer_1.SerializeProperty)({ map: "countofbanners", optional: true }),
23
+ __metadata("design:type", Number)
24
+ ], LmBannerGroupAddData.prototype, "CountOfBanners", void 0);
25
+ exports.LmBannerGroupAddData = LmBannerGroupAddData = __decorate([
26
+ (0, ts_serializer_1.Serialize)({}),
27
+ __metadata("design:paramtypes", [])
28
+ ], LmBannerGroupAddData);
29
+ //# sourceMappingURL=LmBannerGroupAddData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmBannerGroupAddData.js","sourceRoot":"","sources":["LmBannerGroupAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;IAKrD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC;IACzB,CAAC;CACD,CAAA;AAVY,oDAAoB;AAGzB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DAC/B;+BAHlB,oBAAoB;IADhC,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,oBAAoB,CAUhC"}
@@ -0,0 +1,14 @@
1
+ import { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
2
+
3
+ @Serialize({})
4
+ export class LmBannerGroupAddData extends Serializable
5
+ {
6
+ @SerializeProperty({ map: "countofbanners", optional: true })
7
+ public CountOfBanners: number;
8
+
9
+ constructor()
10
+ {
11
+ super();
12
+ this.CountOfBanners = 0;
13
+ }
14
+ }
@@ -0,0 +1,11 @@
1
+ import { Serializable } from "ts-serializer";
2
+ export declare class LmBannerGroupEdit extends Serializable {
3
+ Name: string;
4
+ Level: number;
5
+ Note: string;
6
+ Status: number;
7
+ Id: number;
8
+ Json: string;
9
+ constructor();
10
+ static ConvertToJson(lmBannergroupEdit: LmBannerGroupEdit): string;
11
+ }
@@ -0,0 +1,57 @@
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.LmBannerGroupEdit = void 0;
13
+ const ts_serializer_1 = require("ts-serializer");
14
+ let LmBannerGroupEdit = class LmBannerGroupEdit extends ts_serializer_1.Serializable {
15
+ constructor() {
16
+ super();
17
+ this.Name = "";
18
+ this.Level = 0;
19
+ this.Note = "";
20
+ this.Status = 0;
21
+ this.Id = 0;
22
+ this.Json = "";
23
+ }
24
+ static ConvertToJson(lmBannergroupEdit) {
25
+ return JSON.stringify(lmBannergroupEdit.serialize()).replace(/\:null/gi, "\:\"\"");
26
+ }
27
+ };
28
+ exports.LmBannerGroupEdit = LmBannerGroupEdit;
29
+ __decorate([
30
+ (0, ts_serializer_1.SerializeProperty)({ map: 'name', optional: true }),
31
+ __metadata("design:type", String)
32
+ ], LmBannerGroupEdit.prototype, "Name", void 0);
33
+ __decorate([
34
+ (0, ts_serializer_1.SerializeProperty)({ map: 'level', optional: true }),
35
+ __metadata("design:type", Number)
36
+ ], LmBannerGroupEdit.prototype, "Level", void 0);
37
+ __decorate([
38
+ (0, ts_serializer_1.SerializeProperty)({ map: 'note', optional: true }),
39
+ __metadata("design:type", String)
40
+ ], LmBannerGroupEdit.prototype, "Note", void 0);
41
+ __decorate([
42
+ (0, ts_serializer_1.SerializeProperty)({ map: 'status', optional: true }),
43
+ __metadata("design:type", Number)
44
+ ], LmBannerGroupEdit.prototype, "Status", void 0);
45
+ __decorate([
46
+ (0, ts_serializer_1.SerializeProperty)({ map: 'id' }),
47
+ __metadata("design:type", Number)
48
+ ], LmBannerGroupEdit.prototype, "Id", void 0);
49
+ __decorate([
50
+ (0, ts_serializer_1.SerializeProperty)({ map: 'json', optional: true }),
51
+ __metadata("design:type", String)
52
+ ], LmBannerGroupEdit.prototype, "Json", void 0);
53
+ exports.LmBannerGroupEdit = LmBannerGroupEdit = __decorate([
54
+ (0, ts_serializer_1.Serialize)({}),
55
+ __metadata("design:paramtypes", [])
56
+ ], LmBannerGroupEdit);
57
+ //# sourceMappingURL=LmBannerGroupEdit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LmBannerGroupEdit.js","sourceRoot":"","sources":["LmBannerGroupEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,4BAAY;IAoBlD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;IAChB,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,iBAAoC;QAE/D,OAAO,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACpF,CAAC;CACD,CAAA;AAnCY,8CAAiB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;6CACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;4BAlBR,iBAAiB;IAD7B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,iBAAiB,CAmC7B"}
@@ -0,0 +1,39 @@
1
+ import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
2
+
3
+ @Serialize({})
4
+ export class LmBannerGroupEdit extends Serializable
5
+ {
6
+ @SerializeProperty({ map: 'name', optional: true })
7
+ public Name: string;
8
+
9
+ @SerializeProperty({ map: 'level', optional: true })
10
+ public Level: number;
11
+
12
+ @SerializeProperty({ map: 'note', optional: true })
13
+ public Note: string;
14
+
15
+ @SerializeProperty({ map: 'status', optional: true })
16
+ public Status: number;
17
+
18
+ @SerializeProperty({ map: 'id' })
19
+ public Id: number;
20
+
21
+ @SerializeProperty({ map: 'json', optional: true })
22
+ public Json: string;
23
+
24
+ constructor()
25
+ {
26
+ super();
27
+ this.Name = "";
28
+ this.Level = 0;
29
+ this.Note = "";
30
+ this.Status = 0;
31
+ this.Id = 0;
32
+ this.Json = "";
33
+ }
34
+
35
+ public static ConvertToJson(lmBannergroupEdit: LmBannerGroupEdit): string
36
+ {
37
+ return JSON.stringify(lmBannergroupEdit.serialize()).replace(/\:null/gi, "\:\"\"");
38
+ }
39
+ }
@@ -0,0 +1,18 @@
1
+ import { Serializable } from 'ts-serializer';
2
+ import { LmBannerGroup } from './LmBannerGroup';
3
+ import { LmBanner } from '../LmBanner/LmBanner';
4
+ export declare class LmBannerGroupSelect extends Serializable {
5
+ Id: number;
6
+ Name: string;
7
+ Level: number;
8
+ Uuid: string;
9
+ Status: LmBanner.Status;
10
+ PageNo: number;
11
+ PageLength: number;
12
+ PagePortion: number;
13
+ TotalCount: number;
14
+ OrderBy: string;
15
+ Results: Array<LmBannerGroup>;
16
+ constructor();
17
+ static ConvertToJson(lmBannergroupSelect: LmBannerGroupSelect): string;
18
+ }