@empathyco/x-components 8.8.1 → 8.10.0

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/docs/API-reference/api/x-components.hierarchicalfilter.md +3 -0
  3. package/docs/API-reference/api/x-components.simplefilter.md +3 -0
  4. package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
  5. package/docs/API-reference/api/x-components.vendoractions.md +43 -0
  6. package/docs/API-reference/api/x-components.vendoractions.seturlparams.md +11 -0
  7. package/docs/API-reference/api/x-components.vendorbannertagging.md +17 -0
  8. package/docs/API-reference/api/x-components.vendorbannertagging.mountedurl.md +11 -0
  9. package/docs/API-reference/api/x-components.vendorgetters.md +43 -0
  10. package/docs/API-reference/api/x-components.vendorgetters.query.md +11 -0
  11. package/docs/API-reference/api/x-components.vendormutations.md +36 -1
  12. package/docs/API-reference/api/x-components.vendormutations.resetstate.md +11 -0
  13. package/docs/API-reference/api/x-components.vendormutations.setrelatedtags.md +11 -0
  14. package/docs/API-reference/api/x-components.vendorresulttagging.md +17 -0
  15. package/docs/API-reference/api/x-components.vendorresulttagging.mountedurl.md +11 -0
  16. package/docs/API-reference/api/x-components.vendorstate.md +19 -1
  17. package/docs/API-reference/api/x-components.vendorstate.relatedtags.md +11 -0
  18. package/docs/API-reference/api/x-components.vendorxevents.md +57 -0
  19. package/docs/API-reference/api/x-components.vendorxevents.vendorbannermounted.md +13 -0
  20. package/docs/API-reference/api/x-components.vendorxevents.vendorquerychanged.md +13 -0
  21. package/docs/API-reference/api/x-components.vendorxevents.vendorresultmounted.md +13 -0
  22. package/js/index.js +1 -1
  23. package/js/x-modules/vendor/store/actions/set-url-params.action.js +6 -0
  24. package/js/x-modules/vendor/store/actions/set-url-params.action.js.map +1 -0
  25. package/js/x-modules/vendor/store/emitters.js +3 -1
  26. package/js/x-modules/vendor/store/emitters.js.map +1 -1
  27. package/js/x-modules/vendor/store/getters/query.getter.js +8 -0
  28. package/js/x-modules/vendor/store/getters/query.getter.js.map +1 -0
  29. package/js/x-modules/vendor/store/module.js +34 -5
  30. package/js/x-modules/vendor/store/module.js.map +1 -1
  31. package/js/x-modules/vendor/wiring.js +66 -16
  32. package/js/x-modules/vendor/wiring.js.map +1 -1
  33. package/package.json +2 -2
  34. package/report/x-components.api.json +421 -15
  35. package/report/x-components.api.md +66 -10
  36. package/types/src/components/snippet-callbacks.vue.d.ts +3 -0
  37. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  38. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +3 -0
  39. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  40. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +3 -0
  41. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  42. package/types/src/x-modules/vendor/events.types.d.ts +15 -0
  43. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
  44. package/types/src/x-modules/vendor/store/actions/set-url-params.action.d.ts +3 -0
  45. package/types/src/x-modules/vendor/store/actions/set-url-params.action.d.ts.map +1 -0
  46. package/types/src/x-modules/vendor/store/emitters.d.ts +3 -1
  47. package/types/src/x-modules/vendor/store/emitters.d.ts.map +1 -1
  48. package/types/src/x-modules/vendor/store/getters/index.d.ts +2 -0
  49. package/types/src/x-modules/vendor/store/getters/index.d.ts.map +1 -0
  50. package/types/src/x-modules/vendor/store/getters/query.getter.d.ts +3 -0
  51. package/types/src/x-modules/vendor/store/getters/query.getter.d.ts.map +1 -0
  52. package/types/src/x-modules/vendor/store/module.d.ts +12 -0
  53. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
  54. package/types/src/x-modules/vendor/store/types.d.ts +10 -2
  55. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
  56. package/types/src/x-modules/vendor/types.d.ts +2 -0
  57. package/types/src/x-modules/vendor/types.d.ts.map +1 -1
  58. package/types/src/x-modules/vendor/wiring.d.ts +28 -7
  59. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
  60. package/vendor/index.js +1 -1
@@ -37171,7 +37171,16 @@
37171
37171
  },
37172
37172
  {
37173
37173
  "kind": "Content",
37174
- "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
37174
+ "text": ", \"modelName\">[] | undefined;\n VendorResultMounted?: import(\"../../../vendor\")."
37175
+ },
37176
+ {
37177
+ "kind": "Reference",
37178
+ "text": "VendorResult",
37179
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
37180
+ },
37181
+ {
37182
+ "kind": "Content",
37183
+ "text": " | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
37175
37184
  },
37176
37185
  {
37177
37186
  "kind": "Reference",
@@ -37216,7 +37225,16 @@
37216
37225
  },
37217
37226
  {
37218
37227
  "kind": "Content",
37219
- "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
37228
+ "text": ", \"modelName\">[] | undefined;\n VendorBannerMounted?: import(\"../../../vendor\")."
37229
+ },
37230
+ {
37231
+ "kind": "Reference",
37232
+ "text": "VendorBanner",
37233
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
37234
+ },
37235
+ {
37236
+ "kind": "Content",
37237
+ "text": " | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
37220
37238
  },
37221
37239
  {
37222
37240
  "kind": "Reference",
@@ -37234,7 +37252,7 @@
37234
37252
  },
37235
37253
  {
37236
37254
  "kind": "Content",
37237
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37255
+ "text": " | undefined;\n VendorQueryChanged?: string | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37238
37256
  },
37239
37257
  {
37240
37258
  "kind": "Reference",
@@ -37504,7 +37522,7 @@
37504
37522
  "name": "HierarchicalFilter",
37505
37523
  "variableTypeTokenRange": {
37506
37524
  "startIndex": 1,
37507
- "endIndex": 316
37525
+ "endIndex": 320
37508
37526
  }
37509
37527
  },
37510
37528
  {
@@ -76508,7 +76526,16 @@
76508
76526
  },
76509
76527
  {
76510
76528
  "kind": "Content",
76511
- "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
76529
+ "text": ", \"modelName\">[] | undefined;\n VendorResultMounted?: import(\"../../../vendor\")."
76530
+ },
76531
+ {
76532
+ "kind": "Reference",
76533
+ "text": "VendorResult",
76534
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
76535
+ },
76536
+ {
76537
+ "kind": "Content",
76538
+ "text": " | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
76512
76539
  },
76513
76540
  {
76514
76541
  "kind": "Reference",
@@ -76553,7 +76580,16 @@
76553
76580
  },
76554
76581
  {
76555
76582
  "kind": "Content",
76556
- "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
76583
+ "text": ", \"modelName\">[] | undefined;\n VendorBannerMounted?: import(\"../../../vendor\")."
76584
+ },
76585
+ {
76586
+ "kind": "Reference",
76587
+ "text": "VendorBanner",
76588
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
76589
+ },
76590
+ {
76591
+ "kind": "Content",
76592
+ "text": " | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
76557
76593
  },
76558
76594
  {
76559
76595
  "kind": "Reference",
@@ -76571,7 +76607,7 @@
76571
76607
  },
76572
76608
  {
76573
76609
  "kind": "Content",
76574
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76610
+ "text": " | undefined;\n VendorQueryChanged?: string | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76575
76611
  },
76576
76612
  {
76577
76613
  "kind": "Reference",
@@ -76742,7 +76778,7 @@
76742
76778
  "name": "SimpleFilter",
76743
76779
  "variableTypeTokenRange": {
76744
76780
  "startIndex": 1,
76745
- "endIndex": 284
76781
+ "endIndex": 288
76746
76782
  }
76747
76783
  },
76748
76784
  {
@@ -79966,6 +80002,24 @@
79966
80002
  "text": "WireMetadata",
79967
80003
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79968
80004
  },
80005
+ {
80006
+ "kind": "Content",
80007
+ "text": ") => unknown;\n VendorResultMounted: (payload: import(\"..\")."
80008
+ },
80009
+ {
80010
+ "kind": "Reference",
80011
+ "text": "VendorResult",
80012
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
80013
+ },
80014
+ {
80015
+ "kind": "Content",
80016
+ "text": ", metadata: "
80017
+ },
80018
+ {
80019
+ "kind": "Reference",
80020
+ "text": "WireMetadata",
80021
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80022
+ },
79969
80023
  {
79970
80024
  "kind": "Content",
79971
80025
  "text": ") => unknown;\n UserViewedAVendorResult: (payload: import(\"..\")."
@@ -80047,6 +80101,24 @@
80047
80101
  "text": "WireMetadata",
80048
80102
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80049
80103
  },
80104
+ {
80105
+ "kind": "Content",
80106
+ "text": ") => unknown;\n VendorBannerMounted: (payload: import(\"..\")."
80107
+ },
80108
+ {
80109
+ "kind": "Reference",
80110
+ "text": "VendorBanner",
80111
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
80112
+ },
80113
+ {
80114
+ "kind": "Content",
80115
+ "text": ", metadata: "
80116
+ },
80117
+ {
80118
+ "kind": "Reference",
80119
+ "text": "WireMetadata",
80120
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80121
+ },
80050
80122
  {
80051
80123
  "kind": "Content",
80052
80124
  "text": ") => unknown;\n UserViewedAVendorBanner: (payload: import(\"..\")."
@@ -80083,6 +80155,15 @@
80083
80155
  "text": "WireMetadata",
80084
80156
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80085
80157
  },
80158
+ {
80159
+ "kind": "Content",
80160
+ "text": ") => unknown;\n VendorQueryChanged: (payload: string, metadata: "
80161
+ },
80162
+ {
80163
+ "kind": "Reference",
80164
+ "text": "WireMetadata",
80165
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80166
+ },
80086
80167
  {
80087
80168
  "kind": "Content",
80088
80169
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -80157,7 +80238,7 @@
80157
80238
  "name": "SnippetCallbacks",
80158
80239
  "variableTypeTokenRange": {
80159
80240
  "startIndex": 1,
80160
- "endIndex": 604
80241
+ "endIndex": 614
80161
80242
  }
80162
80243
  },
80163
80244
  {
@@ -90274,7 +90355,44 @@
90274
90355
  "releaseTag": "Public",
90275
90356
  "name": "VendorActions",
90276
90357
  "preserveMemberOrder": false,
90277
- "members": [],
90358
+ "members": [
90359
+ {
90360
+ "kind": "PropertySignature",
90361
+ "canonicalReference": "@empathyco/x-components!VendorActions#setUrlParams:member",
90362
+ "docComment": "",
90363
+ "excerptTokens": [
90364
+ {
90365
+ "kind": "Content",
90366
+ "text": "setUrlParams: "
90367
+ },
90368
+ {
90369
+ "kind": "Content",
90370
+ "text": "(urlParams: "
90371
+ },
90372
+ {
90373
+ "kind": "Reference",
90374
+ "text": "UrlParams",
90375
+ "canonicalReference": "@empathyco/x-components!UrlParams:interface"
90376
+ },
90377
+ {
90378
+ "kind": "Content",
90379
+ "text": ") => void"
90380
+ },
90381
+ {
90382
+ "kind": "Content",
90383
+ "text": ";"
90384
+ }
90385
+ ],
90386
+ "isReadonly": false,
90387
+ "isOptional": false,
90388
+ "releaseTag": "Public",
90389
+ "name": "setUrlParams",
90390
+ "propertyTypeTokenRange": {
90391
+ "startIndex": 1,
90392
+ "endIndex": 4
90393
+ }
90394
+ }
90395
+ ],
90278
90396
  "extendsTokenRanges": []
90279
90397
  },
90280
90398
  {
@@ -90639,6 +90757,33 @@
90639
90757
  "endIndex": 2
90640
90758
  }
90641
90759
  },
90760
+ {
90761
+ "kind": "PropertySignature",
90762
+ "canonicalReference": "@empathyco/x-components!VendorBannerTagging#mountedUrl:member",
90763
+ "docComment": "",
90764
+ "excerptTokens": [
90765
+ {
90766
+ "kind": "Content",
90767
+ "text": "mountedUrl: "
90768
+ },
90769
+ {
90770
+ "kind": "Content",
90771
+ "text": "string"
90772
+ },
90773
+ {
90774
+ "kind": "Content",
90775
+ "text": ";"
90776
+ }
90777
+ ],
90778
+ "isReadonly": false,
90779
+ "isOptional": false,
90780
+ "releaseTag": "Public",
90781
+ "name": "mountedUrl",
90782
+ "propertyTypeTokenRange": {
90783
+ "startIndex": 1,
90784
+ "endIndex": 2
90785
+ }
90786
+ },
90642
90787
  {
90643
90788
  "kind": "PropertySignature",
90644
90789
  "canonicalReference": "@empathyco/x-components!VendorBannerTagging#viewUrl:member",
@@ -90683,7 +90828,35 @@
90683
90828
  "releaseTag": "Public",
90684
90829
  "name": "VendorGetters",
90685
90830
  "preserveMemberOrder": false,
90686
- "members": [],
90831
+ "members": [
90832
+ {
90833
+ "kind": "PropertySignature",
90834
+ "canonicalReference": "@empathyco/x-components!VendorGetters#query:member",
90835
+ "docComment": "",
90836
+ "excerptTokens": [
90837
+ {
90838
+ "kind": "Content",
90839
+ "text": "query: "
90840
+ },
90841
+ {
90842
+ "kind": "Content",
90843
+ "text": "string"
90844
+ },
90845
+ {
90846
+ "kind": "Content",
90847
+ "text": ";"
90848
+ }
90849
+ ],
90850
+ "isReadonly": false,
90851
+ "isOptional": false,
90852
+ "releaseTag": "Public",
90853
+ "name": "query",
90854
+ "propertyTypeTokenRange": {
90855
+ "startIndex": 1,
90856
+ "endIndex": 2
90857
+ }
90858
+ }
90859
+ ],
90687
90860
  "extendsTokenRanges": []
90688
90861
  },
90689
90862
  {
@@ -90693,7 +90866,16 @@
90693
90866
  "excerptTokens": [
90694
90867
  {
90695
90868
  "kind": "Content",
90696
- "text": "export interface VendorMutations "
90869
+ "text": "export interface VendorMutations extends "
90870
+ },
90871
+ {
90872
+ "kind": "Reference",
90873
+ "text": "QueryMutations",
90874
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
90875
+ },
90876
+ {
90877
+ "kind": "Content",
90878
+ "text": " "
90697
90879
  }
90698
90880
  ],
90699
90881
  "fileUrlPath": "src/x-modules/vendor/store/types.ts",
@@ -90701,6 +90883,33 @@
90701
90883
  "name": "VendorMutations",
90702
90884
  "preserveMemberOrder": false,
90703
90885
  "members": [
90886
+ {
90887
+ "kind": "PropertySignature",
90888
+ "canonicalReference": "@empathyco/x-components!VendorMutations#resetState:member",
90889
+ "docComment": "",
90890
+ "excerptTokens": [
90891
+ {
90892
+ "kind": "Content",
90893
+ "text": "resetState: "
90894
+ },
90895
+ {
90896
+ "kind": "Content",
90897
+ "text": "() => void"
90898
+ },
90899
+ {
90900
+ "kind": "Content",
90901
+ "text": ";"
90902
+ }
90903
+ ],
90904
+ "isReadonly": false,
90905
+ "isOptional": false,
90906
+ "releaseTag": "Public",
90907
+ "name": "resetState",
90908
+ "propertyTypeTokenRange": {
90909
+ "startIndex": 1,
90910
+ "endIndex": 2
90911
+ }
90912
+ },
90704
90913
  {
90705
90914
  "kind": "PropertySignature",
90706
90915
  "canonicalReference": "@empathyco/x-components!VendorMutations#setBanners:member",
@@ -90737,6 +90946,42 @@
90737
90946
  "endIndex": 4
90738
90947
  }
90739
90948
  },
90949
+ {
90950
+ "kind": "PropertySignature",
90951
+ "canonicalReference": "@empathyco/x-components!VendorMutations#setRelatedTags:member",
90952
+ "docComment": "",
90953
+ "excerptTokens": [
90954
+ {
90955
+ "kind": "Content",
90956
+ "text": "setRelatedTags: "
90957
+ },
90958
+ {
90959
+ "kind": "Content",
90960
+ "text": "(relatedTags: "
90961
+ },
90962
+ {
90963
+ "kind": "Reference",
90964
+ "text": "RelatedTag",
90965
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
90966
+ },
90967
+ {
90968
+ "kind": "Content",
90969
+ "text": "[]) => void"
90970
+ },
90971
+ {
90972
+ "kind": "Content",
90973
+ "text": ";"
90974
+ }
90975
+ ],
90976
+ "isReadonly": false,
90977
+ "isOptional": false,
90978
+ "releaseTag": "Public",
90979
+ "name": "setRelatedTags",
90980
+ "propertyTypeTokenRange": {
90981
+ "startIndex": 1,
90982
+ "endIndex": 4
90983
+ }
90984
+ },
90740
90985
  {
90741
90986
  "kind": "PropertySignature",
90742
90987
  "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
@@ -90774,7 +91019,12 @@
90774
91019
  }
90775
91020
  }
90776
91021
  ],
90777
- "extendsTokenRanges": []
91022
+ "extendsTokenRanges": [
91023
+ {
91024
+ "startIndex": 1,
91025
+ "endIndex": 2
91026
+ }
91027
+ ]
90778
91028
  },
90779
91029
  {
90780
91030
  "kind": "Interface",
@@ -91165,6 +91415,33 @@
91165
91415
  "endIndex": 2
91166
91416
  }
91167
91417
  },
91418
+ {
91419
+ "kind": "PropertySignature",
91420
+ "canonicalReference": "@empathyco/x-components!VendorResultTagging#mountedUrl:member",
91421
+ "docComment": "",
91422
+ "excerptTokens": [
91423
+ {
91424
+ "kind": "Content",
91425
+ "text": "mountedUrl: "
91426
+ },
91427
+ {
91428
+ "kind": "Content",
91429
+ "text": "string"
91430
+ },
91431
+ {
91432
+ "kind": "Content",
91433
+ "text": ";"
91434
+ }
91435
+ ],
91436
+ "isReadonly": false,
91437
+ "isOptional": false,
91438
+ "releaseTag": "Public",
91439
+ "name": "mountedUrl",
91440
+ "propertyTypeTokenRange": {
91441
+ "startIndex": 1,
91442
+ "endIndex": 2
91443
+ }
91444
+ },
91168
91445
  {
91169
91446
  "kind": "PropertySignature",
91170
91447
  "canonicalReference": "@empathyco/x-components!VendorResultTagging#viewUrl:member",
@@ -91202,7 +91479,16 @@
91202
91479
  "excerptTokens": [
91203
91480
  {
91204
91481
  "kind": "Content",
91205
- "text": "export interface VendorState "
91482
+ "text": "export interface VendorState extends "
91483
+ },
91484
+ {
91485
+ "kind": "Reference",
91486
+ "text": "QueryState",
91487
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
91488
+ },
91489
+ {
91490
+ "kind": "Content",
91491
+ "text": " "
91206
91492
  }
91207
91493
  ],
91208
91494
  "fileUrlPath": "src/x-modules/vendor/store/types.ts",
@@ -91242,6 +91528,38 @@
91242
91528
  "endIndex": 3
91243
91529
  }
91244
91530
  },
91531
+ {
91532
+ "kind": "PropertySignature",
91533
+ "canonicalReference": "@empathyco/x-components!VendorState#relatedTags:member",
91534
+ "docComment": "",
91535
+ "excerptTokens": [
91536
+ {
91537
+ "kind": "Content",
91538
+ "text": "relatedTags: "
91539
+ },
91540
+ {
91541
+ "kind": "Reference",
91542
+ "text": "RelatedTag",
91543
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
91544
+ },
91545
+ {
91546
+ "kind": "Content",
91547
+ "text": "[]"
91548
+ },
91549
+ {
91550
+ "kind": "Content",
91551
+ "text": ";"
91552
+ }
91553
+ ],
91554
+ "isReadonly": false,
91555
+ "isOptional": false,
91556
+ "releaseTag": "Public",
91557
+ "name": "relatedTags",
91558
+ "propertyTypeTokenRange": {
91559
+ "startIndex": 1,
91560
+ "endIndex": 3
91561
+ }
91562
+ },
91245
91563
  {
91246
91564
  "kind": "PropertySignature",
91247
91565
  "canonicalReference": "@empathyco/x-components!VendorState#results:member",
@@ -91275,7 +91593,12 @@
91275
91593
  }
91276
91594
  }
91277
91595
  ],
91278
- "extendsTokenRanges": []
91596
+ "extendsTokenRanges": [
91597
+ {
91598
+ "startIndex": 1,
91599
+ "endIndex": 2
91600
+ }
91601
+ ]
91279
91602
  },
91280
91603
  {
91281
91604
  "kind": "Interface",
@@ -91432,6 +91755,34 @@
91432
91755
  "endIndex": 2
91433
91756
  }
91434
91757
  },
91758
+ {
91759
+ "kind": "PropertySignature",
91760
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorBannerMounted:member",
91761
+ "docComment": "/**\n * A vendor banner has been inserted in the DOM. Payload: The {@link VendorBanner | vendor banner} that was mounted.\n */\n",
91762
+ "excerptTokens": [
91763
+ {
91764
+ "kind": "Content",
91765
+ "text": "VendorBannerMounted: "
91766
+ },
91767
+ {
91768
+ "kind": "Reference",
91769
+ "text": "VendorBanner",
91770
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
91771
+ },
91772
+ {
91773
+ "kind": "Content",
91774
+ "text": ";"
91775
+ }
91776
+ ],
91777
+ "isReadonly": false,
91778
+ "isOptional": false,
91779
+ "releaseTag": "Public",
91780
+ "name": "VendorBannerMounted",
91781
+ "propertyTypeTokenRange": {
91782
+ "startIndex": 1,
91783
+ "endIndex": 2
91784
+ }
91785
+ },
91435
91786
  {
91436
91787
  "kind": "PropertySignature",
91437
91788
  "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorBannersChanged:member",
@@ -91473,6 +91824,61 @@
91473
91824
  "endIndex": 5
91474
91825
  }
91475
91826
  },
91827
+ {
91828
+ "kind": "PropertySignature",
91829
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorQueryChanged:member",
91830
+ "docComment": "/**\n * The vendor module query has changed. Payload: The new vendor query string.\n */\n",
91831
+ "excerptTokens": [
91832
+ {
91833
+ "kind": "Content",
91834
+ "text": "VendorQueryChanged: "
91835
+ },
91836
+ {
91837
+ "kind": "Content",
91838
+ "text": "string"
91839
+ },
91840
+ {
91841
+ "kind": "Content",
91842
+ "text": ";"
91843
+ }
91844
+ ],
91845
+ "isReadonly": false,
91846
+ "isOptional": false,
91847
+ "releaseTag": "Public",
91848
+ "name": "VendorQueryChanged",
91849
+ "propertyTypeTokenRange": {
91850
+ "startIndex": 1,
91851
+ "endIndex": 2
91852
+ }
91853
+ },
91854
+ {
91855
+ "kind": "PropertySignature",
91856
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultMounted:member",
91857
+ "docComment": "/**\n * A vendor result has been inserted in the DOM. Payload: The {@link VendorResult | vendor result} that was mounted.\n */\n",
91858
+ "excerptTokens": [
91859
+ {
91860
+ "kind": "Content",
91861
+ "text": "VendorResultMounted: "
91862
+ },
91863
+ {
91864
+ "kind": "Reference",
91865
+ "text": "VendorResult",
91866
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
91867
+ },
91868
+ {
91869
+ "kind": "Content",
91870
+ "text": ";"
91871
+ }
91872
+ ],
91873
+ "isReadonly": false,
91874
+ "isOptional": false,
91875
+ "releaseTag": "Public",
91876
+ "name": "VendorResultMounted",
91877
+ "propertyTypeTokenRange": {
91878
+ "startIndex": 1,
91879
+ "endIndex": 2
91880
+ }
91881
+ },
91476
91882
  {
91477
91883
  "kind": "PropertySignature",
91478
91884
  "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",