@empathyco/x-components 3.0.0-alpha.113 → 3.0.0-alpha.114
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 +13 -0
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +1 -1
- package/docs/API-reference/api/x-components.scrollstatepayload.md +1 -1
- package/docs/API-reference/api/x-components.wireparams.md +1 -1
- package/docs/API-reference/api/x-components.xactioncontext.md +1 -1
- package/package.json +4 -4
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +15 -19
- package/report/x-components.api.json +466 -776
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.114](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.113...@empathyco/x-components@3.0.0-alpha.114) (2022-06-21)
|
|
7
|
+
|
|
8
|
+
### Build System
|
|
9
|
+
|
|
10
|
+
- sync duplicated dependencies (#567)
|
|
11
|
+
([912e968](https://github.com/empathyco/x/commit/912e9687851594871b3296a5fb26129327939d96)),
|
|
12
|
+
closes [EX-6412](https://searchbroker.atlassian.net/browse/EX-6412)
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
## [3.0.0-alpha.113](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.112...@empathyco/x-components@3.0.0-alpha.113) (2022-06-20)
|
|
7
20
|
|
|
8
21
|
### Features
|
|
@@ -11,7 +11,7 @@ Class implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-com
|
|
|
11
11
|
```typescript
|
|
12
12
|
export declare class AddQueryToHistoryAction implements ActionsClass<HistoryQueriesXStoreModule>
|
|
13
13
|
```
|
|
14
|
-
<b>Implements:</b> [ActionsClass](./x-components.actionsclass.md)<!-- --><[HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)
|
|
14
|
+
<b>Implements:</b> [ActionsClass](./x-components.actionsclass.md)<!-- --><[HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)<!-- -->>
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ Class implementation for the [HistoryQueriesGetters.historyQueries](./x-componen
|
|
|
11
11
|
```typescript
|
|
12
12
|
export declare class HistoryQueriesGetter implements GettersClass<HistoryQueriesXStoreModule>
|
|
13
13
|
```
|
|
14
|
-
<b>Implements:</b> [GettersClass](./x-components.gettersclass.md)<!-- --><[HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)
|
|
14
|
+
<b>Implements:</b> [GettersClass](./x-components.gettersclass.md)<!-- --><[HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)<!-- -->>
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-com
|
|
|
11
11
|
```typescript
|
|
12
12
|
export declare class QuerySuggestionsGetter implements GettersClass<QuerySuggestionsXStoreModule>
|
|
13
13
|
```
|
|
14
|
-
<b>Implements:</b> [GettersClass](./x-components.gettersclass.md)<!-- --><[QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md)
|
|
14
|
+
<b>Implements:</b> [GettersClass](./x-components.gettersclass.md)<!-- --><[QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md)<!-- -->>
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ Payload object containing the identifier of the scroll and its position.
|
|
|
11
11
|
```typescript
|
|
12
12
|
export interface ScrollStatePayload extends Identifiable<string>
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> Identifiable
|
|
14
|
+
<b>Extends:</b> Identifiable<string>
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ Groups the payload, metadata, and the store into an object to avoid having multi
|
|
|
11
11
|
```typescript
|
|
12
12
|
export interface WireParams<Payload> extends WirePayload<Payload>
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> [WirePayload](./x-components.wirepayload.md)
|
|
14
|
+
<b>Extends:</b> [WirePayload](./x-components.wirepayload.md)<!-- --><Payload>
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the l
|
|
|
11
11
|
```typescript
|
|
12
12
|
export interface XActionContext<State extends Dictionary, Getters extends Dictionary, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> extends ActionContext<State, RootXStoreState>
|
|
13
13
|
```
|
|
14
|
-
<b>Extends:</b> ActionContext<State, [RootXStoreState](./x-components.rootxstorestate.md)
|
|
14
|
+
<b>Extends:</b> ActionContext<State, [RootXStoreState](./x-components.rootxstorestate.md)<!-- -->>
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.114",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@empathyco/x-adapter-next": "^0.2.0-alpha.30",
|
|
63
|
-
"@empathyco/x-adapter-platform": "^1.0.0-alpha.
|
|
63
|
+
"@empathyco/x-adapter-platform": "^1.0.0-alpha.20",
|
|
64
64
|
"@empathyco/x-deep-merge": "^1.3.0-alpha.18",
|
|
65
65
|
"@empathyco/x-logger": "^1.2.0-alpha.3",
|
|
66
66
|
"@empathyco/x-storage-service": "^2.0.0-alpha.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@cypress/vue": "~2.2.4",
|
|
81
81
|
"@cypress/webpack-dev-server": "~1.8.4",
|
|
82
82
|
"@microsoft/api-documenter": "~7.15.3",
|
|
83
|
-
"@microsoft/api-extractor": "~7.
|
|
83
|
+
"@microsoft/api-extractor": "~7.19.4",
|
|
84
84
|
"@rollup/plugin-commonjs": "~21.0.1",
|
|
85
85
|
"@testing-library/jest-dom": "~5.11.1",
|
|
86
86
|
"@types/autoprefixer": "~9.6.1",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"access": "public",
|
|
126
126
|
"directory": "dist"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "d55bb1d180f08b5870b80e2d125ecd2c06021dfd"
|
|
129
129
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.19.5",
|
|
5
|
+
"schemaVersion": 1004,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -437,8 +437,7 @@
|
|
|
437
437
|
"parameterTypeTokenRange": {
|
|
438
438
|
"startIndex": 1,
|
|
439
439
|
"endIndex": 3
|
|
440
|
-
}
|
|
441
|
-
"isOptional": false
|
|
440
|
+
}
|
|
442
441
|
}
|
|
443
442
|
]
|
|
444
443
|
}
|
|
@@ -506,8 +505,7 @@
|
|
|
506
505
|
"parameterTypeTokenRange": {
|
|
507
506
|
"startIndex": 1,
|
|
508
507
|
"endIndex": 2
|
|
509
|
-
}
|
|
510
|
-
"isOptional": false
|
|
508
|
+
}
|
|
511
509
|
}
|
|
512
510
|
],
|
|
513
511
|
"name": "getFacetConfig"
|
|
@@ -1608,7 +1606,7 @@
|
|
|
1608
1606
|
"extendsTokenRanges": [
|
|
1609
1607
|
{
|
|
1610
1608
|
"startIndex": 1,
|
|
1611
|
-
"endIndex":
|
|
1609
|
+
"endIndex": 3
|
|
1612
1610
|
}
|
|
1613
1611
|
]
|
|
1614
1612
|
},
|
|
@@ -2026,7 +2024,7 @@
|
|
|
2026
2024
|
"extendsTokenRanges": [
|
|
2027
2025
|
{
|
|
2028
2026
|
"startIndex": 1,
|
|
2029
|
-
"endIndex":
|
|
2027
|
+
"endIndex": 3
|
|
2030
2028
|
}
|
|
2031
2029
|
]
|
|
2032
2030
|
},
|
|
@@ -2094,7 +2092,7 @@
|
|
|
2094
2092
|
},
|
|
2095
2093
|
{
|
|
2096
2094
|
"startIndex": 7,
|
|
2097
|
-
"endIndex":
|
|
2095
|
+
"endIndex": 9
|
|
2098
2096
|
}
|
|
2099
2097
|
]
|
|
2100
2098
|
},
|
|
@@ -2187,7 +2185,7 @@
|
|
|
2187
2185
|
},
|
|
2188
2186
|
{
|
|
2189
2187
|
"startIndex": 3,
|
|
2190
|
-
"endIndex":
|
|
2188
|
+
"endIndex": 5
|
|
2191
2189
|
}
|
|
2192
2190
|
]
|
|
2193
2191
|
},
|
|
@@ -2374,7 +2372,7 @@
|
|
|
2374
2372
|
},
|
|
2375
2373
|
{
|
|
2376
2374
|
"startIndex": 3,
|
|
2377
|
-
"endIndex":
|
|
2375
|
+
"endIndex": 5
|
|
2378
2376
|
}
|
|
2379
2377
|
]
|
|
2380
2378
|
},
|
|
@@ -2626,7 +2624,7 @@
|
|
|
2626
2624
|
},
|
|
2627
2625
|
{
|
|
2628
2626
|
"startIndex": 5,
|
|
2629
|
-
"endIndex":
|
|
2627
|
+
"endIndex": 7
|
|
2630
2628
|
}
|
|
2631
2629
|
]
|
|
2632
2630
|
},
|
|
@@ -2732,7 +2730,7 @@
|
|
|
2732
2730
|
},
|
|
2733
2731
|
{
|
|
2734
2732
|
"startIndex": 5,
|
|
2735
|
-
"endIndex":
|
|
2733
|
+
"endIndex": 7
|
|
2736
2734
|
}
|
|
2737
2735
|
]
|
|
2738
2736
|
},
|
|
@@ -3039,7 +3037,7 @@
|
|
|
3039
3037
|
},
|
|
3040
3038
|
{
|
|
3041
3039
|
"startIndex": 3,
|
|
3042
|
-
"endIndex":
|
|
3040
|
+
"endIndex": 5
|
|
3043
3041
|
}
|
|
3044
3042
|
]
|
|
3045
3043
|
},
|
|
@@ -3383,7 +3381,7 @@
|
|
|
3383
3381
|
},
|
|
3384
3382
|
{
|
|
3385
3383
|
"startIndex": 11,
|
|
3386
|
-
"endIndex":
|
|
3384
|
+
"endIndex": 13
|
|
3387
3385
|
}
|
|
3388
3386
|
]
|
|
3389
3387
|
},
|
|
@@ -5163,16 +5161,14 @@
|
|
|
5163
5161
|
"parameterTypeTokenRange": {
|
|
5164
5162
|
"startIndex": 1,
|
|
5165
5163
|
"endIndex": 2
|
|
5166
|
-
}
|
|
5167
|
-
"isOptional": false
|
|
5164
|
+
}
|
|
5168
5165
|
},
|
|
5169
5166
|
{
|
|
5170
5167
|
"parameterName": "{ mappedValue }",
|
|
5171
5168
|
"parameterTypeTokenRange": {
|
|
5172
5169
|
"startIndex": 3,
|
|
5173
5170
|
"endIndex": 4
|
|
5174
|
-
}
|
|
5175
|
-
"isOptional": false
|
|
5171
|
+
}
|
|
5176
5172
|
}
|
|
5177
5173
|
],
|
|
5178
5174
|
"name": "searchResponseFacetsMapper"
|