@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
|
@@ -9,5 +9,10 @@ Type for animations props.
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
AnimationProp:
|
|
12
|
+
AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[]
|
|
13
13
|
```
|
|
14
|
+
|
|
15
|
+
## Remarks
|
|
16
|
+
|
|
17
|
+
String for 'ul' Object for `DefineComponent` type Function for `() => NoElement`
|
|
18
|
+
|
|
@@ -15,17 +15,17 @@ It also provides the parent slots to customize the items.
|
|
|
15
15
|
```typescript
|
|
16
16
|
_default: import("vue").DefineComponent<{
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
animation: {
|
|
25
|
-
type:
|
|
25
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
}>>, {
|
|
29
|
-
animation: string |
|
|
29
|
+
animation: string | Function | Record<string, any>;
|
|
30
30
|
}, {}>
|
|
31
31
|
```
|
|
@@ -21,7 +21,7 @@ _default: import("vue").DefineComponent<{
|
|
|
21
21
|
};
|
|
22
22
|
ariaLabel: StringConstructor;
|
|
23
23
|
animation: {
|
|
24
|
-
type:
|
|
24
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
25
25
|
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<{}>>, {}, {}>;
|
|
26
26
|
};
|
|
27
27
|
searchTimeoutMs: {
|
|
@@ -64,7 +64,7 @@ _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
ariaLabel: StringConstructor;
|
|
66
66
|
animation: {
|
|
67
|
-
type:
|
|
67
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
68
68
|
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<{}>>, {}, {}>;
|
|
69
69
|
};
|
|
70
70
|
searchTimeoutMs: {
|
|
@@ -74,7 +74,7 @@ _default: import("vue").DefineComponent<{
|
|
|
74
74
|
}>> & {
|
|
75
75
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
animation: string |
|
|
77
|
+
animation: string | Function | Record<string, any>;
|
|
78
78
|
searchTimeoutMs: number;
|
|
79
79
|
}, {}>
|
|
80
80
|
```
|
|
@@ -22,7 +22,7 @@ _default: import("vue").DefineComponent<{
|
|
|
22
22
|
type: PropType<keyof import("../../wiring/events.types").XEventsTypes>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
|
-
animation:
|
|
25
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
26
|
}, {
|
|
27
27
|
isOpen: import("vue").Ref<boolean>;
|
|
28
28
|
openerElement: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -41,7 +41,7 @@ _default: import("vue").DefineComponent<{
|
|
|
41
41
|
type: PropType<keyof import("../../wiring/events.types").XEventsTypes>;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
|
-
animation:
|
|
44
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
45
45
|
}>>, {
|
|
46
46
|
eventsToOpenModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
|
|
47
47
|
eventsToCloseModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
|
|
@@ -11,7 +11,7 @@ Grid component that is able to render different items based on their modelName v
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
columns: {
|
|
@@ -33,7 +33,7 @@ _default: import("vue").DefineComponent<{
|
|
|
33
33
|
}>;
|
|
34
34
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
animation: {
|
|
36
|
-
type:
|
|
36
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
columns: {
|
|
@@ -44,7 +44,7 @@ _default: import("vue").DefineComponent<{
|
|
|
44
44
|
type: PropType<ListItem[]>;
|
|
45
45
|
};
|
|
46
46
|
}>>, {
|
|
47
|
-
animation: string |
|
|
47
|
+
animation: string | Function | Record<string, any>;
|
|
48
48
|
columns: number;
|
|
49
49
|
}, {}>
|
|
50
50
|
```
|
|
@@ -11,7 +11,7 @@ Toggle panel which uses the base toggle panel, adds a header and manage the open
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
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<{}>>, {}, {}>;
|
|
16
16
|
};
|
|
17
17
|
startCollapsed: BooleanConstructor;
|
|
@@ -21,13 +21,13 @@ _default: import("vue").DefineComponent<{
|
|
|
21
21
|
toggleOpen: () => void;
|
|
22
22
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
animation: {
|
|
24
|
-
type:
|
|
24
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
25
25
|
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<{}>>, {}, {}>;
|
|
26
26
|
};
|
|
27
27
|
startCollapsed: BooleanConstructor;
|
|
28
28
|
headerClass: StringConstructor;
|
|
29
29
|
}>>, {
|
|
30
|
-
animation: string |
|
|
30
|
+
animation: string | Function | Record<string, any>;
|
|
31
31
|
startCollapsed: boolean;
|
|
32
32
|
}, {}>
|
|
33
33
|
```
|
|
@@ -11,7 +11,7 @@ Component containing a modal expecting a required prop, named `modalId`<!-- -->.
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
};
|
|
16
16
|
modalId: {
|
|
17
17
|
type: StringConstructor;
|
|
@@ -23,7 +23,7 @@ _default: import("vue").DefineComponent<{
|
|
|
23
23
|
emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
animation: {
|
|
26
|
-
type:
|
|
26
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
27
27
|
};
|
|
28
28
|
modalId: {
|
|
29
29
|
type: StringConstructor;
|
|
@@ -19,7 +19,7 @@ _default: import("vue").DefineComponent<{
|
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
21
|
animation: {
|
|
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
|
panelId: {
|
|
@@ -34,7 +34,7 @@ _default: import("vue").DefineComponent<{
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
animation: {
|
|
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
|
panelId: {
|
|
@@ -43,6 +43,6 @@ _default: import("vue").DefineComponent<{
|
|
|
43
43
|
};
|
|
44
44
|
}>>, {
|
|
45
45
|
startOpen: boolean;
|
|
46
|
-
animation: string |
|
|
46
|
+
animation: string | Function | Record<string, any>;
|
|
47
47
|
}, {}>
|
|
48
48
|
```
|
|
@@ -20,11 +20,11 @@ _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
referenceSelector: StringConstructor;
|
|
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
|
overlayAnimation: {
|
|
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
|
contentClass: StringConstructor;
|
|
@@ -45,11 +45,11 @@ _default: import("vue").DefineComponent<{
|
|
|
45
45
|
};
|
|
46
46
|
referenceSelector: StringConstructor;
|
|
47
47
|
animation: {
|
|
48
|
-
type:
|
|
48
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
49
49
|
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<{}>>, {}, {}>;
|
|
50
50
|
};
|
|
51
51
|
overlayAnimation: {
|
|
52
|
-
type:
|
|
52
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
53
53
|
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<{}>>, {}, {}>;
|
|
54
54
|
};
|
|
55
55
|
contentClass: StringConstructor;
|
|
@@ -59,7 +59,7 @@ _default: import("vue").DefineComponent<{
|
|
|
59
59
|
"onFocusin:body"?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
focusOnOpen: boolean;
|
|
62
|
-
animation: string |
|
|
63
|
-
overlayAnimation: string |
|
|
62
|
+
animation: string | Function | Record<string, any>;
|
|
63
|
+
overlayAnimation: string | Function | Record<string, any>;
|
|
64
64
|
}, {}>
|
|
65
65
|
```
|
|
@@ -9,17 +9,17 @@ Component to be reused that renders an `<img>`<!-- -->.
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
_default: DefineComponent<{
|
|
12
|
+
_default: import("vue").DefineComponent<{
|
|
13
13
|
result: {
|
|
14
14
|
type: PropType<Result>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
loadAnimation: {
|
|
18
|
-
type:
|
|
19
|
-
default: () => DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
18
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
19
|
+
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<{}>>, {}, {}>;
|
|
20
20
|
};
|
|
21
21
|
hoverAnimation: {
|
|
22
|
-
type:
|
|
22
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
23
23
|
};
|
|
24
24
|
showNextImageOnHover: {
|
|
25
25
|
type: BooleanConstructor;
|
|
@@ -31,7 +31,7 @@ _default: DefineComponent<{
|
|
|
31
31
|
isHovering: Ref<boolean>;
|
|
32
32
|
userHasHoveredImage: Ref<boolean>;
|
|
33
33
|
loaderStyles: Partial<CSSStyleDeclaration>;
|
|
34
|
-
animation: import("vue").ComputedRef<string |
|
|
34
|
+
animation: import("vue").ComputedRef<string | Record<string, any>>;
|
|
35
35
|
imageSrc: import("vue").ComputedRef<string>;
|
|
36
36
|
shouldLoadNextImage: import("vue").ComputedRef<boolean>;
|
|
37
37
|
flagImageAsFailed: () => void;
|
|
@@ -42,18 +42,18 @@ _default: DefineComponent<{
|
|
|
42
42
|
required: true;
|
|
43
43
|
};
|
|
44
44
|
loadAnimation: {
|
|
45
|
-
type:
|
|
46
|
-
default: () => DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
45
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
46
|
+
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<{}>>, {}, {}>;
|
|
47
47
|
};
|
|
48
48
|
hoverAnimation: {
|
|
49
|
-
type:
|
|
49
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
50
50
|
};
|
|
51
51
|
showNextImageOnHover: {
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
}>>, {
|
|
56
|
-
loadAnimation: string |
|
|
56
|
+
loadAnimation: string | Function | Record<string, any>;
|
|
57
57
|
showNextImageOnHover: boolean;
|
|
58
58
|
}, {}>
|
|
59
59
|
```
|
|
@@ -15,7 +15,7 @@ _default: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
maxItemsToRender: NumberConstructor;
|
|
@@ -38,7 +38,7 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
animation: {
|
|
41
|
-
type:
|
|
41
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
maxItemsToRender: NumberConstructor;
|
|
@@ -52,7 +52,7 @@ _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
suggestionItemClass: StringConstructor;
|
|
54
54
|
}>>, {
|
|
55
|
-
animation: string |
|
|
55
|
+
animation: string | Function | Record<string, any>;
|
|
56
56
|
showFacets: boolean;
|
|
57
57
|
showPlainSuggestion: boolean;
|
|
58
58
|
}, {}>
|
|
@@ -11,11 +11,11 @@ Base Tabs Panel.
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
tabsAnimation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
contentAnimation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
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<{}>>, {}, {}>;
|
|
20
20
|
};
|
|
21
21
|
initialTab: {
|
|
@@ -40,11 +40,11 @@ _default: import("vue").DefineComponent<{
|
|
|
40
40
|
tabIsSelected: (tab: string) => boolean;
|
|
41
41
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
tabsAnimation: {
|
|
43
|
-
type:
|
|
43
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
contentAnimation: {
|
|
47
|
-
type:
|
|
47
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
48
48
|
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<{}>>, {}, {}>;
|
|
49
49
|
};
|
|
50
50
|
initialTab: {
|
|
@@ -60,8 +60,8 @@ _default: import("vue").DefineComponent<{
|
|
|
60
60
|
tabClass: StringConstructor;
|
|
61
61
|
tabsListClass: StringConstructor;
|
|
62
62
|
}>>, {
|
|
63
|
-
tabsAnimation: string |
|
|
64
|
-
contentAnimation: string |
|
|
63
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
64
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
65
65
|
initialTab: string;
|
|
66
66
|
allowTabDeselect: boolean;
|
|
67
67
|
}, {}>
|
|
@@ -15,7 +15,7 @@ _default: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -24,10 +24,10 @@ _default: import("vue").DefineComponent<{
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
animation: {
|
|
27
|
-
type:
|
|
27
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
}>>, {
|
|
31
|
-
animation: string |
|
|
31
|
+
animation: string | Function | Record<string, any>;
|
|
32
32
|
}, {}>
|
|
33
33
|
```
|
|
@@ -11,7 +11,7 @@ The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
items: PropType<ListItem[]>;
|
|
@@ -26,7 +26,7 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
}>;
|
|
27
27
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
items: PropType<ListItem[]>;
|
|
@@ -35,7 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
default: number;
|
|
36
36
|
};
|
|
37
37
|
}>>, {
|
|
38
|
-
animation: string |
|
|
38
|
+
animation: string | Function | Record<string, any>;
|
|
39
39
|
columns: number;
|
|
40
40
|
}, {}>
|
|
41
41
|
```
|
|
@@ -19,7 +19,7 @@ _default: import("vue").DefineComponent<{
|
|
|
19
19
|
default: () => string[];
|
|
20
20
|
};
|
|
21
21
|
animation: {
|
|
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
|
}, {
|
|
@@ -38,12 +38,12 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
default: () => string[];
|
|
39
39
|
};
|
|
40
40
|
animation: {
|
|
41
|
-
type:
|
|
41
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
42
42
|
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<{}>>, {}, {}>;
|
|
43
43
|
};
|
|
44
44
|
}>>, {
|
|
45
45
|
eventsToOpenEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
46
46
|
eventsToCloseEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
47
|
-
animation: string |
|
|
47
|
+
animation: string | Function | Record<string, any>;
|
|
48
48
|
}, {}>
|
|
49
49
|
```
|
|
@@ -13,7 +13,7 @@ _default: import("vue").DefineComponent<{
|
|
|
13
13
|
facetsIds: PropType<(string | number)[]>;
|
|
14
14
|
alwaysVisible: BooleanConstructor;
|
|
15
15
|
animation: {
|
|
16
|
-
type:
|
|
16
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
renderableFacets: StringConstructor;
|
|
@@ -26,12 +26,12 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
facetsIds: PropType<(string | number)[]>;
|
|
27
27
|
alwaysVisible: BooleanConstructor;
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
renderableFacets: StringConstructor;
|
|
33
33
|
}>>, {
|
|
34
34
|
alwaysVisible: boolean;
|
|
35
|
-
animation: string |
|
|
35
|
+
animation: string | Function | Record<string, any>;
|
|
36
36
|
}, {}>
|
|
37
37
|
```
|
|
@@ -16,7 +16,7 @@ _default: import("vue").DefineComponent<{
|
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
18
|
animation: {
|
|
19
|
-
type:
|
|
19
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
}, {
|
|
@@ -30,10 +30,10 @@ _default: import("vue").DefineComponent<{
|
|
|
30
30
|
required: false;
|
|
31
31
|
};
|
|
32
32
|
animation: {
|
|
33
|
-
type:
|
|
33
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
}>>, {
|
|
37
|
-
animation: string |
|
|
37
|
+
animation: string | Function | Record<string, any>;
|
|
38
38
|
}, {}>
|
|
39
39
|
```
|
|
@@ -14,7 +14,7 @@ _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: PropType<HierarchicalFilterModel>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
|
-
childrenAnimation:
|
|
17
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
18
18
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
19
19
|
cssClasses: {
|
|
20
20
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -193,7 +193,7 @@ _default: import("vue").DefineComponent<{
|
|
|
193
193
|
type: PropType<HierarchicalFilterModel>;
|
|
194
194
|
required: true;
|
|
195
195
|
};
|
|
196
|
-
childrenAnimation:
|
|
196
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
197
197
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
198
198
|
cssClasses: {
|
|
199
199
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -11,7 +11,7 @@ Paints the list of identifier results stored in the state. Each identifier resul
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
maxItemsToRender: NumberConstructor;
|
|
@@ -20,11 +20,11 @@ _default: import("vue").DefineComponent<{
|
|
|
20
20
|
identifierResultsToRender: import("vue").ComputedRef<Result[]>;
|
|
21
21
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
animation: {
|
|
23
|
-
type:
|
|
23
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
maxItemsToRender: NumberConstructor;
|
|
27
27
|
}>>, {
|
|
28
|
-
animation: string |
|
|
28
|
+
animation: string | Function | Record<string, any>;
|
|
29
29
|
}, {}>
|
|
30
30
|
```
|
|
@@ -11,7 +11,7 @@ It renders a list of [ListItem](./x-components.listitem.md) providing a slot for
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
items: {
|
|
@@ -29,7 +29,7 @@ _default: import("vue").DefineComponent<{
|
|
|
29
29
|
}[]>;
|
|
30
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
animation: {
|
|
32
|
-
type:
|
|
32
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
items: {
|
|
@@ -38,6 +38,6 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
};
|
|
39
39
|
itemClass: StringConstructor;
|
|
40
40
|
}>>, {
|
|
41
|
-
animation: string |
|
|
41
|
+
animation: string | Function | Record<string, any>;
|
|
42
42
|
}, {}>
|
|
43
43
|
```
|
|
@@ -11,7 +11,7 @@ A specialised version of a modal component, made to contain a full search applic
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
};
|
|
16
16
|
closeEvents: {
|
|
17
17
|
type: PropType<(keyof import("../../wiring/events.types").XEventsTypes)[]>;
|
|
@@ -31,7 +31,7 @@ _default: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
animation: {
|
|
34
|
-
type:
|
|
34
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
35
35
|
};
|
|
36
36
|
closeEvents: {
|
|
37
37
|
type: PropType<(keyof import("../../wiring/events.types").XEventsTypes)[]>;
|