{"version":3,"sources":["../../dashboard.ts","../../src/extensions/dashboard-page-builders.ts","../../src/extensions/dashboard-pages-plugin-props.ts","../../src/extensions/dashboard-page-plugins/59a8855e-515a-49c1-894a-035731d2fd44.ts","../../src/extensions/dashboard-page-plugins/c821a776-85a9-4340-ae94-e08876c99944.ts"],"sourcesContent":["export * as pages from './src/extensions/dashboard-page-builders.js';\nexport * as plugins from './src/extensions/dashboard-pages-plugin-props.js';\n","/**\n * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Products List page in the dashboard.\n * @dashobardPageBuilder\n */\nexport function productsList(): PageBuilderResult {\n  return { pageId: 'c821a776-85a9-4340-ae94-e08876c99944' };\n}\n\nexport interface PageBuilderResult {\n  pageId: string;\n  relativeUrl?: string;\n}\n","export * as Inventory from './dashboard-page-plugins/59a8855e-515a-49c1-894a-035731d2fd44.js';\nexport * as Products from './dashboard-page-plugins/c821a776-85a9-4340-ae94-e08876c99944.js';\n","/**\n * @pageName Inventory\n * @slotType dashboard plugin\n */\nexport type InventoryBannerParams = {};\n\n/**\n * @pageName Inventory\n * @slotType dashboard menu plugin\n */\nexport type InventoryItemsBulkMoreActionsMenuParams = BulkActionMenuSlotProps;\n\n/** @internal */\nexport type BulkActionMenuSlotProps = {\n  // \tTotal number of selected items.\n  total: number;\n  // When `allSelected` is `true`, an array of IDs of items that were manually deselected.\n  uncheckedIds: string[];\n  // Whether the **Select All** checkbox was selected.\n  allSelected: boolean;\n  // Array of IDs of selected items.\n  selectedIds: string[];\n};\n\n/**\n * @pageName Inventory\n * @slotType dashboard menu plugin\n */\nexport type InventoryMainMoreActionsMenuParams = {};\n\n/**\n * @pageName Inventory\n * @slotType dashboard menu plugin\n */\nexport type InventoryItemMoreActionsMenuParams = SingleItemMenuSlotProps;\n\n/** @internal */\nexport type SingleItemMenuSlotProps = {\n  // When the item is the default product version, the value is `${productId}`. When the item is a variant, the value is `${productId}_${variantId}`.\n  selectedId: string[];\n};\n","/**\n * @pageName Products\n * @slotType dashboard plugin\n */\nexport type ProductsBannerParams = {};\n/**\n * @pageName Products\n * @slotType dashboard menu plugin\n */\nexport type ProductsMainMoreActionsMenuParams = {};\n\n/**\n * @pageName Products\n * @slotType dashboard menu plugin\n */\nexport type ProductItemMoreActionsMenuParams = MenuSingleItem;\n/** @internal */\nexport interface MenuSingleItem {\n  // Product ID.\n  id: string;\n}\n/**\n * @pageName Products\n * @slotType dashboard menu plugin\n */\nexport type ProductItemsBulkMoreActionsMenuParams = {};\n"],"mappings":";;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;AAAA;AAAA;AAAA;AAIO,SAAS,eAAkC;AAChD,SAAO,EAAE,QAAQ,uCAAuC;AAC1D;;;ACNA;AAAA;AAAA;AAAA;AAAA;;;ACAA;;;ACAA;","names":[]}