@empathyco/x-components 3.0.0-alpha.36 → 3.0.0-alpha.40
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 +93 -0
- package/core/index.js +1 -1
- package/design-system/.-variables.css +0 -0
- package/design-system/base.css +4 -2
- package/design-system/default-theme.css +28 -18
- package/design-system/full-theme.css +159 -131
- package/design-system/suggestion-default.css +4 -2
- package/design-system/tag-default.css +19 -14
- package/design-system/typography-accent.token.css +1 -1
- package/design-system/utilities-background-color.css +9 -0
- package/design-system/utilities-border-color.css +9 -0
- package/design-system/utilities-border-radius.css +0 -24
- package/design-system/utilities-border-width.css +40 -40
- package/design-system/utilities-box-shadow.css +64 -1
- package/design-system/utilities-font-color.css +9 -0
- package/design-system/utilities-margin.css +0 -24
- package/design-system/utilities-padding.css +0 -24
- package/docs/API-reference/api/x-adapter.empathynextquery.md +1 -0
- package/docs/API-reference/api/x-adapter.empathynextquery.source.md +11 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.getnewandupdatedkeys.md +27 -0
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
- package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.md +2 -2
- package/docs/API-reference/api/x-components.md +8 -6
- package/docs/API-reference/api/x-components.resetappending.md +1 -1
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
- package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
- package/docs/API-reference/api/x-components.saveoriginwire.md +1 -1
- package/docs/API-reference/api/x-components.scroll.md +1 -3
- package/docs/API-reference/api/x-components.scrollmixin.md +1 -0
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.md +1 -0
- package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
- package/docs/API-reference/api/x-components.searchgetters.md +1 -1
- package/docs/API-reference/api/x-components.searchgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.md +2 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.setpagesize.md +1 -1
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setsearchpage.md +1 -1
- package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
- package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.setsort.md +1 -1
- package/docs/API-reference/api/x-components.seturlparams.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.md +2 -12
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
- package/docs/API-reference/api/x-components.taggingmutations.md +1 -0
- package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
- package/docs/API-reference/api/x-components.taggingstate.md +1 -0
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.md +1 -0
- package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +2 -2
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
- package/docs/API-reference/api/x-components.wiremetadata.md +1 -0
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +1 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.md +6 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +52 -33
- package/docs/API-reference/components/common/x-components.sliding-panel.md +192 -33
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +1 -1
- package/docs/API-reference/components/scroll/x-components.scroll.md +5 -8
- package/js/components/currency/base-currency.vue.js +3 -2
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue.js +12 -4
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +3 -2
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/components/scroll/base-scroll.vue.js +2 -2
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/scroll.mixin.js +12 -6
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +2 -2
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +56 -40
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/directives/infinite-scroll/infinite-scroll.js +2 -1
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +3 -3
- package/js/plugins/x-emitters.js +3 -3
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.alias.js +4 -0
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/utils/object.js +17 -1
- package/js/utils/object.js.map +1 -1
- package/js/x-modules/facets/wiring.js +3 -0
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +3 -0
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +17 -6
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +20 -2
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js +14 -13
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +2 -9
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +19 -5
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-state.action.js +32 -0
- package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +6 -0
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/request.getter.js +2 -2
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +2 -3
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +15 -32
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js +2 -4
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +5 -1
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +19 -8
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +4 -4
- package/report/x-adapter.api.json +26 -0
- package/report/x-components.api.json +545 -304
- package/report/x-components.api.md +69 -46
- package/report/x-types.api.json +28 -1
- package/search/index.js +1 -1
- package/tagging/index.js +1 -1
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/scroll/scroll.mixin.d.ts +7 -0
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +35 -18
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/plugins/x-plugin.alias.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +2 -0
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/utils/object.d.ts +11 -0
- package/types/utils/object.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +2 -0
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-modules/facets/wiring.d.ts +3 -0
- package/types/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +3 -0
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +11 -2
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +7 -2
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/index.d.ts +1 -0
- package/types/x-modules/search/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/reset-state.action.d.ts +11 -0
- package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +5 -1
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +9 -2
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +22 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +37 -59
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +6 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/emitters.d.ts +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/store/types.d.ts +10 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +16 -7
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.resetfacets.md +0 -13
- package/docs/API-reference/api/x-components.resetpage.md +0 -13
- package/docs/API-reference/api/x-components.resetsort.md +0 -13
- package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
- package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
|
@@ -6846,7 +6846,7 @@
|
|
|
6846
6846
|
},
|
|
6847
6847
|
{
|
|
6848
6848
|
"kind": "Content",
|
|
6849
|
-
"text": "import(\"
|
|
6849
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
6850
6850
|
},
|
|
6851
6851
|
{
|
|
6852
6852
|
"kind": "Reference",
|
|
@@ -15597,8 +15597,8 @@
|
|
|
15597
15597
|
},
|
|
15598
15598
|
{
|
|
15599
15599
|
"kind": "Reference",
|
|
15600
|
-
"text": "
|
|
15601
|
-
"canonicalReference": "@empathyco/x-components!
|
|
15600
|
+
"text": "InternalSearchRequest",
|
|
15601
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
15602
15602
|
},
|
|
15603
15603
|
{
|
|
15604
15604
|
"kind": "Content",
|
|
@@ -15632,7 +15632,7 @@
|
|
|
15632
15632
|
},
|
|
15633
15633
|
{
|
|
15634
15634
|
"kind": "Content",
|
|
15635
|
-
"text": "import(\"
|
|
15635
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
15636
15636
|
},
|
|
15637
15637
|
{
|
|
15638
15638
|
"kind": "Reference",
|
|
@@ -15641,12 +15641,12 @@
|
|
|
15641
15641
|
},
|
|
15642
15642
|
{
|
|
15643
15643
|
"kind": "Content",
|
|
15644
|
-
"text": "<
|
|
15644
|
+
"text": "<"
|
|
15645
15645
|
},
|
|
15646
15646
|
{
|
|
15647
15647
|
"kind": "Reference",
|
|
15648
|
-
"text": "
|
|
15649
|
-
"canonicalReference": "@empathyco/x-components!
|
|
15648
|
+
"text": "InternalSearchRequest",
|
|
15649
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
15650
15650
|
},
|
|
15651
15651
|
{
|
|
15652
15652
|
"kind": "Content",
|
|
@@ -17077,6 +17077,86 @@
|
|
|
17077
17077
|
],
|
|
17078
17078
|
"name": "forEach"
|
|
17079
17079
|
},
|
|
17080
|
+
{
|
|
17081
|
+
"kind": "Function",
|
|
17082
|
+
"canonicalReference": "@empathyco/x-components!getNewAndUpdatedKeys:function(1)",
|
|
17083
|
+
"docComment": "/**\n * Compares two objects of the same type, checking the values of their keys and retrieving those that were not present in the old value and/or those whose value has changed.\n *\n * @param newValue - The new object value.\n *\n * @param oldValue - The old object value.\n *\n * @returns An array of keys.\n *\n * @public\n */\n",
|
|
17084
|
+
"excerptTokens": [
|
|
17085
|
+
{
|
|
17086
|
+
"kind": "Content",
|
|
17087
|
+
"text": "export declare function getNewAndUpdatedKeys<ObjectType extends "
|
|
17088
|
+
},
|
|
17089
|
+
{
|
|
17090
|
+
"kind": "Reference",
|
|
17091
|
+
"text": "Dictionary",
|
|
17092
|
+
"canonicalReference": "@empathyco/x-components!Dictionary:type"
|
|
17093
|
+
},
|
|
17094
|
+
{
|
|
17095
|
+
"kind": "Content",
|
|
17096
|
+
"text": ">(newValue: "
|
|
17097
|
+
},
|
|
17098
|
+
{
|
|
17099
|
+
"kind": "Content",
|
|
17100
|
+
"text": "ObjectType | undefined"
|
|
17101
|
+
},
|
|
17102
|
+
{
|
|
17103
|
+
"kind": "Content",
|
|
17104
|
+
"text": ", oldValue: "
|
|
17105
|
+
},
|
|
17106
|
+
{
|
|
17107
|
+
"kind": "Content",
|
|
17108
|
+
"text": "ObjectType | undefined"
|
|
17109
|
+
},
|
|
17110
|
+
{
|
|
17111
|
+
"kind": "Content",
|
|
17112
|
+
"text": "): "
|
|
17113
|
+
},
|
|
17114
|
+
{
|
|
17115
|
+
"kind": "Content",
|
|
17116
|
+
"text": "(keyof ObjectType)[]"
|
|
17117
|
+
},
|
|
17118
|
+
{
|
|
17119
|
+
"kind": "Content",
|
|
17120
|
+
"text": ";"
|
|
17121
|
+
}
|
|
17122
|
+
],
|
|
17123
|
+
"returnTypeTokenRange": {
|
|
17124
|
+
"startIndex": 7,
|
|
17125
|
+
"endIndex": 8
|
|
17126
|
+
},
|
|
17127
|
+
"releaseTag": "Public",
|
|
17128
|
+
"overloadIndex": 1,
|
|
17129
|
+
"parameters": [
|
|
17130
|
+
{
|
|
17131
|
+
"parameterName": "newValue",
|
|
17132
|
+
"parameterTypeTokenRange": {
|
|
17133
|
+
"startIndex": 3,
|
|
17134
|
+
"endIndex": 4
|
|
17135
|
+
}
|
|
17136
|
+
},
|
|
17137
|
+
{
|
|
17138
|
+
"parameterName": "oldValue",
|
|
17139
|
+
"parameterTypeTokenRange": {
|
|
17140
|
+
"startIndex": 5,
|
|
17141
|
+
"endIndex": 6
|
|
17142
|
+
}
|
|
17143
|
+
}
|
|
17144
|
+
],
|
|
17145
|
+
"typeParameters": [
|
|
17146
|
+
{
|
|
17147
|
+
"typeParameterName": "ObjectType",
|
|
17148
|
+
"constraintTokenRange": {
|
|
17149
|
+
"startIndex": 1,
|
|
17150
|
+
"endIndex": 2
|
|
17151
|
+
},
|
|
17152
|
+
"defaultTypeTokenRange": {
|
|
17153
|
+
"startIndex": 0,
|
|
17154
|
+
"endIndex": 0
|
|
17155
|
+
}
|
|
17156
|
+
}
|
|
17157
|
+
],
|
|
17158
|
+
"name": "getNewAndUpdatedKeys"
|
|
17159
|
+
},
|
|
17080
17160
|
{
|
|
17081
17161
|
"kind": "Function",
|
|
17082
17162
|
"canonicalReference": "@empathyco/x-components!getRootXComponent:function(1)",
|
|
@@ -20906,7 +20986,7 @@
|
|
|
20906
20986
|
},
|
|
20907
20987
|
{
|
|
20908
20988
|
"kind": "Content",
|
|
20909
|
-
"text": "import(\"
|
|
20989
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
20910
20990
|
},
|
|
20911
20991
|
{
|
|
20912
20992
|
"kind": "Reference",
|
|
@@ -21345,6 +21425,62 @@
|
|
|
21345
21425
|
}
|
|
21346
21426
|
]
|
|
21347
21427
|
},
|
|
21428
|
+
{
|
|
21429
|
+
"kind": "Interface",
|
|
21430
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface",
|
|
21431
|
+
"docComment": "/**\n * An internal search request containing the page used to calculate the start and rows properties of a {@link @empathyco/x-adapter#SearchRequest}.\n *\n * @public\n */\n",
|
|
21432
|
+
"excerptTokens": [
|
|
21433
|
+
{
|
|
21434
|
+
"kind": "Content",
|
|
21435
|
+
"text": "export interface InternalSearchRequest extends "
|
|
21436
|
+
},
|
|
21437
|
+
{
|
|
21438
|
+
"kind": "Reference",
|
|
21439
|
+
"text": "SearchRequest",
|
|
21440
|
+
"canonicalReference": "@empathyco/x-components!SearchRequest:interface"
|
|
21441
|
+
},
|
|
21442
|
+
{
|
|
21443
|
+
"kind": "Content",
|
|
21444
|
+
"text": " "
|
|
21445
|
+
}
|
|
21446
|
+
],
|
|
21447
|
+
"releaseTag": "Public",
|
|
21448
|
+
"name": "InternalSearchRequest",
|
|
21449
|
+
"members": [
|
|
21450
|
+
{
|
|
21451
|
+
"kind": "PropertySignature",
|
|
21452
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest#page:member",
|
|
21453
|
+
"docComment": "/**\n * The page number.\n */\n",
|
|
21454
|
+
"excerptTokens": [
|
|
21455
|
+
{
|
|
21456
|
+
"kind": "Content",
|
|
21457
|
+
"text": "page: "
|
|
21458
|
+
},
|
|
21459
|
+
{
|
|
21460
|
+
"kind": "Content",
|
|
21461
|
+
"text": "number"
|
|
21462
|
+
},
|
|
21463
|
+
{
|
|
21464
|
+
"kind": "Content",
|
|
21465
|
+
"text": ";"
|
|
21466
|
+
}
|
|
21467
|
+
],
|
|
21468
|
+
"isOptional": false,
|
|
21469
|
+
"releaseTag": "Public",
|
|
21470
|
+
"name": "page",
|
|
21471
|
+
"propertyTypeTokenRange": {
|
|
21472
|
+
"startIndex": 1,
|
|
21473
|
+
"endIndex": 2
|
|
21474
|
+
}
|
|
21475
|
+
}
|
|
21476
|
+
],
|
|
21477
|
+
"extendsTokenRanges": [
|
|
21478
|
+
{
|
|
21479
|
+
"startIndex": 1,
|
|
21480
|
+
"endIndex": 3
|
|
21481
|
+
}
|
|
21482
|
+
]
|
|
21483
|
+
},
|
|
21348
21484
|
{
|
|
21349
21485
|
"kind": "Function",
|
|
21350
21486
|
"canonicalReference": "@empathyco/x-components!isArrayEmpty:function(1)",
|
|
@@ -21932,8 +22068,8 @@
|
|
|
21932
22068
|
},
|
|
21933
22069
|
{
|
|
21934
22070
|
"kind": "Reference",
|
|
21935
|
-
"text": "
|
|
21936
|
-
"canonicalReference": "
|
|
22071
|
+
"text": "Vue",
|
|
22072
|
+
"canonicalReference": "vue!Vue:interface"
|
|
21937
22073
|
},
|
|
21938
22074
|
{
|
|
21939
22075
|
"kind": "Content",
|
|
@@ -32807,7 +32943,7 @@
|
|
|
32807
32943
|
},
|
|
32808
32944
|
{
|
|
32809
32945
|
"kind": "Content",
|
|
32810
|
-
"text": "import(\"
|
|
32946
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
32811
32947
|
},
|
|
32812
32948
|
{
|
|
32813
32949
|
"kind": "Reference",
|
|
@@ -32824,68 +32960,16 @@
|
|
|
32824
32960
|
},
|
|
32825
32961
|
{
|
|
32826
32962
|
"kind": "Variable",
|
|
32827
|
-
"canonicalReference": "@empathyco/x-components!
|
|
32828
|
-
"docComment": "/**\n *
|
|
32829
|
-
"excerptTokens": [
|
|
32830
|
-
{
|
|
32831
|
-
"kind": "Content",
|
|
32832
|
-
"text": "resetFacets: "
|
|
32833
|
-
},
|
|
32834
|
-
{
|
|
32835
|
-
"kind": "Content",
|
|
32836
|
-
"text": "import(\"../..\")."
|
|
32837
|
-
},
|
|
32838
|
-
{
|
|
32839
|
-
"kind": "Reference",
|
|
32840
|
-
"text": "AnyWire",
|
|
32841
|
-
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
32842
|
-
}
|
|
32843
|
-
],
|
|
32844
|
-
"releaseTag": "Public",
|
|
32845
|
-
"name": "resetFacets",
|
|
32846
|
-
"variableTypeTokenRange": {
|
|
32847
|
-
"startIndex": 1,
|
|
32848
|
-
"endIndex": 3
|
|
32849
|
-
}
|
|
32850
|
-
},
|
|
32851
|
-
{
|
|
32852
|
-
"kind": "Variable",
|
|
32853
|
-
"canonicalReference": "@empathyco/x-components!resetPage:var",
|
|
32854
|
-
"docComment": "/**\n * Sets 1 to the search state `page`.\n *\n * @public\n */\n",
|
|
32855
|
-
"excerptTokens": [
|
|
32856
|
-
{
|
|
32857
|
-
"kind": "Content",
|
|
32858
|
-
"text": "resetPage: "
|
|
32859
|
-
},
|
|
32860
|
-
{
|
|
32861
|
-
"kind": "Content",
|
|
32862
|
-
"text": "import(\"../..\")."
|
|
32863
|
-
},
|
|
32864
|
-
{
|
|
32865
|
-
"kind": "Reference",
|
|
32866
|
-
"text": "AnyWire",
|
|
32867
|
-
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
32868
|
-
}
|
|
32869
|
-
],
|
|
32870
|
-
"releaseTag": "Public",
|
|
32871
|
-
"name": "resetPage",
|
|
32872
|
-
"variableTypeTokenRange": {
|
|
32873
|
-
"startIndex": 1,
|
|
32874
|
-
"endIndex": 3
|
|
32875
|
-
}
|
|
32876
|
-
},
|
|
32877
|
-
{
|
|
32878
|
-
"kind": "Variable",
|
|
32879
|
-
"canonicalReference": "@empathyco/x-components!resetSort:var",
|
|
32880
|
-
"docComment": "/**\n * Sets empty value to the search state `sort`.\n *\n * @public\n */\n",
|
|
32963
|
+
"canonicalReference": "@empathyco/x-components!resetSpellcheckQuery:var",
|
|
32964
|
+
"docComment": "/**\n * Resets the search state `spellcheckedQuery` to its initial value, an empty string.\n *\n * @public\n */\n",
|
|
32881
32965
|
"excerptTokens": [
|
|
32882
32966
|
{
|
|
32883
32967
|
"kind": "Content",
|
|
32884
|
-
"text": "
|
|
32968
|
+
"text": "resetSpellcheckQuery: "
|
|
32885
32969
|
},
|
|
32886
32970
|
{
|
|
32887
32971
|
"kind": "Content",
|
|
32888
|
-
"text": "import(\"
|
|
32972
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
32889
32973
|
},
|
|
32890
32974
|
{
|
|
32891
32975
|
"kind": "Reference",
|
|
@@ -32894,7 +32978,7 @@
|
|
|
32894
32978
|
}
|
|
32895
32979
|
],
|
|
32896
32980
|
"releaseTag": "Public",
|
|
32897
|
-
"name": "
|
|
32981
|
+
"name": "resetSpellcheckQuery",
|
|
32898
32982
|
"variableTypeTokenRange": {
|
|
32899
32983
|
"startIndex": 1,
|
|
32900
32984
|
"endIndex": 3
|
|
@@ -32902,16 +32986,16 @@
|
|
|
32902
32986
|
},
|
|
32903
32987
|
{
|
|
32904
32988
|
"kind": "Variable",
|
|
32905
|
-
"canonicalReference": "@empathyco/x-components!
|
|
32906
|
-
"docComment": "/**\n *
|
|
32989
|
+
"canonicalReference": "@empathyco/x-components!resetStateWire:var",
|
|
32990
|
+
"docComment": "/**\n * Batches state resets after {@link SearchGetters.request} parameters update.\n *\n * @public\n */\n",
|
|
32907
32991
|
"excerptTokens": [
|
|
32908
32992
|
{
|
|
32909
32993
|
"kind": "Content",
|
|
32910
|
-
"text": "
|
|
32994
|
+
"text": "resetStateWire: "
|
|
32911
32995
|
},
|
|
32912
32996
|
{
|
|
32913
32997
|
"kind": "Content",
|
|
32914
|
-
"text": "import(\"
|
|
32998
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
32915
32999
|
},
|
|
32916
33000
|
{
|
|
32917
33001
|
"kind": "Reference",
|
|
@@ -32920,7 +33004,7 @@
|
|
|
32920
33004
|
}
|
|
32921
33005
|
],
|
|
32922
33006
|
"releaseTag": "Public",
|
|
32923
|
-
"name": "
|
|
33007
|
+
"name": "resetStateWire",
|
|
32924
33008
|
"variableTypeTokenRange": {
|
|
32925
33009
|
"startIndex": 1,
|
|
32926
33010
|
"endIndex": 3
|
|
@@ -33366,7 +33450,7 @@
|
|
|
33366
33450
|
},
|
|
33367
33451
|
{
|
|
33368
33452
|
"kind": "Content",
|
|
33369
|
-
"text": "import(\"
|
|
33453
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
33370
33454
|
},
|
|
33371
33455
|
{
|
|
33372
33456
|
"kind": "Reference",
|
|
@@ -33410,7 +33494,7 @@
|
|
|
33410
33494
|
{
|
|
33411
33495
|
"kind": "Class",
|
|
33412
33496
|
"canonicalReference": "@empathyco/x-components!Scroll:class",
|
|
33413
|
-
"docComment": "/**\n *
|
|
33497
|
+
"docComment": "/**\n * Scrollable container that emits scroll related X Events. It exposes all the listeners and props from the {@link BaseScroll} component.\n *\n * @public\n */\n",
|
|
33414
33498
|
"excerptTokens": [
|
|
33415
33499
|
{
|
|
33416
33500
|
"kind": "Content",
|
|
@@ -33429,33 +33513,6 @@
|
|
|
33429
33513
|
"releaseTag": "Public",
|
|
33430
33514
|
"name": "Scroll",
|
|
33431
33515
|
"members": [
|
|
33432
|
-
{
|
|
33433
|
-
"kind": "Property",
|
|
33434
|
-
"canonicalReference": "@empathyco/x-components!Scroll#distanceToBottom:member",
|
|
33435
|
-
"docComment": "/**\n * Distance to the end of the scroll that when reached will emit the `scroll:about-to-end` event.\n *\n * @public\n */\n",
|
|
33436
|
-
"excerptTokens": [
|
|
33437
|
-
{
|
|
33438
|
-
"kind": "Content",
|
|
33439
|
-
"text": "distanceToBottom: "
|
|
33440
|
-
},
|
|
33441
|
-
{
|
|
33442
|
-
"kind": "Content",
|
|
33443
|
-
"text": "number"
|
|
33444
|
-
},
|
|
33445
|
-
{
|
|
33446
|
-
"kind": "Content",
|
|
33447
|
-
"text": ";"
|
|
33448
|
-
}
|
|
33449
|
-
],
|
|
33450
|
-
"isOptional": false,
|
|
33451
|
-
"releaseTag": "Public",
|
|
33452
|
-
"name": "distanceToBottom",
|
|
33453
|
-
"propertyTypeTokenRange": {
|
|
33454
|
-
"startIndex": 1,
|
|
33455
|
-
"endIndex": 2
|
|
33456
|
-
},
|
|
33457
|
-
"isStatic": false
|
|
33458
|
-
},
|
|
33459
33516
|
{
|
|
33460
33517
|
"kind": "Property",
|
|
33461
33518
|
"canonicalReference": "@empathyco/x-components!Scroll#id:member",
|
|
@@ -33482,33 +33539,6 @@
|
|
|
33482
33539
|
"endIndex": 2
|
|
33483
33540
|
},
|
|
33484
33541
|
"isStatic": false
|
|
33485
|
-
},
|
|
33486
|
-
{
|
|
33487
|
-
"kind": "Property",
|
|
33488
|
-
"canonicalReference": "@empathyco/x-components!Scroll#throttleMs:member",
|
|
33489
|
-
"docComment": "/**\n * Time duration to ignore the subsequent scroll events after an emission. Higher values will decrease events precision but can prevent performance issues.\n *\n * @public\n */\n",
|
|
33490
|
-
"excerptTokens": [
|
|
33491
|
-
{
|
|
33492
|
-
"kind": "Content",
|
|
33493
|
-
"text": "throttleMs: "
|
|
33494
|
-
},
|
|
33495
|
-
{
|
|
33496
|
-
"kind": "Content",
|
|
33497
|
-
"text": "number"
|
|
33498
|
-
},
|
|
33499
|
-
{
|
|
33500
|
-
"kind": "Content",
|
|
33501
|
-
"text": ";"
|
|
33502
|
-
}
|
|
33503
|
-
],
|
|
33504
|
-
"isOptional": false,
|
|
33505
|
-
"releaseTag": "Public",
|
|
33506
|
-
"name": "throttleMs",
|
|
33507
|
-
"propertyTypeTokenRange": {
|
|
33508
|
-
"startIndex": 1,
|
|
33509
|
-
"endIndex": 2
|
|
33510
|
-
},
|
|
33511
|
-
"isStatic": false
|
|
33512
33542
|
}
|
|
33513
33543
|
],
|
|
33514
33544
|
"extendsTokenRange": {
|
|
@@ -33823,6 +33853,34 @@
|
|
|
33823
33853
|
},
|
|
33824
33854
|
"isStatic": false
|
|
33825
33855
|
},
|
|
33856
|
+
{
|
|
33857
|
+
"kind": "Property",
|
|
33858
|
+
"canonicalReference": "@empathyco/x-components!ScrollMixin#resetOn:member",
|
|
33859
|
+
"docComment": "/**\n * List of events that should reset the scroll when emitted.\n *\n * @public\n */\n",
|
|
33860
|
+
"excerptTokens": [
|
|
33861
|
+
{
|
|
33862
|
+
"kind": "Content",
|
|
33863
|
+
"text": "resetOn: "
|
|
33864
|
+
},
|
|
33865
|
+
{
|
|
33866
|
+
"kind": "Reference",
|
|
33867
|
+
"text": "XEvent",
|
|
33868
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
33869
|
+
},
|
|
33870
|
+
{
|
|
33871
|
+
"kind": "Content",
|
|
33872
|
+
"text": ";"
|
|
33873
|
+
}
|
|
33874
|
+
],
|
|
33875
|
+
"isOptional": false,
|
|
33876
|
+
"releaseTag": "Public",
|
|
33877
|
+
"name": "resetOn",
|
|
33878
|
+
"propertyTypeTokenRange": {
|
|
33879
|
+
"startIndex": 1,
|
|
33880
|
+
"endIndex": 2
|
|
33881
|
+
},
|
|
33882
|
+
"isStatic": false
|
|
33883
|
+
},
|
|
33826
33884
|
{
|
|
33827
33885
|
"kind": "Property",
|
|
33828
33886
|
"canonicalReference": "@empathyco/x-components!ScrollMixin#resetOnChange:member",
|
|
@@ -34832,8 +34890,8 @@
|
|
|
34832
34890
|
},
|
|
34833
34891
|
{
|
|
34834
34892
|
"kind": "Reference",
|
|
34835
|
-
"text": "
|
|
34836
|
-
"canonicalReference": "@empathyco/x-components!
|
|
34893
|
+
"text": "InternalSearchRequest",
|
|
34894
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
34837
34895
|
},
|
|
34838
34896
|
{
|
|
34839
34897
|
"kind": "Content",
|
|
@@ -34948,6 +35006,51 @@
|
|
|
34948
35006
|
"parameters": [],
|
|
34949
35007
|
"name": "increasePageAppendingResults"
|
|
34950
35008
|
},
|
|
35009
|
+
{
|
|
35010
|
+
"kind": "MethodSignature",
|
|
35011
|
+
"canonicalReference": "@empathyco/x-components!SearchActions#resetState:member(1)",
|
|
35012
|
+
"docComment": "/**\n * Batches state resets in a single action after {@link SearchGetters.request} parameters update.\n *\n * @param watchedRequest - The watched internal search request object.\n */\n",
|
|
35013
|
+
"excerptTokens": [
|
|
35014
|
+
{
|
|
35015
|
+
"kind": "Content",
|
|
35016
|
+
"text": "resetState(watchedRequest: "
|
|
35017
|
+
},
|
|
35018
|
+
{
|
|
35019
|
+
"kind": "Reference",
|
|
35020
|
+
"text": "WatchedInternalSearchRequest",
|
|
35021
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalSearchRequest:interface"
|
|
35022
|
+
},
|
|
35023
|
+
{
|
|
35024
|
+
"kind": "Content",
|
|
35025
|
+
"text": "): "
|
|
35026
|
+
},
|
|
35027
|
+
{
|
|
35028
|
+
"kind": "Content",
|
|
35029
|
+
"text": "void"
|
|
35030
|
+
},
|
|
35031
|
+
{
|
|
35032
|
+
"kind": "Content",
|
|
35033
|
+
"text": ";"
|
|
35034
|
+
}
|
|
35035
|
+
],
|
|
35036
|
+
"isOptional": false,
|
|
35037
|
+
"returnTypeTokenRange": {
|
|
35038
|
+
"startIndex": 3,
|
|
35039
|
+
"endIndex": 4
|
|
35040
|
+
},
|
|
35041
|
+
"releaseTag": "Public",
|
|
35042
|
+
"overloadIndex": 1,
|
|
35043
|
+
"parameters": [
|
|
35044
|
+
{
|
|
35045
|
+
"parameterName": "watchedRequest",
|
|
35046
|
+
"parameterTypeTokenRange": {
|
|
35047
|
+
"startIndex": 1,
|
|
35048
|
+
"endIndex": 2
|
|
35049
|
+
}
|
|
35050
|
+
}
|
|
35051
|
+
],
|
|
35052
|
+
"name": "resetState"
|
|
35053
|
+
},
|
|
34951
35054
|
{
|
|
34952
35055
|
"kind": "MethodSignature",
|
|
34953
35056
|
"canonicalReference": "@empathyco/x-components!SearchActions#saveOrigin:member(1)",
|
|
@@ -35855,8 +35958,8 @@
|
|
|
35855
35958
|
},
|
|
35856
35959
|
{
|
|
35857
35960
|
"kind": "Reference",
|
|
35858
|
-
"text": "
|
|
35859
|
-
"canonicalReference": "@empathyco/x-components!
|
|
35961
|
+
"text": "InternalSearchRequest",
|
|
35962
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
35860
35963
|
},
|
|
35861
35964
|
{
|
|
35862
35965
|
"kind": "Content",
|
|
@@ -37879,8 +37982,8 @@
|
|
|
37879
37982
|
},
|
|
37880
37983
|
{
|
|
37881
37984
|
"kind": "Reference",
|
|
37882
|
-
"text": "
|
|
37883
|
-
"canonicalReference": "@empathyco/x-components!
|
|
37985
|
+
"text": "InternalSearchRequest",
|
|
37986
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
37884
37987
|
},
|
|
37885
37988
|
{
|
|
37886
37989
|
"kind": "Content",
|
|
@@ -37899,6 +38002,33 @@
|
|
|
37899
38002
|
"endIndex": 3
|
|
37900
38003
|
}
|
|
37901
38004
|
},
|
|
38005
|
+
{
|
|
38006
|
+
"kind": "PropertySignature",
|
|
38007
|
+
"canonicalReference": "@empathyco/x-components!SearchXEvents#SearchRequestUpdated:member",
|
|
38008
|
+
"docComment": "/**\n * Any property of the search request has been updated. * Payload: The new internal request object.\n */\n",
|
|
38009
|
+
"excerptTokens": [
|
|
38010
|
+
{
|
|
38011
|
+
"kind": "Content",
|
|
38012
|
+
"text": "SearchRequestUpdated: "
|
|
38013
|
+
},
|
|
38014
|
+
{
|
|
38015
|
+
"kind": "Reference",
|
|
38016
|
+
"text": "InternalSearchRequest",
|
|
38017
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
38018
|
+
},
|
|
38019
|
+
{
|
|
38020
|
+
"kind": "Content",
|
|
38021
|
+
"text": ";"
|
|
38022
|
+
}
|
|
38023
|
+
],
|
|
38024
|
+
"isOptional": false,
|
|
38025
|
+
"releaseTag": "Public",
|
|
38026
|
+
"name": "SearchRequestUpdated",
|
|
38027
|
+
"propertyTypeTokenRange": {
|
|
38028
|
+
"startIndex": 1,
|
|
38029
|
+
"endIndex": 2
|
|
38030
|
+
}
|
|
38031
|
+
},
|
|
37902
38032
|
{
|
|
37903
38033
|
"kind": "PropertySignature",
|
|
37904
38034
|
"canonicalReference": "@empathyco/x-components!SearchXEvents#SearchTaggingChanged:member",
|
|
@@ -39078,7 +39208,7 @@
|
|
|
39078
39208
|
},
|
|
39079
39209
|
{
|
|
39080
39210
|
"kind": "Content",
|
|
39081
|
-
"text": "import(\"
|
|
39211
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39082
39212
|
},
|
|
39083
39213
|
{
|
|
39084
39214
|
"kind": "Reference",
|
|
@@ -39370,6 +39500,41 @@
|
|
|
39370
39500
|
"endIndex": 3
|
|
39371
39501
|
}
|
|
39372
39502
|
},
|
|
39503
|
+
{
|
|
39504
|
+
"kind": "Variable",
|
|
39505
|
+
"canonicalReference": "@empathyco/x-components!setQueryTaggingInfo:var",
|
|
39506
|
+
"docComment": "/**\n * Sets the tagging state of the query tagging info using a debounce which ends if the user accepts a query.\n *\n * @public\n */\n",
|
|
39507
|
+
"excerptTokens": [
|
|
39508
|
+
{
|
|
39509
|
+
"kind": "Content",
|
|
39510
|
+
"text": "setQueryTaggingInfo: "
|
|
39511
|
+
},
|
|
39512
|
+
{
|
|
39513
|
+
"kind": "Reference",
|
|
39514
|
+
"text": "Wire",
|
|
39515
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
39516
|
+
},
|
|
39517
|
+
{
|
|
39518
|
+
"kind": "Content",
|
|
39519
|
+
"text": "<"
|
|
39520
|
+
},
|
|
39521
|
+
{
|
|
39522
|
+
"kind": "Reference",
|
|
39523
|
+
"text": "TaggingInfo",
|
|
39524
|
+
"canonicalReference": "@empathyco/x-components!TaggingInfo:interface"
|
|
39525
|
+
},
|
|
39526
|
+
{
|
|
39527
|
+
"kind": "Content",
|
|
39528
|
+
"text": ">"
|
|
39529
|
+
}
|
|
39530
|
+
],
|
|
39531
|
+
"releaseTag": "Public",
|
|
39532
|
+
"name": "setQueryTaggingInfo",
|
|
39533
|
+
"variableTypeTokenRange": {
|
|
39534
|
+
"startIndex": 1,
|
|
39535
|
+
"endIndex": 5
|
|
39536
|
+
}
|
|
39537
|
+
},
|
|
39373
39538
|
{
|
|
39374
39539
|
"kind": "Variable",
|
|
39375
39540
|
"canonicalReference": "@empathyco/x-components!setRecommendationsExtraParams:var",
|
|
@@ -39420,7 +39585,7 @@
|
|
|
39420
39585
|
},
|
|
39421
39586
|
{
|
|
39422
39587
|
"kind": "Content",
|
|
39423
|
-
"text": "import(\"
|
|
39588
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39424
39589
|
},
|
|
39425
39590
|
{
|
|
39426
39591
|
"kind": "Reference",
|
|
@@ -39736,7 +39901,7 @@
|
|
|
39736
39901
|
},
|
|
39737
39902
|
{
|
|
39738
39903
|
"kind": "Content",
|
|
39739
|
-
"text": "import(\"
|
|
39904
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39740
39905
|
},
|
|
39741
39906
|
{
|
|
39742
39907
|
"kind": "Reference",
|
|
@@ -39775,7 +39940,7 @@
|
|
|
39775
39940
|
},
|
|
39776
39941
|
{
|
|
39777
39942
|
"kind": "Content",
|
|
39778
|
-
"text": "import(\"
|
|
39943
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39779
39944
|
},
|
|
39780
39945
|
{
|
|
39781
39946
|
"kind": "Reference",
|
|
@@ -39805,7 +39970,7 @@
|
|
|
39805
39970
|
},
|
|
39806
39971
|
{
|
|
39807
39972
|
"kind": "Content",
|
|
39808
|
-
"text": "import(\"
|
|
39973
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39809
39974
|
},
|
|
39810
39975
|
{
|
|
39811
39976
|
"kind": "Reference",
|
|
@@ -39835,7 +40000,7 @@
|
|
|
39835
40000
|
},
|
|
39836
40001
|
{
|
|
39837
40002
|
"kind": "Content",
|
|
39838
|
-
"text": "import(\"
|
|
40003
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39839
40004
|
},
|
|
39840
40005
|
{
|
|
39841
40006
|
"kind": "Reference",
|
|
@@ -39900,7 +40065,7 @@
|
|
|
39900
40065
|
},
|
|
39901
40066
|
{
|
|
39902
40067
|
"kind": "Content",
|
|
39903
|
-
"text": "import(\"
|
|
40068
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
39904
40069
|
},
|
|
39905
40070
|
{
|
|
39906
40071
|
"kind": "Reference",
|
|
@@ -40059,7 +40224,7 @@
|
|
|
40059
40224
|
},
|
|
40060
40225
|
{
|
|
40061
40226
|
"kind": "Content",
|
|
40062
|
-
"text": "import(\"
|
|
40227
|
+
"text": "import(\"../../wiring/wiring.types\")."
|
|
40063
40228
|
},
|
|
40064
40229
|
{
|
|
40065
40230
|
"kind": "Reference",
|
|
@@ -40554,7 +40719,7 @@
|
|
|
40554
40719
|
{
|
|
40555
40720
|
"kind": "Class",
|
|
40556
40721
|
"canonicalReference": "@empathyco/x-components!SlidingPanel:class",
|
|
40557
|
-
"docComment": "/**\n *
|
|
40722
|
+
"docComment": "/**\n * This component allows for any other component or element inside it to be horizontally navigable. It also implements customizable buttons as well as other minor customizations to its general behavior.\n *\n * @public\n */\n",
|
|
40558
40723
|
"excerptTokens": [
|
|
40559
40724
|
{
|
|
40560
40725
|
"kind": "Content",
|
|
@@ -40575,104 +40740,12 @@
|
|
|
40575
40740
|
"members": [
|
|
40576
40741
|
{
|
|
40577
40742
|
"kind": "Property",
|
|
40578
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel
|
|
40579
|
-
"docComment": "/**\n *
|
|
40743
|
+
"canonicalReference": "@empathyco/x-components!SlidingPanel#resetOnContentChange:member",
|
|
40744
|
+
"docComment": "/**\n * When true, whenever the DOM content in the sliding panel slot changes, it will reset the scroll position to 0.\n *\n * @public\n */\n",
|
|
40580
40745
|
"excerptTokens": [
|
|
40581
40746
|
{
|
|
40582
40747
|
"kind": "Content",
|
|
40583
|
-
"text": "
|
|
40584
|
-
},
|
|
40585
|
-
{
|
|
40586
|
-
"kind": "Content",
|
|
40587
|
-
"text": "{\n scrollContainer: "
|
|
40588
|
-
},
|
|
40589
|
-
{
|
|
40590
|
-
"kind": "Reference",
|
|
40591
|
-
"text": "HTMLElement",
|
|
40592
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
40593
|
-
},
|
|
40594
|
-
{
|
|
40595
|
-
"kind": "Content",
|
|
40596
|
-
"text": ";\n }"
|
|
40597
|
-
},
|
|
40598
|
-
{
|
|
40599
|
-
"kind": "Content",
|
|
40600
|
-
"text": ";"
|
|
40601
|
-
}
|
|
40602
|
-
],
|
|
40603
|
-
"isOptional": false,
|
|
40604
|
-
"releaseTag": "Public",
|
|
40605
|
-
"name": "$refs",
|
|
40606
|
-
"propertyTypeTokenRange": {
|
|
40607
|
-
"startIndex": 1,
|
|
40608
|
-
"endIndex": 4
|
|
40609
|
-
},
|
|
40610
|
-
"isStatic": false
|
|
40611
|
-
},
|
|
40612
|
-
{
|
|
40613
|
-
"kind": "Method",
|
|
40614
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel#beforeDestroy:member(1)",
|
|
40615
|
-
"docComment": "",
|
|
40616
|
-
"excerptTokens": [
|
|
40617
|
-
{
|
|
40618
|
-
"kind": "Content",
|
|
40619
|
-
"text": "beforeDestroy(): "
|
|
40620
|
-
},
|
|
40621
|
-
{
|
|
40622
|
-
"kind": "Content",
|
|
40623
|
-
"text": "void"
|
|
40624
|
-
},
|
|
40625
|
-
{
|
|
40626
|
-
"kind": "Content",
|
|
40627
|
-
"text": ";"
|
|
40628
|
-
}
|
|
40629
|
-
],
|
|
40630
|
-
"isOptional": false,
|
|
40631
|
-
"isStatic": false,
|
|
40632
|
-
"returnTypeTokenRange": {
|
|
40633
|
-
"startIndex": 1,
|
|
40634
|
-
"endIndex": 2
|
|
40635
|
-
},
|
|
40636
|
-
"releaseTag": "Public",
|
|
40637
|
-
"overloadIndex": 1,
|
|
40638
|
-
"parameters": [],
|
|
40639
|
-
"name": "beforeDestroy"
|
|
40640
|
-
},
|
|
40641
|
-
{
|
|
40642
|
-
"kind": "Property",
|
|
40643
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel#isScrollAtEnd:member",
|
|
40644
|
-
"docComment": "/**\n * Indicates if the scroll is at the end of the sliding panel.\n */\n",
|
|
40645
|
-
"excerptTokens": [
|
|
40646
|
-
{
|
|
40647
|
-
"kind": "Content",
|
|
40648
|
-
"text": "protected isScrollAtEnd: "
|
|
40649
|
-
},
|
|
40650
|
-
{
|
|
40651
|
-
"kind": "Content",
|
|
40652
|
-
"text": "boolean"
|
|
40653
|
-
},
|
|
40654
|
-
{
|
|
40655
|
-
"kind": "Content",
|
|
40656
|
-
"text": ";"
|
|
40657
|
-
}
|
|
40658
|
-
],
|
|
40659
|
-
"isOptional": false,
|
|
40660
|
-
"releaseTag": "Public",
|
|
40661
|
-
"name": "isScrollAtEnd",
|
|
40662
|
-
"propertyTypeTokenRange": {
|
|
40663
|
-
"startIndex": 1,
|
|
40664
|
-
"endIndex": 2
|
|
40665
|
-
},
|
|
40666
|
-
"isStatic": false
|
|
40667
|
-
},
|
|
40668
|
-
{
|
|
40669
|
-
"kind": "Property",
|
|
40670
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel#isScrollAtStart:member",
|
|
40671
|
-
"docComment": "/**\n * Indicates if the scroll is at the start of the sliding panel.\n */\n",
|
|
40672
|
-
"excerptTokens": [
|
|
40673
|
-
{
|
|
40674
|
-
"kind": "Content",
|
|
40675
|
-
"text": "protected isScrollAtStart: "
|
|
40748
|
+
"text": "resetOnContentChange: "
|
|
40676
40749
|
},
|
|
40677
40750
|
{
|
|
40678
40751
|
"kind": "Content",
|
|
@@ -40685,50 +40758,21 @@
|
|
|
40685
40758
|
],
|
|
40686
40759
|
"isOptional": false,
|
|
40687
40760
|
"releaseTag": "Public",
|
|
40688
|
-
"name": "
|
|
40761
|
+
"name": "resetOnContentChange",
|
|
40689
40762
|
"propertyTypeTokenRange": {
|
|
40690
40763
|
"startIndex": 1,
|
|
40691
40764
|
"endIndex": 2
|
|
40692
40765
|
},
|
|
40693
40766
|
"isStatic": false
|
|
40694
40767
|
},
|
|
40695
|
-
{
|
|
40696
|
-
"kind": "Method",
|
|
40697
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel#mounted:member(1)",
|
|
40698
|
-
"docComment": "",
|
|
40699
|
-
"excerptTokens": [
|
|
40700
|
-
{
|
|
40701
|
-
"kind": "Content",
|
|
40702
|
-
"text": "mounted(): "
|
|
40703
|
-
},
|
|
40704
|
-
{
|
|
40705
|
-
"kind": "Content",
|
|
40706
|
-
"text": "void"
|
|
40707
|
-
},
|
|
40708
|
-
{
|
|
40709
|
-
"kind": "Content",
|
|
40710
|
-
"text": ";"
|
|
40711
|
-
}
|
|
40712
|
-
],
|
|
40713
|
-
"isOptional": false,
|
|
40714
|
-
"isStatic": false,
|
|
40715
|
-
"returnTypeTokenRange": {
|
|
40716
|
-
"startIndex": 1,
|
|
40717
|
-
"endIndex": 2
|
|
40718
|
-
},
|
|
40719
|
-
"releaseTag": "Public",
|
|
40720
|
-
"overloadIndex": 1,
|
|
40721
|
-
"parameters": [],
|
|
40722
|
-
"name": "mounted"
|
|
40723
|
-
},
|
|
40724
40768
|
{
|
|
40725
40769
|
"kind": "Property",
|
|
40726
40770
|
"canonicalReference": "@empathyco/x-components!SlidingPanel#scrollFactor:member",
|
|
40727
|
-
"docComment": "/**\n * Scroll factor that will dictate how much the scroll moves when pressing a navigation button.\n */\n",
|
|
40771
|
+
"docComment": "/**\n * Scroll factor that will dictate how much the scroll moves when pressing a navigation button.\n *\n * @public\n */\n",
|
|
40728
40772
|
"excerptTokens": [
|
|
40729
40773
|
{
|
|
40730
40774
|
"kind": "Content",
|
|
40731
|
-
"text": "
|
|
40775
|
+
"text": "scrollFactor: "
|
|
40732
40776
|
},
|
|
40733
40777
|
{
|
|
40734
40778
|
"kind": "Content",
|
|
@@ -40748,42 +40792,14 @@
|
|
|
40748
40792
|
},
|
|
40749
40793
|
"isStatic": false
|
|
40750
40794
|
},
|
|
40751
|
-
{
|
|
40752
|
-
"kind": "Property",
|
|
40753
|
-
"canonicalReference": "@empathyco/x-components!SlidingPanel#scrollObserver:member",
|
|
40754
|
-
"docComment": "/**\n * MutationObserver that watches for changes inside the wrapping div to update the scroll position.\n */\n",
|
|
40755
|
-
"excerptTokens": [
|
|
40756
|
-
{
|
|
40757
|
-
"kind": "Content",
|
|
40758
|
-
"text": "protected scrollObserver: "
|
|
40759
|
-
},
|
|
40760
|
-
{
|
|
40761
|
-
"kind": "Reference",
|
|
40762
|
-
"text": "MutationObserver",
|
|
40763
|
-
"canonicalReference": "!MutationObserver:interface"
|
|
40764
|
-
},
|
|
40765
|
-
{
|
|
40766
|
-
"kind": "Content",
|
|
40767
|
-
"text": ";"
|
|
40768
|
-
}
|
|
40769
|
-
],
|
|
40770
|
-
"isOptional": false,
|
|
40771
|
-
"releaseTag": "Public",
|
|
40772
|
-
"name": "scrollObserver",
|
|
40773
|
-
"propertyTypeTokenRange": {
|
|
40774
|
-
"startIndex": 1,
|
|
40775
|
-
"endIndex": 2
|
|
40776
|
-
},
|
|
40777
|
-
"isStatic": false
|
|
40778
|
-
},
|
|
40779
40795
|
{
|
|
40780
40796
|
"kind": "Property",
|
|
40781
40797
|
"canonicalReference": "@empathyco/x-components!SlidingPanel#showButtons:member",
|
|
40782
|
-
"docComment": "/**\n * Would make the navigation buttons visible when they're needed or always hide them.\n */\n",
|
|
40798
|
+
"docComment": "/**\n * Would make the navigation buttons visible when they're needed or always hide them.\n *\n * @public\n */\n",
|
|
40783
40799
|
"excerptTokens": [
|
|
40784
40800
|
{
|
|
40785
40801
|
"kind": "Content",
|
|
40786
|
-
"text": "
|
|
40802
|
+
"text": "showButtons: "
|
|
40787
40803
|
},
|
|
40788
40804
|
{
|
|
40789
40805
|
"kind": "Content",
|
|
@@ -42932,6 +42948,51 @@
|
|
|
42932
42948
|
],
|
|
42933
42949
|
"name": "setQueryTaggingDebounce"
|
|
42934
42950
|
},
|
|
42951
|
+
{
|
|
42952
|
+
"kind": "MethodSignature",
|
|
42953
|
+
"canonicalReference": "@empathyco/x-components!TaggingMutations#setQueryTaggingInfo:member(1)",
|
|
42954
|
+
"docComment": "/**\n * Sets the {@link TaggingState.queryTaggingInfo} property.\n *\n * @param queryTaggingInfo - The new {@link TaggingState.queryTaggingInfo}.\n */\n",
|
|
42955
|
+
"excerptTokens": [
|
|
42956
|
+
{
|
|
42957
|
+
"kind": "Content",
|
|
42958
|
+
"text": "setQueryTaggingInfo(queryTaggingInfo: "
|
|
42959
|
+
},
|
|
42960
|
+
{
|
|
42961
|
+
"kind": "Reference",
|
|
42962
|
+
"text": "TaggingInfo",
|
|
42963
|
+
"canonicalReference": "@empathyco/x-components!TaggingInfo:interface"
|
|
42964
|
+
},
|
|
42965
|
+
{
|
|
42966
|
+
"kind": "Content",
|
|
42967
|
+
"text": "): "
|
|
42968
|
+
},
|
|
42969
|
+
{
|
|
42970
|
+
"kind": "Content",
|
|
42971
|
+
"text": "void"
|
|
42972
|
+
},
|
|
42973
|
+
{
|
|
42974
|
+
"kind": "Content",
|
|
42975
|
+
"text": ";"
|
|
42976
|
+
}
|
|
42977
|
+
],
|
|
42978
|
+
"isOptional": false,
|
|
42979
|
+
"returnTypeTokenRange": {
|
|
42980
|
+
"startIndex": 3,
|
|
42981
|
+
"endIndex": 4
|
|
42982
|
+
},
|
|
42983
|
+
"releaseTag": "Public",
|
|
42984
|
+
"overloadIndex": 1,
|
|
42985
|
+
"parameters": [
|
|
42986
|
+
{
|
|
42987
|
+
"parameterName": "queryTaggingInfo",
|
|
42988
|
+
"parameterTypeTokenRange": {
|
|
42989
|
+
"startIndex": 1,
|
|
42990
|
+
"endIndex": 2
|
|
42991
|
+
}
|
|
42992
|
+
}
|
|
42993
|
+
],
|
|
42994
|
+
"name": "setQueryTaggingInfo"
|
|
42995
|
+
},
|
|
42935
42996
|
{
|
|
42936
42997
|
"kind": "MethodSignature",
|
|
42937
42998
|
"canonicalReference": "@empathyco/x-components!TaggingMutations#setSessionDuration:member(1)",
|
|
@@ -43044,6 +43105,37 @@
|
|
|
43044
43105
|
"startIndex": 1,
|
|
43045
43106
|
"endIndex": 2
|
|
43046
43107
|
}
|
|
43108
|
+
},
|
|
43109
|
+
{
|
|
43110
|
+
"kind": "PropertySignature",
|
|
43111
|
+
"canonicalReference": "@empathyco/x-components!TaggingState#queryTaggingInfo:member",
|
|
43112
|
+
"docComment": "/**\n * Tagging info for last accepted query.\n */\n",
|
|
43113
|
+
"excerptTokens": [
|
|
43114
|
+
{
|
|
43115
|
+
"kind": "Content",
|
|
43116
|
+
"text": "queryTaggingInfo: "
|
|
43117
|
+
},
|
|
43118
|
+
{
|
|
43119
|
+
"kind": "Reference",
|
|
43120
|
+
"text": "TaggingInfo",
|
|
43121
|
+
"canonicalReference": "@empathyco/x-components!TaggingInfo:interface"
|
|
43122
|
+
},
|
|
43123
|
+
{
|
|
43124
|
+
"kind": "Content",
|
|
43125
|
+
"text": " | null"
|
|
43126
|
+
},
|
|
43127
|
+
{
|
|
43128
|
+
"kind": "Content",
|
|
43129
|
+
"text": ";"
|
|
43130
|
+
}
|
|
43131
|
+
],
|
|
43132
|
+
"isOptional": false,
|
|
43133
|
+
"releaseTag": "Public",
|
|
43134
|
+
"name": "queryTaggingInfo",
|
|
43135
|
+
"propertyTypeTokenRange": {
|
|
43136
|
+
"startIndex": 1,
|
|
43137
|
+
"endIndex": 3
|
|
43138
|
+
}
|
|
43047
43139
|
}
|
|
43048
43140
|
],
|
|
43049
43141
|
"extendsTokenRanges": []
|
|
@@ -43139,6 +43231,33 @@
|
|
|
43139
43231
|
"endIndex": 2
|
|
43140
43232
|
}
|
|
43141
43233
|
},
|
|
43234
|
+
{
|
|
43235
|
+
"kind": "PropertySignature",
|
|
43236
|
+
"canonicalReference": "@empathyco/x-components!TaggingXEvents#SearchTaggingReceived:member",
|
|
43237
|
+
"docComment": "/**\n * Query tagging info has changed. * Payload: The new query tagging info.\n */\n",
|
|
43238
|
+
"excerptTokens": [
|
|
43239
|
+
{
|
|
43240
|
+
"kind": "Content",
|
|
43241
|
+
"text": "SearchTaggingReceived: "
|
|
43242
|
+
},
|
|
43243
|
+
{
|
|
43244
|
+
"kind": "Reference",
|
|
43245
|
+
"text": "TaggingInfo",
|
|
43246
|
+
"canonicalReference": "@empathyco/x-components!TaggingInfo:interface"
|
|
43247
|
+
},
|
|
43248
|
+
{
|
|
43249
|
+
"kind": "Content",
|
|
43250
|
+
"text": ";"
|
|
43251
|
+
}
|
|
43252
|
+
],
|
|
43253
|
+
"isOptional": false,
|
|
43254
|
+
"releaseTag": "Public",
|
|
43255
|
+
"name": "SearchTaggingReceived",
|
|
43256
|
+
"propertyTypeTokenRange": {
|
|
43257
|
+
"startIndex": 1,
|
|
43258
|
+
"endIndex": 2
|
|
43259
|
+
}
|
|
43260
|
+
},
|
|
43142
43261
|
{
|
|
43143
43262
|
"kind": "PropertySignature",
|
|
43144
43263
|
"canonicalReference": "@empathyco/x-components!TaggingXEvents#SessionDurationProvided:member",
|
|
@@ -43908,7 +44027,7 @@
|
|
|
43908
44027
|
{
|
|
43909
44028
|
"kind": "Variable",
|
|
43910
44029
|
"canonicalReference": "@empathyco/x-components!trackQueryWire:var",
|
|
43911
|
-
"docComment": "/**\n * Tracks the tagging of the query
|
|
44030
|
+
"docComment": "/**\n * Tracks the tagging of the query.\n *\n * @public\n */\n",
|
|
43912
44031
|
"excerptTokens": [
|
|
43913
44032
|
{
|
|
43914
44033
|
"kind": "Content",
|
|
@@ -43921,7 +44040,7 @@
|
|
|
43921
44040
|
},
|
|
43922
44041
|
{
|
|
43923
44042
|
"kind": "Content",
|
|
43924
|
-
"text": "<
|
|
44043
|
+
"text": "<"
|
|
43925
44044
|
},
|
|
43926
44045
|
{
|
|
43927
44046
|
"kind": "Reference",
|
|
@@ -43930,7 +44049,7 @@
|
|
|
43930
44049
|
},
|
|
43931
44050
|
{
|
|
43932
44051
|
"kind": "Content",
|
|
43933
|
-
"text": " |
|
|
44052
|
+
"text": " | "
|
|
43934
44053
|
},
|
|
43935
44054
|
{
|
|
43936
44055
|
"kind": "Reference",
|
|
@@ -45488,6 +45607,76 @@
|
|
|
45488
45607
|
"endIndex": 6
|
|
45489
45608
|
}
|
|
45490
45609
|
},
|
|
45610
|
+
{
|
|
45611
|
+
"kind": "Interface",
|
|
45612
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalSearchRequest:interface",
|
|
45613
|
+
"docComment": "/**\n * A representation of a watched {@link InternalSearchRequest} object, wrapping its new and old values.\n *\n * @public\n */\n",
|
|
45614
|
+
"excerptTokens": [
|
|
45615
|
+
{
|
|
45616
|
+
"kind": "Content",
|
|
45617
|
+
"text": "export interface WatchedInternalSearchRequest "
|
|
45618
|
+
}
|
|
45619
|
+
],
|
|
45620
|
+
"releaseTag": "Public",
|
|
45621
|
+
"name": "WatchedInternalSearchRequest",
|
|
45622
|
+
"members": [
|
|
45623
|
+
{
|
|
45624
|
+
"kind": "PropertySignature",
|
|
45625
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalSearchRequest#newRequest:member",
|
|
45626
|
+
"docComment": "",
|
|
45627
|
+
"excerptTokens": [
|
|
45628
|
+
{
|
|
45629
|
+
"kind": "Content",
|
|
45630
|
+
"text": "newRequest: "
|
|
45631
|
+
},
|
|
45632
|
+
{
|
|
45633
|
+
"kind": "Reference",
|
|
45634
|
+
"text": "InternalSearchRequest",
|
|
45635
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
45636
|
+
},
|
|
45637
|
+
{
|
|
45638
|
+
"kind": "Content",
|
|
45639
|
+
"text": ";"
|
|
45640
|
+
}
|
|
45641
|
+
],
|
|
45642
|
+
"isOptional": false,
|
|
45643
|
+
"releaseTag": "Public",
|
|
45644
|
+
"name": "newRequest",
|
|
45645
|
+
"propertyTypeTokenRange": {
|
|
45646
|
+
"startIndex": 1,
|
|
45647
|
+
"endIndex": 2
|
|
45648
|
+
}
|
|
45649
|
+
},
|
|
45650
|
+
{
|
|
45651
|
+
"kind": "PropertySignature",
|
|
45652
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalSearchRequest#oldRequest:member",
|
|
45653
|
+
"docComment": "",
|
|
45654
|
+
"excerptTokens": [
|
|
45655
|
+
{
|
|
45656
|
+
"kind": "Content",
|
|
45657
|
+
"text": "oldRequest: "
|
|
45658
|
+
},
|
|
45659
|
+
{
|
|
45660
|
+
"kind": "Reference",
|
|
45661
|
+
"text": "InternalSearchRequest",
|
|
45662
|
+
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface"
|
|
45663
|
+
},
|
|
45664
|
+
{
|
|
45665
|
+
"kind": "Content",
|
|
45666
|
+
"text": ";"
|
|
45667
|
+
}
|
|
45668
|
+
],
|
|
45669
|
+
"isOptional": false,
|
|
45670
|
+
"releaseTag": "Public",
|
|
45671
|
+
"name": "oldRequest",
|
|
45672
|
+
"propertyTypeTokenRange": {
|
|
45673
|
+
"startIndex": 1,
|
|
45674
|
+
"endIndex": 2
|
|
45675
|
+
}
|
|
45676
|
+
}
|
|
45677
|
+
],
|
|
45678
|
+
"extendsTokenRanges": []
|
|
45679
|
+
},
|
|
45491
45680
|
{
|
|
45492
45681
|
"kind": "Class",
|
|
45493
45682
|
"canonicalReference": "@empathyco/x-components!WindowScroll:class",
|
|
@@ -46422,6 +46611,32 @@
|
|
|
46422
46611
|
"endIndex": 3
|
|
46423
46612
|
}
|
|
46424
46613
|
},
|
|
46614
|
+
{
|
|
46615
|
+
"kind": "PropertySignature",
|
|
46616
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata#oldValue:member",
|
|
46617
|
+
"docComment": "/**\n * The old value of a watched selector triggering an emitter.\n */\n",
|
|
46618
|
+
"excerptTokens": [
|
|
46619
|
+
{
|
|
46620
|
+
"kind": "Content",
|
|
46621
|
+
"text": "oldValue?: "
|
|
46622
|
+
},
|
|
46623
|
+
{
|
|
46624
|
+
"kind": "Content",
|
|
46625
|
+
"text": "unknown"
|
|
46626
|
+
},
|
|
46627
|
+
{
|
|
46628
|
+
"kind": "Content",
|
|
46629
|
+
"text": ";"
|
|
46630
|
+
}
|
|
46631
|
+
],
|
|
46632
|
+
"isOptional": true,
|
|
46633
|
+
"releaseTag": "Public",
|
|
46634
|
+
"name": "oldValue",
|
|
46635
|
+
"propertyTypeTokenRange": {
|
|
46636
|
+
"startIndex": 1,
|
|
46637
|
+
"endIndex": 2
|
|
46638
|
+
}
|
|
46639
|
+
},
|
|
46425
46640
|
{
|
|
46426
46641
|
"kind": "PropertySignature",
|
|
46427
46642
|
"canonicalReference": "@empathyco/x-components!WireMetadata#target:member",
|
|
@@ -48782,6 +48997,32 @@
|
|
|
48782
48997
|
"endIndex": 5
|
|
48783
48998
|
}
|
|
48784
48999
|
},
|
|
49000
|
+
{
|
|
49001
|
+
"kind": "PropertySignature",
|
|
49002
|
+
"canonicalReference": "@empathyco/x-components!XComponentAliasAPI#selectedSort:member",
|
|
49003
|
+
"docComment": "/**\n * The {@link SearchXModule} selected sort.\n */\n",
|
|
49004
|
+
"excerptTokens": [
|
|
49005
|
+
{
|
|
49006
|
+
"kind": "Content",
|
|
49007
|
+
"text": "readonly selectedSort: "
|
|
49008
|
+
},
|
|
49009
|
+
{
|
|
49010
|
+
"kind": "Content",
|
|
49011
|
+
"text": "string"
|
|
49012
|
+
},
|
|
49013
|
+
{
|
|
49014
|
+
"kind": "Content",
|
|
49015
|
+
"text": ";"
|
|
49016
|
+
}
|
|
49017
|
+
],
|
|
49018
|
+
"isOptional": false,
|
|
49019
|
+
"releaseTag": "Public",
|
|
49020
|
+
"name": "selectedSort",
|
|
49021
|
+
"propertyTypeTokenRange": {
|
|
49022
|
+
"startIndex": 1,
|
|
49023
|
+
"endIndex": 2
|
|
49024
|
+
}
|
|
49025
|
+
},
|
|
48785
49026
|
{
|
|
48786
49027
|
"kind": "PropertySignature",
|
|
48787
49028
|
"canonicalReference": "@empathyco/x-components!XComponentAliasAPI#spellcheckedQuery:member",
|