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.
- package/SqlApiLib/Access/RootAccess.d.ts +17 -0
- package/SqlApiLib/Access/RootAccess.js +27 -0
- package/SqlApiLib/Access/RootAccess.js.map +1 -0
- package/SqlApiLib/Access/RootAccess.ts +39 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.d.ts +18 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js +25 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js.map +1 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.ts +33 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.d.ts +7 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js +13 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js.map +1 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.ts +22 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.d.ts +5 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js +10 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js.map +1 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.ts +11 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.d.ts +2 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js +21 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js.map +1 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.ts +20 -0
- package/SqlApiLib/ClassProperty/TableField.d.ts +28 -0
- package/SqlApiLib/ClassProperty/TableField.js +17 -0
- package/SqlApiLib/ClassProperty/TableField.js.map +1 -0
- package/SqlApiLib/ClassProperty/TableField.ts +45 -0
- package/SqlApiLib/IniSection/ClsIniSection.d.ts +21 -0
- package/SqlApiLib/IniSection/ClsIniSection.js +81 -0
- package/SqlApiLib/IniSection/ClsIniSection.js.map +1 -0
- package/SqlApiLib/IniSection/ClsIniSection.ts +67 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.d.ts +10 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.js +54 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.js.map +1 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.ts +33 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.d.ts +5 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js +11 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js.map +1 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.ts +12 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.d.ts +5 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.js +12 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.js.map +1 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.ts +12 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js +20 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js.map +1 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.ts +17 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.d.ts +2 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js +92 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js.map +1 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.ts +101 -0
- package/SqlApiLib/LmAgent/LmAgent.d.ts +31 -0
- package/SqlApiLib/LmAgent/LmAgent.js +123 -0
- package/SqlApiLib/LmAgent/LmAgent.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgent.ts +95 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.d.ts +6 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js +34 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.ts +18 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.d.ts +16 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.js +78 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.ts +58 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.d.ts +22 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js +108 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.ts +81 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.d.ts +2 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js +18 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js.map +1 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.ts +16 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.d.ts +2 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js +83 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js.map +1 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.ts +91 -0
- package/SqlApiLib/LmBanner/LmBanner.d.ts +26 -0
- package/SqlApiLib/LmBanner/LmBanner.js +102 -0
- package/SqlApiLib/LmBanner/LmBanner.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBanner.ts +79 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.d.ts +4 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.js +24 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.d.ts +14 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js +68 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.ts +48 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.d.ts +18 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.js +88 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.ts +64 -0
- package/SqlApiLib/LmBanner/LmBannerView.d.ts +6 -0
- package/SqlApiLib/LmBanner/LmBannerView.js +30 -0
- package/SqlApiLib/LmBanner/LmBannerView.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js +16 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.ts +14 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js +79 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.ts +86 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.d.ts +32 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.js +105 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.ts +84 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.d.ts +5 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js +29 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.ts +14 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.d.ts +11 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js +57 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.ts +39 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.d.ts +18 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js +84 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.ts +61 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.d.ts +6 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js +30 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js.map +1 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.d.ts +2 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js +23 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js.map +1 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.ts +20 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.d.ts +2 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js +116 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js.map +1 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.ts +129 -0
- package/SqlApiLib/LmBasket/LmBasket.d.ts +28 -0
- package/SqlApiLib/LmBasket/LmBasket.js +110 -0
- package/SqlApiLib/LmBasket/LmBasket.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasket.ts +83 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.d.ts +8 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js +44 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.ts +26 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.d.ts +16 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.js +76 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.ts +52 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.d.ts +21 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js +105 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.ts +75 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.d.ts +2 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js +14 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js.map +1 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.ts +12 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.d.ts +2 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js +68 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js.map +1 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.ts +73 -0
- package/SqlApiLib/LmBrand/LmBrand.d.ts +26 -0
- package/SqlApiLib/LmBrand/LmBrand.js +94 -0
- package/SqlApiLib/LmBrand/LmBrand.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrand.ts +73 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.d.ts +6 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js +34 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.ts +18 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.d.ts +10 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.js +48 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.ts +32 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.d.ts +18 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js +88 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.ts +64 -0
- package/SqlApiLib/LmBrand/LmBrandView.d.ts +6 -0
- package/SqlApiLib/LmBrand/LmBrandView.js +30 -0
- package/SqlApiLib/LmBrand/LmBrandView.js.map +1 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.d.ts +2 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js +15 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js.map +1 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.ts +13 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.d.ts +2 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js +97 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js.map +1 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.ts +108 -0
- package/SqlApiLib/LmCatalog/LmCatalog.d.ts +25 -0
- package/SqlApiLib/LmCatalog/LmCatalog.js +93 -0
- package/SqlApiLib/LmCatalog/LmCatalog.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalog.ts +72 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.d.ts +6 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js +34 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.ts +18 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.d.ts +11 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.js +53 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.ts +36 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.d.ts +15 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js +73 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.ts +52 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.d.ts +13 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.js +67 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.js.map +1 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.ts +47 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.d.ts +2 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js +17 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js.map +1 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.ts +15 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.d.ts +2 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js +73 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js.map +1 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.ts +80 -0
- package/SqlApiLib/LmCountry/LmCountry.d.ts +28 -0
- package/SqlApiLib/LmCountry/LmCountry.js +108 -0
- package/SqlApiLib/LmCountry/LmCountry.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountry.ts +83 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.d.ts +5 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js +29 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.ts +14 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.d.ts +13 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.js +63 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.ts +46 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.d.ts +21 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js +103 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.ts +77 -0
- package/SqlApiLib/LmCountry/LmCountryView.d.ts +6 -0
- package/SqlApiLib/LmCountry/LmCountryView.js +30 -0
- package/SqlApiLib/LmCountry/LmCountryView.js.map +1 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.d.ts +2 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js +19 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js.map +1 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.ts +17 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.d.ts +2 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js +116 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js.map +1 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.ts +130 -0
- package/SqlApiLib/LmDelivery/LmDelivery.d.ts +34 -0
- package/SqlApiLib/LmDelivery/LmDelivery.js +115 -0
- package/SqlApiLib/LmDelivery/LmDelivery.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDelivery.ts +91 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.d.ts +5 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js +29 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.ts +14 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.d.ts +15 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.js +71 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.ts +48 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.d.ts +18 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js +88 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.ts +64 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js +15 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js.map +1 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.ts +13 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.d.ts +2 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js +73 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js.map +1 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.ts +79 -0
- package/SqlApiLib/LmGroup/LmGroup.d.ts +22 -0
- package/SqlApiLib/LmGroup/LmGroup.js +84 -0
- package/SqlApiLib/LmGroup/LmGroup.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroup.ts +61 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.d.ts +10 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js +50 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.ts +31 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.d.ts +15 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.js +75 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.ts +51 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.d.ts +2 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js +19 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js.map +1 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.ts +17 -0
- package/SqlApiLib/LmImage/LmImage.d.ts +27 -0
- package/SqlApiLib/LmImage/LmImage.js +107 -0
- package/SqlApiLib/LmImage/LmImage.js.map +1 -0
- package/SqlApiLib/LmImage/LmImage.ts +83 -0
- package/SqlApiLib/LmImage/LmImageEdit.d.ts +14 -0
- package/SqlApiLib/LmImage/LmImageEdit.js +73 -0
- package/SqlApiLib/LmImage/LmImageEdit.js.map +1 -0
- package/SqlApiLib/LmImage/LmImageEdit.ts +52 -0
- package/SqlApiLib/LmImage/LmImageSelect.d.ts +20 -0
- package/SqlApiLib/LmImage/LmImageSelect.js +94 -0
- package/SqlApiLib/LmImage/LmImageSelect.js.map +1 -0
- package/SqlApiLib/LmImage/LmImageSelect.ts +69 -0
- package/SqlApiLib/LmImageObject/LmImageObject.d.ts +34 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js +111 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js.map +1 -0
- package/SqlApiLib/LmImageObject/LmImageObject.ts +89 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.d.ts +14 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.js +68 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.js.map +1 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.ts +48 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js +14 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.ts +12 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js +97 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js.map +1 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.ts +106 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.d.ts +25 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.js +89 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.ts +67 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.d.ts +7 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js +39 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.ts +22 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.d.ts +10 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js +48 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.ts +32 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.d.ts +17 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js +83 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.ts +60 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.d.ts +6 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.js +30 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js +16 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.ts +13 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js +112 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.ts +122 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.d.ts +18 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js +88 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.ts +63 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.d.ts +6 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js +34 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.ts +18 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.d.ts +11 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js +57 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.ts +39 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.d.ts +12 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js +58 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.ts +41 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.d.ts +2 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js +182 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js.map +1 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.ts +203 -0
- package/SqlApiLib/LmOrder/LmOrder.d.ts +66 -0
- package/SqlApiLib/LmOrder/LmOrder.js +186 -0
- package/SqlApiLib/LmOrder/LmOrder.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrder.ts +152 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.d.ts +7 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.js +39 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.ts +22 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.d.ts +24 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js +116 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.ts +84 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.d.ts +23 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js +115 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.ts +83 -0
- package/SqlApiLib/LmPrice/LmPrice.d.ts +16 -0
- package/SqlApiLib/LmPrice/LmPrice.js +84 -0
- package/SqlApiLib/LmPrice/LmPrice.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPrice.ts +58 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.d.ts +11 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js +59 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.ts +38 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.d.ts +12 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.js +60 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.ts +39 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.d.ts +2 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js +27 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js.map +1 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.ts +25 -0
- package/SqlApiLib/LmProduct/GetLmProductView.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js +140 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductView.ts +156 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js +37 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.ts +38 -0
- package/SqlApiLib/LmProduct/LmProduct.d.ts +47 -0
- package/SqlApiLib/LmProduct/LmProduct.js +172 -0
- package/SqlApiLib/LmProduct/LmProduct.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProduct.ts +137 -0
- package/SqlApiLib/LmProduct/LmProductAddData.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js +49 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductAddData.ts +31 -0
- package/SqlApiLib/LmProduct/LmProductEdit.d.ts +22 -0
- package/SqlApiLib/LmProduct/LmProductEdit.js +112 -0
- package/SqlApiLib/LmProduct/LmProductEdit.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductEdit.ts +83 -0
- package/SqlApiLib/LmProduct/LmProductParameter.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js +47 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductParameter.ts +36 -0
- package/SqlApiLib/LmProduct/LmProductSelect.d.ts +33 -0
- package/SqlApiLib/LmProduct/LmProductSelect.js +163 -0
- package/SqlApiLib/LmProduct/LmProductSelect.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductSelect.ts +125 -0
- package/SqlApiLib/LmProduct/LmProductView.d.ts +6 -0
- package/SqlApiLib/LmProduct/LmProductView.js +30 -0
- package/SqlApiLib/LmProduct/LmProductView.js.map +1 -0
- package/SqlApiLib/Menu/ChoiseMenu.d.ts +0 -0
- package/SqlApiLib/Menu/ChoiseMenu.js +13 -0
- package/SqlApiLib/Menu/ChoiseMenu.js.map +1 -0
- package/SqlApiLib/Menu/Menu.d.ts +9 -0
- package/SqlApiLib/Menu/Menu.js +15 -0
- package/SqlApiLib/Menu/Menu.js.map +1 -0
- package/SqlApiLib/Menu/Menu.ts +19 -0
- package/SqlApiLib/Session/SessionVariables.d.ts +9 -0
- package/SqlApiLib/Session/SessionVariables.js +14 -0
- package/SqlApiLib/Session/SessionVariables.js.map +1 -0
- package/SqlApiLib/Session/SqlTableParameters.d.ts +8 -0
- package/SqlApiLib/Session/SqlTableParameters.js +13 -0
- package/SqlApiLib/Session/SqlTableParameters.js.map +1 -0
- package/SqlApiLib/Session/SqlTableParameters.ts +17 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.d.ts +2 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js +15 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js.map +1 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.ts +12 -0
- package/SqlApiLib/T14Group/GetT14GroupView.d.ts +2 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js +51 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js.map +1 -0
- package/SqlApiLib/T14Group/GetT14GroupView.ts +54 -0
- package/SqlApiLib/T14Group/T14Group.d.ts +24 -0
- package/SqlApiLib/T14Group/T14Group.js +88 -0
- package/SqlApiLib/T14Group/T14Group.js.map +1 -0
- package/SqlApiLib/T14Group/T14Group.ts +67 -0
- package/SqlApiLib/T14Group/T14GroupEdit.d.ts +11 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js +53 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js.map +1 -0
- package/SqlApiLib/T14Group/T14GroupEdit.ts +36 -0
- package/SqlApiLib/T14Group/T14GroupSelect.d.ts +17 -0
- package/SqlApiLib/T14Group/T14GroupSelect.js +83 -0
- package/SqlApiLib/T14Group/T14GroupSelect.js.map +1 -0
- package/SqlApiLib/T14Group/T14GroupSelect.ts +60 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.d.ts +2 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js +23 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js.map +1 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.ts +21 -0
- package/SqlApiLib/T14Login/GetT14LoginView.d.ts +2 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js +79 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js.map +1 -0
- package/SqlApiLib/T14Login/GetT14LoginView.ts +86 -0
- package/SqlApiLib/T14Login/T14Login.d.ts +32 -0
- package/SqlApiLib/T14Login/T14Login.js +128 -0
- package/SqlApiLib/T14Login/T14Login.js.map +1 -0
- package/SqlApiLib/T14Login/T14Login.ts +99 -0
- package/SqlApiLib/T14Login/T14LoginAddData.d.ts +6 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js +34 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginAddData.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginEdit.d.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginEdit.js +92 -0
- package/SqlApiLib/T14Login/T14LoginEdit.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginEdit.ts +67 -0
- package/SqlApiLib/T14Login/T14LoginSelect.d.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js +88 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginSelect.ts +64 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.d.ts +2 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js +14 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.ts +12 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.d.ts +15 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.js +73 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.ts +52 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.d.ts +10 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js +48 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.ts +34 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.d.ts +16 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js +74 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.ts +55 -0
- package/SqlApiLib/Toolbar/CommonToolbar.d.ts +20 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js +29 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js.map +1 -0
- package/SqlApiLib/Toolbar/CommonToolbar.ts +44 -0
- package/SqlApiLib/Toolbar/Toolbar.d.ts +6 -0
- package/SqlApiLib/Toolbar/Toolbar.js +12 -0
- package/SqlApiLib/Toolbar/Toolbar.js.map +1 -0
- package/SqlApiLib/Toolbar/Toolbar.ts +13 -0
- package/SqlApiLib/User/UserInfo.d.ts +27 -0
- package/SqlApiLib/User/UserInfo.js +109 -0
- package/SqlApiLib/User/UserInfo.js.map +1 -0
- package/SqlApiLib/User/UserInfo.ts +82 -0
- package/SqlApiLib/index.d.ts +111 -0
- package/SqlApiLib/index.js +228 -0
- package/SqlApiLib/index.js.map +1 -0
- package/SqlApiLib/index.ts +136 -0
- package/package.json +30 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmBasketAddData } from "./LmBasketAddData";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmBasket extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "linkProduct", optional: true })
|
|
11
|
+
public LinkProduct: number;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "linkAgent", optional: true })
|
|
14
|
+
public LinkAgent: number;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "linkOrder", optional: true })
|
|
17
|
+
public LinkOrder: number;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "quantity", optional: true })
|
|
20
|
+
public Quantity: number;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "price", optional: true })
|
|
23
|
+
public Price: number;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "date", optional: true })
|
|
26
|
+
public Date: Date;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
29
|
+
public Status: LmBasket.Status;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
32
|
+
public Json: string;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
35
|
+
public Uuid: string;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "dateEdit", optional: true })
|
|
38
|
+
public DateEdit: Date;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "dateCreate", optional: true })
|
|
41
|
+
public DateCreate: Date;
|
|
42
|
+
|
|
43
|
+
@SerializeProperty({ map: "editor", optional: true })
|
|
44
|
+
public Editor: number;
|
|
45
|
+
|
|
46
|
+
@SerializeProperty({ map: "creator", optional: true })
|
|
47
|
+
public Creator: number;
|
|
48
|
+
|
|
49
|
+
@SerializeProperty({ map: "additionalData", type: LmBasketAddData, optional: true })
|
|
50
|
+
public AdditionalData: LmBasketAddData;
|
|
51
|
+
|
|
52
|
+
constructor()
|
|
53
|
+
{
|
|
54
|
+
super();
|
|
55
|
+
this.LinkProduct = 0;
|
|
56
|
+
this.LinkAgent = 0;
|
|
57
|
+
this.LinkOrder = 0;
|
|
58
|
+
this.Quantity = 0;
|
|
59
|
+
this.Price = 0;
|
|
60
|
+
this.Date = new Date("1913-01-01T00:00:00.000Z");
|
|
61
|
+
this.Status = LmBasket.Status.Unknown;
|
|
62
|
+
this.Id = 0;
|
|
63
|
+
this.Json = "";
|
|
64
|
+
this.Uuid = "";
|
|
65
|
+
this.DateEdit = new Date();
|
|
66
|
+
this.DateCreate = new Date();
|
|
67
|
+
this.Editor = 0;
|
|
68
|
+
this.Creator = 0;
|
|
69
|
+
this.AdditionalData = new LmBasketAddData();
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export namespace LmBasket
|
|
75
|
+
{
|
|
76
|
+
export enum Status
|
|
77
|
+
{
|
|
78
|
+
All = -1,
|
|
79
|
+
Unknown = 0,
|
|
80
|
+
Enabled = 1,
|
|
81
|
+
Disabled = 2
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.LmBasketAddData = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmBasketAddData = class LmBasketAddData extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.Nameofproduct = "";
|
|
18
|
+
this.Firstname = "";
|
|
19
|
+
this.Lastname = "";
|
|
20
|
+
this.Middlename = "";
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
exports.LmBasketAddData = LmBasketAddData;
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "nameofproduct", optional: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LmBasketAddData.prototype, "Nameofproduct", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "firstname", optional: true }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], LmBasketAddData.prototype, "Firstname", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "lastname", optional: true }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], LmBasketAddData.prototype, "Lastname", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "middlename", optional: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], LmBasketAddData.prototype, "Middlename", void 0);
|
|
40
|
+
exports.LmBasketAddData = LmBasketAddData = __decorate([
|
|
41
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
42
|
+
__metadata("design:paramtypes", [])
|
|
43
|
+
], LmBasketAddData);
|
|
44
|
+
//# sourceMappingURL=LmBasketAddData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBasketAddData.js","sourceRoot":"","sources":["LmBasketAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,4BAAY;IAchD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;QACxB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;IACtB,CAAC;CACD,CAAA;AAtBY,0CAAe;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAC/B;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC/B;0BAZd,eAAe;IAD3B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,eAAe,CAsB3B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class LmBasketAddData extends Serializable
|
|
5
|
+
{
|
|
6
|
+
@SerializeProperty({ map: "nameofproduct", optional: true })
|
|
7
|
+
public Nameofproduct: string;
|
|
8
|
+
|
|
9
|
+
@SerializeProperty({ map: "firstname", optional: true })
|
|
10
|
+
public Firstname: string;
|
|
11
|
+
|
|
12
|
+
@SerializeProperty({ map: "lastname", optional: true })
|
|
13
|
+
public Lastname: string;
|
|
14
|
+
|
|
15
|
+
@SerializeProperty({ map: "middlename", optional: true })
|
|
16
|
+
public Middlename: string;
|
|
17
|
+
|
|
18
|
+
constructor()
|
|
19
|
+
{
|
|
20
|
+
super();
|
|
21
|
+
this.Nameofproduct = "";
|
|
22
|
+
this.Firstname = "";
|
|
23
|
+
this.Lastname = "";
|
|
24
|
+
this.Middlename = "";
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmBasket } from "./LmBasket";
|
|
3
|
+
import { LmBasketAddData } from "./LmBasketAddData";
|
|
4
|
+
export declare class LmBasketEdit extends Serializable {
|
|
5
|
+
Id: number;
|
|
6
|
+
LinkProduct: number;
|
|
7
|
+
LinkAgent: number;
|
|
8
|
+
LinkOrder: number;
|
|
9
|
+
Quantity: number;
|
|
10
|
+
Price: number;
|
|
11
|
+
Date: Date;
|
|
12
|
+
Status: LmBasket.Status;
|
|
13
|
+
Json: string;
|
|
14
|
+
AdditionalData: LmBasketAddData;
|
|
15
|
+
constructor();
|
|
16
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.LmBasketEdit = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmBasket_1 = require("./LmBasket");
|
|
15
|
+
const LmBasketAddData_1 = require("./LmBasketAddData");
|
|
16
|
+
let LmBasketEdit = class LmBasketEdit extends ts_serializer_1.Serializable {
|
|
17
|
+
constructor() {
|
|
18
|
+
super();
|
|
19
|
+
this.LinkProduct = 0;
|
|
20
|
+
this.LinkAgent = 0;
|
|
21
|
+
this.LinkOrder = 0;
|
|
22
|
+
this.Quantity = 0;
|
|
23
|
+
this.Price = 0;
|
|
24
|
+
this.Date = new Date();
|
|
25
|
+
this.Status = 0;
|
|
26
|
+
this.Id = 0;
|
|
27
|
+
this.Json = "";
|
|
28
|
+
this.AdditionalData = new LmBasketAddData_1.LmBasketAddData();
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
exports.LmBasketEdit = LmBasketEdit;
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], LmBasketEdit.prototype, "Id", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkProduct", optional: true }),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], LmBasketEdit.prototype, "LinkProduct", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkAgent", optional: true }),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], LmBasketEdit.prototype, "LinkAgent", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkOrder", optional: true }),
|
|
46
|
+
__metadata("design:type", Number)
|
|
47
|
+
], LmBasketEdit.prototype, "LinkOrder", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "quantity", optional: true }),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], LmBasketEdit.prototype, "Quantity", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "price", optional: true }),
|
|
54
|
+
__metadata("design:type", Number)
|
|
55
|
+
], LmBasketEdit.prototype, "Price", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "date", optional: true }),
|
|
58
|
+
__metadata("design:type", Date)
|
|
59
|
+
], LmBasketEdit.prototype, "Date", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
62
|
+
__metadata("design:type", Number)
|
|
63
|
+
], LmBasketEdit.prototype, "Status", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
66
|
+
__metadata("design:type", String)
|
|
67
|
+
], LmBasketEdit.prototype, "Json", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmBasketAddData_1.LmBasketAddData, optional: true }),
|
|
70
|
+
__metadata("design:type", LmBasketAddData_1.LmBasketAddData)
|
|
71
|
+
], LmBasketEdit.prototype, "AdditionalData", void 0);
|
|
72
|
+
exports.LmBasketEdit = LmBasketEdit = __decorate([
|
|
73
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
74
|
+
__metadata("design:paramtypes", [])
|
|
75
|
+
], LmBasketEdit);
|
|
76
|
+
//# sourceMappingURL=LmBasketEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBasketEdit.js","sourceRoot":"","sources":["LmBasketEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,yCAAsC;AACtC,uDAAoD;AAG7C,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IAgC7C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QAClB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,cAAc,GAAG,IAAI,iCAAe,EAAE,CAAC;IAC7C,CAAC;CACD,CAAA;AA9CY,oCAAY;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;wCACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC/B;AAGd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;0CAAC;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtB;AAGxB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,gBAAgB,EAAE,IAAI,EAAE,iCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC7D,iCAAe;oDAAC;uBA9B3B,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CA8CxB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmBasket } from "./LmBasket";
|
|
3
|
+
import { LmBasketAddData } from "./LmBasketAddData";
|
|
4
|
+
|
|
5
|
+
@Serialize({})
|
|
6
|
+
export class LmBasketEdit extends Serializable
|
|
7
|
+
{
|
|
8
|
+
@SerializeProperty({ map: "id" })
|
|
9
|
+
public Id: number;
|
|
10
|
+
|
|
11
|
+
@SerializeProperty({ map: "linkProduct", optional: true })
|
|
12
|
+
public LinkProduct: number;
|
|
13
|
+
|
|
14
|
+
@SerializeProperty({ map: "linkAgent", optional: true })
|
|
15
|
+
public LinkAgent: number;
|
|
16
|
+
|
|
17
|
+
@SerializeProperty({ map: "linkOrder", optional: true })
|
|
18
|
+
public LinkOrder: number;
|
|
19
|
+
|
|
20
|
+
@SerializeProperty({ map: "quantity", optional: true })
|
|
21
|
+
public Quantity: number;
|
|
22
|
+
|
|
23
|
+
@SerializeProperty({ map: "price", optional: true })
|
|
24
|
+
public Price: number;
|
|
25
|
+
|
|
26
|
+
@SerializeProperty({ map: "date", optional: true })
|
|
27
|
+
public Date: Date;
|
|
28
|
+
|
|
29
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
30
|
+
public Status: LmBasket.Status;
|
|
31
|
+
|
|
32
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
33
|
+
public Json: string;
|
|
34
|
+
|
|
35
|
+
@SerializeProperty({ map: "additionalData", type: LmBasketAddData, optional: true })
|
|
36
|
+
public AdditionalData: LmBasketAddData;
|
|
37
|
+
|
|
38
|
+
constructor()
|
|
39
|
+
{
|
|
40
|
+
super();
|
|
41
|
+
this.LinkProduct = 0;
|
|
42
|
+
this.LinkAgent = 0;
|
|
43
|
+
this.LinkOrder = 0;
|
|
44
|
+
this.Quantity = 0;
|
|
45
|
+
this.Price = 0;
|
|
46
|
+
this.Date = new Date();
|
|
47
|
+
this.Status = 0;
|
|
48
|
+
this.Id = 0;
|
|
49
|
+
this.Json = "";
|
|
50
|
+
this.AdditionalData = new LmBasketAddData();
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmBasket } from "./LmBasket";
|
|
3
|
+
export declare class LmBasketSelect extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
LinkAgent: number;
|
|
6
|
+
LinkProduct: number;
|
|
7
|
+
LinkOrder: number;
|
|
8
|
+
DateFrom: Date;
|
|
9
|
+
DateTo: Date;
|
|
10
|
+
Uuid: string;
|
|
11
|
+
Status: LmBasket.Status;
|
|
12
|
+
ProductName: string;
|
|
13
|
+
ProductArticle: string;
|
|
14
|
+
PageNo: number;
|
|
15
|
+
PageLength: number;
|
|
16
|
+
PagePortion: number;
|
|
17
|
+
TotalCount: number;
|
|
18
|
+
OrderBy: string;
|
|
19
|
+
Results: Array<LmBasket>;
|
|
20
|
+
constructor();
|
|
21
|
+
}
|
|
@@ -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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmBasketSelect = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmBasket_1 = require("./LmBasket");
|
|
15
|
+
let LmBasketSelect = class LmBasketSelect extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Id = 0;
|
|
19
|
+
this.LinkAgent = 0;
|
|
20
|
+
this.LinkProduct = 0;
|
|
21
|
+
this.LinkOrder = 0;
|
|
22
|
+
this.DateFrom = new Date("1913-01-01T00:00:00.000Z");
|
|
23
|
+
this.DateTo = new Date("1913-01-01T00:00:00.000Z");
|
|
24
|
+
this.Uuid = "";
|
|
25
|
+
this.Status = LmBasket_1.LmBasket.Status.All;
|
|
26
|
+
this.ProductName = "";
|
|
27
|
+
this.ProductArticle = "";
|
|
28
|
+
this.PageNo = 0;
|
|
29
|
+
this.PageLength = 0;
|
|
30
|
+
this.PagePortion = 0;
|
|
31
|
+
this.TotalCount = 0;
|
|
32
|
+
this.OrderBy = "date";
|
|
33
|
+
this.Results = new Array();
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
exports.LmBasketSelect = LmBasketSelect;
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], LmBasketSelect.prototype, "Id", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkAgent", optional: true }),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], LmBasketSelect.prototype, "LinkAgent", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkProduct", optional: true }),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], LmBasketSelect.prototype, "LinkProduct", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkOrder", optional: true }),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], LmBasketSelect.prototype, "LinkOrder", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateFrom", optional: true }),
|
|
55
|
+
__metadata("design:type", Date)
|
|
56
|
+
], LmBasketSelect.prototype, "DateFrom", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateTo", optional: true }),
|
|
59
|
+
__metadata("design:type", Date)
|
|
60
|
+
], LmBasketSelect.prototype, "DateTo", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], LmBasketSelect.prototype, "Uuid", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
67
|
+
__metadata("design:type", Number)
|
|
68
|
+
], LmBasketSelect.prototype, "Status", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "productName", optional: true }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], LmBasketSelect.prototype, "ProductName", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "productArticle", optional: true }),
|
|
75
|
+
__metadata("design:type", String)
|
|
76
|
+
], LmBasketSelect.prototype, "ProductArticle", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageNo", optional: true }),
|
|
79
|
+
__metadata("design:type", Number)
|
|
80
|
+
], LmBasketSelect.prototype, "PageNo", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageLength", optional: true }),
|
|
83
|
+
__metadata("design:type", Number)
|
|
84
|
+
], LmBasketSelect.prototype, "PageLength", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pagePortion", optional: true }),
|
|
87
|
+
__metadata("design:type", Number)
|
|
88
|
+
], LmBasketSelect.prototype, "PagePortion", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "totalCount", optional: true }),
|
|
91
|
+
__metadata("design:type", Number)
|
|
92
|
+
], LmBasketSelect.prototype, "TotalCount", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "orderBy", optional: true }),
|
|
95
|
+
__metadata("design:type", String)
|
|
96
|
+
], LmBasketSelect.prototype, "OrderBy", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "results", list: true, type: LmBasket_1.LmBasket, optional: true }),
|
|
99
|
+
__metadata("design:type", Array)
|
|
100
|
+
], LmBasketSelect.prototype, "Results", void 0);
|
|
101
|
+
exports.LmBasketSelect = LmBasketSelect = __decorate([
|
|
102
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
103
|
+
__metadata("design:paramtypes", [])
|
|
104
|
+
], LmBasketSelect);
|
|
105
|
+
//# sourceMappingURL=LmBasketSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBasketSelect.js","sourceRoot":"","sources":["LmBasketSelect.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmBasket } from "./LmBasket";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmBasketSelect extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "linkAgent", optional: true })
|
|
11
|
+
public LinkAgent: number;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "linkProduct", optional: true })
|
|
14
|
+
public LinkProduct: number;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "linkOrder", optional: true })
|
|
17
|
+
public LinkOrder: number;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "dateFrom", optional: true })
|
|
20
|
+
public DateFrom: Date;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "dateTo", optional: true })
|
|
23
|
+
public DateTo: Date;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
26
|
+
public Uuid: string;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
29
|
+
public Status: LmBasket.Status;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "productName", optional: true })
|
|
32
|
+
public ProductName: string;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "productArticle", optional: true })
|
|
35
|
+
public ProductArticle: string;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "pageNo", optional: true })
|
|
38
|
+
public PageNo: number;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "pageLength", optional: true })
|
|
41
|
+
public PageLength: number;
|
|
42
|
+
|
|
43
|
+
@SerializeProperty({ map: "pagePortion", optional: true })
|
|
44
|
+
public PagePortion: number;
|
|
45
|
+
|
|
46
|
+
@SerializeProperty({ map: "totalCount", optional: true })
|
|
47
|
+
public TotalCount: number;
|
|
48
|
+
|
|
49
|
+
@SerializeProperty({ map: "orderBy", optional: true })
|
|
50
|
+
public OrderBy: string;
|
|
51
|
+
|
|
52
|
+
@SerializeProperty({ map: "results", list: true, type: LmBasket, optional: true })
|
|
53
|
+
public Results: Array<LmBasket>;
|
|
54
|
+
|
|
55
|
+
constructor()
|
|
56
|
+
{
|
|
57
|
+
super();
|
|
58
|
+
this.Id = 0;
|
|
59
|
+
this.LinkAgent = 0;
|
|
60
|
+
this.LinkProduct = 0;
|
|
61
|
+
this.LinkOrder = 0;
|
|
62
|
+
this.DateFrom = new Date("1913-01-01T00:00:00.000Z");
|
|
63
|
+
this.DateTo = new Date("1913-01-01T00:00:00.000Z");
|
|
64
|
+
this.Uuid = "";
|
|
65
|
+
this.Status = LmBasket.Status.All;
|
|
66
|
+
this.ProductName = "";
|
|
67
|
+
this.ProductArticle = "";
|
|
68
|
+
this.PageNo = 0;
|
|
69
|
+
this.PageLength = 0;
|
|
70
|
+
this.PagePortion = 0;
|
|
71
|
+
this.TotalCount = 0;
|
|
72
|
+
this.OrderBy = "date";
|
|
73
|
+
this.Results = new Array<LmBasket>();
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CopyLmBrandEdit = void 0;
|
|
4
|
+
const LmBrandEdit_1 = require("./LmBrandEdit");
|
|
5
|
+
function CopyLmBrandEdit(lmBrandEdit) {
|
|
6
|
+
const newLmBrandEdit = new LmBrandEdit_1.LmBrandEdit();
|
|
7
|
+
newLmBrandEdit.Name = lmBrandEdit.Name;
|
|
8
|
+
newLmBrandEdit.LinkManufacturer = lmBrandEdit.LinkManufacturer;
|
|
9
|
+
newLmBrandEdit.Status = lmBrandEdit.Status;
|
|
10
|
+
newLmBrandEdit.Id = lmBrandEdit.Id;
|
|
11
|
+
return newLmBrandEdit;
|
|
12
|
+
}
|
|
13
|
+
exports.CopyLmBrandEdit = CopyLmBrandEdit;
|
|
14
|
+
//# sourceMappingURL=CopyLmBrandEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyLmBrandEdit.js","sourceRoot":"","sources":["CopyLmBrandEdit.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,SAAgB,eAAe,CAAC,WAAwB;IAEvD,MAAM,cAAc,GAAgB,IAAI,yBAAW,EAAE,CAAC;IACtD,cAAc,CAAC,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC;IACvC,cAAc,CAAC,gBAAgB,GAAG,WAAW,CAAC,gBAAgB,CAAC;IAC/D,cAAc,CAAC,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC;IAC3C,cAAc,CAAC,EAAE,GAAG,WAAW,CAAC,EAAE,CAAC;IAEnC,OAAO,cAAc,CAAA;AACtB,CAAC;AATD,0CASC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LmBrandEdit } from "./LmBrandEdit";
|
|
2
|
+
|
|
3
|
+
export function CopyLmBrandEdit(lmBrandEdit: LmBrandEdit): LmBrandEdit
|
|
4
|
+
{
|
|
5
|
+
const newLmBrandEdit: LmBrandEdit = new LmBrandEdit();
|
|
6
|
+
newLmBrandEdit.Name = lmBrandEdit.Name;
|
|
7
|
+
newLmBrandEdit.LinkManufacturer = lmBrandEdit.LinkManufacturer;
|
|
8
|
+
newLmBrandEdit.Status = lmBrandEdit.Status;
|
|
9
|
+
newLmBrandEdit.Id = lmBrandEdit.Id;
|
|
10
|
+
|
|
11
|
+
return newLmBrandEdit
|
|
12
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetLmBrandView = void 0;
|
|
4
|
+
const ArrayTableField_1 = require("../ClassProperty/ArrayTableField");
|
|
5
|
+
const TableField_1 = require("../ClassProperty/TableField");
|
|
6
|
+
function GetLmBrandView() {
|
|
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 = "LinkManufacturer";
|
|
30
|
+
tableField.ShowDefault = true;
|
|
31
|
+
tableField.Sort = "link_manufacturer";
|
|
32
|
+
tableField.SortDesc = "link_manufacturer desc";
|
|
33
|
+
tableField.ComponentName = "showLinkManufacturer";
|
|
34
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
35
|
+
tableField = new TableField_1.TableField();
|
|
36
|
+
tableField.ColumnName = "Статус";
|
|
37
|
+
tableField.Field = "Status";
|
|
38
|
+
tableField.ShowDefault = true;
|
|
39
|
+
tableField.Sort = "status";
|
|
40
|
+
tableField.SortDesc = "status desc";
|
|
41
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
42
|
+
tableField = new TableField_1.TableField();
|
|
43
|
+
tableField.ColumnName = "Uuid";
|
|
44
|
+
tableField.Field = "Uuid";
|
|
45
|
+
tableField.ShowDefault = false;
|
|
46
|
+
tableField.Sort = "uuid";
|
|
47
|
+
tableField.SortDesc = "uuid desc";
|
|
48
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
49
|
+
tableField = new TableField_1.TableField();
|
|
50
|
+
tableField.ColumnName = "Json";
|
|
51
|
+
tableField.Field = "Json";
|
|
52
|
+
tableField.ShowDefault = false;
|
|
53
|
+
tableField.Sort = "json";
|
|
54
|
+
tableField.SortDesc = "json desc";
|
|
55
|
+
tableField.ComponentName = "showJson";
|
|
56
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
57
|
+
tableField = new TableField_1.TableField();
|
|
58
|
+
tableField.ColumnName = "Товары";
|
|
59
|
+
tableField.Field = "CountOfProducts";
|
|
60
|
+
tableField.ShowDefault = true;
|
|
61
|
+
tableField.Sort = "countofproducts";
|
|
62
|
+
tableField.SortDesc = "countofproducts desc";
|
|
63
|
+
tableField.ComponentName = "showProductsLmBrand";
|
|
64
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
65
|
+
return arrayTableField;
|
|
66
|
+
}
|
|
67
|
+
exports.GetLmBrandView = GetLmBrandView;
|
|
68
|
+
//# sourceMappingURL=GetLmBrandView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetLmBrandView.js","sourceRoot":"","sources":["GetLmBrandView.ts"],"names":[],"mappings":"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"}
|