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,102 @@
|
|
|
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 LmBanner_1;
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.LmBanner = void 0;
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
let LmBanner = LmBanner_1 = class LmBanner extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Name = "";
|
|
19
|
+
this.Weight = 0;
|
|
20
|
+
this.Href = "";
|
|
21
|
+
this.Note = "";
|
|
22
|
+
this.LinkGroup = 0;
|
|
23
|
+
this.Status = LmBanner_1.Status.Unknown;
|
|
24
|
+
this.Id = 0;
|
|
25
|
+
this.Json = "";
|
|
26
|
+
this.Uuid = "";
|
|
27
|
+
this.DateEdit = new Date();
|
|
28
|
+
this.DateCreate = new Date();
|
|
29
|
+
this.Editor = 0;
|
|
30
|
+
this.Creator = 0;
|
|
31
|
+
}
|
|
32
|
+
static ConvertToJson(lmBanner) {
|
|
33
|
+
return JSON.stringify(lmBanner.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
exports.LmBanner = LmBanner;
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], LmBanner.prototype, "Name", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "weight", optional: true }),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], LmBanner.prototype, "Weight", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "href", optional: true }),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], LmBanner.prototype, "Href", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], LmBanner.prototype, "Note", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkGroup", optional: true }),
|
|
55
|
+
__metadata("design:type", Number)
|
|
56
|
+
], LmBanner.prototype, "LinkGroup", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], LmBanner.prototype, "Status", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
63
|
+
__metadata("design:type", Number)
|
|
64
|
+
], LmBanner.prototype, "Id", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], LmBanner.prototype, "Json", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], LmBanner.prototype, "Uuid", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
|
|
75
|
+
__metadata("design:type", Date)
|
|
76
|
+
], LmBanner.prototype, "DateEdit", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
|
|
79
|
+
__metadata("design:type", Date)
|
|
80
|
+
], LmBanner.prototype, "DateCreate", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
|
|
83
|
+
__metadata("design:type", Number)
|
|
84
|
+
], LmBanner.prototype, "Editor", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
|
|
87
|
+
__metadata("design:type", Number)
|
|
88
|
+
], LmBanner.prototype, "Creator", void 0);
|
|
89
|
+
exports.LmBanner = LmBanner = LmBanner_1 = __decorate([
|
|
90
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
91
|
+
__metadata("design:paramtypes", [])
|
|
92
|
+
], LmBanner);
|
|
93
|
+
(function (LmBanner) {
|
|
94
|
+
let Status;
|
|
95
|
+
(function (Status) {
|
|
96
|
+
Status[Status["All"] = -1] = "All";
|
|
97
|
+
Status[Status["Unknown"] = 0] = "Unknown";
|
|
98
|
+
Status[Status["Enabled"] = 1] = "Enabled";
|
|
99
|
+
Status[Status["Disabled"] = 2] = "Disabled";
|
|
100
|
+
})(Status = LmBanner.Status || (LmBanner.Status = {}));
|
|
101
|
+
})(LmBanner || (exports.LmBanner = LmBanner = {}));
|
|
102
|
+
//# sourceMappingURL=LmBanner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBanner.js","sourceRoot":"","sources":["LmBanner.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,QAAQ,gBAAd,MAAM,QAAS,SAAQ,4BAAY;IAyCzC;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,UAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;QACtC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC;QAC3B,IAAI,CAAC,UAAU,GAAG,IAAI,IAAI,EAAE,CAAC;QAC7B,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;IAClB,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,QAAkB;QAE7C,OAAO,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IAC3E,CAAC;CACD,CAAA;AA/DY,4BAAQ;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCACtB;AAGxB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;oCACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;0CAAC;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;4CAAC;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC/B;mBAvCX,QAAQ;IADpB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,QAAQ,CA+DpB;AAED,WAAiB,QAAQ;IAExB,IAAY,MAMX;IAND,WAAY,MAAM;QAEjB,kCAAQ,CAAA;QACR,yCAAW,CAAA;QACX,yCAAW,CAAA;QACX,2CAAY,CAAA;IACb,CAAC,EANW,MAAM,GAAN,eAAM,KAAN,eAAM,QAMjB;AACF,CAAC,EATgB,QAAQ,wBAAR,QAAQ,QASxB"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
|
|
3
|
+
@Serialize({})
|
|
4
|
+
export class LmBanner extends Serializable
|
|
5
|
+
{
|
|
6
|
+
@SerializeProperty({ map: "name", optional: true })
|
|
7
|
+
public Name: string;
|
|
8
|
+
|
|
9
|
+
@SerializeProperty({ map: "weight", optional: true })
|
|
10
|
+
public Weight: number;
|
|
11
|
+
|
|
12
|
+
@SerializeProperty({ map: "href", optional: true })
|
|
13
|
+
public Href: string;
|
|
14
|
+
|
|
15
|
+
@SerializeProperty({ map: "note", optional: true })
|
|
16
|
+
public Note: string;
|
|
17
|
+
|
|
18
|
+
@SerializeProperty({ map: "linkGroup", optional: true })
|
|
19
|
+
public LinkGroup: number;
|
|
20
|
+
|
|
21
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
22
|
+
public Status: LmBanner.Status;
|
|
23
|
+
|
|
24
|
+
@SerializeProperty({ map: "id" })
|
|
25
|
+
public Id: number;
|
|
26
|
+
|
|
27
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
28
|
+
public Json: string;
|
|
29
|
+
|
|
30
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
31
|
+
public Uuid: string;
|
|
32
|
+
|
|
33
|
+
@SerializeProperty({ map: "dateEdit", optional: true })
|
|
34
|
+
public DateEdit: Date;
|
|
35
|
+
|
|
36
|
+
@SerializeProperty({ map: "dateCreate", optional: true })
|
|
37
|
+
public DateCreate: Date;
|
|
38
|
+
|
|
39
|
+
@SerializeProperty({ map: "editor", optional: true })
|
|
40
|
+
public Editor: number;
|
|
41
|
+
|
|
42
|
+
@SerializeProperty({ map: "creator", optional: true })
|
|
43
|
+
public Creator: number;
|
|
44
|
+
|
|
45
|
+
constructor()
|
|
46
|
+
{
|
|
47
|
+
super();
|
|
48
|
+
this.Name = "";
|
|
49
|
+
this.Weight = 0;
|
|
50
|
+
this.Href = "";
|
|
51
|
+
this.Note = "";
|
|
52
|
+
this.LinkGroup = 0;
|
|
53
|
+
this.Status = LmBanner.Status.Unknown;
|
|
54
|
+
this.Id = 0;
|
|
55
|
+
this.Json = "";
|
|
56
|
+
this.Uuid = "";
|
|
57
|
+
this.DateEdit = new Date();
|
|
58
|
+
this.DateCreate = new Date();
|
|
59
|
+
this.Editor = 0;
|
|
60
|
+
this.Creator = 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
public static ConvertToJson(lmBanner: LmBanner): string
|
|
64
|
+
{
|
|
65
|
+
return JSON.stringify(lmBanner.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export namespace LmBanner
|
|
70
|
+
{
|
|
71
|
+
export enum Status
|
|
72
|
+
{
|
|
73
|
+
All = -1,
|
|
74
|
+
Unknown = 0,
|
|
75
|
+
Enabled = 1,
|
|
76
|
+
Disabled = 2
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
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.LmBannerAddData = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmBannerAddData = class LmBannerAddData extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
exports.LmBannerAddData = LmBannerAddData;
|
|
20
|
+
exports.LmBannerAddData = LmBannerAddData = __decorate([
|
|
21
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], LmBannerAddData);
|
|
24
|
+
//# sourceMappingURL=LmBannerAddData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBannerAddData.js","sourceRoot":"","sources":["LmBannerAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAAwD;AAGjD,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,4BAAY;IAEhD;QAEC,KAAK,EAAE,CAAC;IACT,CAAC;CACD,CAAA;AANY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,eAAe,CAM3B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmBanner } from "./LmBanner";
|
|
3
|
+
export declare class LmBannerEdit extends Serializable {
|
|
4
|
+
Name: string;
|
|
5
|
+
Weight: number;
|
|
6
|
+
Href: string;
|
|
7
|
+
Note: string;
|
|
8
|
+
LinkGroup: number;
|
|
9
|
+
Status: LmBanner.Status;
|
|
10
|
+
Id: number;
|
|
11
|
+
Json: string;
|
|
12
|
+
constructor();
|
|
13
|
+
static ConvertToJson(lmBannerEdit: LmBannerEdit): string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.LmBannerEdit = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmBanner_1 = require("./LmBanner");
|
|
15
|
+
let LmBannerEdit = class LmBannerEdit extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Name = "";
|
|
19
|
+
this.Weight = 0;
|
|
20
|
+
this.Href = "";
|
|
21
|
+
this.Note = "";
|
|
22
|
+
this.LinkGroup = 0;
|
|
23
|
+
this.Status = LmBanner_1.LmBanner.Status.Unknown;
|
|
24
|
+
this.Id = 0;
|
|
25
|
+
this.Json = "";
|
|
26
|
+
}
|
|
27
|
+
static ConvertToJson(lmBannerEdit) {
|
|
28
|
+
return JSON.stringify(lmBannerEdit.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
exports.LmBannerEdit = LmBannerEdit;
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], LmBannerEdit.prototype, "Name", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "weight", optional: true }),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], LmBannerEdit.prototype, "Weight", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "href", optional: true }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], LmBannerEdit.prototype, "Href", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], LmBannerEdit.prototype, "Note", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkGroup", optional: true }),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], LmBannerEdit.prototype, "LinkGroup", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
54
|
+
__metadata("design:type", Number)
|
|
55
|
+
], LmBannerEdit.prototype, "Status", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id", optional: true }),
|
|
58
|
+
__metadata("design:type", Number)
|
|
59
|
+
], LmBannerEdit.prototype, "Id", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], LmBannerEdit.prototype, "Json", void 0);
|
|
64
|
+
exports.LmBannerEdit = LmBannerEdit = __decorate([
|
|
65
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
66
|
+
__metadata("design:paramtypes", [])
|
|
67
|
+
], LmBannerEdit);
|
|
68
|
+
//# sourceMappingURL=LmBannerEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBannerEdit.js","sourceRoot":"","sources":["LmBannerEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,yCAAsC;AAG/B,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IA0B7C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,mBAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;QACtC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;IAChB,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,YAA0B;QAErD,OAAO,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IAC/E,CAAC;CACD,CAAA;AA3CY,oCAAY;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtB;AAGxB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC/B;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;uBAxBR,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CA2CxB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmBanner } from "./LmBanner";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmBannerEdit extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "name", optional: true })
|
|
8
|
+
public Name: string;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "weight", optional: true })
|
|
11
|
+
public Weight: number;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "href", optional: true })
|
|
14
|
+
public Href: string;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "note", optional: true })
|
|
17
|
+
public Note: string;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "linkGroup", optional: true })
|
|
20
|
+
public LinkGroup: number;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
23
|
+
public Status: LmBanner.Status;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "id", optional: true })
|
|
26
|
+
public Id: number;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
29
|
+
public Json: string;
|
|
30
|
+
|
|
31
|
+
constructor()
|
|
32
|
+
{
|
|
33
|
+
super();
|
|
34
|
+
this.Name = "";
|
|
35
|
+
this.Weight = 0;
|
|
36
|
+
this.Href = "";
|
|
37
|
+
this.Note = "";
|
|
38
|
+
this.LinkGroup = 0;
|
|
39
|
+
this.Status = LmBanner.Status.Unknown;
|
|
40
|
+
this.Id = 0;
|
|
41
|
+
this.Json = "";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
public static ConvertToJson(lmBannerEdit: LmBannerEdit): string
|
|
45
|
+
{
|
|
46
|
+
return JSON.stringify(lmBannerEdit.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmBanner } from "./LmBanner";
|
|
3
|
+
export declare class LmBannerSelect extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
Href: string;
|
|
6
|
+
Uuid: string;
|
|
7
|
+
Name: string;
|
|
8
|
+
LinkGroup: number;
|
|
9
|
+
Status: LmBanner.Status;
|
|
10
|
+
PageNo: number;
|
|
11
|
+
PageLength: number;
|
|
12
|
+
PagePortion: number;
|
|
13
|
+
TotalCount: number;
|
|
14
|
+
OrderBy: string;
|
|
15
|
+
Results: Array<LmBanner>;
|
|
16
|
+
constructor();
|
|
17
|
+
static ConvertToJson(lmBannerSelect: LmBannerSelect): string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
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.LmBannerSelect = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmBanner_1 = require("./LmBanner");
|
|
15
|
+
let LmBannerSelect = class LmBannerSelect extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Id = -1;
|
|
19
|
+
this.Href = "";
|
|
20
|
+
this.Uuid = "";
|
|
21
|
+
this.Name = "";
|
|
22
|
+
this.LinkGroup = 0;
|
|
23
|
+
this.Status = -1;
|
|
24
|
+
this.PageNo = 0;
|
|
25
|
+
this.PageLength = 0;
|
|
26
|
+
this.PagePortion = 0;
|
|
27
|
+
this.TotalCount = 0;
|
|
28
|
+
this.OrderBy = "name";
|
|
29
|
+
this.Results = new Array();
|
|
30
|
+
}
|
|
31
|
+
static ConvertToJson(lmBannerSelect) {
|
|
32
|
+
return JSON.stringify(lmBannerSelect.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
exports.LmBannerSelect = LmBannerSelect;
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], LmBannerSelect.prototype, "Id", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "href", optional: true }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], LmBannerSelect.prototype, "Href", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], LmBannerSelect.prototype, "Uuid", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], LmBannerSelect.prototype, "Name", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkGroup", optional: true }),
|
|
54
|
+
__metadata("design:type", Number)
|
|
55
|
+
], LmBannerSelect.prototype, "LinkGroup", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
58
|
+
__metadata("design:type", Number)
|
|
59
|
+
], LmBannerSelect.prototype, "Status", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageNo", optional: true }),
|
|
62
|
+
__metadata("design:type", Number)
|
|
63
|
+
], LmBannerSelect.prototype, "PageNo", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageLength", optional: true }),
|
|
66
|
+
__metadata("design:type", Number)
|
|
67
|
+
], LmBannerSelect.prototype, "PageLength", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pagePortion", optional: true }),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], LmBannerSelect.prototype, "PagePortion", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "totalCount", optional: true }),
|
|
74
|
+
__metadata("design:type", Number)
|
|
75
|
+
], LmBannerSelect.prototype, "TotalCount", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "orderBy", optional: true }),
|
|
78
|
+
__metadata("design:type", String)
|
|
79
|
+
], LmBannerSelect.prototype, "OrderBy", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "results", list: true, type: LmBanner_1.LmBanner, optional: true }),
|
|
82
|
+
__metadata("design:type", Array)
|
|
83
|
+
], LmBannerSelect.prototype, "Results", void 0);
|
|
84
|
+
exports.LmBannerSelect = LmBannerSelect = __decorate([
|
|
85
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
86
|
+
__metadata("design:paramtypes", [])
|
|
87
|
+
], LmBannerSelect);
|
|
88
|
+
//# sourceMappingURL=LmBannerSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBannerSelect.js","sourceRoot":"","sources":["LmBannerSelect.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,yCAAsC;AAG/B,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,4BAAY;IAsC/C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;QACb,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;QACpB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,EAAY,CAAC;IACtC,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,cAA8B;QAEzD,OAAO,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACjF,CAAC;CACD,CAAA;AA3DY,wCAAc;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;0CACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAGlB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACtB;AAGxB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC/B;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC/B;AAGpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAGhB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,mBAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAClE,KAAK;+CAAW;yBApCpB,cAAc;IAD1B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,cAAc,CA2D1B"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmBanner } from "./LmBanner";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmBannerSelect extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "href", optional: true })
|
|
11
|
+
public Href: string;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
14
|
+
public Uuid: string;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "name", optional: true })
|
|
17
|
+
public Name: string;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "linkGroup", optional: true })
|
|
20
|
+
public LinkGroup: number;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
23
|
+
public Status: LmBanner.Status;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "pageNo", optional: true })
|
|
26
|
+
public PageNo: number;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "pageLength", optional: true })
|
|
29
|
+
public PageLength: number;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "pagePortion", optional: true })
|
|
32
|
+
public PagePortion: number;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "totalCount", optional: true })
|
|
35
|
+
public TotalCount: number;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "orderBy", optional: true })
|
|
38
|
+
public OrderBy: string;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "results", list: true, type: LmBanner, optional: true })
|
|
41
|
+
public Results: Array<LmBanner>;
|
|
42
|
+
|
|
43
|
+
constructor()
|
|
44
|
+
{
|
|
45
|
+
super();
|
|
46
|
+
this.Id = -1;
|
|
47
|
+
this.Href = "";
|
|
48
|
+
this.Uuid = "";
|
|
49
|
+
this.Name = "";
|
|
50
|
+
this.LinkGroup = 0;
|
|
51
|
+
this.Status = -1;
|
|
52
|
+
this.PageNo = 0;
|
|
53
|
+
this.PageLength = 0;
|
|
54
|
+
this.PagePortion = 0;
|
|
55
|
+
this.TotalCount = 0;
|
|
56
|
+
this.OrderBy = "name";
|
|
57
|
+
this.Results = new Array<LmBanner>();
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
public static ConvertToJson(lmBannerSelect: LmBannerSelect): string
|
|
61
|
+
{
|
|
62
|
+
return JSON.stringify(lmBannerSelect.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmBannerView = void 0;
|
|
13
|
+
const TableField_1 = require("../ClassProperty/TableField");
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
let LmBannerView = class LmBannerView extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.ArrayFields = new Array();
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
exports.LmBannerView = LmBannerView;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "arrayFields", type: TableField_1.TableField, list: true, optional: true }),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], LmBannerView.prototype, "ArrayFields", void 0);
|
|
26
|
+
exports.LmBannerView = LmBannerView = __decorate([
|
|
27
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
28
|
+
__metadata("design:paramtypes", [])
|
|
29
|
+
], LmBannerView);
|
|
30
|
+
//# sourceMappingURL=LmBannerView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmBannerView.js","sourceRoot":"","sources":["LmBannerView.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4DAAyD;AACzD,iDAA2E;AAGpE,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IAK7C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,IAAI,KAAK,EAAc,CAAC;IAC5C,CAAC;CACD,CAAA;AAVY,oCAAY;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,uBAAU,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpE,KAAK;iDAAY;uBAHzB,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CAUxB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CopyLmBannerGroupEdit = void 0;
|
|
4
|
+
const LmBannerGroupEdit_1 = require("./LmBannerGroupEdit");
|
|
5
|
+
function CopyLmBannerGroupEdit(lmBannerGroup) {
|
|
6
|
+
const newLmBannerGroup = new LmBannerGroupEdit_1.LmBannerGroupEdit();
|
|
7
|
+
newLmBannerGroup.Name = lmBannerGroup.Name;
|
|
8
|
+
newLmBannerGroup.Level = lmBannerGroup.Level;
|
|
9
|
+
newLmBannerGroup.Note = lmBannerGroup.Note;
|
|
10
|
+
newLmBannerGroup.Status = lmBannerGroup.Status;
|
|
11
|
+
newLmBannerGroup.Id = lmBannerGroup.Id;
|
|
12
|
+
newLmBannerGroup.Json = lmBannerGroup.Json;
|
|
13
|
+
return newLmBannerGroup;
|
|
14
|
+
}
|
|
15
|
+
exports.CopyLmBannerGroupEdit = CopyLmBannerGroupEdit;
|
|
16
|
+
//# sourceMappingURL=CopyLmBannerGroupEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyLmBannerGroupEdit.js","sourceRoot":"","sources":["CopyLmBannerGroupEdit.ts"],"names":[],"mappings":";;;AAAA,2DAAwD;AAExD,SAAgB,qBAAqB,CAAC,aAAgC;IAErE,MAAM,gBAAgB,GAAsB,IAAI,qCAAiB,EAAE,CAAC;IACpE,gBAAgB,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,CAAC;IAC3C,gBAAgB,CAAC,KAAK,GAAG,aAAa,CAAC,KAAK,CAAC;IAC7C,gBAAgB,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,CAAC;IAC3C,gBAAgB,CAAC,MAAM,GAAG,aAAa,CAAC,MAAM,CAAC;IAC/C,gBAAgB,CAAC,EAAE,GAAG,aAAa,CAAC,EAAE,CAAC;IACvC,gBAAgB,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,CAAC;IAE3C,OAAO,gBAAgB,CAAC;AACzB,CAAC;AAXD,sDAWC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LmBannerGroupEdit } from "./LmBannerGroupEdit";
|
|
2
|
+
|
|
3
|
+
export function CopyLmBannerGroupEdit(lmBannerGroup: LmBannerGroupEdit): LmBannerGroupEdit
|
|
4
|
+
{
|
|
5
|
+
const newLmBannerGroup: LmBannerGroupEdit = new LmBannerGroupEdit();
|
|
6
|
+
newLmBannerGroup.Name = lmBannerGroup.Name;
|
|
7
|
+
newLmBannerGroup.Level = lmBannerGroup.Level;
|
|
8
|
+
newLmBannerGroup.Note = lmBannerGroup.Note;
|
|
9
|
+
newLmBannerGroup.Status = lmBannerGroup.Status;
|
|
10
|
+
newLmBannerGroup.Id = lmBannerGroup.Id;
|
|
11
|
+
newLmBannerGroup.Json = lmBannerGroup.Json;
|
|
12
|
+
|
|
13
|
+
return newLmBannerGroup;
|
|
14
|
+
}
|