@coveo/atomic 3.55.3 → 3.56.2
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 +438 -426
- package/dist/cjs/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.cjs +1 -1
- package/dist/cjs/components/common/atomic-citation/atomic-citation.cjs +1 -1
- package/dist/cjs/components/common/atomic-icon/atomic-icon.cjs +2 -16
- package/dist/cjs/components/common/atomic-icon/fetch-icon.cjs +63 -0
- package/dist/cjs/components/common/search-box/search-text-area.cjs +1 -1
- package/dist/cjs/components/insight/atomic-insight-search-box/atomic-insight-search-box.cjs +1 -1
- package/dist/cjs/components/search/atomic-search-box/atomic-search-box.cjs +1 -1
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/index.cjs +12 -24
- package/dist/cjs/utils/memoize.cjs +63 -0
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
- package/dist/esm/components/common/atomic-citation/atomic-citation.js +1 -1
- package/dist/esm/components/common/atomic-icon/atomic-icon.js +2 -16
- package/dist/esm/components/common/atomic-icon/fetch-icon.js +26 -0
- package/dist/esm/components/common/search-box/search-text-area.js +1 -1
- package/dist/esm/components/insight/atomic-insight-search-box/atomic-insight-search-box.js +1 -1
- 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/index.js +1 -2
- package/dist/esm/utils/memoize.js +29 -0
- package/dist/esm/versions.js +1 -1
- package/dist/types/components/common/atomic-icon/fetch-icon.d.ts +2 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/types/utils/memoize.d.ts +22 -0
- package/package.json +7 -6
package/custom-elements.json
CHANGED
|
@@ -998,6 +998,12 @@
|
|
|
998
998
|
"declarations": [],
|
|
999
999
|
"exports": []
|
|
1000
1000
|
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "javascript-module",
|
|
1003
|
+
"path": "src/utils/memoize.ts",
|
|
1004
|
+
"declarations": [],
|
|
1005
|
+
"exports": []
|
|
1006
|
+
},
|
|
1001
1007
|
{
|
|
1002
1008
|
"kind": "javascript-module",
|
|
1003
1009
|
"path": "src/utils/object-utils.ts",
|
|
@@ -13451,6 +13457,12 @@
|
|
|
13451
13457
|
}
|
|
13452
13458
|
]
|
|
13453
13459
|
},
|
|
13460
|
+
{
|
|
13461
|
+
"kind": "javascript-module",
|
|
13462
|
+
"path": "src/components/common/atomic-icon/fetch-icon.ts",
|
|
13463
|
+
"declarations": [],
|
|
13464
|
+
"exports": []
|
|
13465
|
+
},
|
|
13454
13466
|
{
|
|
13455
13467
|
"kind": "javascript-module",
|
|
13456
13468
|
"path": "src/components/common/atomic-layout-section/atomic-layout-section-utils.ts",
|
|
@@ -14108,6 +14120,12 @@
|
|
|
14108
14120
|
"declarations": [],
|
|
14109
14121
|
"exports": []
|
|
14110
14122
|
},
|
|
14123
|
+
{
|
|
14124
|
+
"kind": "javascript-module",
|
|
14125
|
+
"path": "src/components/common/expandable-text/expandable-text.ts",
|
|
14126
|
+
"declarations": [],
|
|
14127
|
+
"exports": []
|
|
14128
|
+
},
|
|
14111
14129
|
{
|
|
14112
14130
|
"kind": "javascript-module",
|
|
14113
14131
|
"path": "src/components/common/facets/depends-on.ts",
|
|
@@ -14144,18 +14162,6 @@
|
|
|
14144
14162
|
"declarations": [],
|
|
14145
14163
|
"exports": []
|
|
14146
14164
|
},
|
|
14147
|
-
{
|
|
14148
|
-
"kind": "javascript-module",
|
|
14149
|
-
"path": "src/components/common/expandable-text/expandable-text.ts",
|
|
14150
|
-
"declarations": [],
|
|
14151
|
-
"exports": []
|
|
14152
|
-
},
|
|
14153
|
-
{
|
|
14154
|
-
"kind": "javascript-module",
|
|
14155
|
-
"path": "src/components/common/formats/format-common.ts",
|
|
14156
|
-
"declarations": [],
|
|
14157
|
-
"exports": []
|
|
14158
|
-
},
|
|
14159
14165
|
{
|
|
14160
14166
|
"kind": "javascript-module",
|
|
14161
14167
|
"path": "src/components/common/generated-answer/copy-button.ts",
|
|
@@ -14258,6 +14264,12 @@
|
|
|
14258
14264
|
"declarations": [],
|
|
14259
14265
|
"exports": []
|
|
14260
14266
|
},
|
|
14267
|
+
{
|
|
14268
|
+
"kind": "javascript-module",
|
|
14269
|
+
"path": "src/components/common/formats/format-common.ts",
|
|
14270
|
+
"declarations": [],
|
|
14271
|
+
"exports": []
|
|
14272
|
+
},
|
|
14261
14273
|
{
|
|
14262
14274
|
"kind": "javascript-module",
|
|
14263
14275
|
"path": "src/components/common/image-carousel/image-carousel-indicators.ts",
|
|
@@ -14302,67 +14314,67 @@
|
|
|
14302
14314
|
},
|
|
14303
14315
|
{
|
|
14304
14316
|
"kind": "javascript-module",
|
|
14305
|
-
"path": "src/components/common/item-
|
|
14317
|
+
"path": "src/components/common/item-list/display-wrapper.ts",
|
|
14306
14318
|
"declarations": [],
|
|
14307
14319
|
"exports": []
|
|
14308
14320
|
},
|
|
14309
14321
|
{
|
|
14310
14322
|
"kind": "javascript-module",
|
|
14311
|
-
"path": "src/components/common/item-
|
|
14323
|
+
"path": "src/components/common/item-list/fetch-item-context.ts",
|
|
14312
14324
|
"declarations": [],
|
|
14313
14325
|
"exports": []
|
|
14314
14326
|
},
|
|
14315
14327
|
{
|
|
14316
14328
|
"kind": "javascript-module",
|
|
14317
|
-
"path": "src/components/common/item-
|
|
14329
|
+
"path": "src/components/common/item-list/grid-layout.ts",
|
|
14318
14330
|
"declarations": [],
|
|
14319
14331
|
"exports": []
|
|
14320
14332
|
},
|
|
14321
14333
|
{
|
|
14322
14334
|
"kind": "javascript-module",
|
|
14323
|
-
"path": "src/components/common/item-list/
|
|
14335
|
+
"path": "src/components/common/item-list/item-list-common.ts",
|
|
14324
14336
|
"declarations": [],
|
|
14325
14337
|
"exports": []
|
|
14326
14338
|
},
|
|
14327
14339
|
{
|
|
14328
14340
|
"kind": "javascript-module",
|
|
14329
|
-
"path": "src/components/common/item-list/
|
|
14341
|
+
"path": "src/components/common/item-list/item-list.ts",
|
|
14330
14342
|
"declarations": [],
|
|
14331
14343
|
"exports": []
|
|
14332
14344
|
},
|
|
14333
14345
|
{
|
|
14334
14346
|
"kind": "javascript-module",
|
|
14335
|
-
"path": "src/components/common/item-list/
|
|
14347
|
+
"path": "src/components/common/item-list/result-template-provider.ts",
|
|
14336
14348
|
"declarations": [],
|
|
14337
14349
|
"exports": []
|
|
14338
14350
|
},
|
|
14339
14351
|
{
|
|
14340
14352
|
"kind": "javascript-module",
|
|
14341
|
-
"path": "src/components/common/item-list/
|
|
14353
|
+
"path": "src/components/common/item-list/table-layout.ts",
|
|
14342
14354
|
"declarations": [],
|
|
14343
14355
|
"exports": []
|
|
14344
14356
|
},
|
|
14345
14357
|
{
|
|
14346
14358
|
"kind": "javascript-module",
|
|
14347
|
-
"path": "src/components/common/item-list/item
|
|
14359
|
+
"path": "src/components/common/item-list/unfolded-item.ts",
|
|
14348
14360
|
"declarations": [],
|
|
14349
14361
|
"exports": []
|
|
14350
14362
|
},
|
|
14351
14363
|
{
|
|
14352
14364
|
"kind": "javascript-module",
|
|
14353
|
-
"path": "src/components/common/item-
|
|
14365
|
+
"path": "src/components/common/item-link/attributes-slot.ts",
|
|
14354
14366
|
"declarations": [],
|
|
14355
14367
|
"exports": []
|
|
14356
14368
|
},
|
|
14357
14369
|
{
|
|
14358
14370
|
"kind": "javascript-module",
|
|
14359
|
-
"path": "src/components/common/item-
|
|
14371
|
+
"path": "src/components/common/item-link/bind-analytics-to-link.ts",
|
|
14360
14372
|
"declarations": [],
|
|
14361
14373
|
"exports": []
|
|
14362
14374
|
},
|
|
14363
14375
|
{
|
|
14364
14376
|
"kind": "javascript-module",
|
|
14365
|
-
"path": "src/components/common/item-
|
|
14377
|
+
"path": "src/components/common/item-link/item-link.ts",
|
|
14366
14378
|
"declarations": [],
|
|
14367
14379
|
"exports": []
|
|
14368
14380
|
},
|
|
@@ -14560,115 +14572,115 @@
|
|
|
14560
14572
|
},
|
|
14561
14573
|
{
|
|
14562
14574
|
"kind": "javascript-module",
|
|
14563
|
-
"path": "src/components/common/query-
|
|
14575
|
+
"path": "src/components/common/query-error/container.ts",
|
|
14564
14576
|
"declarations": [],
|
|
14565
14577
|
"exports": []
|
|
14566
14578
|
},
|
|
14567
14579
|
{
|
|
14568
14580
|
"kind": "javascript-module",
|
|
14569
|
-
"path": "src/components/common/query-
|
|
14581
|
+
"path": "src/components/common/query-error/description.ts",
|
|
14570
14582
|
"declarations": [],
|
|
14571
14583
|
"exports": []
|
|
14572
14584
|
},
|
|
14573
14585
|
{
|
|
14574
14586
|
"kind": "javascript-module",
|
|
14575
|
-
"path": "src/components/common/query-
|
|
14587
|
+
"path": "src/components/common/query-error/details.ts",
|
|
14576
14588
|
"declarations": [],
|
|
14577
14589
|
"exports": []
|
|
14578
14590
|
},
|
|
14579
14591
|
{
|
|
14580
14592
|
"kind": "javascript-module",
|
|
14581
|
-
"path": "src/components/common/
|
|
14593
|
+
"path": "src/components/common/query-error/icon.ts",
|
|
14582
14594
|
"declarations": [],
|
|
14583
14595
|
"exports": []
|
|
14584
14596
|
},
|
|
14585
14597
|
{
|
|
14586
14598
|
"kind": "javascript-module",
|
|
14587
|
-
"path": "src/components/common/
|
|
14599
|
+
"path": "src/components/common/query-error/known-error-types.ts",
|
|
14588
14600
|
"declarations": [],
|
|
14589
14601
|
"exports": []
|
|
14590
14602
|
},
|
|
14591
14603
|
{
|
|
14592
14604
|
"kind": "javascript-module",
|
|
14593
|
-
"path": "src/components/common/
|
|
14605
|
+
"path": "src/components/common/query-error/link.ts",
|
|
14594
14606
|
"declarations": [],
|
|
14595
14607
|
"exports": []
|
|
14596
14608
|
},
|
|
14597
14609
|
{
|
|
14598
14610
|
"kind": "javascript-module",
|
|
14599
|
-
"path": "src/components/common/
|
|
14611
|
+
"path": "src/components/common/query-error/show-more.ts",
|
|
14600
14612
|
"declarations": [],
|
|
14601
14613
|
"exports": []
|
|
14602
14614
|
},
|
|
14603
14615
|
{
|
|
14604
14616
|
"kind": "javascript-module",
|
|
14605
|
-
"path": "src/components/common/
|
|
14617
|
+
"path": "src/components/common/query-error/title.ts",
|
|
14606
14618
|
"declarations": [],
|
|
14607
14619
|
"exports": []
|
|
14608
14620
|
},
|
|
14609
14621
|
{
|
|
14610
14622
|
"kind": "javascript-module",
|
|
14611
|
-
"path": "src/components/common/
|
|
14623
|
+
"path": "src/components/common/query-error/utils.ts",
|
|
14612
14624
|
"declarations": [],
|
|
14613
14625
|
"exports": []
|
|
14614
14626
|
},
|
|
14615
14627
|
{
|
|
14616
14628
|
"kind": "javascript-module",
|
|
14617
|
-
"path": "src/components/common/
|
|
14629
|
+
"path": "src/components/common/query-summary/container.ts",
|
|
14618
14630
|
"declarations": [],
|
|
14619
14631
|
"exports": []
|
|
14620
14632
|
},
|
|
14621
14633
|
{
|
|
14622
14634
|
"kind": "javascript-module",
|
|
14623
|
-
"path": "src/components/common/query-
|
|
14635
|
+
"path": "src/components/common/query-summary/guard.ts",
|
|
14624
14636
|
"declarations": [],
|
|
14625
14637
|
"exports": []
|
|
14626
14638
|
},
|
|
14627
14639
|
{
|
|
14628
14640
|
"kind": "javascript-module",
|
|
14629
|
-
"path": "src/components/common/query-
|
|
14641
|
+
"path": "src/components/common/query-summary/utils.ts",
|
|
14630
14642
|
"declarations": [],
|
|
14631
14643
|
"exports": []
|
|
14632
14644
|
},
|
|
14633
14645
|
{
|
|
14634
14646
|
"kind": "javascript-module",
|
|
14635
|
-
"path": "src/components/common/
|
|
14647
|
+
"path": "src/components/common/refine-modal/body.ts",
|
|
14636
14648
|
"declarations": [],
|
|
14637
14649
|
"exports": []
|
|
14638
14650
|
},
|
|
14639
14651
|
{
|
|
14640
14652
|
"kind": "javascript-module",
|
|
14641
|
-
"path": "src/components/common/
|
|
14653
|
+
"path": "src/components/common/refine-modal/button.ts",
|
|
14642
14654
|
"declarations": [],
|
|
14643
14655
|
"exports": []
|
|
14644
14656
|
},
|
|
14645
14657
|
{
|
|
14646
14658
|
"kind": "javascript-module",
|
|
14647
|
-
"path": "src/components/common/
|
|
14659
|
+
"path": "src/components/common/refine-modal/cloned-facet-elements.ts",
|
|
14648
14660
|
"declarations": [],
|
|
14649
14661
|
"exports": []
|
|
14650
14662
|
},
|
|
14651
14663
|
{
|
|
14652
14664
|
"kind": "javascript-module",
|
|
14653
|
-
"path": "src/components/common/
|
|
14665
|
+
"path": "src/components/common/refine-modal/filters.ts",
|
|
14654
14666
|
"declarations": [],
|
|
14655
14667
|
"exports": []
|
|
14656
14668
|
},
|
|
14657
14669
|
{
|
|
14658
14670
|
"kind": "javascript-module",
|
|
14659
|
-
"path": "src/components/common/
|
|
14671
|
+
"path": "src/components/common/refine-modal/guard.ts",
|
|
14660
14672
|
"declarations": [],
|
|
14661
14673
|
"exports": []
|
|
14662
14674
|
},
|
|
14663
14675
|
{
|
|
14664
14676
|
"kind": "javascript-module",
|
|
14665
|
-
"path": "src/components/common/
|
|
14677
|
+
"path": "src/components/common/refine-modal/modal.ts",
|
|
14666
14678
|
"declarations": [],
|
|
14667
14679
|
"exports": []
|
|
14668
14680
|
},
|
|
14669
14681
|
{
|
|
14670
14682
|
"kind": "javascript-module",
|
|
14671
|
-
"path": "src/components/common/
|
|
14683
|
+
"path": "src/components/common/refine-modal/sort.ts",
|
|
14672
14684
|
"declarations": [],
|
|
14673
14685
|
"exports": []
|
|
14674
14686
|
},
|
|
@@ -18800,154 +18812,6 @@
|
|
|
18800
18812
|
}
|
|
18801
18813
|
]
|
|
18802
18814
|
},
|
|
18803
|
-
{
|
|
18804
|
-
"kind": "javascript-module",
|
|
18805
|
-
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
18806
|
-
"declarations": [
|
|
18807
|
-
{
|
|
18808
|
-
"kind": "class",
|
|
18809
|
-
"description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
|
|
18810
|
-
"name": "AtomicInsightRefineToggle",
|
|
18811
|
-
"cssParts": [
|
|
18812
|
-
{
|
|
18813
|
-
"description": "The container for the refine toggle button.",
|
|
18814
|
-
"name": "insight-refine-toggle-container"
|
|
18815
|
-
},
|
|
18816
|
-
{
|
|
18817
|
-
"description": "The refine toggle button.",
|
|
18818
|
-
"name": "insight-refine-toggle-button"
|
|
18819
|
-
},
|
|
18820
|
-
{
|
|
18821
|
-
"description": "The filter icon.",
|
|
18822
|
-
"name": "insight-refine-toggle-icon"
|
|
18823
|
-
},
|
|
18824
|
-
{
|
|
18825
|
-
"description": "The badge showing the number of active filters.",
|
|
18826
|
-
"name": "insight-refine-toggle-badge"
|
|
18827
|
-
},
|
|
18828
|
-
{
|
|
18829
|
-
"description": "The placeholder shown while the first request is being executed.",
|
|
18830
|
-
"name": "placeholder"
|
|
18831
|
-
}
|
|
18832
|
-
],
|
|
18833
|
-
"members": [
|
|
18834
|
-
{
|
|
18835
|
-
"kind": "field",
|
|
18836
|
-
"name": "bindings",
|
|
18837
|
-
"type": {
|
|
18838
|
-
"text": "InsightBindings"
|
|
18839
|
-
},
|
|
18840
|
-
"privacy": "private"
|
|
18841
|
-
},
|
|
18842
|
-
{
|
|
18843
|
-
"kind": "field",
|
|
18844
|
-
"name": "error",
|
|
18845
|
-
"type": {
|
|
18846
|
-
"text": "Error"
|
|
18847
|
-
},
|
|
18848
|
-
"privacy": "private"
|
|
18849
|
-
},
|
|
18850
|
-
{
|
|
18851
|
-
"kind": "field",
|
|
18852
|
-
"name": "searchStatus",
|
|
18853
|
-
"type": {
|
|
18854
|
-
"text": "SearchStatus"
|
|
18855
|
-
},
|
|
18856
|
-
"privacy": "private"
|
|
18857
|
-
},
|
|
18858
|
-
{
|
|
18859
|
-
"kind": "field",
|
|
18860
|
-
"name": "breadcrumbManager",
|
|
18861
|
-
"type": {
|
|
18862
|
-
"text": "BreadcrumbManager"
|
|
18863
|
-
},
|
|
18864
|
-
"privacy": "private"
|
|
18865
|
-
},
|
|
18866
|
-
{
|
|
18867
|
-
"kind": "field",
|
|
18868
|
-
"name": "searchStatusState",
|
|
18869
|
-
"type": {
|
|
18870
|
-
"text": "SearchStatusState"
|
|
18871
|
-
},
|
|
18872
|
-
"privacy": "private"
|
|
18873
|
-
},
|
|
18874
|
-
{
|
|
18875
|
-
"kind": "field",
|
|
18876
|
-
"name": "breadcrumbManagerState",
|
|
18877
|
-
"type": {
|
|
18878
|
-
"text": "BreadcrumbManagerState"
|
|
18879
|
-
},
|
|
18880
|
-
"privacy": "private"
|
|
18881
|
-
},
|
|
18882
|
-
{
|
|
18883
|
-
"kind": "field",
|
|
18884
|
-
"name": "modalRef",
|
|
18885
|
-
"type": {
|
|
18886
|
-
"text": "AtomicInsightRefineModal | undefined"
|
|
18887
|
-
},
|
|
18888
|
-
"privacy": "private"
|
|
18889
|
-
},
|
|
18890
|
-
{
|
|
18891
|
-
"kind": "field",
|
|
18892
|
-
"name": "buttonRef",
|
|
18893
|
-
"type": {
|
|
18894
|
-
"text": "HTMLButtonElement | undefined"
|
|
18895
|
-
},
|
|
18896
|
-
"privacy": "private"
|
|
18897
|
-
},
|
|
18898
|
-
{
|
|
18899
|
-
"kind": "field",
|
|
18900
|
-
"name": "numberOfBreadcrumbs",
|
|
18901
|
-
"type": {
|
|
18902
|
-
"text": "number"
|
|
18903
|
-
},
|
|
18904
|
-
"privacy": "private",
|
|
18905
|
-
"readonly": true
|
|
18906
|
-
},
|
|
18907
|
-
{
|
|
18908
|
-
"kind": "method",
|
|
18909
|
-
"name": "initialize",
|
|
18910
|
-
"privacy": "public"
|
|
18911
|
-
},
|
|
18912
|
-
{
|
|
18913
|
-
"kind": "method",
|
|
18914
|
-
"name": "loadModal",
|
|
18915
|
-
"privacy": "private"
|
|
18916
|
-
},
|
|
18917
|
-
{
|
|
18918
|
-
"kind": "method",
|
|
18919
|
-
"name": "enableModal",
|
|
18920
|
-
"privacy": "private"
|
|
18921
|
-
}
|
|
18922
|
-
],
|
|
18923
|
-
"superclass": {
|
|
18924
|
-
"name": "LitElement",
|
|
18925
|
-
"package": "lit"
|
|
18926
|
-
},
|
|
18927
|
-
"events": [],
|
|
18928
|
-
"tagName": "atomic-insight-refine-toggle",
|
|
18929
|
-
"customElement": true
|
|
18930
|
-
}
|
|
18931
|
-
],
|
|
18932
|
-
"exports": [
|
|
18933
|
-
{
|
|
18934
|
-
"kind": "js",
|
|
18935
|
-
"name": "AtomicInsightRefineToggle",
|
|
18936
|
-
"declaration": {
|
|
18937
|
-
"name": "AtomicInsightRefineToggle",
|
|
18938
|
-
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
18939
|
-
}
|
|
18940
|
-
},
|
|
18941
|
-
{
|
|
18942
|
-
"kind": "custom-element-definition",
|
|
18943
|
-
"name": "atomic-insight-refine-toggle",
|
|
18944
|
-
"declaration": {
|
|
18945
|
-
"name": "AtomicInsightRefineToggle",
|
|
18946
|
-
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
18947
|
-
}
|
|
18948
|
-
}
|
|
18949
|
-
]
|
|
18950
|
-
},
|
|
18951
18815
|
{
|
|
18952
18816
|
"kind": "javascript-module",
|
|
18953
18817
|
"path": "src/components/insight/atomic-insight-result/atomic-insight-result.ts",
|
|
@@ -19167,6 +19031,154 @@
|
|
|
19167
19031
|
}
|
|
19168
19032
|
]
|
|
19169
19033
|
},
|
|
19034
|
+
{
|
|
19035
|
+
"kind": "javascript-module",
|
|
19036
|
+
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
19037
|
+
"declarations": [
|
|
19038
|
+
{
|
|
19039
|
+
"kind": "class",
|
|
19040
|
+
"description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
|
|
19041
|
+
"name": "AtomicInsightRefineToggle",
|
|
19042
|
+
"cssParts": [
|
|
19043
|
+
{
|
|
19044
|
+
"description": "The container for the refine toggle button.",
|
|
19045
|
+
"name": "insight-refine-toggle-container"
|
|
19046
|
+
},
|
|
19047
|
+
{
|
|
19048
|
+
"description": "The refine toggle button.",
|
|
19049
|
+
"name": "insight-refine-toggle-button"
|
|
19050
|
+
},
|
|
19051
|
+
{
|
|
19052
|
+
"description": "The filter icon.",
|
|
19053
|
+
"name": "insight-refine-toggle-icon"
|
|
19054
|
+
},
|
|
19055
|
+
{
|
|
19056
|
+
"description": "The badge showing the number of active filters.",
|
|
19057
|
+
"name": "insight-refine-toggle-badge"
|
|
19058
|
+
},
|
|
19059
|
+
{
|
|
19060
|
+
"description": "The placeholder shown while the first request is being executed.",
|
|
19061
|
+
"name": "placeholder"
|
|
19062
|
+
}
|
|
19063
|
+
],
|
|
19064
|
+
"members": [
|
|
19065
|
+
{
|
|
19066
|
+
"kind": "field",
|
|
19067
|
+
"name": "bindings",
|
|
19068
|
+
"type": {
|
|
19069
|
+
"text": "InsightBindings"
|
|
19070
|
+
},
|
|
19071
|
+
"privacy": "private"
|
|
19072
|
+
},
|
|
19073
|
+
{
|
|
19074
|
+
"kind": "field",
|
|
19075
|
+
"name": "error",
|
|
19076
|
+
"type": {
|
|
19077
|
+
"text": "Error"
|
|
19078
|
+
},
|
|
19079
|
+
"privacy": "private"
|
|
19080
|
+
},
|
|
19081
|
+
{
|
|
19082
|
+
"kind": "field",
|
|
19083
|
+
"name": "searchStatus",
|
|
19084
|
+
"type": {
|
|
19085
|
+
"text": "SearchStatus"
|
|
19086
|
+
},
|
|
19087
|
+
"privacy": "private"
|
|
19088
|
+
},
|
|
19089
|
+
{
|
|
19090
|
+
"kind": "field",
|
|
19091
|
+
"name": "breadcrumbManager",
|
|
19092
|
+
"type": {
|
|
19093
|
+
"text": "BreadcrumbManager"
|
|
19094
|
+
},
|
|
19095
|
+
"privacy": "private"
|
|
19096
|
+
},
|
|
19097
|
+
{
|
|
19098
|
+
"kind": "field",
|
|
19099
|
+
"name": "searchStatusState",
|
|
19100
|
+
"type": {
|
|
19101
|
+
"text": "SearchStatusState"
|
|
19102
|
+
},
|
|
19103
|
+
"privacy": "private"
|
|
19104
|
+
},
|
|
19105
|
+
{
|
|
19106
|
+
"kind": "field",
|
|
19107
|
+
"name": "breadcrumbManagerState",
|
|
19108
|
+
"type": {
|
|
19109
|
+
"text": "BreadcrumbManagerState"
|
|
19110
|
+
},
|
|
19111
|
+
"privacy": "private"
|
|
19112
|
+
},
|
|
19113
|
+
{
|
|
19114
|
+
"kind": "field",
|
|
19115
|
+
"name": "modalRef",
|
|
19116
|
+
"type": {
|
|
19117
|
+
"text": "AtomicInsightRefineModal | undefined"
|
|
19118
|
+
},
|
|
19119
|
+
"privacy": "private"
|
|
19120
|
+
},
|
|
19121
|
+
{
|
|
19122
|
+
"kind": "field",
|
|
19123
|
+
"name": "buttonRef",
|
|
19124
|
+
"type": {
|
|
19125
|
+
"text": "HTMLButtonElement | undefined"
|
|
19126
|
+
},
|
|
19127
|
+
"privacy": "private"
|
|
19128
|
+
},
|
|
19129
|
+
{
|
|
19130
|
+
"kind": "field",
|
|
19131
|
+
"name": "numberOfBreadcrumbs",
|
|
19132
|
+
"type": {
|
|
19133
|
+
"text": "number"
|
|
19134
|
+
},
|
|
19135
|
+
"privacy": "private",
|
|
19136
|
+
"readonly": true
|
|
19137
|
+
},
|
|
19138
|
+
{
|
|
19139
|
+
"kind": "method",
|
|
19140
|
+
"name": "initialize",
|
|
19141
|
+
"privacy": "public"
|
|
19142
|
+
},
|
|
19143
|
+
{
|
|
19144
|
+
"kind": "method",
|
|
19145
|
+
"name": "loadModal",
|
|
19146
|
+
"privacy": "private"
|
|
19147
|
+
},
|
|
19148
|
+
{
|
|
19149
|
+
"kind": "method",
|
|
19150
|
+
"name": "enableModal",
|
|
19151
|
+
"privacy": "private"
|
|
19152
|
+
}
|
|
19153
|
+
],
|
|
19154
|
+
"superclass": {
|
|
19155
|
+
"name": "LitElement",
|
|
19156
|
+
"package": "lit"
|
|
19157
|
+
},
|
|
19158
|
+
"events": [],
|
|
19159
|
+
"tagName": "atomic-insight-refine-toggle",
|
|
19160
|
+
"customElement": true
|
|
19161
|
+
}
|
|
19162
|
+
],
|
|
19163
|
+
"exports": [
|
|
19164
|
+
{
|
|
19165
|
+
"kind": "js",
|
|
19166
|
+
"name": "AtomicInsightRefineToggle",
|
|
19167
|
+
"declaration": {
|
|
19168
|
+
"name": "AtomicInsightRefineToggle",
|
|
19169
|
+
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19170
|
+
}
|
|
19171
|
+
},
|
|
19172
|
+
{
|
|
19173
|
+
"kind": "custom-element-definition",
|
|
19174
|
+
"name": "atomic-insight-refine-toggle",
|
|
19175
|
+
"declaration": {
|
|
19176
|
+
"name": "AtomicInsightRefineToggle",
|
|
19177
|
+
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19178
|
+
}
|
|
19179
|
+
}
|
|
19180
|
+
]
|
|
19181
|
+
},
|
|
19170
19182
|
{
|
|
19171
19183
|
"kind": "javascript-module",
|
|
19172
19184
|
"path": "src/components/insight/atomic-insight-result-action/atomic-insight-result-action.ts",
|
|
@@ -21941,12 +21953,6 @@
|
|
|
21941
21953
|
"declarations": [],
|
|
21942
21954
|
"exports": []
|
|
21943
21955
|
},
|
|
21944
|
-
{
|
|
21945
|
-
"kind": "javascript-module",
|
|
21946
|
-
"path": "src/components/insight/atomic-insight-tabs/atomic-insight-tabs.ts",
|
|
21947
|
-
"declarations": [],
|
|
21948
|
-
"exports": []
|
|
21949
|
-
},
|
|
21950
21956
|
{
|
|
21951
21957
|
"kind": "javascript-module",
|
|
21952
21958
|
"path": "src/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.ts",
|
|
@@ -22361,7 +22367,7 @@
|
|
|
22361
22367
|
},
|
|
22362
22368
|
{
|
|
22363
22369
|
"kind": "javascript-module",
|
|
22364
|
-
"path": "src/components/insight/atomic-insight-
|
|
22370
|
+
"path": "src/components/insight/atomic-insight-tabs/atomic-insight-tabs.ts",
|
|
22365
22371
|
"declarations": [],
|
|
22366
22372
|
"exports": []
|
|
22367
22373
|
},
|
|
@@ -22377,6 +22383,12 @@
|
|
|
22377
22383
|
"declarations": [],
|
|
22378
22384
|
"exports": []
|
|
22379
22385
|
},
|
|
22386
|
+
{
|
|
22387
|
+
"kind": "javascript-module",
|
|
22388
|
+
"path": "src/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.ts",
|
|
22389
|
+
"declarations": [],
|
|
22390
|
+
"exports": []
|
|
22391
|
+
},
|
|
22380
22392
|
{
|
|
22381
22393
|
"kind": "javascript-module",
|
|
22382
22394
|
"path": "src/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.ts",
|
|
@@ -40535,194 +40547,6 @@
|
|
|
40535
40547
|
}
|
|
40536
40548
|
]
|
|
40537
40549
|
},
|
|
40538
|
-
{
|
|
40539
|
-
"kind": "javascript-module",
|
|
40540
|
-
"path": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts",
|
|
40541
|
-
"declarations": [
|
|
40542
|
-
{
|
|
40543
|
-
"kind": "class",
|
|
40544
|
-
"description": "This section is intended to display the field that's important for its search criteria\nFor example, in Commerce, a product's price is often more important than the title itself.\n\nBehavior:\n* Has a very large font size.\n* Is the second closest element beneath the title section.",
|
|
40545
|
-
"name": "AtomicResultSectionEmphasized",
|
|
40546
|
-
"mixins": [
|
|
40547
|
-
{
|
|
40548
|
-
"name": "ItemSectionMixin",
|
|
40549
|
-
"package": "@/src/mixins/item-section-mixin"
|
|
40550
|
-
}
|
|
40551
|
-
],
|
|
40552
|
-
"superclass": {
|
|
40553
|
-
"name": "LitElement",
|
|
40554
|
-
"package": "lit"
|
|
40555
|
-
},
|
|
40556
|
-
"tagName": "atomic-result-section-emphasized",
|
|
40557
|
-
"customElement": true,
|
|
40558
|
-
"members": [
|
|
40559
|
-
{
|
|
40560
|
-
"kind": "field",
|
|
40561
|
-
"name": "styles",
|
|
40562
|
-
"static": true,
|
|
40563
|
-
"default": "styles",
|
|
40564
|
-
"inheritedFrom": {
|
|
40565
|
-
"name": "ItemSectionMixin",
|
|
40566
|
-
"module": "src/mixins/item-section-mixin.ts"
|
|
40567
|
-
}
|
|
40568
|
-
},
|
|
40569
|
-
{
|
|
40570
|
-
"kind": "method",
|
|
40571
|
-
"name": "injectStyles",
|
|
40572
|
-
"parameters": [
|
|
40573
|
-
{
|
|
40574
|
-
"name": "dynamicStyles",
|
|
40575
|
-
"optional": true,
|
|
40576
|
-
"type": {
|
|
40577
|
-
"text": "CSSResultGroup"
|
|
40578
|
-
},
|
|
40579
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
40580
|
-
}
|
|
40581
|
-
],
|
|
40582
|
-
"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.",
|
|
40583
|
-
"inheritedFrom": {
|
|
40584
|
-
"name": "LightDomMixin",
|
|
40585
|
-
"module": "src/mixins/light-dom.ts"
|
|
40586
|
-
}
|
|
40587
|
-
},
|
|
40588
|
-
{
|
|
40589
|
-
"kind": "method",
|
|
40590
|
-
"name": "getStyleSheet",
|
|
40591
|
-
"privacy": "private",
|
|
40592
|
-
"return": {
|
|
40593
|
-
"type": {
|
|
40594
|
-
"text": "CSSStyleSheet | null"
|
|
40595
|
-
}
|
|
40596
|
-
},
|
|
40597
|
-
"parameters": [
|
|
40598
|
-
{
|
|
40599
|
-
"name": "style",
|
|
40600
|
-
"type": {
|
|
40601
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40602
|
-
}
|
|
40603
|
-
}
|
|
40604
|
-
],
|
|
40605
|
-
"inheritedFrom": {
|
|
40606
|
-
"name": "LightDomMixin",
|
|
40607
|
-
"module": "src/mixins/light-dom.ts"
|
|
40608
|
-
}
|
|
40609
|
-
}
|
|
40610
|
-
]
|
|
40611
|
-
}
|
|
40612
|
-
],
|
|
40613
|
-
"exports": [
|
|
40614
|
-
{
|
|
40615
|
-
"kind": "js",
|
|
40616
|
-
"name": "AtomicResultSectionEmphasized",
|
|
40617
|
-
"declaration": {
|
|
40618
|
-
"name": "AtomicResultSectionEmphasized",
|
|
40619
|
-
"module": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts"
|
|
40620
|
-
}
|
|
40621
|
-
},
|
|
40622
|
-
{
|
|
40623
|
-
"kind": "custom-element-definition",
|
|
40624
|
-
"name": "atomic-result-section-emphasized",
|
|
40625
|
-
"declaration": {
|
|
40626
|
-
"name": "AtomicResultSectionEmphasized",
|
|
40627
|
-
"module": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts"
|
|
40628
|
-
}
|
|
40629
|
-
}
|
|
40630
|
-
]
|
|
40631
|
-
},
|
|
40632
|
-
{
|
|
40633
|
-
"kind": "javascript-module",
|
|
40634
|
-
"path": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts",
|
|
40635
|
-
"declarations": [
|
|
40636
|
-
{
|
|
40637
|
-
"kind": "class",
|
|
40638
|
-
"description": "This section is intended to render an informative summary of the result's content\n\nBehavior:\n* Has a fixed height of one to three lines, depending on the layout and density.\n* Ellipses overflowing text.\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n* Has a defined CSS `color` property for text.",
|
|
40639
|
-
"name": "AtomicResultSectionExcerpt",
|
|
40640
|
-
"mixins": [
|
|
40641
|
-
{
|
|
40642
|
-
"name": "ItemSectionMixin",
|
|
40643
|
-
"package": "@/src/mixins/item-section-mixin"
|
|
40644
|
-
}
|
|
40645
|
-
],
|
|
40646
|
-
"superclass": {
|
|
40647
|
-
"name": "LitElement",
|
|
40648
|
-
"package": "lit"
|
|
40649
|
-
},
|
|
40650
|
-
"tagName": "atomic-result-section-excerpt",
|
|
40651
|
-
"customElement": true,
|
|
40652
|
-
"members": [
|
|
40653
|
-
{
|
|
40654
|
-
"kind": "field",
|
|
40655
|
-
"name": "styles",
|
|
40656
|
-
"static": true,
|
|
40657
|
-
"default": "styles",
|
|
40658
|
-
"inheritedFrom": {
|
|
40659
|
-
"name": "ItemSectionMixin",
|
|
40660
|
-
"module": "src/mixins/item-section-mixin.ts"
|
|
40661
|
-
}
|
|
40662
|
-
},
|
|
40663
|
-
{
|
|
40664
|
-
"kind": "method",
|
|
40665
|
-
"name": "injectStyles",
|
|
40666
|
-
"parameters": [
|
|
40667
|
-
{
|
|
40668
|
-
"name": "dynamicStyles",
|
|
40669
|
-
"optional": true,
|
|
40670
|
-
"type": {
|
|
40671
|
-
"text": "CSSResultGroup"
|
|
40672
|
-
},
|
|
40673
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
40674
|
-
}
|
|
40675
|
-
],
|
|
40676
|
-
"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.",
|
|
40677
|
-
"inheritedFrom": {
|
|
40678
|
-
"name": "LightDomMixin",
|
|
40679
|
-
"module": "src/mixins/light-dom.ts"
|
|
40680
|
-
}
|
|
40681
|
-
},
|
|
40682
|
-
{
|
|
40683
|
-
"kind": "method",
|
|
40684
|
-
"name": "getStyleSheet",
|
|
40685
|
-
"privacy": "private",
|
|
40686
|
-
"return": {
|
|
40687
|
-
"type": {
|
|
40688
|
-
"text": "CSSStyleSheet | null"
|
|
40689
|
-
}
|
|
40690
|
-
},
|
|
40691
|
-
"parameters": [
|
|
40692
|
-
{
|
|
40693
|
-
"name": "style",
|
|
40694
|
-
"type": {
|
|
40695
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40696
|
-
}
|
|
40697
|
-
}
|
|
40698
|
-
],
|
|
40699
|
-
"inheritedFrom": {
|
|
40700
|
-
"name": "LightDomMixin",
|
|
40701
|
-
"module": "src/mixins/light-dom.ts"
|
|
40702
|
-
}
|
|
40703
|
-
}
|
|
40704
|
-
]
|
|
40705
|
-
}
|
|
40706
|
-
],
|
|
40707
|
-
"exports": [
|
|
40708
|
-
{
|
|
40709
|
-
"kind": "js",
|
|
40710
|
-
"name": "AtomicResultSectionExcerpt",
|
|
40711
|
-
"declaration": {
|
|
40712
|
-
"name": "AtomicResultSectionExcerpt",
|
|
40713
|
-
"module": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts"
|
|
40714
|
-
}
|
|
40715
|
-
},
|
|
40716
|
-
{
|
|
40717
|
-
"kind": "custom-element-definition",
|
|
40718
|
-
"name": "atomic-result-section-excerpt",
|
|
40719
|
-
"declaration": {
|
|
40720
|
-
"name": "AtomicResultSectionExcerpt",
|
|
40721
|
-
"module": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts"
|
|
40722
|
-
}
|
|
40723
|
-
}
|
|
40724
|
-
]
|
|
40725
|
-
},
|
|
40726
40550
|
{
|
|
40727
40551
|
"kind": "javascript-module",
|
|
40728
40552
|
"path": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts",
|
|
@@ -40817,6 +40641,194 @@
|
|
|
40817
40641
|
}
|
|
40818
40642
|
]
|
|
40819
40643
|
},
|
|
40644
|
+
{
|
|
40645
|
+
"kind": "javascript-module",
|
|
40646
|
+
"path": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts",
|
|
40647
|
+
"declarations": [
|
|
40648
|
+
{
|
|
40649
|
+
"kind": "class",
|
|
40650
|
+
"description": "This section is intended to display the field that's important for its search criteria\nFor example, in Commerce, a product's price is often more important than the title itself.\n\nBehavior:\n* Has a very large font size.\n* Is the second closest element beneath the title section.",
|
|
40651
|
+
"name": "AtomicResultSectionEmphasized",
|
|
40652
|
+
"mixins": [
|
|
40653
|
+
{
|
|
40654
|
+
"name": "ItemSectionMixin",
|
|
40655
|
+
"package": "@/src/mixins/item-section-mixin"
|
|
40656
|
+
}
|
|
40657
|
+
],
|
|
40658
|
+
"superclass": {
|
|
40659
|
+
"name": "LitElement",
|
|
40660
|
+
"package": "lit"
|
|
40661
|
+
},
|
|
40662
|
+
"tagName": "atomic-result-section-emphasized",
|
|
40663
|
+
"customElement": true,
|
|
40664
|
+
"members": [
|
|
40665
|
+
{
|
|
40666
|
+
"kind": "field",
|
|
40667
|
+
"name": "styles",
|
|
40668
|
+
"static": true,
|
|
40669
|
+
"default": "styles",
|
|
40670
|
+
"inheritedFrom": {
|
|
40671
|
+
"name": "ItemSectionMixin",
|
|
40672
|
+
"module": "src/mixins/item-section-mixin.ts"
|
|
40673
|
+
}
|
|
40674
|
+
},
|
|
40675
|
+
{
|
|
40676
|
+
"kind": "method",
|
|
40677
|
+
"name": "injectStyles",
|
|
40678
|
+
"parameters": [
|
|
40679
|
+
{
|
|
40680
|
+
"name": "dynamicStyles",
|
|
40681
|
+
"optional": true,
|
|
40682
|
+
"type": {
|
|
40683
|
+
"text": "CSSResultGroup"
|
|
40684
|
+
},
|
|
40685
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
40686
|
+
}
|
|
40687
|
+
],
|
|
40688
|
+
"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.",
|
|
40689
|
+
"inheritedFrom": {
|
|
40690
|
+
"name": "LightDomMixin",
|
|
40691
|
+
"module": "src/mixins/light-dom.ts"
|
|
40692
|
+
}
|
|
40693
|
+
},
|
|
40694
|
+
{
|
|
40695
|
+
"kind": "method",
|
|
40696
|
+
"name": "getStyleSheet",
|
|
40697
|
+
"privacy": "private",
|
|
40698
|
+
"return": {
|
|
40699
|
+
"type": {
|
|
40700
|
+
"text": "CSSStyleSheet | null"
|
|
40701
|
+
}
|
|
40702
|
+
},
|
|
40703
|
+
"parameters": [
|
|
40704
|
+
{
|
|
40705
|
+
"name": "style",
|
|
40706
|
+
"type": {
|
|
40707
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40708
|
+
}
|
|
40709
|
+
}
|
|
40710
|
+
],
|
|
40711
|
+
"inheritedFrom": {
|
|
40712
|
+
"name": "LightDomMixin",
|
|
40713
|
+
"module": "src/mixins/light-dom.ts"
|
|
40714
|
+
}
|
|
40715
|
+
}
|
|
40716
|
+
]
|
|
40717
|
+
}
|
|
40718
|
+
],
|
|
40719
|
+
"exports": [
|
|
40720
|
+
{
|
|
40721
|
+
"kind": "js",
|
|
40722
|
+
"name": "AtomicResultSectionEmphasized",
|
|
40723
|
+
"declaration": {
|
|
40724
|
+
"name": "AtomicResultSectionEmphasized",
|
|
40725
|
+
"module": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts"
|
|
40726
|
+
}
|
|
40727
|
+
},
|
|
40728
|
+
{
|
|
40729
|
+
"kind": "custom-element-definition",
|
|
40730
|
+
"name": "atomic-result-section-emphasized",
|
|
40731
|
+
"declaration": {
|
|
40732
|
+
"name": "AtomicResultSectionEmphasized",
|
|
40733
|
+
"module": "src/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.ts"
|
|
40734
|
+
}
|
|
40735
|
+
}
|
|
40736
|
+
]
|
|
40737
|
+
},
|
|
40738
|
+
{
|
|
40739
|
+
"kind": "javascript-module",
|
|
40740
|
+
"path": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts",
|
|
40741
|
+
"declarations": [
|
|
40742
|
+
{
|
|
40743
|
+
"kind": "class",
|
|
40744
|
+
"description": "This section is intended to render an informative summary of the result's content\n\nBehavior:\n* Has a fixed height of one to three lines, depending on the layout and density.\n* Ellipses overflowing text.\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n* Has a defined CSS `color` property for text.",
|
|
40745
|
+
"name": "AtomicResultSectionExcerpt",
|
|
40746
|
+
"mixins": [
|
|
40747
|
+
{
|
|
40748
|
+
"name": "ItemSectionMixin",
|
|
40749
|
+
"package": "@/src/mixins/item-section-mixin"
|
|
40750
|
+
}
|
|
40751
|
+
],
|
|
40752
|
+
"superclass": {
|
|
40753
|
+
"name": "LitElement",
|
|
40754
|
+
"package": "lit"
|
|
40755
|
+
},
|
|
40756
|
+
"tagName": "atomic-result-section-excerpt",
|
|
40757
|
+
"customElement": true,
|
|
40758
|
+
"members": [
|
|
40759
|
+
{
|
|
40760
|
+
"kind": "field",
|
|
40761
|
+
"name": "styles",
|
|
40762
|
+
"static": true,
|
|
40763
|
+
"default": "styles",
|
|
40764
|
+
"inheritedFrom": {
|
|
40765
|
+
"name": "ItemSectionMixin",
|
|
40766
|
+
"module": "src/mixins/item-section-mixin.ts"
|
|
40767
|
+
}
|
|
40768
|
+
},
|
|
40769
|
+
{
|
|
40770
|
+
"kind": "method",
|
|
40771
|
+
"name": "injectStyles",
|
|
40772
|
+
"parameters": [
|
|
40773
|
+
{
|
|
40774
|
+
"name": "dynamicStyles",
|
|
40775
|
+
"optional": true,
|
|
40776
|
+
"type": {
|
|
40777
|
+
"text": "CSSResultGroup"
|
|
40778
|
+
},
|
|
40779
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
40780
|
+
}
|
|
40781
|
+
],
|
|
40782
|
+
"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.",
|
|
40783
|
+
"inheritedFrom": {
|
|
40784
|
+
"name": "LightDomMixin",
|
|
40785
|
+
"module": "src/mixins/light-dom.ts"
|
|
40786
|
+
}
|
|
40787
|
+
},
|
|
40788
|
+
{
|
|
40789
|
+
"kind": "method",
|
|
40790
|
+
"name": "getStyleSheet",
|
|
40791
|
+
"privacy": "private",
|
|
40792
|
+
"return": {
|
|
40793
|
+
"type": {
|
|
40794
|
+
"text": "CSSStyleSheet | null"
|
|
40795
|
+
}
|
|
40796
|
+
},
|
|
40797
|
+
"parameters": [
|
|
40798
|
+
{
|
|
40799
|
+
"name": "style",
|
|
40800
|
+
"type": {
|
|
40801
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40802
|
+
}
|
|
40803
|
+
}
|
|
40804
|
+
],
|
|
40805
|
+
"inheritedFrom": {
|
|
40806
|
+
"name": "LightDomMixin",
|
|
40807
|
+
"module": "src/mixins/light-dom.ts"
|
|
40808
|
+
}
|
|
40809
|
+
}
|
|
40810
|
+
]
|
|
40811
|
+
}
|
|
40812
|
+
],
|
|
40813
|
+
"exports": [
|
|
40814
|
+
{
|
|
40815
|
+
"kind": "js",
|
|
40816
|
+
"name": "AtomicResultSectionExcerpt",
|
|
40817
|
+
"declaration": {
|
|
40818
|
+
"name": "AtomicResultSectionExcerpt",
|
|
40819
|
+
"module": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts"
|
|
40820
|
+
}
|
|
40821
|
+
},
|
|
40822
|
+
{
|
|
40823
|
+
"kind": "custom-element-definition",
|
|
40824
|
+
"name": "atomic-result-section-excerpt",
|
|
40825
|
+
"declaration": {
|
|
40826
|
+
"name": "AtomicResultSectionExcerpt",
|
|
40827
|
+
"module": "src/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.ts"
|
|
40828
|
+
}
|
|
40829
|
+
}
|
|
40830
|
+
]
|
|
40831
|
+
},
|
|
40820
40832
|
{
|
|
40821
40833
|
"kind": "javascript-module",
|
|
40822
40834
|
"path": "src/components/search/atomic-result-section-title/atomic-result-section-title.ts",
|
|
@@ -47337,37 +47349,37 @@
|
|
|
47337
47349
|
},
|
|
47338
47350
|
{
|
|
47339
47351
|
"kind": "javascript-module",
|
|
47340
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47352
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/atomic-commerce-recommendation-interface.e2e.ts",
|
|
47341
47353
|
"declarations": [],
|
|
47342
47354
|
"exports": []
|
|
47343
47355
|
},
|
|
47344
47356
|
{
|
|
47345
47357
|
"kind": "javascript-module",
|
|
47346
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47358
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/fixture.ts",
|
|
47347
47359
|
"declarations": [],
|
|
47348
47360
|
"exports": []
|
|
47349
47361
|
},
|
|
47350
47362
|
{
|
|
47351
47363
|
"kind": "javascript-module",
|
|
47352
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47364
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/page-object.ts",
|
|
47353
47365
|
"declarations": [],
|
|
47354
47366
|
"exports": []
|
|
47355
47367
|
},
|
|
47356
47368
|
{
|
|
47357
47369
|
"kind": "javascript-module",
|
|
47358
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47370
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts",
|
|
47359
47371
|
"declarations": [],
|
|
47360
47372
|
"exports": []
|
|
47361
47373
|
},
|
|
47362
47374
|
{
|
|
47363
47375
|
"kind": "javascript-module",
|
|
47364
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47376
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/fixture.ts",
|
|
47365
47377
|
"declarations": [],
|
|
47366
47378
|
"exports": []
|
|
47367
47379
|
},
|
|
47368
47380
|
{
|
|
47369
47381
|
"kind": "javascript-module",
|
|
47370
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
47382
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/page-object.ts",
|
|
47371
47383
|
"declarations": [],
|
|
47372
47384
|
"exports": []
|
|
47373
47385
|
},
|
|
@@ -47875,12 +47887,6 @@
|
|
|
47875
47887
|
"declarations": [],
|
|
47876
47888
|
"exports": []
|
|
47877
47889
|
},
|
|
47878
|
-
{
|
|
47879
|
-
"kind": "javascript-module",
|
|
47880
|
-
"path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
|
|
47881
|
-
"declarations": [],
|
|
47882
|
-
"exports": []
|
|
47883
|
-
},
|
|
47884
47890
|
{
|
|
47885
47891
|
"kind": "javascript-module",
|
|
47886
47892
|
"path": "src/components/common/facets/facet-search/facet-search-aria-live.ts",
|
|
@@ -47923,6 +47929,12 @@
|
|
|
47923
47929
|
"declarations": [],
|
|
47924
47930
|
"exports": []
|
|
47925
47931
|
},
|
|
47932
|
+
{
|
|
47933
|
+
"kind": "javascript-module",
|
|
47934
|
+
"path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
|
|
47935
|
+
"declarations": [],
|
|
47936
|
+
"exports": []
|
|
47937
|
+
},
|
|
47926
47938
|
{
|
|
47927
47939
|
"kind": "javascript-module",
|
|
47928
47940
|
"path": "src/components/common/facets/facet-value/facet-value.ts",
|
|
@@ -48303,73 +48315,73 @@
|
|
|
48303
48315
|
},
|
|
48304
48316
|
{
|
|
48305
48317
|
"kind": "javascript-module",
|
|
48306
|
-
"path": "src/components/insight/atomic-insight-
|
|
48318
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/atomic-insight-no-results.e2e.ts",
|
|
48307
48319
|
"declarations": [],
|
|
48308
48320
|
"exports": []
|
|
48309
48321
|
},
|
|
48310
48322
|
{
|
|
48311
48323
|
"kind": "javascript-module",
|
|
48312
|
-
"path": "src/components/insight/atomic-insight-
|
|
48324
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/fixture.ts",
|
|
48313
48325
|
"declarations": [],
|
|
48314
48326
|
"exports": []
|
|
48315
48327
|
},
|
|
48316
48328
|
{
|
|
48317
48329
|
"kind": "javascript-module",
|
|
48318
|
-
"path": "src/components/insight/atomic-insight-
|
|
48330
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/page-object.ts",
|
|
48319
48331
|
"declarations": [],
|
|
48320
48332
|
"exports": []
|
|
48321
48333
|
},
|
|
48322
48334
|
{
|
|
48323
48335
|
"kind": "javascript-module",
|
|
48324
|
-
"path": "src/components/insight/atomic-insight-
|
|
48336
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/atomic-insight-interface.e2e.ts",
|
|
48325
48337
|
"declarations": [],
|
|
48326
48338
|
"exports": []
|
|
48327
48339
|
},
|
|
48328
48340
|
{
|
|
48329
48341
|
"kind": "javascript-module",
|
|
48330
|
-
"path": "src/components/insight/atomic-insight-
|
|
48342
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/fixture.ts",
|
|
48331
48343
|
"declarations": [],
|
|
48332
48344
|
"exports": []
|
|
48333
48345
|
},
|
|
48334
48346
|
{
|
|
48335
48347
|
"kind": "javascript-module",
|
|
48336
|
-
"path": "src/components/insight/atomic-insight-
|
|
48348
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/page-object.ts",
|
|
48337
48349
|
"declarations": [],
|
|
48338
48350
|
"exports": []
|
|
48339
48351
|
},
|
|
48340
48352
|
{
|
|
48341
48353
|
"kind": "javascript-module",
|
|
48342
|
-
"path": "src/components/insight/atomic-insight-
|
|
48354
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/atomic-insight-pager.e2e.ts",
|
|
48343
48355
|
"declarations": [],
|
|
48344
48356
|
"exports": []
|
|
48345
48357
|
},
|
|
48346
48358
|
{
|
|
48347
48359
|
"kind": "javascript-module",
|
|
48348
|
-
"path": "src/components/insight/atomic-insight-
|
|
48360
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/fixture.ts",
|
|
48349
48361
|
"declarations": [],
|
|
48350
48362
|
"exports": []
|
|
48351
48363
|
},
|
|
48352
48364
|
{
|
|
48353
48365
|
"kind": "javascript-module",
|
|
48354
|
-
"path": "src/components/insight/atomic-insight-
|
|
48366
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/page-object.ts",
|
|
48355
48367
|
"declarations": [],
|
|
48356
48368
|
"exports": []
|
|
48357
48369
|
},
|
|
48358
48370
|
{
|
|
48359
48371
|
"kind": "javascript-module",
|
|
48360
|
-
"path": "src/components/insight/atomic-insight-
|
|
48372
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/atomic-insight-numeric-facet.e2e.ts",
|
|
48361
48373
|
"declarations": [],
|
|
48362
48374
|
"exports": []
|
|
48363
48375
|
},
|
|
48364
48376
|
{
|
|
48365
48377
|
"kind": "javascript-module",
|
|
48366
|
-
"path": "src/components/insight/atomic-insight-
|
|
48378
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/fixture.ts",
|
|
48367
48379
|
"declarations": [],
|
|
48368
48380
|
"exports": []
|
|
48369
48381
|
},
|
|
48370
48382
|
{
|
|
48371
48383
|
"kind": "javascript-module",
|
|
48372
|
-
"path": "src/components/insight/atomic-insight-
|
|
48384
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/page-object.ts",
|
|
48373
48385
|
"declarations": [],
|
|
48374
48386
|
"exports": []
|
|
48375
48387
|
},
|
|
@@ -49713,37 +49725,37 @@
|
|
|
49713
49725
|
},
|
|
49714
49726
|
{
|
|
49715
49727
|
"kind": "javascript-module",
|
|
49716
|
-
"path": "src/components/search/atomic-
|
|
49728
|
+
"path": "src/components/search/atomic-results-per-page/e2e/atomic-results-per-page.e2e.ts",
|
|
49717
49729
|
"declarations": [],
|
|
49718
49730
|
"exports": []
|
|
49719
49731
|
},
|
|
49720
49732
|
{
|
|
49721
49733
|
"kind": "javascript-module",
|
|
49722
|
-
"path": "src/components/search/atomic-
|
|
49734
|
+
"path": "src/components/search/atomic-results-per-page/e2e/fixture.ts",
|
|
49723
49735
|
"declarations": [],
|
|
49724
49736
|
"exports": []
|
|
49725
49737
|
},
|
|
49726
49738
|
{
|
|
49727
49739
|
"kind": "javascript-module",
|
|
49728
|
-
"path": "src/components/search/atomic-
|
|
49740
|
+
"path": "src/components/search/atomic-results-per-page/e2e/page-object.ts",
|
|
49729
49741
|
"declarations": [],
|
|
49730
49742
|
"exports": []
|
|
49731
49743
|
},
|
|
49732
49744
|
{
|
|
49733
49745
|
"kind": "javascript-module",
|
|
49734
|
-
"path": "src/components/search/atomic-
|
|
49746
|
+
"path": "src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts",
|
|
49735
49747
|
"declarations": [],
|
|
49736
49748
|
"exports": []
|
|
49737
49749
|
},
|
|
49738
49750
|
{
|
|
49739
49751
|
"kind": "javascript-module",
|
|
49740
|
-
"path": "src/components/search/atomic-
|
|
49752
|
+
"path": "src/components/search/atomic-search-box/e2e/fixture.ts",
|
|
49741
49753
|
"declarations": [],
|
|
49742
49754
|
"exports": []
|
|
49743
49755
|
},
|
|
49744
49756
|
{
|
|
49745
49757
|
"kind": "javascript-module",
|
|
49746
|
-
"path": "src/components/search/atomic-
|
|
49758
|
+
"path": "src/components/search/atomic-search-box/e2e/page-object.ts",
|
|
49747
49759
|
"declarations": [],
|
|
49748
49760
|
"exports": []
|
|
49749
49761
|
},
|
|
@@ -49857,37 +49869,37 @@
|
|
|
49857
49869
|
},
|
|
49858
49870
|
{
|
|
49859
49871
|
"kind": "javascript-module",
|
|
49860
|
-
"path": "src/components/search/atomic-smart-snippet
|
|
49872
|
+
"path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
|
|
49861
49873
|
"declarations": [],
|
|
49862
49874
|
"exports": []
|
|
49863
49875
|
},
|
|
49864
49876
|
{
|
|
49865
49877
|
"kind": "javascript-module",
|
|
49866
|
-
"path": "src/components/search/atomic-smart-snippet
|
|
49878
|
+
"path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
|
|
49867
49879
|
"declarations": [],
|
|
49868
49880
|
"exports": []
|
|
49869
49881
|
},
|
|
49870
49882
|
{
|
|
49871
49883
|
"kind": "javascript-module",
|
|
49872
|
-
"path": "src/components/search/atomic-smart-snippet
|
|
49884
|
+
"path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
|
|
49873
49885
|
"declarations": [],
|
|
49874
49886
|
"exports": []
|
|
49875
49887
|
},
|
|
49876
49888
|
{
|
|
49877
49889
|
"kind": "javascript-module",
|
|
49878
|
-
"path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
|
|
49890
|
+
"path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/atomic-smart-snippet-feedback-modal.e2e.ts",
|
|
49879
49891
|
"declarations": [],
|
|
49880
49892
|
"exports": []
|
|
49881
49893
|
},
|
|
49882
49894
|
{
|
|
49883
49895
|
"kind": "javascript-module",
|
|
49884
|
-
"path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
|
|
49896
|
+
"path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/fixture.ts",
|
|
49885
49897
|
"declarations": [],
|
|
49886
49898
|
"exports": []
|
|
49887
49899
|
},
|
|
49888
49900
|
{
|
|
49889
49901
|
"kind": "javascript-module",
|
|
49890
|
-
"path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
|
|
49902
|
+
"path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/page-object.ts",
|
|
49891
49903
|
"declarations": [],
|
|
49892
49904
|
"exports": []
|
|
49893
49905
|
},
|
|
@@ -50001,31 +50013,31 @@
|
|
|
50001
50013
|
},
|
|
50002
50014
|
{
|
|
50003
50015
|
"kind": "javascript-module",
|
|
50004
|
-
"path": "src/components/search/result-template-components/quickview-
|
|
50016
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
|
|
50005
50017
|
"declarations": [],
|
|
50006
50018
|
"exports": []
|
|
50007
50019
|
},
|
|
50008
50020
|
{
|
|
50009
50021
|
"kind": "javascript-module",
|
|
50010
|
-
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/
|
|
50022
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.ts",
|
|
50011
50023
|
"declarations": [],
|
|
50012
50024
|
"exports": []
|
|
50013
50025
|
},
|
|
50014
50026
|
{
|
|
50015
50027
|
"kind": "javascript-module",
|
|
50016
|
-
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/
|
|
50028
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
|
|
50017
50029
|
"declarations": [],
|
|
50018
50030
|
"exports": []
|
|
50019
50031
|
},
|
|
50020
50032
|
{
|
|
50021
50033
|
"kind": "javascript-module",
|
|
50022
|
-
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/
|
|
50034
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
|
|
50023
50035
|
"declarations": [],
|
|
50024
50036
|
"exports": []
|
|
50025
50037
|
},
|
|
50026
50038
|
{
|
|
50027
50039
|
"kind": "javascript-module",
|
|
50028
|
-
"path": "src/components/search/result-template-components/
|
|
50040
|
+
"path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
|
|
50029
50041
|
"declarations": [],
|
|
50030
50042
|
"exports": []
|
|
50031
50043
|
},
|