@coveo/atomic 3.59.8 → 3.60.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/custom-elements.json +682 -657
- package/dist/cjs/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.cjs +4 -4
- package/dist/cjs/components/commerce/atomic-commerce-pager/atomic-commerce-pager.cjs +2 -11
- package/dist/cjs/components/common/atomic-agent-stream-of-thought/atomic-agent-stream-of-thought.cjs +40 -10
- package/dist/cjs/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.cjs +37 -4
- package/dist/cjs/components/common/atomic-focus-trap/atomic-focus-trap.cjs +1 -3
- package/dist/cjs/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.cjs +7 -13
- package/dist/cjs/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.cjs +6 -2
- package/dist/cjs/components/common/atomic-modal/atomic-modal.cjs +5 -3
- package/dist/cjs/components/common/generated-answer/generated-answer-controller.cjs +3 -0
- package/dist/cjs/components/common/generated-answer/render-card-header.cjs +22 -13
- package/dist/cjs/components/common/generated-answer/render-conversation-debug-header.cjs +82 -0
- package/dist/cjs/components/common/item-list/item-list-common.cjs +6 -1
- package/dist/cjs/components/common/pager/pager-buttons.cjs +6 -18
- package/dist/cjs/components/common/pager/pager-navigation.cjs +1 -3
- package/dist/cjs/components/common/refine-modal/modal.cjs +2 -2
- package/dist/cjs/components/insight/atomic-insight-pager/atomic-insight-pager.cjs +2 -11
- package/dist/cjs/components/search/atomic-breadbox/atomic-breadbox.cjs +4 -4
- package/dist/cjs/components/search/atomic-generated-answer/atomic-generated-answer.cjs +9 -1
- package/dist/cjs/components/search/atomic-load-more-results/atomic-load-more-results.cjs +13 -2
- package/dist/cjs/components/search/atomic-pager/atomic-pager.cjs +2 -12
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/utils/tailwind.global.tw.css.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.js +4 -4
- package/dist/esm/components/commerce/atomic-commerce-pager/atomic-commerce-pager.js +2 -11
- package/dist/esm/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
- package/dist/esm/components/common/atomic-agent-stream-of-thought/atomic-agent-stream-of-thought.js +40 -10
- package/dist/esm/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.js +38 -5
- package/dist/esm/components/common/atomic-focus-trap/atomic-focus-trap.js +1 -3
- package/dist/esm/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.js +7 -13
- package/dist/esm/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.js +6 -2
- package/dist/esm/components/common/atomic-modal/atomic-modal.js +5 -3
- package/dist/esm/components/common/generated-answer/generated-answer-controller.js +3 -0
- package/dist/esm/components/common/generated-answer/render-card-header.js +23 -14
- package/dist/esm/components/common/generated-answer/render-conversation-debug-header.js +34 -0
- package/dist/esm/components/common/item-list/item-list-common.js +6 -1
- package/dist/esm/components/common/pager/pager-buttons.js +6 -18
- package/dist/esm/components/common/pager/pager-navigation.js +1 -3
- package/dist/esm/components/common/refine-modal/modal.js +2 -2
- package/dist/esm/components/insight/atomic-insight-pager/atomic-insight-pager.js +2 -11
- package/dist/esm/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +1 -1
- package/dist/esm/components/search/atomic-breadbox/atomic-breadbox.js +4 -4
- package/dist/esm/components/search/atomic-generated-answer/atomic-generated-answer.js +9 -1
- package/dist/esm/components/search/atomic-load-more-results/atomic-load-more-results.js +13 -2
- package/dist/esm/components/search/atomic-pager/atomic-pager.js +2 -12
- package/dist/esm/components/search/atomic-search-box/atomic-search-box.js +1 -1
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/utils/tailwind.global.tw.css.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/dist/lang/cs.json +1 -1
- package/dist/lang/da.json +1 -1
- package/dist/lang/de.json +1 -1
- package/dist/lang/dev.json +1 -1
- package/dist/lang/el.json +1 -1
- package/dist/lang/en.json +1 -1
- package/dist/lang/es.json +1 -1
- package/dist/lang/fi.json +1 -1
- package/dist/lang/fr.json +1 -1
- package/dist/lang/hu.json +1 -1
- package/dist/lang/id.json +1 -1
- package/dist/lang/it.json +1 -1
- package/dist/lang/ja.json +1 -1
- package/dist/lang/ko.json +1 -1
- package/dist/lang/nl.json +1 -1
- package/dist/lang/no.json +1 -1
- package/dist/lang/pl.json +1 -1
- package/dist/lang/pt-BR.json +1 -1
- package/dist/lang/pt.json +1 -1
- package/dist/lang/ru.json +1 -1
- package/dist/lang/sv.json +1 -1
- package/dist/lang/th.json +1 -1
- package/dist/lang/tr.json +1 -1
- package/dist/lang/zh-CN.json +1 -1
- package/dist/lang/zh-TW.json +1 -1
- package/dist/lang/zh.json +1 -1
- package/dist/types/components/commerce/atomic-commerce-pager/atomic-commerce-pager.d.ts +0 -2
- package/dist/types/components/common/atomic-agent-stream-of-thought/atomic-agent-stream-of-thought.d.ts +2 -1
- package/dist/types/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.d.ts +2 -0
- package/dist/types/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.d.ts +1 -0
- package/dist/types/components/common/atomic-modal/atomic-modal.d.ts +5 -0
- package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +1 -0
- package/dist/types/components/common/generated-answer/render-card-header.d.ts +2 -0
- package/dist/types/components/common/generated-answer/render-conversation-debug-header.d.ts +8 -0
- package/dist/types/components/common/pager/pager-buttons.d.ts +3 -3
- package/dist/types/components/insight/atomic-insight-pager/atomic-insight-pager.d.ts +0 -2
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +5 -0
- package/dist/types/components/search/atomic-load-more-results/atomic-load-more-results.d.ts +12 -1
- package/dist/types/components/search/atomic-pager/atomic-pager.d.ts +0 -2
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -4271,11 +4271,6 @@
|
|
|
4271
4271
|
"privacy": "protected",
|
|
4272
4272
|
"default": "new AriaLiveRegionController(this, 'atomic-pager')"
|
|
4273
4273
|
},
|
|
4274
|
-
{
|
|
4275
|
-
"kind": "field",
|
|
4276
|
-
"name": "radioGroupName",
|
|
4277
|
-
"privacy": "private"
|
|
4278
|
-
},
|
|
4279
4274
|
{
|
|
4280
4275
|
"kind": "field",
|
|
4281
4276
|
"name": "previousButton",
|
|
@@ -4302,11 +4297,6 @@
|
|
|
4302
4297
|
"name": "initFocusTargets",
|
|
4303
4298
|
"privacy": "private"
|
|
4304
4299
|
},
|
|
4305
|
-
{
|
|
4306
|
-
"kind": "field",
|
|
4307
|
-
"name": "handleFocus",
|
|
4308
|
-
"privacy": "private"
|
|
4309
|
-
},
|
|
4310
4300
|
{
|
|
4311
4301
|
"kind": "method",
|
|
4312
4302
|
"name": "focusOnFirstResultAndScrollToTop",
|
|
@@ -12526,31 +12516,31 @@
|
|
|
12526
12516
|
},
|
|
12527
12517
|
{
|
|
12528
12518
|
"kind": "javascript-module",
|
|
12529
|
-
"path": "src/components/common/atomic-
|
|
12519
|
+
"path": "src/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.ts",
|
|
12530
12520
|
"declarations": [],
|
|
12531
12521
|
"exports": []
|
|
12532
12522
|
},
|
|
12533
12523
|
{
|
|
12534
12524
|
"kind": "javascript-module",
|
|
12535
|
-
"path": "src/components/common/atomic-
|
|
12525
|
+
"path": "src/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.tw.css.ts",
|
|
12536
12526
|
"declarations": [],
|
|
12537
12527
|
"exports": []
|
|
12538
12528
|
},
|
|
12539
12529
|
{
|
|
12540
12530
|
"kind": "javascript-module",
|
|
12541
|
-
"path": "src/components/common/atomic-citation/citation
|
|
12531
|
+
"path": "src/components/common/atomic-citation/atomic-citation.ts",
|
|
12542
12532
|
"declarations": [],
|
|
12543
12533
|
"exports": []
|
|
12544
12534
|
},
|
|
12545
12535
|
{
|
|
12546
12536
|
"kind": "javascript-module",
|
|
12547
|
-
"path": "src/components/common/atomic-
|
|
12537
|
+
"path": "src/components/common/atomic-citation/atomic-citation.tw.css.ts",
|
|
12548
12538
|
"declarations": [],
|
|
12549
12539
|
"exports": []
|
|
12550
12540
|
},
|
|
12551
12541
|
{
|
|
12552
12542
|
"kind": "javascript-module",
|
|
12553
|
-
"path": "src/components/common/atomic-
|
|
12543
|
+
"path": "src/components/common/atomic-citation/citation-anchoring-utils.ts",
|
|
12554
12544
|
"declarations": [],
|
|
12555
12545
|
"exports": []
|
|
12556
12546
|
},
|
|
@@ -14294,6 +14284,12 @@
|
|
|
14294
14284
|
"declarations": [],
|
|
14295
14285
|
"exports": []
|
|
14296
14286
|
},
|
|
14287
|
+
{
|
|
14288
|
+
"kind": "javascript-module",
|
|
14289
|
+
"path": "src/components/common/generated-answer/render-conversation-debug-header.ts",
|
|
14290
|
+
"declarations": [],
|
|
14291
|
+
"exports": []
|
|
14292
|
+
},
|
|
14297
14293
|
{
|
|
14298
14294
|
"kind": "javascript-module",
|
|
14299
14295
|
"path": "src/components/common/generated-answer/render-custom-no-answer-message.ts",
|
|
@@ -17373,6 +17369,137 @@
|
|
|
17373
17369
|
"declarations": [],
|
|
17374
17370
|
"exports": []
|
|
17375
17371
|
},
|
|
17372
|
+
{
|
|
17373
|
+
"kind": "javascript-module",
|
|
17374
|
+
"path": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts",
|
|
17375
|
+
"declarations": [
|
|
17376
|
+
{
|
|
17377
|
+
"kind": "class",
|
|
17378
|
+
"description": "The `atomic-insight-no-results` component displays search tips when there are no results. Any additional content slotted inside of its element will be displayed as well.",
|
|
17379
|
+
"name": "AtomicInsightNoResults",
|
|
17380
|
+
"cssParts": [
|
|
17381
|
+
{
|
|
17382
|
+
"description": "The text indicating that no results were found for the search.",
|
|
17383
|
+
"name": "no-results"
|
|
17384
|
+
},
|
|
17385
|
+
{
|
|
17386
|
+
"description": "The search tips to help the user correct the query.",
|
|
17387
|
+
"name": "search-tips"
|
|
17388
|
+
},
|
|
17389
|
+
{
|
|
17390
|
+
"description": "The highlighted query.",
|
|
17391
|
+
"name": "highlight"
|
|
17392
|
+
},
|
|
17393
|
+
{
|
|
17394
|
+
"description": "The magnifying glass icon.",
|
|
17395
|
+
"name": "icon"
|
|
17396
|
+
}
|
|
17397
|
+
],
|
|
17398
|
+
"slots": [
|
|
17399
|
+
{
|
|
17400
|
+
"description": "Any additional content slotted inside of its element will be displayed as well.",
|
|
17401
|
+
"name": "default"
|
|
17402
|
+
}
|
|
17403
|
+
],
|
|
17404
|
+
"members": [
|
|
17405
|
+
{
|
|
17406
|
+
"kind": "field",
|
|
17407
|
+
"name": "bindings",
|
|
17408
|
+
"type": {
|
|
17409
|
+
"text": "InsightBindings"
|
|
17410
|
+
},
|
|
17411
|
+
"privacy": "private"
|
|
17412
|
+
},
|
|
17413
|
+
{
|
|
17414
|
+
"kind": "field",
|
|
17415
|
+
"name": "searchStatus",
|
|
17416
|
+
"type": {
|
|
17417
|
+
"text": "SearchStatus"
|
|
17418
|
+
},
|
|
17419
|
+
"privacy": "private"
|
|
17420
|
+
},
|
|
17421
|
+
{
|
|
17422
|
+
"kind": "field",
|
|
17423
|
+
"name": "querySummary",
|
|
17424
|
+
"type": {
|
|
17425
|
+
"text": "QuerySummary"
|
|
17426
|
+
},
|
|
17427
|
+
"privacy": "private"
|
|
17428
|
+
},
|
|
17429
|
+
{
|
|
17430
|
+
"kind": "field",
|
|
17431
|
+
"name": "searchStatusState",
|
|
17432
|
+
"type": {
|
|
17433
|
+
"text": "SearchStatusState"
|
|
17434
|
+
},
|
|
17435
|
+
"privacy": "private"
|
|
17436
|
+
},
|
|
17437
|
+
{
|
|
17438
|
+
"kind": "field",
|
|
17439
|
+
"name": "querySummaryState",
|
|
17440
|
+
"type": {
|
|
17441
|
+
"text": "QuerySummaryState"
|
|
17442
|
+
},
|
|
17443
|
+
"privacy": "private"
|
|
17444
|
+
},
|
|
17445
|
+
{
|
|
17446
|
+
"kind": "field",
|
|
17447
|
+
"name": "error",
|
|
17448
|
+
"type": {
|
|
17449
|
+
"text": "Error"
|
|
17450
|
+
},
|
|
17451
|
+
"privacy": "private"
|
|
17452
|
+
},
|
|
17453
|
+
{
|
|
17454
|
+
"kind": "field",
|
|
17455
|
+
"name": "ariaMessage",
|
|
17456
|
+
"privacy": "protected",
|
|
17457
|
+
"default": "new AriaLiveRegionController(this, 'no-results')"
|
|
17458
|
+
},
|
|
17459
|
+
{
|
|
17460
|
+
"kind": "method",
|
|
17461
|
+
"name": "initialize",
|
|
17462
|
+
"privacy": "public"
|
|
17463
|
+
},
|
|
17464
|
+
{
|
|
17465
|
+
"kind": "method",
|
|
17466
|
+
"name": "renderNoItems",
|
|
17467
|
+
"privacy": "private"
|
|
17468
|
+
},
|
|
17469
|
+
{
|
|
17470
|
+
"kind": "method",
|
|
17471
|
+
"name": "renderSearchTips",
|
|
17472
|
+
"privacy": "private"
|
|
17473
|
+
}
|
|
17474
|
+
],
|
|
17475
|
+
"superclass": {
|
|
17476
|
+
"name": "LitElement",
|
|
17477
|
+
"package": "lit"
|
|
17478
|
+
},
|
|
17479
|
+
"events": [],
|
|
17480
|
+
"tagName": "atomic-insight-no-results",
|
|
17481
|
+
"customElement": true
|
|
17482
|
+
}
|
|
17483
|
+
],
|
|
17484
|
+
"exports": [
|
|
17485
|
+
{
|
|
17486
|
+
"kind": "js",
|
|
17487
|
+
"name": "AtomicInsightNoResults",
|
|
17488
|
+
"declaration": {
|
|
17489
|
+
"name": "AtomicInsightNoResults",
|
|
17490
|
+
"module": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts"
|
|
17491
|
+
}
|
|
17492
|
+
},
|
|
17493
|
+
{
|
|
17494
|
+
"kind": "custom-element-definition",
|
|
17495
|
+
"name": "atomic-insight-no-results",
|
|
17496
|
+
"declaration": {
|
|
17497
|
+
"name": "AtomicInsightNoResults",
|
|
17498
|
+
"module": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts"
|
|
17499
|
+
}
|
|
17500
|
+
}
|
|
17501
|
+
]
|
|
17502
|
+
},
|
|
17376
17503
|
{
|
|
17377
17504
|
"kind": "javascript-module",
|
|
17378
17505
|
"path": "src/components/insight/atomic-insight-numeric-facet/atomic-insight-numeric-facet.ts",
|
|
@@ -18069,137 +18196,6 @@
|
|
|
18069
18196
|
}
|
|
18070
18197
|
]
|
|
18071
18198
|
},
|
|
18072
|
-
{
|
|
18073
|
-
"kind": "javascript-module",
|
|
18074
|
-
"path": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts",
|
|
18075
|
-
"declarations": [
|
|
18076
|
-
{
|
|
18077
|
-
"kind": "class",
|
|
18078
|
-
"description": "The `atomic-insight-no-results` component displays search tips when there are no results. Any additional content slotted inside of its element will be displayed as well.",
|
|
18079
|
-
"name": "AtomicInsightNoResults",
|
|
18080
|
-
"cssParts": [
|
|
18081
|
-
{
|
|
18082
|
-
"description": "The text indicating that no results were found for the search.",
|
|
18083
|
-
"name": "no-results"
|
|
18084
|
-
},
|
|
18085
|
-
{
|
|
18086
|
-
"description": "The search tips to help the user correct the query.",
|
|
18087
|
-
"name": "search-tips"
|
|
18088
|
-
},
|
|
18089
|
-
{
|
|
18090
|
-
"description": "The highlighted query.",
|
|
18091
|
-
"name": "highlight"
|
|
18092
|
-
},
|
|
18093
|
-
{
|
|
18094
|
-
"description": "The magnifying glass icon.",
|
|
18095
|
-
"name": "icon"
|
|
18096
|
-
}
|
|
18097
|
-
],
|
|
18098
|
-
"slots": [
|
|
18099
|
-
{
|
|
18100
|
-
"description": "Any additional content slotted inside of its element will be displayed as well.",
|
|
18101
|
-
"name": "default"
|
|
18102
|
-
}
|
|
18103
|
-
],
|
|
18104
|
-
"members": [
|
|
18105
|
-
{
|
|
18106
|
-
"kind": "field",
|
|
18107
|
-
"name": "bindings",
|
|
18108
|
-
"type": {
|
|
18109
|
-
"text": "InsightBindings"
|
|
18110
|
-
},
|
|
18111
|
-
"privacy": "private"
|
|
18112
|
-
},
|
|
18113
|
-
{
|
|
18114
|
-
"kind": "field",
|
|
18115
|
-
"name": "searchStatus",
|
|
18116
|
-
"type": {
|
|
18117
|
-
"text": "SearchStatus"
|
|
18118
|
-
},
|
|
18119
|
-
"privacy": "private"
|
|
18120
|
-
},
|
|
18121
|
-
{
|
|
18122
|
-
"kind": "field",
|
|
18123
|
-
"name": "querySummary",
|
|
18124
|
-
"type": {
|
|
18125
|
-
"text": "QuerySummary"
|
|
18126
|
-
},
|
|
18127
|
-
"privacy": "private"
|
|
18128
|
-
},
|
|
18129
|
-
{
|
|
18130
|
-
"kind": "field",
|
|
18131
|
-
"name": "searchStatusState",
|
|
18132
|
-
"type": {
|
|
18133
|
-
"text": "SearchStatusState"
|
|
18134
|
-
},
|
|
18135
|
-
"privacy": "private"
|
|
18136
|
-
},
|
|
18137
|
-
{
|
|
18138
|
-
"kind": "field",
|
|
18139
|
-
"name": "querySummaryState",
|
|
18140
|
-
"type": {
|
|
18141
|
-
"text": "QuerySummaryState"
|
|
18142
|
-
},
|
|
18143
|
-
"privacy": "private"
|
|
18144
|
-
},
|
|
18145
|
-
{
|
|
18146
|
-
"kind": "field",
|
|
18147
|
-
"name": "error",
|
|
18148
|
-
"type": {
|
|
18149
|
-
"text": "Error"
|
|
18150
|
-
},
|
|
18151
|
-
"privacy": "private"
|
|
18152
|
-
},
|
|
18153
|
-
{
|
|
18154
|
-
"kind": "field",
|
|
18155
|
-
"name": "ariaMessage",
|
|
18156
|
-
"privacy": "protected",
|
|
18157
|
-
"default": "new AriaLiveRegionController(this, 'no-results')"
|
|
18158
|
-
},
|
|
18159
|
-
{
|
|
18160
|
-
"kind": "method",
|
|
18161
|
-
"name": "initialize",
|
|
18162
|
-
"privacy": "public"
|
|
18163
|
-
},
|
|
18164
|
-
{
|
|
18165
|
-
"kind": "method",
|
|
18166
|
-
"name": "renderNoItems",
|
|
18167
|
-
"privacy": "private"
|
|
18168
|
-
},
|
|
18169
|
-
{
|
|
18170
|
-
"kind": "method",
|
|
18171
|
-
"name": "renderSearchTips",
|
|
18172
|
-
"privacy": "private"
|
|
18173
|
-
}
|
|
18174
|
-
],
|
|
18175
|
-
"superclass": {
|
|
18176
|
-
"name": "LitElement",
|
|
18177
|
-
"package": "lit"
|
|
18178
|
-
},
|
|
18179
|
-
"events": [],
|
|
18180
|
-
"tagName": "atomic-insight-no-results",
|
|
18181
|
-
"customElement": true
|
|
18182
|
-
}
|
|
18183
|
-
],
|
|
18184
|
-
"exports": [
|
|
18185
|
-
{
|
|
18186
|
-
"kind": "js",
|
|
18187
|
-
"name": "AtomicInsightNoResults",
|
|
18188
|
-
"declaration": {
|
|
18189
|
-
"name": "AtomicInsightNoResults",
|
|
18190
|
-
"module": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts"
|
|
18191
|
-
}
|
|
18192
|
-
},
|
|
18193
|
-
{
|
|
18194
|
-
"kind": "custom-element-definition",
|
|
18195
|
-
"name": "atomic-insight-no-results",
|
|
18196
|
-
"declaration": {
|
|
18197
|
-
"name": "AtomicInsightNoResults",
|
|
18198
|
-
"module": "src/components/insight/atomic-insight-no-results/atomic-insight-no-results.ts"
|
|
18199
|
-
}
|
|
18200
|
-
}
|
|
18201
|
-
]
|
|
18202
|
-
},
|
|
18203
18199
|
{
|
|
18204
18200
|
"kind": "javascript-module",
|
|
18205
18201
|
"path": "src/components/insight/atomic-insight-pager/atomic-insight-pager.ts",
|
|
@@ -18308,11 +18304,6 @@
|
|
|
18308
18304
|
"privacy": "protected",
|
|
18309
18305
|
"default": "new AriaLiveRegionController( this, 'atomic-insight-pager' )"
|
|
18310
18306
|
},
|
|
18311
|
-
{
|
|
18312
|
-
"kind": "field",
|
|
18313
|
-
"name": "radioGroupName",
|
|
18314
|
-
"privacy": "private"
|
|
18315
|
-
},
|
|
18316
18307
|
{
|
|
18317
18308
|
"kind": "field",
|
|
18318
18309
|
"name": "previousButton",
|
|
@@ -18339,11 +18330,6 @@
|
|
|
18339
18330
|
"name": "initFocusTargets",
|
|
18340
18331
|
"privacy": "private"
|
|
18341
18332
|
},
|
|
18342
|
-
{
|
|
18343
|
-
"kind": "field",
|
|
18344
|
-
"name": "handleFocus",
|
|
18345
|
-
"privacy": "private"
|
|
18346
|
-
},
|
|
18347
18333
|
{
|
|
18348
18334
|
"kind": "method",
|
|
18349
18335
|
"name": "focusOnFirstResultAndScrollToTop",
|
|
@@ -18515,6 +18501,120 @@
|
|
|
18515
18501
|
}
|
|
18516
18502
|
]
|
|
18517
18503
|
},
|
|
18504
|
+
{
|
|
18505
|
+
"kind": "javascript-module",
|
|
18506
|
+
"path": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts",
|
|
18507
|
+
"declarations": [
|
|
18508
|
+
{
|
|
18509
|
+
"kind": "class",
|
|
18510
|
+
"description": "The `atomic-insight-query-summary` component displays information about the current range of results.\nThis component is used within the Insight Panel interface.",
|
|
18511
|
+
"name": "AtomicInsightQuerySummary",
|
|
18512
|
+
"cssParts": [
|
|
18513
|
+
{
|
|
18514
|
+
"description": "The container for the whole summary.",
|
|
18515
|
+
"name": "container"
|
|
18516
|
+
},
|
|
18517
|
+
{
|
|
18518
|
+
"description": "The summary highlights.",
|
|
18519
|
+
"name": "highlight"
|
|
18520
|
+
},
|
|
18521
|
+
{
|
|
18522
|
+
"description": "The summary highlighted query.",
|
|
18523
|
+
"name": "query"
|
|
18524
|
+
},
|
|
18525
|
+
{
|
|
18526
|
+
"description": "The query summary placeholder used while the search interface is initializing.",
|
|
18527
|
+
"name": "placeholder"
|
|
18528
|
+
}
|
|
18529
|
+
],
|
|
18530
|
+
"members": [
|
|
18531
|
+
{
|
|
18532
|
+
"kind": "field",
|
|
18533
|
+
"name": "bindings",
|
|
18534
|
+
"type": {
|
|
18535
|
+
"text": "InsightBindings"
|
|
18536
|
+
},
|
|
18537
|
+
"privacy": "private"
|
|
18538
|
+
},
|
|
18539
|
+
{
|
|
18540
|
+
"kind": "field",
|
|
18541
|
+
"name": "error",
|
|
18542
|
+
"type": {
|
|
18543
|
+
"text": "Error"
|
|
18544
|
+
},
|
|
18545
|
+
"privacy": "private"
|
|
18546
|
+
},
|
|
18547
|
+
{
|
|
18548
|
+
"kind": "field",
|
|
18549
|
+
"name": "querySummaryState",
|
|
18550
|
+
"type": {
|
|
18551
|
+
"text": "QuerySummaryState"
|
|
18552
|
+
},
|
|
18553
|
+
"privacy": "private"
|
|
18554
|
+
},
|
|
18555
|
+
{
|
|
18556
|
+
"kind": "field",
|
|
18557
|
+
"name": "querySummary",
|
|
18558
|
+
"type": {
|
|
18559
|
+
"text": "QuerySummary"
|
|
18560
|
+
},
|
|
18561
|
+
"privacy": "private"
|
|
18562
|
+
},
|
|
18563
|
+
{
|
|
18564
|
+
"kind": "field",
|
|
18565
|
+
"name": "ariaMessage",
|
|
18566
|
+
"privacy": "protected",
|
|
18567
|
+
"default": "new AriaLiveRegionController(this, 'query-summary')"
|
|
18568
|
+
},
|
|
18569
|
+
{
|
|
18570
|
+
"kind": "method",
|
|
18571
|
+
"name": "initialize",
|
|
18572
|
+
"privacy": "public"
|
|
18573
|
+
},
|
|
18574
|
+
{
|
|
18575
|
+
"kind": "method",
|
|
18576
|
+
"name": "initBindings",
|
|
18577
|
+
"privacy": "private",
|
|
18578
|
+
"inheritedFrom": {
|
|
18579
|
+
"name": "InitializeBindingsMixin",
|
|
18580
|
+
"module": "src/mixins/bindings-mixin.ts"
|
|
18581
|
+
}
|
|
18582
|
+
}
|
|
18583
|
+
],
|
|
18584
|
+
"mixins": [
|
|
18585
|
+
{
|
|
18586
|
+
"name": "InitializeBindingsMixin",
|
|
18587
|
+
"package": "@/src/mixins/bindings-mixin"
|
|
18588
|
+
}
|
|
18589
|
+
],
|
|
18590
|
+
"superclass": {
|
|
18591
|
+
"name": "LitElement",
|
|
18592
|
+
"package": "lit"
|
|
18593
|
+
},
|
|
18594
|
+
"events": [],
|
|
18595
|
+
"tagName": "atomic-insight-query-summary",
|
|
18596
|
+
"customElement": true
|
|
18597
|
+
}
|
|
18598
|
+
],
|
|
18599
|
+
"exports": [
|
|
18600
|
+
{
|
|
18601
|
+
"kind": "js",
|
|
18602
|
+
"name": "AtomicInsightQuerySummary",
|
|
18603
|
+
"declaration": {
|
|
18604
|
+
"name": "AtomicInsightQuerySummary",
|
|
18605
|
+
"module": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts"
|
|
18606
|
+
}
|
|
18607
|
+
},
|
|
18608
|
+
{
|
|
18609
|
+
"kind": "custom-element-definition",
|
|
18610
|
+
"name": "atomic-insight-query-summary",
|
|
18611
|
+
"declaration": {
|
|
18612
|
+
"name": "AtomicInsightQuerySummary",
|
|
18613
|
+
"module": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts"
|
|
18614
|
+
}
|
|
18615
|
+
}
|
|
18616
|
+
]
|
|
18617
|
+
},
|
|
18518
18618
|
{
|
|
18519
18619
|
"kind": "javascript-module",
|
|
18520
18620
|
"path": "src/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.ts",
|
|
@@ -18783,120 +18883,6 @@
|
|
|
18783
18883
|
}
|
|
18784
18884
|
]
|
|
18785
18885
|
},
|
|
18786
|
-
{
|
|
18787
|
-
"kind": "javascript-module",
|
|
18788
|
-
"path": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts",
|
|
18789
|
-
"declarations": [
|
|
18790
|
-
{
|
|
18791
|
-
"kind": "class",
|
|
18792
|
-
"description": "The `atomic-insight-query-summary` component displays information about the current range of results.\nThis component is used within the Insight Panel interface.",
|
|
18793
|
-
"name": "AtomicInsightQuerySummary",
|
|
18794
|
-
"cssParts": [
|
|
18795
|
-
{
|
|
18796
|
-
"description": "The container for the whole summary.",
|
|
18797
|
-
"name": "container"
|
|
18798
|
-
},
|
|
18799
|
-
{
|
|
18800
|
-
"description": "The summary highlights.",
|
|
18801
|
-
"name": "highlight"
|
|
18802
|
-
},
|
|
18803
|
-
{
|
|
18804
|
-
"description": "The summary highlighted query.",
|
|
18805
|
-
"name": "query"
|
|
18806
|
-
},
|
|
18807
|
-
{
|
|
18808
|
-
"description": "The query summary placeholder used while the search interface is initializing.",
|
|
18809
|
-
"name": "placeholder"
|
|
18810
|
-
}
|
|
18811
|
-
],
|
|
18812
|
-
"members": [
|
|
18813
|
-
{
|
|
18814
|
-
"kind": "field",
|
|
18815
|
-
"name": "bindings",
|
|
18816
|
-
"type": {
|
|
18817
|
-
"text": "InsightBindings"
|
|
18818
|
-
},
|
|
18819
|
-
"privacy": "private"
|
|
18820
|
-
},
|
|
18821
|
-
{
|
|
18822
|
-
"kind": "field",
|
|
18823
|
-
"name": "error",
|
|
18824
|
-
"type": {
|
|
18825
|
-
"text": "Error"
|
|
18826
|
-
},
|
|
18827
|
-
"privacy": "private"
|
|
18828
|
-
},
|
|
18829
|
-
{
|
|
18830
|
-
"kind": "field",
|
|
18831
|
-
"name": "querySummaryState",
|
|
18832
|
-
"type": {
|
|
18833
|
-
"text": "QuerySummaryState"
|
|
18834
|
-
},
|
|
18835
|
-
"privacy": "private"
|
|
18836
|
-
},
|
|
18837
|
-
{
|
|
18838
|
-
"kind": "field",
|
|
18839
|
-
"name": "querySummary",
|
|
18840
|
-
"type": {
|
|
18841
|
-
"text": "QuerySummary"
|
|
18842
|
-
},
|
|
18843
|
-
"privacy": "private"
|
|
18844
|
-
},
|
|
18845
|
-
{
|
|
18846
|
-
"kind": "field",
|
|
18847
|
-
"name": "ariaMessage",
|
|
18848
|
-
"privacy": "protected",
|
|
18849
|
-
"default": "new AriaLiveRegionController(this, 'query-summary')"
|
|
18850
|
-
},
|
|
18851
|
-
{
|
|
18852
|
-
"kind": "method",
|
|
18853
|
-
"name": "initialize",
|
|
18854
|
-
"privacy": "public"
|
|
18855
|
-
},
|
|
18856
|
-
{
|
|
18857
|
-
"kind": "method",
|
|
18858
|
-
"name": "initBindings",
|
|
18859
|
-
"privacy": "private",
|
|
18860
|
-
"inheritedFrom": {
|
|
18861
|
-
"name": "InitializeBindingsMixin",
|
|
18862
|
-
"module": "src/mixins/bindings-mixin.ts"
|
|
18863
|
-
}
|
|
18864
|
-
}
|
|
18865
|
-
],
|
|
18866
|
-
"mixins": [
|
|
18867
|
-
{
|
|
18868
|
-
"name": "InitializeBindingsMixin",
|
|
18869
|
-
"package": "@/src/mixins/bindings-mixin"
|
|
18870
|
-
}
|
|
18871
|
-
],
|
|
18872
|
-
"superclass": {
|
|
18873
|
-
"name": "LitElement",
|
|
18874
|
-
"package": "lit"
|
|
18875
|
-
},
|
|
18876
|
-
"events": [],
|
|
18877
|
-
"tagName": "atomic-insight-query-summary",
|
|
18878
|
-
"customElement": true
|
|
18879
|
-
}
|
|
18880
|
-
],
|
|
18881
|
-
"exports": [
|
|
18882
|
-
{
|
|
18883
|
-
"kind": "js",
|
|
18884
|
-
"name": "AtomicInsightQuerySummary",
|
|
18885
|
-
"declaration": {
|
|
18886
|
-
"name": "AtomicInsightQuerySummary",
|
|
18887
|
-
"module": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts"
|
|
18888
|
-
}
|
|
18889
|
-
},
|
|
18890
|
-
{
|
|
18891
|
-
"kind": "custom-element-definition",
|
|
18892
|
-
"name": "atomic-insight-query-summary",
|
|
18893
|
-
"declaration": {
|
|
18894
|
-
"name": "AtomicInsightQuerySummary",
|
|
18895
|
-
"module": "src/components/insight/atomic-insight-query-summary/atomic-insight-query-summary.ts"
|
|
18896
|
-
}
|
|
18897
|
-
}
|
|
18898
|
-
]
|
|
18899
|
-
},
|
|
18900
18886
|
{
|
|
18901
18887
|
"kind": "javascript-module",
|
|
18902
18888
|
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
@@ -19895,149 +19881,6 @@
|
|
|
19895
19881
|
}
|
|
19896
19882
|
]
|
|
19897
19883
|
},
|
|
19898
|
-
{
|
|
19899
|
-
"kind": "javascript-module",
|
|
19900
|
-
"path": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts",
|
|
19901
|
-
"declarations": [
|
|
19902
|
-
{
|
|
19903
|
-
"kind": "class",
|
|
19904
|
-
"description": "The `atomic-insight-result-children-template` component determines the display format of child results within an `atomic-insight-result-children` component.",
|
|
19905
|
-
"name": "AtomicInsightResultChildrenTemplate",
|
|
19906
|
-
"slots": [
|
|
19907
|
-
{
|
|
19908
|
-
"description": "The `<template>` element defining the layout of child results.",
|
|
19909
|
-
"name": "default"
|
|
19910
|
-
}
|
|
19911
|
-
],
|
|
19912
|
-
"members": [
|
|
19913
|
-
{
|
|
19914
|
-
"kind": "field",
|
|
19915
|
-
"name": "error",
|
|
19916
|
-
"type": {
|
|
19917
|
-
"text": "Error"
|
|
19918
|
-
},
|
|
19919
|
-
"privacy": "private"
|
|
19920
|
-
},
|
|
19921
|
-
{
|
|
19922
|
-
"kind": "field",
|
|
19923
|
-
"name": "conditions",
|
|
19924
|
-
"type": {
|
|
19925
|
-
"text": "InsightResultTemplateCondition[]"
|
|
19926
|
-
},
|
|
19927
|
-
"default": "[]",
|
|
19928
|
-
"description": "An array of functions that must each return `true` for this template to apply to a child result.\nSet programmatically before initialization, not via attribute.\n\nFor example, the following targets a template and sets a condition to make it apply only to child results whose `title` contains `singapore`:\n`document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`"
|
|
19929
|
-
},
|
|
19930
|
-
{
|
|
19931
|
-
"kind": "field",
|
|
19932
|
-
"name": "ifDefined",
|
|
19933
|
-
"type": {
|
|
19934
|
-
"text": "string"
|
|
19935
|
-
},
|
|
19936
|
-
"description": "The field that, when defined on a child result, allows this template to be applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are defined:\n`if-defined=\"filetype,sourcetype\"`",
|
|
19937
|
-
"attribute": "if-defined"
|
|
19938
|
-
},
|
|
19939
|
-
{
|
|
19940
|
-
"kind": "field",
|
|
19941
|
-
"name": "ifNotDefined",
|
|
19942
|
-
"type": {
|
|
19943
|
-
"text": "string"
|
|
19944
|
-
},
|
|
19945
|
-
"description": "The field that, when defined on a child result, prevents this template from being applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are NOT defined:\n`if-not-defined=\"filetype,sourcetype\"`",
|
|
19946
|
-
"attribute": "if-not-defined"
|
|
19947
|
-
},
|
|
19948
|
-
{
|
|
19949
|
-
"kind": "field",
|
|
19950
|
-
"name": "mustMatch",
|
|
19951
|
-
"type": {
|
|
19952
|
-
"text": "Record<string, string[]>"
|
|
19953
|
-
},
|
|
19954
|
-
"description": "The field and values that define which child results this template applies to.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` is `lithiummessage` or `YouTubePlaylist`: `must-match-filetype=\"lithiummessage,YouTubePlaylist\"`",
|
|
19955
|
-
"default": "{}"
|
|
19956
|
-
},
|
|
19957
|
-
{
|
|
19958
|
-
"kind": "field",
|
|
19959
|
-
"name": "mustNotMatch",
|
|
19960
|
-
"type": {
|
|
19961
|
-
"text": "Record<string, string[]>"
|
|
19962
|
-
},
|
|
19963
|
-
"description": "The field and values that exclude child results from this template.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` is not `lithiummessage`: `must-not-match-filetype=\"lithiummessage\"`",
|
|
19964
|
-
"default": "{}"
|
|
19965
|
-
},
|
|
19966
|
-
{
|
|
19967
|
-
"kind": "field",
|
|
19968
|
-
"name": "resultTemplateController",
|
|
19969
|
-
"type": {
|
|
19970
|
-
"text": "ResultTemplateController"
|
|
19971
|
-
},
|
|
19972
|
-
"privacy": "private",
|
|
19973
|
-
"default": "new ResultTemplateController( this, validParents )"
|
|
19974
|
-
},
|
|
19975
|
-
{
|
|
19976
|
-
"kind": "method",
|
|
19977
|
-
"name": "getTemplate",
|
|
19978
|
-
"privacy": "public",
|
|
19979
|
-
"return": {
|
|
19980
|
-
"type": {
|
|
19981
|
-
"text": "Promise<InsightResultTemplate<DocumentFragment> | null>"
|
|
19982
|
-
}
|
|
19983
|
-
},
|
|
19984
|
-
"description": "Returns the result template to apply to a child result, based on all defined conditions."
|
|
19985
|
-
}
|
|
19986
|
-
],
|
|
19987
|
-
"attributes": [
|
|
19988
|
-
{
|
|
19989
|
-
"name": "if-defined",
|
|
19990
|
-
"type": {
|
|
19991
|
-
"text": "string"
|
|
19992
|
-
},
|
|
19993
|
-
"description": "The field that, when defined on a child result, allows this template to be applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are defined:\n`if-defined=\"filetype,sourcetype\"`",
|
|
19994
|
-
"fieldName": "ifDefined"
|
|
19995
|
-
},
|
|
19996
|
-
{
|
|
19997
|
-
"name": "if-not-defined",
|
|
19998
|
-
"type": {
|
|
19999
|
-
"text": "string"
|
|
20000
|
-
},
|
|
20001
|
-
"description": "The field that, when defined on a child result, prevents this template from being applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are NOT defined:\n`if-not-defined=\"filetype,sourcetype\"`",
|
|
20002
|
-
"fieldName": "ifNotDefined"
|
|
20003
|
-
},
|
|
20004
|
-
{
|
|
20005
|
-
"name": "must-match",
|
|
20006
|
-
"fieldName": "mustMatch"
|
|
20007
|
-
},
|
|
20008
|
-
{
|
|
20009
|
-
"name": "must-not-match",
|
|
20010
|
-
"fieldName": "mustNotMatch"
|
|
20011
|
-
}
|
|
20012
|
-
],
|
|
20013
|
-
"superclass": {
|
|
20014
|
-
"name": "LitElement",
|
|
20015
|
-
"package": "lit"
|
|
20016
|
-
},
|
|
20017
|
-
"events": [],
|
|
20018
|
-
"tagName": "atomic-insight-result-children-template",
|
|
20019
|
-
"customElement": true
|
|
20020
|
-
}
|
|
20021
|
-
],
|
|
20022
|
-
"exports": [
|
|
20023
|
-
{
|
|
20024
|
-
"kind": "js",
|
|
20025
|
-
"name": "AtomicInsightResultChildrenTemplate",
|
|
20026
|
-
"declaration": {
|
|
20027
|
-
"name": "AtomicInsightResultChildrenTemplate",
|
|
20028
|
-
"module": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts"
|
|
20029
|
-
}
|
|
20030
|
-
},
|
|
20031
|
-
{
|
|
20032
|
-
"kind": "custom-element-definition",
|
|
20033
|
-
"name": "atomic-insight-result-children-template",
|
|
20034
|
-
"declaration": {
|
|
20035
|
-
"name": "AtomicInsightResultChildrenTemplate",
|
|
20036
|
-
"module": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts"
|
|
20037
|
-
}
|
|
20038
|
-
}
|
|
20039
|
-
]
|
|
20040
|
-
},
|
|
20041
19884
|
{
|
|
20042
19885
|
"kind": "javascript-module",
|
|
20043
19886
|
"path": "src/components/insight/atomic-insight-result-children/atomic-insight-result-children.ts",
|
|
@@ -20386,6 +20229,149 @@
|
|
|
20386
20229
|
}
|
|
20387
20230
|
]
|
|
20388
20231
|
},
|
|
20232
|
+
{
|
|
20233
|
+
"kind": "javascript-module",
|
|
20234
|
+
"path": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts",
|
|
20235
|
+
"declarations": [
|
|
20236
|
+
{
|
|
20237
|
+
"kind": "class",
|
|
20238
|
+
"description": "The `atomic-insight-result-children-template` component determines the display format of child results within an `atomic-insight-result-children` component.",
|
|
20239
|
+
"name": "AtomicInsightResultChildrenTemplate",
|
|
20240
|
+
"slots": [
|
|
20241
|
+
{
|
|
20242
|
+
"description": "The `<template>` element defining the layout of child results.",
|
|
20243
|
+
"name": "default"
|
|
20244
|
+
}
|
|
20245
|
+
],
|
|
20246
|
+
"members": [
|
|
20247
|
+
{
|
|
20248
|
+
"kind": "field",
|
|
20249
|
+
"name": "error",
|
|
20250
|
+
"type": {
|
|
20251
|
+
"text": "Error"
|
|
20252
|
+
},
|
|
20253
|
+
"privacy": "private"
|
|
20254
|
+
},
|
|
20255
|
+
{
|
|
20256
|
+
"kind": "field",
|
|
20257
|
+
"name": "conditions",
|
|
20258
|
+
"type": {
|
|
20259
|
+
"text": "InsightResultTemplateCondition[]"
|
|
20260
|
+
},
|
|
20261
|
+
"default": "[]",
|
|
20262
|
+
"description": "An array of functions that must each return `true` for this template to apply to a child result.\nSet programmatically before initialization, not via attribute.\n\nFor example, the following targets a template and sets a condition to make it apply only to child results whose `title` contains `singapore`:\n`document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`"
|
|
20263
|
+
},
|
|
20264
|
+
{
|
|
20265
|
+
"kind": "field",
|
|
20266
|
+
"name": "ifDefined",
|
|
20267
|
+
"type": {
|
|
20268
|
+
"text": "string"
|
|
20269
|
+
},
|
|
20270
|
+
"description": "The field that, when defined on a child result, allows this template to be applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are defined:\n`if-defined=\"filetype,sourcetype\"`",
|
|
20271
|
+
"attribute": "if-defined"
|
|
20272
|
+
},
|
|
20273
|
+
{
|
|
20274
|
+
"kind": "field",
|
|
20275
|
+
"name": "ifNotDefined",
|
|
20276
|
+
"type": {
|
|
20277
|
+
"text": "string"
|
|
20278
|
+
},
|
|
20279
|
+
"description": "The field that, when defined on a child result, prevents this template from being applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are NOT defined:\n`if-not-defined=\"filetype,sourcetype\"`",
|
|
20280
|
+
"attribute": "if-not-defined"
|
|
20281
|
+
},
|
|
20282
|
+
{
|
|
20283
|
+
"kind": "field",
|
|
20284
|
+
"name": "mustMatch",
|
|
20285
|
+
"type": {
|
|
20286
|
+
"text": "Record<string, string[]>"
|
|
20287
|
+
},
|
|
20288
|
+
"description": "The field and values that define which child results this template applies to.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` is `lithiummessage` or `YouTubePlaylist`: `must-match-filetype=\"lithiummessage,YouTubePlaylist\"`",
|
|
20289
|
+
"default": "{}"
|
|
20290
|
+
},
|
|
20291
|
+
{
|
|
20292
|
+
"kind": "field",
|
|
20293
|
+
"name": "mustNotMatch",
|
|
20294
|
+
"type": {
|
|
20295
|
+
"text": "Record<string, string[]>"
|
|
20296
|
+
},
|
|
20297
|
+
"description": "The field and values that exclude child results from this template.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` is not `lithiummessage`: `must-not-match-filetype=\"lithiummessage\"`",
|
|
20298
|
+
"default": "{}"
|
|
20299
|
+
},
|
|
20300
|
+
{
|
|
20301
|
+
"kind": "field",
|
|
20302
|
+
"name": "resultTemplateController",
|
|
20303
|
+
"type": {
|
|
20304
|
+
"text": "ResultTemplateController"
|
|
20305
|
+
},
|
|
20306
|
+
"privacy": "private",
|
|
20307
|
+
"default": "new ResultTemplateController( this, validParents )"
|
|
20308
|
+
},
|
|
20309
|
+
{
|
|
20310
|
+
"kind": "method",
|
|
20311
|
+
"name": "getTemplate",
|
|
20312
|
+
"privacy": "public",
|
|
20313
|
+
"return": {
|
|
20314
|
+
"type": {
|
|
20315
|
+
"text": "Promise<InsightResultTemplate<DocumentFragment> | null>"
|
|
20316
|
+
}
|
|
20317
|
+
},
|
|
20318
|
+
"description": "Returns the result template to apply to a child result, based on all defined conditions."
|
|
20319
|
+
}
|
|
20320
|
+
],
|
|
20321
|
+
"attributes": [
|
|
20322
|
+
{
|
|
20323
|
+
"name": "if-defined",
|
|
20324
|
+
"type": {
|
|
20325
|
+
"text": "string"
|
|
20326
|
+
},
|
|
20327
|
+
"description": "The field that, when defined on a child result, allows this template to be applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are defined:\n`if-defined=\"filetype,sourcetype\"`",
|
|
20328
|
+
"fieldName": "ifDefined"
|
|
20329
|
+
},
|
|
20330
|
+
{
|
|
20331
|
+
"name": "if-not-defined",
|
|
20332
|
+
"type": {
|
|
20333
|
+
"text": "string"
|
|
20334
|
+
},
|
|
20335
|
+
"description": "The field that, when defined on a child result, prevents this template from being applied.\n\nFor example, a template with the following attribute only applies to child results whose `filetype` and `sourcetype` fields are NOT defined:\n`if-not-defined=\"filetype,sourcetype\"`",
|
|
20336
|
+
"fieldName": "ifNotDefined"
|
|
20337
|
+
},
|
|
20338
|
+
{
|
|
20339
|
+
"name": "must-match",
|
|
20340
|
+
"fieldName": "mustMatch"
|
|
20341
|
+
},
|
|
20342
|
+
{
|
|
20343
|
+
"name": "must-not-match",
|
|
20344
|
+
"fieldName": "mustNotMatch"
|
|
20345
|
+
}
|
|
20346
|
+
],
|
|
20347
|
+
"superclass": {
|
|
20348
|
+
"name": "LitElement",
|
|
20349
|
+
"package": "lit"
|
|
20350
|
+
},
|
|
20351
|
+
"events": [],
|
|
20352
|
+
"tagName": "atomic-insight-result-children-template",
|
|
20353
|
+
"customElement": true
|
|
20354
|
+
}
|
|
20355
|
+
],
|
|
20356
|
+
"exports": [
|
|
20357
|
+
{
|
|
20358
|
+
"kind": "js",
|
|
20359
|
+
"name": "AtomicInsightResultChildrenTemplate",
|
|
20360
|
+
"declaration": {
|
|
20361
|
+
"name": "AtomicInsightResultChildrenTemplate",
|
|
20362
|
+
"module": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts"
|
|
20363
|
+
}
|
|
20364
|
+
},
|
|
20365
|
+
{
|
|
20366
|
+
"kind": "custom-element-definition",
|
|
20367
|
+
"name": "atomic-insight-result-children-template",
|
|
20368
|
+
"declaration": {
|
|
20369
|
+
"name": "AtomicInsightResultChildrenTemplate",
|
|
20370
|
+
"module": "src/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.ts"
|
|
20371
|
+
}
|
|
20372
|
+
}
|
|
20373
|
+
]
|
|
20374
|
+
},
|
|
20389
20375
|
{
|
|
20390
20376
|
"kind": "javascript-module",
|
|
20391
20377
|
"path": "src/components/insight/atomic-insight-result-list/atomic-insight-result-list.ts",
|
|
@@ -31848,6 +31834,18 @@
|
|
|
31848
31834
|
{
|
|
31849
31835
|
"description": "The icon displayed in the follow-up submit button.",
|
|
31850
31836
|
"name": "submit-icon"
|
|
31837
|
+
},
|
|
31838
|
+
{
|
|
31839
|
+
"description": "The container below the follow-up input that holds the validation message and character counter.",
|
|
31840
|
+
"name": "input-footer"
|
|
31841
|
+
},
|
|
31842
|
+
{
|
|
31843
|
+
"description": "The validation message shown when the follow-up question exceeds the character limit.",
|
|
31844
|
+
"name": "validation-message"
|
|
31845
|
+
},
|
|
31846
|
+
{
|
|
31847
|
+
"description": "The live character counter displaying the current count out of the maximum allowed.",
|
|
31848
|
+
"name": "character-counter"
|
|
31851
31849
|
}
|
|
31852
31850
|
],
|
|
31853
31851
|
"slots": [
|
|
@@ -32147,6 +32145,18 @@
|
|
|
32147
32145
|
"privacy": "private",
|
|
32148
32146
|
"readonly": true
|
|
32149
32147
|
},
|
|
32148
|
+
{
|
|
32149
|
+
"kind": "field",
|
|
32150
|
+
"name": "isConversationDebugEnabled",
|
|
32151
|
+
"privacy": "private",
|
|
32152
|
+
"readonly": true
|
|
32153
|
+
},
|
|
32154
|
+
{
|
|
32155
|
+
"kind": "field",
|
|
32156
|
+
"name": "followUpConversationId",
|
|
32157
|
+
"privacy": "private",
|
|
32158
|
+
"readonly": true
|
|
32159
|
+
},
|
|
32150
32160
|
{
|
|
32151
32161
|
"kind": "method",
|
|
32152
32162
|
"name": "copyToClipboard",
|
|
@@ -32657,6 +32667,12 @@
|
|
|
32657
32667
|
},
|
|
32658
32668
|
"privacy": "private"
|
|
32659
32669
|
},
|
|
32670
|
+
{
|
|
32671
|
+
"kind": "field",
|
|
32672
|
+
"name": "ariaMessage",
|
|
32673
|
+
"privacy": "private",
|
|
32674
|
+
"default": "new AriaLiveRegionController(this, 'load-more-results')"
|
|
32675
|
+
},
|
|
32660
32676
|
{
|
|
32661
32677
|
"kind": "method",
|
|
32662
32678
|
"name": "initialize",
|
|
@@ -32667,6 +32683,25 @@
|
|
|
32667
32683
|
"name": "onClick",
|
|
32668
32684
|
"privacy": "private"
|
|
32669
32685
|
},
|
|
32686
|
+
{
|
|
32687
|
+
"kind": "method",
|
|
32688
|
+
"name": "announceWhenAllResultsAreLoaded",
|
|
32689
|
+
"privacy": "private",
|
|
32690
|
+
"return": {
|
|
32691
|
+
"type": {
|
|
32692
|
+
"text": "void"
|
|
32693
|
+
}
|
|
32694
|
+
},
|
|
32695
|
+
"parameters": [
|
|
32696
|
+
{
|
|
32697
|
+
"name": "changedProperties",
|
|
32698
|
+
"type": {
|
|
32699
|
+
"text": "PropertyValues"
|
|
32700
|
+
}
|
|
32701
|
+
}
|
|
32702
|
+
],
|
|
32703
|
+
"description": "Announces, through an `aria-live` region, that the last available batch of\nresults has been loaded.\n\nFetching more results keeps the same `searchResponseId`, which lets us\ndistinguish loading the last batch from a brand new search that happens to\nhave no more results available."
|
|
32704
|
+
},
|
|
32670
32705
|
{
|
|
32671
32706
|
"kind": "field",
|
|
32672
32707
|
"name": "shouldRender",
|
|
@@ -34008,11 +34043,6 @@
|
|
|
34008
34043
|
"privacy": "protected",
|
|
34009
34044
|
"default": "new AriaLiveRegionController(this, 'atomic-pager')"
|
|
34010
34045
|
},
|
|
34011
|
-
{
|
|
34012
|
-
"kind": "field",
|
|
34013
|
-
"name": "radioGroupName",
|
|
34014
|
-
"privacy": "private"
|
|
34015
|
-
},
|
|
34016
34046
|
{
|
|
34017
34047
|
"kind": "field",
|
|
34018
34048
|
"name": "previousButton",
|
|
@@ -34039,11 +34069,6 @@
|
|
|
34039
34069
|
"name": "initFocusTargets",
|
|
34040
34070
|
"privacy": "private"
|
|
34041
34071
|
},
|
|
34042
|
-
{
|
|
34043
|
-
"kind": "field",
|
|
34044
|
-
"name": "handleFocus",
|
|
34045
|
-
"privacy": "private"
|
|
34046
|
-
},
|
|
34047
34072
|
{
|
|
34048
34073
|
"kind": "method",
|
|
34049
34074
|
"name": "focusOnFirstResultAndScrollToTop",
|
|
@@ -38517,75 +38542,177 @@
|
|
|
38517
38542
|
"privacy": "public"
|
|
38518
38543
|
},
|
|
38519
38544
|
{
|
|
38520
|
-
"kind": "method",
|
|
38521
|
-
"name": "renderResultHtml",
|
|
38522
|
-
"privacy": "private"
|
|
38523
|
-
},
|
|
38524
|
-
{
|
|
38525
|
-
"kind": "method",
|
|
38526
|
-
"name": "injectStyles",
|
|
38527
|
-
"parameters": [
|
|
38528
|
-
{
|
|
38529
|
-
"name": "dynamicStyles",
|
|
38530
|
-
"optional": true,
|
|
38531
|
-
"type": {
|
|
38532
|
-
"text": "CSSResultGroup"
|
|
38533
|
-
},
|
|
38534
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
38535
|
-
}
|
|
38536
|
-
],
|
|
38537
|
-
"description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
|
|
38538
|
-
"inheritedFrom": {
|
|
38539
|
-
"name": "LightDomMixin",
|
|
38540
|
-
"module": "src/mixins/light-dom.ts"
|
|
38541
|
-
}
|
|
38542
|
-
},
|
|
38543
|
-
{
|
|
38544
|
-
"kind": "method",
|
|
38545
|
-
"name": "getStyleSheet",
|
|
38546
|
-
"privacy": "private",
|
|
38547
|
-
"return": {
|
|
38548
|
-
"type": {
|
|
38549
|
-
"text": "CSSStyleSheet | null"
|
|
38550
|
-
}
|
|
38551
|
-
},
|
|
38552
|
-
"parameters": [
|
|
38553
|
-
{
|
|
38554
|
-
"name": "style",
|
|
38555
|
-
"type": {
|
|
38556
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
38557
|
-
}
|
|
38558
|
-
}
|
|
38559
|
-
],
|
|
38560
|
-
"inheritedFrom": {
|
|
38561
|
-
"name": "LightDomMixin",
|
|
38562
|
-
"module": "src/mixins/light-dom.ts"
|
|
38563
|
-
}
|
|
38564
|
-
}
|
|
38565
|
-
],
|
|
38566
|
-
"attributes": [
|
|
38567
|
-
{
|
|
38568
|
-
"name": "field",
|
|
38545
|
+
"kind": "method",
|
|
38546
|
+
"name": "renderResultHtml",
|
|
38547
|
+
"privacy": "private"
|
|
38548
|
+
},
|
|
38549
|
+
{
|
|
38550
|
+
"kind": "method",
|
|
38551
|
+
"name": "injectStyles",
|
|
38552
|
+
"parameters": [
|
|
38553
|
+
{
|
|
38554
|
+
"name": "dynamicStyles",
|
|
38555
|
+
"optional": true,
|
|
38556
|
+
"type": {
|
|
38557
|
+
"text": "CSSResultGroup"
|
|
38558
|
+
},
|
|
38559
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
38560
|
+
}
|
|
38561
|
+
],
|
|
38562
|
+
"description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
|
|
38563
|
+
"inheritedFrom": {
|
|
38564
|
+
"name": "LightDomMixin",
|
|
38565
|
+
"module": "src/mixins/light-dom.ts"
|
|
38566
|
+
}
|
|
38567
|
+
},
|
|
38568
|
+
{
|
|
38569
|
+
"kind": "method",
|
|
38570
|
+
"name": "getStyleSheet",
|
|
38571
|
+
"privacy": "private",
|
|
38572
|
+
"return": {
|
|
38573
|
+
"type": {
|
|
38574
|
+
"text": "CSSStyleSheet | null"
|
|
38575
|
+
}
|
|
38576
|
+
},
|
|
38577
|
+
"parameters": [
|
|
38578
|
+
{
|
|
38579
|
+
"name": "style",
|
|
38580
|
+
"type": {
|
|
38581
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
38582
|
+
}
|
|
38583
|
+
}
|
|
38584
|
+
],
|
|
38585
|
+
"inheritedFrom": {
|
|
38586
|
+
"name": "LightDomMixin",
|
|
38587
|
+
"module": "src/mixins/light-dom.ts"
|
|
38588
|
+
}
|
|
38589
|
+
}
|
|
38590
|
+
],
|
|
38591
|
+
"attributes": [
|
|
38592
|
+
{
|
|
38593
|
+
"name": "field",
|
|
38594
|
+
"type": {
|
|
38595
|
+
"text": "string"
|
|
38596
|
+
},
|
|
38597
|
+
"description": "The result field which the component should use.\nSearches for the specified field in the property of `Result` then `Result.raw`.\nIf unset, the component will not render.\nIt's important to include the necessary field in the `ResultList` component.",
|
|
38598
|
+
"fieldName": "field"
|
|
38599
|
+
},
|
|
38600
|
+
{
|
|
38601
|
+
"name": "sanitize",
|
|
38602
|
+
"type": {
|
|
38603
|
+
"text": "boolean"
|
|
38604
|
+
},
|
|
38605
|
+
"default": "true",
|
|
38606
|
+
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
38607
|
+
"fieldName": "sanitize"
|
|
38608
|
+
}
|
|
38609
|
+
],
|
|
38610
|
+
"mixins": [
|
|
38611
|
+
{
|
|
38612
|
+
"name": "LightDomMixin",
|
|
38613
|
+
"package": "@/src/mixins/light-dom"
|
|
38614
|
+
}
|
|
38615
|
+
],
|
|
38616
|
+
"superclass": {
|
|
38617
|
+
"name": "LitElement",
|
|
38618
|
+
"package": "lit"
|
|
38619
|
+
},
|
|
38620
|
+
"events": [],
|
|
38621
|
+
"tagName": "atomic-result-html",
|
|
38622
|
+
"customElement": true
|
|
38623
|
+
}
|
|
38624
|
+
],
|
|
38625
|
+
"exports": [
|
|
38626
|
+
{
|
|
38627
|
+
"kind": "js",
|
|
38628
|
+
"name": "AtomicResultHtml",
|
|
38629
|
+
"declaration": {
|
|
38630
|
+
"name": "AtomicResultHtml",
|
|
38631
|
+
"module": "src/components/search/atomic-result-html/atomic-result-html.ts"
|
|
38632
|
+
}
|
|
38633
|
+
},
|
|
38634
|
+
{
|
|
38635
|
+
"kind": "custom-element-definition",
|
|
38636
|
+
"name": "atomic-result-html",
|
|
38637
|
+
"declaration": {
|
|
38638
|
+
"name": "AtomicResultHtml",
|
|
38639
|
+
"module": "src/components/search/atomic-result-html/atomic-result-html.ts"
|
|
38640
|
+
}
|
|
38641
|
+
}
|
|
38642
|
+
]
|
|
38643
|
+
},
|
|
38644
|
+
{
|
|
38645
|
+
"kind": "javascript-module",
|
|
38646
|
+
"path": "src/components/search/atomic-result-icon/atomic-result-icon.ts",
|
|
38647
|
+
"declarations": [
|
|
38648
|
+
{
|
|
38649
|
+
"kind": "class",
|
|
38650
|
+
"description": "The `atomic-result-icon` component outputs the corresponding icon for a given file type.\nThe component searches for a suitable icon, or outputs a generic icon if the search is unsuccessful.",
|
|
38651
|
+
"name": "AtomicResultIcon",
|
|
38652
|
+
"slots": [
|
|
38653
|
+
{
|
|
38654
|
+
"description": "Fallback content to display when no matching icon is found.",
|
|
38655
|
+
"name": "default"
|
|
38656
|
+
}
|
|
38657
|
+
],
|
|
38658
|
+
"members": [
|
|
38659
|
+
{
|
|
38660
|
+
"kind": "field",
|
|
38661
|
+
"name": "license",
|
|
38662
|
+
"type": {
|
|
38663
|
+
"text": "string"
|
|
38664
|
+
},
|
|
38665
|
+
"privacy": "public",
|
|
38666
|
+
"default": "\"Salesforce's specific icons originally from lightning design system (https://www.lightningdesignsystem.com/icons/). Icons licensed under Creative Commons Attribution-NoDerivatives 4.0 (https://github.com/salesforce-ux/design-system).\""
|
|
38667
|
+
},
|
|
38668
|
+
{
|
|
38669
|
+
"kind": "field",
|
|
38670
|
+
"name": "bindings",
|
|
38671
|
+
"type": {
|
|
38672
|
+
"text": "Bindings"
|
|
38673
|
+
},
|
|
38674
|
+
"privacy": "private"
|
|
38675
|
+
},
|
|
38676
|
+
{
|
|
38677
|
+
"kind": "field",
|
|
38678
|
+
"name": "error",
|
|
38679
|
+
"type": {
|
|
38680
|
+
"text": "Error"
|
|
38681
|
+
},
|
|
38682
|
+
"privacy": "private"
|
|
38683
|
+
},
|
|
38684
|
+
{
|
|
38685
|
+
"kind": "field",
|
|
38686
|
+
"name": "resultController",
|
|
38687
|
+
"privacy": "private"
|
|
38688
|
+
},
|
|
38689
|
+
{
|
|
38690
|
+
"kind": "method",
|
|
38691
|
+
"name": "initialize",
|
|
38692
|
+
"privacy": "public"
|
|
38693
|
+
},
|
|
38694
|
+
{
|
|
38695
|
+
"kind": "field",
|
|
38696
|
+
"name": "result",
|
|
38569
38697
|
"type": {
|
|
38570
|
-
"text": "
|
|
38698
|
+
"text": "Result | null"
|
|
38571
38699
|
},
|
|
38572
|
-
"
|
|
38573
|
-
"
|
|
38700
|
+
"privacy": "private",
|
|
38701
|
+
"readonly": true
|
|
38574
38702
|
},
|
|
38575
38703
|
{
|
|
38576
|
-
"
|
|
38704
|
+
"kind": "field",
|
|
38705
|
+
"name": "icon",
|
|
38577
38706
|
"type": {
|
|
38578
|
-
"text": "
|
|
38707
|
+
"text": "string | null"
|
|
38579
38708
|
},
|
|
38580
|
-
"
|
|
38581
|
-
"
|
|
38582
|
-
|
|
38583
|
-
}
|
|
38584
|
-
],
|
|
38585
|
-
"mixins": [
|
|
38709
|
+
"privacy": "private",
|
|
38710
|
+
"readonly": true
|
|
38711
|
+
},
|
|
38586
38712
|
{
|
|
38587
|
-
"
|
|
38588
|
-
"
|
|
38713
|
+
"kind": "method",
|
|
38714
|
+
"name": "renderIcon",
|
|
38715
|
+
"privacy": "private"
|
|
38589
38716
|
}
|
|
38590
38717
|
],
|
|
38591
38718
|
"superclass": {
|
|
@@ -38593,29 +38720,41 @@
|
|
|
38593
38720
|
"package": "lit"
|
|
38594
38721
|
},
|
|
38595
38722
|
"events": [],
|
|
38596
|
-
"tagName": "atomic-result-
|
|
38723
|
+
"tagName": "atomic-result-icon",
|
|
38597
38724
|
"customElement": true
|
|
38598
38725
|
}
|
|
38599
38726
|
],
|
|
38600
38727
|
"exports": [
|
|
38601
38728
|
{
|
|
38602
38729
|
"kind": "js",
|
|
38603
|
-
"name": "
|
|
38730
|
+
"name": "AtomicResultIcon",
|
|
38604
38731
|
"declaration": {
|
|
38605
|
-
"name": "
|
|
38606
|
-
"module": "src/components/search/atomic-result-
|
|
38732
|
+
"name": "AtomicResultIcon",
|
|
38733
|
+
"module": "src/components/search/atomic-result-icon/atomic-result-icon.ts"
|
|
38607
38734
|
}
|
|
38608
38735
|
},
|
|
38609
38736
|
{
|
|
38610
38737
|
"kind": "custom-element-definition",
|
|
38611
|
-
"name": "atomic-result-
|
|
38738
|
+
"name": "atomic-result-icon",
|
|
38612
38739
|
"declaration": {
|
|
38613
|
-
"name": "
|
|
38614
|
-
"module": "src/components/search/atomic-result-
|
|
38740
|
+
"name": "AtomicResultIcon",
|
|
38741
|
+
"module": "src/components/search/atomic-result-icon/atomic-result-icon.ts"
|
|
38615
38742
|
}
|
|
38616
38743
|
}
|
|
38617
38744
|
]
|
|
38618
38745
|
},
|
|
38746
|
+
{
|
|
38747
|
+
"kind": "javascript-module",
|
|
38748
|
+
"path": "src/components/search/atomic-result-icon/file-type-icons.ts",
|
|
38749
|
+
"declarations": [],
|
|
38750
|
+
"exports": []
|
|
38751
|
+
},
|
|
38752
|
+
{
|
|
38753
|
+
"kind": "javascript-module",
|
|
38754
|
+
"path": "src/components/search/atomic-result-icon/object-type-icons.ts",
|
|
38755
|
+
"declarations": [],
|
|
38756
|
+
"exports": []
|
|
38757
|
+
},
|
|
38619
38758
|
{
|
|
38620
38759
|
"kind": "javascript-module",
|
|
38621
38760
|
"path": "src/components/search/atomic-result-image/atomic-result-image.ts",
|
|
@@ -38882,120 +39021,6 @@
|
|
|
38882
39021
|
}
|
|
38883
39022
|
]
|
|
38884
39023
|
},
|
|
38885
|
-
{
|
|
38886
|
-
"kind": "javascript-module",
|
|
38887
|
-
"path": "src/components/search/atomic-result-icon/atomic-result-icon.ts",
|
|
38888
|
-
"declarations": [
|
|
38889
|
-
{
|
|
38890
|
-
"kind": "class",
|
|
38891
|
-
"description": "The `atomic-result-icon` component outputs the corresponding icon for a given file type.\nThe component searches for a suitable icon, or outputs a generic icon if the search is unsuccessful.",
|
|
38892
|
-
"name": "AtomicResultIcon",
|
|
38893
|
-
"slots": [
|
|
38894
|
-
{
|
|
38895
|
-
"description": "Fallback content to display when no matching icon is found.",
|
|
38896
|
-
"name": "default"
|
|
38897
|
-
}
|
|
38898
|
-
],
|
|
38899
|
-
"members": [
|
|
38900
|
-
{
|
|
38901
|
-
"kind": "field",
|
|
38902
|
-
"name": "license",
|
|
38903
|
-
"type": {
|
|
38904
|
-
"text": "string"
|
|
38905
|
-
},
|
|
38906
|
-
"privacy": "public",
|
|
38907
|
-
"default": "\"Salesforce's specific icons originally from lightning design system (https://www.lightningdesignsystem.com/icons/). Icons licensed under Creative Commons Attribution-NoDerivatives 4.0 (https://github.com/salesforce-ux/design-system).\""
|
|
38908
|
-
},
|
|
38909
|
-
{
|
|
38910
|
-
"kind": "field",
|
|
38911
|
-
"name": "bindings",
|
|
38912
|
-
"type": {
|
|
38913
|
-
"text": "Bindings"
|
|
38914
|
-
},
|
|
38915
|
-
"privacy": "private"
|
|
38916
|
-
},
|
|
38917
|
-
{
|
|
38918
|
-
"kind": "field",
|
|
38919
|
-
"name": "error",
|
|
38920
|
-
"type": {
|
|
38921
|
-
"text": "Error"
|
|
38922
|
-
},
|
|
38923
|
-
"privacy": "private"
|
|
38924
|
-
},
|
|
38925
|
-
{
|
|
38926
|
-
"kind": "field",
|
|
38927
|
-
"name": "resultController",
|
|
38928
|
-
"privacy": "private"
|
|
38929
|
-
},
|
|
38930
|
-
{
|
|
38931
|
-
"kind": "method",
|
|
38932
|
-
"name": "initialize",
|
|
38933
|
-
"privacy": "public"
|
|
38934
|
-
},
|
|
38935
|
-
{
|
|
38936
|
-
"kind": "field",
|
|
38937
|
-
"name": "result",
|
|
38938
|
-
"type": {
|
|
38939
|
-
"text": "Result | null"
|
|
38940
|
-
},
|
|
38941
|
-
"privacy": "private",
|
|
38942
|
-
"readonly": true
|
|
38943
|
-
},
|
|
38944
|
-
{
|
|
38945
|
-
"kind": "field",
|
|
38946
|
-
"name": "icon",
|
|
38947
|
-
"type": {
|
|
38948
|
-
"text": "string | null"
|
|
38949
|
-
},
|
|
38950
|
-
"privacy": "private",
|
|
38951
|
-
"readonly": true
|
|
38952
|
-
},
|
|
38953
|
-
{
|
|
38954
|
-
"kind": "method",
|
|
38955
|
-
"name": "renderIcon",
|
|
38956
|
-
"privacy": "private"
|
|
38957
|
-
}
|
|
38958
|
-
],
|
|
38959
|
-
"superclass": {
|
|
38960
|
-
"name": "LitElement",
|
|
38961
|
-
"package": "lit"
|
|
38962
|
-
},
|
|
38963
|
-
"events": [],
|
|
38964
|
-
"tagName": "atomic-result-icon",
|
|
38965
|
-
"customElement": true
|
|
38966
|
-
}
|
|
38967
|
-
],
|
|
38968
|
-
"exports": [
|
|
38969
|
-
{
|
|
38970
|
-
"kind": "js",
|
|
38971
|
-
"name": "AtomicResultIcon",
|
|
38972
|
-
"declaration": {
|
|
38973
|
-
"name": "AtomicResultIcon",
|
|
38974
|
-
"module": "src/components/search/atomic-result-icon/atomic-result-icon.ts"
|
|
38975
|
-
}
|
|
38976
|
-
},
|
|
38977
|
-
{
|
|
38978
|
-
"kind": "custom-element-definition",
|
|
38979
|
-
"name": "atomic-result-icon",
|
|
38980
|
-
"declaration": {
|
|
38981
|
-
"name": "AtomicResultIcon",
|
|
38982
|
-
"module": "src/components/search/atomic-result-icon/atomic-result-icon.ts"
|
|
38983
|
-
}
|
|
38984
|
-
}
|
|
38985
|
-
]
|
|
38986
|
-
},
|
|
38987
|
-
{
|
|
38988
|
-
"kind": "javascript-module",
|
|
38989
|
-
"path": "src/components/search/atomic-result-icon/file-type-icons.ts",
|
|
38990
|
-
"declarations": [],
|
|
38991
|
-
"exports": []
|
|
38992
|
-
},
|
|
38993
|
-
{
|
|
38994
|
-
"kind": "javascript-module",
|
|
38995
|
-
"path": "src/components/search/atomic-result-icon/object-type-icons.ts",
|
|
38996
|
-
"declarations": [],
|
|
38997
|
-
"exports": []
|
|
38998
|
-
},
|
|
38999
39024
|
{
|
|
39000
39025
|
"kind": "javascript-module",
|
|
39001
39026
|
"path": "src/components/search/atomic-result-link/atomic-result-link.ts",
|
|
@@ -48466,37 +48491,37 @@
|
|
|
48466
48491
|
},
|
|
48467
48492
|
{
|
|
48468
48493
|
"kind": "javascript-module",
|
|
48469
|
-
"path": "src/components/
|
|
48494
|
+
"path": "src/components/common/atomic-icon/e2e/atomic-icon.e2e.ts",
|
|
48470
48495
|
"declarations": [],
|
|
48471
48496
|
"exports": []
|
|
48472
48497
|
},
|
|
48473
48498
|
{
|
|
48474
48499
|
"kind": "javascript-module",
|
|
48475
|
-
"path": "src/components/
|
|
48500
|
+
"path": "src/components/common/atomic-icon/e2e/fixture.ts",
|
|
48476
48501
|
"declarations": [],
|
|
48477
48502
|
"exports": []
|
|
48478
48503
|
},
|
|
48479
48504
|
{
|
|
48480
48505
|
"kind": "javascript-module",
|
|
48481
|
-
"path": "src/components/
|
|
48506
|
+
"path": "src/components/common/atomic-icon/e2e/page-object.ts",
|
|
48482
48507
|
"declarations": [],
|
|
48483
48508
|
"exports": []
|
|
48484
48509
|
},
|
|
48485
48510
|
{
|
|
48486
48511
|
"kind": "javascript-module",
|
|
48487
|
-
"path": "src/components/
|
|
48512
|
+
"path": "src/components/commerce/product-template-component-utils/context/fetch-product-context.ts",
|
|
48488
48513
|
"declarations": [],
|
|
48489
48514
|
"exports": []
|
|
48490
48515
|
},
|
|
48491
48516
|
{
|
|
48492
48517
|
"kind": "javascript-module",
|
|
48493
|
-
"path": "src/components/
|
|
48518
|
+
"path": "src/components/commerce/product-template-component-utils/context/interactive-product-context-controller.ts",
|
|
48494
48519
|
"declarations": [],
|
|
48495
48520
|
"exports": []
|
|
48496
48521
|
},
|
|
48497
48522
|
{
|
|
48498
48523
|
"kind": "javascript-module",
|
|
48499
|
-
"path": "src/components/
|
|
48524
|
+
"path": "src/components/commerce/product-template-component-utils/context/product-context-controller.ts",
|
|
48500
48525
|
"declarations": [],
|
|
48501
48526
|
"exports": []
|
|
48502
48527
|
},
|
|
@@ -48681,19 +48706,19 @@
|
|
|
48681
48706
|
},
|
|
48682
48707
|
{
|
|
48683
48708
|
"kind": "javascript-module",
|
|
48684
|
-
"path": "src/components/common/facets/facet-value-
|
|
48709
|
+
"path": "src/components/common/facets/facet-value-link/facet-value-link.ts",
|
|
48685
48710
|
"declarations": [],
|
|
48686
48711
|
"exports": []
|
|
48687
48712
|
},
|
|
48688
48713
|
{
|
|
48689
48714
|
"kind": "javascript-module",
|
|
48690
|
-
"path": "src/components/common/facets/facet-
|
|
48715
|
+
"path": "src/components/common/facets/facet-values-group/facet-values-group.ts",
|
|
48691
48716
|
"declarations": [],
|
|
48692
48717
|
"exports": []
|
|
48693
48718
|
},
|
|
48694
48719
|
{
|
|
48695
48720
|
"kind": "javascript-module",
|
|
48696
|
-
"path": "src/components/common/facets/facet-
|
|
48721
|
+
"path": "src/components/common/facets/facet-value-label-highlight/facet-value-label-highlight.ts",
|
|
48697
48722
|
"declarations": [],
|
|
48698
48723
|
"exports": []
|
|
48699
48724
|
},
|
|
@@ -48999,73 +49024,73 @@
|
|
|
48999
49024
|
},
|
|
49000
49025
|
{
|
|
49001
49026
|
"kind": "javascript-module",
|
|
49002
|
-
"path": "src/components/insight/atomic-insight-
|
|
49027
|
+
"path": "src/components/insight/atomic-insight-generated-answer/e2e/atomic-insight-generated-answer.e2e.ts",
|
|
49003
49028
|
"declarations": [],
|
|
49004
49029
|
"exports": []
|
|
49005
49030
|
},
|
|
49006
49031
|
{
|
|
49007
49032
|
"kind": "javascript-module",
|
|
49008
|
-
"path": "src/components/insight/atomic-insight-
|
|
49033
|
+
"path": "src/components/insight/atomic-insight-generated-answer/e2e/fixture.ts",
|
|
49009
49034
|
"declarations": [],
|
|
49010
49035
|
"exports": []
|
|
49011
49036
|
},
|
|
49012
49037
|
{
|
|
49013
49038
|
"kind": "javascript-module",
|
|
49014
|
-
"path": "src/components/insight/atomic-insight-
|
|
49039
|
+
"path": "src/components/insight/atomic-insight-generated-answer/e2e/page-object.ts",
|
|
49015
49040
|
"declarations": [],
|
|
49016
49041
|
"exports": []
|
|
49017
49042
|
},
|
|
49018
49043
|
{
|
|
49019
49044
|
"kind": "javascript-module",
|
|
49020
|
-
"path": "src/components/insight/atomic-insight-
|
|
49045
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/atomic-insight-interface.e2e.ts",
|
|
49021
49046
|
"declarations": [],
|
|
49022
49047
|
"exports": []
|
|
49023
49048
|
},
|
|
49024
49049
|
{
|
|
49025
49050
|
"kind": "javascript-module",
|
|
49026
|
-
"path": "src/components/insight/atomic-insight-
|
|
49051
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/fixture.ts",
|
|
49027
49052
|
"declarations": [],
|
|
49028
49053
|
"exports": []
|
|
49029
49054
|
},
|
|
49030
49055
|
{
|
|
49031
49056
|
"kind": "javascript-module",
|
|
49032
|
-
"path": "src/components/insight/atomic-insight-
|
|
49057
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/page-object.ts",
|
|
49033
49058
|
"declarations": [],
|
|
49034
49059
|
"exports": []
|
|
49035
49060
|
},
|
|
49036
49061
|
{
|
|
49037
49062
|
"kind": "javascript-module",
|
|
49038
|
-
"path": "src/components/insight/atomic-insight-
|
|
49063
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/atomic-insight-no-results.e2e.ts",
|
|
49039
49064
|
"declarations": [],
|
|
49040
49065
|
"exports": []
|
|
49041
49066
|
},
|
|
49042
49067
|
{
|
|
49043
49068
|
"kind": "javascript-module",
|
|
49044
|
-
"path": "src/components/insight/atomic-insight-
|
|
49069
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/fixture.ts",
|
|
49045
49070
|
"declarations": [],
|
|
49046
49071
|
"exports": []
|
|
49047
49072
|
},
|
|
49048
49073
|
{
|
|
49049
49074
|
"kind": "javascript-module",
|
|
49050
|
-
"path": "src/components/insight/atomic-insight-
|
|
49075
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/page-object.ts",
|
|
49051
49076
|
"declarations": [],
|
|
49052
49077
|
"exports": []
|
|
49053
49078
|
},
|
|
49054
49079
|
{
|
|
49055
49080
|
"kind": "javascript-module",
|
|
49056
|
-
"path": "src/components/insight/atomic-insight-
|
|
49081
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/atomic-insight-numeric-facet.e2e.ts",
|
|
49057
49082
|
"declarations": [],
|
|
49058
49083
|
"exports": []
|
|
49059
49084
|
},
|
|
49060
49085
|
{
|
|
49061
49086
|
"kind": "javascript-module",
|
|
49062
|
-
"path": "src/components/insight/atomic-insight-
|
|
49087
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/fixture.ts",
|
|
49063
49088
|
"declarations": [],
|
|
49064
49089
|
"exports": []
|
|
49065
49090
|
},
|
|
49066
49091
|
{
|
|
49067
49092
|
"kind": "javascript-module",
|
|
49068
|
-
"path": "src/components/insight/atomic-insight-
|
|
49093
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/page-object.ts",
|
|
49069
49094
|
"declarations": [],
|
|
49070
49095
|
"exports": []
|
|
49071
49096
|
},
|
|
@@ -49107,37 +49132,37 @@
|
|
|
49107
49132
|
},
|
|
49108
49133
|
{
|
|
49109
49134
|
"kind": "javascript-module",
|
|
49110
|
-
"path": "src/components/insight/atomic-insight-
|
|
49135
|
+
"path": "src/components/insight/atomic-insight-query-summary/e2e/atomic-insight-query-summary.e2e.ts",
|
|
49111
49136
|
"declarations": [],
|
|
49112
49137
|
"exports": []
|
|
49113
49138
|
},
|
|
49114
49139
|
{
|
|
49115
49140
|
"kind": "javascript-module",
|
|
49116
|
-
"path": "src/components/insight/atomic-insight-
|
|
49141
|
+
"path": "src/components/insight/atomic-insight-query-summary/e2e/fixture.ts",
|
|
49117
49142
|
"declarations": [],
|
|
49118
49143
|
"exports": []
|
|
49119
49144
|
},
|
|
49120
49145
|
{
|
|
49121
49146
|
"kind": "javascript-module",
|
|
49122
|
-
"path": "src/components/insight/atomic-insight-
|
|
49147
|
+
"path": "src/components/insight/atomic-insight-query-summary/e2e/page-object.ts",
|
|
49123
49148
|
"declarations": [],
|
|
49124
49149
|
"exports": []
|
|
49125
49150
|
},
|
|
49126
49151
|
{
|
|
49127
49152
|
"kind": "javascript-module",
|
|
49128
|
-
"path": "src/components/insight/atomic-insight-
|
|
49153
|
+
"path": "src/components/insight/atomic-insight-refine-modal/e2e/atomic-insight-refine-modal.e2e.ts",
|
|
49129
49154
|
"declarations": [],
|
|
49130
49155
|
"exports": []
|
|
49131
49156
|
},
|
|
49132
49157
|
{
|
|
49133
49158
|
"kind": "javascript-module",
|
|
49134
|
-
"path": "src/components/insight/atomic-insight-
|
|
49159
|
+
"path": "src/components/insight/atomic-insight-refine-modal/e2e/fixture.ts",
|
|
49135
49160
|
"declarations": [],
|
|
49136
49161
|
"exports": []
|
|
49137
49162
|
},
|
|
49138
49163
|
{
|
|
49139
49164
|
"kind": "javascript-module",
|
|
49140
|
-
"path": "src/components/insight/atomic-insight-
|
|
49165
|
+
"path": "src/components/insight/atomic-insight-refine-modal/e2e/page-object.ts",
|
|
49141
49166
|
"declarations": [],
|
|
49142
49167
|
"exports": []
|
|
49143
49168
|
},
|
|
@@ -49233,37 +49258,37 @@
|
|
|
49233
49258
|
},
|
|
49234
49259
|
{
|
|
49235
49260
|
"kind": "javascript-module",
|
|
49236
|
-
"path": "src/components/insight/atomic-insight-result-children
|
|
49261
|
+
"path": "src/components/insight/atomic-insight-result-children/e2e/atomic-insight-result-children.e2e.ts",
|
|
49237
49262
|
"declarations": [],
|
|
49238
49263
|
"exports": []
|
|
49239
49264
|
},
|
|
49240
49265
|
{
|
|
49241
49266
|
"kind": "javascript-module",
|
|
49242
|
-
"path": "src/components/insight/atomic-insight-result-children
|
|
49267
|
+
"path": "src/components/insight/atomic-insight-result-children/e2e/fixture.ts",
|
|
49243
49268
|
"declarations": [],
|
|
49244
49269
|
"exports": []
|
|
49245
49270
|
},
|
|
49246
49271
|
{
|
|
49247
49272
|
"kind": "javascript-module",
|
|
49248
|
-
"path": "src/components/insight/atomic-insight-result-children
|
|
49273
|
+
"path": "src/components/insight/atomic-insight-result-children/e2e/page-object.ts",
|
|
49249
49274
|
"declarations": [],
|
|
49250
49275
|
"exports": []
|
|
49251
49276
|
},
|
|
49252
49277
|
{
|
|
49253
49278
|
"kind": "javascript-module",
|
|
49254
|
-
"path": "src/components/insight/atomic-insight-result-children/e2e/atomic-insight-result-children.e2e.ts",
|
|
49279
|
+
"path": "src/components/insight/atomic-insight-result-children-template/e2e/atomic-insight-result-children-template.e2e.ts",
|
|
49255
49280
|
"declarations": [],
|
|
49256
49281
|
"exports": []
|
|
49257
49282
|
},
|
|
49258
49283
|
{
|
|
49259
49284
|
"kind": "javascript-module",
|
|
49260
|
-
"path": "src/components/insight/atomic-insight-result-children/e2e/fixture.ts",
|
|
49285
|
+
"path": "src/components/insight/atomic-insight-result-children-template/e2e/fixture.ts",
|
|
49261
49286
|
"declarations": [],
|
|
49262
49287
|
"exports": []
|
|
49263
49288
|
},
|
|
49264
49289
|
{
|
|
49265
49290
|
"kind": "javascript-module",
|
|
49266
|
-
"path": "src/components/insight/atomic-insight-result-children/e2e/page-object.ts",
|
|
49291
|
+
"path": "src/components/insight/atomic-insight-result-children-template/e2e/page-object.ts",
|
|
49267
49292
|
"declarations": [],
|
|
49268
49293
|
"exports": []
|
|
49269
49294
|
},
|
|
@@ -49791,37 +49816,37 @@
|
|
|
49791
49816
|
},
|
|
49792
49817
|
{
|
|
49793
49818
|
"kind": "javascript-module",
|
|
49794
|
-
"path": "src/components/search/atomic-
|
|
49819
|
+
"path": "src/components/search/atomic-folded-result-list/e2e/atomic-folded-result-list.e2e.ts",
|
|
49795
49820
|
"declarations": [],
|
|
49796
49821
|
"exports": []
|
|
49797
49822
|
},
|
|
49798
49823
|
{
|
|
49799
49824
|
"kind": "javascript-module",
|
|
49800
|
-
"path": "src/components/search/atomic-
|
|
49825
|
+
"path": "src/components/search/atomic-folded-result-list/e2e/fixture.ts",
|
|
49801
49826
|
"declarations": [],
|
|
49802
49827
|
"exports": []
|
|
49803
49828
|
},
|
|
49804
49829
|
{
|
|
49805
49830
|
"kind": "javascript-module",
|
|
49806
|
-
"path": "src/components/search/atomic-
|
|
49831
|
+
"path": "src/components/search/atomic-folded-result-list/e2e/page-object.ts",
|
|
49807
49832
|
"declarations": [],
|
|
49808
49833
|
"exports": []
|
|
49809
49834
|
},
|
|
49810
49835
|
{
|
|
49811
49836
|
"kind": "javascript-module",
|
|
49812
|
-
"path": "src/components/search/atomic-
|
|
49837
|
+
"path": "src/components/search/atomic-field-condition/e2e/atomic-field-condition.e2e.ts",
|
|
49813
49838
|
"declarations": [],
|
|
49814
49839
|
"exports": []
|
|
49815
49840
|
},
|
|
49816
49841
|
{
|
|
49817
49842
|
"kind": "javascript-module",
|
|
49818
|
-
"path": "src/components/search/atomic-
|
|
49843
|
+
"path": "src/components/search/atomic-field-condition/e2e/fixture.ts",
|
|
49819
49844
|
"declarations": [],
|
|
49820
49845
|
"exports": []
|
|
49821
49846
|
},
|
|
49822
49847
|
{
|
|
49823
49848
|
"kind": "javascript-module",
|
|
49824
|
-
"path": "src/components/search/atomic-
|
|
49849
|
+
"path": "src/components/search/atomic-field-condition/e2e/page-object.ts",
|
|
49825
49850
|
"declarations": [],
|
|
49826
49851
|
"exports": []
|
|
49827
49852
|
},
|
|
@@ -50229,37 +50254,37 @@
|
|
|
50229
50254
|
},
|
|
50230
50255
|
{
|
|
50231
50256
|
"kind": "javascript-module",
|
|
50232
|
-
"path": "src/components/search/atomic-result-
|
|
50257
|
+
"path": "src/components/search/atomic-result-icon/e2e/atomic-result-icon.e2e.ts",
|
|
50233
50258
|
"declarations": [],
|
|
50234
50259
|
"exports": []
|
|
50235
50260
|
},
|
|
50236
50261
|
{
|
|
50237
50262
|
"kind": "javascript-module",
|
|
50238
|
-
"path": "src/components/search/atomic-result-
|
|
50263
|
+
"path": "src/components/search/atomic-result-icon/e2e/fixture.ts",
|
|
50239
50264
|
"declarations": [],
|
|
50240
50265
|
"exports": []
|
|
50241
50266
|
},
|
|
50242
50267
|
{
|
|
50243
50268
|
"kind": "javascript-module",
|
|
50244
|
-
"path": "src/components/search/atomic-result-
|
|
50269
|
+
"path": "src/components/search/atomic-result-icon/e2e/page-object.ts",
|
|
50245
50270
|
"declarations": [],
|
|
50246
50271
|
"exports": []
|
|
50247
50272
|
},
|
|
50248
50273
|
{
|
|
50249
50274
|
"kind": "javascript-module",
|
|
50250
|
-
"path": "src/components/search/atomic-result-
|
|
50275
|
+
"path": "src/components/search/atomic-result-image/e2e/atomic-result-image.e2e.ts",
|
|
50251
50276
|
"declarations": [],
|
|
50252
50277
|
"exports": []
|
|
50253
50278
|
},
|
|
50254
50279
|
{
|
|
50255
50280
|
"kind": "javascript-module",
|
|
50256
|
-
"path": "src/components/search/atomic-result-
|
|
50281
|
+
"path": "src/components/search/atomic-result-image/e2e/fixture.ts",
|
|
50257
50282
|
"declarations": [],
|
|
50258
50283
|
"exports": []
|
|
50259
50284
|
},
|
|
50260
50285
|
{
|
|
50261
50286
|
"kind": "javascript-module",
|
|
50262
|
-
"path": "src/components/search/atomic-result-
|
|
50287
|
+
"path": "src/components/search/atomic-result-image/e2e/page-object.ts",
|
|
50263
50288
|
"declarations": [],
|
|
50264
50289
|
"exports": []
|
|
50265
50290
|
},
|
|
@@ -50355,37 +50380,37 @@
|
|
|
50355
50380
|
},
|
|
50356
50381
|
{
|
|
50357
50382
|
"kind": "javascript-module",
|
|
50358
|
-
"path": "src/components/search/atomic-result-
|
|
50383
|
+
"path": "src/components/search/atomic-result-rating/e2e/atomic-result-rating.e2e.ts",
|
|
50359
50384
|
"declarations": [],
|
|
50360
50385
|
"exports": []
|
|
50361
50386
|
},
|
|
50362
50387
|
{
|
|
50363
50388
|
"kind": "javascript-module",
|
|
50364
|
-
"path": "src/components/search/atomic-result-
|
|
50389
|
+
"path": "src/components/search/atomic-result-rating/e2e/fixture.ts",
|
|
50365
50390
|
"declarations": [],
|
|
50366
50391
|
"exports": []
|
|
50367
50392
|
},
|
|
50368
50393
|
{
|
|
50369
50394
|
"kind": "javascript-module",
|
|
50370
|
-
"path": "src/components/search/atomic-result-
|
|
50395
|
+
"path": "src/components/search/atomic-result-rating/e2e/page-object.ts",
|
|
50371
50396
|
"declarations": [],
|
|
50372
50397
|
"exports": []
|
|
50373
50398
|
},
|
|
50374
50399
|
{
|
|
50375
50400
|
"kind": "javascript-module",
|
|
50376
|
-
"path": "src/components/search/atomic-result-
|
|
50401
|
+
"path": "src/components/search/atomic-result-template/e2e/atomic-result-template.e2e.ts",
|
|
50377
50402
|
"declarations": [],
|
|
50378
50403
|
"exports": []
|
|
50379
50404
|
},
|
|
50380
50405
|
{
|
|
50381
50406
|
"kind": "javascript-module",
|
|
50382
|
-
"path": "src/components/search/atomic-result-
|
|
50407
|
+
"path": "src/components/search/atomic-result-template/e2e/fixture.ts",
|
|
50383
50408
|
"declarations": [],
|
|
50384
50409
|
"exports": []
|
|
50385
50410
|
},
|
|
50386
50411
|
{
|
|
50387
50412
|
"kind": "javascript-module",
|
|
50388
|
-
"path": "src/components/search/atomic-result-
|
|
50413
|
+
"path": "src/components/search/atomic-result-template/e2e/page-object.ts",
|
|
50389
50414
|
"declarations": [],
|
|
50390
50415
|
"exports": []
|
|
50391
50416
|
},
|