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,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetLmDeliveryView = void 0;
|
|
4
|
+
const ArrayTableField_1 = require("../ClassProperty/ArrayTableField");
|
|
5
|
+
const TableField_1 = require("../ClassProperty/TableField");
|
|
6
|
+
function GetLmDeliveryView() {
|
|
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 = "FullName";
|
|
23
|
+
tableField.ShowDefault = true;
|
|
24
|
+
tableField.Sort = "full_name";
|
|
25
|
+
tableField.SortDesc = "full_name desc";
|
|
26
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
27
|
+
tableField = new TableField_1.TableField();
|
|
28
|
+
tableField.ColumnName = "Сокращение";
|
|
29
|
+
tableField.Field = "ShortName";
|
|
30
|
+
tableField.ShowDefault = true;
|
|
31
|
+
tableField.Sort = "short_name";
|
|
32
|
+
tableField.SortDesc = "short_name desc";
|
|
33
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
34
|
+
tableField = new TableField_1.TableField();
|
|
35
|
+
tableField.ColumnName = "Компонента";
|
|
36
|
+
tableField.Field = "NameComponent";
|
|
37
|
+
tableField.ShowDefault = true;
|
|
38
|
+
tableField.Sort = "name_component";
|
|
39
|
+
tableField.SortDesc = "name_component desc";
|
|
40
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
41
|
+
tableField = new TableField_1.TableField();
|
|
42
|
+
tableField.ColumnName = "Номер";
|
|
43
|
+
tableField.Field = "No";
|
|
44
|
+
tableField.ShowDefault = true;
|
|
45
|
+
tableField.Sort = "no";
|
|
46
|
+
tableField.SortDesc = "no desc";
|
|
47
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
48
|
+
tableField = new TableField_1.TableField();
|
|
49
|
+
tableField.ColumnName = "Тип";
|
|
50
|
+
tableField.Field = "Type";
|
|
51
|
+
tableField.ShowDefault = true;
|
|
52
|
+
tableField.Sort = "type";
|
|
53
|
+
tableField.SortDesc = "type desc";
|
|
54
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
55
|
+
tableField = new TableField_1.TableField();
|
|
56
|
+
tableField.ColumnName = "Статус";
|
|
57
|
+
tableField.Field = "Status";
|
|
58
|
+
tableField.ShowDefault = true;
|
|
59
|
+
tableField.Sort = "status";
|
|
60
|
+
tableField.SortDesc = "status desc";
|
|
61
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
62
|
+
tableField = new TableField_1.TableField();
|
|
63
|
+
tableField.ColumnName = "Json";
|
|
64
|
+
tableField.Field = "Json";
|
|
65
|
+
tableField.ShowDefault = false;
|
|
66
|
+
tableField.Sort = "json";
|
|
67
|
+
tableField.SortDesc = "json desc";
|
|
68
|
+
tableField.ComponentName = "showJson";
|
|
69
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
70
|
+
tableField = new TableField_1.TableField();
|
|
71
|
+
tableField.ColumnName = "Uuid";
|
|
72
|
+
tableField.Field = "Uuid";
|
|
73
|
+
tableField.ShowDefault = false;
|
|
74
|
+
tableField.Sort = "uuid";
|
|
75
|
+
tableField.SortDesc = "uuid desc";
|
|
76
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
77
|
+
tableField = new TableField_1.TableField();
|
|
78
|
+
tableField.ColumnName = "Дата изменения";
|
|
79
|
+
tableField.Field = "DateEdit";
|
|
80
|
+
tableField.ShowDefault = false;
|
|
81
|
+
tableField.Sort = "dateEdit";
|
|
82
|
+
tableField.SortDesc = "dateEdit desc";
|
|
83
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
84
|
+
tableField = new TableField_1.TableField();
|
|
85
|
+
tableField.ColumnName = "Дата создания";
|
|
86
|
+
tableField.Field = "DateCreate";
|
|
87
|
+
tableField.ShowDefault = false;
|
|
88
|
+
tableField.Sort = "dateCreate";
|
|
89
|
+
tableField.SortDesc = "dateCreate desc";
|
|
90
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
91
|
+
tableField = new TableField_1.TableField();
|
|
92
|
+
tableField.ColumnName = "Изменил";
|
|
93
|
+
tableField.Field = "Editor";
|
|
94
|
+
tableField.ShowDefault = false;
|
|
95
|
+
tableField.Sort = "editor";
|
|
96
|
+
tableField.SortDesc = "editor desc";
|
|
97
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
98
|
+
tableField = new TableField_1.TableField();
|
|
99
|
+
tableField.ColumnName = "Создал";
|
|
100
|
+
tableField.Field = "Creator";
|
|
101
|
+
tableField.ShowDefault = false;
|
|
102
|
+
tableField.Sort = "creator";
|
|
103
|
+
tableField.SortDesc = "creator desc";
|
|
104
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
105
|
+
tableField = new TableField_1.TableField();
|
|
106
|
+
tableField.ColumnName = "Заказы";
|
|
107
|
+
tableField.Field = "AdditionalData";
|
|
108
|
+
tableField.ShowDefault = true;
|
|
109
|
+
tableField.Sort = "additionalData";
|
|
110
|
+
tableField.SortDesc = "additionalData desc";
|
|
111
|
+
tableField.ComponentName = "showOrders";
|
|
112
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
113
|
+
return arrayTableField;
|
|
114
|
+
}
|
|
115
|
+
exports.GetLmDeliveryView = GetLmDeliveryView;
|
|
116
|
+
//# sourceMappingURL=GetLmDeliveryView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetLmDeliveryView.js","sourceRoot":"","sources":["GetLmDeliveryView.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { ArrayTableField } from "../ClassProperty/ArrayTableField";
|
|
2
|
+
import { TableField } from "../ClassProperty/TableField";
|
|
3
|
+
import { LmDelivery } from "./LmDelivery";
|
|
4
|
+
|
|
5
|
+
export function GetLmDeliveryView()
|
|
6
|
+
{
|
|
7
|
+
const arrayTableField: ArrayTableField = new ArrayTableField();
|
|
8
|
+
let tableField: TableField = new TableField();
|
|
9
|
+
tableField.ColumnName = "№"
|
|
10
|
+
tableField.Field = "Npp";
|
|
11
|
+
tableField.ShowDefault = true;
|
|
12
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
13
|
+
|
|
14
|
+
tableField = new TableField();
|
|
15
|
+
tableField.ColumnName = "Id";
|
|
16
|
+
tableField.Field = "Id"
|
|
17
|
+
tableField.ShowDefault = true;
|
|
18
|
+
tableField.Sort = "id";
|
|
19
|
+
tableField.SortDesc = "id desc";
|
|
20
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
21
|
+
|
|
22
|
+
tableField = new TableField();
|
|
23
|
+
tableField.ColumnName = "Наименование";
|
|
24
|
+
tableField.Field = "FullName"
|
|
25
|
+
tableField.ShowDefault = true;
|
|
26
|
+
tableField.Sort = "full_name";
|
|
27
|
+
tableField.SortDesc = "full_name desc";
|
|
28
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
29
|
+
|
|
30
|
+
tableField = new TableField();
|
|
31
|
+
tableField.ColumnName = "Сокращение";
|
|
32
|
+
tableField.Field = "ShortName"
|
|
33
|
+
tableField.ShowDefault = true;
|
|
34
|
+
tableField.Sort = "short_name";
|
|
35
|
+
tableField.SortDesc = "short_name desc";
|
|
36
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
37
|
+
|
|
38
|
+
tableField = new TableField();
|
|
39
|
+
tableField.ColumnName = "Компонента";
|
|
40
|
+
tableField.Field = "NameComponent"
|
|
41
|
+
tableField.ShowDefault = true;
|
|
42
|
+
tableField.Sort = "name_component";
|
|
43
|
+
tableField.SortDesc = "name_component desc";
|
|
44
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
45
|
+
|
|
46
|
+
tableField = new TableField();
|
|
47
|
+
tableField.ColumnName = "Номер";
|
|
48
|
+
tableField.Field = "No"
|
|
49
|
+
tableField.ShowDefault = true;
|
|
50
|
+
tableField.Sort = "no";
|
|
51
|
+
tableField.SortDesc = "no desc";
|
|
52
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
53
|
+
|
|
54
|
+
tableField = new TableField();
|
|
55
|
+
tableField.ColumnName = "Тип";
|
|
56
|
+
tableField.Field = "Type"
|
|
57
|
+
tableField.ShowDefault = true;
|
|
58
|
+
tableField.Sort = "type";
|
|
59
|
+
tableField.SortDesc = "type desc";
|
|
60
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
61
|
+
|
|
62
|
+
tableField = new TableField();
|
|
63
|
+
tableField.ColumnName = "Статус";
|
|
64
|
+
tableField.Field = "Status"
|
|
65
|
+
tableField.ShowDefault = true;
|
|
66
|
+
tableField.Sort = "status";
|
|
67
|
+
tableField.SortDesc = "status desc";
|
|
68
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
69
|
+
|
|
70
|
+
tableField = new TableField();
|
|
71
|
+
tableField.ColumnName = "Json";
|
|
72
|
+
tableField.Field = "Json"
|
|
73
|
+
tableField.ShowDefault = false;
|
|
74
|
+
tableField.Sort = "json";
|
|
75
|
+
tableField.SortDesc = "json desc";
|
|
76
|
+
tableField.ComponentName = "showJson";
|
|
77
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
78
|
+
|
|
79
|
+
tableField = new TableField();
|
|
80
|
+
tableField.ColumnName = "Uuid";
|
|
81
|
+
tableField.Field = "Uuid"
|
|
82
|
+
tableField.ShowDefault = false;
|
|
83
|
+
tableField.Sort = "uuid";
|
|
84
|
+
tableField.SortDesc = "uuid desc";
|
|
85
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
86
|
+
|
|
87
|
+
tableField = new TableField();
|
|
88
|
+
tableField.ColumnName = "Дата изменения";
|
|
89
|
+
tableField.Field = "DateEdit"
|
|
90
|
+
tableField.ShowDefault = false;
|
|
91
|
+
tableField.Sort = "dateEdit";
|
|
92
|
+
tableField.SortDesc = "dateEdit desc";
|
|
93
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
94
|
+
|
|
95
|
+
tableField = new TableField();
|
|
96
|
+
tableField.ColumnName = "Дата создания";
|
|
97
|
+
tableField.Field = "DateCreate"
|
|
98
|
+
tableField.ShowDefault = false;
|
|
99
|
+
tableField.Sort = "dateCreate";
|
|
100
|
+
tableField.SortDesc = "dateCreate desc";
|
|
101
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
102
|
+
|
|
103
|
+
tableField = new TableField();
|
|
104
|
+
tableField.ColumnName = "Изменил";
|
|
105
|
+
tableField.Field = "Editor"
|
|
106
|
+
tableField.ShowDefault = false;
|
|
107
|
+
tableField.Sort = "editor";
|
|
108
|
+
tableField.SortDesc = "editor desc";
|
|
109
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
110
|
+
|
|
111
|
+
tableField = new TableField();
|
|
112
|
+
tableField.ColumnName = "Создал";
|
|
113
|
+
tableField.Field = "Creator"
|
|
114
|
+
tableField.ShowDefault = false;
|
|
115
|
+
tableField.Sort = "creator";
|
|
116
|
+
tableField.SortDesc = "creator desc";
|
|
117
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
118
|
+
|
|
119
|
+
tableField = new TableField();
|
|
120
|
+
tableField.ColumnName = "Заказы";
|
|
121
|
+
tableField.Field = "AdditionalData"
|
|
122
|
+
tableField.ShowDefault = true;
|
|
123
|
+
tableField.Sort = "additionalData";
|
|
124
|
+
tableField.SortDesc = "additionalData desc";
|
|
125
|
+
tableField.ComponentName = "showOrders";
|
|
126
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
127
|
+
|
|
128
|
+
return arrayTableField;
|
|
129
|
+
}
|
|
130
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmDeliveryAddData } from "./LmDeliveryAddData";
|
|
3
|
+
export declare class LmDelivery extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
FullName: string;
|
|
6
|
+
ShortName: string;
|
|
7
|
+
NameComponent: string;
|
|
8
|
+
No: number;
|
|
9
|
+
Type: LmDelivery.Type;
|
|
10
|
+
Status: LmDelivery.Status;
|
|
11
|
+
Json: string;
|
|
12
|
+
Uuid: string;
|
|
13
|
+
DateEdit: Date;
|
|
14
|
+
DateCreate: Date;
|
|
15
|
+
Editor: number;
|
|
16
|
+
Creator: number;
|
|
17
|
+
AdditionalData: LmDeliveryAddData;
|
|
18
|
+
static ConvertToJson(lmDelivery: LmDelivery): string;
|
|
19
|
+
constructor();
|
|
20
|
+
}
|
|
21
|
+
export declare namespace LmDelivery {
|
|
22
|
+
enum Status {
|
|
23
|
+
All = -1,
|
|
24
|
+
Unknown = 0,
|
|
25
|
+
Enabled = 1,
|
|
26
|
+
Disabled = 2
|
|
27
|
+
}
|
|
28
|
+
enum Type {
|
|
29
|
+
All = -1,
|
|
30
|
+
Unknown = 0,
|
|
31
|
+
Realy = 1,
|
|
32
|
+
Virtual = 2
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
var LmDelivery_1;
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.LmDelivery = void 0;
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
const LmDeliveryAddData_1 = require("./LmDeliveryAddData");
|
|
16
|
+
let LmDelivery = LmDelivery_1 = class LmDelivery extends ts_serializer_1.Serializable {
|
|
17
|
+
static ConvertToJson(lmDelivery) {
|
|
18
|
+
return JSON.stringify(lmDelivery.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
19
|
+
}
|
|
20
|
+
constructor() {
|
|
21
|
+
super();
|
|
22
|
+
this.FullName = "";
|
|
23
|
+
this.ShortName = "";
|
|
24
|
+
this.NameComponent = "";
|
|
25
|
+
this.No = 0;
|
|
26
|
+
this.Type = LmDelivery_1.Type.Unknown;
|
|
27
|
+
this.Status = LmDelivery_1.Status.All;
|
|
28
|
+
this.Id = 0;
|
|
29
|
+
this.Json = "";
|
|
30
|
+
this.Uuid = "";
|
|
31
|
+
this.DateEdit = new Date();
|
|
32
|
+
this.DateCreate = new Date();
|
|
33
|
+
this.Editor = 0;
|
|
34
|
+
this.Creator = 0;
|
|
35
|
+
this.AdditionalData = new LmDeliveryAddData_1.LmDeliveryAddData();
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
exports.LmDelivery = LmDelivery;
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], LmDelivery.prototype, "Id", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "fullName", optional: true }),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], LmDelivery.prototype, "FullName", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "shortName", optional: true }),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], LmDelivery.prototype, "ShortName", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "nameComponent", optional: true }),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], LmDelivery.prototype, "NameComponent", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "no", optional: true }),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], LmDelivery.prototype, "No", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "type", type: LmDelivery.Type, optional: true }),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], LmDelivery.prototype, "Type", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", type: LmDelivery.Status, optional: true }),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], LmDelivery.prototype, "Status", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], LmDelivery.prototype, "Json", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
73
|
+
__metadata("design:type", String)
|
|
74
|
+
], LmDelivery.prototype, "Uuid", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
|
|
77
|
+
__metadata("design:type", Date)
|
|
78
|
+
], LmDelivery.prototype, "DateEdit", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
|
|
81
|
+
__metadata("design:type", Date)
|
|
82
|
+
], LmDelivery.prototype, "DateCreate", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
|
|
85
|
+
__metadata("design:type", Number)
|
|
86
|
+
], LmDelivery.prototype, "Editor", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
|
|
89
|
+
__metadata("design:type", Number)
|
|
90
|
+
], LmDelivery.prototype, "Creator", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmDeliveryAddData_1.LmDeliveryAddData, optional: true }),
|
|
93
|
+
__metadata("design:type", LmDeliveryAddData_1.LmDeliveryAddData)
|
|
94
|
+
], LmDelivery.prototype, "AdditionalData", void 0);
|
|
95
|
+
exports.LmDelivery = LmDelivery = LmDelivery_1 = __decorate([
|
|
96
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
97
|
+
__metadata("design:paramtypes", [])
|
|
98
|
+
], LmDelivery);
|
|
99
|
+
(function (LmDelivery) {
|
|
100
|
+
let Status;
|
|
101
|
+
(function (Status) {
|
|
102
|
+
Status[Status["All"] = -1] = "All";
|
|
103
|
+
Status[Status["Unknown"] = 0] = "Unknown";
|
|
104
|
+
Status[Status["Enabled"] = 1] = "Enabled";
|
|
105
|
+
Status[Status["Disabled"] = 2] = "Disabled";
|
|
106
|
+
})(Status = LmDelivery.Status || (LmDelivery.Status = {}));
|
|
107
|
+
let Type;
|
|
108
|
+
(function (Type) {
|
|
109
|
+
Type[Type["All"] = -1] = "All";
|
|
110
|
+
Type[Type["Unknown"] = 0] = "Unknown";
|
|
111
|
+
Type[Type["Realy"] = 1] = "Realy";
|
|
112
|
+
Type[Type["Virtual"] = 2] = "Virtual";
|
|
113
|
+
})(Type = LmDelivery.Type || (LmDelivery.Type = {}));
|
|
114
|
+
})(LmDelivery || (exports.LmDelivery = LmDelivery = {}));
|
|
115
|
+
//# sourceMappingURL=LmDelivery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmDelivery.js","sourceRoot":"","sources":["LmDelivery.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmDeliveryAddData } from "./LmDeliveryAddData";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmDelivery extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "fullName", optional: true })
|
|
11
|
+
public FullName: string;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "shortName", optional: true })
|
|
14
|
+
public ShortName: string;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "nameComponent", optional: true })
|
|
17
|
+
public NameComponent: string;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "no", optional: true })
|
|
20
|
+
public No: number;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "type", type: LmDelivery.Type, optional: true })
|
|
23
|
+
public Type: LmDelivery.Type;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "status", type: LmDelivery.Status, optional: true })
|
|
26
|
+
public Status: LmDelivery.Status;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
29
|
+
public Json: string;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
32
|
+
public Uuid: string;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "dateEdit", optional: true })
|
|
35
|
+
public DateEdit: Date;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "dateCreate", optional: true })
|
|
38
|
+
public DateCreate: Date;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "editor", optional: true })
|
|
41
|
+
public Editor: number;
|
|
42
|
+
|
|
43
|
+
@SerializeProperty({ map: "creator", optional: true })
|
|
44
|
+
public Creator: number;
|
|
45
|
+
|
|
46
|
+
@SerializeProperty({ map: "additionalData", type: LmDeliveryAddData, optional: true })
|
|
47
|
+
public AdditionalData: LmDeliveryAddData;
|
|
48
|
+
|
|
49
|
+
public static ConvertToJson(lmDelivery: LmDelivery): string
|
|
50
|
+
{
|
|
51
|
+
return JSON.stringify(lmDelivery.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
constructor()
|
|
55
|
+
{
|
|
56
|
+
super();
|
|
57
|
+
this.FullName = "";
|
|
58
|
+
this.ShortName = "";
|
|
59
|
+
this.NameComponent = "";
|
|
60
|
+
this.No = 0;
|
|
61
|
+
this.Type = LmDelivery.Type.Unknown;
|
|
62
|
+
this.Status = LmDelivery.Status.All;
|
|
63
|
+
this.Id = 0;
|
|
64
|
+
this.Json = "";
|
|
65
|
+
this.Uuid = "";
|
|
66
|
+
this.DateEdit = new Date();
|
|
67
|
+
this.DateCreate = new Date();
|
|
68
|
+
this.Editor = 0;
|
|
69
|
+
this.Creator = 0;
|
|
70
|
+
this.AdditionalData = new LmDeliveryAddData();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export namespace LmDelivery
|
|
75
|
+
{
|
|
76
|
+
export enum Status
|
|
77
|
+
{
|
|
78
|
+
All = -1,
|
|
79
|
+
Unknown = 0,
|
|
80
|
+
Enabled = 1,
|
|
81
|
+
Disabled = 2
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export enum Type
|
|
85
|
+
{
|
|
86
|
+
All = -1,
|
|
87
|
+
Unknown = 0,
|
|
88
|
+
Realy = 1,
|
|
89
|
+
Virtual = 2
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmDeliveryAddData = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmDeliveryAddData = class LmDeliveryAddData extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.CountOfOrders = 0;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
exports.LmDeliveryAddData = LmDeliveryAddData;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "countoforders", optional: true }),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], LmDeliveryAddData.prototype, "CountOfOrders", void 0);
|
|
25
|
+
exports.LmDeliveryAddData = LmDeliveryAddData = __decorate([
|
|
26
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
27
|
+
__metadata("design:paramtypes", [])
|
|
28
|
+
], LmDeliveryAddData);
|
|
29
|
+
//# sourceMappingURL=LmDeliveryAddData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmDeliveryAddData.js","sourceRoot":"","sources":["LmDeliveryAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,4BAAY;IAKlD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC;IACxB,CAAC;CACD,CAAA;AAVY,8CAAiB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDAC/B;4BAHjB,iBAAiB;IAD7B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,iBAAiB,CAU7B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class LmDeliveryAddData extends Serializable
|
|
5
|
+
{
|
|
6
|
+
@SerializeProperty({ map: "countoforders", optional: true })
|
|
7
|
+
public CountOfOrders: number;
|
|
8
|
+
|
|
9
|
+
constructor()
|
|
10
|
+
{
|
|
11
|
+
super();
|
|
12
|
+
this.CountOfOrders = 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmDelivery } from "./LmDelivery";
|
|
3
|
+
import { LmDeliveryAddData } from "./LmDeliveryAddData";
|
|
4
|
+
export declare class LmDeliveryEdit extends Serializable {
|
|
5
|
+
Id: number;
|
|
6
|
+
FullName: string;
|
|
7
|
+
ShortName: string;
|
|
8
|
+
NameComponent: string;
|
|
9
|
+
No: number;
|
|
10
|
+
Type: LmDelivery.Type;
|
|
11
|
+
Status: LmDelivery.Status;
|
|
12
|
+
Json: string;
|
|
13
|
+
AdditionalData: LmDeliveryAddData;
|
|
14
|
+
constructor();
|
|
15
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmDeliveryEdit = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmDelivery_1 = require("./LmDelivery");
|
|
15
|
+
const LmDeliveryAddData_1 = require("./LmDeliveryAddData");
|
|
16
|
+
let LmDeliveryEdit = class LmDeliveryEdit extends ts_serializer_1.Serializable {
|
|
17
|
+
constructor() {
|
|
18
|
+
super();
|
|
19
|
+
this.FullName = "";
|
|
20
|
+
this.ShortName = "";
|
|
21
|
+
this.NameComponent = "";
|
|
22
|
+
this.No = 0;
|
|
23
|
+
this.Type = LmDelivery_1.LmDelivery.Type.Unknown;
|
|
24
|
+
this.Status = LmDelivery_1.LmDelivery.Status.All;
|
|
25
|
+
this.Id = 0;
|
|
26
|
+
this.Json = "";
|
|
27
|
+
this.AdditionalData = new LmDeliveryAddData_1.LmDeliveryAddData();
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
exports.LmDeliveryEdit = LmDeliveryEdit;
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], LmDeliveryEdit.prototype, "Id", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "fullName", optional: true }),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], LmDeliveryEdit.prototype, "FullName", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "shortName", optional: true }),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], LmDeliveryEdit.prototype, "ShortName", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "nameComponent", optional: true }),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], LmDeliveryEdit.prototype, "NameComponent", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "no", optional: true }),
|
|
49
|
+
__metadata("design:type", Number)
|
|
50
|
+
], LmDeliveryEdit.prototype, "No", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "type", optional: true }),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], LmDeliveryEdit.prototype, "Type", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], LmDeliveryEdit.prototype, "Status", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], LmDeliveryEdit.prototype, "Json", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmDeliveryAddData_1.LmDeliveryAddData, optional: true }),
|
|
65
|
+
__metadata("design:type", LmDeliveryAddData_1.LmDeliveryAddData)
|
|
66
|
+
], LmDeliveryEdit.prototype, "AdditionalData", void 0);
|
|
67
|
+
exports.LmDeliveryEdit = LmDeliveryEdit = __decorate([
|
|
68
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
69
|
+
__metadata("design:paramtypes", [])
|
|
70
|
+
], LmDeliveryEdit);
|
|
71
|
+
//# sourceMappingURL=LmDeliveryEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmDeliveryEdit.js","sourceRoot":"","sources":["LmDeliveryEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,6CAA0C;AAC1C,2DAAwD;AAGjD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,4BAAY;IA6B/C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;QACxB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,uBAAU,CAAC,IAAI,CAAC,OAAO,CAAC;QACpC,IAAI,CAAC,MAAM,GAAG,uBAAU,CAAC,MAAM,CAAC,GAAG,CAAC;QACpC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,cAAc,GAAG,IAAI,qCAAiB,EAAE,CAAC;IAC/C,CAAC;CACD,CAAA;AA1CY,wCAAc;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;0CACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC/B;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACpB;AAG1B;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,gBAAgB,EAAE,IAAI,EAAE,qCAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC/D,qCAAiB;sDAAC;yBA3B7B,cAAc;IAD1B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,cAAc,CA0C1B"}
|