lm_admin 2.0.27 → 2.0.28
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/ApiSqlRequest/ApiSqlRequest.d.ts +18 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js +25 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js.map +1 -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/ClassProperty/ArrayTableField.d.ts +5 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js +10 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js.map +1 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.d.ts +2 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js +20 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js.map +1 -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/IniSection/ClsIniSection.d.ts +21 -0
- package/SqlApiLib/IniSection/ClsIniSection.js +81 -0
- package/SqlApiLib/IniSection/ClsIniSection.js.map +1 -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/InsertUpdate/InsertCommand.d.ts +5 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js +11 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js.map +1 -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/LmAgent/CopyLmAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js +19 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js.map +1 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.d.ts +2 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js +99 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js.map +1 -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/LmAgentAddData.d.ts +7 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js +39 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js.map +1 -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/LmAgentSelect.d.ts +22 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js +108 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js.map +1 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.d.ts +2 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js +17 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js.map +1 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.d.ts +2 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js +82 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js.map +1 -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/LmBannerEdit.d.ts +14 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js +68 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js.map +1 -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/LmBannerGroup/CopyLmBannerGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js +15 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js +78 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js.map +1 -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/LmBannerGroupAddData.d.ts +5 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js +29 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js.map +1 -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/LmBannerGroupSelect.d.ts +18 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js +84 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js.map +1 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.d.ts +2 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js +22 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js.map +1 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.d.ts +2 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js +115 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js.map +1 -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/LmBasketAddData.d.ts +8 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js +44 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js.map +1 -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/LmBasketSelect.d.ts +21 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js +105 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js.map +1 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.d.ts +2 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js +13 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js.map +1 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.d.ts +2 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js +67 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js.map +1 -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/LmBrandAddData.d.ts +6 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js +34 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js.map +1 -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/LmBrandSelect.d.ts +18 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js +88 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js.map +1 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.d.ts +2 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js +14 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js.map +1 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.d.ts +2 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js +96 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js.map +1 -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/LmCatalogAddData.d.ts +6 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js +34 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js.map +1 -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/LmCatalogSelect.d.ts +15 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js +73 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js.map +1 -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/LmCountry/CopyLmCountryEdit.d.ts +2 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js +16 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js.map +1 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.d.ts +2 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js +72 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js.map +1 -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/LmCountryAddData.d.ts +5 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js +29 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js.map +1 -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/LmCountrySelect.d.ts +21 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js +103 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js.map +1 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.d.ts +2 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js +18 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js.map +1 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.d.ts +2 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js +115 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js.map +1 -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/LmDeliveryAddData.d.ts +5 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js +29 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js.map +1 -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/LmDeliverySelect.d.ts +18 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js +88 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js.map +1 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js +14 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js.map +1 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.d.ts +2 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js +72 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js.map +1 -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/LmGroupEdit.d.ts +10 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js +50 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js.map +1 -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/LmImage/CopyLmImageEdit.d.ts +2 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js +18 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js.map +1 -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/LmImageEdit.d.ts +14 -0
- package/SqlApiLib/LmImage/LmImageEdit.js +73 -0
- package/SqlApiLib/LmImage/LmImageEdit.js.map +1 -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/LmImageObject/LmImageObject.d.ts +34 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js +111 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js.map +1 -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/LmManufacturer/CopyLmManufacturerEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js +13 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js +96 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js.map +1 -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/LmManufacturerAddData.d.ts +7 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js +39 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js.map +1 -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/LmManufacturerSelect.d.ts +17 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js +83 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js +15 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js +71 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.d.ts +17 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js +83 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js.map +1 -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/LmManufacturerAgentEdit.d.ts +11 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js +57 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.d.ts +14 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js +68 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js.map +1 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.d.ts +2 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js +185 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrder.d.ts +70 -0
- package/SqlApiLib/LmOrder/LmOrder.js +190 -0
- package/SqlApiLib/LmOrder/LmOrder.js.map +1 -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/LmOrderEdit.d.ts +24 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js +116 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderInvoice.d.ts +18 -0
- package/SqlApiLib/LmOrder/LmOrderInvoice.js +66 -0
- package/SqlApiLib/LmOrder/LmOrderInvoice.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.d.ts +24 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js +120 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js.map +1 -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/LmPriceEdit.d.ts +11 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js +59 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js.map +1 -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/LmProduct/CopyLmProductEdit.d.ts +2 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js +26 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductView.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js +146 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js +36 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js.map +1 -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/LmProductAddData.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js +49 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js.map +1 -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/LmProductParameter.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js +47 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductSelect.d.ts +32 -0
- package/SqlApiLib/LmProduct/LmProductSelect.js +159 -0
- package/SqlApiLib/LmProduct/LmProductSelect.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/Session/SqlTableParameters.d.ts +8 -0
- package/SqlApiLib/Session/SqlTableParameters.js +13 -0
- package/SqlApiLib/Session/SqlTableParameters.js.map +1 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.d.ts +2 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js +14 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js.map +1 -0
- package/SqlApiLib/T14Group/GetT14GroupView.d.ts +2 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js +50 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js.map +1 -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/T14GroupEdit.d.ts +11 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js +53 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js.map +1 -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/T14Login/CopyT14LoginEdit.d.ts +2 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js +22 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js.map +1 -0
- package/SqlApiLib/T14Login/GetT14LoginView.d.ts +2 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js +78 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js.map +1 -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/T14LoginAddData.d.ts +6 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js +34 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js.map +1 -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/T14LoginSelect.d.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js +88 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.d.ts +2 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js +13 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js.map +1 -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/T14LoginGroupEdit.d.ts +10 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js +48 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js.map +1 -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/Toolbar/CommonToolbar.d.ts +20 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js +29 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js.map +1 -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/User/UserInfo.d.ts +27 -0
- package/SqlApiLib/User/UserInfo.js +109 -0
- package/SqlApiLib/User/UserInfo.js.map +1 -0
- package/SqlApiLib/index.d.ts +117 -0
- package/SqlApiLib/index.js +240 -0
- package/SqlApiLib/index.js.map +1 -0
- package/SqlApiLib/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -2
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmProductParameter = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmProductParameter = class LmProductParameter extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.Length = 0;
|
|
18
|
+
this.Weight = 0;
|
|
19
|
+
this.Height = 0;
|
|
20
|
+
this.Width = 0;
|
|
21
|
+
}
|
|
22
|
+
static ConvertToJson(lmProductParameter) {
|
|
23
|
+
return JSON.stringify(lmProductParameter.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
exports.LmProductParameter = LmProductParameter;
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "length", optional: true }),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], LmProductParameter.prototype, "Length", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "weight", optional: true }),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], LmProductParameter.prototype, "Weight", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "height", optional: true }),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], LmProductParameter.prototype, "Height", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "width", optional: true }),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], LmProductParameter.prototype, "Width", void 0);
|
|
43
|
+
exports.LmProductParameter = LmProductParameter = __decorate([
|
|
44
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
45
|
+
__metadata("design:paramtypes", [])
|
|
46
|
+
], LmProductParameter);
|
|
47
|
+
//# sourceMappingURL=LmProductParameter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmProductParameter.js","sourceRoot":"","sources":["LmProductParameter.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;IAkBnD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;IAChB,CAAC;IAEM,MAAM,CAAC,aAAa,CAAC,kBAAsC;QAEjE,OAAO,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACrF,CAAC;CACD,CAAA;AA/BY,gDAAkB;AAIvB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAIf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;6BAhBT,kBAAkB;IAD9B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,kBAAkB,CA+B9B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Serializable } from 'ts-serializer';
|
|
2
|
+
import { LmProduct } from './LmProduct';
|
|
3
|
+
export declare class LmProductSelect extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
Name: string;
|
|
6
|
+
LinkCatalog: number;
|
|
7
|
+
LinkCatalogs: string;
|
|
8
|
+
LinkParameter: number;
|
|
9
|
+
LinkCountry: number;
|
|
10
|
+
LinkBrand: number;
|
|
11
|
+
LinkGroup: number;
|
|
12
|
+
Barcode: string;
|
|
13
|
+
Article: string;
|
|
14
|
+
Gender: number;
|
|
15
|
+
IsChildren: number;
|
|
16
|
+
IsAdult: number;
|
|
17
|
+
Status: number;
|
|
18
|
+
Version: number;
|
|
19
|
+
Uuid: string;
|
|
20
|
+
WithQuantity: boolean;
|
|
21
|
+
WithPrice: boolean;
|
|
22
|
+
Conditions: string;
|
|
23
|
+
Results: Array<LmProduct>;
|
|
24
|
+
PageNo: number;
|
|
25
|
+
PageLength: number;
|
|
26
|
+
PagePortion: number;
|
|
27
|
+
TotalCount: number;
|
|
28
|
+
OrderBy: string;
|
|
29
|
+
ExternalCode: string;
|
|
30
|
+
constructor();
|
|
31
|
+
static ConvertToJson(lmProductSelect: LmProductSelect): string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmProductSelect = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const LmProduct_1 = require("./LmProduct");
|
|
15
|
+
let LmProductSelect = class LmProductSelect extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Id = -1;
|
|
19
|
+
this.Name = "";
|
|
20
|
+
this.LinkCatalog = -1;
|
|
21
|
+
this.LinkParameter = 0;
|
|
22
|
+
this.LinkCountry = 0;
|
|
23
|
+
this.LinkBrand = 0;
|
|
24
|
+
this.Barcode = "";
|
|
25
|
+
this.Article = "";
|
|
26
|
+
this.Status = -1;
|
|
27
|
+
this.IsChildren = -1;
|
|
28
|
+
this.IsAdult = -1;
|
|
29
|
+
this.Version = 0;
|
|
30
|
+
this.Uuid = "";
|
|
31
|
+
/* this.Old = -1;*/
|
|
32
|
+
this.LinkGroup = 0;
|
|
33
|
+
this.WithQuantity = true;
|
|
34
|
+
this.WithPrice = true;
|
|
35
|
+
this.Conditions = "";
|
|
36
|
+
this.Results = new Array();
|
|
37
|
+
this.OrderBy = "lm_product.name";
|
|
38
|
+
this.Gender = -1;
|
|
39
|
+
this.LinkCatalogs = "";
|
|
40
|
+
this.PageNo = 0;
|
|
41
|
+
this.PageLength = 0;
|
|
42
|
+
this.PagePortion = 0;
|
|
43
|
+
this.TotalCount = 0;
|
|
44
|
+
this.ExternalCode = "";
|
|
45
|
+
}
|
|
46
|
+
static ConvertToJson(lmProductSelect) {
|
|
47
|
+
return JSON.stringify(lmProductSelect.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
exports.LmProductSelect = LmProductSelect;
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], LmProductSelect.prototype, "Id", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], LmProductSelect.prototype, "Name", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCatalog", optional: true }),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], LmProductSelect.prototype, "LinkCatalog", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCatalogs", optional: true }),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], LmProductSelect.prototype, "LinkCatalogs", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkParameter", optional: true }),
|
|
69
|
+
__metadata("design:type", Number)
|
|
70
|
+
], LmProductSelect.prototype, "LinkParameter", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkCountry", optional: true }),
|
|
73
|
+
__metadata("design:type", Number)
|
|
74
|
+
], LmProductSelect.prototype, "LinkCountry", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkBrand", optional: true }),
|
|
77
|
+
__metadata("design:type", Number)
|
|
78
|
+
], LmProductSelect.prototype, "LinkBrand", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkGroup", optional: true }),
|
|
81
|
+
__metadata("design:type", Number)
|
|
82
|
+
], LmProductSelect.prototype, "LinkGroup", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "barcode", optional: true }),
|
|
85
|
+
__metadata("design:type", String)
|
|
86
|
+
], LmProductSelect.prototype, "Barcode", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "article", optional: true }),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], LmProductSelect.prototype, "Article", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "gender", optional: true }),
|
|
93
|
+
__metadata("design:type", Number)
|
|
94
|
+
], LmProductSelect.prototype, "Gender", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "isChildren", optional: true }),
|
|
97
|
+
__metadata("design:type", Number)
|
|
98
|
+
], LmProductSelect.prototype, "IsChildren", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "isAdult", optional: true }),
|
|
101
|
+
__metadata("design:type", Number)
|
|
102
|
+
], LmProductSelect.prototype, "IsAdult", void 0);
|
|
103
|
+
__decorate([
|
|
104
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
105
|
+
__metadata("design:type", Number)
|
|
106
|
+
], LmProductSelect.prototype, "Status", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "version", optional: true }),
|
|
109
|
+
__metadata("design:type", Number)
|
|
110
|
+
], LmProductSelect.prototype, "Version", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
113
|
+
__metadata("design:type", String)
|
|
114
|
+
], LmProductSelect.prototype, "Uuid", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "withQuantity", optional: true }),
|
|
117
|
+
__metadata("design:type", Boolean)
|
|
118
|
+
], LmProductSelect.prototype, "WithQuantity", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "withPrice", optional: true }),
|
|
121
|
+
__metadata("design:type", Boolean)
|
|
122
|
+
], LmProductSelect.prototype, "WithPrice", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "conditions", optional: true }),
|
|
125
|
+
__metadata("design:type", String)
|
|
126
|
+
], LmProductSelect.prototype, "Conditions", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "results", list: true, type: LmProduct_1.LmProduct, optional: true }),
|
|
129
|
+
__metadata("design:type", Array)
|
|
130
|
+
], LmProductSelect.prototype, "Results", void 0);
|
|
131
|
+
__decorate([
|
|
132
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageNo", optional: true }),
|
|
133
|
+
__metadata("design:type", Number)
|
|
134
|
+
], LmProductSelect.prototype, "PageNo", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pageLength", optional: true }),
|
|
137
|
+
__metadata("design:type", Number)
|
|
138
|
+
], LmProductSelect.prototype, "PageLength", void 0);
|
|
139
|
+
__decorate([
|
|
140
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "pagePortion", optional: true }),
|
|
141
|
+
__metadata("design:type", Number)
|
|
142
|
+
], LmProductSelect.prototype, "PagePortion", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "totalCount", optional: true }),
|
|
145
|
+
__metadata("design:type", Number)
|
|
146
|
+
], LmProductSelect.prototype, "TotalCount", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "orderBy", optional: true }),
|
|
149
|
+
__metadata("design:type", String)
|
|
150
|
+
], LmProductSelect.prototype, "OrderBy", void 0);
|
|
151
|
+
__decorate([
|
|
152
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "externalCode", optional: true }),
|
|
153
|
+
__metadata("design:type", String)
|
|
154
|
+
], LmProductSelect.prototype, "ExternalCode", void 0);
|
|
155
|
+
exports.LmProductSelect = LmProductSelect = __decorate([
|
|
156
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
157
|
+
__metadata("design:paramtypes", [])
|
|
158
|
+
], LmProductSelect);
|
|
159
|
+
//# sourceMappingURL=LmProductSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmProductSelect.js","sourceRoot":"","sources":["LmProductSelect.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Menu = void 0;
|
|
4
|
+
class Menu {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.title = "";
|
|
7
|
+
this.src = "";
|
|
8
|
+
this.name = "";
|
|
9
|
+
this.pagination = "true";
|
|
10
|
+
this.groups = "";
|
|
11
|
+
this.menu = new Array();
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.Menu = Menu;
|
|
15
|
+
//# sourceMappingURL=Menu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.js","sourceRoot":"","sources":["Menu.ts"],"names":[],"mappings":";;;AAAA,MAAa,IAAI;IAShB;QAEC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,EAAQ,CAAC;IAC/B,CAAC;CACD;AAlBD,oBAkBC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SqlTableParameters = void 0;
|
|
4
|
+
class SqlTableParameters {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.fields = new Array();
|
|
7
|
+
this.nameTable = "";
|
|
8
|
+
this.search = "";
|
|
9
|
+
this.breadcrumbs = new Array();
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.SqlTableParameters = SqlTableParameters;
|
|
13
|
+
//# sourceMappingURL=SqlTableParameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SqlTableParameters.js","sourceRoot":"","sources":["SqlTableParameters.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAO9B;QAEC,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,EAAc,CAAC;QACtC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;QACpB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,WAAW,GAAG,IAAI,KAAK,EAAO,CAAC;IACrC,CAAC;CACD;AAdD,gDAcC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CopyT14GroupEdit = CopyT14GroupEdit;
|
|
4
|
+
const T14GroupEdit_1 = require("../T14Group/T14GroupEdit");
|
|
5
|
+
function CopyT14GroupEdit(t14GroupEdit) {
|
|
6
|
+
const newT14GroupEdit = new T14GroupEdit_1.T14GroupEdit();
|
|
7
|
+
newT14GroupEdit.Name = t14GroupEdit.Name;
|
|
8
|
+
newT14GroupEdit.Note = t14GroupEdit.Note;
|
|
9
|
+
newT14GroupEdit.Status = t14GroupEdit.Status;
|
|
10
|
+
newT14GroupEdit.Id = t14GroupEdit.Id;
|
|
11
|
+
newT14GroupEdit.Title = t14GroupEdit.Title;
|
|
12
|
+
return newT14GroupEdit;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=CopyT14GroupEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyT14GroupEdit.js","sourceRoot":"","sources":["CopyT14GroupEdit.ts"],"names":[],"mappings":";;AACA,4CAUC;AAXD,2DAAuD;AACvD,SAAgB,gBAAgB,CAAC,YAA0B;IAE1D,MAAM,eAAe,GAAiB,IAAI,2BAAY,EAAE,CAAC;IACzD,eAAe,CAAC,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC;IACzC,eAAe,CAAC,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC;IACzC,eAAe,CAAC,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC;IAC7C,eAAe,CAAC,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC;IACrC,eAAe,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;IAE3C,OAAO,eAAe,CAAC;AACxB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetT14GroupView = GetT14GroupView;
|
|
4
|
+
const ArrayTableField_1 = require("../ClassProperty/ArrayTableField");
|
|
5
|
+
const TableField_1 = require("../ClassProperty/TableField");
|
|
6
|
+
function GetT14GroupView() {
|
|
7
|
+
const arrayTableField = new ArrayTableField_1.ArrayTableField();
|
|
8
|
+
let tableField = new TableField_1.TableField();
|
|
9
|
+
tableField.ColumnName = "№";
|
|
10
|
+
tableField.Field = "Npp";
|
|
11
|
+
tableField.ShowDefault = true;
|
|
12
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
13
|
+
tableField = new TableField_1.TableField();
|
|
14
|
+
tableField.ColumnName = "Id";
|
|
15
|
+
tableField.Field = "Id";
|
|
16
|
+
tableField.ShowDefault = true;
|
|
17
|
+
tableField.Sort = "id";
|
|
18
|
+
tableField.SortDesc = "id desc";
|
|
19
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
20
|
+
tableField = new TableField_1.TableField();
|
|
21
|
+
tableField.ColumnName = "Имя";
|
|
22
|
+
tableField.Field = "Name";
|
|
23
|
+
tableField.ShowDefault = true;
|
|
24
|
+
tableField.Sort = "name";
|
|
25
|
+
tableField.SortDesc = "name desc";
|
|
26
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
27
|
+
tableField = new TableField_1.TableField();
|
|
28
|
+
tableField.ColumnName = "Наименование";
|
|
29
|
+
tableField.Field = "Title";
|
|
30
|
+
tableField.ShowDefault = true;
|
|
31
|
+
tableField.Sort = "title";
|
|
32
|
+
tableField.SortDesc = "title desc";
|
|
33
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
34
|
+
tableField = new TableField_1.TableField();
|
|
35
|
+
tableField.ColumnName = "Описание";
|
|
36
|
+
tableField.Field = "Note";
|
|
37
|
+
tableField.ShowDefault = false;
|
|
38
|
+
tableField.Sort = "note";
|
|
39
|
+
tableField.SortDesc = "note desc";
|
|
40
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
41
|
+
tableField = new TableField_1.TableField();
|
|
42
|
+
tableField.ColumnName = "Статус";
|
|
43
|
+
tableField.Field = "Status";
|
|
44
|
+
tableField.ShowDefault = true;
|
|
45
|
+
tableField.Sort = "status";
|
|
46
|
+
tableField.SortDesc = "status desc";
|
|
47
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
48
|
+
return arrayTableField;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=GetT14GroupView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetT14GroupView.js","sourceRoot":"","sources":["GetT14GroupView.ts"],"names":[],"mappings":";;AAGA,0CAkDC;AArDD,sEAAmE;AACnE,4DAAyD;AAEzD,SAAgB,eAAe;IAE9B,MAAM,eAAe,GAAoB,IAAI,iCAAe,EAAE,CAAC;IAC/D,IAAI,UAAU,GAAe,IAAI,uBAAU,EAAE,CAAC;IAC9C,UAAU,CAAC,UAAU,GAAG,GAAG,CAAA;IAC3B,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;IACzB,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;IAC9B,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,UAAU,GAAG,IAAI,uBAAU,EAAE,CAAC;IAC9B,UAAU,CAAC,UAAU,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,KAAK,GAAG,IAAI,CAAA;IACvB,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,QAAQ,GAAG,SAAS,CAAC;IAChC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,UAAU,GAAG,IAAI,uBAAU,EAAE,CAAC;IAC9B,UAAU,CAAC,UAAU,GAAG,KAAK,CAAC;IAC9B,UAAU,CAAC,KAAK,GAAG,MAAM,CAAA;IACzB,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,IAAI,GAAG,MAAM,CAAC;IACzB,UAAU,CAAC,QAAQ,GAAG,WAAW,CAAC;IAClC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,UAAU,GAAG,IAAI,uBAAU,EAAE,CAAC;IAC9B,UAAU,CAAC,UAAU,GAAG,cAAc,CAAC;IACvC,UAAU,CAAC,KAAK,GAAG,OAAO,CAAA;IAC1B,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,IAAI,GAAG,OAAO,CAAC;IAC1B,UAAU,CAAC,QAAQ,GAAG,YAAY,CAAC;IACnC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,UAAU,GAAG,IAAI,uBAAU,EAAE,CAAC;IAC9B,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC;IACnC,UAAU,CAAC,KAAK,GAAG,MAAM,CAAA;IACzB,UAAU,CAAC,WAAW,GAAG,KAAK,CAAC;IAC/B,UAAU,CAAC,IAAI,GAAG,MAAM,CAAC;IACzB,UAAU,CAAC,QAAQ,GAAG,WAAW,CAAC;IAClC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,UAAU,GAAG,IAAI,uBAAU,EAAE,CAAC;IAC9B,UAAU,CAAC,UAAU,GAAG,QAAQ,CAAC;IACjC,UAAU,CAAC,KAAK,GAAG,QAAQ,CAAA;IAC3B,UAAU,CAAC,WAAW,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,IAAI,GAAG,QAAQ,CAAC;IAC3B,UAAU,CAAC,QAAQ,GAAG,aAAa,CAAC;IACpC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAE7C,OAAO,eAAe,CAAC;AACxB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
export declare class T14Group extends Serializable {
|
|
3
|
+
Id: number;
|
|
4
|
+
Name: string;
|
|
5
|
+
Title: string;
|
|
6
|
+
Note: string;
|
|
7
|
+
Status: T14Group.Status;
|
|
8
|
+
Uuid: string;
|
|
9
|
+
DateCreate: Date;
|
|
10
|
+
DateEdit: Date;
|
|
11
|
+
Creator: number;
|
|
12
|
+
Editor: number;
|
|
13
|
+
constructor();
|
|
14
|
+
static ConvertToJson(T14Group: T14Group): string;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace T14Group {
|
|
17
|
+
enum Status {
|
|
18
|
+
All = -1,
|
|
19
|
+
Unknoun = 0,
|
|
20
|
+
Enabled = 1,
|
|
21
|
+
Disabled = 2,
|
|
22
|
+
System = 3
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -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
|
+
var T14Group_1;
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.T14Group = void 0;
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
let T14Group = T14Group_1 = class T14Group extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Name = "";
|
|
19
|
+
this.Title = "";
|
|
20
|
+
this.Note = "";
|
|
21
|
+
this.Status = T14Group_1.Status.Unknoun;
|
|
22
|
+
this.Id = 0;
|
|
23
|
+
this.Uuid = "";
|
|
24
|
+
this.DateCreate = new Date();
|
|
25
|
+
this.DateEdit = new Date();
|
|
26
|
+
this.Creator = 0;
|
|
27
|
+
this.Editor = 0;
|
|
28
|
+
}
|
|
29
|
+
static ConvertToJson(T14Group) {
|
|
30
|
+
return JSON.stringify(T14Group.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
exports.T14Group = T14Group;
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], T14Group.prototype, "Id", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], T14Group.prototype, "Name", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "title", optional: true }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], T14Group.prototype, "Title", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], T14Group.prototype, "Note", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], T14Group.prototype, "Status", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], T14Group.prototype, "Uuid", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
|
|
60
|
+
__metadata("design:type", Date)
|
|
61
|
+
], T14Group.prototype, "DateCreate", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
|
|
64
|
+
__metadata("design:type", Date)
|
|
65
|
+
], T14Group.prototype, "DateEdit", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
|
|
68
|
+
__metadata("design:type", Number)
|
|
69
|
+
], T14Group.prototype, "Creator", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
|
|
72
|
+
__metadata("design:type", Number)
|
|
73
|
+
], T14Group.prototype, "Editor", void 0);
|
|
74
|
+
exports.T14Group = T14Group = T14Group_1 = __decorate([
|
|
75
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
76
|
+
__metadata("design:paramtypes", [])
|
|
77
|
+
], T14Group);
|
|
78
|
+
(function (T14Group) {
|
|
79
|
+
let Status;
|
|
80
|
+
(function (Status) {
|
|
81
|
+
Status[Status["All"] = -1] = "All";
|
|
82
|
+
Status[Status["Unknoun"] = 0] = "Unknoun";
|
|
83
|
+
Status[Status["Enabled"] = 1] = "Enabled";
|
|
84
|
+
Status[Status["Disabled"] = 2] = "Disabled";
|
|
85
|
+
Status[Status["System"] = 3] = "System";
|
|
86
|
+
})(Status = T14Group.Status || (T14Group.Status = {}));
|
|
87
|
+
})(T14Group || (exports.T14Group = T14Group = {}));
|
|
88
|
+
//# sourceMappingURL=T14Group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"T14Group.js","sourceRoot":"","sources":["T14Group.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,QAAQ,gBAAd,MAAM,QAAS,SAAQ,4BAAY;IAgCzC;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,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,UAAU,GAAG,IAAI,IAAI,EAAE,CAAC;QAC7B,IAAI,CAAC,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;IACjB,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;AAnDY,4BAAQ;AAGb;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,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC/B;AAGd;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;;wCACtB;AAGxB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC/B;AAGb;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,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,IAAI;0CAAC;AAGf;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC/B;AAGhB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC/B;mBA9BV,QAAQ;IADpB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,QAAQ,CAmDpB;AAED,WAAiB,QAAQ;IAExB,IAAY,MAOX;IAPD,WAAY,MAAM;QAEjB,kCAAQ,CAAA;QACR,yCAAW,CAAA;QACX,yCAAW,CAAA;QACX,2CAAY,CAAA;QACZ,uCAAU,CAAA;IACX,CAAC,EAPW,MAAM,GAAN,eAAM,KAAN,eAAM,QAOjB;AACF,CAAC,EAVgB,QAAQ,wBAAR,QAAQ,QAUxB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { T14Group } from "./T14Group";
|
|
3
|
+
export declare class T14GroupEdit extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
Name: string;
|
|
6
|
+
Title: string;
|
|
7
|
+
Note: string;
|
|
8
|
+
Status: T14Group.Status;
|
|
9
|
+
constructor();
|
|
10
|
+
static ConvertToJson(T14GroupEdit: T14GroupEdit): string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.T14GroupEdit = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
const T14Group_1 = require("./T14Group");
|
|
15
|
+
let T14GroupEdit = class T14GroupEdit extends ts_serializer_1.Serializable {
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.Name = "";
|
|
19
|
+
this.Title = "";
|
|
20
|
+
this.Note = "";
|
|
21
|
+
this.Status = T14Group_1.T14Group.Status.Unknoun;
|
|
22
|
+
this.Id = 0;
|
|
23
|
+
}
|
|
24
|
+
static ConvertToJson(T14GroupEdit) {
|
|
25
|
+
return JSON.stringify(T14GroupEdit.serialize()).replace(/\:null/gi, "\:\"\"");
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.T14GroupEdit = T14GroupEdit;
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], T14GroupEdit.prototype, "Id", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "name", optional: true }),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], T14GroupEdit.prototype, "Name", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "title", optional: true }),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], T14GroupEdit.prototype, "Title", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], T14GroupEdit.prototype, "Note", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], T14GroupEdit.prototype, "Status", void 0);
|
|
49
|
+
exports.T14GroupEdit = T14GroupEdit = __decorate([
|
|
50
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
51
|
+
__metadata("design:paramtypes", [])
|
|
52
|
+
], T14GroupEdit);
|
|
53
|
+
//# sourceMappingURL=T14GroupEdit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"T14GroupEdit.js","sourceRoot":"","sources":["T14GroupEdit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,yCAAsC;AAG/B,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IAiB7C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,GAAG,mBAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;QACtC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;IACb,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;AA/BY,oCAAY;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;wCACf;AAGX;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC/B;AAGd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtB;uBAfnB,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CA+BxB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { T14Group } from "./T14Group";
|
|
3
|
+
export declare class T14GroupSelect extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
Name: string;
|
|
6
|
+
Title: string;
|
|
7
|
+
Uuid: string;
|
|
8
|
+
Status: T14Group.Status;
|
|
9
|
+
PageNo: number;
|
|
10
|
+
PageLength: number;
|
|
11
|
+
PagePortion: number;
|
|
12
|
+
TotalCount: number;
|
|
13
|
+
OrderBy: string;
|
|
14
|
+
Results: Array<T14Group>;
|
|
15
|
+
constructor();
|
|
16
|
+
static ConvertToJson(T14GroupSelect: T14GroupSelect): string;
|
|
17
|
+
}
|