@empathyco/x-components 6.0.0-alpha.13 → 6.0.0-alpha.15

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/design-system/deprecated-full-theme.css +482 -481
  3. package/docs/API-reference/api/x-components.animationprop.md +1 -1
  4. package/docs/API-reference/api/x-components.bannerslist.md +3 -3
  5. package/docs/API-reference/api/x-components.basedropdown.md +5 -5
  6. package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
  7. package/docs/API-reference/api/x-components.basegrid.md +3 -3
  8. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
  9. package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
  10. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  11. package/docs/API-reference/api/x-components.basemodal.md +10 -10
  12. package/docs/API-reference/api/x-components.baseresultimage.md +2 -2
  13. package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
  14. package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
  15. package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
  16. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
  17. package/docs/API-reference/api/x-components.empathize.md +5 -5
  18. package/docs/API-reference/api/x-components.filterslist.md +3 -3
  19. package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -2
  20. package/docs/API-reference/api/x-components.identifierresults.md +3 -3
  21. package/docs/API-reference/api/x-components.mainmodal.md +2 -2
  22. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
  23. package/docs/API-reference/api/x-components.myhistory.md +3 -3
  24. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
  25. package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
  26. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  27. package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
  28. package/docs/API-reference/api/x-components.recommendations.md +3 -3
  29. package/docs/API-reference/api/x-components.relatedpromptslist.md +3 -3
  30. package/docs/API-reference/api/x-components.relatedtags.md +3 -3
  31. package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
  32. package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
  33. package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
  34. package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
  35. package/js/types/animation-prop.js.map +1 -1
  36. package/package.json +3 -3
  37. package/report/x-components.api.json +111 -111
  38. package/report/x-components.api.md +111 -111
  39. package/types/components/base-dropdown.vue.d.ts +5 -5
  40. package/types/components/base-grid.vue.d.ts +3 -3
  41. package/types/components/base-variable-column-grid.vue.d.ts +3 -3
  42. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
  43. package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
  44. package/types/components/modals/base-events-modal.vue.d.ts +2 -2
  45. package/types/components/modals/base-id-modal.vue.d.ts +2 -2
  46. package/types/components/modals/base-modal.vue.d.ts +10 -10
  47. package/types/components/modals/main-modal.vue.d.ts +2 -2
  48. package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
  49. package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
  50. package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
  51. package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
  52. package/types/components/result/base-result-image.vue.d.ts +2 -2
  53. package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
  54. package/types/types/animation-prop.d.ts +1 -1
  55. package/types/types/animation-prop.d.ts.map +1 -1
  56. package/types/x-modules/empathize/components/empathize.vue.d.ts +5 -5
  57. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -2
  58. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
  59. package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
  60. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
  61. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
  62. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
  63. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
  64. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +3 -3
  65. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
  66. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
  67. package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
  68. package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
  69. package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
  70. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
  71. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
@@ -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: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
212
+ export const AnimationProp: PropType<string | DefineComponent<{}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
415
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
422
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
423
423
  default: string;
424
424
  };
425
425
  }>>, {
426
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
426
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
427
427
  }, {}>;
428
428
 
429
429
  export { BarCodeIcon }
@@ -523,8 +523,8 @@ required: true;
523
523
  };
524
524
  ariaLabel: StringConstructor;
525
525
  animation: {
526
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
527
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
526
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
527
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
528
528
  };
529
529
  searchTimeoutMs: {
530
530
  type: NumberConstructor;
@@ -566,8 +566,8 @@ required: true;
566
566
  };
567
567
  ariaLabel: StringConstructor;
568
568
  animation: {
569
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
570
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
569
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
570
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
571
571
  };
572
572
  searchTimeoutMs: {
573
573
  type: NumberConstructor;
@@ -576,7 +576,7 @@ default: number;
576
576
  }>> & {
577
577
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
578
578
  }, {
579
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
579
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
619
+ animation: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
638
+ animation: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
695
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
717
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
718
718
  default: string;
719
719
  };
720
720
  columns: {
@@ -725,15 +725,15 @@ items: {
725
725
  type: PropType<ListItem[]>;
726
726
  };
727
727
  }>>, {
728
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
728
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
729
729
  columns: number;
730
730
  }, {}>;
731
731
 
732
732
  // @public
733
733
  export const BaseHeaderTogglePanel: DefineComponent< {
734
734
  animation: {
735
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
736
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
735
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
736
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
737
737
  };
738
738
  startCollapsed: BooleanConstructor;
739
739
  headerClass: StringConstructor;
@@ -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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
746
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
745
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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 | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
751
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
752
752
  startCollapsed: boolean;
753
753
  }, {}>;
754
754
 
755
755
  // @public
756
756
  export const BaseIdModal: DefineComponent< {
757
757
  animation: {
758
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
758
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
770
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
771
771
  };
772
772
  modalId: {
773
773
  type: StringConstructor;
@@ -812,8 +812,8 @@ type: BooleanConstructor;
812
812
  default: boolean;
813
813
  };
814
814
  animation: {
815
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
816
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
815
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
816
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
817
817
  };
818
818
  panelId: {
819
819
  type: StringConstructor;
@@ -827,8 +827,8 @@ type: BooleanConstructor;
827
827
  default: boolean;
828
828
  };
829
829
  animation: {
830
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
831
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
830
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
831
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
832
832
  };
833
833
  panelId: {
834
834
  type: StringConstructor;
@@ -836,7 +836,7 @@ required: true;
836
836
  };
837
837
  }>>, {
838
838
  startOpen: boolean;
839
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
839
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
840
840
  }, {}>;
841
841
 
842
842
  // @public
@@ -906,12 +906,12 @@ default: boolean;
906
906
  };
907
907
  referenceSelector: StringConstructor;
908
908
  animation: {
909
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
910
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
909
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
910
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
911
911
  };
912
912
  overlayAnimation: {
913
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
914
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
913
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
914
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
915
915
  };
916
916
  contentClass: StringConstructor;
917
917
  overlayClass: StringConstructor;
@@ -931,12 +931,12 @@ default: boolean;
931
931
  };
932
932
  referenceSelector: StringConstructor;
933
933
  animation: {
934
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
935
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
934
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
935
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
936
936
  };
937
937
  overlayAnimation: {
938
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
939
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
938
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
939
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
940
940
  };
941
941
  contentClass: StringConstructor;
942
942
  overlayClass: StringConstructor;
@@ -945,8 +945,8 @@ overlayClass: StringConstructor;
945
945
  "onFocusin:body"?: ((...args: any[]) => any) | undefined;
946
946
  }, {
947
947
  focusOnOpen: boolean;
948
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
949
- overlayAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
948
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
949
+ overlayAnimation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
950
950
  }, {}>;
951
951
 
952
952
  export { BasePlaceholderImage }
@@ -1080,7 +1080,7 @@ export const BaseResultImage: DefineComponent<{
1080
1080
  };
1081
1081
  loadAnimation: {
1082
1082
  type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1083
- default: () => DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1083
+ default: () => DefineComponent<{}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1084
1084
  };
1085
1085
  hoverAnimation: {
1086
1086
  type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
@@ -1107,7 +1107,7 @@ required: true;
1107
1107
  };
1108
1108
  loadAnimation: {
1109
1109
  type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1110
- default: () => DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1110
+ default: () => DefineComponent<{}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1111
1111
  };
1112
1112
  hoverAnimation: {
1113
1113
  type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
@@ -1341,7 +1341,7 @@ type: PropType<Suggestion[]>;
1341
1341
  required: true;
1342
1342
  };
1343
1343
  animation: {
1344
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1344
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1367
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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 | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1381
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1382
1382
  showFacets: boolean;
1383
1383
  showPlainSuggestion: boolean;
1384
1384
  }, {}>;
@@ -1406,12 +1406,12 @@ modelValue: boolean;
1406
1406
  // @public
1407
1407
  export const BaseTabsPanel: DefineComponent< {
1408
1408
  tabsAnimation: {
1409
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1409
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1410
1410
  default: string;
1411
1411
  };
1412
1412
  contentAnimation: {
1413
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1414
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1413
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1414
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1415
1415
  };
1416
1416
  initialTab: {
1417
1417
  type: StringConstructor;
@@ -1435,12 +1435,12 @@ selectTab: (tab: string) => void;
1435
1435
  tabIsSelected: (tab: string) => boolean;
1436
1436
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1437
1437
  tabsAnimation: {
1438
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1438
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1439
1439
  default: string;
1440
1440
  };
1441
1441
  contentAnimation: {
1442
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1443
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1442
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1443
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1444
1444
  };
1445
1445
  initialTab: {
1446
1446
  type: StringConstructor;
@@ -1455,8 +1455,8 @@ contentClass: StringConstructor;
1455
1455
  tabClass: StringConstructor;
1456
1456
  tabsListClass: StringConstructor;
1457
1457
  }>>, {
1458
- tabsAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1459
- contentAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1458
+ tabsAnimation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1459
+ contentAnimation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1471
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1480
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1481
1481
  default: string;
1482
1482
  };
1483
1483
  }>>, {
1484
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1484
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1485
1485
  }, {}>;
1486
1486
 
1487
1487
  // @public
1488
1488
  export const BaseVariableColumnGrid: DefineComponent< {
1489
1489
  animation: {
1490
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1490
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1505
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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 | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1514
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1515
1515
  columns: number;
1516
1516
  }, {}>;
1517
1517
 
@@ -2130,8 +2130,8 @@ type: PropType<(keyof XEventsTypes)[]>;
2130
2130
  default: () => string[];
2131
2131
  };
2132
2132
  animation: {
2133
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2134
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2133
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2134
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2135
2135
  };
2136
2136
  }, {
2137
2137
  close: () => void;
@@ -2149,13 +2149,13 @@ type: PropType<(keyof XEventsTypes)[]>;
2149
2149
  default: () => string[];
2150
2150
  };
2151
2151
  animation: {
2152
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2153
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2152
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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 | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2158
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2159
2159
  }, {}>;
2160
2160
 
2161
2161
  // @public
@@ -2885,7 +2885,7 @@ type: PropType<string | number>;
2885
2885
  required: false;
2886
2886
  };
2887
2887
  animation: {
2888
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2888
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2902
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2903
2903
  default: string;
2904
2904
  };
2905
2905
  }>>, {
2906
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2906
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3370
+ childrenAnimation: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3549
+ childrenAnimation: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3854
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3863
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3864
3864
  default: string;
3865
3865
  };
3866
3866
  maxItemsToRender: NumberConstructor;
3867
3867
  }>>, {
3868
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
3868
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
3869
3869
  }, {}>;
3870
3870
 
3871
3871
  // @public
@@ -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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4135
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4155
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4271
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4270
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4277
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4276
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4277
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4278
4278
  };
4279
4279
  devMode: BooleanConstructor;
4280
4280
  }>>, {
4281
- asideAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4281
+ asideAnimation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4305
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4320
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
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 | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4329
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4330
4330
  locale: string;
4331
4331
  }, {}>;
4332
4332
 
@@ -4457,7 +4457,7 @@ export interface NextQueriesGetters {
4457
4457
  // @public
4458
4458
  export const NextQueriesList: DefineComponent< {
4459
4459
  animation: {
4460
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4460
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4461
4461
  default: string;
4462
4462
  };
4463
4463
  offset: {
@@ -4481,7 +4481,7 @@ default: boolean;
4481
4481
  [key: string]: any;
4482
4482
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4483
4483
  animation: {
4484
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4484
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4485
4485
  default: string;
4486
4486
  };
4487
4487
  offset: {
@@ -4502,7 +4502,7 @@ type: BooleanConstructor;
4502
4502
  default: boolean;
4503
4503
  };
4504
4504
  }>>, {
4505
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4505
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4506
4506
  offset: number;
4507
4507
  frequency: number;
4508
4508
  maxNextQueriesPerGroup: number;
@@ -4743,7 +4743,7 @@ required: true;
4743
4743
  // @public
4744
4744
  export const PartialResultsList: DefineComponent< {
4745
4745
  animation: {
4746
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4746
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4747
4747
  default: string;
4748
4748
  };
4749
4749
  maxItemsToRender: {
@@ -4754,7 +4754,7 @@ default: number;
4754
4754
  partialResults: ComputedRef<PartialResult[]>;
4755
4755
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4756
4756
  animation: {
4757
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4757
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4758
4758
  default: string;
4759
4759
  };
4760
4760
  maxItemsToRender: {
@@ -4762,7 +4762,7 @@ type: NumberConstructor;
4762
4762
  default: number;
4763
4763
  };
4764
4764
  }>>, {
4765
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4765
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4766
4766
  maxItemsToRender: number;
4767
4767
  }, {}>;
4768
4768
 
@@ -4944,18 +4944,18 @@ titleClass: StringConstructor;
4944
4944
  // @public
4945
4945
  export const PromotedsList: DefineComponent< {
4946
4946
  animation: {
4947
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4947
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4948
4948
  default: string;
4949
4949
  };
4950
4950
  }, () => VNode<RendererNode, RendererElement, {
4951
4951
  [key: string]: any;
4952
4952
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4953
4953
  animation: {
4954
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4954
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4955
4955
  default: string;
4956
4956
  };
4957
4957
  }>>, {
4958
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4958
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4959
4959
  }, {}>;
4960
4960
 
4961
4961
  // @public
@@ -5207,7 +5207,7 @@ default: number;
5207
5207
  };
5208
5208
  persistInCache: BooleanConstructor;
5209
5209
  animation: {
5210
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5210
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5211
5211
  default: string;
5212
5212
  };
5213
5213
  }, {
@@ -5231,13 +5231,13 @@ default: number;
5231
5231
  };
5232
5232
  persistInCache: BooleanConstructor;
5233
5233
  animation: {
5234
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5234
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5235
5235
  default: string;
5236
5236
  };
5237
5237
  }>>, {
5238
5238
  debounceTimeMs: number;
5239
5239
  persistInCache: boolean;
5240
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5240
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5241
5241
  }, {}>;
5242
5242
 
5243
5243
  // @public
@@ -5408,7 +5408,7 @@ export class RawFilterEntity implements FilterEntity {
5408
5408
  // @public
5409
5409
  export const Recommendations: DefineComponent< {
5410
5410
  animation: {
5411
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5411
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5412
5412
  default: string;
5413
5413
  };
5414
5414
  maxItemsToRender: NumberConstructor;
@@ -5416,12 +5416,12 @@ maxItemsToRender: NumberConstructor;
5416
5416
  recommendations: ComputedRef<Result[]>;
5417
5417
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5418
5418
  animation: {
5419
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5419
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5420
5420
  default: string;
5421
5421
  };
5422
5422
  maxItemsToRender: NumberConstructor;
5423
5423
  }>>, {
5424
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5424
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5425
5425
  }, {}>;
5426
5426
 
5427
5427
  // @public
@@ -5591,7 +5591,7 @@ export interface RelatedPromptsGetters {
5591
5591
  // @public
5592
5592
  export const RelatedPromptsList: DefineComponent< {
5593
5593
  animation: {
5594
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5594
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5595
5595
  default: string;
5596
5596
  };
5597
5597
  offset: {
@@ -5618,7 +5618,7 @@ default: boolean;
5618
5618
  [key: string]: any;
5619
5619
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5620
5620
  animation: {
5621
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5621
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5622
5622
  default: string;
5623
5623
  };
5624
5624
  offset: {
@@ -5642,7 +5642,7 @@ type: BooleanConstructor;
5642
5642
  default: boolean;
5643
5643
  };
5644
5644
  }>>, {
5645
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5645
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5646
5646
  offset: number;
5647
5647
  frequency: number;
5648
5648
  maxRelatedPromptsPerGroup: number;
@@ -5738,7 +5738,7 @@ highlightCurated: boolean;
5738
5738
  // @public
5739
5739
  export const RelatedTags: DefineComponent< {
5740
5740
  animation: {
5741
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5741
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5742
5742
  default: string;
5743
5743
  };
5744
5744
  maxItemsToRender: NumberConstructor;
@@ -5751,7 +5751,7 @@ itemClass: StringConstructor;
5751
5751
  relatedTags: ComputedRef<RelatedTag_2[]>;
5752
5752
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5753
5753
  animation: {
5754
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5754
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5755
5755
  default: string;
5756
5756
  };
5757
5757
  maxItemsToRender: NumberConstructor;
@@ -5761,7 +5761,7 @@ default: boolean;
5761
5761
  };
5762
5762
  itemClass: StringConstructor;
5763
5763
  }>>, {
5764
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5764
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5765
5765
  highlightCurated: boolean;
5766
5766
  }, {}>;
5767
5767
 
@@ -6199,8 +6199,8 @@ export interface ScrollStatePayload extends Identifiable<string> {
6199
6199
  // @public
6200
6200
  export const ScrollToTop: DefineComponent< {
6201
6201
  animation: {
6202
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6203
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6202
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6203
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6204
6204
  };
6205
6205
  thresholdPx: NumberConstructor;
6206
6206
  scrollId: {
@@ -6212,8 +6212,8 @@ events: ComputedRef<Partial<XEventsTypes>>;
6212
6212
  isVisible: ComputedRef<any>;
6213
6213
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
6214
6214
  animation: {
6215
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6216
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6215
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6216
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6217
6217
  };
6218
6218
  thresholdPx: NumberConstructor;
6219
6219
  scrollId: {
@@ -6221,7 +6221,7 @@ type: StringConstructor;
6221
6221
  default: string;
6222
6222
  };
6223
6223
  }>>, {
6224
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6224
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6225
6225
  scrollId: string;
6226
6226
  }, {}>;
6227
6227
 
@@ -6511,7 +6511,7 @@ type: PropType<string[]>;
6511
6511
  required: true;
6512
6512
  };
6513
6513
  animation: {
6514
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6514
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6515
6515
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6516
6516
  };
6517
6517
  animationIntervalMs: {
@@ -6528,7 +6528,7 @@ type: PropType<string[]>;
6528
6528
  required: true;
6529
6529
  };
6530
6530
  animation: {
6531
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6531
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6532
6532
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6533
6533
  };
6534
6534
  animationIntervalMs: {
@@ -6537,7 +6537,7 @@ default: number;
6537
6537
  };
6538
6538
  animateOnlyOnHover: BooleanConstructor;
6539
6539
  }>>, {
6540
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6540
+ animation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6541
6541
  animationIntervalMs: number;
6542
6542
  animateOnlyOnHover: boolean;
6543
6543
  }, {}>;
@@ -7314,18 +7314,18 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
7314
7314
  // @public @deprecated
7315
7315
  export const SingleColumnLayout: DefineComponent< {
7316
7316
  asideAnimation: {
7317
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7317
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7318
7318
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7319
7319
  };
7320
7320
  devMode: BooleanConstructor;
7321
7321
  }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7322
7322
  asideAnimation: {
7323
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7323
+ type: PropType<string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7324
7324
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7325
7325
  };
7326
7326
  devMode: BooleanConstructor;
7327
7327
  }>>, {
7328
- asideAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7328
+ asideAnimation: string | DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7329
7329
  devMode: boolean;
7330
7330
  }, {}>;
7331
7331
 
@@ -7641,7 +7641,7 @@ export const SortDropdown: Vue.DefineComponent<{
7641
7641
  animation: Vue.PropType<string | typeof Vue>;
7642
7642
  }, {
7643
7643
  emitUserClickedASort: (sort: Sort) => void;
7644
- rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, {}, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
7644
+ rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
7645
7645
  selectedSort: Vue.ComputedRef<any>;
7646
7646
  }, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
7647
7647
  items: {