@empathyco/x-components 7.5.0 → 8.0.0
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/CHANGELOG.md +11 -0
- package/browse/index.js +0 -1
- package/core/index.js +3 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.md +0 -11
- package/docs/API-reference/api/x-components.sortdropdown.md +30 -4
- package/docs/API-reference/api/x-components.sortlist.md +32 -7
- package/docs/API-reference/api/x-components.sortpickerlist.md +32 -7
- package/docs/API-reference/api/x-components.usealiasapi.browseselectedsort.md +13 -0
- package/docs/API-reference/api/x-components.usealiasapi.md +21 -0
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-dropdown.md +7 -4
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-list.md +7 -4
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-picker-list.md +8 -5
- package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue.js +1 -1
- package/js/components/sort/sort-dropdown.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue2.js +19 -12
- package/js/components/sort/sort-dropdown.vue2.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-list.vue.js +2 -2
- package/js/components/sort/sort-list.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-list.vue2.js +22 -15
- package/js/components/sort/sort-list.vue2.js.map +1 -0
- package/js/components/sort/sort-list.vue3.js +7 -0
- package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue.js +1 -1
- package/js/components/sort/sort-picker-list.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue2.js +21 -14
- package/js/components/sort/sort-picker-list.vue2.js.map +1 -0
- package/js/composables/use-alias-api.js +3 -0
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/index.js +3 -4
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue2.js +4 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
- package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js +4 -0
- package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js.map +1 -1
- package/js/x-modules/browse/store/actions/set-url-params.action.js +1 -1
- package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/browse/wiring.js +6 -1
- package/js/x-modules/browse/wiring.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +4 -0
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +4 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +4 -0
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +4 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/wiring.js +3 -0
- package/js/x-modules/search/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +515 -304
- package/report/x-components.api.md +106 -56
- package/search/index.js +0 -3
- package/types/src/components/index.d.ts +1 -0
- package/types/src/components/index.d.ts.map +1 -1
- package/types/src/components/sort/index.d.ts +4 -0
- package/types/src/components/sort/index.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-dropdown.vue.d.ts +33 -6
- package/types/src/components/sort/sort-dropdown.vue.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-list.vue.d.ts +35 -10
- package/types/src/components/sort/sort-list.vue.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-picker-list.vue.d.ts +45 -10
- package/types/src/components/sort/sort-picker-list.vue.d.ts.map +1 -0
- package/types/src/composables/use-alias-api.d.ts +2 -0
- package/types/src/composables/use-alias-api.d.ts.map +1 -1
- package/types/src/x-modules/browse/components/index.d.ts +0 -1
- package/types/src/x-modules/browse/components/index.d.ts.map +1 -1
- package/types/src/x-modules/browse/wiring.d.ts +6 -1
- package/types/src/x-modules/browse/wiring.d.ts.map +1 -1
- package/types/src/x-modules/search/components/index.d.ts +0 -3
- package/types/src/x-modules/search/components/index.d.ts.map +1 -1
- package/types/src/x-modules/search/wiring.d.ts +3 -0
- package/types/src/x-modules/search/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.browsesortpickerlist.md +0 -45
- package/docs/API-reference/components/browse/x-components.browse-sort-picker-list.md +0 -24
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +0 -73
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +0 -1
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +0 -6
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue3.js +0 -7
- package/js/x-modules/search/components/sort-picker-list.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js.map +0 -1
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +0 -50
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-dropdown.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-list.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts +0 -12
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-picker-list.vue.d.ts.map +0 -1
- /package/js/{x-modules/search/components → components/sort}/sort-list.vue3.js.map +0 -0
|
@@ -1921,41 +1921,6 @@ default: string;
|
|
|
1921
1921
|
animation: string | Function | Record<string, any>;
|
|
1922
1922
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1923
1923
|
|
|
1924
|
-
// @public
|
|
1925
|
-
export const BrowseSortPickerList: DefineComponent<ExtractPropTypes< {
|
|
1926
|
-
animation: {
|
|
1927
|
-
type: null;
|
|
1928
|
-
required: false;
|
|
1929
|
-
default: string;
|
|
1930
|
-
};
|
|
1931
|
-
items: {
|
|
1932
|
-
type: ArrayConstructor;
|
|
1933
|
-
required: true;
|
|
1934
|
-
};
|
|
1935
|
-
buttonClass: {
|
|
1936
|
-
type: StringConstructor;
|
|
1937
|
-
required: true;
|
|
1938
|
-
};
|
|
1939
|
-
}>, (_ctx: any, _cache: any) => VNode<RendererNode, RendererElement, {
|
|
1940
|
-
[key: string]: any;
|
|
1941
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1942
|
-
animation: {
|
|
1943
|
-
type: null;
|
|
1944
|
-
required: false;
|
|
1945
|
-
default: string;
|
|
1946
|
-
};
|
|
1947
|
-
items: {
|
|
1948
|
-
type: ArrayConstructor;
|
|
1949
|
-
required: true;
|
|
1950
|
-
};
|
|
1951
|
-
buttonClass: {
|
|
1952
|
-
type: StringConstructor;
|
|
1953
|
-
required: true;
|
|
1954
|
-
};
|
|
1955
|
-
}>> & Readonly<{}>, {
|
|
1956
|
-
animation: any;
|
|
1957
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1958
|
-
|
|
1959
1924
|
// @public
|
|
1960
1925
|
export interface BrowseState extends StatusState {
|
|
1961
1926
|
banners: Banner_2[];
|
|
@@ -2007,7 +1972,7 @@ export const browseWiring: {
|
|
|
2007
1972
|
ReloadBrowseRequested: {
|
|
2008
1973
|
resetBrowseStateForReloadWire: AnyWire;
|
|
2009
1974
|
};
|
|
2010
|
-
|
|
1975
|
+
SelectedBrowseSortProvided: {
|
|
2011
1976
|
setBrowseSort: Wire<string>;
|
|
2012
1977
|
};
|
|
2013
1978
|
ExtraParamsChanged: {
|
|
@@ -2023,6 +1988,11 @@ export const browseWiring: {
|
|
|
2023
1988
|
resetBrowseStateForReloadWire: AnyWire;
|
|
2024
1989
|
cancelFetchAndSaveBrowseResponseWire: AnyWire;
|
|
2025
1990
|
};
|
|
1991
|
+
UserAcceptedAQuery: {
|
|
1992
|
+
clearBrowseQuery: AnyWire;
|
|
1993
|
+
resetBrowseStateForReloadWire: AnyWire;
|
|
1994
|
+
cancelFetchAndSaveBrowseResponseWire: AnyWire;
|
|
1995
|
+
};
|
|
2026
1996
|
UserClickedOutOfMainModal: {
|
|
2027
1997
|
clearBrowseQuery: AnyWire;
|
|
2028
1998
|
};
|
|
@@ -7508,6 +7478,9 @@ export const searchWiring: {
|
|
|
7508
7478
|
UserClickedOutOfMainModal: {
|
|
7509
7479
|
clearSearchQuery: AnyWire;
|
|
7510
7480
|
};
|
|
7481
|
+
UserBrowsedToCategory: {
|
|
7482
|
+
clearSearchQuery: AnyWire;
|
|
7483
|
+
};
|
|
7511
7484
|
UserAcceptedAQueryPreview: {
|
|
7512
7485
|
setSearchQueryFromPreview: AnyWire;
|
|
7513
7486
|
setSearchExtraParamsFromPreview: AnyWire;
|
|
@@ -8598,24 +8571,50 @@ export { SortAZIcon }
|
|
|
8598
8571
|
|
|
8599
8572
|
// @public
|
|
8600
8573
|
export const SortDropdown: DefineComponent<ExtractPropTypes< {
|
|
8574
|
+
animation: PropType<string | Component>;
|
|
8601
8575
|
items: {
|
|
8602
8576
|
type: PropType<Sort[]>;
|
|
8603
8577
|
required: true;
|
|
8604
8578
|
};
|
|
8605
|
-
|
|
8579
|
+
selectedSort: {
|
|
8580
|
+
type: PropType<Sort>;
|
|
8581
|
+
required: true;
|
|
8582
|
+
};
|
|
8583
|
+
selectedSortProvidedEvent: {
|
|
8584
|
+
type: PropType<XEvent>;
|
|
8585
|
+
default: string;
|
|
8586
|
+
};
|
|
8587
|
+
clickedSortEvent: {
|
|
8588
|
+
type: PropType<XEvent>;
|
|
8589
|
+
default: string;
|
|
8590
|
+
};
|
|
8606
8591
|
}>, {
|
|
8607
8592
|
emitUserClickedASort: (sort: Sort) => void;
|
|
8608
8593
|
rootRef: Ref<DefineComponent< {}, {}, any> | undefined, DefineComponent< {}, {}, any> | undefined>;
|
|
8609
|
-
selectedSort: ComputedRef<string>;
|
|
8610
8594
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
8595
|
+
animation: PropType<string | Component>;
|
|
8611
8596
|
items: {
|
|
8612
8597
|
type: PropType<Sort[]>;
|
|
8613
8598
|
required: true;
|
|
8614
8599
|
};
|
|
8615
|
-
|
|
8600
|
+
selectedSort: {
|
|
8601
|
+
type: PropType<Sort>;
|
|
8602
|
+
required: true;
|
|
8603
|
+
};
|
|
8604
|
+
selectedSortProvidedEvent: {
|
|
8605
|
+
type: PropType<XEvent>;
|
|
8606
|
+
default: string;
|
|
8607
|
+
};
|
|
8608
|
+
clickedSortEvent: {
|
|
8609
|
+
type: PropType<XEvent>;
|
|
8610
|
+
default: string;
|
|
8611
|
+
};
|
|
8616
8612
|
}>> & Readonly<{
|
|
8617
8613
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8618
|
-
}>, {
|
|
8614
|
+
}>, {
|
|
8615
|
+
selectedSortProvidedEvent: keyof XEventsTypes;
|
|
8616
|
+
clickedSortEvent: keyof XEventsTypes;
|
|
8617
|
+
}, {}, {
|
|
8619
8618
|
BaseDropdown: DefineComponent< {}, {}, any>;
|
|
8620
8619
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8621
8620
|
|
|
@@ -8638,58 +8637,108 @@ required: false;
|
|
|
8638
8637
|
|
|
8639
8638
|
// @public
|
|
8640
8639
|
export const SortList: DefineComponent<ExtractPropTypes< {
|
|
8640
|
+
animation: {
|
|
8641
|
+
type: PropType<string | Component>;
|
|
8642
|
+
default: () => string;
|
|
8643
|
+
};
|
|
8641
8644
|
items: {
|
|
8642
8645
|
type: PropType<Sort[]>;
|
|
8643
8646
|
required: true;
|
|
8644
8647
|
};
|
|
8645
|
-
|
|
8646
|
-
type: PropType<
|
|
8647
|
-
|
|
8648
|
+
selectedSort: {
|
|
8649
|
+
type: PropType<Sort>;
|
|
8650
|
+
required: true;
|
|
8651
|
+
};
|
|
8652
|
+
selectedSortProvidedEvent: {
|
|
8653
|
+
type: PropType<XEvent>;
|
|
8654
|
+
default: string;
|
|
8655
|
+
};
|
|
8656
|
+
clickedSortEvent: {
|
|
8657
|
+
type: PropType<XEvent>;
|
|
8658
|
+
default: string;
|
|
8648
8659
|
};
|
|
8649
8660
|
}>, {
|
|
8650
8661
|
listItems: ComputedRef<SortListItem[]>;
|
|
8651
|
-
selectedSort: ComputedRef<string>;
|
|
8652
8662
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8663
|
+
animation: {
|
|
8664
|
+
type: PropType<string | Component>;
|
|
8665
|
+
default: () => string;
|
|
8666
|
+
};
|
|
8653
8667
|
items: {
|
|
8654
8668
|
type: PropType<Sort[]>;
|
|
8655
8669
|
required: true;
|
|
8656
8670
|
};
|
|
8657
|
-
|
|
8658
|
-
type: PropType<
|
|
8659
|
-
|
|
8671
|
+
selectedSort: {
|
|
8672
|
+
type: PropType<Sort>;
|
|
8673
|
+
required: true;
|
|
8674
|
+
};
|
|
8675
|
+
selectedSortProvidedEvent: {
|
|
8676
|
+
type: PropType<XEvent>;
|
|
8677
|
+
default: string;
|
|
8678
|
+
};
|
|
8679
|
+
clickedSortEvent: {
|
|
8680
|
+
type: PropType<XEvent>;
|
|
8681
|
+
default: string;
|
|
8660
8682
|
};
|
|
8661
8683
|
}>> & Readonly<{}>, {
|
|
8662
8684
|
animation: string | Component;
|
|
8685
|
+
selectedSortProvidedEvent: keyof XEventsTypes;
|
|
8686
|
+
clickedSortEvent: keyof XEventsTypes;
|
|
8663
8687
|
}, {}, {
|
|
8664
8688
|
BaseEventButton: DefineComponent< {}, {}, any>;
|
|
8665
8689
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8666
8690
|
|
|
8667
8691
|
// @public
|
|
8668
8692
|
export const SortPickerList: DefineComponent<ExtractPropTypes< {
|
|
8693
|
+
animation: {
|
|
8694
|
+
type: PropType<string | Component>;
|
|
8695
|
+
default: () => string;
|
|
8696
|
+
};
|
|
8669
8697
|
items: {
|
|
8670
8698
|
type: PropType<Sort[]>;
|
|
8671
8699
|
required: true;
|
|
8672
8700
|
};
|
|
8673
|
-
|
|
8674
|
-
type: PropType<
|
|
8675
|
-
|
|
8701
|
+
selectedSort: {
|
|
8702
|
+
type: PropType<Sort>;
|
|
8703
|
+
required: true;
|
|
8704
|
+
};
|
|
8705
|
+
selectedSortProvidedEvent: {
|
|
8706
|
+
type: PropType<XEvent>;
|
|
8707
|
+
default: string;
|
|
8708
|
+
};
|
|
8709
|
+
clickedSortEvent: {
|
|
8710
|
+
type: PropType<XEvent>;
|
|
8711
|
+
default: string;
|
|
8676
8712
|
};
|
|
8677
8713
|
buttonClass: StringConstructor;
|
|
8678
8714
|
}>, {
|
|
8679
8715
|
listItems: ComputedRef<SortPickerItem[]>;
|
|
8680
|
-
selectedSort: ComputedRef<string>;
|
|
8681
8716
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8717
|
+
animation: {
|
|
8718
|
+
type: PropType<string | Component>;
|
|
8719
|
+
default: () => string;
|
|
8720
|
+
};
|
|
8682
8721
|
items: {
|
|
8683
8722
|
type: PropType<Sort[]>;
|
|
8684
8723
|
required: true;
|
|
8685
8724
|
};
|
|
8686
|
-
|
|
8687
|
-
type: PropType<
|
|
8688
|
-
|
|
8725
|
+
selectedSort: {
|
|
8726
|
+
type: PropType<Sort>;
|
|
8727
|
+
required: true;
|
|
8728
|
+
};
|
|
8729
|
+
selectedSortProvidedEvent: {
|
|
8730
|
+
type: PropType<XEvent>;
|
|
8731
|
+
default: string;
|
|
8732
|
+
};
|
|
8733
|
+
clickedSortEvent: {
|
|
8734
|
+
type: PropType<XEvent>;
|
|
8735
|
+
default: string;
|
|
8689
8736
|
};
|
|
8690
8737
|
buttonClass: StringConstructor;
|
|
8691
8738
|
}>> & Readonly<{}>, {
|
|
8692
8739
|
animation: string | Component;
|
|
8740
|
+
selectedSortProvidedEvent: keyof XEventsTypes;
|
|
8741
|
+
clickedSortEvent: keyof XEventsTypes;
|
|
8693
8742
|
}, {}, {
|
|
8694
8743
|
BaseEventButton: DefineComponent< {}, {}, any>;
|
|
8695
8744
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -9311,6 +9360,7 @@ export function use$x(): UseAliasAPI & {
|
|
|
9311
9360
|
|
|
9312
9361
|
// @public
|
|
9313
9362
|
export interface UseAliasAPI {
|
|
9363
|
+
readonly browseSelectedSort: string;
|
|
9314
9364
|
readonly browseTotalResults: number;
|
|
9315
9365
|
readonly device: string | null;
|
|
9316
9366
|
readonly facets: Record<Facet['id'], Facet>;
|
|
@@ -10072,6 +10122,8 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
10072
10122
|
// dist/types/src/components/filters/labels/base-price-filter-label.vue.d.ts:13:13 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
10073
10123
|
// dist/types/src/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
10074
10124
|
// dist/types/src/components/page-selector.vue.d.ts:65:5 - (ae-forgotten-export) The symbol "PageItem" needs to be exported by the entry point index.d.ts
|
|
10125
|
+
// dist/types/src/components/sort/sort-list.vue.d.ts:41:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
10126
|
+
// dist/types/src/components/sort/sort-picker-list.vue.d.ts:44:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
10075
10127
|
// dist/types/src/components/suggestions/base-suggestion.vue.d.ts:31:9 - (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
10076
10128
|
// dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:12:5 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
10077
10129
|
// dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:14:5 - (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
|
|
@@ -10090,8 +10142,6 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
10090
10142
|
// dist/types/src/x-modules/facets/components/lists/selected-filters-list.vue.d.ts:27:5 - (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
10091
10143
|
// dist/types/src/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts:62:9 - (ae-forgotten-export) The symbol "RelatedPromptNextQuery" needs to be exported by the entry point index.d.ts
|
|
10092
10144
|
// dist/types/src/x-modules/search/components/banner.vue.d.ts:23:9 - (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
10093
|
-
// dist/types/src/x-modules/search/components/sort-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
10094
|
-
// dist/types/src/x-modules/search/components/sort-picker-list.vue.d.ts:22:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
10095
10145
|
// src/x-modules/ai/store/emitters.ts:9:24 - (ae-forgotten-export) The symbol "AiSuggestionsSearchRequest" needs to be exported by the entry point index.d.ts
|
|
10096
10146
|
// src/x-modules/browse/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
10097
10147
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
package/search/index.js
CHANGED
|
@@ -7,9 +7,6 @@ export { default as Promoted } from '../js/x-modules/search/components/promoted.
|
|
|
7
7
|
export { default as PromotedsList } from '../js/x-modules/search/components/promoteds-list.vue.js';
|
|
8
8
|
export { default as Redirection } from '../js/x-modules/search/components/redirection.vue.js';
|
|
9
9
|
export { default as ResultsList } from '../js/x-modules/search/components/results-list.vue.js';
|
|
10
|
-
export { default as SortDropdown } from '../js/x-modules/search/components/sort-dropdown.vue.js';
|
|
11
|
-
export { default as SortList } from '../js/x-modules/search/components/sort-list.vue.js';
|
|
12
|
-
export { default as SortPickerList } from '../js/x-modules/search/components/sort-picker-list.vue.js';
|
|
13
10
|
export { default as SpellcheckButton } from '../js/x-modules/search/components/spellcheck-button.vue.js';
|
|
14
11
|
export { default as Spellcheck } from '../js/x-modules/search/components/spellcheck.vue.js';
|
|
15
12
|
export { cancelFetchAndSavePartialResultsEnrichment, fetchAndSavePartialResultsEnrichment } from '../js/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.js';
|
|
@@ -29,6 +29,7 @@ export * from './result';
|
|
|
29
29
|
export * from './scroll';
|
|
30
30
|
export { default as SlidingPanel } from './sliding-panel.vue';
|
|
31
31
|
export { default as SnippetCallbacks } from './snippet-callbacks.vue';
|
|
32
|
+
export * from './sort';
|
|
32
33
|
export * from './suggestions';
|
|
33
34
|
export * from './x-component.utils';
|
|
34
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AAClF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAEnF,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAE1B,cAAc,+BAA+B,CAAA;AAC7C,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACjE,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,cAAc,SAAS,CAAA;AACvB,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AAClF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAEnF,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAE1B,cAAc,+BAA+B,CAAA;AAC7C,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACjE,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,cAAc,SAAS,CAAA;AACvB,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AACrE,cAAc,QAAQ,CAAA;AAEtB,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sort/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -1,32 +1,59 @@
|
|
|
1
1
|
import type { Sort } from '@empathyco/x-types';
|
|
2
2
|
import type { Component, PropType } from 'vue';
|
|
3
|
+
import type { XEvent } from '../../wiring/index';
|
|
3
4
|
/**
|
|
4
5
|
* The `SortDropdown` component allows user to select the search results order. This component
|
|
5
6
|
* also allows to change the selected sort programmatically.
|
|
6
7
|
*/
|
|
7
8
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
+
/** The transition to use for opening and closing the dropdown. */
|
|
10
|
+
animation: PropType<string | Component>;
|
|
8
11
|
/** The list of possible sort values. */
|
|
9
12
|
items: {
|
|
10
13
|
type: PropType<Sort[]>;
|
|
11
14
|
required: true;
|
|
12
15
|
};
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
selectedSort: {
|
|
17
|
+
type: PropType<Sort>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
selectedSortProvidedEvent: {
|
|
21
|
+
type: PropType<XEvent>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
clickedSortEvent: {
|
|
25
|
+
type: PropType<XEvent>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
15
28
|
}>, {
|
|
16
29
|
emitUserClickedASort: (sort: Sort) => void;
|
|
17
30
|
rootRef: import("vue").Ref<import("vue").DefineComponent<{}, {}, any> | undefined, import("vue").DefineComponent<{}, {}, any> | undefined>;
|
|
18
|
-
selectedSort: import("vue").ComputedRef<string>;
|
|
19
31
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
/** The transition to use for opening and closing the dropdown. */
|
|
33
|
+
animation: PropType<string | Component>;
|
|
20
34
|
/** The list of possible sort values. */
|
|
21
35
|
items: {
|
|
22
36
|
type: PropType<Sort[]>;
|
|
23
37
|
required: true;
|
|
24
38
|
};
|
|
25
|
-
|
|
26
|
-
|
|
39
|
+
selectedSort: {
|
|
40
|
+
type: PropType<Sort>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
selectedSortProvidedEvent: {
|
|
44
|
+
type: PropType<XEvent>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
clickedSortEvent: {
|
|
48
|
+
type: PropType<XEvent>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
27
51
|
}>> & Readonly<{
|
|
28
52
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}>, {
|
|
53
|
+
}>, {
|
|
54
|
+
selectedSortProvidedEvent: keyof import("../../wiring/events.types").XEventsTypes;
|
|
55
|
+
clickedSortEvent: keyof import("../../wiring/events.types").XEventsTypes;
|
|
56
|
+
}, {}, {
|
|
30
57
|
BaseDropdown: import("vue").DefineComponent<{}, {}, any>;
|
|
31
58
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
59
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-dropdown.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/components/sort/sort-dropdown.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAKhD;;;GAGG;;IAKC,kEAAkE;eACnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;IAC3D,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;;iCAyBE,IAAI;;;IAzCxC,kEAAkE;eACnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;IAC3D,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;AApBtC,wBAuDE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Sort } from '@empathyco/x-types';
|
|
2
2
|
import type { Component, PropType } from 'vue';
|
|
3
|
-
import type { VueCSSClasses } from '
|
|
4
|
-
import type { XEventsTypes } from '
|
|
3
|
+
import type { VueCSSClasses } from '../../utils/index';
|
|
4
|
+
import type { XEvent, XEventsTypes } from '../../wiring/index';
|
|
5
5
|
/**
|
|
6
6
|
* Sort list item options.
|
|
7
7
|
*/
|
|
@@ -15,32 +15,57 @@ interface SortListItem {
|
|
|
15
15
|
* also allows to change the selected sort programmatically.
|
|
16
16
|
*/
|
|
17
17
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
|
+
/** The transition to use for rendering the list. */
|
|
19
|
+
animation: {
|
|
20
|
+
type: PropType<string | Component>;
|
|
21
|
+
default: () => string;
|
|
22
|
+
};
|
|
18
23
|
/** The list of possible sort values. */
|
|
19
24
|
items: {
|
|
20
25
|
type: PropType<Sort[]>;
|
|
21
26
|
required: true;
|
|
22
27
|
};
|
|
28
|
+
selectedSort: {
|
|
29
|
+
type: PropType<Sort>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
selectedSortProvidedEvent: {
|
|
33
|
+
type: PropType<XEvent>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
clickedSortEvent: {
|
|
37
|
+
type: PropType<XEvent>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
}>, {
|
|
41
|
+
listItems: import("vue").ComputedRef<SortListItem[]>;
|
|
42
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
43
|
/** The transition to use for rendering the list. */
|
|
24
44
|
animation: {
|
|
25
45
|
type: PropType<string | Component>;
|
|
26
46
|
default: () => string;
|
|
27
47
|
};
|
|
28
|
-
}>, {
|
|
29
|
-
listItems: import("vue").ComputedRef<SortListItem[]>;
|
|
30
|
-
selectedSort: import("vue").ComputedRef<string>;
|
|
31
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
48
|
/** The list of possible sort values. */
|
|
33
49
|
items: {
|
|
34
50
|
type: PropType<Sort[]>;
|
|
35
51
|
required: true;
|
|
36
52
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
53
|
+
selectedSort: {
|
|
54
|
+
type: PropType<Sort>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
selectedSortProvidedEvent: {
|
|
58
|
+
type: PropType<XEvent>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
clickedSortEvent: {
|
|
62
|
+
type: PropType<XEvent>;
|
|
63
|
+
default: string;
|
|
41
64
|
};
|
|
42
65
|
}>> & Readonly<{}>, {
|
|
43
66
|
animation: string | Component;
|
|
67
|
+
selectedSortProvidedEvent: keyof XEventsTypes;
|
|
68
|
+
clickedSortEvent: keyof XEventsTypes;
|
|
44
69
|
}, {}, {
|
|
45
70
|
BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
|
|
46
71
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/components/sort/sort-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACtD,OAAO,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAK9D;;GAEG;AACH,UAAU,YAAY;IACpB,IAAI,EAAE,IAAI,CAAA;IACV,UAAU,EAAE,aAAa,CAAA;IACzB,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;CAC7B;AAED;;;GAGG;;IAKC,oDAAoD;;cAExB,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAGxD,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;;;;IAnBlC,oDAAoD;;cAExB,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAGxD,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;AAvBtC,wBA0DE"}
|
|
@@ -1,41 +1,76 @@
|
|
|
1
1
|
import type { Sort } from '@empathyco/x-types';
|
|
2
2
|
import type { Component, PropType } from 'vue';
|
|
3
|
-
import type {
|
|
3
|
+
import type { VueCSSClasses } from '../../utils/types';
|
|
4
|
+
import type { XEventsTypes } from '../../wiring/events.types';
|
|
5
|
+
import type { XEvent } from '../../wiring/index';
|
|
6
|
+
/**
|
|
7
|
+
* Sort Picker item options.
|
|
8
|
+
*/
|
|
9
|
+
export interface SortPickerItem {
|
|
10
|
+
item: Sort;
|
|
11
|
+
cssClasses: VueCSSClasses;
|
|
12
|
+
event: Partial<XEventsTypes>;
|
|
13
|
+
}
|
|
4
14
|
/**
|
|
5
15
|
* The `SortPickerList` component allows user to select the search results order. This component
|
|
6
16
|
* also allows to change the selected sort programmatically.
|
|
7
17
|
*/
|
|
8
18
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
19
|
+
/** The transition to use for rendering the list. */
|
|
20
|
+
animation: {
|
|
21
|
+
type: PropType<string | Component>;
|
|
22
|
+
default: () => string;
|
|
23
|
+
};
|
|
9
24
|
/** The list of possible sort values. */
|
|
10
25
|
items: {
|
|
11
26
|
type: PropType<Sort[]>;
|
|
12
27
|
required: true;
|
|
13
28
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
29
|
+
selectedSort: {
|
|
30
|
+
type: PropType<Sort>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
selectedSortProvidedEvent: {
|
|
34
|
+
type: PropType<XEvent>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
clickedSortEvent: {
|
|
38
|
+
type: PropType<XEvent>;
|
|
39
|
+
default: string;
|
|
18
40
|
};
|
|
19
41
|
/** Class inherited by each sort button. */
|
|
20
42
|
buttonClass: StringConstructor;
|
|
21
43
|
}>, {
|
|
22
44
|
listItems: import("vue").ComputedRef<SortPickerItem[]>;
|
|
23
|
-
selectedSort: import("vue").ComputedRef<string>;
|
|
24
45
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
/** The transition to use for rendering the list. */
|
|
47
|
+
animation: {
|
|
48
|
+
type: PropType<string | Component>;
|
|
49
|
+
default: () => string;
|
|
50
|
+
};
|
|
25
51
|
/** The list of possible sort values. */
|
|
26
52
|
items: {
|
|
27
53
|
type: PropType<Sort[]>;
|
|
28
54
|
required: true;
|
|
29
55
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
56
|
+
selectedSort: {
|
|
57
|
+
type: PropType<Sort>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
selectedSortProvidedEvent: {
|
|
61
|
+
type: PropType<XEvent>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
clickedSortEvent: {
|
|
65
|
+
type: PropType<XEvent>;
|
|
66
|
+
default: string;
|
|
34
67
|
};
|
|
35
68
|
/** Class inherited by each sort button. */
|
|
36
69
|
buttonClass: StringConstructor;
|
|
37
70
|
}>> & Readonly<{}>, {
|
|
38
71
|
animation: string | Component;
|
|
72
|
+
selectedSortProvidedEvent: keyof XEventsTypes;
|
|
73
|
+
clickedSortEvent: keyof XEventsTypes;
|
|
39
74
|
}, {}, {
|
|
40
75
|
BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
|
|
41
76
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-picker-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/components/sort/sort-picker-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAKhD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,IAAI,CAAA;IACV,UAAU,EAAE,aAAa,CAAA;IACzB,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;CAC7B;AAED;;;GAGG;;IAKC,oDAAoD;;cAExB,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAGxD,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;IAGlC,2CAA2C;;;;;IAtB3C,oDAAoD;;cAExB,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAGxD,wCAAwC;;cAEvB,QAAQ,CAAC,IAAI,EAAE,CAAC;;;;cAIf,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,CAAC;;;IAGlC,2CAA2C;;;;;;;;;AA1B/C,wBA2DE"}
|
|
@@ -82,6 +82,8 @@ export interface UseAliasAPI {
|
|
|
82
82
|
readonly browseTotalResults: number;
|
|
83
83
|
/** The {@link SearchXModule} selected sort. */
|
|
84
84
|
readonly selectedSort: string;
|
|
85
|
+
/** The {@link BrowseXModule} selected sort. */
|
|
86
|
+
readonly browseSelectedSort: string;
|
|
85
87
|
/** The {@link SearchXModule} price specific stats. */
|
|
86
88
|
readonly priceStats: {
|
|
87
89
|
min: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-alias-api.d.ts","sourceRoot":"","sources":["../../../../src/composables/use-alias-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,KAAK,EACL,MAAM,EACN,YAAY,EACZ,SAAS,EACT,aAAa,EACb,WAAW,EACX,aAAa,EACb,UAAU,EACV,MAAM,EACN,aAAa,EACb,UAAU,EACX,MAAM,oBAAoB,CAAA;AAC3B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAA;AAC3E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAA;AAMtE;;;;;;GAMG;AACH,wBAAgB,WAAW,IAAI,WAAW,
|
|
1
|
+
{"version":3,"file":"use-alias-api.d.ts","sourceRoot":"","sources":["../../../../src/composables/use-alias-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/browse/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/browse/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA"}
|
|
@@ -142,7 +142,7 @@ export declare const browseWiring: {
|
|
|
142
142
|
ReloadBrowseRequested: {
|
|
143
143
|
resetBrowseStateForReloadWire: import("../../wiring").AnyWire;
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
SelectedBrowseSortProvided: {
|
|
146
146
|
setBrowseSort: import("../../wiring").Wire<string>;
|
|
147
147
|
};
|
|
148
148
|
ExtraParamsChanged: {
|
|
@@ -158,6 +158,11 @@ export declare const browseWiring: {
|
|
|
158
158
|
resetBrowseStateForReloadWire: import("../../wiring").AnyWire;
|
|
159
159
|
cancelFetchAndSaveBrowseResponseWire: import("../../wiring").AnyWire;
|
|
160
160
|
};
|
|
161
|
+
UserAcceptedAQuery: {
|
|
162
|
+
clearBrowseQuery: import("../../wiring").AnyWire;
|
|
163
|
+
resetBrowseStateForReloadWire: import("../../wiring").AnyWire;
|
|
164
|
+
cancelFetchAndSaveBrowseResponseWire: import("../../wiring").AnyWire;
|
|
165
|
+
};
|
|
161
166
|
UserClickedOutOfMainModal: {
|
|
162
167
|
clearBrowseQuery: import("../../wiring").AnyWire;
|
|
163
168
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/browse/wiring.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AA6CpD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,gCAEhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAAyD,CAAA;AAE1F;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,2DAA6C,CAAA;AAExF;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,oEAAgD,CAAA;AAEpG;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,4EAAoC,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAG3B,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,oEAAmC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,wDAA+B,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+EAA0B,CAAA;AAE3D;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,gCAAkD,CAAA;AAE5F;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gCAAsC,CAAA;AAEzE;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,gCAAmD,CAAA;AAEnG;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,gCAElD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAA0C,CAAA;AAE3E;;;;;GAKG;AACH,eAAO,MAAM,kCAAkC,gCAM9C,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,+BAA+B,2DAE3C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/browse/wiring.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AA6CpD;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,gCAEhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAAyD,CAAA;AAE1F;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,2DAA6C,CAAA;AAExF;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,oEAAgD,CAAA;AAEpG;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,4EAAoC,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,gCAG3B,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,oEAAmC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,wDAA+B,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,aAAa,qCAAwB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+EAA0B,CAAA;AAE3D;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,gCAAkD,CAAA;AAE5F;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gCAAsC,CAAA;AAEzE;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,gCAAmD,CAAA;AAEnG;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,gCAElD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,gCAA0C,CAAA;AAE3E;;;;;GAKG;AACH,eAAO,MAAM,kCAAkC,gCAM9C,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,+BAA+B,2DAE3C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DvB,CAAA"}
|
|
@@ -7,9 +7,6 @@ export { default as Promoted } from './promoted.vue';
|
|
|
7
7
|
export { default as PromotedsList } from './promoteds-list.vue';
|
|
8
8
|
export { default as Redirection } from './redirection.vue';
|
|
9
9
|
export { default as ResultsList } from './results-list.vue';
|
|
10
|
-
export { default as SortDropdown } from './sort-dropdown.vue';
|
|
11
|
-
export { default as SortList } from './sort-list.vue';
|
|
12
|
-
export { default as SortPickerList } from './sort-picker-list.vue';
|
|
13
10
|
export { default as SpellcheckButton } from './spellcheck-button.vue';
|
|
14
11
|
export { default as Spellcheck } from './spellcheck.vue';
|
|
15
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/search/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/search/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AACrE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA"}
|