@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.
- package/CHANGELOG.md +17 -0
- package/design-system/deprecated-full-theme.css +482 -481
- package/docs/API-reference/api/x-components.animationprop.md +1 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.basedropdown.md +5 -5
- 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 +5 -5
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.basemodal.md +10 -10
- package/docs/API-reference/api/x-components.baseresultimage.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- 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 +5 -5
- 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.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
- 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.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/js/types/animation-prop.js.map +1 -1
- package/package.json +3 -3
- package/report/x-components.api.json +111 -111
- package/report/x-components.api.md +111 -111
- package/types/components/base-dropdown.vue.d.ts +5 -5
- 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/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
- 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 +10 -10
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-image.vue.d.ts +2 -2
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/types/animation-prop.d.ts +1 -1
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +5 -5
- 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/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-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
- 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/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
|
@@ -11,7 +11,7 @@ The component renders the full history of user searched queries grouped by the d
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
locale: {
|
|
@@ -26,7 +26,7 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
formatTime: (timestamp: number) => string;
|
|
27
27
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
animation: {
|
|
29
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
29
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
locale: {
|
|
@@ -35,7 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
queriesListClass: StringConstructor;
|
|
37
37
|
}>>, {
|
|
38
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
38
|
+
animation: string | 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
|
locale: string;
|
|
40
40
|
}, {}>
|
|
41
41
|
```
|
|
@@ -11,7 +11,7 @@ Component that inserts groups of next queries in different positions of the inje
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
offset: {
|
|
@@ -35,7 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
animation: {
|
|
38
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
38
|
+
type: import("vue").PropType<string | 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
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
offset: {
|
|
@@ -56,7 +56,7 @@ _default: import("vue").DefineComponent<{
|
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
58
|
}>>, {
|
|
59
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
59
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
60
60
|
offset: number;
|
|
61
61
|
frequency: number;
|
|
62
62
|
maxNextQueriesPerGroup: number;
|
|
@@ -11,7 +11,7 @@ It renders a list of partial results from [SearchState.partialResults](./x-compo
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
maxItemsToRender: {
|
|
@@ -22,7 +22,7 @@ _default: import("vue").DefineComponent<{
|
|
|
22
22
|
partialResults: ComputedRef<PartialResult[]>;
|
|
23
23
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
animation: {
|
|
25
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
25
|
+
type: import("vue").PropType<string | 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
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
maxItemsToRender: {
|
|
@@ -30,7 +30,7 @@ _default: import("vue").DefineComponent<{
|
|
|
30
30
|
default: number;
|
|
31
31
|
};
|
|
32
32
|
}>>, {
|
|
33
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
33
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
34
34
|
maxItemsToRender: number;
|
|
35
35
|
}, {}>
|
|
36
36
|
```
|
|
@@ -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: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
18
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
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: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
25
|
+
type: import("vue").PropType<string | 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
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
}>>, {
|
|
29
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
29
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
30
30
|
}, {}>
|
|
31
31
|
```
|
|
@@ -26,7 +26,7 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
persistInCache: BooleanConstructor;
|
|
28
28
|
animation: {
|
|
29
|
-
type: PropType<string | import("vue").DefineComponent<{}, {},
|
|
29
|
+
type: PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
}, {
|
|
@@ -50,12 +50,12 @@ _default: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
persistInCache: BooleanConstructor;
|
|
52
52
|
animation: {
|
|
53
|
-
type: PropType<string | import("vue").DefineComponent<{}, {},
|
|
53
|
+
type: PropType<string | 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
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
}>>, {
|
|
57
57
|
debounceTimeMs: number;
|
|
58
58
|
persistInCache: boolean;
|
|
59
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
59
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
60
60
|
}, {}>
|
|
61
61
|
```
|
|
@@ -11,7 +11,7 @@ It renders a list of recommendations from the [RecommendationsState.recommendati
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
maxItemsToRender: NumberConstructor;
|
|
@@ -19,11 +19,11 @@ _default: import("vue").DefineComponent<{
|
|
|
19
19
|
recommendations: ComputedRef<Result[]>;
|
|
20
20
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
animation: {
|
|
22
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
22
|
+
type: import("vue").PropType<string | 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
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
maxItemsToRender: NumberConstructor;
|
|
26
26
|
}>>, {
|
|
27
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
27
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
28
28
|
}, {}>
|
|
29
29
|
```
|
|
@@ -11,7 +11,7 @@ Component that inserts groups of related prompts in different positions of the i
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
offset: {
|
|
@@ -38,7 +38,7 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
animation: {
|
|
41
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
41
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
offset: {
|
|
@@ -62,7 +62,7 @@ _default: import("vue").DefineComponent<{
|
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
64
|
}>>, {
|
|
65
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
65
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
66
66
|
offset: number;
|
|
67
67
|
frequency: number;
|
|
68
68
|
maxRelatedPromptsPerGroup: number;
|
|
@@ -11,7 +11,7 @@ This component renders a set of \[`RelatedTag`<!-- -->\](./x-components.related-
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
maxItemsToRender: NumberConstructor;
|
|
@@ -24,7 +24,7 @@ _default: import("vue").DefineComponent<{
|
|
|
24
24
|
relatedTags: ComputedRef<RelatedTagModel[]>;
|
|
25
25
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
animation: {
|
|
27
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
27
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
maxItemsToRender: NumberConstructor;
|
|
@@ -34,7 +34,7 @@ _default: import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
itemClass: StringConstructor;
|
|
36
36
|
}>>, {
|
|
37
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
37
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
38
38
|
highlightCurated: boolean;
|
|
39
39
|
}, {}>
|
|
40
40
|
```
|
|
@@ -11,8 +11,8 @@ The `ScrollToTop` component is a button that the user can click to make a contai
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
15
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
14
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
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
|
thresholdPx: NumberConstructor;
|
|
18
18
|
scrollId: {
|
|
@@ -24,8 +24,8 @@ _default: import("vue").DefineComponent<{
|
|
|
24
24
|
isVisible: import("vue").ComputedRef<any>;
|
|
25
25
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
animation: {
|
|
27
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
28
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
27
|
+
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
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
|
thresholdPx: NumberConstructor;
|
|
31
31
|
scrollId: {
|
|
@@ -33,7 +33,7 @@ _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>>, {
|
|
36
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
36
|
+
animation: string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
37
37
|
scrollId: string;
|
|
38
38
|
}, {}>
|
|
39
39
|
```
|
|
@@ -15,7 +15,7 @@ _default: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
|
-
type: PropType<string | import("vue").DefineComponent<{}, {},
|
|
18
|
+
type: PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
19
19
|
default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
20
20
|
};
|
|
21
21
|
animationIntervalMs: {
|
|
@@ -32,7 +32,7 @@ _default: import("vue").DefineComponent<{
|
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
34
|
animation: {
|
|
35
|
-
type: PropType<string | import("vue").DefineComponent<{}, {},
|
|
35
|
+
type: PropType<string | import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
36
36
|
default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
37
37
|
};
|
|
38
38
|
animationIntervalMs: {
|
|
@@ -41,7 +41,7 @@ _default: import("vue").DefineComponent<{
|
|
|
41
41
|
};
|
|
42
42
|
animateOnlyOnHover: BooleanConstructor;
|
|
43
43
|
}>>, {
|
|
44
|
-
animation: string | import("vue").DefineComponent<{}, {},
|
|
44
|
+
animation: string | 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
|
animationIntervalMs: number;
|
|
46
46
|
animateOnlyOnHover: boolean;
|
|
47
47
|
}, {}>
|
|
@@ -16,18 +16,18 @@ Component for use as Layout to be filled with the rest of the Components.
|
|
|
16
16
|
```typescript
|
|
17
17
|
_default: import("vue").DefineComponent<{
|
|
18
18
|
asideAnimation: {
|
|
19
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
19
|
+
type: import("vue").PropType<string | 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
|
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
|
devMode: BooleanConstructor;
|
|
23
23
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
asideAnimation: {
|
|
25
|
-
type: import("vue").PropType<string | import("vue").DefineComponent<{}, {},
|
|
25
|
+
type: import("vue").PropType<string | 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
|
default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
27
27
|
};
|
|
28
28
|
devMode: BooleanConstructor;
|
|
29
29
|
}>>, {
|
|
30
|
-
asideAnimation: string | import("vue").DefineComponent<{}, {},
|
|
30
|
+
asideAnimation: string | 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
|
devMode: boolean;
|
|
32
32
|
}, {}>
|
|
33
33
|
```
|
|
@@ -17,7 +17,7 @@ _default: Vue.DefineComponent<{
|
|
|
17
17
|
animation: Vue.PropType<string | typeof Vue>;
|
|
18
18
|
}, {
|
|
19
19
|
emitUserClickedASort: (sort: Sort) => void;
|
|
20
|
-
rootRef: Vue.Ref<Vue.DefineComponent<{}, {},
|
|
20
|
+
rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
|
|
21
21
|
selectedSort: Vue.ComputedRef<any>;
|
|
22
22
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
23
23
|
items: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animation-prop.js","sources":["../../../src/types/animation-prop.ts"],"sourcesContent":["import { DefineComponent, PropType } from 'vue';\n\n/**\n * Type for animations props.\n *\n * @public\n */\nexport const AnimationProp = [String, Object, Function] as PropType<
|
|
1
|
+
{"version":3,"file":"animation-prop.js","sources":["../../../src/types/animation-prop.ts"],"sourcesContent":["import { DefineComponent, PropType } from 'vue';\n\n/**\n * Type for animations props.\n *\n * @public\n */\nexport const AnimationProp = [String, Object, Function] as PropType<\n // eslint-disable-next-line @typescript-eslint/ban-types\n DefineComponent<{}, {}, any> | string\n>;\n"],"names":[],"mappings":"AAEA;;;;AAIG;AACU,MAAA,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.15",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@badeball/cypress-cucumber-preprocessor": "~20.0.0",
|
|
94
94
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
|
|
95
|
-
"@empathyco/x-tailwindcss": "^
|
|
95
|
+
"@empathyco/x-tailwindcss": "^2.0.0-alpha.0",
|
|
96
96
|
"@microsoft/api-documenter": "~7.23.0",
|
|
97
97
|
"@microsoft/api-extractor": "~7.39.0",
|
|
98
98
|
"@testing-library/jest-dom": "~5.17.0",
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"access": "public",
|
|
139
139
|
"directory": "dist"
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "b4f0fffe7a951c4146765f758e385f05ba5284a4"
|
|
142
142
|
}
|