@empathyco/x-components 6.0.0-alpha.16 → 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 +14 -0
- package/design-system/deprecated-full-theme.css +1261 -1261
- 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.multicolumnmaxwidthlayout.md +3 -3
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- 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 +1723 -7412
- package/report/x-components.api.md +143 -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/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
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
* so only `<transition>` components are allowed.
|
|
25
25
|
*/
|
|
26
26
|
animation: {
|
|
27
|
-
type:
|
|
27
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
28
28
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
29
29
|
};
|
|
30
30
|
/** Time to wait without receiving any keystroke before resetting the items search query. */
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
* so only `<transition>` components are allowed.
|
|
76
76
|
*/
|
|
77
77
|
animation: {
|
|
78
|
-
type:
|
|
78
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
79
79
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
80
80
|
};
|
|
81
81
|
/** Time to wait without receiving any keystroke before resetting the items search query. */
|
|
@@ -86,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
86
|
}>> & {
|
|
87
87
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}, {
|
|
89
|
-
animation: string |
|
|
89
|
+
animation: string | Function | Record<string, any>;
|
|
90
90
|
searchTimeoutMs: number;
|
|
91
91
|
}, {}>;
|
|
92
92
|
export default _default;
|
|
@@ -22,7 +22,7 @@ interface GridItem {
|
|
|
22
22
|
declare const _default: import("vue").DefineComponent<{
|
|
23
23
|
/** Animation component that will be used to animate the base grid. */
|
|
24
24
|
animation: {
|
|
25
|
-
type:
|
|
25
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
55
|
/** Animation component that will be used to animate the base grid. */
|
|
56
56
|
animation: {
|
|
57
|
-
type:
|
|
57
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
type: PropType<ListItem[]>;
|
|
75
75
|
};
|
|
76
76
|
}>>, {
|
|
77
|
-
animation: string |
|
|
77
|
+
animation: string | Function | Record<string, any>;
|
|
78
78
|
columns: number;
|
|
79
79
|
}, {}>;
|
|
80
80
|
export default _default;
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
* @public
|
|
16
16
|
*/
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
/**
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
50
|
animation: {
|
|
51
|
-
type:
|
|
51
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
70
|
default: number;
|
|
71
71
|
};
|
|
72
72
|
}>>, {
|
|
73
|
-
animation: string |
|
|
73
|
+
animation: string | Function | Record<string, any>;
|
|
74
74
|
columns: number;
|
|
75
75
|
}, {}>;
|
|
76
76
|
export default _default;
|
|
@@ -9,7 +9,7 @@ import { ListItem } from '../utils/types';
|
|
|
9
9
|
declare const _default: import("vue").DefineComponent<{
|
|
10
10
|
/** Animation component that will be used to animate the list. */
|
|
11
11
|
animation: {
|
|
12
|
-
type:
|
|
12
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
/** List of items. */
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
/** Animation component that will be used to animate the list. */
|
|
32
32
|
animation: {
|
|
33
|
-
type:
|
|
33
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
/** List of items. */
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
/** Item's classes. */
|
|
42
42
|
itemClass: StringConstructor;
|
|
43
43
|
}>>, {
|
|
44
|
-
animation: string |
|
|
44
|
+
animation: string | Function | Record<string, any>;
|
|
45
45
|
}, {}>;
|
|
46
46
|
export default _default;
|
|
47
47
|
//# sourceMappingURL=items-list.vue?vue&type=script&lang.d.ts.map
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
/** The animation used for the Main Aside. */
|
|
10
10
|
asideAnimation: {
|
|
11
|
-
type:
|
|
11
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
12
12
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
13
13
|
};
|
|
14
14
|
/** Enables the devMode, which shows the available slots to use with its names. */
|
|
@@ -16,13 +16,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
/** The animation used for the Main Aside. */
|
|
18
18
|
asideAnimation: {
|
|
19
|
-
type:
|
|
19
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
20
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
21
21
|
};
|
|
22
22
|
/** Enables the devMode, which shows the available slots to use with its names. */
|
|
23
23
|
devMode: BooleanConstructor;
|
|
24
24
|
}>>, {
|
|
25
|
-
asideAnimation: string |
|
|
25
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
26
26
|
devMode: boolean;
|
|
27
27
|
}, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
/** The animation used for the Main Aside. */
|
|
10
10
|
asideAnimation: {
|
|
11
|
-
type:
|
|
11
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
12
12
|
default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
13
13
|
};
|
|
14
14
|
/** Enables the devMode, which shows the available slots to use with its names. */
|
|
@@ -16,13 +16,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
/** The animation used for the Main Aside. */
|
|
18
18
|
asideAnimation: {
|
|
19
|
-
type:
|
|
19
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
20
|
default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
21
21
|
};
|
|
22
22
|
/** Enables the devMode, which shows the available slots to use with its names. */
|
|
23
23
|
devMode: BooleanConstructor;
|
|
24
24
|
}>>, {
|
|
25
|
-
asideAnimation: string |
|
|
25
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
26
26
|
devMode: boolean;
|
|
27
27
|
}, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
/** Animation to use for opening/closing the modal. */
|
|
31
|
-
animation:
|
|
31
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
32
32
|
}, {
|
|
33
33
|
isOpen: import("vue").Ref<boolean>;
|
|
34
34
|
openerElement: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
53
|
/** Animation to use for opening/closing the modal. */
|
|
54
|
-
animation:
|
|
54
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
55
55
|
}>>, {
|
|
56
56
|
eventsToOpenModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
|
|
57
57
|
eventsToCloseModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
* Animation to use for opening/closing the modal.
|
|
12
12
|
*/
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
};
|
|
16
16
|
/**
|
|
17
17
|
* The modalId to use for the open and close event listeners.
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
* Animation to use for opening/closing the modal.
|
|
30
30
|
*/
|
|
31
31
|
animation: {
|
|
32
|
-
type:
|
|
32
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
35
35
|
* The modalId to use for the open and close event listeners.
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
referenceSelector: StringConstructor;
|
|
27
27
|
/** Animation to use for opening/closing the modal.This animation only affects the content. */
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
* a fade transition.
|
|
35
35
|
*/
|
|
36
36
|
overlayAnimation: {
|
|
37
|
-
type:
|
|
37
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
38
38
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
39
39
|
};
|
|
40
40
|
/** Class inherited by content element. */
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
referenceSelector: StringConstructor;
|
|
69
69
|
/** Animation to use for opening/closing the modal.This animation only affects the content. */
|
|
70
70
|
animation: {
|
|
71
|
-
type:
|
|
71
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
72
72
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
73
73
|
};
|
|
74
74
|
/**
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
* a fade transition.
|
|
77
77
|
*/
|
|
78
78
|
overlayAnimation: {
|
|
79
|
-
type:
|
|
79
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
80
80
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
81
81
|
};
|
|
82
82
|
/** Class inherited by content element. */
|
|
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
"onFocusin:body"?: ((...args: any[]) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
focusOnOpen: boolean;
|
|
91
|
-
animation: string |
|
|
92
|
-
overlayAnimation: string |
|
|
91
|
+
animation: string | Function | Record<string, any>;
|
|
92
|
+
overlayAnimation: string | Function | Record<string, any>;
|
|
93
93
|
}, {}>;
|
|
94
94
|
export default _default;
|
|
95
95
|
//# sourceMappingURL=base-modal.vue?vue&type=script&lang.d.ts.map
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
* @public
|
|
12
12
|
*/
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
};
|
|
16
16
|
/**
|
|
17
17
|
* Events to listen for closing the main modal.
|
|
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
* @public
|
|
50
50
|
*/
|
|
51
51
|
animation: {
|
|
52
|
-
type:
|
|
52
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* Events to listen for closing the main modal.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
declare const _default: import("vue").DefineComponent<{
|
|
8
8
|
/** Animation component that will be used to animate the base-toggle-panel. */
|
|
9
9
|
animation: {
|
|
10
|
-
type:
|
|
10
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
11
11
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
12
12
|
};
|
|
13
13
|
/** Handles if the panel is open by default. */
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
/** Animation component that will be used to animate the base-toggle-panel. */
|
|
22
22
|
animation: {
|
|
23
|
-
type:
|
|
23
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
24
24
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
25
25
|
};
|
|
26
26
|
/** Handles if the panel is open by default. */
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
/** Class inherited by content element. */
|
|
29
29
|
headerClass: StringConstructor;
|
|
30
30
|
}>>, {
|
|
31
|
-
animation: string |
|
|
31
|
+
animation: string | Function | Record<string, any>;
|
|
32
32
|
startCollapsed: boolean;
|
|
33
33
|
}, {}>;
|
|
34
34
|
export default _default;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
/** Animation component that will be used to animate the panel content. */
|
|
20
20
|
animation: {
|
|
21
|
-
type:
|
|
21
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
22
22
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
23
23
|
};
|
|
24
24
|
/**
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
};
|
|
40
40
|
/** Animation component that will be used to animate the panel content. */
|
|
41
41
|
animation: {
|
|
42
|
-
type:
|
|
42
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
43
43
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
}>>, {
|
|
54
54
|
startOpen: boolean;
|
|
55
|
-
animation: string |
|
|
55
|
+
animation: string | Function | Record<string, any>;
|
|
56
56
|
}, {}>;
|
|
57
57
|
export default _default;
|
|
58
58
|
//# sourceMappingURL=base-id-toggle-panel.vue?vue&type=script&lang.d.ts.map
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
* @public
|
|
11
11
|
*/
|
|
12
12
|
tabsAnimation: {
|
|
13
|
-
type:
|
|
13
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
/**
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
* @public
|
|
20
20
|
*/
|
|
21
21
|
contentAnimation: {
|
|
22
|
-
type:
|
|
22
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
23
23
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
65
|
tabsAnimation: {
|
|
66
|
-
type:
|
|
66
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
contentAnimation: {
|
|
75
|
-
type:
|
|
75
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
76
76
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
@@ -102,8 +102,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
/** Class inherited by content element. */
|
|
103
103
|
tabsListClass: StringConstructor;
|
|
104
104
|
}>>, {
|
|
105
|
-
tabsAnimation: string |
|
|
106
|
-
contentAnimation: string |
|
|
105
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
106
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
107
107
|
initialTab: string;
|
|
108
108
|
allowTabDeselect: boolean;
|
|
109
109
|
}, {}>;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
animation: {
|
|
24
|
-
type:
|
|
24
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -41,11 +41,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
* @public
|
|
42
42
|
*/
|
|
43
43
|
animation: {
|
|
44
|
-
type:
|
|
44
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
}>>, {
|
|
48
|
-
animation: string |
|
|
48
|
+
animation: string | Function | Record<string, any>;
|
|
49
49
|
}, {}>;
|
|
50
50
|
export default _default;
|
|
51
51
|
//# sourceMappingURL=base-toggle-panel.vue?vue&type=script&lang.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Result } from '@empathyco/x-types';
|
|
2
|
-
import {
|
|
2
|
+
import { PropType, Ref } from 'vue';
|
|
3
3
|
/**
|
|
4
4
|
* Component to be reused that renders an `<img>`.
|
|
5
5
|
*
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
declare const _default: DefineComponent<{
|
|
8
|
+
declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
/** (Required) The {@link @empathyco/x-types#Result} information. */
|
|
10
10
|
result: {
|
|
11
11
|
type: PropType<Result>;
|
|
@@ -16,12 +16,12 @@ declare const _default: DefineComponent<{
|
|
|
16
16
|
* image fallback.
|
|
17
17
|
*/
|
|
18
18
|
loadAnimation: {
|
|
19
|
-
type:
|
|
20
|
-
default: () => DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
19
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
20
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
21
21
|
};
|
|
22
22
|
/** Animation to use when switching between the loaded image and the hover image. */
|
|
23
23
|
hoverAnimation: {
|
|
24
|
-
type:
|
|
24
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* Indicates if the next valid image should be displayed on hover.
|
|
@@ -38,7 +38,7 @@ declare const _default: DefineComponent<{
|
|
|
38
38
|
isHovering: Ref<boolean>;
|
|
39
39
|
userHasHoveredImage: Ref<boolean>;
|
|
40
40
|
loaderStyles: Partial<CSSStyleDeclaration>;
|
|
41
|
-
animation: import("vue").ComputedRef<string |
|
|
41
|
+
animation: import("vue").ComputedRef<string | Record<string, any>>;
|
|
42
42
|
imageSrc: import("vue").ComputedRef<string>;
|
|
43
43
|
shouldLoadNextImage: import("vue").ComputedRef<boolean>;
|
|
44
44
|
flagImageAsFailed: () => void;
|
|
@@ -54,12 +54,12 @@ declare const _default: DefineComponent<{
|
|
|
54
54
|
* image fallback.
|
|
55
55
|
*/
|
|
56
56
|
loadAnimation: {
|
|
57
|
-
type:
|
|
58
|
-
default: () => DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
57
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
58
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
59
59
|
};
|
|
60
60
|
/** Animation to use when switching between the loaded image and the hover image. */
|
|
61
61
|
hoverAnimation: {
|
|
62
|
-
type:
|
|
62
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Indicates if the next valid image should be displayed on hover.
|
|
@@ -71,7 +71,7 @@ declare const _default: DefineComponent<{
|
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
}>>, {
|
|
74
|
-
loadAnimation: string |
|
|
74
|
+
loadAnimation: string | Function | Record<string, any>;
|
|
75
75
|
showNextImageOnHover: boolean;
|
|
76
76
|
}, {}>;
|
|
77
77
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-result-image.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,
|
|
1
|
+
{"version":3,"file":"base-result-image.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAA6B,QAAQ,EAAE,GAAG,EAAc,MAAM,KAAK,CAAC;AAI3E;;;;GAIG;;IAIC,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;;;;;;;;;IArBH,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;AAxBP,wBAqKG"}
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
24
24
|
animation: {
|
|
25
|
-
type:
|
|
25
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
animation: {
|
|
75
|
-
type:
|
|
75
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
76
76
|
default: string;
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
/** Class inherited by content element. */
|
|
104
104
|
suggestionItemClass: StringConstructor;
|
|
105
105
|
}>>, {
|
|
106
|
-
animation: string |
|
|
106
|
+
animation: string | Function | Record<string, any>;
|
|
107
107
|
showFacets: boolean;
|
|
108
108
|
showPlainSuggestion: boolean;
|
|
109
109
|
}, {}>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import { DefineComponent, PropType } from 'vue';
|
|
2
1
|
/**
|
|
3
2
|
* Type for animations props.
|
|
4
3
|
*
|
|
4
|
+
* @remarks
|
|
5
|
+
* String for 'ul'
|
|
6
|
+
* Object for `DefineComponent` type
|
|
7
|
+
* Function for `() => NoElement`
|
|
8
|
+
*
|
|
5
9
|
* @public
|
|
6
10
|
*/
|
|
7
|
-
export declare const AnimationProp:
|
|
11
|
+
export declare const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
8
12
|
//# sourceMappingURL=animation-prop.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animation-prop.d.ts","sourceRoot":"","sources":["../../../src/types/animation-prop.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"animation-prop.d.ts","sourceRoot":"","sources":["../../../src/types/animation-prop.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,iEAA6B,CAAC"}
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
/** Animation component that will be used to animate the empathize. */
|
|
20
20
|
animation: {
|
|
21
|
-
type:
|
|
21
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
22
22
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
23
23
|
};
|
|
24
24
|
}, {
|
|
@@ -40,13 +40,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
};
|
|
41
41
|
/** Animation component that will be used to animate the empathize. */
|
|
42
42
|
animation: {
|
|
43
|
-
type:
|
|
43
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
44
44
|
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
45
45
|
};
|
|
46
46
|
}>>, {
|
|
47
47
|
eventsToOpenEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
48
48
|
eventsToCloseEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
49
|
-
animation: string |
|
|
49
|
+
animation: string | Function | Record<string, any>;
|
|
50
50
|
}, {}>;
|
|
51
51
|
export default _default;
|
|
52
52
|
//# sourceMappingURL=empathize.vue?vue&type=script&lang.d.ts.map
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
alwaysVisible: BooleanConstructor;
|
|
28
28
|
/** Animation component that will be used to animate the facets. */
|
|
29
29
|
animation: {
|
|
30
|
-
type:
|
|
30
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
alwaysVisible: BooleanConstructor;
|
|
63
63
|
/** Animation component that will be used to animate the facets. */
|
|
64
64
|
animation: {
|
|
65
|
-
type:
|
|
65
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
68
|
/**
|
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
renderableFacets: StringConstructor;
|
|
88
88
|
}>>, {
|
|
89
89
|
alwaysVisible: boolean;
|
|
90
|
-
animation: string |
|
|
90
|
+
animation: string | Function | Record<string, any>;
|
|
91
91
|
}, {}>;
|
|
92
92
|
export default _default;
|
|
93
93
|
//# sourceMappingURL=facets.vue?vue&type=script&lang.d.ts.map
|