@empathyco/x-components 7.4.1 → 8.0.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 (175) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/browse/index.js +0 -1
  3. package/core/index.js +3 -0
  4. package/core/index.js.map +1 -1
  5. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -1
  6. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  7. package/docs/API-reference/api/x-components.md +124 -11
  8. package/docs/API-reference/api/x-components.setresults.md +13 -0
  9. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  10. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  11. package/docs/API-reference/api/x-components.sortdropdown.md +30 -4
  12. package/docs/API-reference/api/x-components.sortlist.md +32 -7
  13. package/docs/API-reference/api/x-components.sortpickerlist.md +32 -7
  14. package/docs/API-reference/api/x-components.usealiasapi.browseselectedsort.md +13 -0
  15. package/docs/API-reference/api/x-components.usealiasapi.md +21 -0
  16. package/docs/API-reference/api/x-components.vendoractions.md +11 -0
  17. package/docs/API-reference/api/x-components.vendorgetters.md +11 -0
  18. package/docs/API-reference/api/x-components.vendormutations.md +54 -0
  19. package/docs/API-reference/api/x-components.vendormutations.setresults.md +11 -0
  20. package/docs/API-reference/api/x-components.vendorresult.md +57 -0
  21. package/docs/API-reference/api/x-components.vendorresult.position.md +11 -0
  22. package/docs/API-reference/api/x-components.vendorresultslist.md +31 -0
  23. package/docs/API-reference/api/x-components.vendorstate.md +54 -0
  24. package/docs/API-reference/api/x-components.vendorstate.results.md +11 -0
  25. package/docs/API-reference/api/x-components.vendorxevents.md +58 -0
  26. package/docs/API-reference/api/x-components.vendorxevents.vendorresultschanged.md +13 -0
  27. package/docs/API-reference/api/x-components.vendorxmodule.md +13 -0
  28. package/docs/API-reference/api/x-components.vendorxstoremodule.md +11 -0
  29. package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
  30. package/docs/API-reference/api/x-components.xmodulestree.md +17 -0
  31. package/docs/API-reference/api/x-components.xmodulestree.vendor.md +11 -0
  32. package/docs/API-reference/api/x-types.result.md +2 -2
  33. package/docs/API-reference/components/{search → common/sort}/x-components.sort-dropdown.md +7 -4
  34. package/docs/API-reference/components/{search → common/sort}/x-components.sort-list.md +7 -4
  35. package/docs/API-reference/components/{search → common/sort}/x-components.sort-picker-list.md +8 -5
  36. package/docs/API-reference/components/vendor/x-components.vendor-results-list.md +21 -0
  37. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  38. package/js/components/result/base-result-add-to-cart.vue2.js +1 -1
  39. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  40. package/js/components/result/base-result-link.vue.js +12 -8
  41. package/js/components/result/base-result-link.vue.js.map +1 -1
  42. package/js/components/result/base-result-link.vue2.js.map +1 -1
  43. package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue.js +1 -1
  44. package/js/components/sort/sort-dropdown.vue.js.map +1 -0
  45. package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue2.js +19 -12
  46. package/js/components/sort/sort-dropdown.vue2.js.map +1 -0
  47. package/js/{x-modules/search/components → components/sort}/sort-list.vue.js +2 -2
  48. package/js/components/sort/sort-list.vue.js.map +1 -0
  49. package/js/{x-modules/search/components → components/sort}/sort-list.vue2.js +22 -15
  50. package/js/components/sort/sort-list.vue2.js.map +1 -0
  51. package/js/components/sort/sort-list.vue3.js +7 -0
  52. package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue.js +1 -1
  53. package/js/components/sort/sort-picker-list.vue.js.map +1 -0
  54. package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue2.js +21 -14
  55. package/js/components/sort/sort-picker-list.vue2.js.map +1 -0
  56. package/js/composables/use-alias-api.js +3 -0
  57. package/js/composables/use-alias-api.js.map +1 -1
  58. package/js/index.js +8 -4
  59. package/js/index.js.map +1 -1
  60. package/js/x-modules/ai/components/ai-carousel.vue2.js +4 -0
  61. package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
  62. package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js +4 -0
  63. package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js.map +1 -1
  64. package/js/x-modules/browse/store/actions/set-url-params.action.js +1 -1
  65. package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -1
  66. package/js/x-modules/browse/wiring.js +6 -1
  67. package/js/x-modules/browse/wiring.js.map +1 -1
  68. package/js/x-modules/empathize/components/empathize.vue2.js +4 -0
  69. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  70. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +4 -0
  71. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  72. package/js/x-modules/queries-preview/components/query-preview.vue2.js +4 -0
  73. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  74. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +4 -0
  75. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  76. package/js/x-modules/search/store/actions/set-url-params.action.js +1 -1
  77. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  78. package/js/x-modules/search/wiring.js +3 -0
  79. package/js/x-modules/search/wiring.js.map +1 -1
  80. package/js/x-modules/vendor/components/vendor-results-list.vue.js +81 -0
  81. package/js/x-modules/vendor/components/vendor-results-list.vue.js.map +1 -0
  82. package/js/x-modules/vendor/components/vendor-results-list.vue2.js +6 -0
  83. package/js/x-modules/vendor/components/vendor-results-list.vue2.js.map +1 -0
  84. package/js/x-modules/vendor/store/emitters.js +13 -0
  85. package/js/x-modules/vendor/store/emitters.js.map +1 -0
  86. package/js/x-modules/vendor/store/module.js +15 -0
  87. package/js/x-modules/vendor/store/module.js.map +1 -0
  88. package/js/x-modules/vendor/wiring.js +42 -0
  89. package/js/x-modules/vendor/wiring.js.map +1 -0
  90. package/js/x-modules/vendor/x-module.js +21 -0
  91. package/js/x-modules/vendor/x-module.js.map +1 -0
  92. package/package.json +4 -4
  93. package/report/x-components.api.json +1230 -270
  94. package/report/x-components.api.md +189 -58
  95. package/report/x-types.api.json +1 -1
  96. package/search/index.js +0 -3
  97. package/types/src/components/index.d.ts +1 -0
  98. package/types/src/components/index.d.ts.map +1 -1
  99. package/types/src/components/result/base-result-add-to-cart.vue.d.ts +1 -2
  100. package/types/src/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  101. package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
  102. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  103. package/types/src/components/sort/index.d.ts +4 -0
  104. package/types/src/components/sort/index.d.ts.map +1 -0
  105. package/types/src/{x-modules/search/components → components/sort}/sort-dropdown.vue.d.ts +33 -6
  106. package/types/src/components/sort/sort-dropdown.vue.d.ts.map +1 -0
  107. package/types/src/{x-modules/search/components → components/sort}/sort-list.vue.d.ts +35 -10
  108. package/types/src/components/sort/sort-list.vue.d.ts.map +1 -0
  109. package/types/src/{x-modules/search/components → components/sort}/sort-picker-list.vue.d.ts +45 -10
  110. package/types/src/components/sort/sort-picker-list.vue.d.ts.map +1 -0
  111. package/types/src/composables/use-alias-api.d.ts +2 -0
  112. package/types/src/composables/use-alias-api.d.ts.map +1 -1
  113. package/types/src/index.d.ts +1 -0
  114. package/types/src/index.d.ts.map +1 -1
  115. package/types/src/wiring/events.types.d.ts +2 -1
  116. package/types/src/wiring/events.types.d.ts.map +1 -1
  117. package/types/src/x-modules/browse/components/index.d.ts +0 -1
  118. package/types/src/x-modules/browse/components/index.d.ts.map +1 -1
  119. package/types/src/x-modules/browse/wiring.d.ts +6 -1
  120. package/types/src/x-modules/browse/wiring.d.ts.map +1 -1
  121. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  122. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  123. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  124. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  125. package/types/src/x-modules/search/components/index.d.ts +0 -3
  126. package/types/src/x-modules/search/components/index.d.ts.map +1 -1
  127. package/types/src/x-modules/search/wiring.d.ts +3 -0
  128. package/types/src/x-modules/search/wiring.d.ts.map +1 -1
  129. package/types/src/x-modules/vendor/components/index.d.ts +2 -0
  130. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -0
  131. package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts +30 -0
  132. package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts.map +1 -0
  133. package/types/src/x-modules/vendor/events.types.d.ts +15 -0
  134. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -0
  135. package/types/src/x-modules/vendor/index.d.ts +7 -0
  136. package/types/src/x-modules/vendor/index.d.ts.map +1 -0
  137. package/types/src/x-modules/vendor/store/emitters.d.ts +7 -0
  138. package/types/src/x-modules/vendor/store/emitters.d.ts.map +1 -0
  139. package/types/src/x-modules/vendor/store/index.d.ts +4 -0
  140. package/types/src/x-modules/vendor/store/index.d.ts.map +1 -0
  141. package/types/src/x-modules/vendor/store/module.d.ts +3 -0
  142. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -0
  143. package/types/src/x-modules/vendor/store/types.d.ts +14 -0
  144. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -0
  145. package/types/src/x-modules/vendor/types.d.ts +8 -0
  146. package/types/src/x-modules/vendor/types.d.ts.map +1 -0
  147. package/types/src/x-modules/vendor/wiring.d.ts +20 -0
  148. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -0
  149. package/types/src/x-modules/vendor/x-module.d.ts +16 -0
  150. package/types/src/x-modules/vendor/x-module.d.ts.map +1 -0
  151. package/types/src/x-modules/x-modules.types.d.ts +2 -0
  152. package/types/src/x-modules/x-modules.types.d.ts.map +1 -1
  153. package/vendor/index.d.ts +1 -0
  154. package/vendor/index.js +5 -0
  155. package/docs/API-reference/api/x-components.browsesortpickerlist.md +0 -45
  156. package/docs/API-reference/components/browse/x-components.browse-sort-picker-list.md +0 -24
  157. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +0 -73
  158. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +0 -1
  159. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +0 -6
  160. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +0 -1
  161. package/js/x-modules/search/components/sort-dropdown.vue.js.map +0 -1
  162. package/js/x-modules/search/components/sort-dropdown.vue2.js.map +0 -1
  163. package/js/x-modules/search/components/sort-list.vue.js.map +0 -1
  164. package/js/x-modules/search/components/sort-list.vue2.js.map +0 -1
  165. package/js/x-modules/search/components/sort-list.vue3.js +0 -7
  166. package/js/x-modules/search/components/sort-picker-list.vue.js.map +0 -1
  167. package/js/x-modules/search/components/sort-picker-list.vue2.js.map +0 -1
  168. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +0 -50
  169. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +0 -1
  170. package/types/src/x-modules/search/components/sort-dropdown.vue.d.ts.map +0 -1
  171. package/types/src/x-modules/search/components/sort-list.vue.d.ts.map +0 -1
  172. package/types/src/x-modules/search/components/sort-picker-list.types.d.ts +0 -12
  173. package/types/src/x-modules/search/components/sort-picker-list.types.d.ts.map +0 -1
  174. package/types/src/x-modules/search/components/sort-picker-list.vue.d.ts.map +0 -1
  175. /package/js/{x-modules/search/components → components/sort}/sort-list.vue3.js.map +0 -0
@@ -5058,34 +5058,7 @@
5058
5058
  },
5059
5059
  {
5060
5060
  "kind": "Content",
5061
- "text": ">;\n required: true;\n };\n}>, {\n events: import(\"vue\")."
5062
- },
5063
- {
5064
- "kind": "Reference",
5065
- "text": "ComputedRef",
5066
- "canonicalReference": "@vue/reactivity!ComputedRef:interface"
5067
- },
5068
- {
5069
- "kind": "Content",
5070
- "text": "<"
5071
- },
5072
- {
5073
- "kind": "Reference",
5074
- "text": "Partial",
5075
- "canonicalReference": "!Partial:type"
5076
- },
5077
- {
5078
- "kind": "Content",
5079
- "text": "<"
5080
- },
5081
- {
5082
- "kind": "Reference",
5083
- "text": "XEventsTypes",
5084
- "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
5085
- },
5086
- {
5087
- "kind": "Content",
5088
- "text": ">>;\n metadata: "
5061
+ "text": ">;\n required: true;\n };\n}>, {\n events: {};\n metadata: "
5089
5062
  },
5090
5063
  {
5091
5064
  "kind": "Reference",
@@ -5202,7 +5175,7 @@
5202
5175
  "name": "BaseAddToCart",
5203
5176
  "variableTypeTokenRange": {
5204
5177
  "startIndex": 1,
5205
- "endIndex": 40
5178
+ "endIndex": 34
5206
5179
  }
5207
5180
  },
5208
5181
  {
@@ -16497,173 +16470,6 @@
16497
16470
  "endIndex": 42
16498
16471
  }
16499
16472
  },
16500
- {
16501
- "kind": "Variable",
16502
- "canonicalReference": "@empathyco/x-components!BrowseSortPickerList:var",
16503
- "docComment": "/**\n * The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.\n */\n",
16504
- "excerptTokens": [
16505
- {
16506
- "kind": "Content",
16507
- "text": "_default: "
16508
- },
16509
- {
16510
- "kind": "Content",
16511
- "text": "import(\"vue\")."
16512
- },
16513
- {
16514
- "kind": "Reference",
16515
- "text": "DefineComponent",
16516
- "canonicalReference": "@vue/runtime-core!DefineComponent:type"
16517
- },
16518
- {
16519
- "kind": "Content",
16520
- "text": "<import(\"vue\")."
16521
- },
16522
- {
16523
- "kind": "Reference",
16524
- "text": "ExtractPropTypes",
16525
- "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
16526
- },
16527
- {
16528
- "kind": "Content",
16529
- "text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
16530
- },
16531
- {
16532
- "kind": "Reference",
16533
- "text": "ArrayConstructor",
16534
- "canonicalReference": "!ArrayConstructor:interface"
16535
- },
16536
- {
16537
- "kind": "Content",
16538
- "text": ";\n required: true;\n };\n buttonClass: {\n type: "
16539
- },
16540
- {
16541
- "kind": "Reference",
16542
- "text": "StringConstructor",
16543
- "canonicalReference": "!StringConstructor:interface"
16544
- },
16545
- {
16546
- "kind": "Content",
16547
- "text": ";\n required: true;\n };\n}>, (_ctx: any, _cache: any) => import(\"vue\")."
16548
- },
16549
- {
16550
- "kind": "Reference",
16551
- "text": "VNode",
16552
- "canonicalReference": "@vue/runtime-core!VNode:interface"
16553
- },
16554
- {
16555
- "kind": "Content",
16556
- "text": "<import(\"vue\")."
16557
- },
16558
- {
16559
- "kind": "Reference",
16560
- "text": "RendererNode",
16561
- "canonicalReference": "@vue/runtime-core!RendererNode:interface"
16562
- },
16563
- {
16564
- "kind": "Content",
16565
- "text": ", import(\"vue\")."
16566
- },
16567
- {
16568
- "kind": "Reference",
16569
- "text": "RendererElement",
16570
- "canonicalReference": "@vue/runtime-core!RendererElement:interface"
16571
- },
16572
- {
16573
- "kind": "Content",
16574
- "text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
16575
- },
16576
- {
16577
- "kind": "Reference",
16578
- "text": "ComponentOptionsMixin",
16579
- "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
16580
- },
16581
- {
16582
- "kind": "Content",
16583
- "text": ", import(\"vue\")."
16584
- },
16585
- {
16586
- "kind": "Reference",
16587
- "text": "ComponentOptionsMixin",
16588
- "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
16589
- },
16590
- {
16591
- "kind": "Content",
16592
- "text": ", {}, string, import(\"vue\")."
16593
- },
16594
- {
16595
- "kind": "Reference",
16596
- "text": "PublicProps",
16597
- "canonicalReference": "@vue/runtime-core!PublicProps:type"
16598
- },
16599
- {
16600
- "kind": "Content",
16601
- "text": ", "
16602
- },
16603
- {
16604
- "kind": "Reference",
16605
- "text": "Readonly",
16606
- "canonicalReference": "!Readonly:type"
16607
- },
16608
- {
16609
- "kind": "Content",
16610
- "text": "<import(\"vue\")."
16611
- },
16612
- {
16613
- "kind": "Reference",
16614
- "text": "ExtractPropTypes",
16615
- "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
16616
- },
16617
- {
16618
- "kind": "Content",
16619
- "text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
16620
- },
16621
- {
16622
- "kind": "Reference",
16623
- "text": "ArrayConstructor",
16624
- "canonicalReference": "!ArrayConstructor:interface"
16625
- },
16626
- {
16627
- "kind": "Content",
16628
- "text": ";\n required: true;\n };\n buttonClass: {\n type: "
16629
- },
16630
- {
16631
- "kind": "Reference",
16632
- "text": "StringConstructor",
16633
- "canonicalReference": "!StringConstructor:interface"
16634
- },
16635
- {
16636
- "kind": "Content",
16637
- "text": ";\n required: true;\n };\n}>> & "
16638
- },
16639
- {
16640
- "kind": "Reference",
16641
- "text": "Readonly",
16642
- "canonicalReference": "!Readonly:type"
16643
- },
16644
- {
16645
- "kind": "Content",
16646
- "text": "<{}>, {\n animation: any;\n}, {}, {}, {}, string, import(\"vue\")."
16647
- },
16648
- {
16649
- "kind": "Reference",
16650
- "text": "ComponentProvideOptions",
16651
- "canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
16652
- },
16653
- {
16654
- "kind": "Content",
16655
- "text": ", true, {}, any>"
16656
- }
16657
- ],
16658
- "fileUrlPath": "dist/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts",
16659
- "isReadonly": true,
16660
- "releaseTag": "Public",
16661
- "name": "BrowseSortPickerList",
16662
- "variableTypeTokenRange": {
16663
- "startIndex": 1,
16664
- "endIndex": 34
16665
- }
16666
- },
16667
16473
  {
16668
16474
  "kind": "Interface",
16669
16475
  "canonicalReference": "@empathyco/x-components!BrowseState:interface",
@@ -37204,7 +37010,25 @@
37204
37010
  },
37205
37011
  {
37206
37012
  "kind": "Content",
37207
- "text": " | undefined;\n AiComponentMounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37013
+ "text": " | undefined;\n AiComponentMounted?: void | undefined;\n VendorResultsChanged?: "
37014
+ },
37015
+ {
37016
+ "kind": "Reference",
37017
+ "text": "Omit",
37018
+ "canonicalReference": "!Omit:type"
37019
+ },
37020
+ {
37021
+ "kind": "Content",
37022
+ "text": "<import(\"../../../vendor\")."
37023
+ },
37024
+ {
37025
+ "kind": "Reference",
37026
+ "text": "VendorResult",
37027
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
37028
+ },
37029
+ {
37030
+ "kind": "Content",
37031
+ "text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37208
37032
  },
37209
37033
  {
37210
37034
  "kind": "Reference",
@@ -37474,7 +37298,7 @@
37474
37298
  "name": "HierarchicalFilter",
37475
37299
  "variableTypeTokenRange": {
37476
37300
  "startIndex": 1,
37477
- "endIndex": 296
37301
+ "endIndex": 300
37478
37302
  }
37479
37303
  },
37480
37304
  {
@@ -73961,6 +73785,34 @@
73961
73785
  "endIndex": 3
73962
73786
  }
73963
73787
  },
73788
+ {
73789
+ "kind": "Variable",
73790
+ "canonicalReference": "@empathyco/x-components!setResults:var",
73791
+ "docComment": "/**\n * Sets the vendor results of the {@link VendorXModule}.\n *\n * @public\n */\n",
73792
+ "excerptTokens": [
73793
+ {
73794
+ "kind": "Content",
73795
+ "text": "setResults: "
73796
+ },
73797
+ {
73798
+ "kind": "Content",
73799
+ "text": "import(\"../../wiring\")."
73800
+ },
73801
+ {
73802
+ "kind": "Reference",
73803
+ "text": "AnyWire",
73804
+ "canonicalReference": "@empathyco/x-components!AnyWire:type"
73805
+ }
73806
+ ],
73807
+ "fileUrlPath": "src/x-modules/vendor/wiring.ts",
73808
+ "isReadonly": true,
73809
+ "releaseTag": "Public",
73810
+ "name": "setResults",
73811
+ "variableTypeTokenRange": {
73812
+ "startIndex": 1,
73813
+ "endIndex": 3
73814
+ }
73815
+ },
73964
73816
  {
73965
73817
  "kind": "Variable",
73966
73818
  "canonicalReference": "@empathyco/x-components!setScrollDirectionWire:var",
@@ -76330,7 +76182,25 @@
76330
76182
  },
76331
76183
  {
76332
76184
  "kind": "Content",
76333
- "text": " | undefined;\n AiComponentMounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76185
+ "text": " | undefined;\n AiComponentMounted?: void | undefined;\n VendorResultsChanged?: "
76186
+ },
76187
+ {
76188
+ "kind": "Reference",
76189
+ "text": "Omit",
76190
+ "canonicalReference": "!Omit:type"
76191
+ },
76192
+ {
76193
+ "kind": "Content",
76194
+ "text": "<import(\"../../../vendor\")."
76195
+ },
76196
+ {
76197
+ "kind": "Reference",
76198
+ "text": "VendorResult",
76199
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
76200
+ },
76201
+ {
76202
+ "kind": "Content",
76203
+ "text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76334
76204
  },
76335
76205
  {
76336
76206
  "kind": "Reference",
@@ -76501,7 +76371,7 @@
76501
76371
  "name": "SimpleFilter",
76502
76372
  "variableTypeTokenRange": {
76503
76373
  "startIndex": 1,
76504
- "endIndex": 264
76374
+ "endIndex": 268
76505
76375
  }
76506
76376
  },
76507
76377
  {
@@ -79680,6 +79550,33 @@
79680
79550
  "text": "WireMetadata",
79681
79551
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79682
79552
  },
79553
+ {
79554
+ "kind": "Content",
79555
+ "text": ") => unknown;\n VendorResultsChanged: (payload: "
79556
+ },
79557
+ {
79558
+ "kind": "Reference",
79559
+ "text": "Omit",
79560
+ "canonicalReference": "!Omit:type"
79561
+ },
79562
+ {
79563
+ "kind": "Content",
79564
+ "text": "<import(\"..\")."
79565
+ },
79566
+ {
79567
+ "kind": "Reference",
79568
+ "text": "VendorResult",
79569
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
79570
+ },
79571
+ {
79572
+ "kind": "Content",
79573
+ "text": ", \"modelName\">[], metadata: "
79574
+ },
79575
+ {
79576
+ "kind": "Reference",
79577
+ "text": "WireMetadata",
79578
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79579
+ },
79683
79580
  {
79684
79581
  "kind": "Content",
79685
79582
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -79754,7 +79651,7 @@
79754
79651
  "name": "SnippetCallbacks",
79755
79652
  "variableTypeTokenRange": {
79756
79653
  "startIndex": 1,
79757
- "endIndex": 568
79654
+ "endIndex": 574
79758
79655
  }
79759
79656
  },
79760
79657
  {
@@ -80481,7 +80378,25 @@
80481
80378
  },
80482
80379
  {
80483
80380
  "kind": "Content",
80484
- "text": "<{\n items: {\n type: "
80381
+ "text": "<{\n animation: "
80382
+ },
80383
+ {
80384
+ "kind": "Reference",
80385
+ "text": "PropType",
80386
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80387
+ },
80388
+ {
80389
+ "kind": "Content",
80390
+ "text": "<string | "
80391
+ },
80392
+ {
80393
+ "kind": "Reference",
80394
+ "text": "Component",
80395
+ "canonicalReference": "@vue/runtime-core!Component:type"
80396
+ },
80397
+ {
80398
+ "kind": "Content",
80399
+ "text": ">;\n items: {\n type: "
80485
80400
  },
80486
80401
  {
80487
80402
  "kind": "Reference",
@@ -80499,7 +80414,7 @@
80499
80414
  },
80500
80415
  {
80501
80416
  "kind": "Content",
80502
- "text": "[]>;\n required: true;\n };\n animation: "
80417
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
80503
80418
  },
80504
80419
  {
80505
80420
  "kind": "Reference",
@@ -80508,16 +80423,52 @@
80508
80423
  },
80509
80424
  {
80510
80425
  "kind": "Content",
80511
- "text": "<string | "
80426
+ "text": "<"
80512
80427
  },
80513
80428
  {
80514
80429
  "kind": "Reference",
80515
- "text": "Component",
80516
- "canonicalReference": "@vue/runtime-core!Component:type"
80430
+ "text": "Sort",
80431
+ "canonicalReference": "@empathyco/x-components!Sort:type"
80432
+ },
80433
+ {
80434
+ "kind": "Content",
80435
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
80436
+ },
80437
+ {
80438
+ "kind": "Reference",
80439
+ "text": "PropType",
80440
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80441
+ },
80442
+ {
80443
+ "kind": "Content",
80444
+ "text": "<"
80445
+ },
80446
+ {
80447
+ "kind": "Reference",
80448
+ "text": "XEvent",
80449
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
80450
+ },
80451
+ {
80452
+ "kind": "Content",
80453
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
80454
+ },
80455
+ {
80456
+ "kind": "Reference",
80457
+ "text": "PropType",
80458
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80459
+ },
80460
+ {
80461
+ "kind": "Content",
80462
+ "text": "<"
80463
+ },
80464
+ {
80465
+ "kind": "Reference",
80466
+ "text": "XEvent",
80467
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
80517
80468
  },
80518
80469
  {
80519
80470
  "kind": "Content",
80520
- "text": ">;\n}>, {\n emitUserClickedASort: (sort: "
80471
+ "text": ">;\n default: string;\n };\n}>, {\n emitUserClickedASort: (sort: "
80521
80472
  },
80522
80473
  {
80523
80474
  "kind": "Reference",
@@ -80553,16 +80504,7 @@
80553
80504
  },
80554
80505
  {
80555
80506
  "kind": "Content",
80556
- "text": "<{}, {}, any> | undefined>;\n selectedSort: import(\"vue\")."
80557
- },
80558
- {
80559
- "kind": "Reference",
80560
- "text": "ComputedRef",
80561
- "canonicalReference": "@vue/reactivity!ComputedRef:interface"
80562
- },
80563
- {
80564
- "kind": "Content",
80565
- "text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
80507
+ "text": "<{}, {}, any> | undefined>;\n}, {}, {}, {}, import(\"vue\")."
80566
80508
  },
80567
80509
  {
80568
80510
  "kind": "Reference",
@@ -80607,7 +80549,25 @@
80607
80549
  },
80608
80550
  {
80609
80551
  "kind": "Content",
80610
- "text": "<{\n items: {\n type: "
80552
+ "text": "<{\n animation: "
80553
+ },
80554
+ {
80555
+ "kind": "Reference",
80556
+ "text": "PropType",
80557
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80558
+ },
80559
+ {
80560
+ "kind": "Content",
80561
+ "text": "<string | "
80562
+ },
80563
+ {
80564
+ "kind": "Reference",
80565
+ "text": "Component",
80566
+ "canonicalReference": "@vue/runtime-core!Component:type"
80567
+ },
80568
+ {
80569
+ "kind": "Content",
80570
+ "text": ">;\n items: {\n type: "
80611
80571
  },
80612
80572
  {
80613
80573
  "kind": "Reference",
@@ -80625,7 +80585,7 @@
80625
80585
  },
80626
80586
  {
80627
80587
  "kind": "Content",
80628
- "text": "[]>;\n required: true;\n };\n animation: "
80588
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
80629
80589
  },
80630
80590
  {
80631
80591
  "kind": "Reference",
@@ -80634,16 +80594,52 @@
80634
80594
  },
80635
80595
  {
80636
80596
  "kind": "Content",
80637
- "text": "<string | "
80597
+ "text": "<"
80638
80598
  },
80639
80599
  {
80640
80600
  "kind": "Reference",
80641
- "text": "Component",
80642
- "canonicalReference": "@vue/runtime-core!Component:type"
80601
+ "text": "Sort",
80602
+ "canonicalReference": "@empathyco/x-components!Sort:type"
80643
80603
  },
80644
80604
  {
80645
80605
  "kind": "Content",
80646
- "text": ">;\n}>> & "
80606
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
80607
+ },
80608
+ {
80609
+ "kind": "Reference",
80610
+ "text": "PropType",
80611
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80612
+ },
80613
+ {
80614
+ "kind": "Content",
80615
+ "text": "<"
80616
+ },
80617
+ {
80618
+ "kind": "Reference",
80619
+ "text": "XEvent",
80620
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
80621
+ },
80622
+ {
80623
+ "kind": "Content",
80624
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
80625
+ },
80626
+ {
80627
+ "kind": "Reference",
80628
+ "text": "PropType",
80629
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80630
+ },
80631
+ {
80632
+ "kind": "Content",
80633
+ "text": "<"
80634
+ },
80635
+ {
80636
+ "kind": "Reference",
80637
+ "text": "XEvent",
80638
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
80639
+ },
80640
+ {
80641
+ "kind": "Content",
80642
+ "text": ">;\n default: string;\n };\n}>> & "
80647
80643
  },
80648
80644
  {
80649
80645
  "kind": "Reference",
@@ -80652,7 +80648,25 @@
80652
80648
  },
80653
80649
  {
80654
80650
  "kind": "Content",
80655
- "text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {}, {}, {\n BaseDropdown: import(\"vue\")."
80651
+ "text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {\n selectedSortProvidedEvent: keyof import(\"../../wiring/events.types\")."
80652
+ },
80653
+ {
80654
+ "kind": "Reference",
80655
+ "text": "XEventsTypes",
80656
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
80657
+ },
80658
+ {
80659
+ "kind": "Content",
80660
+ "text": ";\n clickedSortEvent: keyof import(\"../../wiring/events.types\")."
80661
+ },
80662
+ {
80663
+ "kind": "Reference",
80664
+ "text": "XEventsTypes",
80665
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
80666
+ },
80667
+ {
80668
+ "kind": "Content",
80669
+ "text": ";\n}, {}, {\n BaseDropdown: import(\"vue\")."
80656
80670
  },
80657
80671
  {
80658
80672
  "kind": "Reference",
@@ -80673,13 +80687,13 @@
80673
80687
  "text": ", true, {}, any>"
80674
80688
  }
80675
80689
  ],
80676
- "fileUrlPath": "dist/types/src/x-modules/search/components/sort-dropdown.vue.d.ts",
80690
+ "fileUrlPath": "dist/types/src/components/sort/sort-dropdown.vue.d.ts",
80677
80691
  "isReadonly": true,
80678
80692
  "releaseTag": "Public",
80679
80693
  "name": "SortDropdown",
80680
80694
  "variableTypeTokenRange": {
80681
80695
  "startIndex": 1,
80682
- "endIndex": 48
80696
+ "endIndex": 74
80683
80697
  }
80684
80698
  },
80685
80699
  {
@@ -80914,7 +80928,25 @@
80914
80928
  },
80915
80929
  {
80916
80930
  "kind": "Content",
80917
- "text": "<{\n items: {\n type: "
80931
+ "text": "<{\n animation: {\n type: "
80932
+ },
80933
+ {
80934
+ "kind": "Reference",
80935
+ "text": "PropType",
80936
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80937
+ },
80938
+ {
80939
+ "kind": "Content",
80940
+ "text": "<string | "
80941
+ },
80942
+ {
80943
+ "kind": "Reference",
80944
+ "text": "Component",
80945
+ "canonicalReference": "@vue/runtime-core!Component:type"
80946
+ },
80947
+ {
80948
+ "kind": "Content",
80949
+ "text": ">;\n default: () => string;\n };\n items: {\n type: "
80918
80950
  },
80919
80951
  {
80920
80952
  "kind": "Reference",
@@ -80932,7 +80964,7 @@
80932
80964
  },
80933
80965
  {
80934
80966
  "kind": "Content",
80935
- "text": "[]>;\n required: true;\n };\n animation: {\n type: "
80967
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
80936
80968
  },
80937
80969
  {
80938
80970
  "kind": "Reference",
@@ -80941,21 +80973,21 @@
80941
80973
  },
80942
80974
  {
80943
80975
  "kind": "Content",
80944
- "text": "<string | "
80976
+ "text": "<"
80945
80977
  },
80946
80978
  {
80947
80979
  "kind": "Reference",
80948
- "text": "Component",
80949
- "canonicalReference": "@vue/runtime-core!Component:type"
80980
+ "text": "Sort",
80981
+ "canonicalReference": "@empathyco/x-components!Sort:type"
80950
80982
  },
80951
80983
  {
80952
80984
  "kind": "Content",
80953
- "text": ">;\n default: () => string;\n };\n}>, {\n listItems: import(\"vue\")."
80985
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
80954
80986
  },
80955
80987
  {
80956
80988
  "kind": "Reference",
80957
- "text": "ComputedRef",
80958
- "canonicalReference": "@vue/reactivity!ComputedRef:interface"
80989
+ "text": "PropType",
80990
+ "canonicalReference": "@vue/runtime-core!PropType:type"
80959
80991
  },
80960
80992
  {
80961
80993
  "kind": "Content",
@@ -80963,12 +80995,30 @@
80963
80995
  },
80964
80996
  {
80965
80997
  "kind": "Reference",
80966
- "text": "SortListItem",
80967
- "canonicalReference": "@empathyco/x-components!~SortListItem:interface"
80998
+ "text": "XEvent",
80999
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
80968
81000
  },
80969
81001
  {
80970
81002
  "kind": "Content",
80971
- "text": "[]>;\n selectedSort: import(\"vue\")."
81003
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
81004
+ },
81005
+ {
81006
+ "kind": "Reference",
81007
+ "text": "PropType",
81008
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81009
+ },
81010
+ {
81011
+ "kind": "Content",
81012
+ "text": "<"
81013
+ },
81014
+ {
81015
+ "kind": "Reference",
81016
+ "text": "XEvent",
81017
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81018
+ },
81019
+ {
81020
+ "kind": "Content",
81021
+ "text": ">;\n default: string;\n };\n}>, {\n listItems: import(\"vue\")."
80972
81022
  },
80973
81023
  {
80974
81024
  "kind": "Reference",
@@ -80977,7 +81027,16 @@
80977
81027
  },
80978
81028
  {
80979
81029
  "kind": "Content",
80980
- "text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
81030
+ "text": "<"
81031
+ },
81032
+ {
81033
+ "kind": "Reference",
81034
+ "text": "SortListItem",
81035
+ "canonicalReference": "@empathyco/x-components!~SortListItem:interface"
81036
+ },
81037
+ {
81038
+ "kind": "Content",
81039
+ "text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
80981
81040
  },
80982
81041
  {
80983
81042
  "kind": "Reference",
@@ -81022,7 +81081,25 @@
81022
81081
  },
81023
81082
  {
81024
81083
  "kind": "Content",
81025
- "text": "<{\n items: {\n type: "
81084
+ "text": "<{\n animation: {\n type: "
81085
+ },
81086
+ {
81087
+ "kind": "Reference",
81088
+ "text": "PropType",
81089
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81090
+ },
81091
+ {
81092
+ "kind": "Content",
81093
+ "text": "<string | "
81094
+ },
81095
+ {
81096
+ "kind": "Reference",
81097
+ "text": "Component",
81098
+ "canonicalReference": "@vue/runtime-core!Component:type"
81099
+ },
81100
+ {
81101
+ "kind": "Content",
81102
+ "text": ">;\n default: () => string;\n };\n items: {\n type: "
81026
81103
  },
81027
81104
  {
81028
81105
  "kind": "Reference",
@@ -81040,7 +81117,7 @@
81040
81117
  },
81041
81118
  {
81042
81119
  "kind": "Content",
81043
- "text": "[]>;\n required: true;\n };\n animation: {\n type: "
81120
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
81044
81121
  },
81045
81122
  {
81046
81123
  "kind": "Reference",
@@ -81049,16 +81126,52 @@
81049
81126
  },
81050
81127
  {
81051
81128
  "kind": "Content",
81052
- "text": "<string | "
81129
+ "text": "<"
81053
81130
  },
81054
81131
  {
81055
81132
  "kind": "Reference",
81056
- "text": "Component",
81057
- "canonicalReference": "@vue/runtime-core!Component:type"
81133
+ "text": "Sort",
81134
+ "canonicalReference": "@empathyco/x-components!Sort:type"
81058
81135
  },
81059
81136
  {
81060
81137
  "kind": "Content",
81061
- "text": ">;\n default: () => string;\n };\n}>> & "
81138
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
81139
+ },
81140
+ {
81141
+ "kind": "Reference",
81142
+ "text": "PropType",
81143
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81144
+ },
81145
+ {
81146
+ "kind": "Content",
81147
+ "text": "<"
81148
+ },
81149
+ {
81150
+ "kind": "Reference",
81151
+ "text": "XEvent",
81152
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81153
+ },
81154
+ {
81155
+ "kind": "Content",
81156
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
81157
+ },
81158
+ {
81159
+ "kind": "Reference",
81160
+ "text": "PropType",
81161
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81162
+ },
81163
+ {
81164
+ "kind": "Content",
81165
+ "text": "<"
81166
+ },
81167
+ {
81168
+ "kind": "Reference",
81169
+ "text": "XEvent",
81170
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81171
+ },
81172
+ {
81173
+ "kind": "Content",
81174
+ "text": ">;\n default: string;\n };\n}>> & "
81062
81175
  },
81063
81176
  {
81064
81177
  "kind": "Reference",
@@ -81074,6 +81187,24 @@
81074
81187
  "text": "Component",
81075
81188
  "canonicalReference": "@vue/runtime-core!Component:type"
81076
81189
  },
81190
+ {
81191
+ "kind": "Content",
81192
+ "text": ";\n selectedSortProvidedEvent: keyof "
81193
+ },
81194
+ {
81195
+ "kind": "Reference",
81196
+ "text": "XEventsTypes",
81197
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
81198
+ },
81199
+ {
81200
+ "kind": "Content",
81201
+ "text": ";\n clickedSortEvent: keyof "
81202
+ },
81203
+ {
81204
+ "kind": "Reference",
81205
+ "text": "XEventsTypes",
81206
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
81207
+ },
81077
81208
  {
81078
81209
  "kind": "Content",
81079
81210
  "text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
@@ -81097,13 +81228,13 @@
81097
81228
  "text": ", true, {}, any>"
81098
81229
  }
81099
81230
  ],
81100
- "fileUrlPath": "dist/types/src/x-modules/search/components/sort-list.vue.d.ts",
81231
+ "fileUrlPath": "dist/types/src/components/sort/sort-list.vue.d.ts",
81101
81232
  "isReadonly": true,
81102
81233
  "releaseTag": "Public",
81103
81234
  "name": "SortList",
81104
81235
  "variableTypeTokenRange": {
81105
81236
  "startIndex": 1,
81106
- "endIndex": 46
81237
+ "endIndex": 72
81107
81238
  }
81108
81239
  },
81109
81240
  {
@@ -81135,7 +81266,25 @@
81135
81266
  },
81136
81267
  {
81137
81268
  "kind": "Content",
81138
- "text": "<{\n items: {\n type: "
81269
+ "text": "<{\n animation: {\n type: "
81270
+ },
81271
+ {
81272
+ "kind": "Reference",
81273
+ "text": "PropType",
81274
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81275
+ },
81276
+ {
81277
+ "kind": "Content",
81278
+ "text": "<string | "
81279
+ },
81280
+ {
81281
+ "kind": "Reference",
81282
+ "text": "Component",
81283
+ "canonicalReference": "@vue/runtime-core!Component:type"
81284
+ },
81285
+ {
81286
+ "kind": "Content",
81287
+ "text": ">;\n default: () => string;\n };\n items: {\n type: "
81139
81288
  },
81140
81289
  {
81141
81290
  "kind": "Reference",
@@ -81153,7 +81302,7 @@
81153
81302
  },
81154
81303
  {
81155
81304
  "kind": "Content",
81156
- "text": "[]>;\n required: true;\n };\n animation: {\n type: "
81305
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
81157
81306
  },
81158
81307
  {
81159
81308
  "kind": "Reference",
@@ -81162,16 +81311,52 @@
81162
81311
  },
81163
81312
  {
81164
81313
  "kind": "Content",
81165
- "text": "<string | "
81314
+ "text": "<"
81166
81315
  },
81167
81316
  {
81168
81317
  "kind": "Reference",
81169
- "text": "Component",
81170
- "canonicalReference": "@vue/runtime-core!Component:type"
81318
+ "text": "Sort",
81319
+ "canonicalReference": "@empathyco/x-components!Sort:type"
81320
+ },
81321
+ {
81322
+ "kind": "Content",
81323
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
81324
+ },
81325
+ {
81326
+ "kind": "Reference",
81327
+ "text": "PropType",
81328
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81329
+ },
81330
+ {
81331
+ "kind": "Content",
81332
+ "text": "<"
81333
+ },
81334
+ {
81335
+ "kind": "Reference",
81336
+ "text": "XEvent",
81337
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81338
+ },
81339
+ {
81340
+ "kind": "Content",
81341
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
81342
+ },
81343
+ {
81344
+ "kind": "Reference",
81345
+ "text": "PropType",
81346
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81347
+ },
81348
+ {
81349
+ "kind": "Content",
81350
+ "text": "<"
81351
+ },
81352
+ {
81353
+ "kind": "Reference",
81354
+ "text": "XEvent",
81355
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81171
81356
  },
81172
81357
  {
81173
81358
  "kind": "Content",
81174
- "text": ">;\n default: () => string;\n };\n buttonClass: "
81359
+ "text": ">;\n default: string;\n };\n buttonClass: "
81175
81360
  },
81176
81361
  {
81177
81362
  "kind": "Reference",
@@ -81198,16 +81383,7 @@
81198
81383
  },
81199
81384
  {
81200
81385
  "kind": "Content",
81201
- "text": "[]>;\n selectedSort: import(\"vue\")."
81202
- },
81203
- {
81204
- "kind": "Reference",
81205
- "text": "ComputedRef",
81206
- "canonicalReference": "@vue/reactivity!ComputedRef:interface"
81207
- },
81208
- {
81209
- "kind": "Content",
81210
- "text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
81386
+ "text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
81211
81387
  },
81212
81388
  {
81213
81389
  "kind": "Reference",
@@ -81252,7 +81428,25 @@
81252
81428
  },
81253
81429
  {
81254
81430
  "kind": "Content",
81255
- "text": "<{\n items: {\n type: "
81431
+ "text": "<{\n animation: {\n type: "
81432
+ },
81433
+ {
81434
+ "kind": "Reference",
81435
+ "text": "PropType",
81436
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81437
+ },
81438
+ {
81439
+ "kind": "Content",
81440
+ "text": "<string | "
81441
+ },
81442
+ {
81443
+ "kind": "Reference",
81444
+ "text": "Component",
81445
+ "canonicalReference": "@vue/runtime-core!Component:type"
81446
+ },
81447
+ {
81448
+ "kind": "Content",
81449
+ "text": ">;\n default: () => string;\n };\n items: {\n type: "
81256
81450
  },
81257
81451
  {
81258
81452
  "kind": "Reference",
@@ -81270,7 +81464,7 @@
81270
81464
  },
81271
81465
  {
81272
81466
  "kind": "Content",
81273
- "text": "[]>;\n required: true;\n };\n animation: {\n type: "
81467
+ "text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
81274
81468
  },
81275
81469
  {
81276
81470
  "kind": "Reference",
@@ -81279,16 +81473,52 @@
81279
81473
  },
81280
81474
  {
81281
81475
  "kind": "Content",
81282
- "text": "<string | "
81476
+ "text": "<"
81283
81477
  },
81284
81478
  {
81285
81479
  "kind": "Reference",
81286
- "text": "Component",
81287
- "canonicalReference": "@vue/runtime-core!Component:type"
81480
+ "text": "Sort",
81481
+ "canonicalReference": "@empathyco/x-components!Sort:type"
81288
81482
  },
81289
81483
  {
81290
81484
  "kind": "Content",
81291
- "text": ">;\n default: () => string;\n };\n buttonClass: "
81485
+ "text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
81486
+ },
81487
+ {
81488
+ "kind": "Reference",
81489
+ "text": "PropType",
81490
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81491
+ },
81492
+ {
81493
+ "kind": "Content",
81494
+ "text": "<"
81495
+ },
81496
+ {
81497
+ "kind": "Reference",
81498
+ "text": "XEvent",
81499
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81500
+ },
81501
+ {
81502
+ "kind": "Content",
81503
+ "text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
81504
+ },
81505
+ {
81506
+ "kind": "Reference",
81507
+ "text": "PropType",
81508
+ "canonicalReference": "@vue/runtime-core!PropType:type"
81509
+ },
81510
+ {
81511
+ "kind": "Content",
81512
+ "text": "<"
81513
+ },
81514
+ {
81515
+ "kind": "Reference",
81516
+ "text": "XEvent",
81517
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
81518
+ },
81519
+ {
81520
+ "kind": "Content",
81521
+ "text": ">;\n default: string;\n };\n buttonClass: "
81292
81522
  },
81293
81523
  {
81294
81524
  "kind": "Reference",
@@ -81313,6 +81543,24 @@
81313
81543
  "text": "Component",
81314
81544
  "canonicalReference": "@vue/runtime-core!Component:type"
81315
81545
  },
81546
+ {
81547
+ "kind": "Content",
81548
+ "text": ";\n selectedSortProvidedEvent: keyof "
81549
+ },
81550
+ {
81551
+ "kind": "Reference",
81552
+ "text": "XEventsTypes",
81553
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
81554
+ },
81555
+ {
81556
+ "kind": "Content",
81557
+ "text": ";\n clickedSortEvent: keyof "
81558
+ },
81559
+ {
81560
+ "kind": "Reference",
81561
+ "text": "XEventsTypes",
81562
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
81563
+ },
81316
81564
  {
81317
81565
  "kind": "Content",
81318
81566
  "text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
@@ -81336,13 +81584,13 @@
81336
81584
  "text": ", true, {}, any>"
81337
81585
  }
81338
81586
  ],
81339
- "fileUrlPath": "dist/types/src/x-modules/search/components/sort-picker-list.vue.d.ts",
81587
+ "fileUrlPath": "dist/types/src/components/sort/sort-picker-list.vue.d.ts",
81340
81588
  "isReadonly": true,
81341
81589
  "releaseTag": "Public",
81342
81590
  "name": "SortPickerList",
81343
81591
  "variableTypeTokenRange": {
81344
81592
  "startIndex": 1,
81345
- "endIndex": 50
81593
+ "endIndex": 76
81346
81594
  }
81347
81595
  },
81348
81596
  {
@@ -86501,6 +86749,33 @@
86501
86749
  "name": "UseAliasAPI",
86502
86750
  "preserveMemberOrder": false,
86503
86751
  "members": [
86752
+ {
86753
+ "kind": "PropertySignature",
86754
+ "canonicalReference": "@empathyco/x-components!UseAliasAPI#browseSelectedSort:member",
86755
+ "docComment": "/**\n * The {@link BrowseXModule} selected sort.\n */\n",
86756
+ "excerptTokens": [
86757
+ {
86758
+ "kind": "Content",
86759
+ "text": "readonly browseSelectedSort: "
86760
+ },
86761
+ {
86762
+ "kind": "Content",
86763
+ "text": "string"
86764
+ },
86765
+ {
86766
+ "kind": "Content",
86767
+ "text": ";"
86768
+ }
86769
+ ],
86770
+ "isReadonly": true,
86771
+ "isOptional": false,
86772
+ "releaseTag": "Public",
86773
+ "name": "browseSelectedSort",
86774
+ "propertyTypeTokenRange": {
86775
+ "startIndex": 1,
86776
+ "endIndex": 2
86777
+ }
86778
+ },
86504
86779
  {
86505
86780
  "kind": "PropertySignature",
86506
86781
  "canonicalReference": "@empathyco/x-components!UseAliasAPI#browseTotalResults:member",
@@ -89337,6 +89612,650 @@
89337
89612
  "parameters": [],
89338
89613
  "name": "useXBus"
89339
89614
  },
89615
+ {
89616
+ "kind": "Interface",
89617
+ "canonicalReference": "@empathyco/x-components!VendorActions:interface",
89618
+ "docComment": "",
89619
+ "excerptTokens": [
89620
+ {
89621
+ "kind": "Content",
89622
+ "text": "export interface VendorActions "
89623
+ }
89624
+ ],
89625
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
89626
+ "releaseTag": "Public",
89627
+ "name": "VendorActions",
89628
+ "preserveMemberOrder": false,
89629
+ "members": [],
89630
+ "extendsTokenRanges": []
89631
+ },
89632
+ {
89633
+ "kind": "Interface",
89634
+ "canonicalReference": "@empathyco/x-components!VendorGetters:interface",
89635
+ "docComment": "",
89636
+ "excerptTokens": [
89637
+ {
89638
+ "kind": "Content",
89639
+ "text": "export interface VendorGetters "
89640
+ }
89641
+ ],
89642
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
89643
+ "releaseTag": "Public",
89644
+ "name": "VendorGetters",
89645
+ "preserveMemberOrder": false,
89646
+ "members": [],
89647
+ "extendsTokenRanges": []
89648
+ },
89649
+ {
89650
+ "kind": "Interface",
89651
+ "canonicalReference": "@empathyco/x-components!VendorMutations:interface",
89652
+ "docComment": "",
89653
+ "excerptTokens": [
89654
+ {
89655
+ "kind": "Content",
89656
+ "text": "export interface VendorMutations "
89657
+ }
89658
+ ],
89659
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
89660
+ "releaseTag": "Public",
89661
+ "name": "VendorMutations",
89662
+ "preserveMemberOrder": false,
89663
+ "members": [
89664
+ {
89665
+ "kind": "PropertySignature",
89666
+ "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
89667
+ "docComment": "",
89668
+ "excerptTokens": [
89669
+ {
89670
+ "kind": "Content",
89671
+ "text": "setResults: "
89672
+ },
89673
+ {
89674
+ "kind": "Content",
89675
+ "text": "(results: "
89676
+ },
89677
+ {
89678
+ "kind": "Reference",
89679
+ "text": "VendorResult",
89680
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
89681
+ },
89682
+ {
89683
+ "kind": "Content",
89684
+ "text": "[]) => void"
89685
+ },
89686
+ {
89687
+ "kind": "Content",
89688
+ "text": ";"
89689
+ }
89690
+ ],
89691
+ "isReadonly": false,
89692
+ "isOptional": false,
89693
+ "releaseTag": "Public",
89694
+ "name": "setResults",
89695
+ "propertyTypeTokenRange": {
89696
+ "startIndex": 1,
89697
+ "endIndex": 4
89698
+ }
89699
+ }
89700
+ ],
89701
+ "extendsTokenRanges": []
89702
+ },
89703
+ {
89704
+ "kind": "Interface",
89705
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface",
89706
+ "docComment": "/**\n * The interface for a vendor result, extending the base Result interface.\n */\n",
89707
+ "excerptTokens": [
89708
+ {
89709
+ "kind": "Content",
89710
+ "text": "export interface VendorResult extends "
89711
+ },
89712
+ {
89713
+ "kind": "Reference",
89714
+ "text": "Omit",
89715
+ "canonicalReference": "!Omit:type"
89716
+ },
89717
+ {
89718
+ "kind": "Content",
89719
+ "text": "<"
89720
+ },
89721
+ {
89722
+ "kind": "Reference",
89723
+ "text": "Result",
89724
+ "canonicalReference": "@empathyco/x-components!Result:interface"
89725
+ },
89726
+ {
89727
+ "kind": "Content",
89728
+ "text": ", 'modelName'>"
89729
+ },
89730
+ {
89731
+ "kind": "Content",
89732
+ "text": ", "
89733
+ },
89734
+ {
89735
+ "kind": "Reference",
89736
+ "text": "NamedModel",
89737
+ "canonicalReference": "@empathyco/x-components!NamedModel:interface"
89738
+ },
89739
+ {
89740
+ "kind": "Content",
89741
+ "text": "<'VendorResult'>"
89742
+ },
89743
+ {
89744
+ "kind": "Content",
89745
+ "text": " "
89746
+ }
89747
+ ],
89748
+ "fileUrlPath": "src/x-modules/vendor/types.ts",
89749
+ "releaseTag": "Public",
89750
+ "name": "VendorResult",
89751
+ "preserveMemberOrder": false,
89752
+ "members": [
89753
+ {
89754
+ "kind": "PropertySignature",
89755
+ "canonicalReference": "@empathyco/x-components!VendorResult#position:member",
89756
+ "docComment": "",
89757
+ "excerptTokens": [
89758
+ {
89759
+ "kind": "Content",
89760
+ "text": "position: "
89761
+ },
89762
+ {
89763
+ "kind": "Content",
89764
+ "text": "number"
89765
+ },
89766
+ {
89767
+ "kind": "Content",
89768
+ "text": ";"
89769
+ }
89770
+ ],
89771
+ "isReadonly": false,
89772
+ "isOptional": false,
89773
+ "releaseTag": "Public",
89774
+ "name": "position",
89775
+ "propertyTypeTokenRange": {
89776
+ "startIndex": 1,
89777
+ "endIndex": 2
89778
+ }
89779
+ }
89780
+ ],
89781
+ "extendsTokenRanges": [
89782
+ {
89783
+ "startIndex": 1,
89784
+ "endIndex": 5
89785
+ },
89786
+ {
89787
+ "startIndex": 6,
89788
+ "endIndex": 8
89789
+ }
89790
+ ]
89791
+ },
89792
+ {
89793
+ "kind": "Variable",
89794
+ "canonicalReference": "@empathyco/x-components!VendorResultsList:var",
89795
+ "docComment": "/**\n * It renders a {@link ItemsList} of vendor results from {@link VendorState.results}.\n *\n * The component provides a default slot which wraps the whole component with the `vendorResults` plus the `injectedListItems` which also contains the injected list items from the ancestor.\n *\n * It also provides the parent slots to customize the items.\n *\n * @public\n */\n",
89796
+ "excerptTokens": [
89797
+ {
89798
+ "kind": "Content",
89799
+ "text": "_default: "
89800
+ },
89801
+ {
89802
+ "kind": "Content",
89803
+ "text": "import(\"vue\")."
89804
+ },
89805
+ {
89806
+ "kind": "Reference",
89807
+ "text": "DefineComponent",
89808
+ "canonicalReference": "@vue/runtime-core!DefineComponent:type"
89809
+ },
89810
+ {
89811
+ "kind": "Content",
89812
+ "text": "<import(\"vue\")."
89813
+ },
89814
+ {
89815
+ "kind": "Reference",
89816
+ "text": "ExtractPropTypes",
89817
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
89818
+ },
89819
+ {
89820
+ "kind": "Content",
89821
+ "text": "<{\n animation: {\n type: ("
89822
+ },
89823
+ {
89824
+ "kind": "Reference",
89825
+ "text": "StringConstructor",
89826
+ "canonicalReference": "!StringConstructor:interface"
89827
+ },
89828
+ {
89829
+ "kind": "Content",
89830
+ "text": " | "
89831
+ },
89832
+ {
89833
+ "kind": "Reference",
89834
+ "text": "ObjectConstructor",
89835
+ "canonicalReference": "!ObjectConstructor:interface"
89836
+ },
89837
+ {
89838
+ "kind": "Content",
89839
+ "text": " | "
89840
+ },
89841
+ {
89842
+ "kind": "Reference",
89843
+ "text": "FunctionConstructor",
89844
+ "canonicalReference": "!FunctionConstructor:interface"
89845
+ },
89846
+ {
89847
+ "kind": "Content",
89848
+ "text": ")[];\n default: string;\n };\n}>, () => import(\"vue\")."
89849
+ },
89850
+ {
89851
+ "kind": "Reference",
89852
+ "text": "VNode",
89853
+ "canonicalReference": "@vue/runtime-core!VNode:interface"
89854
+ },
89855
+ {
89856
+ "kind": "Content",
89857
+ "text": "<import(\"vue\")."
89858
+ },
89859
+ {
89860
+ "kind": "Reference",
89861
+ "text": "RendererNode",
89862
+ "canonicalReference": "@vue/runtime-core!RendererNode:interface"
89863
+ },
89864
+ {
89865
+ "kind": "Content",
89866
+ "text": ", import(\"vue\")."
89867
+ },
89868
+ {
89869
+ "kind": "Reference",
89870
+ "text": "RendererElement",
89871
+ "canonicalReference": "@vue/runtime-core!RendererElement:interface"
89872
+ },
89873
+ {
89874
+ "kind": "Content",
89875
+ "text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
89876
+ },
89877
+ {
89878
+ "kind": "Reference",
89879
+ "text": "ComponentOptionsMixin",
89880
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
89881
+ },
89882
+ {
89883
+ "kind": "Content",
89884
+ "text": ", import(\"vue\")."
89885
+ },
89886
+ {
89887
+ "kind": "Reference",
89888
+ "text": "ComponentOptionsMixin",
89889
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
89890
+ },
89891
+ {
89892
+ "kind": "Content",
89893
+ "text": ", {}, string, import(\"vue\")."
89894
+ },
89895
+ {
89896
+ "kind": "Reference",
89897
+ "text": "PublicProps",
89898
+ "canonicalReference": "@vue/runtime-core!PublicProps:type"
89899
+ },
89900
+ {
89901
+ "kind": "Content",
89902
+ "text": ", "
89903
+ },
89904
+ {
89905
+ "kind": "Reference",
89906
+ "text": "Readonly",
89907
+ "canonicalReference": "!Readonly:type"
89908
+ },
89909
+ {
89910
+ "kind": "Content",
89911
+ "text": "<import(\"vue\")."
89912
+ },
89913
+ {
89914
+ "kind": "Reference",
89915
+ "text": "ExtractPropTypes",
89916
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
89917
+ },
89918
+ {
89919
+ "kind": "Content",
89920
+ "text": "<{\n animation: {\n type: ("
89921
+ },
89922
+ {
89923
+ "kind": "Reference",
89924
+ "text": "StringConstructor",
89925
+ "canonicalReference": "!StringConstructor:interface"
89926
+ },
89927
+ {
89928
+ "kind": "Content",
89929
+ "text": " | "
89930
+ },
89931
+ {
89932
+ "kind": "Reference",
89933
+ "text": "ObjectConstructor",
89934
+ "canonicalReference": "!ObjectConstructor:interface"
89935
+ },
89936
+ {
89937
+ "kind": "Content",
89938
+ "text": " | "
89939
+ },
89940
+ {
89941
+ "kind": "Reference",
89942
+ "text": "FunctionConstructor",
89943
+ "canonicalReference": "!FunctionConstructor:interface"
89944
+ },
89945
+ {
89946
+ "kind": "Content",
89947
+ "text": ")[];\n default: string;\n };\n}>> & "
89948
+ },
89949
+ {
89950
+ "kind": "Reference",
89951
+ "text": "Readonly",
89952
+ "canonicalReference": "!Readonly:type"
89953
+ },
89954
+ {
89955
+ "kind": "Content",
89956
+ "text": "<{}>, {\n animation: string | "
89957
+ },
89958
+ {
89959
+ "kind": "Reference",
89960
+ "text": "Function",
89961
+ "canonicalReference": "!Function:interface"
89962
+ },
89963
+ {
89964
+ "kind": "Content",
89965
+ "text": " | "
89966
+ },
89967
+ {
89968
+ "kind": "Reference",
89969
+ "text": "Record",
89970
+ "canonicalReference": "!Record:type"
89971
+ },
89972
+ {
89973
+ "kind": "Content",
89974
+ "text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
89975
+ },
89976
+ {
89977
+ "kind": "Reference",
89978
+ "text": "ComponentProvideOptions",
89979
+ "canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
89980
+ },
89981
+ {
89982
+ "kind": "Content",
89983
+ "text": ", true, {}, any>"
89984
+ }
89985
+ ],
89986
+ "fileUrlPath": "dist/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts",
89987
+ "isReadonly": true,
89988
+ "releaseTag": "Public",
89989
+ "name": "VendorResultsList",
89990
+ "variableTypeTokenRange": {
89991
+ "startIndex": 1,
89992
+ "endIndex": 42
89993
+ }
89994
+ },
89995
+ {
89996
+ "kind": "Interface",
89997
+ "canonicalReference": "@empathyco/x-components!VendorState:interface",
89998
+ "docComment": "",
89999
+ "excerptTokens": [
90000
+ {
90001
+ "kind": "Content",
90002
+ "text": "export interface VendorState "
90003
+ }
90004
+ ],
90005
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
90006
+ "releaseTag": "Public",
90007
+ "name": "VendorState",
90008
+ "preserveMemberOrder": false,
90009
+ "members": [
90010
+ {
90011
+ "kind": "PropertySignature",
90012
+ "canonicalReference": "@empathyco/x-components!VendorState#results:member",
90013
+ "docComment": "",
90014
+ "excerptTokens": [
90015
+ {
90016
+ "kind": "Content",
90017
+ "text": "results: "
90018
+ },
90019
+ {
90020
+ "kind": "Reference",
90021
+ "text": "VendorResult",
90022
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
90023
+ },
90024
+ {
90025
+ "kind": "Content",
90026
+ "text": "[]"
90027
+ },
90028
+ {
90029
+ "kind": "Content",
90030
+ "text": ";"
90031
+ }
90032
+ ],
90033
+ "isReadonly": false,
90034
+ "isOptional": false,
90035
+ "releaseTag": "Public",
90036
+ "name": "results",
90037
+ "propertyTypeTokenRange": {
90038
+ "startIndex": 1,
90039
+ "endIndex": 3
90040
+ }
90041
+ }
90042
+ ],
90043
+ "extendsTokenRanges": []
90044
+ },
90045
+ {
90046
+ "kind": "Interface",
90047
+ "canonicalReference": "@empathyco/x-components!VendorXEvents:interface",
90048
+ "docComment": "/**\n * Directory of events for the vendor module.\n *\n * @public\n */\n",
90049
+ "excerptTokens": [
90050
+ {
90051
+ "kind": "Content",
90052
+ "text": "export interface VendorXEvents "
90053
+ }
90054
+ ],
90055
+ "fileUrlPath": "src/x-modules/vendor/events.types.ts",
90056
+ "releaseTag": "Public",
90057
+ "name": "VendorXEvents",
90058
+ "preserveMemberOrder": false,
90059
+ "members": [
90060
+ {
90061
+ "kind": "PropertySignature",
90062
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",
90063
+ "docComment": "/**\n * The x consumer has provided vendor results to be inserted in the result grid. Payload: The array of vendor result inputs with their items and positions. modelName is excluded since it is an internal field, and we will assign it under the hood.\n */\n",
90064
+ "excerptTokens": [
90065
+ {
90066
+ "kind": "Content",
90067
+ "text": "VendorResultsChanged: "
90068
+ },
90069
+ {
90070
+ "kind": "Reference",
90071
+ "text": "Omit",
90072
+ "canonicalReference": "!Omit:type"
90073
+ },
90074
+ {
90075
+ "kind": "Content",
90076
+ "text": "<"
90077
+ },
90078
+ {
90079
+ "kind": "Reference",
90080
+ "text": "VendorResult",
90081
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
90082
+ },
90083
+ {
90084
+ "kind": "Content",
90085
+ "text": ", 'modelName'>[]"
90086
+ },
90087
+ {
90088
+ "kind": "Content",
90089
+ "text": ";"
90090
+ }
90091
+ ],
90092
+ "isReadonly": false,
90093
+ "isOptional": false,
90094
+ "releaseTag": "Public",
90095
+ "name": "VendorResultsChanged",
90096
+ "propertyTypeTokenRange": {
90097
+ "startIndex": 1,
90098
+ "endIndex": 5
90099
+ }
90100
+ }
90101
+ ],
90102
+ "extendsTokenRanges": []
90103
+ },
90104
+ {
90105
+ "kind": "TypeAlias",
90106
+ "canonicalReference": "@empathyco/x-components!VendorXModule:type",
90107
+ "docComment": "/**\n * Vendor {@link XModule} alias.\n *\n * @public\n */\n",
90108
+ "excerptTokens": [
90109
+ {
90110
+ "kind": "Content",
90111
+ "text": "export type VendorXModule = "
90112
+ },
90113
+ {
90114
+ "kind": "Reference",
90115
+ "text": "XModule",
90116
+ "canonicalReference": "@empathyco/x-components!XModule:interface"
90117
+ },
90118
+ {
90119
+ "kind": "Content",
90120
+ "text": "<"
90121
+ },
90122
+ {
90123
+ "kind": "Reference",
90124
+ "text": "VendorXStoreModule",
90125
+ "canonicalReference": "@empathyco/x-components!VendorXStoreModule:type"
90126
+ },
90127
+ {
90128
+ "kind": "Content",
90129
+ "text": ">"
90130
+ },
90131
+ {
90132
+ "kind": "Content",
90133
+ "text": ";"
90134
+ }
90135
+ ],
90136
+ "fileUrlPath": "src/x-modules/vendor/x-module.ts",
90137
+ "releaseTag": "Public",
90138
+ "name": "VendorXModule",
90139
+ "typeTokenRange": {
90140
+ "startIndex": 1,
90141
+ "endIndex": 5
90142
+ }
90143
+ },
90144
+ {
90145
+ "kind": "Variable",
90146
+ "canonicalReference": "@empathyco/x-components!vendorXModule:var",
90147
+ "docComment": "/**\n * Vendor {@link XModule} implementation. This module is auto-registered as soon as you import any component from the `vendor` entry point.\n *\n * @public\n */\n",
90148
+ "excerptTokens": [
90149
+ {
90150
+ "kind": "Content",
90151
+ "text": "vendorXModule: "
90152
+ },
90153
+ {
90154
+ "kind": "Reference",
90155
+ "text": "VendorXModule",
90156
+ "canonicalReference": "@empathyco/x-components!VendorXModule:type"
90157
+ }
90158
+ ],
90159
+ "fileUrlPath": "src/x-modules/vendor/x-module.ts",
90160
+ "isReadonly": true,
90161
+ "releaseTag": "Public",
90162
+ "name": "vendorXModule",
90163
+ "variableTypeTokenRange": {
90164
+ "startIndex": 1,
90165
+ "endIndex": 2
90166
+ }
90167
+ },
90168
+ {
90169
+ "kind": "TypeAlias",
90170
+ "canonicalReference": "@empathyco/x-components!VendorXStoreModule:type",
90171
+ "docComment": "",
90172
+ "excerptTokens": [
90173
+ {
90174
+ "kind": "Content",
90175
+ "text": "export type VendorXStoreModule = "
90176
+ },
90177
+ {
90178
+ "kind": "Reference",
90179
+ "text": "XStoreModule",
90180
+ "canonicalReference": "@empathyco/x-components!XStoreModule:interface"
90181
+ },
90182
+ {
90183
+ "kind": "Content",
90184
+ "text": "<"
90185
+ },
90186
+ {
90187
+ "kind": "Reference",
90188
+ "text": "VendorState",
90189
+ "canonicalReference": "@empathyco/x-components!VendorState:interface"
90190
+ },
90191
+ {
90192
+ "kind": "Content",
90193
+ "text": ", "
90194
+ },
90195
+ {
90196
+ "kind": "Reference",
90197
+ "text": "VendorGetters",
90198
+ "canonicalReference": "@empathyco/x-components!VendorGetters:interface"
90199
+ },
90200
+ {
90201
+ "kind": "Content",
90202
+ "text": ", "
90203
+ },
90204
+ {
90205
+ "kind": "Reference",
90206
+ "text": "VendorMutations",
90207
+ "canonicalReference": "@empathyco/x-components!VendorMutations:interface"
90208
+ },
90209
+ {
90210
+ "kind": "Content",
90211
+ "text": ", "
90212
+ },
90213
+ {
90214
+ "kind": "Reference",
90215
+ "text": "VendorActions",
90216
+ "canonicalReference": "@empathyco/x-components!VendorActions:interface"
90217
+ },
90218
+ {
90219
+ "kind": "Content",
90220
+ "text": ">"
90221
+ },
90222
+ {
90223
+ "kind": "Content",
90224
+ "text": ";"
90225
+ }
90226
+ ],
90227
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
90228
+ "releaseTag": "Public",
90229
+ "name": "VendorXStoreModule",
90230
+ "typeTokenRange": {
90231
+ "startIndex": 1,
90232
+ "endIndex": 11
90233
+ }
90234
+ },
90235
+ {
90236
+ "kind": "Variable",
90237
+ "canonicalReference": "@empathyco/x-components!vendorXStoreModule:var",
90238
+ "docComment": "",
90239
+ "excerptTokens": [
90240
+ {
90241
+ "kind": "Content",
90242
+ "text": "vendorXStoreModule: "
90243
+ },
90244
+ {
90245
+ "kind": "Reference",
90246
+ "text": "VendorXStoreModule",
90247
+ "canonicalReference": "@empathyco/x-components!VendorXStoreModule:type"
90248
+ }
90249
+ ],
90250
+ "fileUrlPath": "src/x-modules/vendor/store/module.ts",
90251
+ "isReadonly": true,
90252
+ "releaseTag": "Public",
90253
+ "name": "vendorXStoreModule",
90254
+ "variableTypeTokenRange": {
90255
+ "startIndex": 1,
90256
+ "endIndex": 2
90257
+ }
90258
+ },
89340
90259
  {
89341
90260
  "kind": "TypeAlias",
89342
90261
  "canonicalReference": "@empathyco/x-components!VueCSSClasses:type",
@@ -94102,6 +95021,15 @@
94102
95021
  "text": "AiXEvents",
94103
95022
  "canonicalReference": "@empathyco/x-components!AiXEvents:interface"
94104
95023
  },
95024
+ {
95025
+ "kind": "Content",
95026
+ "text": ", "
95027
+ },
95028
+ {
95029
+ "kind": "Reference",
95030
+ "text": "VendorXEvents",
95031
+ "canonicalReference": "@empathyco/x-components!VendorXEvents:interface"
95032
+ },
94105
95033
  {
94106
95034
  "kind": "Content",
94107
95035
  "text": " "
@@ -95059,6 +95987,10 @@
95059
95987
  {
95060
95988
  "startIndex": 43,
95061
95989
  "endIndex": 44
95990
+ },
95991
+ {
95992
+ "startIndex": 45,
95993
+ "endIndex": 46
95062
95994
  }
95063
95995
  ]
95064
95996
  },
@@ -96450,6 +97382,34 @@
96450
97382
  "startIndex": 1,
96451
97383
  "endIndex": 2
96452
97384
  }
97385
+ },
97386
+ {
97387
+ "kind": "PropertySignature",
97388
+ "canonicalReference": "@empathyco/x-components!XModulesTree#vendor:member",
97389
+ "docComment": "",
97390
+ "excerptTokens": [
97391
+ {
97392
+ "kind": "Content",
97393
+ "text": "vendor: "
97394
+ },
97395
+ {
97396
+ "kind": "Reference",
97397
+ "text": "VendorXModule",
97398
+ "canonicalReference": "@empathyco/x-components!VendorXModule:type"
97399
+ },
97400
+ {
97401
+ "kind": "Content",
97402
+ "text": ";"
97403
+ }
97404
+ ],
97405
+ "isReadonly": false,
97406
+ "isOptional": false,
97407
+ "releaseTag": "Public",
97408
+ "name": "vendor",
97409
+ "propertyTypeTokenRange": {
97410
+ "startIndex": 1,
97411
+ "endIndex": 2
97412
+ }
96453
97413
  }
96454
97414
  ],
96455
97415
  "extendsTokenRanges": []