@coveo/atomic 3.35.0-pre.cb00784f95 → 3.35.0-pre.d6d5d76314
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/dist/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/atomic.esm.js.map +1 -1
- package/dist/atomic/components/_index.d.ts +0 -18
- package/dist/atomic/components/_index.js +0 -9
- package/dist/atomic/components/atomic-focus-trap2.js +1 -1
- package/dist/atomic/components/atomic-folded-result-list.js +4 -40
- package/dist/atomic/components/atomic-folded-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-insight-folded-result-list.js +4 -40
- package/dist/atomic/components/atomic-insight-folded-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-action-bar.js +5 -1
- package/dist/atomic/components/atomic-insight-result-action-bar.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-children.js +4 -40
- package/dist/atomic/components/atomic-insight-result-children.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-list.js +4 -40
- package/dist/atomic/components/atomic-insight-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-recs-list.js +4 -40
- package/dist/atomic/components/atomic-ipx-recs-list.js.map +1 -1
- package/dist/atomic/components/atomic-recs-interface.js +1 -1
- package/dist/atomic/components/atomic-recs-list.js +4 -40
- package/dist/atomic/components/atomic-recs-list.js.map +1 -1
- package/dist/atomic/components/atomic-refine-modal2.js +1 -1
- package/dist/atomic/components/atomic-result-children.js +4 -40
- package/dist/atomic/components/atomic-result-children.js.map +1 -1
- package/dist/atomic/components/atomic-result-list.js +4 -40
- package/dist/atomic/components/atomic-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-result-placeholder2.js +1 -37
- package/dist/atomic/components/atomic-result-placeholder2.js.map +1 -1
- package/dist/atomic/components/atomic-smart-snippet-answer2.js +1 -1
- package/dist/atomic/components/components/search/atomic-result-section-actions/atomic-result-section-actions.js +25 -0
- package/dist/atomic/components/components/search/atomic-result-section-badges/atomic-result-section-badges.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.js +25 -0
- package/dist/atomic/components/components/search/atomic-result-section-children/atomic-result-section-children.js +21 -0
- package/dist/atomic/components/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.js +23 -0
- package/dist/atomic/components/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-title/atomic-result-section-title.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-title-metadata/atomic-result-section-title-metadata.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-visual/atomic-result-section-visual.js +29 -0
- package/dist/atomic/components/components/search/index.js +9 -0
- package/dist/atomic/components/components/search/lazy-index.js +9 -0
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/index.js.map +1 -1
- package/dist/atomic/components/item-layout-sections.js +1 -1
- package/dist/atomic/components/props-utils.js +1 -1
- package/dist/atomic/components/result-template-common.js +1 -1
- package/dist/atomic/components/utils.js +1 -1
- package/dist/atomic/{p-405e6a88.entry.js → p-40ba3426.entry.js} +2 -2
- package/dist/atomic/p-8641e3a9.entry.js +2 -0
- package/dist/atomic/p-8641e3a9.entry.js.map +1 -0
- package/dist/atomic/p-d63acdc6.entry.js +2 -0
- package/dist/atomic/p-d63acdc6.entry.js.map +1 -0
- package/dist/cjs/_loader.cjs.js +1 -1
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +6 -3
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-recs-interface.cjs.entry.js +1 -1
- package/dist/cjs/{atomic-result-placeholder_8.cjs.entry.js → atomic-result-placeholder_2.cjs.entry.js} +1 -69
- package/dist/cjs/atomic-result-placeholder_2.cjs.entry.js.map +1 -0
- package/dist/cjs/atomic.cjs.js +1 -1
- package/dist/cjs/index-757bc886.js +2 -14
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/_loader.js +1 -1
- package/dist/esm/atomic-insight-result-action-bar.entry.js +5 -2
- package/dist/esm/atomic-insight-result-action-bar.entry.js.map +1 -1
- package/dist/esm/atomic-recs-interface.entry.js +1 -1
- package/dist/esm/{atomic-result-placeholder_8.entry.js → atomic-result-placeholder_2.entry.js} +3 -65
- package/dist/esm/atomic-result-placeholder_2.entry.js.map +1 -0
- package/dist/esm/atomic.js +1 -1
- package/dist/esm/index-3f35faca.js +2 -14
- package/dist/esm/version.js +2 -2
- package/dist/types/components/common/layout/item-layout-sections.d.ts +1 -1
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-actions}/atomic-result-section-actions.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-badges}/atomic-result-section-badges.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-bottom-metadata}/atomic-result-section-bottom-metadata.d.ts +9 -3
- package/dist/types/components/search/atomic-result-section-children/atomic-result-section-children.d.ts +16 -0
- package/dist/types/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.d.ts +18 -0
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-excerpt}/atomic-result-section-excerpt.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-title}/atomic-result-section-title.d.ts +9 -3
- package/dist/types/components/search/atomic-result-section-title-metadata/atomic-result-section-title-metadata.d.ts +19 -0
- package/dist/types/components/search/atomic-result-section-visual/atomic-result-section-visual.d.ts +26 -0
- package/dist/types/components/search/index.d.ts +9 -0
- package/dist/types/components.d.ts +0 -413
- package/docs/atomic-docs.json +1 -275
- package/package.json +3 -12
- package/dist/atomic/components/atomic-result-section-actions.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-actions.js +0 -8
- package/dist/atomic/components/atomic-result-section-actions.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-actions2.js +0 -30
- package/dist/atomic/components/atomic-result-section-actions2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-badges.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-badges.js +0 -8
- package/dist/atomic/components/atomic-result-section-badges.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-badges2.js +0 -30
- package/dist/atomic/components/atomic-result-section-badges2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-bottom-metadata.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-bottom-metadata.js +0 -8
- package/dist/atomic/components/atomic-result-section-bottom-metadata.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-bottom-metadata2.js +0 -30
- package/dist/atomic/components/atomic-result-section-bottom-metadata2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-children.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-children.js +0 -33
- package/dist/atomic/components/atomic-result-section-children.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-emphasized.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-emphasized.js +0 -33
- package/dist/atomic/components/atomic-result-section-emphasized.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-excerpt.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-excerpt.js +0 -8
- package/dist/atomic/components/atomic-result-section-excerpt.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-excerpt2.js +0 -30
- package/dist/atomic/components/atomic-result-section-excerpt2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title-metadata.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-title-metadata.js +0 -33
- package/dist/atomic/components/atomic-result-section-title-metadata.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-title.js +0 -8
- package/dist/atomic/components/atomic-result-section-title.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title2.js +0 -30
- package/dist/atomic/components/atomic-result-section-title2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-visual.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-visual.js +0 -8
- package/dist/atomic/components/atomic-result-section-visual.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-visual2.js +0 -33
- package/dist/atomic/components/atomic-result-section-visual2.js.map +0 -1
- package/dist/atomic/components/item-section-utils.js +0 -9
- package/dist/atomic/components/item-section-utils.js.map +0 -1
- package/dist/atomic/p-36e2c945.entry.js +0 -2
- package/dist/atomic/p-36e2c945.entry.js.map +0 -1
- package/dist/atomic/p-463336ca.entry.js +0 -2
- package/dist/atomic/p-463336ca.entry.js.map +0 -1
- package/dist/atomic/p-55c41e00.entry.js +0 -2
- package/dist/atomic/p-55c41e00.entry.js.map +0 -1
- package/dist/atomic/p-5d0fc7e2.js +0 -2
- package/dist/atomic/p-5d0fc7e2.js.map +0 -1
- package/dist/atomic/p-7fd58269.entry.js +0 -2
- package/dist/atomic/p-7fd58269.entry.js.map +0 -1
- package/dist/atomic/p-d1fbb20a.entry.js +0 -2
- package/dist/atomic/p-d1fbb20a.entry.js.map +0 -1
- package/dist/cjs/atomic-result-placeholder_8.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-children.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-children.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-emphasized.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-emphasized.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-title-metadata.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-title-metadata.cjs.entry.js.map +0 -1
- package/dist/cjs/item-section-utils-37848715.js +0 -11
- package/dist/cjs/item-section-utils-37848715.js.map +0 -1
- package/dist/esm/atomic-result-placeholder_8.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-children.entry.js +0 -19
- package/dist/esm/atomic-result-section-children.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-emphasized.entry.js +0 -19
- package/dist/esm/atomic-result-section-emphasized.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-title-metadata.entry.js +0 -19
- package/dist/esm/atomic-result-section-title-metadata.entry.js.map +0 -1
- package/dist/esm/item-section-utils-d8aa24b7.js +0 -9
- package/dist/esm/item-section-utils-d8aa24b7.js.map +0 -1
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-children.d.ts +0 -10
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-emphasized.d.ts +0 -12
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-title-metadata.d.ts +0 -13
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-visual.d.ts +0 -20
- package/dist/types/types/open-api.d.ts +0 -3
- /package/dist/atomic/{p-405e6a88.entry.js.map → p-40ba3426.entry.js.map} +0 -0
package/docs/atomic-docs.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2025-10-
|
2
|
+
"timestamp": "2025-10-09T13:56:19",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "4.20.0",
|
@@ -3346,14 +3346,6 @@
|
|
3346
3346
|
"atomic-result",
|
3347
3347
|
"atomic-result-placeholder",
|
3348
3348
|
"atomic-result-table-placeholder"
|
3349
|
-
],
|
3350
|
-
"atomic-result-placeholder": [
|
3351
|
-
"atomic-result-section-visual",
|
3352
|
-
"atomic-result-section-badges",
|
3353
|
-
"atomic-result-section-actions",
|
3354
|
-
"atomic-result-section-title",
|
3355
|
-
"atomic-result-section-excerpt",
|
3356
|
-
"atomic-result-section-bottom-metadata"
|
3357
3349
|
]
|
3358
3350
|
}
|
3359
3351
|
},
|
@@ -7906,14 +7898,6 @@
|
|
7906
7898
|
"atomic-recs-result",
|
7907
7899
|
"atomic-result-placeholder",
|
7908
7900
|
"atomic-result-table-placeholder"
|
7909
|
-
],
|
7910
|
-
"atomic-result-placeholder": [
|
7911
|
-
"atomic-result-section-visual",
|
7912
|
-
"atomic-result-section-badges",
|
7913
|
-
"atomic-result-section-actions",
|
7914
|
-
"atomic-result-section-title",
|
7915
|
-
"atomic-result-section-excerpt",
|
7916
|
-
"atomic-result-section-bottom-metadata"
|
7917
7901
|
]
|
7918
7902
|
}
|
7919
7903
|
},
|
@@ -9387,14 +9371,6 @@
|
|
9387
9371
|
"atomic-result",
|
9388
9372
|
"atomic-result-placeholder",
|
9389
9373
|
"atomic-result-table-placeholder"
|
9390
|
-
],
|
9391
|
-
"atomic-result-placeholder": [
|
9392
|
-
"atomic-result-section-visual",
|
9393
|
-
"atomic-result-section-badges",
|
9394
|
-
"atomic-result-section-actions",
|
9395
|
-
"atomic-result-section-title",
|
9396
|
-
"atomic-result-section-excerpt",
|
9397
|
-
"atomic-result-section-bottom-metadata"
|
9398
9374
|
]
|
9399
9375
|
}
|
9400
9376
|
},
|
@@ -10259,14 +10235,6 @@
|
|
10259
10235
|
"atomic-result-placeholder",
|
10260
10236
|
"atomic-result-table-placeholder",
|
10261
10237
|
"atomic-text"
|
10262
|
-
],
|
10263
|
-
"atomic-result-placeholder": [
|
10264
|
-
"atomic-result-section-visual",
|
10265
|
-
"atomic-result-section-badges",
|
10266
|
-
"atomic-result-section-actions",
|
10267
|
-
"atomic-result-section-title",
|
10268
|
-
"atomic-result-section-excerpt",
|
10269
|
-
"atomic-result-section-bottom-metadata"
|
10270
10238
|
]
|
10271
10239
|
}
|
10272
10240
|
},
|
@@ -10713,248 +10681,6 @@
|
|
10713
10681
|
"dependencies": [],
|
10714
10682
|
"dependencyGraph": {}
|
10715
10683
|
},
|
10716
|
-
{
|
10717
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-actions.tsx",
|
10718
|
-
"encapsulation": "none",
|
10719
|
-
"tag": "atomic-result-section-actions",
|
10720
|
-
"docs": "This section allows the information seeker to perform an action on an item without having to view its details.\nFor example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.\n\nBehavior:\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n** You should ensure that elements inside of it have `height: var(--line-height)`.\n* Is a wrapping flexbox with a gap.\n* May appear over, next to, or beneath the visual section.",
|
10721
|
-
"docsTags": [],
|
10722
|
-
"usage": {},
|
10723
|
-
"props": [],
|
10724
|
-
"methods": [],
|
10725
|
-
"events": [],
|
10726
|
-
"listeners": [],
|
10727
|
-
"styles": [],
|
10728
|
-
"slots": [],
|
10729
|
-
"parts": [],
|
10730
|
-
"dependents": [
|
10731
|
-
"atomic-result-placeholder"
|
10732
|
-
],
|
10733
|
-
"dependencies": [],
|
10734
|
-
"dependencyGraph": {
|
10735
|
-
"atomic-result-placeholder": [
|
10736
|
-
"atomic-result-section-actions"
|
10737
|
-
]
|
10738
|
-
}
|
10739
|
-
},
|
10740
|
-
{
|
10741
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-badges.tsx",
|
10742
|
-
"encapsulation": "none",
|
10743
|
-
"tag": "atomic-result-section-badges",
|
10744
|
-
"docs": "This section provides badges that highlight special features of the item.\n\nBehavior:\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n** You should ensure that elements inside of it have `height: var(--line-height)`.\n* Is a wrapping flexbox with a gap.\n* May appear over, next to, or beneath the visual section.",
|
10745
|
-
"docsTags": [],
|
10746
|
-
"usage": {},
|
10747
|
-
"props": [],
|
10748
|
-
"methods": [],
|
10749
|
-
"events": [],
|
10750
|
-
"listeners": [],
|
10751
|
-
"styles": [],
|
10752
|
-
"slots": [],
|
10753
|
-
"parts": [],
|
10754
|
-
"dependents": [
|
10755
|
-
"atomic-result-placeholder"
|
10756
|
-
],
|
10757
|
-
"dependencies": [],
|
10758
|
-
"dependencyGraph": {
|
10759
|
-
"atomic-result-placeholder": [
|
10760
|
-
"atomic-result-section-badges"
|
10761
|
-
]
|
10762
|
-
}
|
10763
|
-
},
|
10764
|
-
{
|
10765
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-bottom-metadata.tsx",
|
10766
|
-
"encapsulation": "none",
|
10767
|
-
"tag": "atomic-result-section-bottom-metadata",
|
10768
|
-
"docs": "This section displays additional descriptive information about the item.\n\nBehavior:\n* Has a maximum height of two lines.\n** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.\n* Exposes the `--line-height` variable so child elements can adjust to the current line height.\n* Has a defined CSS `color` property for text.\n* Has a font weight.",
|
10769
|
-
"docsTags": [],
|
10770
|
-
"usage": {},
|
10771
|
-
"props": [],
|
10772
|
-
"methods": [],
|
10773
|
-
"events": [],
|
10774
|
-
"listeners": [],
|
10775
|
-
"styles": [],
|
10776
|
-
"slots": [],
|
10777
|
-
"parts": [],
|
10778
|
-
"dependents": [
|
10779
|
-
"atomic-result-placeholder"
|
10780
|
-
],
|
10781
|
-
"dependencies": [],
|
10782
|
-
"dependencyGraph": {
|
10783
|
-
"atomic-result-placeholder": [
|
10784
|
-
"atomic-result-section-bottom-metadata"
|
10785
|
-
]
|
10786
|
-
}
|
10787
|
-
},
|
10788
|
-
{
|
10789
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-children.tsx",
|
10790
|
-
"encapsulation": "none",
|
10791
|
-
"tag": "atomic-result-section-children",
|
10792
|
-
"docs": "This section displays the folded results, available when using the <atomic-result-children> component.\n\nBehavior:\n* Shows children at the bottom of the result, indented and wrapped in a border.",
|
10793
|
-
"docsTags": [],
|
10794
|
-
"usage": {},
|
10795
|
-
"props": [],
|
10796
|
-
"methods": [],
|
10797
|
-
"events": [],
|
10798
|
-
"listeners": [],
|
10799
|
-
"styles": [],
|
10800
|
-
"slots": [],
|
10801
|
-
"parts": [],
|
10802
|
-
"dependents": [],
|
10803
|
-
"dependencies": [],
|
10804
|
-
"dependencyGraph": {}
|
10805
|
-
},
|
10806
|
-
{
|
10807
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-emphasized.tsx",
|
10808
|
-
"encapsulation": "none",
|
10809
|
-
"tag": "atomic-result-section-emphasized",
|
10810
|
-
"docs": "This section displays the field that's important for its search criteria.\nFor example, in Commerce, a product's cost 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.",
|
10811
|
-
"docsTags": [],
|
10812
|
-
"usage": {},
|
10813
|
-
"props": [],
|
10814
|
-
"methods": [],
|
10815
|
-
"events": [],
|
10816
|
-
"listeners": [],
|
10817
|
-
"styles": [],
|
10818
|
-
"slots": [],
|
10819
|
-
"parts": [],
|
10820
|
-
"dependents": [],
|
10821
|
-
"dependencies": [],
|
10822
|
-
"dependencyGraph": {}
|
10823
|
-
},
|
10824
|
-
{
|
10825
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-excerpt.tsx",
|
10826
|
-
"encapsulation": "none",
|
10827
|
-
"tag": "atomic-result-section-excerpt",
|
10828
|
-
"docs": "This section contains an informative summary of the item'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.",
|
10829
|
-
"docsTags": [],
|
10830
|
-
"usage": {},
|
10831
|
-
"props": [],
|
10832
|
-
"methods": [],
|
10833
|
-
"events": [],
|
10834
|
-
"listeners": [],
|
10835
|
-
"styles": [],
|
10836
|
-
"slots": [],
|
10837
|
-
"parts": [],
|
10838
|
-
"dependents": [
|
10839
|
-
"atomic-result-placeholder"
|
10840
|
-
],
|
10841
|
-
"dependencies": [],
|
10842
|
-
"dependencyGraph": {
|
10843
|
-
"atomic-result-placeholder": [
|
10844
|
-
"atomic-result-section-excerpt"
|
10845
|
-
]
|
10846
|
-
}
|
10847
|
-
},
|
10848
|
-
{
|
10849
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-title.tsx",
|
10850
|
-
"encapsulation": "none",
|
10851
|
-
"tag": "atomic-result-section-title",
|
10852
|
-
"docs": "This section identifies the item by its name, and its main use is to make the result list scannable.\nThis is usually the page title.\n\nBehavior:\n* Has a fixed height of two lines on grid layouts.\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.",
|
10853
|
-
"docsTags": [],
|
10854
|
-
"usage": {},
|
10855
|
-
"props": [],
|
10856
|
-
"methods": [],
|
10857
|
-
"events": [],
|
10858
|
-
"listeners": [],
|
10859
|
-
"styles": [],
|
10860
|
-
"slots": [],
|
10861
|
-
"parts": [],
|
10862
|
-
"dependents": [
|
10863
|
-
"atomic-result-placeholder"
|
10864
|
-
],
|
10865
|
-
"dependencies": [],
|
10866
|
-
"dependencyGraph": {
|
10867
|
-
"atomic-result-placeholder": [
|
10868
|
-
"atomic-result-section-title"
|
10869
|
-
]
|
10870
|
-
}
|
10871
|
-
},
|
10872
|
-
{
|
10873
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-title-metadata.tsx",
|
10874
|
-
"encapsulation": "none",
|
10875
|
-
"tag": "atomic-result-section-title-metadata",
|
10876
|
-
"docs": "This section surfaces some fields that are directly related to the title of the item.\nFor example, in Commerce, this could be the item's rating, which is tied to the nature of the product itself,\nrather than to the product's description.\n\nBehavior:\n* Has a very small font size.\n* Is the closest element beneath the title section.",
|
10877
|
-
"docsTags": [],
|
10878
|
-
"usage": {},
|
10879
|
-
"props": [],
|
10880
|
-
"methods": [],
|
10881
|
-
"events": [],
|
10882
|
-
"listeners": [],
|
10883
|
-
"styles": [],
|
10884
|
-
"slots": [],
|
10885
|
-
"parts": [],
|
10886
|
-
"dependents": [],
|
10887
|
-
"dependencies": [],
|
10888
|
-
"dependencyGraph": {}
|
10889
|
-
},
|
10890
|
-
{
|
10891
|
-
"filePath": "src/components/search/result-template-components/atomic-result-sections/atomic-result-section-visual.tsx",
|
10892
|
-
"encapsulation": "none",
|
10893
|
-
"tag": "atomic-result-section-visual",
|
10894
|
-
"docs": "This section provides visual information about the item.\nFor example, in Commerce, an image is a great shorthand for a product category.\nAn icon can quickly show the item type, or an avatar can help identify to whom it is related.\n\nBehavior:\n* Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.\n** When the image size is set to `icon`, this section stays very small.\n** You should ensure that elements inside of it take the available space.\n* Always has a 1:1 aspect ratio.",
|
10895
|
-
"docsTags": [],
|
10896
|
-
"usage": {},
|
10897
|
-
"props": [
|
10898
|
-
{
|
10899
|
-
"name": "imageSize",
|
10900
|
-
"type": "\"icon\" | \"large\" | \"none\" | \"small\" | undefined",
|
10901
|
-
"complexType": {
|
10902
|
-
"original": "ItemDisplayImageSize",
|
10903
|
-
"resolved": "\"icon\" | \"large\" | \"none\" | \"small\" | undefined",
|
10904
|
-
"references": {
|
10905
|
-
"ItemDisplayImageSize": {
|
10906
|
-
"location": "import",
|
10907
|
-
"path": "../../../common/layout/display-options",
|
10908
|
-
"id": "src/components/common/layout/display-options.ts::ItemDisplayImageSize"
|
10909
|
-
}
|
10910
|
-
}
|
10911
|
-
},
|
10912
|
-
"mutable": false,
|
10913
|
-
"attr": "image-size",
|
10914
|
-
"reflectToAttr": true,
|
10915
|
-
"docs": "How large or small the visual section of results using this template should be.",
|
10916
|
-
"docsTags": [],
|
10917
|
-
"values": [
|
10918
|
-
{
|
10919
|
-
"value": "icon",
|
10920
|
-
"type": "string"
|
10921
|
-
},
|
10922
|
-
{
|
10923
|
-
"value": "large",
|
10924
|
-
"type": "string"
|
10925
|
-
},
|
10926
|
-
{
|
10927
|
-
"value": "none",
|
10928
|
-
"type": "string"
|
10929
|
-
},
|
10930
|
-
{
|
10931
|
-
"value": "small",
|
10932
|
-
"type": "string"
|
10933
|
-
},
|
10934
|
-
{
|
10935
|
-
"type": "undefined"
|
10936
|
-
}
|
10937
|
-
],
|
10938
|
-
"optional": true,
|
10939
|
-
"required": false
|
10940
|
-
}
|
10941
|
-
],
|
10942
|
-
"methods": [],
|
10943
|
-
"events": [],
|
10944
|
-
"listeners": [],
|
10945
|
-
"styles": [],
|
10946
|
-
"slots": [],
|
10947
|
-
"parts": [],
|
10948
|
-
"dependents": [
|
10949
|
-
"atomic-result-placeholder"
|
10950
|
-
],
|
10951
|
-
"dependencies": [],
|
10952
|
-
"dependencyGraph": {
|
10953
|
-
"atomic-result-placeholder": [
|
10954
|
-
"atomic-result-section-visual"
|
10955
|
-
]
|
10956
|
-
}
|
10957
|
-
},
|
10958
10684
|
{
|
10959
10685
|
"filePath": "src/components/search/result-templates/atomic-result-template/atomic-result-template.tsx",
|
10960
10686
|
"encapsulation": "shadow",
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coveo/atomic",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.35.0-pre.
|
4
|
+
"version": "3.35.0-pre.d6d5d76314",
|
5
5
|
"description": "A web-component library for building modern UIs interfacing with the Coveo platform",
|
6
6
|
"homepage": "https://docs.coveo.com/en/atomic/latest/",
|
7
7
|
"repository": {
|
@@ -81,7 +81,7 @@
|
|
81
81
|
},
|
82
82
|
"dependencies": {
|
83
83
|
"@coveo/bueno": "1.1.3",
|
84
|
-
"@coveo/headless": "3.31.3-pre.
|
84
|
+
"@coveo/headless": "3.31.3-pre.d6d5d76314",
|
85
85
|
"@lit/context": "1.1.6",
|
86
86
|
"@open-wc/lit-helpers": "0.7.0",
|
87
87
|
"@popperjs/core": "2.11.8",
|
@@ -100,7 +100,6 @@
|
|
100
100
|
"devDependencies": {
|
101
101
|
"@axe-core/playwright": "4.10.2",
|
102
102
|
"@custom-elements-manifest/analyzer": "0.10.4",
|
103
|
-
"@mswjs/source": "0.5.0",
|
104
103
|
"@playwright/test": "1.54.1",
|
105
104
|
"@rollup/plugin-commonjs": "28.0.6",
|
106
105
|
"@rollup/plugin-json": "6.1.0",
|
@@ -131,10 +130,7 @@
|
|
131
130
|
"jest-cli": "29.7.0",
|
132
131
|
"jest-localstorage-mock": "2.4.26",
|
133
132
|
"local-web-server": "5.4.0",
|
134
|
-
"msw": "2.11.4",
|
135
|
-
"msw-storybook-addon": "2.0.5",
|
136
133
|
"natural-orderby": "5.0.0",
|
137
|
-
"openapi-types": "12.1.3",
|
138
134
|
"playwright": "1.54.1",
|
139
135
|
"postcss": "8.5.6",
|
140
136
|
"postcss-load-config": "6.0.1",
|
@@ -157,7 +153,7 @@
|
|
157
153
|
},
|
158
154
|
"peerDependencies": {
|
159
155
|
"@coveo/bueno": "1.1.3",
|
160
|
-
"@coveo/headless": "3.31.3-pre.
|
156
|
+
"@coveo/headless": "3.31.3-pre.d6d5d76314",
|
161
157
|
"typescript": ">=5.0.0"
|
162
158
|
},
|
163
159
|
"peerDependenciesMeta": {
|
@@ -168,10 +164,5 @@
|
|
168
164
|
"license": "Apache-2.0",
|
169
165
|
"engines": {
|
170
166
|
"node": "^20.9.0 || ^22.11.0"
|
171
|
-
},
|
172
|
-
"msw": {
|
173
|
-
"workerDirectory": [
|
174
|
-
".storybook/public"
|
175
|
-
]
|
176
167
|
}
|
177
168
|
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Components, JSX } from "../../types/components";
|
2
|
-
|
3
|
-
interface AtomicResultSectionActions extends Components.AtomicResultSectionActions, HTMLElement {}
|
4
|
-
export const AtomicResultSectionActions: {
|
5
|
-
prototype: AtomicResultSectionActions;
|
6
|
-
new (): AtomicResultSectionActions;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Used to define this component and all nested components recursively.
|
10
|
-
*/
|
11
|
-
export const defineCustomElement: () => void;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { A as AtomicResultSectionActions$1, d as defineCustomElement$1 } from './atomic-result-section-actions2.js';
|
2
|
-
|
3
|
-
const AtomicResultSectionActions = AtomicResultSectionActions$1;
|
4
|
-
const defineCustomElement = defineCustomElement$1;
|
5
|
-
|
6
|
-
export { AtomicResultSectionActions, defineCustomElement };
|
7
|
-
|
8
|
-
//# sourceMappingURL=atomic-result-section-actions.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-actions.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client';
|
2
|
-
import { h as hideEmptySection } from './item-section-utils.js';
|
3
|
-
|
4
|
-
const AtomicResultSectionActions = /*@__PURE__*/ proxyCustomElement(class AtomicResultSectionActions extends HTMLElement {
|
5
|
-
constructor() {
|
6
|
-
super();
|
7
|
-
this.__registerHost();
|
8
|
-
}
|
9
|
-
componentDidRender() {
|
10
|
-
hideEmptySection(this.host);
|
11
|
-
}
|
12
|
-
get host() { return this; }
|
13
|
-
}, [0, "atomic-result-section-actions"]);
|
14
|
-
function defineCustomElement() {
|
15
|
-
if (typeof customElements === "undefined") {
|
16
|
-
return;
|
17
|
-
}
|
18
|
-
const components = ["atomic-result-section-actions"];
|
19
|
-
components.forEach(tagName => { switch (tagName) {
|
20
|
-
case "atomic-result-section-actions":
|
21
|
-
if (!customElements.get(tagName)) {
|
22
|
-
customElements.define(tagName, AtomicResultSectionActions);
|
23
|
-
}
|
24
|
-
break;
|
25
|
-
} });
|
26
|
-
}
|
27
|
-
|
28
|
-
export { AtomicResultSectionActions as A, defineCustomElement as d };
|
29
|
-
|
30
|
-
//# sourceMappingURL=atomic-result-section-actions2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-actions2.js","mappings":";;;MAiBa,0BAA0B;;;;;IAG9B,kBAAkB;QACvB,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC7B;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/search/result-template-components/atomic-result-sections/atomic-result-section-actions.tsx"],"sourcesContent":["import {Element, Component} from '@stencil/core';\nimport {hideEmptySection} from '../../../../utils/item-section-utils';\n\n/**\n * This section allows the information seeker to perform an action on an item without having to view its details.\n * For example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.\n *\n * Behavior:\n * * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n * ** You should ensure that elements inside of it have `height: var(--line-height)`.\n * * Is a wrapping flexbox with a gap.\n * * May appear over, next to, or beneath the visual section.\n */\n@Component({\n tag: 'atomic-result-section-actions',\n shadow: false,\n})\nexport class AtomicResultSectionActions {\n @Element() private host!: HTMLElement;\n\n public componentDidRender() {\n hideEmptySection(this.host);\n }\n}\n"],"version":3}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Components, JSX } from "../../types/components";
|
2
|
-
|
3
|
-
interface AtomicResultSectionBadges extends Components.AtomicResultSectionBadges, HTMLElement {}
|
4
|
-
export const AtomicResultSectionBadges: {
|
5
|
-
prototype: AtomicResultSectionBadges;
|
6
|
-
new (): AtomicResultSectionBadges;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Used to define this component and all nested components recursively.
|
10
|
-
*/
|
11
|
-
export const defineCustomElement: () => void;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { A as AtomicResultSectionBadges$1, d as defineCustomElement$1 } from './atomic-result-section-badges2.js';
|
2
|
-
|
3
|
-
const AtomicResultSectionBadges = AtomicResultSectionBadges$1;
|
4
|
-
const defineCustomElement = defineCustomElement$1;
|
5
|
-
|
6
|
-
export { AtomicResultSectionBadges, defineCustomElement };
|
7
|
-
|
8
|
-
//# sourceMappingURL=atomic-result-section-badges.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-badges.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client';
|
2
|
-
import { h as hideEmptySection } from './item-section-utils.js';
|
3
|
-
|
4
|
-
const AtomicResultSectionBadges = /*@__PURE__*/ proxyCustomElement(class AtomicResultSectionBadges extends HTMLElement {
|
5
|
-
constructor() {
|
6
|
-
super();
|
7
|
-
this.__registerHost();
|
8
|
-
}
|
9
|
-
componentDidRender() {
|
10
|
-
hideEmptySection(this.host);
|
11
|
-
}
|
12
|
-
get host() { return this; }
|
13
|
-
}, [0, "atomic-result-section-badges"]);
|
14
|
-
function defineCustomElement() {
|
15
|
-
if (typeof customElements === "undefined") {
|
16
|
-
return;
|
17
|
-
}
|
18
|
-
const components = ["atomic-result-section-badges"];
|
19
|
-
components.forEach(tagName => { switch (tagName) {
|
20
|
-
case "atomic-result-section-badges":
|
21
|
-
if (!customElements.get(tagName)) {
|
22
|
-
customElements.define(tagName, AtomicResultSectionBadges);
|
23
|
-
}
|
24
|
-
break;
|
25
|
-
} });
|
26
|
-
}
|
27
|
-
|
28
|
-
export { AtomicResultSectionBadges as A, defineCustomElement as d };
|
29
|
-
|
30
|
-
//# sourceMappingURL=atomic-result-section-badges2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-badges2.js","mappings":";;;MAgBa,yBAAyB;;;;;IAG7B,kBAAkB;QACvB,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC7B;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/search/result-template-components/atomic-result-sections/atomic-result-section-badges.tsx"],"sourcesContent":["import {Element, Component} from '@stencil/core';\nimport {hideEmptySection} from '../../../../utils/item-section-utils';\n\n/**\n * This section provides badges that highlight special features of the item.\n *\n * Behavior:\n * * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n * ** You should ensure that elements inside of it have `height: var(--line-height)`.\n * * Is a wrapping flexbox with a gap.\n * * May appear over, next to, or beneath the visual section.\n */\n@Component({\n tag: 'atomic-result-section-badges',\n shadow: false,\n})\nexport class AtomicResultSectionBadges {\n @Element() private host!: HTMLElement;\n\n public componentDidRender() {\n hideEmptySection(this.host);\n }\n}\n"],"version":3}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Components, JSX } from "../../types/components";
|
2
|
-
|
3
|
-
interface AtomicResultSectionBottomMetadata extends Components.AtomicResultSectionBottomMetadata, HTMLElement {}
|
4
|
-
export const AtomicResultSectionBottomMetadata: {
|
5
|
-
prototype: AtomicResultSectionBottomMetadata;
|
6
|
-
new (): AtomicResultSectionBottomMetadata;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Used to define this component and all nested components recursively.
|
10
|
-
*/
|
11
|
-
export const defineCustomElement: () => void;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { A as AtomicResultSectionBottomMetadata$1, d as defineCustomElement$1 } from './atomic-result-section-bottom-metadata2.js';
|
2
|
-
|
3
|
-
const AtomicResultSectionBottomMetadata = AtomicResultSectionBottomMetadata$1;
|
4
|
-
const defineCustomElement = defineCustomElement$1;
|
5
|
-
|
6
|
-
export { AtomicResultSectionBottomMetadata, defineCustomElement };
|
7
|
-
|
8
|
-
//# sourceMappingURL=atomic-result-section-bottom-metadata.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-bottom-metadata.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client';
|
2
|
-
import { h as hideEmptySection } from './item-section-utils.js';
|
3
|
-
|
4
|
-
const AtomicResultSectionBottomMetadata = /*@__PURE__*/ proxyCustomElement(class AtomicResultSectionBottomMetadata extends HTMLElement {
|
5
|
-
constructor() {
|
6
|
-
super();
|
7
|
-
this.__registerHost();
|
8
|
-
}
|
9
|
-
componentDidRender() {
|
10
|
-
hideEmptySection(this.host);
|
11
|
-
}
|
12
|
-
get host() { return this; }
|
13
|
-
}, [0, "atomic-result-section-bottom-metadata"]);
|
14
|
-
function defineCustomElement() {
|
15
|
-
if (typeof customElements === "undefined") {
|
16
|
-
return;
|
17
|
-
}
|
18
|
-
const components = ["atomic-result-section-bottom-metadata"];
|
19
|
-
components.forEach(tagName => { switch (tagName) {
|
20
|
-
case "atomic-result-section-bottom-metadata":
|
21
|
-
if (!customElements.get(tagName)) {
|
22
|
-
customElements.define(tagName, AtomicResultSectionBottomMetadata);
|
23
|
-
}
|
24
|
-
break;
|
25
|
-
} });
|
26
|
-
}
|
27
|
-
|
28
|
-
export { AtomicResultSectionBottomMetadata as A, defineCustomElement as d };
|
29
|
-
|
30
|
-
//# sourceMappingURL=atomic-result-section-bottom-metadata2.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-bottom-metadata2.js","mappings":";;;MAiBa,iCAAiC;;;;;IAGrC,kBAAkB;QACvB,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC7B;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/search/result-template-components/atomic-result-sections/atomic-result-section-bottom-metadata.tsx"],"sourcesContent":["import {Element, Component} from '@stencil/core';\nimport {hideEmptySection} from '../../../../utils/item-section-utils';\n\n/**\n * This section displays additional descriptive information about the item.\n *\n * Behavior:\n * * Has a maximum height of two lines.\n * ** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.\n * * Exposes the `--line-height` variable so child elements can adjust to the current line height.\n * * Has a defined CSS `color` property for text.\n * * Has a font weight.\n */\n@Component({\n tag: 'atomic-result-section-bottom-metadata',\n shadow: false,\n})\nexport class AtomicResultSectionBottomMetadata {\n @Element() private host!: HTMLElement;\n\n public componentDidRender() {\n hideEmptySection(this.host);\n }\n}\n"],"version":3}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Components, JSX } from "../../types/components";
|
2
|
-
|
3
|
-
interface AtomicResultSectionChildren extends Components.AtomicResultSectionChildren, HTMLElement {}
|
4
|
-
export const AtomicResultSectionChildren: {
|
5
|
-
prototype: AtomicResultSectionChildren;
|
6
|
-
new (): AtomicResultSectionChildren;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Used to define this component and all nested components recursively.
|
10
|
-
*/
|
11
|
-
export const defineCustomElement: () => void;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client';
|
2
|
-
import { h as hideEmptySection } from './item-section-utils.js';
|
3
|
-
|
4
|
-
const AtomicResultSectionChildren$1 = /*@__PURE__*/ proxyCustomElement(class AtomicResultSectionChildren extends HTMLElement {
|
5
|
-
constructor() {
|
6
|
-
super();
|
7
|
-
this.__registerHost();
|
8
|
-
}
|
9
|
-
componentDidRender() {
|
10
|
-
hideEmptySection(this.host);
|
11
|
-
}
|
12
|
-
get host() { return this; }
|
13
|
-
}, [0, "atomic-result-section-children"]);
|
14
|
-
function defineCustomElement$1() {
|
15
|
-
if (typeof customElements === "undefined") {
|
16
|
-
return;
|
17
|
-
}
|
18
|
-
const components = ["atomic-result-section-children"];
|
19
|
-
components.forEach(tagName => { switch (tagName) {
|
20
|
-
case "atomic-result-section-children":
|
21
|
-
if (!customElements.get(tagName)) {
|
22
|
-
customElements.define(tagName, AtomicResultSectionChildren$1);
|
23
|
-
}
|
24
|
-
break;
|
25
|
-
} });
|
26
|
-
}
|
27
|
-
|
28
|
-
const AtomicResultSectionChildren = AtomicResultSectionChildren$1;
|
29
|
-
const defineCustomElement = defineCustomElement$1;
|
30
|
-
|
31
|
-
export { AtomicResultSectionChildren, defineCustomElement };
|
32
|
-
|
33
|
-
//# sourceMappingURL=atomic-result-section-children.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"atomic-result-section-children.js","mappings":";;;MAaaA,6BAA2B;;;;;IAG/B,kBAAkB;QACvB,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC7B;;;;;;;;;;;;;;;;;;;;;;","names":["AtomicResultSectionChildren"],"sources":["src/components/search/result-template-components/atomic-result-sections/atomic-result-section-children.tsx"],"sourcesContent":["import {Element, Component} from '@stencil/core';\nimport {hideEmptySection} from '../../../../utils/item-section-utils';\n\n/**\n * This section displays the folded results, available when using the <atomic-result-children> component.\n *\n * Behavior:\n * * Shows children at the bottom of the result, indented and wrapped in a border.\n */\n@Component({\n tag: 'atomic-result-section-children',\n shadow: false,\n})\nexport class AtomicResultSectionChildren {\n @Element() private host!: HTMLElement;\n\n public componentDidRender() {\n hideEmptySection(this.host);\n }\n}\n"],"version":3}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Components, JSX } from "../../types/components";
|
2
|
-
|
3
|
-
interface AtomicResultSectionEmphasized extends Components.AtomicResultSectionEmphasized, HTMLElement {}
|
4
|
-
export const AtomicResultSectionEmphasized: {
|
5
|
-
prototype: AtomicResultSectionEmphasized;
|
6
|
-
new (): AtomicResultSectionEmphasized;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Used to define this component and all nested components recursively.
|
10
|
-
*/
|
11
|
-
export const defineCustomElement: () => void;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client';
|
2
|
-
import { h as hideEmptySection } from './item-section-utils.js';
|
3
|
-
|
4
|
-
const AtomicResultSectionEmphasized$1 = /*@__PURE__*/ proxyCustomElement(class AtomicResultSectionEmphasized extends HTMLElement {
|
5
|
-
constructor() {
|
6
|
-
super();
|
7
|
-
this.__registerHost();
|
8
|
-
}
|
9
|
-
componentDidRender() {
|
10
|
-
hideEmptySection(this.host);
|
11
|
-
}
|
12
|
-
get host() { return this; }
|
13
|
-
}, [0, "atomic-result-section-emphasized"]);
|
14
|
-
function defineCustomElement$1() {
|
15
|
-
if (typeof customElements === "undefined") {
|
16
|
-
return;
|
17
|
-
}
|
18
|
-
const components = ["atomic-result-section-emphasized"];
|
19
|
-
components.forEach(tagName => { switch (tagName) {
|
20
|
-
case "atomic-result-section-emphasized":
|
21
|
-
if (!customElements.get(tagName)) {
|
22
|
-
customElements.define(tagName, AtomicResultSectionEmphasized$1);
|
23
|
-
}
|
24
|
-
break;
|
25
|
-
} });
|
26
|
-
}
|
27
|
-
|
28
|
-
const AtomicResultSectionEmphasized = AtomicResultSectionEmphasized$1;
|
29
|
-
const defineCustomElement = defineCustomElement$1;
|
30
|
-
|
31
|
-
export { AtomicResultSectionEmphasized, defineCustomElement };
|
32
|
-
|
33
|
-
//# sourceMappingURL=atomic-result-section-emphasized.js.map
|