Skip to content

Commit

Permalink
chore: remove root param from composables and old TODO marks (vuestor…
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Sep 8, 2021
1 parent 3a1b012 commit 9bf7f84
Show file tree
Hide file tree
Showing 44 changed files with 22 additions and 768 deletions.
45 changes: 0 additions & 45 deletions api/helpers.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export function getCmsLinkTarget(content?: CmsSlot): String;
// @beta (undocumented)
export function getCmsTechnicalPath(page: PageResolverResult<CmsPage> | PageResolverProductResult): string | undefined;

// @beta (undocumented)
export function getListingAvailableFilters(aggregations: Aggregations | undefined | null): UiCategoryFilter[];

// @beta (undocumented)
export function getListingFilters(aggregations: Aggregations | undefined | null): ListingFilter[];

Expand Down Expand Up @@ -170,48 +167,6 @@ export interface TierPrice {
// @public
export function toggleSearchFilter(currentFilters: any, filter: ListingFilter): any;

// @public (undocumented)
export interface UiCategoryFilter {
// (undocumented)
name: string;
// (undocumented)
options: UiCategoryFilterOption[] | UiCategoryRangeFilterOption | any;
// (undocumented)
type: UiCategoryFilterType;
}

// @public (undocumented)
export interface UiCategoryFilterOption {
// (undocumented)
color: boolean | string;
// (undocumented)
count?: number;
// (undocumented)
label: string;
// (undocumented)
value: string;
}

// @public (undocumented)
export enum UiCategoryFilterType {
// (undocumented)
entity = "entity",
// (undocumented)
max = "max",
// (undocumented)
range = "range",
// (undocumented)
term = "term"
}

// @public (undocumented)
export interface UiCategoryRangeFilterOption {
// (undocumented)
max: string;
// (undocumented)
min: string;
}

// @public (undocumented)
export interface UiMediaGalleryItem {
// (undocumented)
Expand Down
133 changes: 0 additions & 133 deletions docs/landing/operations/migrations/0.10.x_to_0.11.x.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/landing/resources/api/helpers.getlistingavailablefilters.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/landing/resources/api/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

## helpers package

## Enumerations

| Enumeration | Description |
| --- | --- |
| [UiCategoryFilterType](./helpers.uicategoryfiltertype.md) | |

## Functions

| Function | Description |
Expand All @@ -19,7 +13,6 @@
| [getCmsLink(content)](./helpers.getcmslink.md) | Gets the link of a cms slot |
| [getCmsLinkTarget(content)](./helpers.getcmslinktarget.md) | Return the target attribute for the cms link |
| [getCmsTechnicalPath(page)](./helpers.getcmstechnicalpath.md) | <b><i>(BETA)</i></b> |
| [getListingAvailableFilters(aggregations)](./helpers.getlistingavailablefilters.md) | <b><i>(BETA)</i></b> |
| [getListingFilters(aggregations)](./helpers.getlistingfilters.md) | <b><i>(BETA)</i></b> |
| [getProductCalculatedListingPrice(product)](./helpers.getproductcalculatedlistingprice.md) | <b><i>(BETA)</i></b> Get the calculated list price |
| [getProductCalculatedPrice(product)](./helpers.getproductcalculatedprice.md) | <b><i>(BETA)</i></b> Get the calculated list price |
Expand Down Expand Up @@ -51,9 +44,6 @@
| [ListingFilter](./helpers.listingfilter.md) | |
| [MappedSalutation](./helpers.mappedsalutation.md) | |
| [TierPrice](./helpers.tierprice.md) | <b><i>(BETA)</i></b> |
| [UiCategoryFilter](./helpers.uicategoryfilter.md) | |
| [UiCategoryFilterOption](./helpers.uicategoryfilteroption.md) | |
| [UiCategoryRangeFilterOption](./helpers.uicategoryrangefilteroption.md) | |
| [UiMediaGalleryItem](./helpers.uimediagalleryitem.md) | |
| [UiMediaGalleryItemUrl](./helpers.uimediagalleryitemurl.md) | |
| [UiProductOption](./helpers.uiproductoption.md) | |
Expand Down
21 changes: 0 additions & 21 deletions docs/landing/resources/api/helpers.uicategoryfilter.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilter.name.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilter.options.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilter.type.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilteroption.color.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilteroption.count.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilteroption.label.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/landing/resources/api/helpers.uicategoryfilteroption.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/landing/resources/api/helpers.uicategoryfilteroption.value.md

This file was deleted.

Loading

0 comments on commit 9bf7f84

Please sign in to comment.