Variable SUPPLIER_CLASS_NAMESConst
SUPPLIER_CLASS_NAMES: readonly [
"SupplierAladdinSci",
"SupplierAlchemieLabs",
"SupplierAllianceChemical",
"SupplierAmarisChemicalSolutions",
"SupplierAmbeed",
"SupplierAsesChem",
"SupplierBioFuranChem",
"SupplierBVV",
"SupplierCarolina",
"SupplierCarolinaChemical",
"SupplierChemsavers",
"SupplierConsolidatedChemical",
"SupplierDailyBioUSA",
"SupplierFtfScientific",
"SupplierGoldAndSilverTesting",
"SupplierHimedia",
"SupplierInnovatingScience",
"SupplierLaballey",
"SupplierLabChem",
"SupplierLaboratoriumDiscounter",
"SupplierLeroChem",
"SupplierLibertySci",
"SupplierLiMac",
"SupplierLoudwolf",
"SupplierMacklin",
"SupplierOnyxmet",
"SupplierOrbitNaturalProductDerivatives",
"SupplierS3Chemicals",
"SupplierScienceLab",
"SupplierSynthetika",
"SupplierTheLabStockroom",
"SupplierVWR",
"SupplierWarchem",
] = ...
The active supplier class names, mirroring the value exports of the
@/suppliersbarrel.This module deliberately imports nothing. UI that only needs supplier names reads them here instead of calling
SupplierFactory.supplierList(), which would pull every supplier implementation into the importing entry point's bundle.