@empathyco/x-components 6.0.0-alpha.15 → 6.0.0-alpha.17
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 +23 -0
- package/design-system/deprecated-full-theme.css +1150 -1150
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.basedropdown.md +3 -3
- package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basemodal.md +6 -6
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.basetabspanel.md +6 -6
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.empathize.md +3 -3
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.filterslist.md +3 -3
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-components.identifierresults.md +3 -3
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.md +1 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +3 -3
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.recommendations.md +3 -3
- package/docs/API-reference/api/x-components.relatedpromptslist.md +3 -3
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
- package/docs/API-reference/components/common/x-components.items-list.md +1 -1
- package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
- package/docs/API-reference/components/search/x-components.results-list.md +1 -1
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +2 -2
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +3 -3
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/types/animation-prop.js +5 -0
- package/js/types/animation-prop.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/store/module.js +10 -0
- package/js/x-modules/related-prompts/store/module.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +14 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +2 -2
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1833 -7431
- package/report/x-components.api.md +151 -133
- package/types/components/base-dropdown.vue.d.ts +3 -3
- package/types/components/base-grid.vue.d.ts +3 -3
- package/types/components/base-variable-column-grid.vue.d.ts +3 -3
- package/types/components/items-list.vue.d.ts +3 -3
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +3 -3
- package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal.vue.d.ts +2 -2
- package/types/components/modals/base-id-modal.vue.d.ts +2 -2
- package/types/components/modals/base-modal.vue.d.ts +6 -6
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +3 -3
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +3 -3
- package/types/components/panels/base-tabs-panel.vue.d.ts +6 -6
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-image.vue.d.ts +10 -10
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/types/animation-prop.d.ts +6 -2
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +3 -3
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -2
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
- package/types/x-modules/next-queries/index.d.ts +1 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/types.d.ts +16 -0
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/wiring.d.ts +6 -0
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +3 -3
- package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
|
@@ -209,7 +209,7 @@ export const animateTranslate: (animationOrigin?: AnimationOrigin | undefined) =
|
|
|
209
209
|
export const AnimateWidth: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
210
210
|
|
|
211
211
|
// @public
|
|
212
|
-
export const AnimationProp:
|
|
212
|
+
export const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
213
213
|
|
|
214
214
|
// @public
|
|
215
215
|
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
@@ -412,18 +412,18 @@ titleClass: StringConstructor;
|
|
|
412
412
|
// @public
|
|
413
413
|
export const BannersList: DefineComponent< {
|
|
414
414
|
animation: {
|
|
415
|
-
type:
|
|
415
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
416
416
|
default: string;
|
|
417
417
|
};
|
|
418
418
|
}, () => VNode<RendererNode, RendererElement, {
|
|
419
419
|
[key: string]: any;
|
|
420
420
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
421
421
|
animation: {
|
|
422
|
-
type:
|
|
422
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
423
423
|
default: string;
|
|
424
424
|
};
|
|
425
425
|
}>>, {
|
|
426
|
-
animation: string |
|
|
426
|
+
animation: string | Function | Record<string, any>;
|
|
427
427
|
}, {}>;
|
|
428
428
|
|
|
429
429
|
export { BarCodeIcon }
|
|
@@ -523,7 +523,7 @@ required: true;
|
|
|
523
523
|
};
|
|
524
524
|
ariaLabel: StringConstructor;
|
|
525
525
|
animation: {
|
|
526
|
-
type:
|
|
526
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
527
527
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
528
528
|
};
|
|
529
529
|
searchTimeoutMs: {
|
|
@@ -566,7 +566,7 @@ required: true;
|
|
|
566
566
|
};
|
|
567
567
|
ariaLabel: StringConstructor;
|
|
568
568
|
animation: {
|
|
569
|
-
type:
|
|
569
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
570
570
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
571
571
|
};
|
|
572
572
|
searchTimeoutMs: {
|
|
@@ -576,7 +576,7 @@ default: number;
|
|
|
576
576
|
}>> & {
|
|
577
577
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
578
578
|
}, {
|
|
579
|
-
animation: string |
|
|
579
|
+
animation: string | Function | Record<string, any>;
|
|
580
580
|
searchTimeoutMs: number;
|
|
581
581
|
}, {}>;
|
|
582
582
|
|
|
@@ -616,7 +616,7 @@ bodyClickEvent: {
|
|
|
616
616
|
type: PropType<keyof XEventsTypes>;
|
|
617
617
|
default: string;
|
|
618
618
|
};
|
|
619
|
-
animation:
|
|
619
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
620
620
|
}, {
|
|
621
621
|
isOpen: Ref<boolean>;
|
|
622
622
|
openerElement: Ref<HTMLElement | undefined>;
|
|
@@ -635,7 +635,7 @@ bodyClickEvent: {
|
|
|
635
635
|
type: PropType<keyof XEventsTypes>;
|
|
636
636
|
default: string;
|
|
637
637
|
};
|
|
638
|
-
animation:
|
|
638
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
639
639
|
}>>, {
|
|
640
640
|
eventsToOpenModal: (keyof XEventsTypes)[];
|
|
641
641
|
eventsToCloseModal: (keyof XEventsTypes)[];
|
|
@@ -692,7 +692,7 @@ export abstract class BaseFilterEntityModifier<Metadata extends Dictionary = Dic
|
|
|
692
692
|
// @public
|
|
693
693
|
export const BaseGrid: DefineComponent< {
|
|
694
694
|
animation: {
|
|
695
|
-
type:
|
|
695
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
696
696
|
default: string;
|
|
697
697
|
};
|
|
698
698
|
columns: {
|
|
@@ -714,7 +714,7 @@ slots: Readonly<{
|
|
|
714
714
|
}>;
|
|
715
715
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
716
716
|
animation: {
|
|
717
|
-
type:
|
|
717
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
718
718
|
default: string;
|
|
719
719
|
};
|
|
720
720
|
columns: {
|
|
@@ -725,14 +725,14 @@ items: {
|
|
|
725
725
|
type: PropType<ListItem[]>;
|
|
726
726
|
};
|
|
727
727
|
}>>, {
|
|
728
|
-
animation: string |
|
|
728
|
+
animation: string | Function | Record<string, any>;
|
|
729
729
|
columns: number;
|
|
730
730
|
}, {}>;
|
|
731
731
|
|
|
732
732
|
// @public
|
|
733
733
|
export const BaseHeaderTogglePanel: DefineComponent< {
|
|
734
734
|
animation: {
|
|
735
|
-
type:
|
|
735
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
736
736
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
737
737
|
};
|
|
738
738
|
startCollapsed: BooleanConstructor;
|
|
@@ -742,20 +742,20 @@ open: Ref<boolean>;
|
|
|
742
742
|
toggleOpen: () => void;
|
|
743
743
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
744
744
|
animation: {
|
|
745
|
-
type:
|
|
745
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
746
746
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
747
747
|
};
|
|
748
748
|
startCollapsed: BooleanConstructor;
|
|
749
749
|
headerClass: StringConstructor;
|
|
750
750
|
}>>, {
|
|
751
|
-
animation: string |
|
|
751
|
+
animation: string | Function | Record<string, any>;
|
|
752
752
|
startCollapsed: boolean;
|
|
753
753
|
}, {}>;
|
|
754
754
|
|
|
755
755
|
// @public
|
|
756
756
|
export const BaseIdModal: DefineComponent< {
|
|
757
757
|
animation: {
|
|
758
|
-
type:
|
|
758
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
759
759
|
};
|
|
760
760
|
modalId: {
|
|
761
761
|
type: StringConstructor;
|
|
@@ -767,7 +767,7 @@ isOpen: Ref<boolean>;
|
|
|
767
767
|
emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void;
|
|
768
768
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
769
769
|
animation: {
|
|
770
|
-
type:
|
|
770
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
771
771
|
};
|
|
772
772
|
modalId: {
|
|
773
773
|
type: StringConstructor;
|
|
@@ -812,7 +812,7 @@ type: BooleanConstructor;
|
|
|
812
812
|
default: boolean;
|
|
813
813
|
};
|
|
814
814
|
animation: {
|
|
815
|
-
type:
|
|
815
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
816
816
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
817
817
|
};
|
|
818
818
|
panelId: {
|
|
@@ -827,7 +827,7 @@ type: BooleanConstructor;
|
|
|
827
827
|
default: boolean;
|
|
828
828
|
};
|
|
829
829
|
animation: {
|
|
830
|
-
type:
|
|
830
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
831
831
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
832
832
|
};
|
|
833
833
|
panelId: {
|
|
@@ -836,7 +836,7 @@ required: true;
|
|
|
836
836
|
};
|
|
837
837
|
}>>, {
|
|
838
838
|
startOpen: boolean;
|
|
839
|
-
animation: string |
|
|
839
|
+
animation: string | Function | Record<string, any>;
|
|
840
840
|
}, {}>;
|
|
841
841
|
|
|
842
842
|
// @public
|
|
@@ -906,11 +906,11 @@ default: boolean;
|
|
|
906
906
|
};
|
|
907
907
|
referenceSelector: StringConstructor;
|
|
908
908
|
animation: {
|
|
909
|
-
type:
|
|
909
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
910
910
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
911
911
|
};
|
|
912
912
|
overlayAnimation: {
|
|
913
|
-
type:
|
|
913
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
914
914
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
915
915
|
};
|
|
916
916
|
contentClass: StringConstructor;
|
|
@@ -931,11 +931,11 @@ default: boolean;
|
|
|
931
931
|
};
|
|
932
932
|
referenceSelector: StringConstructor;
|
|
933
933
|
animation: {
|
|
934
|
-
type:
|
|
934
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
935
935
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
936
936
|
};
|
|
937
937
|
overlayAnimation: {
|
|
938
|
-
type:
|
|
938
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
939
939
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
940
940
|
};
|
|
941
941
|
contentClass: StringConstructor;
|
|
@@ -945,8 +945,8 @@ overlayClass: StringConstructor;
|
|
|
945
945
|
"onFocusin:body"?: ((...args: any[]) => any) | undefined;
|
|
946
946
|
}, {
|
|
947
947
|
focusOnOpen: boolean;
|
|
948
|
-
animation: string |
|
|
949
|
-
overlayAnimation: string |
|
|
948
|
+
animation: string | Function | Record<string, any>;
|
|
949
|
+
overlayAnimation: string | Function | Record<string, any>;
|
|
950
950
|
}, {}>;
|
|
951
951
|
|
|
952
952
|
export { BasePlaceholderImage }
|
|
@@ -1073,52 +1073,52 @@ type: StringConstructor;
|
|
|
1073
1073
|
}>>, {}, {}>;
|
|
1074
1074
|
|
|
1075
1075
|
// @public
|
|
1076
|
-
export const BaseResultImage: DefineComponent<{
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1076
|
+
export const BaseResultImage: DefineComponent< {
|
|
1077
|
+
result: {
|
|
1078
|
+
type: PropType<Result>;
|
|
1079
|
+
required: true;
|
|
1080
|
+
};
|
|
1081
|
+
loadAnimation: {
|
|
1082
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1083
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1084
|
+
};
|
|
1085
|
+
hoverAnimation: {
|
|
1086
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1087
|
+
};
|
|
1088
|
+
showNextImageOnHover: {
|
|
1089
|
+
type: BooleanConstructor;
|
|
1090
|
+
default: boolean;
|
|
1091
|
+
};
|
|
1092
1092
|
}, {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1093
|
+
pendingImages: Ref<string[]>;
|
|
1094
|
+
loadedImages: Ref<string[]>;
|
|
1095
|
+
isHovering: Ref<boolean>;
|
|
1096
|
+
userHasHoveredImage: Ref<boolean>;
|
|
1097
|
+
loaderStyles: Partial<CSSStyleDeclaration>;
|
|
1098
|
+
animation: ComputedRef<string | Record<string, any>>;
|
|
1099
|
+
imageSrc: ComputedRef<string>;
|
|
1100
|
+
shouldLoadNextImage: ComputedRef<boolean>;
|
|
1101
|
+
flagImageAsFailed: () => void;
|
|
1102
|
+
flagImageLoaded: () => void;
|
|
1103
1103
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1104
1104
|
result: {
|
|
1105
1105
|
type: PropType<Result>;
|
|
1106
1106
|
required: true;
|
|
1107
1107
|
};
|
|
1108
1108
|
loadAnimation: {
|
|
1109
|
-
type:
|
|
1110
|
-
default: () => DefineComponent<{}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1109
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1110
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1111
1111
|
};
|
|
1112
1112
|
hoverAnimation: {
|
|
1113
|
-
type:
|
|
1113
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1114
1114
|
};
|
|
1115
1115
|
showNextImageOnHover: {
|
|
1116
1116
|
type: BooleanConstructor;
|
|
1117
1117
|
default: boolean;
|
|
1118
1118
|
};
|
|
1119
1119
|
}>>, {
|
|
1120
|
-
|
|
1121
|
-
|
|
1120
|
+
loadAnimation: string | Function | Record<string, any>;
|
|
1121
|
+
showNextImageOnHover: boolean;
|
|
1122
1122
|
}, {}>;
|
|
1123
1123
|
|
|
1124
1124
|
// @public
|
|
@@ -1341,7 +1341,7 @@ type: PropType<Suggestion[]>;
|
|
|
1341
1341
|
required: true;
|
|
1342
1342
|
};
|
|
1343
1343
|
animation: {
|
|
1344
|
-
type:
|
|
1344
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1345
1345
|
default: string;
|
|
1346
1346
|
};
|
|
1347
1347
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1364,7 +1364,7 @@ type: PropType<Suggestion[]>;
|
|
|
1364
1364
|
required: true;
|
|
1365
1365
|
};
|
|
1366
1366
|
animation: {
|
|
1367
|
-
type:
|
|
1367
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1368
1368
|
default: string;
|
|
1369
1369
|
};
|
|
1370
1370
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1378,7 +1378,7 @@ default: boolean;
|
|
|
1378
1378
|
};
|
|
1379
1379
|
suggestionItemClass: StringConstructor;
|
|
1380
1380
|
}>>, {
|
|
1381
|
-
animation: string |
|
|
1381
|
+
animation: string | Function | Record<string, any>;
|
|
1382
1382
|
showFacets: boolean;
|
|
1383
1383
|
showPlainSuggestion: boolean;
|
|
1384
1384
|
}, {}>;
|
|
@@ -1406,11 +1406,11 @@ modelValue: boolean;
|
|
|
1406
1406
|
// @public
|
|
1407
1407
|
export const BaseTabsPanel: DefineComponent< {
|
|
1408
1408
|
tabsAnimation: {
|
|
1409
|
-
type:
|
|
1409
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1410
1410
|
default: string;
|
|
1411
1411
|
};
|
|
1412
1412
|
contentAnimation: {
|
|
1413
|
-
type:
|
|
1413
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1414
1414
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1415
1415
|
};
|
|
1416
1416
|
initialTab: {
|
|
@@ -1435,11 +1435,11 @@ selectTab: (tab: string) => void;
|
|
|
1435
1435
|
tabIsSelected: (tab: string) => boolean;
|
|
1436
1436
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1437
1437
|
tabsAnimation: {
|
|
1438
|
-
type:
|
|
1438
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1439
1439
|
default: string;
|
|
1440
1440
|
};
|
|
1441
1441
|
contentAnimation: {
|
|
1442
|
-
type:
|
|
1442
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1443
1443
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1444
1444
|
};
|
|
1445
1445
|
initialTab: {
|
|
@@ -1455,8 +1455,8 @@ contentClass: StringConstructor;
|
|
|
1455
1455
|
tabClass: StringConstructor;
|
|
1456
1456
|
tabsListClass: StringConstructor;
|
|
1457
1457
|
}>>, {
|
|
1458
|
-
tabsAnimation: string |
|
|
1459
|
-
contentAnimation: string |
|
|
1458
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
1459
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
1460
1460
|
initialTab: string;
|
|
1461
1461
|
allowTabDeselect: boolean;
|
|
1462
1462
|
}, {}>;
|
|
@@ -1468,7 +1468,7 @@ type: BooleanConstructor;
|
|
|
1468
1468
|
required: true;
|
|
1469
1469
|
};
|
|
1470
1470
|
animation: {
|
|
1471
|
-
type:
|
|
1471
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1472
1472
|
default: string;
|
|
1473
1473
|
};
|
|
1474
1474
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -1477,17 +1477,17 @@ type: BooleanConstructor;
|
|
|
1477
1477
|
required: true;
|
|
1478
1478
|
};
|
|
1479
1479
|
animation: {
|
|
1480
|
-
type:
|
|
1480
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1481
1481
|
default: string;
|
|
1482
1482
|
};
|
|
1483
1483
|
}>>, {
|
|
1484
|
-
animation: string |
|
|
1484
|
+
animation: string | Function | Record<string, any>;
|
|
1485
1485
|
}, {}>;
|
|
1486
1486
|
|
|
1487
1487
|
// @public
|
|
1488
1488
|
export const BaseVariableColumnGrid: DefineComponent< {
|
|
1489
1489
|
animation: {
|
|
1490
|
-
type:
|
|
1490
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1491
1491
|
default: string;
|
|
1492
1492
|
};
|
|
1493
1493
|
items: PropType<ListItem[]>;
|
|
@@ -1502,7 +1502,7 @@ slots: Readonly<{
|
|
|
1502
1502
|
}>;
|
|
1503
1503
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1504
1504
|
animation: {
|
|
1505
|
-
type:
|
|
1505
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1506
1506
|
default: string;
|
|
1507
1507
|
};
|
|
1508
1508
|
items: PropType<ListItem[]>;
|
|
@@ -1511,7 +1511,7 @@ type: NumberConstructor;
|
|
|
1511
1511
|
default: number;
|
|
1512
1512
|
};
|
|
1513
1513
|
}>>, {
|
|
1514
|
-
animation: string |
|
|
1514
|
+
animation: string | Function | Record<string, any>;
|
|
1515
1515
|
columns: number;
|
|
1516
1516
|
}, {}>;
|
|
1517
1517
|
|
|
@@ -2130,7 +2130,7 @@ type: PropType<(keyof XEventsTypes)[]>;
|
|
|
2130
2130
|
default: () => string[];
|
|
2131
2131
|
};
|
|
2132
2132
|
animation: {
|
|
2133
|
-
type:
|
|
2133
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2134
2134
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2135
2135
|
};
|
|
2136
2136
|
}, {
|
|
@@ -2149,13 +2149,13 @@ type: PropType<(keyof XEventsTypes)[]>;
|
|
|
2149
2149
|
default: () => string[];
|
|
2150
2150
|
};
|
|
2151
2151
|
animation: {
|
|
2152
|
-
type:
|
|
2152
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2153
2153
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2154
2154
|
};
|
|
2155
2155
|
}>>, {
|
|
2156
2156
|
eventsToOpenEmpathize: (keyof XEventsTypes)[];
|
|
2157
2157
|
eventsToCloseEmpathize: (keyof XEventsTypes)[];
|
|
2158
|
-
animation: string |
|
|
2158
|
+
animation: string | Function | Record<string, any>;
|
|
2159
2159
|
}, {}>;
|
|
2160
2160
|
|
|
2161
2161
|
// @public
|
|
@@ -2430,7 +2430,7 @@ export const Facets: DefineComponent< {
|
|
|
2430
2430
|
facetsIds: PropType<(string | number)[]>;
|
|
2431
2431
|
alwaysVisible: BooleanConstructor;
|
|
2432
2432
|
animation: {
|
|
2433
|
-
type:
|
|
2433
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2434
2434
|
default: string;
|
|
2435
2435
|
};
|
|
2436
2436
|
renderableFacets: StringConstructor;
|
|
@@ -2443,13 +2443,13 @@ hasSlot: (name: string) => boolean;
|
|
|
2443
2443
|
facetsIds: PropType<(string | number)[]>;
|
|
2444
2444
|
alwaysVisible: BooleanConstructor;
|
|
2445
2445
|
animation: {
|
|
2446
|
-
type:
|
|
2446
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2447
2447
|
default: string;
|
|
2448
2448
|
};
|
|
2449
2449
|
renderableFacets: StringConstructor;
|
|
2450
2450
|
}>>, {
|
|
2451
2451
|
alwaysVisible: boolean;
|
|
2452
|
-
animation: string |
|
|
2452
|
+
animation: string | Function | Record<string, any>;
|
|
2453
2453
|
}, {}>;
|
|
2454
2454
|
|
|
2455
2455
|
// @public
|
|
@@ -2885,7 +2885,7 @@ type: PropType<string | number>;
|
|
|
2885
2885
|
required: false;
|
|
2886
2886
|
};
|
|
2887
2887
|
animation: {
|
|
2888
|
-
type:
|
|
2888
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2889
2889
|
default: string;
|
|
2890
2890
|
};
|
|
2891
2891
|
}, {
|
|
@@ -2899,11 +2899,11 @@ type: PropType<string | number>;
|
|
|
2899
2899
|
required: false;
|
|
2900
2900
|
};
|
|
2901
2901
|
animation: {
|
|
2902
|
-
type:
|
|
2902
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2903
2903
|
default: string;
|
|
2904
2904
|
};
|
|
2905
2905
|
}>>, {
|
|
2906
|
-
animation: string |
|
|
2906
|
+
animation: string | Function | Record<string, any>;
|
|
2907
2907
|
}, {}>;
|
|
2908
2908
|
|
|
2909
2909
|
// @public
|
|
@@ -3367,7 +3367,7 @@ filter: {
|
|
|
3367
3367
|
type: PropType<HierarchicalFilter_2>;
|
|
3368
3368
|
required: true;
|
|
3369
3369
|
};
|
|
3370
|
-
childrenAnimation:
|
|
3370
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3371
3371
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3372
3372
|
cssClasses: {
|
|
3373
3373
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3546,7 +3546,7 @@ filter: {
|
|
|
3546
3546
|
type: PropType<HierarchicalFilter_2>;
|
|
3547
3547
|
required: true;
|
|
3548
3548
|
};
|
|
3549
|
-
childrenAnimation:
|
|
3549
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3550
3550
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3551
3551
|
cssClasses: {
|
|
3552
3552
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3851,7 +3851,7 @@ required: true;
|
|
|
3851
3851
|
// @public
|
|
3852
3852
|
export const IdentifierResults: DefineComponent< {
|
|
3853
3853
|
animation: {
|
|
3854
|
-
type:
|
|
3854
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3855
3855
|
default: string;
|
|
3856
3856
|
};
|
|
3857
3857
|
maxItemsToRender: NumberConstructor;
|
|
@@ -3860,12 +3860,12 @@ identifierResults: ComputedRef<any>;
|
|
|
3860
3860
|
identifierResultsToRender: ComputedRef<Result[]>;
|
|
3861
3861
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3862
3862
|
animation: {
|
|
3863
|
-
type:
|
|
3863
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3864
3864
|
default: string;
|
|
3865
3865
|
};
|
|
3866
3866
|
maxItemsToRender: NumberConstructor;
|
|
3867
3867
|
}>>, {
|
|
3868
|
-
animation: string |
|
|
3868
|
+
animation: string | Function | Record<string, any>;
|
|
3869
3869
|
}, {}>;
|
|
3870
3870
|
|
|
3871
3871
|
// @public
|
|
@@ -4056,7 +4056,7 @@ export function isXComponent(component: ComponentPublicInstance): boolean;
|
|
|
4056
4056
|
// @public
|
|
4057
4057
|
export const ItemsList: DefineComponent< {
|
|
4058
4058
|
animation: {
|
|
4059
|
-
type:
|
|
4059
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4060
4060
|
default: string;
|
|
4061
4061
|
};
|
|
4062
4062
|
items: {
|
|
@@ -4074,7 +4074,7 @@ modelName: string;
|
|
|
4074
4074
|
}[]>;
|
|
4075
4075
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4076
4076
|
animation: {
|
|
4077
|
-
type:
|
|
4077
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4078
4078
|
default: string;
|
|
4079
4079
|
};
|
|
4080
4080
|
items: {
|
|
@@ -4083,7 +4083,7 @@ required: true;
|
|
|
4083
4083
|
};
|
|
4084
4084
|
itemClass: StringConstructor;
|
|
4085
4085
|
}>>, {
|
|
4086
|
-
animation: string |
|
|
4086
|
+
animation: string | Function | Record<string, any>;
|
|
4087
4087
|
}, {}>;
|
|
4088
4088
|
|
|
4089
4089
|
export { LightBulbOff }
|
|
@@ -4132,7 +4132,7 @@ export type Machine<SomeStatus extends string, SomeEvent extends string> = {
|
|
|
4132
4132
|
// @public
|
|
4133
4133
|
export const MainModal: DefineComponent< {
|
|
4134
4134
|
animation: {
|
|
4135
|
-
type:
|
|
4135
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4136
4136
|
};
|
|
4137
4137
|
closeEvents: {
|
|
4138
4138
|
type: PropType<(keyof XEventsTypes)[]>;
|
|
@@ -4152,7 +4152,7 @@ default: string;
|
|
|
4152
4152
|
};
|
|
4153
4153
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4154
4154
|
animation: {
|
|
4155
|
-
type:
|
|
4155
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4156
4156
|
};
|
|
4157
4157
|
closeEvents: {
|
|
4158
4158
|
type: PropType<(keyof XEventsTypes)[]>;
|
|
@@ -4267,18 +4267,18 @@ export type MonadicFunction = (someParam: any) => any;
|
|
|
4267
4267
|
// @public @deprecated
|
|
4268
4268
|
export const MultiColumnMaxWidthLayout: DefineComponent< {
|
|
4269
4269
|
asideAnimation: {
|
|
4270
|
-
type:
|
|
4270
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4271
4271
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
4272
4272
|
};
|
|
4273
4273
|
devMode: BooleanConstructor;
|
|
4274
4274
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4275
4275
|
asideAnimation: {
|
|
4276
|
-
type:
|
|
4276
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4277
4277
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
4278
4278
|
};
|
|
4279
4279
|
devMode: BooleanConstructor;
|
|
4280
4280
|
}>>, {
|
|
4281
|
-
asideAnimation: string |
|
|
4281
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
4282
4282
|
devMode: boolean;
|
|
4283
4283
|
}, {}>;
|
|
4284
4284
|
|
|
@@ -4302,7 +4302,7 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
|
|
|
4302
4302
|
// @public
|
|
4303
4303
|
export const MyHistory: DefineComponent< {
|
|
4304
4304
|
animation: {
|
|
4305
|
-
type:
|
|
4305
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4306
4306
|
default: string;
|
|
4307
4307
|
};
|
|
4308
4308
|
locale: {
|
|
@@ -4317,7 +4317,7 @@ historyQueries: ComputedRef<any>;
|
|
|
4317
4317
|
formatTime: (timestamp: number) => string;
|
|
4318
4318
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4319
4319
|
animation: {
|
|
4320
|
-
type:
|
|
4320
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4321
4321
|
default: string;
|
|
4322
4322
|
};
|
|
4323
4323
|
locale: {
|
|
@@ -4326,7 +4326,7 @@ default: string;
|
|
|
4326
4326
|
};
|
|
4327
4327
|
queriesListClass: StringConstructor;
|
|
4328
4328
|
}>>, {
|
|
4329
|
-
animation: string |
|
|
4329
|
+
animation: string | Function | Record<string, any>;
|
|
4330
4330
|
locale: string;
|
|
4331
4331
|
}, {}>;
|
|
4332
4332
|
|
|
@@ -4454,10 +4454,18 @@ export interface NextQueriesGetters {
|
|
|
4454
4454
|
request: NextQueriesRequest | null;
|
|
4455
4455
|
}
|
|
4456
4456
|
|
|
4457
|
+
// @public
|
|
4458
|
+
export interface NextQueriesGroup extends ListItem {
|
|
4459
|
+
// (undocumented)
|
|
4460
|
+
modelName: 'NextQueriesGroup';
|
|
4461
|
+
// (undocumented)
|
|
4462
|
+
nextQueries: NextQuery_2[];
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4457
4465
|
// @public
|
|
4458
4466
|
export const NextQueriesList: DefineComponent< {
|
|
4459
4467
|
animation: {
|
|
4460
|
-
type:
|
|
4468
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4461
4469
|
default: string;
|
|
4462
4470
|
};
|
|
4463
4471
|
offset: {
|
|
@@ -4481,7 +4489,7 @@ default: boolean;
|
|
|
4481
4489
|
[key: string]: any;
|
|
4482
4490
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4483
4491
|
animation: {
|
|
4484
|
-
type:
|
|
4492
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4485
4493
|
default: string;
|
|
4486
4494
|
};
|
|
4487
4495
|
offset: {
|
|
@@ -4502,7 +4510,7 @@ type: BooleanConstructor;
|
|
|
4502
4510
|
default: boolean;
|
|
4503
4511
|
};
|
|
4504
4512
|
}>>, {
|
|
4505
|
-
animation: string |
|
|
4513
|
+
animation: string | Function | Record<string, any>;
|
|
4506
4514
|
offset: number;
|
|
4507
4515
|
frequency: number;
|
|
4508
4516
|
maxNextQueriesPerGroup: number;
|
|
@@ -4743,7 +4751,7 @@ required: true;
|
|
|
4743
4751
|
// @public
|
|
4744
4752
|
export const PartialResultsList: DefineComponent< {
|
|
4745
4753
|
animation: {
|
|
4746
|
-
type:
|
|
4754
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4747
4755
|
default: string;
|
|
4748
4756
|
};
|
|
4749
4757
|
maxItemsToRender: {
|
|
@@ -4754,7 +4762,7 @@ default: number;
|
|
|
4754
4762
|
partialResults: ComputedRef<PartialResult[]>;
|
|
4755
4763
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4756
4764
|
animation: {
|
|
4757
|
-
type:
|
|
4765
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4758
4766
|
default: string;
|
|
4759
4767
|
};
|
|
4760
4768
|
maxItemsToRender: {
|
|
@@ -4762,7 +4770,7 @@ type: NumberConstructor;
|
|
|
4762
4770
|
default: number;
|
|
4763
4771
|
};
|
|
4764
4772
|
}>>, {
|
|
4765
|
-
animation: string |
|
|
4773
|
+
animation: string | Function | Record<string, any>;
|
|
4766
4774
|
maxItemsToRender: number;
|
|
4767
4775
|
}, {}>;
|
|
4768
4776
|
|
|
@@ -4944,18 +4952,18 @@ titleClass: StringConstructor;
|
|
|
4944
4952
|
// @public
|
|
4945
4953
|
export const PromotedsList: DefineComponent< {
|
|
4946
4954
|
animation: {
|
|
4947
|
-
type:
|
|
4955
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4948
4956
|
default: string;
|
|
4949
4957
|
};
|
|
4950
4958
|
}, () => VNode<RendererNode, RendererElement, {
|
|
4951
4959
|
[key: string]: any;
|
|
4952
4960
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4953
4961
|
animation: {
|
|
4954
|
-
type:
|
|
4962
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4955
4963
|
default: string;
|
|
4956
4964
|
};
|
|
4957
4965
|
}>>, {
|
|
4958
|
-
animation: string |
|
|
4966
|
+
animation: string | Function | Record<string, any>;
|
|
4959
4967
|
}, {}>;
|
|
4960
4968
|
|
|
4961
4969
|
// @public
|
|
@@ -5207,7 +5215,7 @@ default: number;
|
|
|
5207
5215
|
};
|
|
5208
5216
|
persistInCache: BooleanConstructor;
|
|
5209
5217
|
animation: {
|
|
5210
|
-
type:
|
|
5218
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5211
5219
|
default: string;
|
|
5212
5220
|
};
|
|
5213
5221
|
}, {
|
|
@@ -5231,13 +5239,13 @@ default: number;
|
|
|
5231
5239
|
};
|
|
5232
5240
|
persistInCache: BooleanConstructor;
|
|
5233
5241
|
animation: {
|
|
5234
|
-
type:
|
|
5242
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5235
5243
|
default: string;
|
|
5236
5244
|
};
|
|
5237
5245
|
}>>, {
|
|
5238
5246
|
debounceTimeMs: number;
|
|
5239
5247
|
persistInCache: boolean;
|
|
5240
|
-
animation: string |
|
|
5248
|
+
animation: string | Function | Record<string, any>;
|
|
5241
5249
|
}, {}>;
|
|
5242
5250
|
|
|
5243
5251
|
// @public
|
|
@@ -5408,7 +5416,7 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
5408
5416
|
// @public
|
|
5409
5417
|
export const Recommendations: DefineComponent< {
|
|
5410
5418
|
animation: {
|
|
5411
|
-
type:
|
|
5419
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5412
5420
|
default: string;
|
|
5413
5421
|
};
|
|
5414
5422
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5416,12 +5424,12 @@ maxItemsToRender: NumberConstructor;
|
|
|
5416
5424
|
recommendations: ComputedRef<Result[]>;
|
|
5417
5425
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5418
5426
|
animation: {
|
|
5419
|
-
type:
|
|
5427
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5420
5428
|
default: string;
|
|
5421
5429
|
};
|
|
5422
5430
|
maxItemsToRender: NumberConstructor;
|
|
5423
5431
|
}>>, {
|
|
5424
|
-
animation: string |
|
|
5432
|
+
animation: string | Function | Record<string, any>;
|
|
5425
5433
|
}, {}>;
|
|
5426
5434
|
|
|
5427
5435
|
// @public
|
|
@@ -5591,7 +5599,7 @@ export interface RelatedPromptsGetters {
|
|
|
5591
5599
|
// @public
|
|
5592
5600
|
export const RelatedPromptsList: DefineComponent< {
|
|
5593
5601
|
animation: {
|
|
5594
|
-
type:
|
|
5602
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5595
5603
|
default: string;
|
|
5596
5604
|
};
|
|
5597
5605
|
offset: {
|
|
@@ -5618,7 +5626,7 @@ default: boolean;
|
|
|
5618
5626
|
[key: string]: any;
|
|
5619
5627
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5620
5628
|
animation: {
|
|
5621
|
-
type:
|
|
5629
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5622
5630
|
default: string;
|
|
5623
5631
|
};
|
|
5624
5632
|
offset: {
|
|
@@ -5642,7 +5650,7 @@ type: BooleanConstructor;
|
|
|
5642
5650
|
default: boolean;
|
|
5643
5651
|
};
|
|
5644
5652
|
}>>, {
|
|
5645
|
-
animation: string |
|
|
5653
|
+
animation: string | Function | Record<string, any>;
|
|
5646
5654
|
offset: number;
|
|
5647
5655
|
frequency: number;
|
|
5648
5656
|
maxRelatedPromptsPerGroup: number;
|
|
@@ -5655,12 +5663,16 @@ export interface RelatedPromptsMutations extends StatusMutations, QueryMutations
|
|
|
5655
5663
|
resetRelatedPromptsState(): void;
|
|
5656
5664
|
setParams(params: Dictionary<unknown>): void;
|
|
5657
5665
|
setRelatedPromptsProducts(products: RelatedPrompt_2[]): void;
|
|
5666
|
+
setSelectedPrompt(index: number): void;
|
|
5667
|
+
setSelectedQuery(index: number): void;
|
|
5658
5668
|
}
|
|
5659
5669
|
|
|
5660
5670
|
// @public
|
|
5661
5671
|
export interface RelatedPromptsState extends StatusState, QueryState {
|
|
5662
5672
|
params: Dictionary<unknown>;
|
|
5663
5673
|
relatedPrompts: RelatedPrompt_2[];
|
|
5674
|
+
selectedPrompt: number;
|
|
5675
|
+
selectedQuery: number;
|
|
5664
5676
|
}
|
|
5665
5677
|
|
|
5666
5678
|
// @internal
|
|
@@ -5687,6 +5699,12 @@ export const relatedPromptsWiring: {
|
|
|
5687
5699
|
ExtraParamsChanged: {
|
|
5688
5700
|
setRelatedPromptsExtraParams: Wire<Dictionary<unknown>>;
|
|
5689
5701
|
};
|
|
5702
|
+
UserSelectedARelatedPrompt: {
|
|
5703
|
+
setSelectedPromptWire: Wire<number>;
|
|
5704
|
+
};
|
|
5705
|
+
UserSelectedARelatedPromptQuery: {
|
|
5706
|
+
setSelectedQueryWire: Wire<number>;
|
|
5707
|
+
};
|
|
5690
5708
|
};
|
|
5691
5709
|
|
|
5692
5710
|
// @public
|
|
@@ -5738,7 +5756,7 @@ highlightCurated: boolean;
|
|
|
5738
5756
|
// @public
|
|
5739
5757
|
export const RelatedTags: DefineComponent< {
|
|
5740
5758
|
animation: {
|
|
5741
|
-
type:
|
|
5759
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5742
5760
|
default: string;
|
|
5743
5761
|
};
|
|
5744
5762
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5751,7 +5769,7 @@ itemClass: StringConstructor;
|
|
|
5751
5769
|
relatedTags: ComputedRef<RelatedTag_2[]>;
|
|
5752
5770
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5753
5771
|
animation: {
|
|
5754
|
-
type:
|
|
5772
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5755
5773
|
default: string;
|
|
5756
5774
|
};
|
|
5757
5775
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5761,7 +5779,7 @@ default: boolean;
|
|
|
5761
5779
|
};
|
|
5762
5780
|
itemClass: StringConstructor;
|
|
5763
5781
|
}>>, {
|
|
5764
|
-
animation: string |
|
|
5782
|
+
animation: string | Function | Record<string, any>;
|
|
5765
5783
|
highlightCurated: boolean;
|
|
5766
5784
|
}, {}>;
|
|
5767
5785
|
|
|
@@ -6028,20 +6046,20 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
|
6028
6046
|
// @public
|
|
6029
6047
|
export const ResultsList: DefineComponent< {
|
|
6030
6048
|
animation: {
|
|
6031
|
-
type:
|
|
6049
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6032
6050
|
default: string;
|
|
6033
6051
|
};
|
|
6034
6052
|
}, () => VNode<RendererNode, RendererElement, {
|
|
6035
6053
|
[key: string]: any;
|
|
6036
6054
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "UserReachedResultsListEnd"[], "UserReachedResultsListEnd", PublicProps, Readonly<ExtractPropTypes< {
|
|
6037
6055
|
animation: {
|
|
6038
|
-
type:
|
|
6056
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6039
6057
|
default: string;
|
|
6040
6058
|
};
|
|
6041
6059
|
}>> & {
|
|
6042
6060
|
onUserReachedResultsListEnd?: ((...args: any[]) => any) | undefined;
|
|
6043
6061
|
}, {
|
|
6044
|
-
animation: string |
|
|
6062
|
+
animation: string | Function | Record<string, any>;
|
|
6045
6063
|
}, {}>;
|
|
6046
6064
|
|
|
6047
6065
|
// @public
|
|
@@ -6199,7 +6217,7 @@ export interface ScrollStatePayload extends Identifiable<string> {
|
|
|
6199
6217
|
// @public
|
|
6200
6218
|
export const ScrollToTop: DefineComponent< {
|
|
6201
6219
|
animation: {
|
|
6202
|
-
type:
|
|
6220
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6203
6221
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6204
6222
|
};
|
|
6205
6223
|
thresholdPx: NumberConstructor;
|
|
@@ -6212,7 +6230,7 @@ events: ComputedRef<Partial<XEventsTypes>>;
|
|
|
6212
6230
|
isVisible: ComputedRef<any>;
|
|
6213
6231
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6214
6232
|
animation: {
|
|
6215
|
-
type:
|
|
6233
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6216
6234
|
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6217
6235
|
};
|
|
6218
6236
|
thresholdPx: NumberConstructor;
|
|
@@ -6221,7 +6239,7 @@ type: StringConstructor;
|
|
|
6221
6239
|
default: string;
|
|
6222
6240
|
};
|
|
6223
6241
|
}>>, {
|
|
6224
|
-
animation: string |
|
|
6242
|
+
animation: string | Function | Record<string, any>;
|
|
6225
6243
|
scrollId: string;
|
|
6226
6244
|
}, {}>;
|
|
6227
6245
|
|
|
@@ -6511,7 +6529,7 @@ type: PropType<string[]>;
|
|
|
6511
6529
|
required: true;
|
|
6512
6530
|
};
|
|
6513
6531
|
animation: {
|
|
6514
|
-
type:
|
|
6532
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6515
6533
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6516
6534
|
};
|
|
6517
6535
|
animationIntervalMs: {
|
|
@@ -6528,7 +6546,7 @@ type: PropType<string[]>;
|
|
|
6528
6546
|
required: true;
|
|
6529
6547
|
};
|
|
6530
6548
|
animation: {
|
|
6531
|
-
type:
|
|
6549
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6532
6550
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6533
6551
|
};
|
|
6534
6552
|
animationIntervalMs: {
|
|
@@ -6537,7 +6555,7 @@ default: number;
|
|
|
6537
6555
|
};
|
|
6538
6556
|
animateOnlyOnHover: BooleanConstructor;
|
|
6539
6557
|
}>>, {
|
|
6540
|
-
animation: string |
|
|
6558
|
+
animation: string | Function | Record<string, any>;
|
|
6541
6559
|
animationIntervalMs: number;
|
|
6542
6560
|
animateOnlyOnHover: boolean;
|
|
6543
6561
|
}, {}>;
|
|
@@ -6741,7 +6759,7 @@ export const SelectedFiltersList: DefineComponent< {
|
|
|
6741
6759
|
facetsIds: PropType<(string | number)[]>;
|
|
6742
6760
|
alwaysVisible: BooleanConstructor;
|
|
6743
6761
|
animation: {
|
|
6744
|
-
type:
|
|
6762
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6745
6763
|
default: string;
|
|
6746
6764
|
};
|
|
6747
6765
|
}, {
|
|
@@ -6752,12 +6770,12 @@ hasSlot: (name: string) => boolean;
|
|
|
6752
6770
|
facetsIds: PropType<(string | number)[]>;
|
|
6753
6771
|
alwaysVisible: BooleanConstructor;
|
|
6754
6772
|
animation: {
|
|
6755
|
-
type:
|
|
6773
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6756
6774
|
default: string;
|
|
6757
6775
|
};
|
|
6758
6776
|
}>>, {
|
|
6759
6777
|
alwaysVisible: boolean;
|
|
6760
|
-
animation: string |
|
|
6778
|
+
animation: string | Function | Record<string, any>;
|
|
6761
6779
|
}, {}>;
|
|
6762
6780
|
|
|
6763
6781
|
// @public
|
|
@@ -7314,18 +7332,18 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
|
|
|
7314
7332
|
// @public @deprecated
|
|
7315
7333
|
export const SingleColumnLayout: DefineComponent< {
|
|
7316
7334
|
asideAnimation: {
|
|
7317
|
-
type:
|
|
7335
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7318
7336
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7319
7337
|
};
|
|
7320
7338
|
devMode: BooleanConstructor;
|
|
7321
7339
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7322
7340
|
asideAnimation: {
|
|
7323
|
-
type:
|
|
7341
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7324
7342
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7325
7343
|
};
|
|
7326
7344
|
devMode: BooleanConstructor;
|
|
7327
7345
|
}>>, {
|
|
7328
|
-
asideAnimation: string |
|
|
7346
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
7329
7347
|
devMode: boolean;
|
|
7330
7348
|
}, {}>;
|
|
7331
7349
|
|