@empathyco/x-components 3.0.0-alpha.64 → 3.0.0-alpha.67

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 (139) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/core/index.js.map +1 -1
  3. package/design-system/default-theme.css +40 -40
  4. package/design-system/full-theme.css +37 -36
  5. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +2 -2
  6. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +1 -1
  7. package/docs/API-reference/api/x-adapter.md +0 -1
  8. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -1
  9. package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
  10. package/docs/API-reference/api/x-components.deepfilter.md +8 -6
  11. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  12. package/docs/API-reference/api/x-components.historyqueriesmutations.md +2 -1
  13. package/docs/API-reference/api/x-components.historyqueriesstate.md +2 -1
  14. package/docs/API-reference/api/x-components.identifierresultsmutations.md +2 -2
  15. package/docs/API-reference/api/x-components.identifierresultsstate.md +2 -2
  16. package/docs/API-reference/api/x-components.md +6 -3
  17. package/docs/API-reference/api/x-components.nextqueriesmutations.md +2 -2
  18. package/docs/API-reference/api/x-components.nextqueriesstate.md +2 -2
  19. package/docs/API-reference/api/x-components.propswithtype.md +6 -7
  20. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
  21. package/docs/API-reference/api/x-components.querysuggestionsstate.md +2 -2
  22. package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
  23. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  24. package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
  25. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  26. package/docs/API-reference/api/x-components.relatedtagsstate.md +2 -3
  27. package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
  28. package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
  29. package/docs/API-reference/api/x-components.searchgetters.md +1 -0
  30. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  31. package/docs/API-reference/api/x-components.searchmutations.md +2 -2
  32. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  33. package/docs/API-reference/api/x-components.searchstate.md +2 -2
  34. package/docs/API-reference/api/x-components.subobject.md +29 -0
  35. package/docs/API-reference/api/x-components.urlmutations.md +2 -1
  36. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  37. package/docs/API-reference/api/x-components.urlstate.md +9 -5
  38. package/docs/API-reference/api/x-components.wireservice.md +1 -1
  39. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
  40. package/docs/API-reference/api/x-components.wiring.md +1 -1
  41. package/docs/API-reference/api/x-types.relatedtag.md +0 -2
  42. package/js/index.js +2 -0
  43. package/js/index.js.map +1 -1
  44. package/js/store/utils/query.utils.js +37 -0
  45. package/js/store/utils/query.utils.js.map +1 -0
  46. package/js/utils/array.js +25 -55
  47. package/js/utils/array.js.map +1 -1
  48. package/js/wiring/wires.factory.js.map +1 -1
  49. package/js/x-modules/history-queries/store/module.js +2 -3
  50. package/js/x-modules/history-queries/store/module.js.map +1 -1
  51. package/js/x-modules/identifier-results/store/module.js +2 -3
  52. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  53. package/js/x-modules/next-queries/store/module.js +2 -3
  54. package/js/x-modules/next-queries/store/module.js.map +1 -1
  55. package/js/x-modules/query-suggestions/store/module.js +2 -3
  56. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  57. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +1 -3
  58. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  59. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  60. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  61. package/js/x-modules/related-tags/store/getters/request.getter.js +3 -2
  62. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  63. package/js/x-modules/related-tags/store/module.js +5 -4
  64. package/js/x-modules/related-tags/store/module.js.map +1 -1
  65. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
  66. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +0 -2
  67. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  68. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  69. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  70. package/js/x-modules/search/store/getters/request.getter.js +2 -3
  71. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  72. package/js/x-modules/search/store/module.js +5 -4
  73. package/js/x-modules/search/store/module.js.map +1 -1
  74. package/js/x-modules/search-box/store/module.js +2 -3
  75. package/js/x-modules/search-box/store/module.js.map +1 -1
  76. package/js/x-modules/url/store/module.js +2 -3
  77. package/js/x-modules/url/store/module.js.map +1 -1
  78. package/package.json +10 -10
  79. package/related-tags/index.js +1 -0
  80. package/report/tsdoc-metadata.json +1 -1
  81. package/report/x-adapter.api.json +3 -134
  82. package/report/x-components.api.json +672 -284
  83. package/report/x-components.api.md +51 -33
  84. package/report/x-types.api.json +1 -53
  85. package/search/index.js +1 -0
  86. package/types/store/utils/query.utils.d.ts +56 -0
  87. package/types/store/utils/query.utils.d.ts.map +1 -0
  88. package/types/utils/array.d.ts +19 -17
  89. package/types/utils/array.d.ts.map +1 -1
  90. package/types/utils/types.d.ts +27 -9
  91. package/types/utils/types.d.ts.map +1 -1
  92. package/types/wiring/wires.factory.d.ts +3 -2
  93. package/types/wiring/wires.factory.d.ts.map +1 -1
  94. package/types/wiring/wiring.types.d.ts +8 -7
  95. package/types/wiring/wiring.types.d.ts.map +1 -1
  96. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  97. package/types/x-modules/history-queries/store/types.d.ts +3 -2
  98. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  99. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  100. package/types/x-modules/identifier-results/store/types.d.ts +3 -2
  101. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  102. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  103. package/types/x-modules/next-queries/store/types.d.ts +3 -2
  104. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  105. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  106. package/types/x-modules/query-suggestions/store/types.d.ts +3 -2
  107. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  108. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  109. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  110. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  111. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  112. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  113. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  114. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  115. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  116. package/types/x-modules/related-tags/store/types.d.ts +5 -10
  117. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  118. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -1
  119. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  120. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  121. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  122. package/types/x-modules/search/store/index.d.ts +1 -0
  123. package/types/x-modules/search/store/index.d.ts.map +1 -1
  124. package/types/x-modules/search/store/module.d.ts.map +1 -1
  125. package/types/x-modules/search/store/types.d.ts +5 -2
  126. package/types/x-modules/search/store/types.d.ts.map +1 -1
  127. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  128. package/types/x-modules/search-box/store/types.d.ts +3 -2
  129. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  130. package/types/x-modules/url/store/module.d.ts.map +1 -1
  131. package/types/x-modules/url/store/types.d.ts +4 -3
  132. package/types/x-modules/url/store/types.d.ts.map +1 -1
  133. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  134. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  135. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  136. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  137. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  138. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  139. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.18.21",
4
+ "toolVersion": "7.19.4",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1498,15 +1498,7 @@
1498
1498
  "excerptTokens": [
1499
1499
  {
1500
1500
  "kind": "Content",
1501
- "text": "export declare function arrayToObject<ArrayType, KeyType extends "
1502
- },
1503
- {
1504
- "kind": "Content",
1505
- "text": "string | number"
1506
- },
1507
- {
1508
- "kind": "Content",
1509
- "text": ">(array: "
1501
+ "text": "export declare function arrayToObject<ArrayType>(array: "
1510
1502
  },
1511
1503
  {
1512
1504
  "kind": "Content",
@@ -1523,7 +1515,7 @@
1523
1515
  },
1524
1516
  {
1525
1517
  "kind": "Content",
1526
- "text": "<ArrayType, KeyType>"
1518
+ "text": "<ArrayType, string | number>"
1527
1519
  },
1528
1520
  {
1529
1521
  "kind": "Content",
@@ -1544,8 +1536,8 @@
1544
1536
  }
1545
1537
  ],
1546
1538
  "returnTypeTokenRange": {
1547
- "startIndex": 8,
1548
- "endIndex": 10
1539
+ "startIndex": 6,
1540
+ "endIndex": 8
1549
1541
  },
1550
1542
  "releaseTag": "Public",
1551
1543
  "overloadIndex": 2,
@@ -1553,15 +1545,15 @@
1553
1545
  {
1554
1546
  "parameterName": "array",
1555
1547
  "parameterTypeTokenRange": {
1556
- "startIndex": 3,
1557
- "endIndex": 4
1548
+ "startIndex": 1,
1549
+ "endIndex": 2
1558
1550
  }
1559
1551
  },
1560
1552
  {
1561
1553
  "parameterName": "key",
1562
1554
  "parameterTypeTokenRange": {
1563
- "startIndex": 5,
1564
- "endIndex": 7
1555
+ "startIndex": 3,
1556
+ "endIndex": 5
1565
1557
  }
1566
1558
  }
1567
1559
  ],
@@ -1576,17 +1568,6 @@
1576
1568
  "startIndex": 0,
1577
1569
  "endIndex": 0
1578
1570
  }
1579
- },
1580
- {
1581
- "typeParameterName": "KeyType",
1582
- "constraintTokenRange": {
1583
- "startIndex": 1,
1584
- "endIndex": 2
1585
- },
1586
- "defaultTypeTokenRange": {
1587
- "startIndex": 0,
1588
- "endIndex": 0
1589
- }
1590
1571
  }
1591
1572
  ],
1592
1573
  "name": "arrayToObject"
@@ -9311,20 +9292,23 @@
9311
9292
  {
9312
9293
  "kind": "Function",
9313
9294
  "canonicalReference": "@empathyco/x-components!deepFilter:function(1)",
9314
- "docComment": "/**\n * Filters an array with all elements that pass the test implemented by the provided filter function. It also does it recursively if the property accessed, whose name is the parameter childrenKey, to the current iteration in an array.\n *\n * @param array - Array to be filtered.\n *\n * @param filter - Predicate function to test each element of the array. It should return true to keep the element; or false otherwise.\n *\n * @param childrenKey - Property name within the array used to perform a recursive call.\n *\n * @returns A new array with the elements that pass the test, or an empty array if no one pass the test.\n *\n * @example\n *\n * Input - Output example\n * ```\n * const hierarchicalFilters: Filter[] = [\n * {\n * id: 'filter1'\n * selected: true,\n * children: [\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * },\n * {\n * id: 'filter1-2'\n * selected: false,\n * children: []\n * }\n * ]\n * },\n * {\n * id: 'filter2',\n * selected: false,\n * children: [\n * {\n * id: 'filter2-1',\n * selected: true // not should happen\n * }\n * ]\n * }\n * ]\n *\n * const filteredArray: Filter[] = deepFilterArray(\n * hierarchicalFilters,\n * filter => filter.selected,\n * 'children'\n * )\n *\n * /*\n * filteredArray = [\n * {\n * id: 'filter1'\n * selected: true,\n * children: [\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * },\n * {\n * id: 'filter1-2'\n * selected: false,\n * children: []\n * }\n * ]\n * },\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * }\n * ]\n * ```\n *\n * @public\n */\n",
9295
+ "docComment": "/**\n * Filters an array with all elements that pass the test implemented by the given filter function. If an item has another list of items in the `childrenKey` property it recursively filters that new list, adding it to the returned one.\n *\n * @param array - Array to be filtered.\n *\n * @param condition - Predicate function to test each element of the array. It should return `true` to keep the element; or `false` otherwise.\n *\n * @param childrenKey - Property name within the array used to perform a recursive call.\n *\n * @returns A new array with the elements that pass the condition, or an empty array if no one pass the test.\n *\n * @example\n *\n * Input - Output example\n * ```\n * const hierarchicalFilters: Filter[] = [\n * {\n * id: 'filter1'\n * selected: true,\n * children: [\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * },\n * {\n * id: 'filter1-2'\n * selected: false,\n * children: []\n * }\n * ]\n * },\n * {\n * id: 'filter2',\n * selected: false,\n * children: [\n * {\n * id: 'filter2-1',\n * selected: true // not should happen\n * }\n * ]\n * }\n * ]\n *\n * const filteredArray: Filter[] = deepFilterArray(\n * hierarchicalFilters,\n * filter => filter.selected,\n * 'children'\n * )\n *\n * /*\n * filteredArray = [\n * {\n * id: 'filter1'\n * selected: true,\n * children: [\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * },\n * {\n * id: 'filter1-2'\n * selected: false,\n * children: []\n * }\n * ]\n * },\n * {\n * id: 'filter1-1'\n * selected: true,\n * children: []\n * }\n * ]\n * ```\n *\n * @public\n */\n",
9315
9296
  "excerptTokens": [
9316
9297
  {
9317
9298
  "kind": "Content",
9318
- "text": "export declare function deepFilter<ArrayType, Key extends "
9299
+ "text": "export declare function deepFilter<Item extends "
9319
9300
  },
9320
9301
  {
9321
- "kind": "Reference",
9322
- "text": "PropsWithType",
9323
- "canonicalReference": "@empathyco/x-components!PropsWithType:type"
9302
+ "kind": "Content",
9303
+ "text": "{\n [key in Key]?: Item[];\n}"
9324
9304
  },
9325
9305
  {
9326
9306
  "kind": "Content",
9327
- "text": "<ArrayType, ArrayType[]>"
9307
+ "text": ", Key extends "
9308
+ },
9309
+ {
9310
+ "kind": "Content",
9311
+ "text": "keyof Item"
9328
9312
  },
9329
9313
  {
9330
9314
  "kind": "Content",
@@ -9332,15 +9316,15 @@
9332
9316
  },
9333
9317
  {
9334
9318
  "kind": "Content",
9335
- "text": "ArrayType[]"
9319
+ "text": "Item[]"
9336
9320
  },
9337
9321
  {
9338
9322
  "kind": "Content",
9339
- "text": ", filter: "
9323
+ "text": ", condition: "
9340
9324
  },
9341
9325
  {
9342
9326
  "kind": "Content",
9343
- "text": "(item: ArrayType) => boolean"
9327
+ "text": "(item: Item) => boolean"
9344
9328
  },
9345
9329
  {
9346
9330
  "kind": "Content",
@@ -9356,7 +9340,7 @@
9356
9340
  },
9357
9341
  {
9358
9342
  "kind": "Content",
9359
- "text": "ArrayType[]"
9343
+ "text": "Item[]"
9360
9344
  },
9361
9345
  {
9362
9346
  "kind": "Content",
@@ -9364,8 +9348,8 @@
9364
9348
  }
9365
9349
  ],
9366
9350
  "returnTypeTokenRange": {
9367
- "startIndex": 10,
9368
- "endIndex": 11
9351
+ "startIndex": 11,
9352
+ "endIndex": 12
9369
9353
  },
9370
9354
  "releaseTag": "Public",
9371
9355
  "overloadIndex": 1,
@@ -9373,31 +9357,31 @@
9373
9357
  {
9374
9358
  "parameterName": "array",
9375
9359
  "parameterTypeTokenRange": {
9376
- "startIndex": 4,
9377
- "endIndex": 5
9360
+ "startIndex": 5,
9361
+ "endIndex": 6
9378
9362
  }
9379
9363
  },
9380
9364
  {
9381
- "parameterName": "filter",
9365
+ "parameterName": "condition",
9382
9366
  "parameterTypeTokenRange": {
9383
- "startIndex": 6,
9384
- "endIndex": 7
9367
+ "startIndex": 7,
9368
+ "endIndex": 8
9385
9369
  }
9386
9370
  },
9387
9371
  {
9388
9372
  "parameterName": "childrenKey",
9389
9373
  "parameterTypeTokenRange": {
9390
- "startIndex": 8,
9391
- "endIndex": 9
9374
+ "startIndex": 9,
9375
+ "endIndex": 10
9392
9376
  }
9393
9377
  }
9394
9378
  ],
9395
9379
  "typeParameters": [
9396
9380
  {
9397
- "typeParameterName": "ArrayType",
9381
+ "typeParameterName": "Item",
9398
9382
  "constraintTokenRange": {
9399
- "startIndex": 0,
9400
- "endIndex": 0
9383
+ "startIndex": 1,
9384
+ "endIndex": 2
9401
9385
  },
9402
9386
  "defaultTypeTokenRange": {
9403
9387
  "startIndex": 0,
@@ -9407,8 +9391,8 @@
9407
9391
  {
9408
9392
  "typeParameterName": "Key",
9409
9393
  "constraintTokenRange": {
9410
- "startIndex": 1,
9411
- "endIndex": 3
9394
+ "startIndex": 3,
9395
+ "endIndex": 4
9412
9396
  },
9413
9397
  "defaultTypeTokenRange": {
9414
9398
  "startIndex": 0,
@@ -9421,20 +9405,23 @@
9421
9405
  {
9422
9406
  "kind": "Function",
9423
9407
  "canonicalReference": "@empathyco/x-components!deepFlat:function(1)",
9424
- "docComment": "/**\n * Flat an ArrayType[] recursively using the childrenKey passed as parameter to access to his nested child which is also ArrayType[].\n *\n * @param array - ArrayType[] which each ArrayType has a property childrenKey which value is also an ArrayType[].\n *\n * @param childrenKey - Key used to access to each ArrayType[childrenKey] value which is also an ArrayType[].\n *\n * @returns ArrayType[] with all the nested ArrayType, including the nested ones, at the same depth level.\n *\n * @public\n */\n",
9408
+ "docComment": "/**\n * Flat an `Item[]` deeply using the given `childrenKey` to access to his children.\n *\n * @param array - The list of items to flat. Each item may have another list of items of the same type to flat.\n *\n * @param childrenKey - Property name where each of the items of the given array may have another list of items to be flattened.\n *\n * @returns A flat list with all the found items.\n *\n * @public\n */\n",
9425
9409
  "excerptTokens": [
9426
9410
  {
9427
9411
  "kind": "Content",
9428
- "text": "export declare function deepFlat<ArrayType, Key extends "
9412
+ "text": "export declare function deepFlat<Item extends "
9429
9413
  },
9430
9414
  {
9431
- "kind": "Reference",
9432
- "text": "PropsWithType",
9433
- "canonicalReference": "@empathyco/x-components!PropsWithType:type"
9415
+ "kind": "Content",
9416
+ "text": "{\n [key in Key]?: Item[];\n}"
9417
+ },
9418
+ {
9419
+ "kind": "Content",
9420
+ "text": ", Key extends "
9434
9421
  },
9435
9422
  {
9436
9423
  "kind": "Content",
9437
- "text": "<ArrayType, ArrayType[] | undefined>"
9424
+ "text": "keyof Item"
9438
9425
  },
9439
9426
  {
9440
9427
  "kind": "Content",
@@ -9442,7 +9429,7 @@
9442
9429
  },
9443
9430
  {
9444
9431
  "kind": "Content",
9445
- "text": "ArrayType[]"
9432
+ "text": "Item[]"
9446
9433
  },
9447
9434
  {
9448
9435
  "kind": "Content",
@@ -9458,7 +9445,7 @@
9458
9445
  },
9459
9446
  {
9460
9447
  "kind": "Content",
9461
- "text": "ArrayType[]"
9448
+ "text": "Item[]"
9462
9449
  },
9463
9450
  {
9464
9451
  "kind": "Content",
@@ -9466,8 +9453,8 @@
9466
9453
  }
9467
9454
  ],
9468
9455
  "returnTypeTokenRange": {
9469
- "startIndex": 8,
9470
- "endIndex": 9
9456
+ "startIndex": 9,
9457
+ "endIndex": 10
9471
9458
  },
9472
9459
  "releaseTag": "Public",
9473
9460
  "overloadIndex": 1,
@@ -9475,24 +9462,24 @@
9475
9462
  {
9476
9463
  "parameterName": "array",
9477
9464
  "parameterTypeTokenRange": {
9478
- "startIndex": 4,
9479
- "endIndex": 5
9465
+ "startIndex": 5,
9466
+ "endIndex": 6
9480
9467
  }
9481
9468
  },
9482
9469
  {
9483
9470
  "parameterName": "childrenKey",
9484
9471
  "parameterTypeTokenRange": {
9485
- "startIndex": 6,
9486
- "endIndex": 7
9472
+ "startIndex": 7,
9473
+ "endIndex": 8
9487
9474
  }
9488
9475
  }
9489
9476
  ],
9490
9477
  "typeParameters": [
9491
9478
  {
9492
- "typeParameterName": "ArrayType",
9479
+ "typeParameterName": "Item",
9493
9480
  "constraintTokenRange": {
9494
- "startIndex": 0,
9495
- "endIndex": 0
9481
+ "startIndex": 1,
9482
+ "endIndex": 2
9496
9483
  },
9497
9484
  "defaultTypeTokenRange": {
9498
9485
  "startIndex": 0,
@@ -9502,8 +9489,8 @@
9502
9489
  {
9503
9490
  "typeParameterName": "Key",
9504
9491
  "constraintTokenRange": {
9505
- "startIndex": 1,
9506
- "endIndex": 3
9492
+ "startIndex": 3,
9493
+ "endIndex": 4
9507
9494
  },
9508
9495
  "defaultTypeTokenRange": {
9509
9496
  "startIndex": 0,
@@ -19646,7 +19633,16 @@
19646
19633
  "excerptTokens": [
19647
19634
  {
19648
19635
  "kind": "Content",
19649
- "text": "export interface HistoryQueriesMutations "
19636
+ "text": "export interface HistoryQueriesMutations extends "
19637
+ },
19638
+ {
19639
+ "kind": "Reference",
19640
+ "text": "QueryMutations",
19641
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
19642
+ },
19643
+ {
19644
+ "kind": "Content",
19645
+ "text": " "
19650
19646
  }
19651
19647
  ],
19652
19648
  "releaseTag": "Public",
@@ -19790,7 +19786,12 @@
19790
19786
  "name": "setSessionTimeStamp"
19791
19787
  }
19792
19788
  ],
19793
- "extendsTokenRanges": []
19789
+ "extendsTokenRanges": [
19790
+ {
19791
+ "startIndex": 1,
19792
+ "endIndex": 3
19793
+ }
19794
+ ]
19794
19795
  },
19795
19796
  {
19796
19797
  "kind": "Interface",
@@ -19799,7 +19800,16 @@
19799
19800
  "excerptTokens": [
19800
19801
  {
19801
19802
  "kind": "Content",
19802
- "text": "export interface HistoryQueriesState "
19803
+ "text": "export interface HistoryQueriesState extends "
19804
+ },
19805
+ {
19806
+ "kind": "Reference",
19807
+ "text": "QueryState",
19808
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
19809
+ },
19810
+ {
19811
+ "kind": "Content",
19812
+ "text": " "
19803
19813
  }
19804
19814
  ],
19805
19815
  "releaseTag": "Public",
@@ -19916,7 +19926,12 @@
19916
19926
  }
19917
19927
  }
19918
19928
  ],
19919
- "extendsTokenRanges": []
19929
+ "extendsTokenRanges": [
19930
+ {
19931
+ "startIndex": 1,
19932
+ "endIndex": 3
19933
+ }
19934
+ ]
19920
19935
  },
19921
19936
  {
19922
19937
  "kind": "Interface",
@@ -21200,6 +21215,15 @@
21200
21215
  "text": "StatusMutations",
21201
21216
  "canonicalReference": "@empathyco/x-components!StatusMutations:interface"
21202
21217
  },
21218
+ {
21219
+ "kind": "Content",
21220
+ "text": ", "
21221
+ },
21222
+ {
21223
+ "kind": "Reference",
21224
+ "text": "QueryMutations",
21225
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
21226
+ },
21203
21227
  {
21204
21228
  "kind": "Content",
21205
21229
  "text": " "
@@ -21403,7 +21427,11 @@
21403
21427
  "extendsTokenRanges": [
21404
21428
  {
21405
21429
  "startIndex": 1,
21406
- "endIndex": 3
21430
+ "endIndex": 2
21431
+ },
21432
+ {
21433
+ "startIndex": 3,
21434
+ "endIndex": 5
21407
21435
  }
21408
21436
  ]
21409
21437
  },
@@ -21447,6 +21475,15 @@
21447
21475
  "text": "StatusState",
21448
21476
  "canonicalReference": "@empathyco/x-components!StatusState:interface"
21449
21477
  },
21478
+ {
21479
+ "kind": "Content",
21480
+ "text": ", "
21481
+ },
21482
+ {
21483
+ "kind": "Reference",
21484
+ "text": "QueryState",
21485
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
21486
+ },
21450
21487
  {
21451
21488
  "kind": "Content",
21452
21489
  "text": " "
@@ -21605,7 +21642,11 @@
21605
21642
  "extendsTokenRanges": [
21606
21643
  {
21607
21644
  "startIndex": 1,
21608
- "endIndex": 3
21645
+ "endIndex": 2
21646
+ },
21647
+ {
21648
+ "startIndex": 3,
21649
+ "endIndex": 5
21609
21650
  }
21610
21651
  ]
21611
21652
  },
@@ -26256,6 +26297,15 @@
26256
26297
  "text": "StatusMutations",
26257
26298
  "canonicalReference": "@empathyco/x-components!StatusMutations:interface"
26258
26299
  },
26300
+ {
26301
+ "kind": "Content",
26302
+ "text": ", "
26303
+ },
26304
+ {
26305
+ "kind": "Reference",
26306
+ "text": "QueryMutations",
26307
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
26308
+ },
26259
26309
  {
26260
26310
  "kind": "Content",
26261
26311
  "text": " "
@@ -26459,7 +26509,11 @@
26459
26509
  "extendsTokenRanges": [
26460
26510
  {
26461
26511
  "startIndex": 1,
26462
- "endIndex": 3
26512
+ "endIndex": 2
26513
+ },
26514
+ {
26515
+ "startIndex": 3,
26516
+ "endIndex": 5
26463
26517
  }
26464
26518
  ]
26465
26519
  },
@@ -26503,6 +26557,15 @@
26503
26557
  "text": "StatusState",
26504
26558
  "canonicalReference": "@empathyco/x-components!StatusState:interface"
26505
26559
  },
26560
+ {
26561
+ "kind": "Content",
26562
+ "text": ", "
26563
+ },
26564
+ {
26565
+ "kind": "Reference",
26566
+ "text": "QueryState",
26567
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
26568
+ },
26506
26569
  {
26507
26570
  "kind": "Content",
26508
26571
  "text": " "
@@ -26661,7 +26724,11 @@
26661
26724
  "extendsTokenRanges": [
26662
26725
  {
26663
26726
  "startIndex": 1,
26664
- "endIndex": 3
26727
+ "endIndex": 2
26728
+ },
26729
+ {
26730
+ "startIndex": 3,
26731
+ "endIndex": 5
26665
26732
  }
26666
26733
  ]
26667
26734
  },
@@ -29387,15 +29454,24 @@
29387
29454
  {
29388
29455
  "kind": "TypeAlias",
29389
29456
  "canonicalReference": "@empathyco/x-components!PropsWithType:type",
29390
- "docComment": "/**\n * Extracts the name of the properties of an object that match a type.\n *\n * @param Type - The object type from whom extract the properties names.\n *\n * @param PropType - The type of the properties to select.\n *\n * @example\n * ```typescript\n * interface Person {\n * name: string,\n * surname: string,\n * age: number\n * }\n *\n * type StringPersonProperties = PropsWithType<Person, string>; // \"name\" | \"surname\";\n * ```\n *\n * @public\n */\n",
29457
+ "docComment": "/**\n * Extracts the name of the properties of an object that match a type.\n *\n * @param SomeObject - The object type from whom extract the properties names.\n *\n * @param TargetPropertyType - The type of the properties to select.\n *\n * @example\n * ```typescript\n * interface Person {\n * name: string,\n * surname: string,\n * age: number\n * }\n *\n * type StringPersonProperties = PropsWithType<Person, string>; // \"name\" | \"surname\";\n * ```\n *\n * @public\n */\n",
29391
29458
  "excerptTokens": [
29392
29459
  {
29393
29460
  "kind": "Content",
29394
- "text": "export declare type PropsWithType<Type, PropType> = "
29461
+ "text": "export declare type PropsWithType<SomeObject, TargetItem> = "
29395
29462
  },
29396
29463
  {
29397
29464
  "kind": "Content",
29398
- "text": "{\n [Key in keyof Type]: Type[Key] extends PropType ? Key : never;\n}[keyof Type]"
29465
+ "text": "keyof SomeObject & keyof "
29466
+ },
29467
+ {
29468
+ "kind": "Reference",
29469
+ "text": "SubObject",
29470
+ "canonicalReference": "@empathyco/x-components!SubObject:type"
29471
+ },
29472
+ {
29473
+ "kind": "Content",
29474
+ "text": "<SomeObject, TargetItem>"
29399
29475
  },
29400
29476
  {
29401
29477
  "kind": "Content",
@@ -29406,7 +29482,7 @@
29406
29482
  "name": "PropsWithType",
29407
29483
  "typeParameters": [
29408
29484
  {
29409
- "typeParameterName": "Type",
29485
+ "typeParameterName": "SomeObject",
29410
29486
  "constraintTokenRange": {
29411
29487
  "startIndex": 0,
29412
29488
  "endIndex": 0
@@ -29417,7 +29493,7 @@
29417
29493
  }
29418
29494
  },
29419
29495
  {
29420
- "typeParameterName": "PropType",
29496
+ "typeParameterName": "TargetItem",
29421
29497
  "constraintTokenRange": {
29422
29498
  "startIndex": 0,
29423
29499
  "endIndex": 0
@@ -29430,7 +29506,7 @@
29430
29506
  ],
29431
29507
  "typeTokenRange": {
29432
29508
  "startIndex": 1,
29433
- "endIndex": 2
29509
+ "endIndex": 4
29434
29510
  }
29435
29511
  },
29436
29512
  {
@@ -30315,6 +30391,15 @@
30315
30391
  "text": "StatusMutations",
30316
30392
  "canonicalReference": "@empathyco/x-components!StatusMutations:interface"
30317
30393
  },
30394
+ {
30395
+ "kind": "Content",
30396
+ "text": ", "
30397
+ },
30398
+ {
30399
+ "kind": "Reference",
30400
+ "text": "QueryMutations",
30401
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
30402
+ },
30318
30403
  {
30319
30404
  "kind": "Content",
30320
30405
  "text": " "
@@ -30469,7 +30554,11 @@
30469
30554
  "extendsTokenRanges": [
30470
30555
  {
30471
30556
  "startIndex": 1,
30472
- "endIndex": 3
30557
+ "endIndex": 2
30558
+ },
30559
+ {
30560
+ "startIndex": 3,
30561
+ "endIndex": 5
30473
30562
  }
30474
30563
  ]
30475
30564
  },
@@ -30513,6 +30602,15 @@
30513
30602
  "text": "StatusState",
30514
30603
  "canonicalReference": "@empathyco/x-components!StatusState:interface"
30515
30604
  },
30605
+ {
30606
+ "kind": "Content",
30607
+ "text": ", "
30608
+ },
30609
+ {
30610
+ "kind": "Reference",
30611
+ "text": "QueryState",
30612
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
30613
+ },
30516
30614
  {
30517
30615
  "kind": "Content",
30518
30616
  "text": " "
@@ -30640,7 +30738,11 @@
30640
30738
  "extendsTokenRanges": [
30641
30739
  {
30642
30740
  "startIndex": 1,
30643
- "endIndex": 3
30741
+ "endIndex": 2
30742
+ },
30743
+ {
30744
+ "startIndex": 3,
30745
+ "endIndex": 5
30644
30746
  }
30645
30747
  ]
30646
30748
  },
@@ -32954,6 +33056,32 @@
32954
33056
  "releaseTag": "Public",
32955
33057
  "name": "RelatedTagsGetters",
32956
33058
  "members": [
33059
+ {
33060
+ "kind": "PropertySignature",
33061
+ "canonicalReference": "@empathyco/x-components!RelatedTagsGetters#query:member",
33062
+ "docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
33063
+ "excerptTokens": [
33064
+ {
33065
+ "kind": "Content",
33066
+ "text": "query: "
33067
+ },
33068
+ {
33069
+ "kind": "Content",
33070
+ "text": "string"
33071
+ },
33072
+ {
33073
+ "kind": "Content",
33074
+ "text": ";"
33075
+ }
33076
+ ],
33077
+ "isOptional": false,
33078
+ "releaseTag": "Public",
33079
+ "name": "query",
33080
+ "propertyTypeTokenRange": {
33081
+ "startIndex": 1,
33082
+ "endIndex": 2
33083
+ }
33084
+ },
32957
33085
  {
32958
33086
  "kind": "PropertySignature",
32959
33087
  "canonicalReference": "@empathyco/x-components!RelatedTagsGetters#relatedTags:member",
@@ -33033,6 +33161,15 @@
33033
33161
  "text": "StatusMutations",
33034
33162
  "canonicalReference": "@empathyco/x-components!StatusMutations:interface"
33035
33163
  },
33164
+ {
33165
+ "kind": "Content",
33166
+ "text": ", "
33167
+ },
33168
+ {
33169
+ "kind": "Reference",
33170
+ "text": "QueryMutations",
33171
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
33172
+ },
33036
33173
  {
33037
33174
  "kind": "Content",
33038
33175
  "text": " "
@@ -33092,16 +33229,21 @@
33092
33229
  },
33093
33230
  {
33094
33231
  "kind": "MethodSignature",
33095
- "canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setQuery:member(1)",
33096
- "docComment": "/**\n * Sets the query of the module, which is used to retrieve the related tags.\n *\n * @param newQuery - The new query to save to the state.\n */\n",
33232
+ "canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setRelatedTags:member(1)",
33233
+ "docComment": "/**\n * Sets the related tags of the module.\n *\n * @param relatedTags - The new related tags to save to the state.\n */\n",
33097
33234
  "excerptTokens": [
33098
33235
  {
33099
33236
  "kind": "Content",
33100
- "text": "setQuery(newQuery: "
33237
+ "text": "setRelatedTags(relatedTags: "
33238
+ },
33239
+ {
33240
+ "kind": "Reference",
33241
+ "text": "RelatedTag",
33242
+ "canonicalReference": "@empathyco/x-components!RelatedTag:interface"
33101
33243
  },
33102
33244
  {
33103
33245
  "kind": "Content",
33104
- "text": "string"
33246
+ "text": "[]"
33105
33247
  },
33106
33248
  {
33107
33249
  "kind": "Content",
@@ -33118,79 +33260,30 @@
33118
33260
  ],
33119
33261
  "isOptional": false,
33120
33262
  "returnTypeTokenRange": {
33121
- "startIndex": 3,
33122
- "endIndex": 4
33263
+ "startIndex": 4,
33264
+ "endIndex": 5
33123
33265
  },
33124
33266
  "releaseTag": "Public",
33125
33267
  "overloadIndex": 1,
33126
33268
  "parameters": [
33127
33269
  {
33128
- "parameterName": "newQuery",
33270
+ "parameterName": "relatedTags",
33129
33271
  "parameterTypeTokenRange": {
33130
33272
  "startIndex": 1,
33131
- "endIndex": 2
33273
+ "endIndex": 3
33132
33274
  }
33133
33275
  }
33134
33276
  ],
33135
- "name": "setQuery"
33277
+ "name": "setRelatedTags"
33136
33278
  },
33137
33279
  {
33138
33280
  "kind": "MethodSignature",
33139
- "canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setRelatedTags:member(1)",
33140
- "docComment": "/**\n * Sets the related tags of the module.\n *\n * @param relatedTags - The new related tags to save to the state.\n */\n",
33281
+ "canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setSelectedRelatedTags:member(1)",
33282
+ "docComment": "/**\n * Sets the selected related tags of the module.\n *\n * @param selectedRelatedTags - The selected related tags to save to the state.\n */\n",
33141
33283
  "excerptTokens": [
33142
33284
  {
33143
33285
  "kind": "Content",
33144
- "text": "setRelatedTags(relatedTags: "
33145
- },
33146
- {
33147
- "kind": "Reference",
33148
- "text": "RelatedTag",
33149
- "canonicalReference": "@empathyco/x-components!RelatedTag:interface"
33150
- },
33151
- {
33152
- "kind": "Content",
33153
- "text": "[]"
33154
- },
33155
- {
33156
- "kind": "Content",
33157
- "text": "): "
33158
- },
33159
- {
33160
- "kind": "Content",
33161
- "text": "void"
33162
- },
33163
- {
33164
- "kind": "Content",
33165
- "text": ";"
33166
- }
33167
- ],
33168
- "isOptional": false,
33169
- "returnTypeTokenRange": {
33170
- "startIndex": 4,
33171
- "endIndex": 5
33172
- },
33173
- "releaseTag": "Public",
33174
- "overloadIndex": 1,
33175
- "parameters": [
33176
- {
33177
- "parameterName": "relatedTags",
33178
- "parameterTypeTokenRange": {
33179
- "startIndex": 1,
33180
- "endIndex": 3
33181
- }
33182
- }
33183
- ],
33184
- "name": "setRelatedTags"
33185
- },
33186
- {
33187
- "kind": "MethodSignature",
33188
- "canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setSelectedRelatedTags:member(1)",
33189
- "docComment": "/**\n * Sets the selected related tags of the module.\n *\n * @param selectedRelatedTags - The selected related tags to save to the state.\n */\n",
33190
- "excerptTokens": [
33191
- {
33192
- "kind": "Content",
33193
- "text": "setSelectedRelatedTags(selectedRelatedTags: "
33286
+ "text": "setSelectedRelatedTags(selectedRelatedTags: "
33194
33287
  },
33195
33288
  {
33196
33289
  "kind": "Reference",
@@ -33236,14 +33329,44 @@
33236
33329
  "extendsTokenRanges": [
33237
33330
  {
33238
33331
  "startIndex": 1,
33239
- "endIndex": 3
33332
+ "endIndex": 2
33333
+ },
33334
+ {
33335
+ "startIndex": 3,
33336
+ "endIndex": 5
33240
33337
  }
33241
33338
  ]
33242
33339
  },
33340
+ {
33341
+ "kind": "Variable",
33342
+ "canonicalReference": "@empathyco/x-components!relatedTagsQuery:var",
33343
+ "docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.query} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags' module.\n *\n * @returns The query with the selected related tags concatenated.\n *\n * @public\n */\n",
33344
+ "excerptTokens": [
33345
+ {
33346
+ "kind": "Content",
33347
+ "text": "query: "
33348
+ },
33349
+ {
33350
+ "kind": "Reference",
33351
+ "text": "RelatedTagsXStoreModule",
33352
+ "canonicalReference": "@empathyco/x-components!RelatedTagsXStoreModule:type"
33353
+ },
33354
+ {
33355
+ "kind": "Content",
33356
+ "text": "['getters']['query']"
33357
+ }
33358
+ ],
33359
+ "releaseTag": "Public",
33360
+ "name": "relatedTagsQuery",
33361
+ "variableTypeTokenRange": {
33362
+ "startIndex": 1,
33363
+ "endIndex": 3
33364
+ }
33365
+ },
33243
33366
  {
33244
33367
  "kind": "Variable",
33245
33368
  "canonicalReference": "@empathyco/x-components!relatedTagsRequest:var",
33246
- "docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags module.\n *\n * @returns The related tags request to fetch data from the API.\n *\n * @public\n */\n",
33369
+ "docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags module.\n *\n * @param getters - Current {@link https://vuex.vuejs.org/guide/getters.html | getters} of the related tags module.\n *\n * @returns The related tags request to fetch data from the API.\n *\n * @public\n */\n",
33247
33370
  "excerptTokens": [
33248
33371
  {
33249
33372
  "kind": "Content",
@@ -33280,6 +33403,15 @@
33280
33403
  "text": "StatusState",
33281
33404
  "canonicalReference": "@empathyco/x-components!StatusState:interface"
33282
33405
  },
33406
+ {
33407
+ "kind": "Content",
33408
+ "text": ", "
33409
+ },
33410
+ {
33411
+ "kind": "Reference",
33412
+ "text": "QueryState",
33413
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
33414
+ },
33283
33415
  {
33284
33416
  "kind": "Content",
33285
33417
  "text": " "
@@ -33346,32 +33478,6 @@
33346
33478
  "endIndex": 3
33347
33479
  }
33348
33480
  },
33349
- {
33350
- "kind": "PropertySignature",
33351
- "canonicalReference": "@empathyco/x-components!RelatedTagsState#query:member",
33352
- "docComment": "/**\n * The internal query of the module. Used to request the related tags.\n */\n",
33353
- "excerptTokens": [
33354
- {
33355
- "kind": "Content",
33356
- "text": "query: "
33357
- },
33358
- {
33359
- "kind": "Content",
33360
- "text": "string"
33361
- },
33362
- {
33363
- "kind": "Content",
33364
- "text": ";"
33365
- }
33366
- ],
33367
- "isOptional": false,
33368
- "releaseTag": "Public",
33369
- "name": "query",
33370
- "propertyTypeTokenRange": {
33371
- "startIndex": 1,
33372
- "endIndex": 2
33373
- }
33374
- },
33375
33481
  {
33376
33482
  "kind": "PropertySignature",
33377
33483
  "canonicalReference": "@empathyco/x-components!RelatedTagsState#relatedTags:member",
@@ -33438,7 +33544,11 @@
33438
33544
  "extendsTokenRanges": [
33439
33545
  {
33440
33546
  "startIndex": 1,
33441
- "endIndex": 3
33547
+ "endIndex": 2
33548
+ },
33549
+ {
33550
+ "startIndex": 3,
33551
+ "endIndex": 5
33442
33552
  }
33443
33553
  ]
33444
33554
  },
@@ -36502,7 +36612,16 @@
36502
36612
  "excerptTokens": [
36503
36613
  {
36504
36614
  "kind": "Content",
36505
- "text": "export interface SearchBoxMutations "
36615
+ "text": "export interface SearchBoxMutations extends "
36616
+ },
36617
+ {
36618
+ "kind": "Reference",
36619
+ "text": "QueryMutations",
36620
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
36621
+ },
36622
+ {
36623
+ "kind": "Content",
36624
+ "text": " "
36506
36625
  }
36507
36626
  ],
36508
36627
  "releaseTag": "Public",
@@ -36553,7 +36672,12 @@
36553
36672
  "name": "setQuery"
36554
36673
  }
36555
36674
  ],
36556
- "extendsTokenRanges": []
36675
+ "extendsTokenRanges": [
36676
+ {
36677
+ "startIndex": 1,
36678
+ "endIndex": 3
36679
+ }
36680
+ ]
36557
36681
  },
36558
36682
  {
36559
36683
  "kind": "Interface",
@@ -36562,7 +36686,16 @@
36562
36686
  "excerptTokens": [
36563
36687
  {
36564
36688
  "kind": "Content",
36565
- "text": "export interface SearchBoxState "
36689
+ "text": "export interface SearchBoxState extends "
36690
+ },
36691
+ {
36692
+ "kind": "Reference",
36693
+ "text": "QueryState",
36694
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
36695
+ },
36696
+ {
36697
+ "kind": "Content",
36698
+ "text": " "
36566
36699
  }
36567
36700
  ],
36568
36701
  "releaseTag": "Public",
@@ -36595,7 +36728,12 @@
36595
36728
  }
36596
36729
  }
36597
36730
  ],
36598
- "extendsTokenRanges": []
36731
+ "extendsTokenRanges": [
36732
+ {
36733
+ "startIndex": 1,
36734
+ "endIndex": 3
36735
+ }
36736
+ ]
36599
36737
  },
36600
36738
  {
36601
36739
  "kind": "Interface",
@@ -37195,6 +37333,32 @@
37195
37333
  "releaseTag": "Public",
37196
37334
  "name": "SearchGetters",
37197
37335
  "members": [
37336
+ {
37337
+ "kind": "PropertySignature",
37338
+ "canonicalReference": "@empathyco/x-components!SearchGetters#query:member",
37339
+ "docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
37340
+ "excerptTokens": [
37341
+ {
37342
+ "kind": "Content",
37343
+ "text": "query: "
37344
+ },
37345
+ {
37346
+ "kind": "Content",
37347
+ "text": "string"
37348
+ },
37349
+ {
37350
+ "kind": "Content",
37351
+ "text": ";"
37352
+ }
37353
+ ],
37354
+ "isOptional": false,
37355
+ "releaseTag": "Public",
37356
+ "name": "query",
37357
+ "propertyTypeTokenRange": {
37358
+ "startIndex": 1,
37359
+ "endIndex": 2
37360
+ }
37361
+ },
37198
37362
  {
37199
37363
  "kind": "PropertySignature",
37200
37364
  "canonicalReference": "@empathyco/x-components!SearchGetters#request:member",
@@ -37602,6 +37766,15 @@
37602
37766
  "text": "StatusMutations",
37603
37767
  "canonicalReference": "@empathyco/x-components!StatusMutations:interface"
37604
37768
  },
37769
+ {
37770
+ "kind": "Content",
37771
+ "text": ", "
37772
+ },
37773
+ {
37774
+ "kind": "Reference",
37775
+ "text": "QueryMutations",
37776
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
37777
+ },
37605
37778
  {
37606
37779
  "kind": "Content",
37607
37780
  "text": " "
@@ -38507,10 +38680,40 @@
38507
38680
  "extendsTokenRanges": [
38508
38681
  {
38509
38682
  "startIndex": 1,
38510
- "endIndex": 3
38683
+ "endIndex": 2
38684
+ },
38685
+ {
38686
+ "startIndex": 3,
38687
+ "endIndex": 5
38511
38688
  }
38512
38689
  ]
38513
38690
  },
38691
+ {
38692
+ "kind": "Variable",
38693
+ "canonicalReference": "@empathyco/x-components!searchQuery:var",
38694
+ "docComment": "/**\n * Default implementation for the {@link SearchState.query} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags' module.\n *\n * @returns The query with the selected related tags concatenated.\n *\n * @public\n */\n",
38695
+ "excerptTokens": [
38696
+ {
38697
+ "kind": "Content",
38698
+ "text": "query: "
38699
+ },
38700
+ {
38701
+ "kind": "Reference",
38702
+ "text": "SearchXStoreModule",
38703
+ "canonicalReference": "@empathyco/x-components!SearchXStoreModule:type"
38704
+ },
38705
+ {
38706
+ "kind": "Content",
38707
+ "text": "['getters']['query']"
38708
+ }
38709
+ ],
38710
+ "releaseTag": "Public",
38711
+ "name": "searchQuery",
38712
+ "variableTypeTokenRange": {
38713
+ "startIndex": 1,
38714
+ "endIndex": 3
38715
+ }
38716
+ },
38514
38717
  {
38515
38718
  "kind": "Variable",
38516
38719
  "canonicalReference": "@empathyco/x-components!searchRequest:var",
@@ -38551,6 +38754,15 @@
38551
38754
  "text": "StatusState",
38552
38755
  "canonicalReference": "@empathyco/x-components!StatusState:interface"
38553
38756
  },
38757
+ {
38758
+ "kind": "Content",
38759
+ "text": ", "
38760
+ },
38761
+ {
38762
+ "kind": "Reference",
38763
+ "text": "QueryState",
38764
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
38765
+ },
38554
38766
  {
38555
38767
  "kind": "Content",
38556
38768
  "text": " "
@@ -39093,7 +39305,11 @@
39093
39305
  "extendsTokenRanges": [
39094
39306
  {
39095
39307
  "startIndex": 1,
39096
- "endIndex": 3
39308
+ "endIndex": 2
39309
+ },
39310
+ {
39311
+ "startIndex": 3,
39312
+ "endIndex": 5
39097
39313
  }
39098
39314
  ]
39099
39315
  },
@@ -43716,6 +43932,55 @@
43716
43932
  "endIndex": 8
43717
43933
  }
43718
43934
  },
43935
+ {
43936
+ "kind": "TypeAlias",
43937
+ "canonicalReference": "@empathyco/x-components!SubObject:type",
43938
+ "docComment": "/**\n * Extracts a sub-type with the properties of `SomeObject` that have the `TargetPropertyType` type.\n *\n * @param SomeObject - The object type from whom extract the properties names.\n *\n * @param TargetPropertyType - The type of the properties to select.\n *\n * @example\n * ```typescript\n * interface Person {\n * name: string,\n * surname: string,\n * age: number\n * }\n *\n * type StringPersonProperties = SubObject<Person, string>; // { name: string; surname: string; };\n * ```\n *\n * @public\n */\n",
43939
+ "excerptTokens": [
43940
+ {
43941
+ "kind": "Content",
43942
+ "text": "export declare type SubObject<SomeObject, TargetPropertyType> = "
43943
+ },
43944
+ {
43945
+ "kind": "Content",
43946
+ "text": "{\n [Key in keyof SomeObject as SomeObject[Key] extends TargetPropertyType ? Key : never]: TargetPropertyType & SomeObject[Key];\n}"
43947
+ },
43948
+ {
43949
+ "kind": "Content",
43950
+ "text": ";"
43951
+ }
43952
+ ],
43953
+ "releaseTag": "Public",
43954
+ "name": "SubObject",
43955
+ "typeParameters": [
43956
+ {
43957
+ "typeParameterName": "SomeObject",
43958
+ "constraintTokenRange": {
43959
+ "startIndex": 0,
43960
+ "endIndex": 0
43961
+ },
43962
+ "defaultTypeTokenRange": {
43963
+ "startIndex": 0,
43964
+ "endIndex": 0
43965
+ }
43966
+ },
43967
+ {
43968
+ "typeParameterName": "TargetPropertyType",
43969
+ "constraintTokenRange": {
43970
+ "startIndex": 0,
43971
+ "endIndex": 0
43972
+ },
43973
+ "defaultTypeTokenRange": {
43974
+ "startIndex": 0,
43975
+ "endIndex": 0
43976
+ }
43977
+ }
43978
+ ],
43979
+ "typeTokenRange": {
43980
+ "startIndex": 1,
43981
+ "endIndex": 2
43982
+ }
43983
+ },
43719
43984
  {
43720
43985
  "kind": "Class",
43721
43986
  "canonicalReference": "@empathyco/x-components!Tagging:class",
@@ -45519,7 +45784,7 @@
45519
45784
  {
45520
45785
  "kind": "Reference",
45521
45786
  "text": "UrlState",
45522
- "canonicalReference": "@empathyco/x-components!UrlState:type"
45787
+ "canonicalReference": "@empathyco/x-components!UrlState:interface"
45523
45788
  },
45524
45789
  {
45525
45790
  "kind": "Content",
@@ -45811,7 +46076,16 @@
45811
46076
  "excerptTokens": [
45812
46077
  {
45813
46078
  "kind": "Content",
45814
- "text": "export interface UrlMutations "
46079
+ "text": "export interface UrlMutations extends "
46080
+ },
46081
+ {
46082
+ "kind": "Reference",
46083
+ "text": "QueryMutations",
46084
+ "canonicalReference": "@empathyco/x-components!QueryMutations:interface"
46085
+ },
46086
+ {
46087
+ "kind": "Content",
46088
+ "text": " "
45815
46089
  }
45816
46090
  ],
45817
46091
  "releaseTag": "Public",
@@ -46199,7 +46473,12 @@
46199
46473
  "name": "setSort"
46200
46474
  }
46201
46475
  ],
46202
- "extendsTokenRanges": []
46476
+ "extendsTokenRanges": [
46477
+ {
46478
+ "startIndex": 1,
46479
+ "endIndex": 3
46480
+ }
46481
+ ]
46203
46482
  },
46204
46483
  {
46205
46484
  "kind": "TypeAlias",
@@ -46489,43 +46768,78 @@
46489
46768
  }
46490
46769
  },
46491
46770
  {
46492
- "kind": "TypeAlias",
46493
- "canonicalReference": "@empathyco/x-components!UrlState:type",
46771
+ "kind": "Interface",
46772
+ "canonicalReference": "@empathyco/x-components!UrlState:interface",
46494
46773
  "docComment": "/**\n * URL store state.\n *\n * @public\n */\n",
46495
46774
  "excerptTokens": [
46496
46775
  {
46497
46776
  "kind": "Content",
46498
- "text": "export declare type UrlState = "
46777
+ "text": "export interface UrlState extends "
46499
46778
  },
46500
46779
  {
46501
46780
  "kind": "Reference",
46502
- "text": "UrlParams",
46503
- "canonicalReference": "@empathyco/x-components!UrlParams:interface"
46781
+ "text": "QueryState",
46782
+ "canonicalReference": "@empathyco/x-components!QueryState:interface"
46504
46783
  },
46505
46784
  {
46506
46785
  "kind": "Content",
46507
- "text": " & {\n initialExtraParams: "
46786
+ "text": ", "
46508
46787
  },
46509
46788
  {
46510
46789
  "kind": "Reference",
46511
- "text": "Dictionary",
46512
- "canonicalReference": "@empathyco/x-components!Dictionary:type"
46513
- },
46514
- {
46515
- "kind": "Content",
46516
- "text": "<unknown>;\n}"
46790
+ "text": "UrlParams",
46791
+ "canonicalReference": "@empathyco/x-components!UrlParams:interface"
46517
46792
  },
46518
46793
  {
46519
46794
  "kind": "Content",
46520
- "text": ";"
46795
+ "text": " "
46521
46796
  }
46522
46797
  ],
46523
46798
  "releaseTag": "Public",
46524
46799
  "name": "UrlState",
46525
- "typeTokenRange": {
46526
- "startIndex": 1,
46527
- "endIndex": 5
46528
- }
46800
+ "members": [
46801
+ {
46802
+ "kind": "PropertySignature",
46803
+ "canonicalReference": "@empathyco/x-components!UrlState#initialExtraParams:member",
46804
+ "docComment": "",
46805
+ "excerptTokens": [
46806
+ {
46807
+ "kind": "Content",
46808
+ "text": "initialExtraParams: "
46809
+ },
46810
+ {
46811
+ "kind": "Reference",
46812
+ "text": "Dictionary",
46813
+ "canonicalReference": "@empathyco/x-components!Dictionary:type"
46814
+ },
46815
+ {
46816
+ "kind": "Content",
46817
+ "text": "<unknown>"
46818
+ },
46819
+ {
46820
+ "kind": "Content",
46821
+ "text": ";"
46822
+ }
46823
+ ],
46824
+ "isOptional": false,
46825
+ "releaseTag": "Public",
46826
+ "name": "initialExtraParams",
46827
+ "propertyTypeTokenRange": {
46828
+ "startIndex": 1,
46829
+ "endIndex": 3
46830
+ }
46831
+ }
46832
+ ],
46833
+ "extendsTokenRanges": [
46834
+ {
46835
+ "startIndex": 1,
46836
+ "endIndex": 2
46837
+ },
46838
+ {
46839
+ "startIndex": 3,
46840
+ "endIndex": 5
46841
+ }
46842
+ ]
46529
46843
  },
46530
46844
  {
46531
46845
  "kind": "Interface",
@@ -46737,7 +47051,7 @@
46737
47051
  {
46738
47052
  "kind": "Reference",
46739
47053
  "text": "UrlState",
46740
- "canonicalReference": "@empathyco/x-components!UrlState:type"
47054
+ "canonicalReference": "@empathyco/x-components!UrlState:interface"
46741
47055
  },
46742
47056
  {
46743
47057
  "kind": "Content",
@@ -48130,7 +48444,25 @@
48130
48444
  },
48131
48445
  {
48132
48446
  "kind": "Content",
48133
- "text": "SomeService"
48447
+ "text": "SomeService & "
48448
+ },
48449
+ {
48450
+ "kind": "Reference",
48451
+ "text": "SubObject",
48452
+ "canonicalReference": "@empathyco/x-components!SubObject:type"
48453
+ },
48454
+ {
48455
+ "kind": "Content",
48456
+ "text": "<SomeService, "
48457
+ },
48458
+ {
48459
+ "kind": "Reference",
48460
+ "text": "MonadicFunction",
48461
+ "canonicalReference": "@empathyco/x-components!MonadicFunction:type"
48462
+ },
48463
+ {
48464
+ "kind": "Content",
48465
+ "text": ">"
48134
48466
  },
48135
48467
  {
48136
48468
  "kind": "Content",
@@ -48143,7 +48475,25 @@
48143
48475
  },
48144
48476
  {
48145
48477
  "kind": "Content",
48146
- "text": "<SomeService>"
48478
+ "text": "<"
48479
+ },
48480
+ {
48481
+ "kind": "Reference",
48482
+ "text": "SubObject",
48483
+ "canonicalReference": "@empathyco/x-components!SubObject:type"
48484
+ },
48485
+ {
48486
+ "kind": "Content",
48487
+ "text": "<SomeService, "
48488
+ },
48489
+ {
48490
+ "kind": "Reference",
48491
+ "text": "MonadicFunction",
48492
+ "canonicalReference": "@empathyco/x-components!MonadicFunction:type"
48493
+ },
48494
+ {
48495
+ "kind": "Content",
48496
+ "text": ">>"
48147
48497
  },
48148
48498
  {
48149
48499
  "kind": "Content",
@@ -48151,8 +48501,8 @@
48151
48501
  }
48152
48502
  ],
48153
48503
  "returnTypeTokenRange": {
48154
- "startIndex": 3,
48155
- "endIndex": 5
48504
+ "startIndex": 7,
48505
+ "endIndex": 13
48156
48506
  },
48157
48507
  "releaseTag": "Public",
48158
48508
  "overloadIndex": 1,
@@ -48161,7 +48511,7 @@
48161
48511
  "parameterName": "service",
48162
48512
  "parameterTypeTokenRange": {
48163
48513
  "startIndex": 1,
48164
- "endIndex": 2
48514
+ "endIndex": 6
48165
48515
  }
48166
48516
  }
48167
48517
  ],
@@ -48187,7 +48537,29 @@
48187
48537
  "excerptTokens": [
48188
48538
  {
48189
48539
  "kind": "Content",
48190
- "text": "export interface WireService<SomeService> "
48540
+ "text": "export interface WireService<SomeService extends "
48541
+ },
48542
+ {
48543
+ "kind": "Reference",
48544
+ "text": "Record",
48545
+ "canonicalReference": "!Record:type"
48546
+ },
48547
+ {
48548
+ "kind": "Content",
48549
+ "text": "<string, "
48550
+ },
48551
+ {
48552
+ "kind": "Reference",
48553
+ "text": "MonadicFunction",
48554
+ "canonicalReference": "@empathyco/x-components!MonadicFunction:type"
48555
+ },
48556
+ {
48557
+ "kind": "Content",
48558
+ "text": ">"
48559
+ },
48560
+ {
48561
+ "kind": "Content",
48562
+ "text": "> "
48191
48563
  }
48192
48564
  ],
48193
48565
  "releaseTag": "Public",
@@ -48195,8 +48567,8 @@
48195
48567
  {
48196
48568
  "typeParameterName": "SomeService",
48197
48569
  "constraintTokenRange": {
48198
- "startIndex": 0,
48199
- "endIndex": 0
48570
+ "startIndex": 1,
48571
+ "endIndex": 5
48200
48572
  },
48201
48573
  "defaultTypeTokenRange": {
48202
48574
  "startIndex": 0,
@@ -48215,23 +48587,9 @@
48215
48587
  "kind": "Content",
48216
48588
  "text": "<SomeMethod extends "
48217
48589
  },
48218
- {
48219
- "kind": "Reference",
48220
- "text": "PropsWithType",
48221
- "canonicalReference": "@empathyco/x-components!PropsWithType:type"
48222
- },
48223
- {
48224
- "kind": "Content",
48225
- "text": "<SomeService, "
48226
- },
48227
- {
48228
- "kind": "Reference",
48229
- "text": "MonadicFunction",
48230
- "canonicalReference": "@empathyco/x-components!MonadicFunction:type"
48231
- },
48232
48590
  {
48233
48591
  "kind": "Content",
48234
- "text": ">"
48592
+ "text": "keyof SomeService"
48235
48593
  },
48236
48594
  {
48237
48595
  "kind": "Content",
@@ -48269,8 +48627,8 @@
48269
48627
  }
48270
48628
  ],
48271
48629
  "returnTypeTokenRange": {
48272
- "startIndex": 8,
48273
- "endIndex": 12
48630
+ "startIndex": 5,
48631
+ "endIndex": 9
48274
48632
  },
48275
48633
  "releaseTag": "Public",
48276
48634
  "overloadIndex": 1,
@@ -48278,8 +48636,8 @@
48278
48636
  {
48279
48637
  "parameterName": "method",
48280
48638
  "parameterTypeTokenRange": {
48281
- "startIndex": 6,
48282
- "endIndex": 7
48639
+ "startIndex": 3,
48640
+ "endIndex": 4
48283
48641
  }
48284
48642
  }
48285
48643
  ],
@@ -48288,7 +48646,7 @@
48288
48646
  "typeParameterName": "SomeMethod",
48289
48647
  "constraintTokenRange": {
48290
48648
  "startIndex": 1,
48291
- "endIndex": 5
48649
+ "endIndex": 2
48292
48650
  },
48293
48651
  "defaultTypeTokenRange": {
48294
48652
  "startIndex": 0,
@@ -48306,23 +48664,9 @@
48306
48664
  "kind": "Content",
48307
48665
  "text": "<SomeMethod extends "
48308
48666
  },
48309
- {
48310
- "kind": "Reference",
48311
- "text": "PropsWithType",
48312
- "canonicalReference": "@empathyco/x-components!PropsWithType:type"
48313
- },
48314
- {
48315
- "kind": "Content",
48316
- "text": "<SomeService, "
48317
- },
48318
- {
48319
- "kind": "Reference",
48320
- "text": "MonadicFunction",
48321
- "canonicalReference": "@empathyco/x-components!MonadicFunction:type"
48322
- },
48323
48667
  {
48324
48668
  "kind": "Content",
48325
- "text": ">"
48669
+ "text": "keyof SomeService"
48326
48670
  },
48327
48671
  {
48328
48672
  "kind": "Content",
@@ -48360,8 +48704,8 @@
48360
48704
  }
48361
48705
  ],
48362
48706
  "returnTypeTokenRange": {
48363
- "startIndex": 11,
48364
- "endIndex": 12
48707
+ "startIndex": 8,
48708
+ "endIndex": 9
48365
48709
  },
48366
48710
  "releaseTag": "Public",
48367
48711
  "overloadIndex": 2,
@@ -48369,15 +48713,15 @@
48369
48713
  {
48370
48714
  "parameterName": "method",
48371
48715
  "parameterTypeTokenRange": {
48372
- "startIndex": 6,
48373
- "endIndex": 7
48716
+ "startIndex": 3,
48717
+ "endIndex": 4
48374
48718
  }
48375
48719
  },
48376
48720
  {
48377
48721
  "parameterName": "payload",
48378
48722
  "parameterTypeTokenRange": {
48379
- "startIndex": 8,
48380
- "endIndex": 10
48723
+ "startIndex": 5,
48724
+ "endIndex": 7
48381
48725
  }
48382
48726
  }
48383
48727
  ],
@@ -48386,7 +48730,7 @@
48386
48730
  "typeParameterName": "SomeMethod",
48387
48731
  "constraintTokenRange": {
48388
48732
  "startIndex": 1,
48389
- "endIndex": 5
48733
+ "endIndex": 2
48390
48734
  },
48391
48735
  "defaultTypeTokenRange": {
48392
48736
  "startIndex": 0,
@@ -48409,7 +48753,25 @@
48409
48753
  },
48410
48754
  {
48411
48755
  "kind": "Content",
48412
- "text": "SomeService"
48756
+ "text": "SomeService & "
48757
+ },
48758
+ {
48759
+ "kind": "Reference",
48760
+ "text": "SubObject",
48761
+ "canonicalReference": "@empathyco/x-components!SubObject:type"
48762
+ },
48763
+ {
48764
+ "kind": "Content",
48765
+ "text": "<SomeService, "
48766
+ },
48767
+ {
48768
+ "kind": "Reference",
48769
+ "text": "NiladicFunction",
48770
+ "canonicalReference": "@empathyco/x-components!NiladicFunction:type"
48771
+ },
48772
+ {
48773
+ "kind": "Content",
48774
+ "text": ">"
48413
48775
  },
48414
48776
  {
48415
48777
  "kind": "Content",
@@ -48422,7 +48784,25 @@
48422
48784
  },
48423
48785
  {
48424
48786
  "kind": "Content",
48425
- "text": "<SomeService>"
48787
+ "text": "<"
48788
+ },
48789
+ {
48790
+ "kind": "Reference",
48791
+ "text": "SubObject",
48792
+ "canonicalReference": "@empathyco/x-components!SubObject:type"
48793
+ },
48794
+ {
48795
+ "kind": "Content",
48796
+ "text": "<SomeService, "
48797
+ },
48798
+ {
48799
+ "kind": "Reference",
48800
+ "text": "NiladicFunction",
48801
+ "canonicalReference": "@empathyco/x-components!NiladicFunction:type"
48802
+ },
48803
+ {
48804
+ "kind": "Content",
48805
+ "text": ">>"
48426
48806
  },
48427
48807
  {
48428
48808
  "kind": "Content",
@@ -48430,8 +48810,8 @@
48430
48810
  }
48431
48811
  ],
48432
48812
  "returnTypeTokenRange": {
48433
- "startIndex": 3,
48434
- "endIndex": 5
48813
+ "startIndex": 7,
48814
+ "endIndex": 13
48435
48815
  },
48436
48816
  "releaseTag": "Public",
48437
48817
  "overloadIndex": 1,
@@ -48440,7 +48820,7 @@
48440
48820
  "parameterName": "service",
48441
48821
  "parameterTypeTokenRange": {
48442
48822
  "startIndex": 1,
48443
- "endIndex": 2
48823
+ "endIndex": 6
48444
48824
  }
48445
48825
  }
48446
48826
  ],
@@ -48466,7 +48846,29 @@
48466
48846
  "excerptTokens": [
48467
48847
  {
48468
48848
  "kind": "Content",
48469
- "text": "export interface WireServiceWithoutPayload<SomeService> "
48849
+ "text": "export interface WireServiceWithoutPayload<SomeService extends "
48850
+ },
48851
+ {
48852
+ "kind": "Reference",
48853
+ "text": "Record",
48854
+ "canonicalReference": "!Record:type"
48855
+ },
48856
+ {
48857
+ "kind": "Content",
48858
+ "text": "<string, "
48859
+ },
48860
+ {
48861
+ "kind": "Reference",
48862
+ "text": "NiladicFunction",
48863
+ "canonicalReference": "@empathyco/x-components!NiladicFunction:type"
48864
+ },
48865
+ {
48866
+ "kind": "Content",
48867
+ "text": ">"
48868
+ },
48869
+ {
48870
+ "kind": "Content",
48871
+ "text": "> "
48470
48872
  }
48471
48873
  ],
48472
48874
  "releaseTag": "Public",
@@ -48474,8 +48876,8 @@
48474
48876
  {
48475
48877
  "typeParameterName": "SomeService",
48476
48878
  "constraintTokenRange": {
48477
- "startIndex": 0,
48478
- "endIndex": 0
48879
+ "startIndex": 1,
48880
+ "endIndex": 5
48479
48881
  },
48480
48882
  "defaultTypeTokenRange": {
48481
48883
  "startIndex": 0,
@@ -48494,23 +48896,9 @@
48494
48896
  "kind": "Content",
48495
48897
  "text": "<SomeMethod extends "
48496
48898
  },
48497
- {
48498
- "kind": "Reference",
48499
- "text": "PropsWithType",
48500
- "canonicalReference": "@empathyco/x-components!PropsWithType:type"
48501
- },
48502
48899
  {
48503
48900
  "kind": "Content",
48504
- "text": "<SomeService, "
48505
- },
48506
- {
48507
- "kind": "Reference",
48508
- "text": "NiladicFunction",
48509
- "canonicalReference": "@empathyco/x-components!NiladicFunction:type"
48510
- },
48511
- {
48512
- "kind": "Content",
48513
- "text": ">"
48901
+ "text": "keyof SomeService"
48514
48902
  },
48515
48903
  {
48516
48904
  "kind": "Content",
@@ -48535,8 +48923,8 @@
48535
48923
  }
48536
48924
  ],
48537
48925
  "returnTypeTokenRange": {
48538
- "startIndex": 8,
48539
- "endIndex": 9
48926
+ "startIndex": 5,
48927
+ "endIndex": 6
48540
48928
  },
48541
48929
  "releaseTag": "Public",
48542
48930
  "overloadIndex": 1,
@@ -48544,8 +48932,8 @@
48544
48932
  {
48545
48933
  "parameterName": "method",
48546
48934
  "parameterTypeTokenRange": {
48547
- "startIndex": 6,
48548
- "endIndex": 7
48935
+ "startIndex": 3,
48936
+ "endIndex": 4
48549
48937
  }
48550
48938
  }
48551
48939
  ],
@@ -48554,7 +48942,7 @@
48554
48942
  "typeParameterName": "SomeMethod",
48555
48943
  "constraintTokenRange": {
48556
48944
  "startIndex": 1,
48557
- "endIndex": 5
48945
+ "endIndex": 2
48558
48946
  },
48559
48947
  "defaultTypeTokenRange": {
48560
48948
  "startIndex": 0,
@@ -48577,7 +48965,7 @@
48577
48965
  },
48578
48966
  {
48579
48967
  "kind": "Content",
48580
- "text": "{\n [E in "
48968
+ "text": "{\n [Event in "
48581
48969
  },
48582
48970
  {
48583
48971
  "kind": "Reference",
@@ -48604,7 +48992,7 @@
48604
48992
  },
48605
48993
  {
48606
48994
  "kind": "Content",
48607
- "text": "<E>>;\n}"
48995
+ "text": "<Event>>;\n}"
48608
48996
  },
48609
48997
  {
48610
48998
  "kind": "Content",