@empathyco/x-components 7.4.1 → 7.5.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.
- package/CHANGELOG.md +7 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.baseaddtocart.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
- package/docs/API-reference/api/x-components.md +124 -0
- package/docs/API-reference/api/x-components.setresults.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +1 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
- package/docs/API-reference/api/x-components.vendoractions.md +11 -0
- package/docs/API-reference/api/x-components.vendorgetters.md +11 -0
- package/docs/API-reference/api/x-components.vendormutations.md +54 -0
- package/docs/API-reference/api/x-components.vendormutations.setresults.md +11 -0
- package/docs/API-reference/api/x-components.vendorresult.md +57 -0
- package/docs/API-reference/api/x-components.vendorresult.position.md +11 -0
- package/docs/API-reference/api/x-components.vendorresultslist.md +31 -0
- package/docs/API-reference/api/x-components.vendorstate.md +54 -0
- package/docs/API-reference/api/x-components.vendorstate.results.md +11 -0
- package/docs/API-reference/api/x-components.vendorxevents.md +58 -0
- package/docs/API-reference/api/x-components.vendorxevents.vendorresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.vendorxmodule.md +13 -0
- package/docs/API-reference/api/x-components.vendorxstoremodule.md +11 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
- package/docs/API-reference/api/x-components.xmodulestree.md +17 -0
- package/docs/API-reference/api/x-components.xmodulestree.vendor.md +11 -0
- package/docs/API-reference/api/x-types.result.md +2 -2
- package/docs/API-reference/components/vendor/x-components.vendor-results-list.md +21 -0
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +12 -8
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue2.js.map +1 -1
- package/js/index.js +5 -0
- package/js/index.js.map +1 -1
- package/js/x-modules/vendor/components/vendor-results-list.vue.js +81 -0
- package/js/x-modules/vendor/components/vendor-results-list.vue.js.map +1 -0
- package/js/x-modules/vendor/components/vendor-results-list.vue2.js +6 -0
- package/js/x-modules/vendor/components/vendor-results-list.vue2.js.map +1 -0
- package/js/x-modules/vendor/store/emitters.js +13 -0
- package/js/x-modules/vendor/store/emitters.js.map +1 -0
- package/js/x-modules/vendor/store/module.js +15 -0
- package/js/x-modules/vendor/store/module.js.map +1 -0
- package/js/x-modules/vendor/wiring.js +42 -0
- package/js/x-modules/vendor/wiring.js.map +1 -0
- package/js/x-modules/vendor/x-module.js +21 -0
- package/js/x-modules/vendor/x-module.js.map +1 -0
- package/package.json +4 -4
- package/report/x-components.api.json +783 -34
- package/report/x-components.api.md +83 -2
- package/report/x-types.api.json +1 -1
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts +1 -2
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
- package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/src/index.d.ts +1 -0
- package/types/src/index.d.ts.map +1 -1
- package/types/src/wiring/events.types.d.ts +2 -1
- package/types/src/wiring/events.types.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/vendor/components/index.d.ts +2 -0
- package/types/src/x-modules/vendor/components/index.d.ts.map +1 -0
- package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts +30 -0
- package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/vendor/events.types.d.ts +15 -0
- package/types/src/x-modules/vendor/events.types.d.ts.map +1 -0
- package/types/src/x-modules/vendor/index.d.ts +7 -0
- package/types/src/x-modules/vendor/index.d.ts.map +1 -0
- package/types/src/x-modules/vendor/store/emitters.d.ts +7 -0
- package/types/src/x-modules/vendor/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/vendor/store/index.d.ts +4 -0
- package/types/src/x-modules/vendor/store/index.d.ts.map +1 -0
- package/types/src/x-modules/vendor/store/module.d.ts +3 -0
- package/types/src/x-modules/vendor/store/module.d.ts.map +1 -0
- package/types/src/x-modules/vendor/store/types.d.ts +14 -0
- package/types/src/x-modules/vendor/store/types.d.ts.map +1 -0
- package/types/src/x-modules/vendor/types.d.ts +8 -0
- package/types/src/x-modules/vendor/types.d.ts.map +1 -0
- package/types/src/x-modules/vendor/wiring.d.ts +20 -0
- package/types/src/x-modules/vendor/wiring.d.ts.map +1 -0
- package/types/src/x-modules/vendor/x-module.d.ts +16 -0
- package/types/src/x-modules/vendor/x-module.d.ts.map +1 -0
- package/types/src/x-modules/x-modules.types.d.ts +2 -0
- package/types/src/x-modules/x-modules.types.d.ts.map +1 -1
- package/vendor/index.d.ts +1 -0
- package/vendor/index.js +5 -0
|
@@ -5058,34 +5058,7 @@
|
|
|
5058
5058
|
},
|
|
5059
5059
|
{
|
|
5060
5060
|
"kind": "Content",
|
|
5061
|
-
"text": ">;\n required: true;\n };\n}>, {\n events:
|
|
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":
|
|
5178
|
+
"endIndex": 34
|
|
5206
5179
|
}
|
|
5207
5180
|
},
|
|
5208
5181
|
{
|
|
@@ -37204,7 +37177,25 @@
|
|
|
37204
37177
|
},
|
|
37205
37178
|
{
|
|
37206
37179
|
"kind": "Content",
|
|
37207
|
-
"text": " | undefined;\n AiComponentMounted?: void | undefined;\n
|
|
37180
|
+
"text": " | undefined;\n AiComponentMounted?: void | undefined;\n VendorResultsChanged?: "
|
|
37181
|
+
},
|
|
37182
|
+
{
|
|
37183
|
+
"kind": "Reference",
|
|
37184
|
+
"text": "Omit",
|
|
37185
|
+
"canonicalReference": "!Omit:type"
|
|
37186
|
+
},
|
|
37187
|
+
{
|
|
37188
|
+
"kind": "Content",
|
|
37189
|
+
"text": "<import(\"../../../vendor\")."
|
|
37190
|
+
},
|
|
37191
|
+
{
|
|
37192
|
+
"kind": "Reference",
|
|
37193
|
+
"text": "VendorResult",
|
|
37194
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
37195
|
+
},
|
|
37196
|
+
{
|
|
37197
|
+
"kind": "Content",
|
|
37198
|
+
"text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
37208
37199
|
},
|
|
37209
37200
|
{
|
|
37210
37201
|
"kind": "Reference",
|
|
@@ -37474,7 +37465,7 @@
|
|
|
37474
37465
|
"name": "HierarchicalFilter",
|
|
37475
37466
|
"variableTypeTokenRange": {
|
|
37476
37467
|
"startIndex": 1,
|
|
37477
|
-
"endIndex":
|
|
37468
|
+
"endIndex": 300
|
|
37478
37469
|
}
|
|
37479
37470
|
},
|
|
37480
37471
|
{
|
|
@@ -73961,6 +73952,34 @@
|
|
|
73961
73952
|
"endIndex": 3
|
|
73962
73953
|
}
|
|
73963
73954
|
},
|
|
73955
|
+
{
|
|
73956
|
+
"kind": "Variable",
|
|
73957
|
+
"canonicalReference": "@empathyco/x-components!setResults:var",
|
|
73958
|
+
"docComment": "/**\n * Sets the vendor results of the {@link VendorXModule}.\n *\n * @public\n */\n",
|
|
73959
|
+
"excerptTokens": [
|
|
73960
|
+
{
|
|
73961
|
+
"kind": "Content",
|
|
73962
|
+
"text": "setResults: "
|
|
73963
|
+
},
|
|
73964
|
+
{
|
|
73965
|
+
"kind": "Content",
|
|
73966
|
+
"text": "import(\"../../wiring\")."
|
|
73967
|
+
},
|
|
73968
|
+
{
|
|
73969
|
+
"kind": "Reference",
|
|
73970
|
+
"text": "AnyWire",
|
|
73971
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
73972
|
+
}
|
|
73973
|
+
],
|
|
73974
|
+
"fileUrlPath": "src/x-modules/vendor/wiring.ts",
|
|
73975
|
+
"isReadonly": true,
|
|
73976
|
+
"releaseTag": "Public",
|
|
73977
|
+
"name": "setResults",
|
|
73978
|
+
"variableTypeTokenRange": {
|
|
73979
|
+
"startIndex": 1,
|
|
73980
|
+
"endIndex": 3
|
|
73981
|
+
}
|
|
73982
|
+
},
|
|
73964
73983
|
{
|
|
73965
73984
|
"kind": "Variable",
|
|
73966
73985
|
"canonicalReference": "@empathyco/x-components!setScrollDirectionWire:var",
|
|
@@ -76330,7 +76349,25 @@
|
|
|
76330
76349
|
},
|
|
76331
76350
|
{
|
|
76332
76351
|
"kind": "Content",
|
|
76333
|
-
"text": " | undefined;\n AiComponentMounted?: void | undefined;\n
|
|
76352
|
+
"text": " | undefined;\n AiComponentMounted?: void | undefined;\n VendorResultsChanged?: "
|
|
76353
|
+
},
|
|
76354
|
+
{
|
|
76355
|
+
"kind": "Reference",
|
|
76356
|
+
"text": "Omit",
|
|
76357
|
+
"canonicalReference": "!Omit:type"
|
|
76358
|
+
},
|
|
76359
|
+
{
|
|
76360
|
+
"kind": "Content",
|
|
76361
|
+
"text": "<import(\"../../../vendor\")."
|
|
76362
|
+
},
|
|
76363
|
+
{
|
|
76364
|
+
"kind": "Reference",
|
|
76365
|
+
"text": "VendorResult",
|
|
76366
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76367
|
+
},
|
|
76368
|
+
{
|
|
76369
|
+
"kind": "Content",
|
|
76370
|
+
"text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
76334
76371
|
},
|
|
76335
76372
|
{
|
|
76336
76373
|
"kind": "Reference",
|
|
@@ -76501,7 +76538,7 @@
|
|
|
76501
76538
|
"name": "SimpleFilter",
|
|
76502
76539
|
"variableTypeTokenRange": {
|
|
76503
76540
|
"startIndex": 1,
|
|
76504
|
-
"endIndex":
|
|
76541
|
+
"endIndex": 268
|
|
76505
76542
|
}
|
|
76506
76543
|
},
|
|
76507
76544
|
{
|
|
@@ -79680,6 +79717,33 @@
|
|
|
79680
79717
|
"text": "WireMetadata",
|
|
79681
79718
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79682
79719
|
},
|
|
79720
|
+
{
|
|
79721
|
+
"kind": "Content",
|
|
79722
|
+
"text": ") => unknown;\n VendorResultsChanged: (payload: "
|
|
79723
|
+
},
|
|
79724
|
+
{
|
|
79725
|
+
"kind": "Reference",
|
|
79726
|
+
"text": "Omit",
|
|
79727
|
+
"canonicalReference": "!Omit:type"
|
|
79728
|
+
},
|
|
79729
|
+
{
|
|
79730
|
+
"kind": "Content",
|
|
79731
|
+
"text": "<import(\"..\")."
|
|
79732
|
+
},
|
|
79733
|
+
{
|
|
79734
|
+
"kind": "Reference",
|
|
79735
|
+
"text": "VendorResult",
|
|
79736
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79737
|
+
},
|
|
79738
|
+
{
|
|
79739
|
+
"kind": "Content",
|
|
79740
|
+
"text": ", \"modelName\">[], metadata: "
|
|
79741
|
+
},
|
|
79742
|
+
{
|
|
79743
|
+
"kind": "Reference",
|
|
79744
|
+
"text": "WireMetadata",
|
|
79745
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79746
|
+
},
|
|
79683
79747
|
{
|
|
79684
79748
|
"kind": "Content",
|
|
79685
79749
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -79754,7 +79818,7 @@
|
|
|
79754
79818
|
"name": "SnippetCallbacks",
|
|
79755
79819
|
"variableTypeTokenRange": {
|
|
79756
79820
|
"startIndex": 1,
|
|
79757
|
-
"endIndex":
|
|
79821
|
+
"endIndex": 574
|
|
79758
79822
|
}
|
|
79759
79823
|
},
|
|
79760
79824
|
{
|
|
@@ -89337,6 +89401,650 @@
|
|
|
89337
89401
|
"parameters": [],
|
|
89338
89402
|
"name": "useXBus"
|
|
89339
89403
|
},
|
|
89404
|
+
{
|
|
89405
|
+
"kind": "Interface",
|
|
89406
|
+
"canonicalReference": "@empathyco/x-components!VendorActions:interface",
|
|
89407
|
+
"docComment": "",
|
|
89408
|
+
"excerptTokens": [
|
|
89409
|
+
{
|
|
89410
|
+
"kind": "Content",
|
|
89411
|
+
"text": "export interface VendorActions "
|
|
89412
|
+
}
|
|
89413
|
+
],
|
|
89414
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
89415
|
+
"releaseTag": "Public",
|
|
89416
|
+
"name": "VendorActions",
|
|
89417
|
+
"preserveMemberOrder": false,
|
|
89418
|
+
"members": [],
|
|
89419
|
+
"extendsTokenRanges": []
|
|
89420
|
+
},
|
|
89421
|
+
{
|
|
89422
|
+
"kind": "Interface",
|
|
89423
|
+
"canonicalReference": "@empathyco/x-components!VendorGetters:interface",
|
|
89424
|
+
"docComment": "",
|
|
89425
|
+
"excerptTokens": [
|
|
89426
|
+
{
|
|
89427
|
+
"kind": "Content",
|
|
89428
|
+
"text": "export interface VendorGetters "
|
|
89429
|
+
}
|
|
89430
|
+
],
|
|
89431
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
89432
|
+
"releaseTag": "Public",
|
|
89433
|
+
"name": "VendorGetters",
|
|
89434
|
+
"preserveMemberOrder": false,
|
|
89435
|
+
"members": [],
|
|
89436
|
+
"extendsTokenRanges": []
|
|
89437
|
+
},
|
|
89438
|
+
{
|
|
89439
|
+
"kind": "Interface",
|
|
89440
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations:interface",
|
|
89441
|
+
"docComment": "",
|
|
89442
|
+
"excerptTokens": [
|
|
89443
|
+
{
|
|
89444
|
+
"kind": "Content",
|
|
89445
|
+
"text": "export interface VendorMutations "
|
|
89446
|
+
}
|
|
89447
|
+
],
|
|
89448
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
89449
|
+
"releaseTag": "Public",
|
|
89450
|
+
"name": "VendorMutations",
|
|
89451
|
+
"preserveMemberOrder": false,
|
|
89452
|
+
"members": [
|
|
89453
|
+
{
|
|
89454
|
+
"kind": "PropertySignature",
|
|
89455
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
|
|
89456
|
+
"docComment": "",
|
|
89457
|
+
"excerptTokens": [
|
|
89458
|
+
{
|
|
89459
|
+
"kind": "Content",
|
|
89460
|
+
"text": "setResults: "
|
|
89461
|
+
},
|
|
89462
|
+
{
|
|
89463
|
+
"kind": "Content",
|
|
89464
|
+
"text": "(results: "
|
|
89465
|
+
},
|
|
89466
|
+
{
|
|
89467
|
+
"kind": "Reference",
|
|
89468
|
+
"text": "VendorResult",
|
|
89469
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
89470
|
+
},
|
|
89471
|
+
{
|
|
89472
|
+
"kind": "Content",
|
|
89473
|
+
"text": "[]) => void"
|
|
89474
|
+
},
|
|
89475
|
+
{
|
|
89476
|
+
"kind": "Content",
|
|
89477
|
+
"text": ";"
|
|
89478
|
+
}
|
|
89479
|
+
],
|
|
89480
|
+
"isReadonly": false,
|
|
89481
|
+
"isOptional": false,
|
|
89482
|
+
"releaseTag": "Public",
|
|
89483
|
+
"name": "setResults",
|
|
89484
|
+
"propertyTypeTokenRange": {
|
|
89485
|
+
"startIndex": 1,
|
|
89486
|
+
"endIndex": 4
|
|
89487
|
+
}
|
|
89488
|
+
}
|
|
89489
|
+
],
|
|
89490
|
+
"extendsTokenRanges": []
|
|
89491
|
+
},
|
|
89492
|
+
{
|
|
89493
|
+
"kind": "Interface",
|
|
89494
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface",
|
|
89495
|
+
"docComment": "/**\n * The interface for a vendor result, extending the base Result interface.\n */\n",
|
|
89496
|
+
"excerptTokens": [
|
|
89497
|
+
{
|
|
89498
|
+
"kind": "Content",
|
|
89499
|
+
"text": "export interface VendorResult extends "
|
|
89500
|
+
},
|
|
89501
|
+
{
|
|
89502
|
+
"kind": "Reference",
|
|
89503
|
+
"text": "Omit",
|
|
89504
|
+
"canonicalReference": "!Omit:type"
|
|
89505
|
+
},
|
|
89506
|
+
{
|
|
89507
|
+
"kind": "Content",
|
|
89508
|
+
"text": "<"
|
|
89509
|
+
},
|
|
89510
|
+
{
|
|
89511
|
+
"kind": "Reference",
|
|
89512
|
+
"text": "Result",
|
|
89513
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
89514
|
+
},
|
|
89515
|
+
{
|
|
89516
|
+
"kind": "Content",
|
|
89517
|
+
"text": ", 'modelName'>"
|
|
89518
|
+
},
|
|
89519
|
+
{
|
|
89520
|
+
"kind": "Content",
|
|
89521
|
+
"text": ", "
|
|
89522
|
+
},
|
|
89523
|
+
{
|
|
89524
|
+
"kind": "Reference",
|
|
89525
|
+
"text": "NamedModel",
|
|
89526
|
+
"canonicalReference": "@empathyco/x-components!NamedModel:interface"
|
|
89527
|
+
},
|
|
89528
|
+
{
|
|
89529
|
+
"kind": "Content",
|
|
89530
|
+
"text": "<'VendorResult'>"
|
|
89531
|
+
},
|
|
89532
|
+
{
|
|
89533
|
+
"kind": "Content",
|
|
89534
|
+
"text": " "
|
|
89535
|
+
}
|
|
89536
|
+
],
|
|
89537
|
+
"fileUrlPath": "src/x-modules/vendor/types.ts",
|
|
89538
|
+
"releaseTag": "Public",
|
|
89539
|
+
"name": "VendorResult",
|
|
89540
|
+
"preserveMemberOrder": false,
|
|
89541
|
+
"members": [
|
|
89542
|
+
{
|
|
89543
|
+
"kind": "PropertySignature",
|
|
89544
|
+
"canonicalReference": "@empathyco/x-components!VendorResult#position:member",
|
|
89545
|
+
"docComment": "",
|
|
89546
|
+
"excerptTokens": [
|
|
89547
|
+
{
|
|
89548
|
+
"kind": "Content",
|
|
89549
|
+
"text": "position: "
|
|
89550
|
+
},
|
|
89551
|
+
{
|
|
89552
|
+
"kind": "Content",
|
|
89553
|
+
"text": "number"
|
|
89554
|
+
},
|
|
89555
|
+
{
|
|
89556
|
+
"kind": "Content",
|
|
89557
|
+
"text": ";"
|
|
89558
|
+
}
|
|
89559
|
+
],
|
|
89560
|
+
"isReadonly": false,
|
|
89561
|
+
"isOptional": false,
|
|
89562
|
+
"releaseTag": "Public",
|
|
89563
|
+
"name": "position",
|
|
89564
|
+
"propertyTypeTokenRange": {
|
|
89565
|
+
"startIndex": 1,
|
|
89566
|
+
"endIndex": 2
|
|
89567
|
+
}
|
|
89568
|
+
}
|
|
89569
|
+
],
|
|
89570
|
+
"extendsTokenRanges": [
|
|
89571
|
+
{
|
|
89572
|
+
"startIndex": 1,
|
|
89573
|
+
"endIndex": 5
|
|
89574
|
+
},
|
|
89575
|
+
{
|
|
89576
|
+
"startIndex": 6,
|
|
89577
|
+
"endIndex": 8
|
|
89578
|
+
}
|
|
89579
|
+
]
|
|
89580
|
+
},
|
|
89581
|
+
{
|
|
89582
|
+
"kind": "Variable",
|
|
89583
|
+
"canonicalReference": "@empathyco/x-components!VendorResultsList:var",
|
|
89584
|
+
"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",
|
|
89585
|
+
"excerptTokens": [
|
|
89586
|
+
{
|
|
89587
|
+
"kind": "Content",
|
|
89588
|
+
"text": "_default: "
|
|
89589
|
+
},
|
|
89590
|
+
{
|
|
89591
|
+
"kind": "Content",
|
|
89592
|
+
"text": "import(\"vue\")."
|
|
89593
|
+
},
|
|
89594
|
+
{
|
|
89595
|
+
"kind": "Reference",
|
|
89596
|
+
"text": "DefineComponent",
|
|
89597
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
89598
|
+
},
|
|
89599
|
+
{
|
|
89600
|
+
"kind": "Content",
|
|
89601
|
+
"text": "<import(\"vue\")."
|
|
89602
|
+
},
|
|
89603
|
+
{
|
|
89604
|
+
"kind": "Reference",
|
|
89605
|
+
"text": "ExtractPropTypes",
|
|
89606
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
89607
|
+
},
|
|
89608
|
+
{
|
|
89609
|
+
"kind": "Content",
|
|
89610
|
+
"text": "<{\n animation: {\n type: ("
|
|
89611
|
+
},
|
|
89612
|
+
{
|
|
89613
|
+
"kind": "Reference",
|
|
89614
|
+
"text": "StringConstructor",
|
|
89615
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
89616
|
+
},
|
|
89617
|
+
{
|
|
89618
|
+
"kind": "Content",
|
|
89619
|
+
"text": " | "
|
|
89620
|
+
},
|
|
89621
|
+
{
|
|
89622
|
+
"kind": "Reference",
|
|
89623
|
+
"text": "ObjectConstructor",
|
|
89624
|
+
"canonicalReference": "!ObjectConstructor:interface"
|
|
89625
|
+
},
|
|
89626
|
+
{
|
|
89627
|
+
"kind": "Content",
|
|
89628
|
+
"text": " | "
|
|
89629
|
+
},
|
|
89630
|
+
{
|
|
89631
|
+
"kind": "Reference",
|
|
89632
|
+
"text": "FunctionConstructor",
|
|
89633
|
+
"canonicalReference": "!FunctionConstructor:interface"
|
|
89634
|
+
},
|
|
89635
|
+
{
|
|
89636
|
+
"kind": "Content",
|
|
89637
|
+
"text": ")[];\n default: string;\n };\n}>, () => import(\"vue\")."
|
|
89638
|
+
},
|
|
89639
|
+
{
|
|
89640
|
+
"kind": "Reference",
|
|
89641
|
+
"text": "VNode",
|
|
89642
|
+
"canonicalReference": "@vue/runtime-core!VNode:interface"
|
|
89643
|
+
},
|
|
89644
|
+
{
|
|
89645
|
+
"kind": "Content",
|
|
89646
|
+
"text": "<import(\"vue\")."
|
|
89647
|
+
},
|
|
89648
|
+
{
|
|
89649
|
+
"kind": "Reference",
|
|
89650
|
+
"text": "RendererNode",
|
|
89651
|
+
"canonicalReference": "@vue/runtime-core!RendererNode:interface"
|
|
89652
|
+
},
|
|
89653
|
+
{
|
|
89654
|
+
"kind": "Content",
|
|
89655
|
+
"text": ", import(\"vue\")."
|
|
89656
|
+
},
|
|
89657
|
+
{
|
|
89658
|
+
"kind": "Reference",
|
|
89659
|
+
"text": "RendererElement",
|
|
89660
|
+
"canonicalReference": "@vue/runtime-core!RendererElement:interface"
|
|
89661
|
+
},
|
|
89662
|
+
{
|
|
89663
|
+
"kind": "Content",
|
|
89664
|
+
"text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
|
|
89665
|
+
},
|
|
89666
|
+
{
|
|
89667
|
+
"kind": "Reference",
|
|
89668
|
+
"text": "ComponentOptionsMixin",
|
|
89669
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
89670
|
+
},
|
|
89671
|
+
{
|
|
89672
|
+
"kind": "Content",
|
|
89673
|
+
"text": ", import(\"vue\")."
|
|
89674
|
+
},
|
|
89675
|
+
{
|
|
89676
|
+
"kind": "Reference",
|
|
89677
|
+
"text": "ComponentOptionsMixin",
|
|
89678
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
89679
|
+
},
|
|
89680
|
+
{
|
|
89681
|
+
"kind": "Content",
|
|
89682
|
+
"text": ", {}, string, import(\"vue\")."
|
|
89683
|
+
},
|
|
89684
|
+
{
|
|
89685
|
+
"kind": "Reference",
|
|
89686
|
+
"text": "PublicProps",
|
|
89687
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
89688
|
+
},
|
|
89689
|
+
{
|
|
89690
|
+
"kind": "Content",
|
|
89691
|
+
"text": ", "
|
|
89692
|
+
},
|
|
89693
|
+
{
|
|
89694
|
+
"kind": "Reference",
|
|
89695
|
+
"text": "Readonly",
|
|
89696
|
+
"canonicalReference": "!Readonly:type"
|
|
89697
|
+
},
|
|
89698
|
+
{
|
|
89699
|
+
"kind": "Content",
|
|
89700
|
+
"text": "<import(\"vue\")."
|
|
89701
|
+
},
|
|
89702
|
+
{
|
|
89703
|
+
"kind": "Reference",
|
|
89704
|
+
"text": "ExtractPropTypes",
|
|
89705
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
89706
|
+
},
|
|
89707
|
+
{
|
|
89708
|
+
"kind": "Content",
|
|
89709
|
+
"text": "<{\n animation: {\n type: ("
|
|
89710
|
+
},
|
|
89711
|
+
{
|
|
89712
|
+
"kind": "Reference",
|
|
89713
|
+
"text": "StringConstructor",
|
|
89714
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
89715
|
+
},
|
|
89716
|
+
{
|
|
89717
|
+
"kind": "Content",
|
|
89718
|
+
"text": " | "
|
|
89719
|
+
},
|
|
89720
|
+
{
|
|
89721
|
+
"kind": "Reference",
|
|
89722
|
+
"text": "ObjectConstructor",
|
|
89723
|
+
"canonicalReference": "!ObjectConstructor:interface"
|
|
89724
|
+
},
|
|
89725
|
+
{
|
|
89726
|
+
"kind": "Content",
|
|
89727
|
+
"text": " | "
|
|
89728
|
+
},
|
|
89729
|
+
{
|
|
89730
|
+
"kind": "Reference",
|
|
89731
|
+
"text": "FunctionConstructor",
|
|
89732
|
+
"canonicalReference": "!FunctionConstructor:interface"
|
|
89733
|
+
},
|
|
89734
|
+
{
|
|
89735
|
+
"kind": "Content",
|
|
89736
|
+
"text": ")[];\n default: string;\n };\n}>> & "
|
|
89737
|
+
},
|
|
89738
|
+
{
|
|
89739
|
+
"kind": "Reference",
|
|
89740
|
+
"text": "Readonly",
|
|
89741
|
+
"canonicalReference": "!Readonly:type"
|
|
89742
|
+
},
|
|
89743
|
+
{
|
|
89744
|
+
"kind": "Content",
|
|
89745
|
+
"text": "<{}>, {\n animation: string | "
|
|
89746
|
+
},
|
|
89747
|
+
{
|
|
89748
|
+
"kind": "Reference",
|
|
89749
|
+
"text": "Function",
|
|
89750
|
+
"canonicalReference": "!Function:interface"
|
|
89751
|
+
},
|
|
89752
|
+
{
|
|
89753
|
+
"kind": "Content",
|
|
89754
|
+
"text": " | "
|
|
89755
|
+
},
|
|
89756
|
+
{
|
|
89757
|
+
"kind": "Reference",
|
|
89758
|
+
"text": "Record",
|
|
89759
|
+
"canonicalReference": "!Record:type"
|
|
89760
|
+
},
|
|
89761
|
+
{
|
|
89762
|
+
"kind": "Content",
|
|
89763
|
+
"text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
89764
|
+
},
|
|
89765
|
+
{
|
|
89766
|
+
"kind": "Reference",
|
|
89767
|
+
"text": "ComponentProvideOptions",
|
|
89768
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
89769
|
+
},
|
|
89770
|
+
{
|
|
89771
|
+
"kind": "Content",
|
|
89772
|
+
"text": ", true, {}, any>"
|
|
89773
|
+
}
|
|
89774
|
+
],
|
|
89775
|
+
"fileUrlPath": "dist/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts",
|
|
89776
|
+
"isReadonly": true,
|
|
89777
|
+
"releaseTag": "Public",
|
|
89778
|
+
"name": "VendorResultsList",
|
|
89779
|
+
"variableTypeTokenRange": {
|
|
89780
|
+
"startIndex": 1,
|
|
89781
|
+
"endIndex": 42
|
|
89782
|
+
}
|
|
89783
|
+
},
|
|
89784
|
+
{
|
|
89785
|
+
"kind": "Interface",
|
|
89786
|
+
"canonicalReference": "@empathyco/x-components!VendorState:interface",
|
|
89787
|
+
"docComment": "",
|
|
89788
|
+
"excerptTokens": [
|
|
89789
|
+
{
|
|
89790
|
+
"kind": "Content",
|
|
89791
|
+
"text": "export interface VendorState "
|
|
89792
|
+
}
|
|
89793
|
+
],
|
|
89794
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
89795
|
+
"releaseTag": "Public",
|
|
89796
|
+
"name": "VendorState",
|
|
89797
|
+
"preserveMemberOrder": false,
|
|
89798
|
+
"members": [
|
|
89799
|
+
{
|
|
89800
|
+
"kind": "PropertySignature",
|
|
89801
|
+
"canonicalReference": "@empathyco/x-components!VendorState#results:member",
|
|
89802
|
+
"docComment": "",
|
|
89803
|
+
"excerptTokens": [
|
|
89804
|
+
{
|
|
89805
|
+
"kind": "Content",
|
|
89806
|
+
"text": "results: "
|
|
89807
|
+
},
|
|
89808
|
+
{
|
|
89809
|
+
"kind": "Reference",
|
|
89810
|
+
"text": "VendorResult",
|
|
89811
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
89812
|
+
},
|
|
89813
|
+
{
|
|
89814
|
+
"kind": "Content",
|
|
89815
|
+
"text": "[]"
|
|
89816
|
+
},
|
|
89817
|
+
{
|
|
89818
|
+
"kind": "Content",
|
|
89819
|
+
"text": ";"
|
|
89820
|
+
}
|
|
89821
|
+
],
|
|
89822
|
+
"isReadonly": false,
|
|
89823
|
+
"isOptional": false,
|
|
89824
|
+
"releaseTag": "Public",
|
|
89825
|
+
"name": "results",
|
|
89826
|
+
"propertyTypeTokenRange": {
|
|
89827
|
+
"startIndex": 1,
|
|
89828
|
+
"endIndex": 3
|
|
89829
|
+
}
|
|
89830
|
+
}
|
|
89831
|
+
],
|
|
89832
|
+
"extendsTokenRanges": []
|
|
89833
|
+
},
|
|
89834
|
+
{
|
|
89835
|
+
"kind": "Interface",
|
|
89836
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents:interface",
|
|
89837
|
+
"docComment": "/**\n * Directory of events for the vendor module.\n *\n * @public\n */\n",
|
|
89838
|
+
"excerptTokens": [
|
|
89839
|
+
{
|
|
89840
|
+
"kind": "Content",
|
|
89841
|
+
"text": "export interface VendorXEvents "
|
|
89842
|
+
}
|
|
89843
|
+
],
|
|
89844
|
+
"fileUrlPath": "src/x-modules/vendor/events.types.ts",
|
|
89845
|
+
"releaseTag": "Public",
|
|
89846
|
+
"name": "VendorXEvents",
|
|
89847
|
+
"preserveMemberOrder": false,
|
|
89848
|
+
"members": [
|
|
89849
|
+
{
|
|
89850
|
+
"kind": "PropertySignature",
|
|
89851
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",
|
|
89852
|
+
"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",
|
|
89853
|
+
"excerptTokens": [
|
|
89854
|
+
{
|
|
89855
|
+
"kind": "Content",
|
|
89856
|
+
"text": "VendorResultsChanged: "
|
|
89857
|
+
},
|
|
89858
|
+
{
|
|
89859
|
+
"kind": "Reference",
|
|
89860
|
+
"text": "Omit",
|
|
89861
|
+
"canonicalReference": "!Omit:type"
|
|
89862
|
+
},
|
|
89863
|
+
{
|
|
89864
|
+
"kind": "Content",
|
|
89865
|
+
"text": "<"
|
|
89866
|
+
},
|
|
89867
|
+
{
|
|
89868
|
+
"kind": "Reference",
|
|
89869
|
+
"text": "VendorResult",
|
|
89870
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
89871
|
+
},
|
|
89872
|
+
{
|
|
89873
|
+
"kind": "Content",
|
|
89874
|
+
"text": ", 'modelName'>[]"
|
|
89875
|
+
},
|
|
89876
|
+
{
|
|
89877
|
+
"kind": "Content",
|
|
89878
|
+
"text": ";"
|
|
89879
|
+
}
|
|
89880
|
+
],
|
|
89881
|
+
"isReadonly": false,
|
|
89882
|
+
"isOptional": false,
|
|
89883
|
+
"releaseTag": "Public",
|
|
89884
|
+
"name": "VendorResultsChanged",
|
|
89885
|
+
"propertyTypeTokenRange": {
|
|
89886
|
+
"startIndex": 1,
|
|
89887
|
+
"endIndex": 5
|
|
89888
|
+
}
|
|
89889
|
+
}
|
|
89890
|
+
],
|
|
89891
|
+
"extendsTokenRanges": []
|
|
89892
|
+
},
|
|
89893
|
+
{
|
|
89894
|
+
"kind": "TypeAlias",
|
|
89895
|
+
"canonicalReference": "@empathyco/x-components!VendorXModule:type",
|
|
89896
|
+
"docComment": "/**\n * Vendor {@link XModule} alias.\n *\n * @public\n */\n",
|
|
89897
|
+
"excerptTokens": [
|
|
89898
|
+
{
|
|
89899
|
+
"kind": "Content",
|
|
89900
|
+
"text": "export type VendorXModule = "
|
|
89901
|
+
},
|
|
89902
|
+
{
|
|
89903
|
+
"kind": "Reference",
|
|
89904
|
+
"text": "XModule",
|
|
89905
|
+
"canonicalReference": "@empathyco/x-components!XModule:interface"
|
|
89906
|
+
},
|
|
89907
|
+
{
|
|
89908
|
+
"kind": "Content",
|
|
89909
|
+
"text": "<"
|
|
89910
|
+
},
|
|
89911
|
+
{
|
|
89912
|
+
"kind": "Reference",
|
|
89913
|
+
"text": "VendorXStoreModule",
|
|
89914
|
+
"canonicalReference": "@empathyco/x-components!VendorXStoreModule:type"
|
|
89915
|
+
},
|
|
89916
|
+
{
|
|
89917
|
+
"kind": "Content",
|
|
89918
|
+
"text": ">"
|
|
89919
|
+
},
|
|
89920
|
+
{
|
|
89921
|
+
"kind": "Content",
|
|
89922
|
+
"text": ";"
|
|
89923
|
+
}
|
|
89924
|
+
],
|
|
89925
|
+
"fileUrlPath": "src/x-modules/vendor/x-module.ts",
|
|
89926
|
+
"releaseTag": "Public",
|
|
89927
|
+
"name": "VendorXModule",
|
|
89928
|
+
"typeTokenRange": {
|
|
89929
|
+
"startIndex": 1,
|
|
89930
|
+
"endIndex": 5
|
|
89931
|
+
}
|
|
89932
|
+
},
|
|
89933
|
+
{
|
|
89934
|
+
"kind": "Variable",
|
|
89935
|
+
"canonicalReference": "@empathyco/x-components!vendorXModule:var",
|
|
89936
|
+
"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",
|
|
89937
|
+
"excerptTokens": [
|
|
89938
|
+
{
|
|
89939
|
+
"kind": "Content",
|
|
89940
|
+
"text": "vendorXModule: "
|
|
89941
|
+
},
|
|
89942
|
+
{
|
|
89943
|
+
"kind": "Reference",
|
|
89944
|
+
"text": "VendorXModule",
|
|
89945
|
+
"canonicalReference": "@empathyco/x-components!VendorXModule:type"
|
|
89946
|
+
}
|
|
89947
|
+
],
|
|
89948
|
+
"fileUrlPath": "src/x-modules/vendor/x-module.ts",
|
|
89949
|
+
"isReadonly": true,
|
|
89950
|
+
"releaseTag": "Public",
|
|
89951
|
+
"name": "vendorXModule",
|
|
89952
|
+
"variableTypeTokenRange": {
|
|
89953
|
+
"startIndex": 1,
|
|
89954
|
+
"endIndex": 2
|
|
89955
|
+
}
|
|
89956
|
+
},
|
|
89957
|
+
{
|
|
89958
|
+
"kind": "TypeAlias",
|
|
89959
|
+
"canonicalReference": "@empathyco/x-components!VendorXStoreModule:type",
|
|
89960
|
+
"docComment": "",
|
|
89961
|
+
"excerptTokens": [
|
|
89962
|
+
{
|
|
89963
|
+
"kind": "Content",
|
|
89964
|
+
"text": "export type VendorXStoreModule = "
|
|
89965
|
+
},
|
|
89966
|
+
{
|
|
89967
|
+
"kind": "Reference",
|
|
89968
|
+
"text": "XStoreModule",
|
|
89969
|
+
"canonicalReference": "@empathyco/x-components!XStoreModule:interface"
|
|
89970
|
+
},
|
|
89971
|
+
{
|
|
89972
|
+
"kind": "Content",
|
|
89973
|
+
"text": "<"
|
|
89974
|
+
},
|
|
89975
|
+
{
|
|
89976
|
+
"kind": "Reference",
|
|
89977
|
+
"text": "VendorState",
|
|
89978
|
+
"canonicalReference": "@empathyco/x-components!VendorState:interface"
|
|
89979
|
+
},
|
|
89980
|
+
{
|
|
89981
|
+
"kind": "Content",
|
|
89982
|
+
"text": ", "
|
|
89983
|
+
},
|
|
89984
|
+
{
|
|
89985
|
+
"kind": "Reference",
|
|
89986
|
+
"text": "VendorGetters",
|
|
89987
|
+
"canonicalReference": "@empathyco/x-components!VendorGetters:interface"
|
|
89988
|
+
},
|
|
89989
|
+
{
|
|
89990
|
+
"kind": "Content",
|
|
89991
|
+
"text": ", "
|
|
89992
|
+
},
|
|
89993
|
+
{
|
|
89994
|
+
"kind": "Reference",
|
|
89995
|
+
"text": "VendorMutations",
|
|
89996
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations:interface"
|
|
89997
|
+
},
|
|
89998
|
+
{
|
|
89999
|
+
"kind": "Content",
|
|
90000
|
+
"text": ", "
|
|
90001
|
+
},
|
|
90002
|
+
{
|
|
90003
|
+
"kind": "Reference",
|
|
90004
|
+
"text": "VendorActions",
|
|
90005
|
+
"canonicalReference": "@empathyco/x-components!VendorActions:interface"
|
|
90006
|
+
},
|
|
90007
|
+
{
|
|
90008
|
+
"kind": "Content",
|
|
90009
|
+
"text": ">"
|
|
90010
|
+
},
|
|
90011
|
+
{
|
|
90012
|
+
"kind": "Content",
|
|
90013
|
+
"text": ";"
|
|
90014
|
+
}
|
|
90015
|
+
],
|
|
90016
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
90017
|
+
"releaseTag": "Public",
|
|
90018
|
+
"name": "VendorXStoreModule",
|
|
90019
|
+
"typeTokenRange": {
|
|
90020
|
+
"startIndex": 1,
|
|
90021
|
+
"endIndex": 11
|
|
90022
|
+
}
|
|
90023
|
+
},
|
|
90024
|
+
{
|
|
90025
|
+
"kind": "Variable",
|
|
90026
|
+
"canonicalReference": "@empathyco/x-components!vendorXStoreModule:var",
|
|
90027
|
+
"docComment": "",
|
|
90028
|
+
"excerptTokens": [
|
|
90029
|
+
{
|
|
90030
|
+
"kind": "Content",
|
|
90031
|
+
"text": "vendorXStoreModule: "
|
|
90032
|
+
},
|
|
90033
|
+
{
|
|
90034
|
+
"kind": "Reference",
|
|
90035
|
+
"text": "VendorXStoreModule",
|
|
90036
|
+
"canonicalReference": "@empathyco/x-components!VendorXStoreModule:type"
|
|
90037
|
+
}
|
|
90038
|
+
],
|
|
90039
|
+
"fileUrlPath": "src/x-modules/vendor/store/module.ts",
|
|
90040
|
+
"isReadonly": true,
|
|
90041
|
+
"releaseTag": "Public",
|
|
90042
|
+
"name": "vendorXStoreModule",
|
|
90043
|
+
"variableTypeTokenRange": {
|
|
90044
|
+
"startIndex": 1,
|
|
90045
|
+
"endIndex": 2
|
|
90046
|
+
}
|
|
90047
|
+
},
|
|
89340
90048
|
{
|
|
89341
90049
|
"kind": "TypeAlias",
|
|
89342
90050
|
"canonicalReference": "@empathyco/x-components!VueCSSClasses:type",
|
|
@@ -94102,6 +94810,15 @@
|
|
|
94102
94810
|
"text": "AiXEvents",
|
|
94103
94811
|
"canonicalReference": "@empathyco/x-components!AiXEvents:interface"
|
|
94104
94812
|
},
|
|
94813
|
+
{
|
|
94814
|
+
"kind": "Content",
|
|
94815
|
+
"text": ", "
|
|
94816
|
+
},
|
|
94817
|
+
{
|
|
94818
|
+
"kind": "Reference",
|
|
94819
|
+
"text": "VendorXEvents",
|
|
94820
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents:interface"
|
|
94821
|
+
},
|
|
94105
94822
|
{
|
|
94106
94823
|
"kind": "Content",
|
|
94107
94824
|
"text": " "
|
|
@@ -95059,6 +95776,10 @@
|
|
|
95059
95776
|
{
|
|
95060
95777
|
"startIndex": 43,
|
|
95061
95778
|
"endIndex": 44
|
|
95779
|
+
},
|
|
95780
|
+
{
|
|
95781
|
+
"startIndex": 45,
|
|
95782
|
+
"endIndex": 46
|
|
95062
95783
|
}
|
|
95063
95784
|
]
|
|
95064
95785
|
},
|
|
@@ -96450,6 +97171,34 @@
|
|
|
96450
97171
|
"startIndex": 1,
|
|
96451
97172
|
"endIndex": 2
|
|
96452
97173
|
}
|
|
97174
|
+
},
|
|
97175
|
+
{
|
|
97176
|
+
"kind": "PropertySignature",
|
|
97177
|
+
"canonicalReference": "@empathyco/x-components!XModulesTree#vendor:member",
|
|
97178
|
+
"docComment": "",
|
|
97179
|
+
"excerptTokens": [
|
|
97180
|
+
{
|
|
97181
|
+
"kind": "Content",
|
|
97182
|
+
"text": "vendor: "
|
|
97183
|
+
},
|
|
97184
|
+
{
|
|
97185
|
+
"kind": "Reference",
|
|
97186
|
+
"text": "VendorXModule",
|
|
97187
|
+
"canonicalReference": "@empathyco/x-components!VendorXModule:type"
|
|
97188
|
+
},
|
|
97189
|
+
{
|
|
97190
|
+
"kind": "Content",
|
|
97191
|
+
"text": ";"
|
|
97192
|
+
}
|
|
97193
|
+
],
|
|
97194
|
+
"isReadonly": false,
|
|
97195
|
+
"isOptional": false,
|
|
97196
|
+
"releaseTag": "Public",
|
|
97197
|
+
"name": "vendor",
|
|
97198
|
+
"propertyTypeTokenRange": {
|
|
97199
|
+
"startIndex": 1,
|
|
97200
|
+
"endIndex": 2
|
|
97201
|
+
}
|
|
96453
97202
|
}
|
|
96454
97203
|
],
|
|
96455
97204
|
"extendsTokenRanges": []
|