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,17 @@
|
|
|
1
|
+
export declare class RootAccess {
|
|
2
|
+
T14Group: RootAccess.Method;
|
|
3
|
+
T14Login: RootAccess.Method;
|
|
4
|
+
LmCatalog: RootAccess.Method;
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
7
|
+
export declare namespace RootAccess {
|
|
8
|
+
class Method {
|
|
9
|
+
method: Array<Access>;
|
|
10
|
+
constructor();
|
|
11
|
+
}
|
|
12
|
+
class Access {
|
|
13
|
+
access: string;
|
|
14
|
+
groups: string;
|
|
15
|
+
constructor();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RootAccess = void 0;
|
|
4
|
+
class RootAccess {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.T14Group = new RootAccess.Method();
|
|
7
|
+
this.T14Login = new RootAccess.Method();
|
|
8
|
+
this.LmCatalog = new RootAccess.Method();
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.RootAccess = RootAccess;
|
|
12
|
+
(function (RootAccess) {
|
|
13
|
+
class Method {
|
|
14
|
+
constructor() {
|
|
15
|
+
this.method = new Array();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
RootAccess.Method = Method;
|
|
19
|
+
class Access {
|
|
20
|
+
constructor() {
|
|
21
|
+
this.access = "";
|
|
22
|
+
this.groups = "";
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
RootAccess.Access = Access;
|
|
26
|
+
})(RootAccess || (exports.RootAccess = RootAccess = {}));
|
|
27
|
+
//# sourceMappingURL=RootAccess.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RootAccess.js","sourceRoot":"","sources":["RootAccess.ts"],"names":[],"mappings":";;;AAAA,MAAa,UAAU;IAMtB;QAEC,IAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;QACxC,IAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;QACxC,IAAI,CAAC,SAAS,GAAG,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;IAC1C,CAAC;CACD;AAZD,gCAYC;AAED,WAAiB,UAAU;IAE1B,MAAa,MAAM;QAGlB;YAEC,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,EAAU,CAAC;QACnC,CAAC;KACD;IAPY,iBAAM,SAOlB,CAAA;IACD,MAAa,MAAM;QAKlB;YAEC,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QAClB,CAAC;KACD;IAVY,iBAAM,SAUlB,CAAA;AACF,CAAC,EArBgB,UAAU,0BAAV,UAAU,QAqB1B"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export class RootAccess
|
|
2
|
+
{
|
|
3
|
+
T14Group: RootAccess.Method;
|
|
4
|
+
T14Login: RootAccess.Method;
|
|
5
|
+
LmCatalog: RootAccess.Method;
|
|
6
|
+
|
|
7
|
+
constructor()
|
|
8
|
+
{
|
|
9
|
+
this.T14Group = new RootAccess.Method();
|
|
10
|
+
this.T14Login = new RootAccess.Method();
|
|
11
|
+
this.LmCatalog = new RootAccess.Method();
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export namespace RootAccess
|
|
16
|
+
{
|
|
17
|
+
export class Method
|
|
18
|
+
{
|
|
19
|
+
method: Array<Access>;
|
|
20
|
+
constructor()
|
|
21
|
+
{
|
|
22
|
+
this.method = new Array<Access>();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export class Access
|
|
26
|
+
{
|
|
27
|
+
access: string;
|
|
28
|
+
groups: string;
|
|
29
|
+
|
|
30
|
+
constructor()
|
|
31
|
+
{
|
|
32
|
+
this.access = "";
|
|
33
|
+
this.groups = "";
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class ApiSqlRequest {
|
|
2
|
+
uuid: string;
|
|
3
|
+
typeOfCommand: ApiSqlRequest.TypeOfCommand;
|
|
4
|
+
dbKey: string;
|
|
5
|
+
command: Object;
|
|
6
|
+
constructor();
|
|
7
|
+
}
|
|
8
|
+
export declare namespace ApiSqlRequest {
|
|
9
|
+
enum TypeOfCommand {
|
|
10
|
+
Unknown = 0,
|
|
11
|
+
Execute = 1,
|
|
12
|
+
ExecuteScalar = 2,
|
|
13
|
+
Information = 3,
|
|
14
|
+
Insert = 4,
|
|
15
|
+
Select = 5,
|
|
16
|
+
Update = 6
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApiSqlRequest = void 0;
|
|
4
|
+
class ApiSqlRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.uuid = "";
|
|
7
|
+
this.typeOfCommand = ApiSqlRequest.TypeOfCommand.Unknown;
|
|
8
|
+
this.dbKey = "";
|
|
9
|
+
this.command = new Object();
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.ApiSqlRequest = ApiSqlRequest;
|
|
13
|
+
(function (ApiSqlRequest) {
|
|
14
|
+
let TypeOfCommand;
|
|
15
|
+
(function (TypeOfCommand) {
|
|
16
|
+
TypeOfCommand[TypeOfCommand["Unknown"] = 0] = "Unknown";
|
|
17
|
+
TypeOfCommand[TypeOfCommand["Execute"] = 1] = "Execute";
|
|
18
|
+
TypeOfCommand[TypeOfCommand["ExecuteScalar"] = 2] = "ExecuteScalar";
|
|
19
|
+
TypeOfCommand[TypeOfCommand["Information"] = 3] = "Information";
|
|
20
|
+
TypeOfCommand[TypeOfCommand["Insert"] = 4] = "Insert";
|
|
21
|
+
TypeOfCommand[TypeOfCommand["Select"] = 5] = "Select";
|
|
22
|
+
TypeOfCommand[TypeOfCommand["Update"] = 6] = "Update";
|
|
23
|
+
})(TypeOfCommand = ApiSqlRequest.TypeOfCommand || (ApiSqlRequest.TypeOfCommand = {}));
|
|
24
|
+
})(ApiSqlRequest || (exports.ApiSqlRequest = ApiSqlRequest = {}));
|
|
25
|
+
//# sourceMappingURL=ApiSqlRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiSqlRequest.js","sourceRoot":"","sources":["ApiSqlRequest.ts"],"names":[],"mappings":";;;AACA,MAAa,aAAa;IAUzB;QAEC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,OAAO,CAAC;QACzD,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,OAAO,GAAG,IAAI,MAAM,EAAE,CAAC;IAC7B,CAAC;CACD;AAjBD,sCAiBC;AAED,WAAiB,aAAa;IAE7B,IAAY,aASX;IATD,WAAY,aAAa;QAExB,uDAAW,CAAA;QACX,uDAAW,CAAA;QACX,mEAAiB,CAAA;QACjB,+DAAe,CAAA;QACf,qDAAU,CAAA;QACV,qDAAU,CAAA;QACV,qDAAU,CAAA;IACX,CAAC,EATW,aAAa,GAAb,2BAAa,KAAb,2BAAa,QASxB;AACF,CAAC,EAZgB,aAAa,6BAAb,aAAa,QAY7B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
export class ApiSqlRequest
|
|
3
|
+
{
|
|
4
|
+
public uuid: string;
|
|
5
|
+
|
|
6
|
+
public typeOfCommand: ApiSqlRequest.TypeOfCommand;
|
|
7
|
+
|
|
8
|
+
public dbKey: string;
|
|
9
|
+
|
|
10
|
+
public command: Object;
|
|
11
|
+
|
|
12
|
+
constructor()
|
|
13
|
+
{
|
|
14
|
+
this.uuid = "";
|
|
15
|
+
this.typeOfCommand = ApiSqlRequest.TypeOfCommand.Unknown;
|
|
16
|
+
this.dbKey = "";
|
|
17
|
+
this.command = new Object();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export namespace ApiSqlRequest
|
|
22
|
+
{
|
|
23
|
+
export enum TypeOfCommand
|
|
24
|
+
{
|
|
25
|
+
Unknown = 0,
|
|
26
|
+
Execute = 1,
|
|
27
|
+
ExecuteScalar = 2,
|
|
28
|
+
Information = 3,
|
|
29
|
+
Insert = 4,
|
|
30
|
+
Select = 5,
|
|
31
|
+
Update = 6
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApiSqlResponse = void 0;
|
|
4
|
+
class ApiSqlResponse {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
this.uid = "";
|
|
7
|
+
this.returnCode = 200;
|
|
8
|
+
this.message = "";
|
|
9
|
+
this.data = data;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.ApiSqlResponse = ApiSqlResponse;
|
|
13
|
+
//# sourceMappingURL=ApiSqlResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiSqlResponse.js","sourceRoot":"","sources":["ApiSqlResponse.ts"],"names":[],"mappings":";;;AACA,MAAa,cAAc;IAU1B,YAAY,IAAO;QAElB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;QACd,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IAClB,CAAC;CACD;AAjBD,wCAiBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
export class ApiSqlResponse<T>
|
|
3
|
+
{
|
|
4
|
+
public uid: string;
|
|
5
|
+
|
|
6
|
+
public returnCode: number;
|
|
7
|
+
|
|
8
|
+
public message: string;
|
|
9
|
+
|
|
10
|
+
public data: T;
|
|
11
|
+
|
|
12
|
+
constructor(data: T)
|
|
13
|
+
{
|
|
14
|
+
this.uid = "";
|
|
15
|
+
this.returnCode = 200;
|
|
16
|
+
this.message = "";
|
|
17
|
+
this.data = data;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ArrayTableField = void 0;
|
|
4
|
+
class ArrayTableField {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.ArrayFields = new Array();
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ArrayTableField = ArrayTableField;
|
|
10
|
+
//# sourceMappingURL=ArrayTableField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrayTableField.js","sourceRoot":"","sources":["ArrayTableField.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAI3B;QAEC,IAAI,CAAC,WAAW,GAAG,IAAI,KAAK,EAAc,CAAC;IAC5C,CAAC;CACD;AARD,0CAQC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetArrayTableFields = void 0;
|
|
4
|
+
const TableField_1 = require("./TableField");
|
|
5
|
+
// �������� �������� ������
|
|
6
|
+
function GetArrayTableFields(object) {
|
|
7
|
+
let arrayTableField = new Array();
|
|
8
|
+
//let anyClass: T = new type();
|
|
9
|
+
//let object: Object = JSON.parse(JSON.stringify(anyClass))
|
|
10
|
+
for (let key in object) {
|
|
11
|
+
if (object.hasOwnProperty(key)) {
|
|
12
|
+
let tf = new TableField_1.TableField();
|
|
13
|
+
tf.ColumnName = key;
|
|
14
|
+
tf.DataType = "";
|
|
15
|
+
arrayTableField.push(tf);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
return arrayTableField;
|
|
19
|
+
}
|
|
20
|
+
exports.GetArrayTableFields = GetArrayTableFields;
|
|
21
|
+
//# sourceMappingURL=GetArrayTableFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetArrayTableFields.js","sourceRoot":"","sources":["GetArrayTableFields.ts"],"names":[],"mappings":";;;AAAA,6CAA0C;AAE1C,2BAA2B;AAC3B,SAAgB,mBAAmB,CAAC,MAAc;IAEjD,IAAI,eAAe,GAAsB,IAAI,KAAK,EAAc,CAAC;IACjE,+BAA+B;IAC/B,2DAA2D;IAC3D,KAAK,IAAI,GAAG,IAAI,MAAM,EACtB,CAAC;QACA,IAAI,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,EAC9B,CAAC;YACA,IAAI,EAAE,GAAe,IAAI,uBAAU,EAAE,CAAC;YACtC,EAAE,CAAC,UAAU,GAAG,GAAG,CAAC;YACpB,EAAE,CAAC,QAAQ,GAAG,EAAE,CAAC;YACjB,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;QACzB,CAAC;IACF,CAAC;IACD,OAAO,eAAe,CAAC;AACxB,CAAC;AAhBD,kDAgBC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TableField } from "./TableField";
|
|
2
|
+
|
|
3
|
+
// �������� �������� ������
|
|
4
|
+
export function GetArrayTableFields(object: Object): Array<TableField>
|
|
5
|
+
{
|
|
6
|
+
let arrayTableField: Array<TableField> = new Array<TableField>();
|
|
7
|
+
//let anyClass: T = new type();
|
|
8
|
+
//let object: Object = JSON.parse(JSON.stringify(anyClass))
|
|
9
|
+
for (let key in object)
|
|
10
|
+
{
|
|
11
|
+
if (object.hasOwnProperty(key))
|
|
12
|
+
{
|
|
13
|
+
let tf: TableField = new TableField();
|
|
14
|
+
tf.ColumnName = key;
|
|
15
|
+
tf.DataType = "";
|
|
16
|
+
arrayTableField.push(tf)
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return arrayTableField;
|
|
20
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class TableField {
|
|
2
|
+
/**
|
|
3
|
+
* название поля в классе (таблице)
|
|
4
|
+
*/
|
|
5
|
+
Field: string;
|
|
6
|
+
/**
|
|
7
|
+
* название поля на экране
|
|
8
|
+
*/
|
|
9
|
+
ColumnName: string;
|
|
10
|
+
DataType: string;
|
|
11
|
+
/**
|
|
12
|
+
* показывать поле при первом запуске
|
|
13
|
+
*/
|
|
14
|
+
ShowDefault: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* прямая сортировка
|
|
17
|
+
*/
|
|
18
|
+
Sort: string;
|
|
19
|
+
/**
|
|
20
|
+
* обратная сортировка
|
|
21
|
+
*/
|
|
22
|
+
SortDesc: string;
|
|
23
|
+
/**
|
|
24
|
+
* название компоненды для отображения в таблице
|
|
25
|
+
*/
|
|
26
|
+
ComponentName: string;
|
|
27
|
+
constructor();
|
|
28
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TableField = void 0;
|
|
4
|
+
class TableField //extends Serializable
|
|
5
|
+
{
|
|
6
|
+
constructor() {
|
|
7
|
+
this.Field = "";
|
|
8
|
+
this.ColumnName = "";
|
|
9
|
+
this.ShowDefault = false;
|
|
10
|
+
this.Sort = "";
|
|
11
|
+
this.SortDesc = "";
|
|
12
|
+
this.ComponentName = "";
|
|
13
|
+
this.DataType = "";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.TableField = TableField;
|
|
17
|
+
//# sourceMappingURL=TableField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableField.js","sourceRoot":"","sources":["TableField.ts"],"names":[],"mappings":";;;AAAA,MAAa,UAAU,CAAC,sBAAsB;;IAkC7C;QAEC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;QACrB,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;QACxB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;IACpB,CAAC;CACD;AA5CD,gCA4CC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export class TableField //extends Serializable
|
|
2
|
+
{
|
|
3
|
+
/**
|
|
4
|
+
* название поля в классе (таблице)
|
|
5
|
+
*/
|
|
6
|
+
public Field: string;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* название поля на экране
|
|
10
|
+
*/
|
|
11
|
+
public ColumnName: string;
|
|
12
|
+
|
|
13
|
+
public DataType: string;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* показывать поле при первом запуске
|
|
17
|
+
*/
|
|
18
|
+
public ShowDefault: boolean;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* прямая сортировка
|
|
22
|
+
*/
|
|
23
|
+
public Sort: string;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* обратная сортировка
|
|
27
|
+
*/
|
|
28
|
+
public SortDesc: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* название компоненды для отображения в таблице
|
|
32
|
+
*/
|
|
33
|
+
public ComponentName: string;
|
|
34
|
+
|
|
35
|
+
constructor()
|
|
36
|
+
{
|
|
37
|
+
this.Field = "";
|
|
38
|
+
this.ColumnName = "";
|
|
39
|
+
this.ShowDefault = false;
|
|
40
|
+
this.Sort = "";
|
|
41
|
+
this.SortDesc = "";
|
|
42
|
+
this.ComponentName = "";
|
|
43
|
+
this.DataType = "";
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Serializable } from 'ts-serializer';
|
|
2
|
+
export declare class ClsIniSection extends Serializable {
|
|
3
|
+
SectionName: string;
|
|
4
|
+
LinkSection: number;
|
|
5
|
+
IdValue: number;
|
|
6
|
+
ValueName: string;
|
|
7
|
+
ValueNote: string;
|
|
8
|
+
Value: string;
|
|
9
|
+
constructor();
|
|
10
|
+
/**
|
|
11
|
+
* ������������ ������ ������� ClsIniSection � json string
|
|
12
|
+
* @param listClsIniSection
|
|
13
|
+
*/
|
|
14
|
+
ArrayClsIniSectionToJson(listClsIniSection: Array<ClsIniSection>): string;
|
|
15
|
+
/**
|
|
16
|
+
* ������������ ������ �������� � Array<ClsIniSection>
|
|
17
|
+
* @param arrayObject
|
|
18
|
+
* @returns
|
|
19
|
+
*/
|
|
20
|
+
ArrayObjectToListClsIniSection(arrayObject: Array<object>): Array<ClsIniSection>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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 ClsIniSection_1;
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.ClsIniSection = void 0;
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
let ClsIniSection = ClsIniSection_1 = class ClsIniSection extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.SectionName = "";
|
|
19
|
+
this.LinkSection = 0;
|
|
20
|
+
this.IdValue = 0;
|
|
21
|
+
this.ValueName = "";
|
|
22
|
+
this.ValueNote = "";
|
|
23
|
+
this.Value = "";
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* ������������ ������ ������� ClsIniSection � json string
|
|
27
|
+
* @param listClsIniSection
|
|
28
|
+
*/
|
|
29
|
+
ArrayClsIniSectionToJson(listClsIniSection) {
|
|
30
|
+
const arrayObject = new Array();
|
|
31
|
+
listClsIniSection.forEach((item) => {
|
|
32
|
+
const row = item.serialize();
|
|
33
|
+
arrayObject.push(row);
|
|
34
|
+
});
|
|
35
|
+
return JSON.stringify(arrayObject);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* ������������ ������ �������� � Array<ClsIniSection>
|
|
39
|
+
* @param arrayObject
|
|
40
|
+
* @returns
|
|
41
|
+
*/
|
|
42
|
+
ArrayObjectToListClsIniSection(arrayObject) {
|
|
43
|
+
const listClsIniSection = new Array();
|
|
44
|
+
arrayObject.forEach((item) => {
|
|
45
|
+
const clsIniSection = new ClsIniSection_1();
|
|
46
|
+
clsIniSection.deserialize(item);
|
|
47
|
+
listClsIniSection.push(clsIniSection);
|
|
48
|
+
});
|
|
49
|
+
return listClsIniSection;
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
exports.ClsIniSection = ClsIniSection;
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "section_name", optional: true }),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], ClsIniSection.prototype, "SectionName", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linksection", optional: true }),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], ClsIniSection.prototype, "LinkSection", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id", optional: true }),
|
|
63
|
+
__metadata("design:type", Number)
|
|
64
|
+
], ClsIniSection.prototype, "IdValue", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "value_name", optional: true }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], ClsIniSection.prototype, "ValueName", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], ClsIniSection.prototype, "ValueNote", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "value", optional: true }),
|
|
75
|
+
__metadata("design:type", String)
|
|
76
|
+
], ClsIniSection.prototype, "Value", void 0);
|
|
77
|
+
exports.ClsIniSection = ClsIniSection = ClsIniSection_1 = __decorate([
|
|
78
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
79
|
+
__metadata("design:paramtypes", [])
|
|
80
|
+
], ClsIniSection);
|
|
81
|
+
//# sourceMappingURL=ClsIniSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClsIniSection.js","sourceRoot":"","sources":["ClsIniSection.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,aAAa,qBAAnB,MAAM,aAAc,SAAQ,4BAAY;IAmB9C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;QACtB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;QACjB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;IACjB,CAAC;IAED;;;MAGE;IACF,wBAAwB,CAAC,iBAAuC;QAE/D,MAAM,WAAW,GAAkB,IAAI,KAAK,EAAU,CAAC;QACvD,iBAAiB,CAAC,OAAO,CAAC,CAAC,IAAmB,EAAE,EAAE;YAEjD,MAAM,GAAG,GAAW,IAAI,CAAC,SAAS,EAAE,CAAC;YACrC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACvB,CAAC,CAAC,CAAC;QACH,OAAO,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACpC,CAAC;IAED;;;;MAIE;IACF,8BAA8B,CAAC,WAA0B;QAExD,MAAM,iBAAiB,GAAyB,IAAI,KAAK,EAAiB,CAAC;QAC3E,WAAW,CAAC,OAAO,CAAC,CAAC,IAAY,EAAE,EAAE;YAEpC,MAAM,aAAa,GAAkB,IAAI,eAAa,EAAE,CAAC;YACzD,aAAa,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;YAChC,iBAAiB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvC,CAAC,CAAC,CAAA;QACF,OAAO,iBAAiB,CAAC;IAC1B,CAAC;CAED,CAAA;AA9DY,sCAAa;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAChC;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC1B;AAGhB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAChC;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC1B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;wBAlBT,aAAa;IADzB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,aAAa,CA8DzB"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { SerializeProperty, Serialize, Serializable } from 'ts-serializer';
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class ClsIniSection extends Serializable
|
|
5
|
+
{
|
|
6
|
+
@SerializeProperty({ map: "section_name", optional: true })
|
|
7
|
+
public SectionName: string;
|
|
8
|
+
|
|
9
|
+
@SerializeProperty({ map: "linksection", optional: true })
|
|
10
|
+
public LinkSection: number;
|
|
11
|
+
|
|
12
|
+
@SerializeProperty({ map: "id", optional: true })
|
|
13
|
+
public IdValue: number;
|
|
14
|
+
|
|
15
|
+
@SerializeProperty({ map: "value_name", optional: true })
|
|
16
|
+
public ValueName: string;
|
|
17
|
+
|
|
18
|
+
@SerializeProperty({ map: "note", optional: true })
|
|
19
|
+
public ValueNote: string;
|
|
20
|
+
|
|
21
|
+
@SerializeProperty({ map: "value", optional: true })
|
|
22
|
+
public Value: string;
|
|
23
|
+
constructor()
|
|
24
|
+
{
|
|
25
|
+
super();
|
|
26
|
+
this.SectionName = "";
|
|
27
|
+
this.LinkSection = 0;
|
|
28
|
+
this.IdValue = 0;
|
|
29
|
+
this.ValueName = "";
|
|
30
|
+
this.ValueNote = "";
|
|
31
|
+
this.Value = "";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* ������������ ������ ������� ClsIniSection � json string
|
|
36
|
+
* @param listClsIniSection
|
|
37
|
+
*/
|
|
38
|
+
ArrayClsIniSectionToJson(listClsIniSection: Array<ClsIniSection>)
|
|
39
|
+
{
|
|
40
|
+
const arrayObject: Array<object> = new Array<object>();
|
|
41
|
+
listClsIniSection.forEach((item: ClsIniSection) =>
|
|
42
|
+
{
|
|
43
|
+
const row: object = item.serialize();
|
|
44
|
+
arrayObject.push(row);
|
|
45
|
+
});
|
|
46
|
+
return JSON.stringify(arrayObject);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* ������������ ������ �������� � Array<ClsIniSection>
|
|
51
|
+
* @param arrayObject
|
|
52
|
+
* @returns
|
|
53
|
+
*/
|
|
54
|
+
ArrayObjectToListClsIniSection(arrayObject: Array<object>): Array<ClsIniSection>
|
|
55
|
+
{
|
|
56
|
+
const listClsIniSection: Array<ClsIniSection> = new Array<ClsIniSection>();
|
|
57
|
+
arrayObject.forEach((item: object) =>
|
|
58
|
+
{
|
|
59
|
+
const clsIniSection: ClsIniSection = new ClsIniSection();
|
|
60
|
+
clsIniSection.deserialize(item);
|
|
61
|
+
listClsIniSection.push(clsIniSection);
|
|
62
|
+
})
|
|
63
|
+
return listClsIniSection;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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.ClsIniSectionEdit = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let ClsIniSectionEdit = class ClsIniSectionEdit extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.Id = 0;
|
|
18
|
+
this.SectionName = "";
|
|
19
|
+
this.LinkSection = 0;
|
|
20
|
+
this.ValueName = "";
|
|
21
|
+
this.ValueNote = "";
|
|
22
|
+
this.Value = "";
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
exports.ClsIniSectionEdit = ClsIniSectionEdit;
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id", optional: true }),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], ClsIniSectionEdit.prototype, "Id", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "section_name", optional: true }),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], ClsIniSectionEdit.prototype, "SectionName", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linksection", optional: true }),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], ClsIniSectionEdit.prototype, "LinkSection", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "value_name", optional: true }),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], ClsIniSectionEdit.prototype, "ValueName", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], ClsIniSectionEdit.prototype, "ValueNote", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "value", optional: true }),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], ClsIniSectionEdit.prototype, "Value", void 0);
|
|
50
|
+
exports.ClsIniSectionEdit = ClsIniSectionEdit = __decorate([
|
|
51
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
52
|
+
__metadata("design:paramtypes", [])
|
|
53
|
+
], ClsIniSectionEdit);
|
|
54
|
+
//# sourceMappingURL=ClsIniSectionEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClsIniSectionEdit.js","sourceRoot":"","sources":["ClsIniSectionEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,4BAAY;IAmBlD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;QACtB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;IACjB,CAAC;CACD,CAAA;AA7BY,8CAAiB;AAGtB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CAC/B;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAChC;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAC/B;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAChC;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC1B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;4BAlBT,iBAAiB;IAD7B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,iBAAiB,CA6B7B"}
|