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 { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class LmProductEdit extends Serializable
|
|
5
|
+
{
|
|
6
|
+
@SerializeProperty({ map: "id" })
|
|
7
|
+
public Id: number;
|
|
8
|
+
|
|
9
|
+
@SerializeProperty({ map: "name", optional: true })
|
|
10
|
+
public Name: string;
|
|
11
|
+
|
|
12
|
+
@SerializeProperty({ map: "linkCatalog", optional: true })
|
|
13
|
+
public LinkCatalog: number;
|
|
14
|
+
|
|
15
|
+
@SerializeProperty({ map: "linkParameter", optional: true })
|
|
16
|
+
public LinkParameter: number;
|
|
17
|
+
|
|
18
|
+
@SerializeProperty({ map: "linkCountry", optional: true })
|
|
19
|
+
public LinkCountry: number;
|
|
20
|
+
|
|
21
|
+
@SerializeProperty({ map: "linkBrand", optional: true })
|
|
22
|
+
public LinkBrand: number;
|
|
23
|
+
|
|
24
|
+
@SerializeProperty({ map: "barcode", optional: true })
|
|
25
|
+
public Barcode: string;
|
|
26
|
+
|
|
27
|
+
@SerializeProperty({ map: "article", optional: true })
|
|
28
|
+
public Article: string;
|
|
29
|
+
|
|
30
|
+
@SerializeProperty({ map: "keywords", optional: true })
|
|
31
|
+
public Keywords: string;
|
|
32
|
+
|
|
33
|
+
@SerializeProperty({ map: "howToUse", optional: true })
|
|
34
|
+
public HowToUse: string;
|
|
35
|
+
|
|
36
|
+
@SerializeProperty({ map: "description", optional: true })
|
|
37
|
+
public Description: string;
|
|
38
|
+
|
|
39
|
+
@SerializeProperty({ map: "gender", optional: true })
|
|
40
|
+
public Gender: number;
|
|
41
|
+
|
|
42
|
+
@SerializeProperty({ map: "isChildren", optional: true })
|
|
43
|
+
public IsChildren: boolean;
|
|
44
|
+
|
|
45
|
+
@SerializeProperty({ map: "isAdult", optional: true })
|
|
46
|
+
public IsAdult: boolean;
|
|
47
|
+
|
|
48
|
+
@SerializeProperty({ map: "parameter", optional: true })
|
|
49
|
+
public Parameter: string;
|
|
50
|
+
|
|
51
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
52
|
+
public Status: number;
|
|
53
|
+
|
|
54
|
+
@SerializeProperty({ map: "version", optional: true })
|
|
55
|
+
public Version: number;
|
|
56
|
+
|
|
57
|
+
constructor()
|
|
58
|
+
{
|
|
59
|
+
super();
|
|
60
|
+
this.Id = 0;
|
|
61
|
+
this.Name = "";
|
|
62
|
+
this.LinkCatalog = 0;
|
|
63
|
+
this.LinkParameter = 0;
|
|
64
|
+
this.LinkCountry = 0;
|
|
65
|
+
this.LinkBrand = 0;
|
|
66
|
+
this.Barcode = "";
|
|
67
|
+
this.Article = "";
|
|
68
|
+
this.Status = 0;
|
|
69
|
+
this.Keywords = "";
|
|
70
|
+
this.HowToUse = "";
|
|
71
|
+
this.Description = "";
|
|
72
|
+
this.IsChildren = false;
|
|
73
|
+
this.IsAdult = false;
|
|
74
|
+
this.Parameter = "";
|
|
75
|
+
this.Version = 0;
|
|
76
|
+
this.Gender = 0;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
public static ConvertToJson(lmProductEdit: LmProductEdit): string
|
|
80
|
+
{
|
|
81
|
+
return JSON.stringify(lmProductEdit.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
export declare class LmProductParameter extends Serializable {
|
|
3
|
+
Length: number;
|
|
4
|
+
Weight: number;
|
|
5
|
+
Height: number;
|
|
6
|
+
Width: number;
|
|
7
|
+
constructor();
|
|
8
|
+
static ConvertToJson(lmProductParameter: LmProductParameter): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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.LmProductParameter = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmProductParameter = class LmProductParameter extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.Length = 0;
|
|
18
|
+
this.Weight = 0;
|
|
19
|
+
this.Height = 0;
|
|
20
|
+
this.Width = 0;
|
|
21
|
+
}
|
|
22
|
+
static ConvertToJson(lmProductParameter) {
|
|
23
|
+
return JSON.stringify(lmProductParameter.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
exports.LmProductParameter = LmProductParameter;
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "length", optional: true }),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], LmProductParameter.prototype, "Length", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "weight", optional: true }),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], LmProductParameter.prototype, "Weight", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "height", optional: true }),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], LmProductParameter.prototype, "Height", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "width", optional: true }),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], LmProductParameter.prototype, "Width", void 0);
|
|
43
|
+
exports.LmProductParameter = LmProductParameter = __decorate([
|
|
44
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
45
|
+
__metadata("design:paramtypes", [])
|
|
46
|
+
], LmProductParameter);
|
|
47
|
+
//# sourceMappingURL=LmProductParameter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmProductParameter.js","sourceRoot":"","sources":["LmProductParameter.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;IAkBnD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;IAChB,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,kBAAsC;QAEjE,OAAO,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACrF,CAAC;CACD,CAAA;AA/BY,gDAAkB;AAIvB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;6BAhBT,kBAAkB;IAD9B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,kBAAkB,CA+B9B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class LmProductParameter extends Serializable
|
|
5
|
+
{
|
|
6
|
+
//Длина
|
|
7
|
+
@SerializeProperty({ map: "length", optional: true })
|
|
8
|
+
public Length: number;
|
|
9
|
+
|
|
10
|
+
//Вес
|
|
11
|
+
@SerializeProperty({ map: "weight", optional: true })
|
|
12
|
+
public Weight: number;
|
|
13
|
+
|
|
14
|
+
//Высота
|
|
15
|
+
@SerializeProperty({ map: "height", optional: true })
|
|
16
|
+
public Height: number;
|
|
17
|
+
|
|
18
|
+
//Ширина
|
|
19
|
+
@SerializeProperty({ map: "width", optional: true })
|
|
20
|
+
public Width: number;
|
|
21
|
+
|
|
22
|
+
constructor()
|
|
23
|
+
{
|
|
24
|
+
super();
|
|
25
|
+
this.Length = 0;
|
|
26
|
+
this.Weight = 0;
|
|
27
|
+
this.Height = 0;
|
|
28
|
+
this.Width = 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
public static ConvertToJson(lmProductParameter: LmProductParameter): string
|
|
32
|
+
{
|
|
33
|
+
return JSON.stringify(lmProductParameter.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Serializable } from 'ts-serializer';
|
|
2
|
+
import { LmProduct } from './LmProduct';
|
|
3
|
+
export declare class LmProductSelect extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
Name: string;
|
|
6
|
+
LinkCatalog: number;
|
|
7
|
+
LinkCatalogs: string;
|
|
8
|
+
LinkParameter: number;
|
|
9
|
+
LinkCountry: number;
|
|
10
|
+
LinkBrand: number;
|
|
11
|
+
LinkGroup: number;
|
|
12
|
+
Barcode: string;
|
|
13
|
+
Article: string;
|
|
14
|
+
Gender: number;
|
|
15
|
+
IsChildren: number;
|
|
16
|
+
IsAdult: number;
|
|
17
|
+
Status: number;
|
|
18
|
+
Version: number;
|
|
19
|
+
Uuid: string;
|
|
20
|
+
Old: number;
|
|
21
|
+
WithQuantity: boolean;
|
|
22
|
+
WithPrice: boolean;
|
|
23
|
+
Conditions: string;
|
|
24
|
+
Results: Array<LmProduct>;
|
|
25
|
+
PageNo: number;
|
|
26
|
+
PageLength: number;
|
|
27
|
+
PagePortion: number;
|
|
28
|
+
TotalCount: number;
|
|
29
|
+
OrderBy: string;
|
|
30
|
+
ExternalCode: number;
|
|
31
|
+
constructor();
|
|
32
|
+
static ConvertToJson(lmProductSelect: LmProductSelect): string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
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.LmProductSelect = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmProduct_1 = require("./LmProduct");
|
|
15
|
+
let LmProductSelect = class LmProductSelect extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Id = -1;
|
|
19
|
+
this.Name = "";
|
|
20
|
+
this.LinkCatalog = -1;
|
|
21
|
+
this.LinkParameter = 0;
|
|
22
|
+
this.LinkCountry = 0;
|
|
23
|
+
this.LinkBrand = 0;
|
|
24
|
+
this.Barcode = "";
|
|
25
|
+
this.Article = "";
|
|
26
|
+
this.Status = -1;
|
|
27
|
+
this.IsChildren = -1;
|
|
28
|
+
this.IsAdult = -1;
|
|
29
|
+
this.Version = 0;
|
|
30
|
+
this.Uuid = "";
|
|
31
|
+
this.Old = -1;
|
|
32
|
+
this.LinkGroup = 0;
|
|
33
|
+
this.WithQuantity = false;
|
|
34
|
+
this.WithPrice = false;
|
|
35
|
+
this.Conditions = "";
|
|
36
|
+
this.Results = new Array();
|
|
37
|
+
this.OrderBy = "lm_product.name";
|
|
38
|
+
this.Gender = -1;
|
|
39
|
+
this.LinkCatalogs = "";
|
|
40
|
+
this.PageNo = 0;
|
|
41
|
+
this.PageLength = 0;
|
|
42
|
+
this.PagePortion = 0;
|
|
43
|
+
this.TotalCount = 0;
|
|
44
|
+
this.ExternalCode = 0;
|
|
45
|
+
}
|
|
46
|
+
static ConvertToJson(lmProductSelect) {
|
|
47
|
+
return JSON.stringify(lmProductSelect.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
exports.LmProductSelect = LmProductSelect;
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], LmProductSelect.prototype, "Id", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], LmProductSelect.prototype, "Name", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCatalog", optional: true }),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], LmProductSelect.prototype, "LinkCatalog", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCatalogs", optional: true }),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], LmProductSelect.prototype, "LinkCatalogs", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkParameter", optional: true }),
|
|
69
|
+
__metadata("design:type", Number)
|
|
70
|
+
], LmProductSelect.prototype, "LinkParameter", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCountry", optional: true }),
|
|
73
|
+
__metadata("design:type", Number)
|
|
74
|
+
], LmProductSelect.prototype, "LinkCountry", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkBrand", optional: true }),
|
|
77
|
+
__metadata("design:type", Number)
|
|
78
|
+
], LmProductSelect.prototype, "LinkBrand", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkGroup", optional: true }),
|
|
81
|
+
__metadata("design:type", Number)
|
|
82
|
+
], LmProductSelect.prototype, "LinkGroup", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "barcode", optional: true }),
|
|
85
|
+
__metadata("design:type", String)
|
|
86
|
+
], LmProductSelect.prototype, "Barcode", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "article", optional: true }),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], LmProductSelect.prototype, "Article", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "gender", optional: true }),
|
|
93
|
+
__metadata("design:type", Number)
|
|
94
|
+
], LmProductSelect.prototype, "Gender", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "isChildren", optional: true }),
|
|
97
|
+
__metadata("design:type", Number)
|
|
98
|
+
], LmProductSelect.prototype, "IsChildren", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "isAdult", optional: true }),
|
|
101
|
+
__metadata("design:type", Number)
|
|
102
|
+
], LmProductSelect.prototype, "IsAdult", void 0);
|
|
103
|
+
__decorate([
|
|
104
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
105
|
+
__metadata("design:type", Number)
|
|
106
|
+
], LmProductSelect.prototype, "Status", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "version", optional: true }),
|
|
109
|
+
__metadata("design:type", Number)
|
|
110
|
+
], LmProductSelect.prototype, "Version", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
113
|
+
__metadata("design:type", String)
|
|
114
|
+
], LmProductSelect.prototype, "Uuid", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "old", optional: true }),
|
|
117
|
+
__metadata("design:type", Number)
|
|
118
|
+
], LmProductSelect.prototype, "Old", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "withQuantity", optional: true }),
|
|
121
|
+
__metadata("design:type", Boolean)
|
|
122
|
+
], LmProductSelect.prototype, "WithQuantity", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "withPrice", optional: true }),
|
|
125
|
+
__metadata("design:type", Boolean)
|
|
126
|
+
], LmProductSelect.prototype, "WithPrice", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "conditions", optional: true }),
|
|
129
|
+
__metadata("design:type", String)
|
|
130
|
+
], LmProductSelect.prototype, "Conditions", void 0);
|
|
131
|
+
__decorate([
|
|
132
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "results", list: true, type: LmProduct_1.LmProduct, optional: true }),
|
|
133
|
+
__metadata("design:type", Array)
|
|
134
|
+
], LmProductSelect.prototype, "Results", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageNo", optional: true }),
|
|
137
|
+
__metadata("design:type", Number)
|
|
138
|
+
], LmProductSelect.prototype, "PageNo", void 0);
|
|
139
|
+
__decorate([
|
|
140
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageLength", optional: true }),
|
|
141
|
+
__metadata("design:type", Number)
|
|
142
|
+
], LmProductSelect.prototype, "PageLength", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pagePortion", optional: true }),
|
|
145
|
+
__metadata("design:type", Number)
|
|
146
|
+
], LmProductSelect.prototype, "PagePortion", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "totalCount", optional: true }),
|
|
149
|
+
__metadata("design:type", Number)
|
|
150
|
+
], LmProductSelect.prototype, "TotalCount", void 0);
|
|
151
|
+
__decorate([
|
|
152
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "orderBy", optional: true }),
|
|
153
|
+
__metadata("design:type", String)
|
|
154
|
+
], LmProductSelect.prototype, "OrderBy", void 0);
|
|
155
|
+
__decorate([
|
|
156
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "externalcode", optional: true }),
|
|
157
|
+
__metadata("design:type", Number)
|
|
158
|
+
], LmProductSelect.prototype, "ExternalCode", void 0);
|
|
159
|
+
exports.LmProductSelect = LmProductSelect = __decorate([
|
|
160
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
161
|
+
__metadata("design:paramtypes", [])
|
|
162
|
+
], LmProductSelect);
|
|
163
|
+
//# sourceMappingURL=LmProductSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmProductSelect.js","sourceRoot":"","sources":["LmProductSelect.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
|
|
2
|
+
import { LmProduct } from './LmProduct';
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmProductSelect extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "name", optional: true })
|
|
11
|
+
public Name: string;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "linkCatalog", optional: true })
|
|
14
|
+
public LinkCatalog: number;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "linkCatalogs", optional: true })
|
|
17
|
+
public LinkCatalogs: string;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "linkParameter", optional: true })
|
|
20
|
+
public LinkParameter: number;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "linkCountry", optional: true })
|
|
23
|
+
public LinkCountry: number;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "linkBrand", optional: true })
|
|
26
|
+
public LinkBrand: number;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "linkGroup", optional: true })
|
|
29
|
+
public LinkGroup: number;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "barcode", optional: true })
|
|
32
|
+
public Barcode: string;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "article", optional: true })
|
|
35
|
+
public Article: string;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "gender", optional: true })
|
|
38
|
+
public Gender: number;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "isChildren", optional: true })
|
|
41
|
+
public IsChildren: number;
|
|
42
|
+
|
|
43
|
+
@SerializeProperty({ map: "isAdult", optional: true })
|
|
44
|
+
public IsAdult: number;
|
|
45
|
+
|
|
46
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
47
|
+
public Status: number;
|
|
48
|
+
|
|
49
|
+
@SerializeProperty({ map: "version", optional: true })
|
|
50
|
+
public Version: number;
|
|
51
|
+
|
|
52
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
53
|
+
public Uuid: string;
|
|
54
|
+
|
|
55
|
+
@SerializeProperty({ map: "old", optional: true })
|
|
56
|
+
public Old: number;
|
|
57
|
+
|
|
58
|
+
@SerializeProperty({ map: "withQuantity", optional: true })
|
|
59
|
+
public WithQuantity: boolean;
|
|
60
|
+
|
|
61
|
+
@SerializeProperty({ map: "withPrice", optional: true })
|
|
62
|
+
public WithPrice: boolean;
|
|
63
|
+
|
|
64
|
+
@SerializeProperty({ map: "conditions", optional: true })
|
|
65
|
+
public Conditions: string;
|
|
66
|
+
|
|
67
|
+
@SerializeProperty({ map: "results", list: true, type: LmProduct, optional: true })
|
|
68
|
+
public Results: Array<LmProduct>;
|
|
69
|
+
|
|
70
|
+
@SerializeProperty({ map: "pageNo", optional: true })
|
|
71
|
+
public PageNo: number;
|
|
72
|
+
|
|
73
|
+
@SerializeProperty({ map: "pageLength", optional: true })
|
|
74
|
+
public PageLength: number;
|
|
75
|
+
|
|
76
|
+
@SerializeProperty({ map: "pagePortion", optional: true })
|
|
77
|
+
public PagePortion: number;
|
|
78
|
+
|
|
79
|
+
@SerializeProperty({ map: "totalCount", optional: true })
|
|
80
|
+
public TotalCount: number;
|
|
81
|
+
|
|
82
|
+
@SerializeProperty({ map: "orderBy", optional: true })
|
|
83
|
+
public OrderBy: string;
|
|
84
|
+
|
|
85
|
+
@SerializeProperty({ map: "externalcode", optional: true })
|
|
86
|
+
public ExternalCode: number;
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
constructor()
|
|
90
|
+
{
|
|
91
|
+
super();
|
|
92
|
+
this.Id = -1;
|
|
93
|
+
this.Name = "";
|
|
94
|
+
this.LinkCatalog = -1;
|
|
95
|
+
this.LinkParameter = 0;
|
|
96
|
+
this.LinkCountry = 0;
|
|
97
|
+
this.LinkBrand = 0;
|
|
98
|
+
this.Barcode = "";
|
|
99
|
+
this.Article = "";
|
|
100
|
+
this.Status = -1;
|
|
101
|
+
this.IsChildren = -1;
|
|
102
|
+
this.IsAdult = -1;
|
|
103
|
+
this.Version = 0;
|
|
104
|
+
this.Uuid = "";
|
|
105
|
+
this.Old = -1;
|
|
106
|
+
this.LinkGroup = 0;
|
|
107
|
+
this.WithQuantity = false;
|
|
108
|
+
this.WithPrice = false;
|
|
109
|
+
this.Conditions = "";
|
|
110
|
+
this.Results = new Array<LmProduct>();
|
|
111
|
+
this.OrderBy = "lm_product.name";
|
|
112
|
+
this.Gender = -1;
|
|
113
|
+
this.LinkCatalogs = "";
|
|
114
|
+
this.PageNo = 0;
|
|
115
|
+
this.PageLength = 0;
|
|
116
|
+
this.PagePortion = 0;
|
|
117
|
+
this.TotalCount = 0;
|
|
118
|
+
this.ExternalCode = 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
public static ConvertToJson(lmProductSelect: LmProductSelect): string
|
|
122
|
+
{
|
|
123
|
+
return JSON.stringify(lmProductSelect.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
124
|
+
}
|
|
125
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.LmProductView = void 0;
|
|
13
|
+
const TableField_1 = require("../ClassProperty/TableField");
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
let LmProductView = class LmProductView extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.ArrayFields = new Array();
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
exports.LmProductView = LmProductView;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "arrayFields", type: TableField_1.TableField, list: true, optional: true }),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], LmProductView.prototype, "ArrayFields", void 0);
|
|
26
|
+
exports.LmProductView = LmProductView = __decorate([
|
|
27
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
28
|
+
__metadata("design:paramtypes", [])
|
|
29
|
+
], LmProductView);
|
|
30
|
+
//# sourceMappingURL=LmProductView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmProductView.js","sourceRoot":"","sources":["LmProductView.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAyD;AACzD,iDAA2E;AAGpE,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,4BAAY;IAK9C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,IAAI,KAAK,EAAc,CAAC;IAC5C,CAAC;CACD,CAAA;AAVY,sCAAa;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,uBAAU,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpE,KAAK;kDAAY;wBAHzB,aAAa;IADzB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,aAAa,CAUzB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChoiseMenu.js","sourceRoot":"","sources":["ChoiseMenu.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,GAAG;AACH,gBAAgB;AAChB,eAAe;AACf,eAAe;AAEf,gBAAgB;AAChB,IAAI;AACJ,mBAAmB;AACnB,kBAAkB;AAClB,kBAAkB;AAClB,IAAI;AACJ,GAAG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Menu = void 0;
|
|
4
|
+
class Menu {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.title = "";
|
|
7
|
+
this.src = "";
|
|
8
|
+
this.name = "";
|
|
9
|
+
this.pagination = "true";
|
|
10
|
+
this.groups = "";
|
|
11
|
+
this.menu = new Array();
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.Menu = Menu;
|
|
15
|
+
//# sourceMappingURL=Menu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.js","sourceRoot":"","sources":["Menu.ts"],"names":[],"mappings":";;;AAAA,MAAa,IAAI;IAShB;QAEC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,EAAQ,CAAC;IAC/B,CAAC;CACD;AAlBD,oBAkBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export class Menu
|
|
2
|
+
{
|
|
3
|
+
title: string;
|
|
4
|
+
src: string;
|
|
5
|
+
name: string;
|
|
6
|
+
pagination: string;
|
|
7
|
+
groups: string;
|
|
8
|
+
menu: Array<Menu>;
|
|
9
|
+
|
|
10
|
+
constructor()
|
|
11
|
+
{
|
|
12
|
+
this.title = "";
|
|
13
|
+
this.src = "";
|
|
14
|
+
this.name = "";
|
|
15
|
+
this.pagination = "true";
|
|
16
|
+
this.groups = "";
|
|
17
|
+
this.menu = new Array<Menu>();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SessionVariables = void 0;
|
|
4
|
+
const UserInfo_1 = require("../User/UserInfo");
|
|
5
|
+
class SessionVariables {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.pageNo = 0;
|
|
8
|
+
this.tables = new Array();
|
|
9
|
+
this.userInfo = new UserInfo_1.UserInfo();
|
|
10
|
+
this.token = "";
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.SessionVariables = SessionVariables;
|
|
14
|
+
//# sourceMappingURL=SessionVariables.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SessionVariables.js","sourceRoot":"","sources":["SessionVariables.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAG5C,MAAa,gBAAgB;IAO5B;QAEC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,EAAsB,CAAC;QAC9C,IAAI,CAAC,QAAQ,GAAG,IAAI,mBAAQ,EAAE,CAAC;QAC/B,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;IACjB,CAAC;CACD;AAdD,4CAcC"}
|