@coveo/atomic 3.61.0 → 3.61.1
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 +321 -295
- package/dist/cjs/components/commerce/atomic-commerce-product-list/atomic-commerce-product-list.cjs +6 -3
- package/dist/cjs/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.cjs +4 -1
- package/dist/cjs/components/commerce/atomic-product-field-condition/atomic-product-field-condition.cjs +7 -2
- package/dist/cjs/components/search/atomic-field-condition/atomic-field-condition.cjs +5 -3
- package/dist/cjs/components/search/result-template-components/quickview-iframe/quickview-iframe.cjs +4 -2
- package/dist/cjs/generated/dayjs-locales-data.cjs +16 -16
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-product-list/atomic-commerce-product-list.js +6 -3
- package/dist/esm/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.js +4 -1
- package/dist/esm/components/commerce/atomic-product-field-condition/atomic-product-field-condition.js +8 -3
- package/dist/esm/components/search/atomic-field-condition/atomic-field-condition.js +6 -4
- package/dist/esm/components/search/result-template-components/quickview-iframe/quickview-iframe.js +4 -2
- package/dist/esm/generated/dayjs-locales-data.js +16 -16
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/dist/types/components/commerce/atomic-commerce-product-list/atomic-commerce-product-list.d.ts +1 -0
- package/dist/types/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.d.ts +1 -0
- package/dist/types/components/commerce/atomic-product-field-condition/atomic-product-field-condition.d.ts +2 -2
- package/dist/types/components/search/atomic-field-condition/atomic-field-condition.d.ts +2 -2
- package/package.json +10 -10
package/custom-elements.json
CHANGED
|
@@ -4699,6 +4699,19 @@
|
|
|
4699
4699
|
"name": "computeListDisplayClasses",
|
|
4700
4700
|
"privacy": "private"
|
|
4701
4701
|
},
|
|
4702
|
+
{
|
|
4703
|
+
"kind": "method",
|
|
4704
|
+
"name": "getProductId",
|
|
4705
|
+
"privacy": "private",
|
|
4706
|
+
"parameters": [
|
|
4707
|
+
{
|
|
4708
|
+
"name": "product",
|
|
4709
|
+
"type": {
|
|
4710
|
+
"text": "ProductListingState['products'][number]"
|
|
4711
|
+
}
|
|
4712
|
+
}
|
|
4713
|
+
]
|
|
4714
|
+
},
|
|
4702
4715
|
{
|
|
4703
4716
|
"kind": "method",
|
|
4704
4717
|
"name": "renderGrid",
|
|
@@ -4806,121 +4819,6 @@
|
|
|
4806
4819
|
}
|
|
4807
4820
|
]
|
|
4808
4821
|
},
|
|
4809
|
-
{
|
|
4810
|
-
"kind": "javascript-module",
|
|
4811
|
-
"path": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts",
|
|
4812
|
-
"declarations": [
|
|
4813
|
-
{
|
|
4814
|
-
"kind": "class",
|
|
4815
|
-
"description": "The `atomic-commerce-query-error` component handles fatal errors when performing a query on the Commerce API. When the error is known, it displays a link to relevant documentation for debugging purposes. When the error is unknown, it displays a small text area with the JSON content of the error.",
|
|
4816
|
-
"name": "AtomicCommerceQueryError",
|
|
4817
|
-
"cssParts": [
|
|
4818
|
-
{
|
|
4819
|
-
"description": "The SVG related to the error.",
|
|
4820
|
-
"name": "icon"
|
|
4821
|
-
},
|
|
4822
|
-
{
|
|
4823
|
-
"description": "The title of the error.",
|
|
4824
|
-
"name": "title"
|
|
4825
|
-
},
|
|
4826
|
-
{
|
|
4827
|
-
"description": "A description of the error.",
|
|
4828
|
-
"name": "description"
|
|
4829
|
-
},
|
|
4830
|
-
{
|
|
4831
|
-
"description": "A link to the relevant documentation.",
|
|
4832
|
-
"name": "doc-link"
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"description": "A button to request additional error information.",
|
|
4836
|
-
"name": "more-info-btn"
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"description": "Additional error information.",
|
|
4840
|
-
"name": "error-info"
|
|
4841
|
-
}
|
|
4842
|
-
],
|
|
4843
|
-
"members": [
|
|
4844
|
-
{
|
|
4845
|
-
"kind": "field",
|
|
4846
|
-
"name": "bindings",
|
|
4847
|
-
"type": {
|
|
4848
|
-
"text": "CommerceBindings"
|
|
4849
|
-
},
|
|
4850
|
-
"privacy": "private"
|
|
4851
|
-
},
|
|
4852
|
-
{
|
|
4853
|
-
"kind": "field",
|
|
4854
|
-
"name": "searchOrListing",
|
|
4855
|
-
"type": {
|
|
4856
|
-
"text": "Search | ProductListing"
|
|
4857
|
-
},
|
|
4858
|
-
"privacy": "private"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"kind": "field",
|
|
4862
|
-
"name": "searchOrListingState",
|
|
4863
|
-
"type": {
|
|
4864
|
-
"text": "SearchState | ProductListingState"
|
|
4865
|
-
},
|
|
4866
|
-
"privacy": "private"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"kind": "field",
|
|
4870
|
-
"name": "error",
|
|
4871
|
-
"type": {
|
|
4872
|
-
"text": "Error"
|
|
4873
|
-
},
|
|
4874
|
-
"privacy": "private"
|
|
4875
|
-
},
|
|
4876
|
-
{
|
|
4877
|
-
"kind": "field",
|
|
4878
|
-
"name": "showMoreInfo",
|
|
4879
|
-
"type": {
|
|
4880
|
-
"text": "boolean"
|
|
4881
|
-
},
|
|
4882
|
-
"default": "false"
|
|
4883
|
-
},
|
|
4884
|
-
{
|
|
4885
|
-
"kind": "field",
|
|
4886
|
-
"name": "ariaMessage",
|
|
4887
|
-
"privacy": "protected",
|
|
4888
|
-
"default": "new AriaLiveRegionController(this, 'commerce-query-error')"
|
|
4889
|
-
},
|
|
4890
|
-
{
|
|
4891
|
-
"kind": "method",
|
|
4892
|
-
"name": "initialize",
|
|
4893
|
-
"privacy": "public"
|
|
4894
|
-
}
|
|
4895
|
-
],
|
|
4896
|
-
"superclass": {
|
|
4897
|
-
"name": "LitElement",
|
|
4898
|
-
"package": "lit"
|
|
4899
|
-
},
|
|
4900
|
-
"events": [],
|
|
4901
|
-
"tagName": "atomic-commerce-query-error",
|
|
4902
|
-
"customElement": true
|
|
4903
|
-
}
|
|
4904
|
-
],
|
|
4905
|
-
"exports": [
|
|
4906
|
-
{
|
|
4907
|
-
"kind": "js",
|
|
4908
|
-
"name": "AtomicCommerceQueryError",
|
|
4909
|
-
"declaration": {
|
|
4910
|
-
"name": "AtomicCommerceQueryError",
|
|
4911
|
-
"module": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts"
|
|
4912
|
-
}
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"kind": "custom-element-definition",
|
|
4916
|
-
"name": "atomic-commerce-query-error",
|
|
4917
|
-
"declaration": {
|
|
4918
|
-
"name": "AtomicCommerceQueryError",
|
|
4919
|
-
"module": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts"
|
|
4920
|
-
}
|
|
4921
|
-
}
|
|
4922
|
-
]
|
|
4923
|
-
},
|
|
4924
4822
|
{
|
|
4925
4823
|
"kind": "javascript-module",
|
|
4926
4824
|
"path": "src/components/commerce/atomic-commerce-products-per-page/atomic-commerce-products-per-page.ts",
|
|
@@ -5104,6 +5002,121 @@
|
|
|
5104
5002
|
}
|
|
5105
5003
|
]
|
|
5106
5004
|
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "javascript-module",
|
|
5007
|
+
"path": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts",
|
|
5008
|
+
"declarations": [
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "class",
|
|
5011
|
+
"description": "The `atomic-commerce-query-error` component handles fatal errors when performing a query on the Commerce API. When the error is known, it displays a link to relevant documentation for debugging purposes. When the error is unknown, it displays a small text area with the JSON content of the error.",
|
|
5012
|
+
"name": "AtomicCommerceQueryError",
|
|
5013
|
+
"cssParts": [
|
|
5014
|
+
{
|
|
5015
|
+
"description": "The SVG related to the error.",
|
|
5016
|
+
"name": "icon"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"description": "The title of the error.",
|
|
5020
|
+
"name": "title"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"description": "A description of the error.",
|
|
5024
|
+
"name": "description"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"description": "A link to the relevant documentation.",
|
|
5028
|
+
"name": "doc-link"
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"description": "A button to request additional error information.",
|
|
5032
|
+
"name": "more-info-btn"
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
"description": "Additional error information.",
|
|
5036
|
+
"name": "error-info"
|
|
5037
|
+
}
|
|
5038
|
+
],
|
|
5039
|
+
"members": [
|
|
5040
|
+
{
|
|
5041
|
+
"kind": "field",
|
|
5042
|
+
"name": "bindings",
|
|
5043
|
+
"type": {
|
|
5044
|
+
"text": "CommerceBindings"
|
|
5045
|
+
},
|
|
5046
|
+
"privacy": "private"
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"kind": "field",
|
|
5050
|
+
"name": "searchOrListing",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"text": "Search | ProductListing"
|
|
5053
|
+
},
|
|
5054
|
+
"privacy": "private"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"kind": "field",
|
|
5058
|
+
"name": "searchOrListingState",
|
|
5059
|
+
"type": {
|
|
5060
|
+
"text": "SearchState | ProductListingState"
|
|
5061
|
+
},
|
|
5062
|
+
"privacy": "private"
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"kind": "field",
|
|
5066
|
+
"name": "error",
|
|
5067
|
+
"type": {
|
|
5068
|
+
"text": "Error"
|
|
5069
|
+
},
|
|
5070
|
+
"privacy": "private"
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"kind": "field",
|
|
5074
|
+
"name": "showMoreInfo",
|
|
5075
|
+
"type": {
|
|
5076
|
+
"text": "boolean"
|
|
5077
|
+
},
|
|
5078
|
+
"default": "false"
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"kind": "field",
|
|
5082
|
+
"name": "ariaMessage",
|
|
5083
|
+
"privacy": "protected",
|
|
5084
|
+
"default": "new AriaLiveRegionController(this, 'commerce-query-error')"
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"kind": "method",
|
|
5088
|
+
"name": "initialize",
|
|
5089
|
+
"privacy": "public"
|
|
5090
|
+
}
|
|
5091
|
+
],
|
|
5092
|
+
"superclass": {
|
|
5093
|
+
"name": "LitElement",
|
|
5094
|
+
"package": "lit"
|
|
5095
|
+
},
|
|
5096
|
+
"events": [],
|
|
5097
|
+
"tagName": "atomic-commerce-query-error",
|
|
5098
|
+
"customElement": true
|
|
5099
|
+
}
|
|
5100
|
+
],
|
|
5101
|
+
"exports": [
|
|
5102
|
+
{
|
|
5103
|
+
"kind": "js",
|
|
5104
|
+
"name": "AtomicCommerceQueryError",
|
|
5105
|
+
"declaration": {
|
|
5106
|
+
"name": "AtomicCommerceQueryError",
|
|
5107
|
+
"module": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts"
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"kind": "custom-element-definition",
|
|
5112
|
+
"name": "atomic-commerce-query-error",
|
|
5113
|
+
"declaration": {
|
|
5114
|
+
"name": "AtomicCommerceQueryError",
|
|
5115
|
+
"module": "src/components/commerce/atomic-commerce-query-error/atomic-commerce-query-error.ts"
|
|
5116
|
+
}
|
|
5117
|
+
}
|
|
5118
|
+
]
|
|
5119
|
+
},
|
|
5107
5120
|
{
|
|
5108
5121
|
"kind": "javascript-module",
|
|
5109
5122
|
"path": "src/components/commerce/atomic-commerce-query-summary/atomic-commerce-query-summary.ts",
|
|
@@ -5989,6 +6002,19 @@
|
|
|
5989
6002
|
"name": "initSummary",
|
|
5990
6003
|
"privacy": "private"
|
|
5991
6004
|
},
|
|
6005
|
+
{
|
|
6006
|
+
"kind": "method",
|
|
6007
|
+
"name": "getProductId",
|
|
6008
|
+
"privacy": "private",
|
|
6009
|
+
"parameters": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "product",
|
|
6012
|
+
"type": {
|
|
6013
|
+
"text": "Product"
|
|
6014
|
+
}
|
|
6015
|
+
}
|
|
6016
|
+
]
|
|
6017
|
+
},
|
|
5992
6018
|
{
|
|
5993
6019
|
"kind": "method",
|
|
5994
6020
|
"name": "getAtomicProductProps",
|
|
@@ -12723,13 +12749,13 @@
|
|
|
12723
12749
|
},
|
|
12724
12750
|
{
|
|
12725
12751
|
"kind": "javascript-module",
|
|
12726
|
-
"path": "src/components/common/atomic-facet-
|
|
12752
|
+
"path": "src/components/common/atomic-facet-number-input/atomic-facet-number-input.ts",
|
|
12727
12753
|
"declarations": [],
|
|
12728
12754
|
"exports": []
|
|
12729
12755
|
},
|
|
12730
12756
|
{
|
|
12731
12757
|
"kind": "javascript-module",
|
|
12732
|
-
"path": "src/components/common/atomic-facet-
|
|
12758
|
+
"path": "src/components/common/atomic-facet-placeholder/atomic-facet-placeholder.ts",
|
|
12733
12759
|
"declarations": [],
|
|
12734
12760
|
"exports": []
|
|
12735
12761
|
},
|
|
@@ -30596,19 +30622,27 @@
|
|
|
30596
30622
|
},
|
|
30597
30623
|
{
|
|
30598
30624
|
"kind": "javascript-module",
|
|
30599
|
-
"path": "src/components/search/atomic-
|
|
30625
|
+
"path": "src/components/search/atomic-facet-manager/atomic-facet-manager.ts",
|
|
30600
30626
|
"declarations": [
|
|
30601
30627
|
{
|
|
30602
30628
|
"kind": "class",
|
|
30603
|
-
"description": "The `atomic-
|
|
30604
|
-
"name": "
|
|
30629
|
+
"description": "The `atomic-facet-manager` is a component that manages facets by performing three key functions:\n\n1. **Sorting facets** - Reorders facets based on the search response to show the most relevant facets first.\n2. **Managing visibility** - Controls which facets should be visible or hidden based on available values and dependencies.\n3. **Managing collapse state** - Automatically expands or collapses facets based on the `collapse-facets-after` property.",
|
|
30630
|
+
"name": "AtomicFacetManager",
|
|
30605
30631
|
"slots": [
|
|
30606
30632
|
{
|
|
30607
|
-
"description": "
|
|
30633
|
+
"description": "Facet components are slotted within to leverage this functionality.",
|
|
30608
30634
|
"name": "default"
|
|
30609
30635
|
}
|
|
30610
30636
|
],
|
|
30611
30637
|
"members": [
|
|
30638
|
+
{
|
|
30639
|
+
"kind": "field",
|
|
30640
|
+
"name": "propsSchema",
|
|
30641
|
+
"privacy": "private",
|
|
30642
|
+
"static": true,
|
|
30643
|
+
"readonly": true,
|
|
30644
|
+
"default": "new Schema({ collapseFacetsAfter: new NumberValue({min: -1, required: true}), })"
|
|
30645
|
+
},
|
|
30612
30646
|
{
|
|
30613
30647
|
"kind": "field",
|
|
30614
30648
|
"name": "bindings",
|
|
@@ -30619,72 +30653,85 @@
|
|
|
30619
30653
|
},
|
|
30620
30654
|
{
|
|
30621
30655
|
"kind": "field",
|
|
30622
|
-
"name": "
|
|
30656
|
+
"name": "facetManager",
|
|
30623
30657
|
"type": {
|
|
30624
|
-
"text": "
|
|
30658
|
+
"text": "FacetManager"
|
|
30625
30659
|
},
|
|
30626
30660
|
"privacy": "private"
|
|
30627
30661
|
},
|
|
30628
30662
|
{
|
|
30629
30663
|
"kind": "field",
|
|
30630
|
-
"name": "
|
|
30664
|
+
"name": "facetManagerState",
|
|
30665
|
+
"type": {
|
|
30666
|
+
"text": "FacetManagerState"
|
|
30667
|
+
},
|
|
30631
30668
|
"privacy": "private"
|
|
30632
30669
|
},
|
|
30633
30670
|
{
|
|
30634
30671
|
"kind": "field",
|
|
30635
|
-
"name": "
|
|
30672
|
+
"name": "error",
|
|
30636
30673
|
"type": {
|
|
30637
|
-
"text": "
|
|
30674
|
+
"text": "Error"
|
|
30638
30675
|
},
|
|
30639
|
-
"
|
|
30640
|
-
"attribute": "if-defined"
|
|
30676
|
+
"privacy": "private"
|
|
30641
30677
|
},
|
|
30642
30678
|
{
|
|
30643
30679
|
"kind": "field",
|
|
30644
|
-
"name": "
|
|
30680
|
+
"name": "collapseFacetsAfter",
|
|
30645
30681
|
"type": {
|
|
30646
|
-
"text": "
|
|
30682
|
+
"text": "number"
|
|
30647
30683
|
},
|
|
30648
|
-
"
|
|
30649
|
-
"
|
|
30684
|
+
"privacy": "public",
|
|
30685
|
+
"default": "4",
|
|
30686
|
+
"description": "The number of expanded facets inside the manager.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.\nUsing the value `-1` disables the feature and keeps all facets expanded. Useful when you want to set the collapse state for each facet individually.",
|
|
30687
|
+
"attribute": "collapse-facets-after",
|
|
30688
|
+
"reflects": true
|
|
30650
30689
|
},
|
|
30651
30690
|
{
|
|
30652
|
-
"kind": "
|
|
30653
|
-
"name": "
|
|
30654
|
-
"
|
|
30655
|
-
"text": "Record<string, string[]>"
|
|
30656
|
-
},
|
|
30657
|
-
"description": "A condition that is satisfied when the specified field matches one of the specified values on a result (for example, `must-match-filetype=\"pdf,docx\"` is satisfied when a result has a filetype of either pdf or docx)."
|
|
30691
|
+
"kind": "method",
|
|
30692
|
+
"name": "initialize",
|
|
30693
|
+
"privacy": "public"
|
|
30658
30694
|
},
|
|
30659
30695
|
{
|
|
30660
30696
|
"kind": "field",
|
|
30661
|
-
"name": "
|
|
30662
|
-
"
|
|
30663
|
-
"text": "Record<string, string[]>"
|
|
30664
|
-
},
|
|
30665
|
-
"description": "A condition that is satisfied when the specified field does not match any of the specified values on a result (for example, `must-not-match-filetype=\"pdf\"` is satisfied when a result does not have a filetype of pdf)."
|
|
30697
|
+
"name": "sortFacets",
|
|
30698
|
+
"privacy": "private"
|
|
30666
30699
|
},
|
|
30667
30700
|
{
|
|
30668
30701
|
"kind": "method",
|
|
30669
|
-
"name": "
|
|
30670
|
-
},
|
|
30671
|
-
{
|
|
30672
|
-
"kind": "field",
|
|
30673
|
-
"name": "conditions",
|
|
30674
|
-
"type": {
|
|
30675
|
-
"text": "ResultTemplateCondition[]"
|
|
30676
|
-
},
|
|
30702
|
+
"name": "sortFacetsUsingManager",
|
|
30677
30703
|
"privacy": "private",
|
|
30678
|
-
"
|
|
30704
|
+
"return": {
|
|
30705
|
+
"type": {
|
|
30706
|
+
"text": "BaseFacetElement[]"
|
|
30707
|
+
}
|
|
30708
|
+
},
|
|
30709
|
+
"parameters": [
|
|
30710
|
+
{
|
|
30711
|
+
"name": "facets",
|
|
30712
|
+
"type": {
|
|
30713
|
+
"text": "BaseFacetElement[]"
|
|
30714
|
+
}
|
|
30715
|
+
},
|
|
30716
|
+
{
|
|
30717
|
+
"name": "facetManager",
|
|
30718
|
+
"type": {
|
|
30719
|
+
"text": "FacetManager"
|
|
30720
|
+
}
|
|
30721
|
+
}
|
|
30722
|
+
]
|
|
30679
30723
|
},
|
|
30680
30724
|
{
|
|
30681
30725
|
"kind": "method",
|
|
30682
|
-
"name": "
|
|
30683
|
-
"privacy": "private",
|
|
30726
|
+
"name": "getUpdateComplete",
|
|
30684
30727
|
"return": {
|
|
30685
30728
|
"type": {
|
|
30686
|
-
"text": "
|
|
30729
|
+
"text": "Promise<boolean>"
|
|
30687
30730
|
}
|
|
30731
|
+
},
|
|
30732
|
+
"inheritedFrom": {
|
|
30733
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
30734
|
+
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
30688
30735
|
}
|
|
30689
30736
|
},
|
|
30690
30737
|
{
|
|
@@ -30731,31 +30778,20 @@
|
|
|
30731
30778
|
],
|
|
30732
30779
|
"attributes": [
|
|
30733
30780
|
{
|
|
30734
|
-
"name": "
|
|
30735
|
-
"type": {
|
|
30736
|
-
"text": "string"
|
|
30737
|
-
},
|
|
30738
|
-
"description": "A condition that is satisfied when the specified field is defined on a result (for example, `if-defined=\"author\"` is satisfied when a result has the `author` field).",
|
|
30739
|
-
"fieldName": "ifDefined"
|
|
30740
|
-
},
|
|
30741
|
-
{
|
|
30742
|
-
"name": "if-not-defined",
|
|
30781
|
+
"name": "collapse-facets-after",
|
|
30743
30782
|
"type": {
|
|
30744
|
-
"text": "
|
|
30783
|
+
"text": "number"
|
|
30745
30784
|
},
|
|
30746
|
-
"
|
|
30747
|
-
"
|
|
30748
|
-
|
|
30749
|
-
{
|
|
30750
|
-
"name": "must-match",
|
|
30751
|
-
"fieldName": "mustMatch"
|
|
30752
|
-
},
|
|
30753
|
-
{
|
|
30754
|
-
"name": "must-not-match",
|
|
30755
|
-
"fieldName": "mustNotMatch"
|
|
30785
|
+
"default": "4",
|
|
30786
|
+
"description": "The number of expanded facets inside the manager.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.\nUsing the value `-1` disables the feature and keeps all facets expanded. Useful when you want to set the collapse state for each facet individually.",
|
|
30787
|
+
"fieldName": "collapseFacetsAfter"
|
|
30756
30788
|
}
|
|
30757
30789
|
],
|
|
30758
30790
|
"mixins": [
|
|
30791
|
+
{
|
|
30792
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
30793
|
+
"package": "@/src/mixins/children-update-complete-mixin"
|
|
30794
|
+
},
|
|
30759
30795
|
{
|
|
30760
30796
|
"name": "LightDomMixin",
|
|
30761
30797
|
"package": "@/src/mixins/light-dom"
|
|
@@ -30766,52 +30802,44 @@
|
|
|
30766
30802
|
"package": "lit"
|
|
30767
30803
|
},
|
|
30768
30804
|
"events": [],
|
|
30769
|
-
"tagName": "atomic-
|
|
30805
|
+
"tagName": "atomic-facet-manager",
|
|
30770
30806
|
"customElement": true
|
|
30771
30807
|
}
|
|
30772
30808
|
],
|
|
30773
30809
|
"exports": [
|
|
30774
30810
|
{
|
|
30775
30811
|
"kind": "js",
|
|
30776
|
-
"name": "
|
|
30812
|
+
"name": "AtomicFacetManager",
|
|
30777
30813
|
"declaration": {
|
|
30778
|
-
"name": "
|
|
30779
|
-
"module": "src/components/search/atomic-
|
|
30814
|
+
"name": "AtomicFacetManager",
|
|
30815
|
+
"module": "src/components/search/atomic-facet-manager/atomic-facet-manager.ts"
|
|
30780
30816
|
}
|
|
30781
30817
|
},
|
|
30782
30818
|
{
|
|
30783
30819
|
"kind": "custom-element-definition",
|
|
30784
|
-
"name": "atomic-
|
|
30820
|
+
"name": "atomic-facet-manager",
|
|
30785
30821
|
"declaration": {
|
|
30786
|
-
"name": "
|
|
30787
|
-
"module": "src/components/search/atomic-
|
|
30822
|
+
"name": "AtomicFacetManager",
|
|
30823
|
+
"module": "src/components/search/atomic-facet-manager/atomic-facet-manager.ts"
|
|
30788
30824
|
}
|
|
30789
30825
|
}
|
|
30790
30826
|
]
|
|
30791
30827
|
},
|
|
30792
30828
|
{
|
|
30793
30829
|
"kind": "javascript-module",
|
|
30794
|
-
"path": "src/components/search/atomic-
|
|
30830
|
+
"path": "src/components/search/atomic-field-condition/atomic-field-condition.ts",
|
|
30795
30831
|
"declarations": [
|
|
30796
30832
|
{
|
|
30797
30833
|
"kind": "class",
|
|
30798
|
-
"description": "The `atomic-
|
|
30799
|
-
"name": "
|
|
30834
|
+
"description": "The `atomic-field-condition` component conditionally renders content based on result properties.\nSupports checking if fields are defined/undefined or match/don't match specific values.",
|
|
30835
|
+
"name": "AtomicFieldCondition",
|
|
30800
30836
|
"slots": [
|
|
30801
30837
|
{
|
|
30802
|
-
"description": "
|
|
30838
|
+
"description": "The content to display if the conditions are met.",
|
|
30803
30839
|
"name": "default"
|
|
30804
30840
|
}
|
|
30805
30841
|
],
|
|
30806
30842
|
"members": [
|
|
30807
|
-
{
|
|
30808
|
-
"kind": "field",
|
|
30809
|
-
"name": "propsSchema",
|
|
30810
|
-
"privacy": "private",
|
|
30811
|
-
"static": true,
|
|
30812
|
-
"readonly": true,
|
|
30813
|
-
"default": "new Schema({ collapseFacetsAfter: new NumberValue({min: -1, required: true}), })"
|
|
30814
|
-
},
|
|
30815
30843
|
{
|
|
30816
30844
|
"kind": "field",
|
|
30817
30845
|
"name": "bindings",
|
|
@@ -30822,85 +30850,72 @@
|
|
|
30822
30850
|
},
|
|
30823
30851
|
{
|
|
30824
30852
|
"kind": "field",
|
|
30825
|
-
"name": "
|
|
30853
|
+
"name": "error",
|
|
30826
30854
|
"type": {
|
|
30827
|
-
"text": "
|
|
30855
|
+
"text": "Error"
|
|
30828
30856
|
},
|
|
30829
30857
|
"privacy": "private"
|
|
30830
30858
|
},
|
|
30831
30859
|
{
|
|
30832
30860
|
"kind": "field",
|
|
30833
|
-
"name": "
|
|
30834
|
-
"type": {
|
|
30835
|
-
"text": "FacetManagerState"
|
|
30836
|
-
},
|
|
30861
|
+
"name": "resultController",
|
|
30837
30862
|
"privacy": "private"
|
|
30838
30863
|
},
|
|
30839
30864
|
{
|
|
30840
30865
|
"kind": "field",
|
|
30841
|
-
"name": "
|
|
30866
|
+
"name": "ifDefined",
|
|
30842
30867
|
"type": {
|
|
30843
|
-
"text": "
|
|
30868
|
+
"text": "string"
|
|
30844
30869
|
},
|
|
30845
|
-
"
|
|
30870
|
+
"description": "A condition that is satisfied when the specified field is defined on a result (for example, `if-defined=\"author\"` is satisfied when a result has the `author` field).",
|
|
30871
|
+
"attribute": "if-defined"
|
|
30846
30872
|
},
|
|
30847
30873
|
{
|
|
30848
30874
|
"kind": "field",
|
|
30849
|
-
"name": "
|
|
30875
|
+
"name": "ifNotDefined",
|
|
30850
30876
|
"type": {
|
|
30851
|
-
"text": "
|
|
30877
|
+
"text": "string"
|
|
30852
30878
|
},
|
|
30853
|
-
"
|
|
30854
|
-
"
|
|
30855
|
-
"description": "The number of expanded facets inside the manager.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.\nUsing the value `-1` disables the feature and keeps all facets expanded. Useful when you want to set the collapse state for each facet individually.",
|
|
30856
|
-
"attribute": "collapse-facets-after",
|
|
30857
|
-
"reflects": true
|
|
30879
|
+
"description": "A condition that is satisfied when the specified field is not defined on a result (for example, `if-not-defined=\"author\"` is satisfied when a result does not have the `author` field).",
|
|
30880
|
+
"attribute": "if-not-defined"
|
|
30858
30881
|
},
|
|
30859
30882
|
{
|
|
30860
|
-
"kind": "
|
|
30861
|
-
"name": "
|
|
30862
|
-
"
|
|
30883
|
+
"kind": "field",
|
|
30884
|
+
"name": "mustMatch",
|
|
30885
|
+
"type": {
|
|
30886
|
+
"text": "Record<string, string[]>"
|
|
30887
|
+
},
|
|
30888
|
+
"description": "A condition that is satisfied when the specified field matches one of the specified values on a result (for example, `must-match-filetype=\"pdf,docx\"` is satisfied when a result has a filetype of either pdf or docx)."
|
|
30863
30889
|
},
|
|
30864
30890
|
{
|
|
30865
30891
|
"kind": "field",
|
|
30866
|
-
"name": "
|
|
30867
|
-
"
|
|
30892
|
+
"name": "mustNotMatch",
|
|
30893
|
+
"type": {
|
|
30894
|
+
"text": "Record<string, string[]>"
|
|
30895
|
+
},
|
|
30896
|
+
"description": "A condition that is satisfied when the specified field does not match any of the specified values on a result (for example, `must-not-match-filetype=\"pdf\"` is satisfied when a result does not have a filetype of pdf)."
|
|
30868
30897
|
},
|
|
30869
30898
|
{
|
|
30870
30899
|
"kind": "method",
|
|
30871
|
-
"name": "
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30900
|
+
"name": "initialize"
|
|
30901
|
+
},
|
|
30902
|
+
{
|
|
30903
|
+
"kind": "field",
|
|
30904
|
+
"name": "conditions",
|
|
30905
|
+
"type": {
|
|
30906
|
+
"text": "ResultTemplateCondition[]"
|
|
30877
30907
|
},
|
|
30878
|
-
"
|
|
30879
|
-
|
|
30880
|
-
"name": "facets",
|
|
30881
|
-
"type": {
|
|
30882
|
-
"text": "BaseFacetElement[]"
|
|
30883
|
-
}
|
|
30884
|
-
},
|
|
30885
|
-
{
|
|
30886
|
-
"name": "facetManager",
|
|
30887
|
-
"type": {
|
|
30888
|
-
"text": "FacetManager"
|
|
30889
|
-
}
|
|
30890
|
-
}
|
|
30891
|
-
]
|
|
30908
|
+
"privacy": "private",
|
|
30909
|
+
"readonly": true
|
|
30892
30910
|
},
|
|
30893
30911
|
{
|
|
30894
30912
|
"kind": "method",
|
|
30895
|
-
"name": "
|
|
30913
|
+
"name": "getResult",
|
|
30914
|
+
"privacy": "private",
|
|
30896
30915
|
"return": {
|
|
30897
30916
|
"type": {
|
|
30898
|
-
"text": "
|
|
30917
|
+
"text": "Result | undefined"
|
|
30899
30918
|
}
|
|
30900
|
-
},
|
|
30901
|
-
"inheritedFrom": {
|
|
30902
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
30903
|
-
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
30904
30919
|
}
|
|
30905
30920
|
},
|
|
30906
30921
|
{
|
|
@@ -30947,20 +30962,31 @@
|
|
|
30947
30962
|
],
|
|
30948
30963
|
"attributes": [
|
|
30949
30964
|
{
|
|
30950
|
-
"name": "
|
|
30965
|
+
"name": "if-defined",
|
|
30951
30966
|
"type": {
|
|
30952
|
-
"text": "
|
|
30967
|
+
"text": "string"
|
|
30953
30968
|
},
|
|
30954
|
-
"
|
|
30955
|
-
"
|
|
30956
|
-
|
|
30969
|
+
"description": "A condition that is satisfied when the specified field is defined on a result (for example, `if-defined=\"author\"` is satisfied when a result has the `author` field).",
|
|
30970
|
+
"fieldName": "ifDefined"
|
|
30971
|
+
},
|
|
30972
|
+
{
|
|
30973
|
+
"name": "if-not-defined",
|
|
30974
|
+
"type": {
|
|
30975
|
+
"text": "string"
|
|
30976
|
+
},
|
|
30977
|
+
"description": "A condition that is satisfied when the specified field is not defined on a result (for example, `if-not-defined=\"author\"` is satisfied when a result does not have the `author` field).",
|
|
30978
|
+
"fieldName": "ifNotDefined"
|
|
30979
|
+
},
|
|
30980
|
+
{
|
|
30981
|
+
"name": "must-match",
|
|
30982
|
+
"fieldName": "mustMatch"
|
|
30983
|
+
},
|
|
30984
|
+
{
|
|
30985
|
+
"name": "must-not-match",
|
|
30986
|
+
"fieldName": "mustNotMatch"
|
|
30957
30987
|
}
|
|
30958
30988
|
],
|
|
30959
30989
|
"mixins": [
|
|
30960
|
-
{
|
|
30961
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
30962
|
-
"package": "@/src/mixins/children-update-complete-mixin"
|
|
30963
|
-
},
|
|
30964
30990
|
{
|
|
30965
30991
|
"name": "LightDomMixin",
|
|
30966
30992
|
"package": "@/src/mixins/light-dom"
|
|
@@ -30971,25 +30997,25 @@
|
|
|
30971
30997
|
"package": "lit"
|
|
30972
30998
|
},
|
|
30973
30999
|
"events": [],
|
|
30974
|
-
"tagName": "atomic-
|
|
31000
|
+
"tagName": "atomic-field-condition",
|
|
30975
31001
|
"customElement": true
|
|
30976
31002
|
}
|
|
30977
31003
|
],
|
|
30978
31004
|
"exports": [
|
|
30979
31005
|
{
|
|
30980
31006
|
"kind": "js",
|
|
30981
|
-
"name": "
|
|
31007
|
+
"name": "AtomicFieldCondition",
|
|
30982
31008
|
"declaration": {
|
|
30983
|
-
"name": "
|
|
30984
|
-
"module": "src/components/search/atomic-
|
|
31009
|
+
"name": "AtomicFieldCondition",
|
|
31010
|
+
"module": "src/components/search/atomic-field-condition/atomic-field-condition.ts"
|
|
30985
31011
|
}
|
|
30986
31012
|
},
|
|
30987
31013
|
{
|
|
30988
31014
|
"kind": "custom-element-definition",
|
|
30989
|
-
"name": "atomic-
|
|
31015
|
+
"name": "atomic-field-condition",
|
|
30990
31016
|
"declaration": {
|
|
30991
|
-
"name": "
|
|
30992
|
-
"module": "src/components/search/atomic-
|
|
31017
|
+
"name": "AtomicFieldCondition",
|
|
31018
|
+
"module": "src/components/search/atomic-field-condition/atomic-field-condition.ts"
|
|
30993
31019
|
}
|
|
30994
31020
|
}
|
|
30995
31021
|
]
|
|
@@ -48139,37 +48165,37 @@
|
|
|
48139
48165
|
},
|
|
48140
48166
|
{
|
|
48141
48167
|
"kind": "javascript-module",
|
|
48142
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48168
|
+
"path": "src/components/commerce/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts",
|
|
48143
48169
|
"declarations": [],
|
|
48144
48170
|
"exports": []
|
|
48145
48171
|
},
|
|
48146
48172
|
{
|
|
48147
48173
|
"kind": "javascript-module",
|
|
48148
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48174
|
+
"path": "src/components/commerce/atomic-commerce-numeric-facet/e2e/fixture.ts",
|
|
48149
48175
|
"declarations": [],
|
|
48150
48176
|
"exports": []
|
|
48151
48177
|
},
|
|
48152
48178
|
{
|
|
48153
48179
|
"kind": "javascript-module",
|
|
48154
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48180
|
+
"path": "src/components/commerce/atomic-commerce-numeric-facet/e2e/page-object.ts",
|
|
48155
48181
|
"declarations": [],
|
|
48156
48182
|
"exports": []
|
|
48157
48183
|
},
|
|
48158
48184
|
{
|
|
48159
48185
|
"kind": "javascript-module",
|
|
48160
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48186
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts",
|
|
48161
48187
|
"declarations": [],
|
|
48162
48188
|
"exports": []
|
|
48163
48189
|
},
|
|
48164
48190
|
{
|
|
48165
48191
|
"kind": "javascript-module",
|
|
48166
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48192
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/fixture.ts",
|
|
48167
48193
|
"declarations": [],
|
|
48168
48194
|
"exports": []
|
|
48169
48195
|
},
|
|
48170
48196
|
{
|
|
48171
48197
|
"kind": "javascript-module",
|
|
48172
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48198
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/page-object.ts",
|
|
48173
48199
|
"declarations": [],
|
|
48174
48200
|
"exports": []
|
|
48175
48201
|
},
|
|
@@ -48193,37 +48219,37 @@
|
|
|
48193
48219
|
},
|
|
48194
48220
|
{
|
|
48195
48221
|
"kind": "javascript-module",
|
|
48196
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48222
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts",
|
|
48197
48223
|
"declarations": [],
|
|
48198
48224
|
"exports": []
|
|
48199
48225
|
},
|
|
48200
48226
|
{
|
|
48201
48227
|
"kind": "javascript-module",
|
|
48202
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48228
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/fixture.ts",
|
|
48203
48229
|
"declarations": [],
|
|
48204
48230
|
"exports": []
|
|
48205
48231
|
},
|
|
48206
48232
|
{
|
|
48207
48233
|
"kind": "javascript-module",
|
|
48208
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48234
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/page-object.ts",
|
|
48209
48235
|
"declarations": [],
|
|
48210
48236
|
"exports": []
|
|
48211
48237
|
},
|
|
48212
48238
|
{
|
|
48213
48239
|
"kind": "javascript-module",
|
|
48214
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48240
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/atomic-commerce-query-error.e2e.ts",
|
|
48215
48241
|
"declarations": [],
|
|
48216
48242
|
"exports": []
|
|
48217
48243
|
},
|
|
48218
48244
|
{
|
|
48219
48245
|
"kind": "javascript-module",
|
|
48220
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48246
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/fixture.ts",
|
|
48221
48247
|
"declarations": [],
|
|
48222
48248
|
"exports": []
|
|
48223
48249
|
},
|
|
48224
48250
|
{
|
|
48225
48251
|
"kind": "javascript-module",
|
|
48226
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48252
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/page-object.ts",
|
|
48227
48253
|
"declarations": [],
|
|
48228
48254
|
"exports": []
|
|
48229
48255
|
},
|
|
@@ -48247,37 +48273,37 @@
|
|
|
48247
48273
|
},
|
|
48248
48274
|
{
|
|
48249
48275
|
"kind": "javascript-module",
|
|
48250
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48276
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/atomic-commerce-recommendation-interface.e2e.ts",
|
|
48251
48277
|
"declarations": [],
|
|
48252
48278
|
"exports": []
|
|
48253
48279
|
},
|
|
48254
48280
|
{
|
|
48255
48281
|
"kind": "javascript-module",
|
|
48256
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48282
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/fixture.ts",
|
|
48257
48283
|
"declarations": [],
|
|
48258
48284
|
"exports": []
|
|
48259
48285
|
},
|
|
48260
48286
|
{
|
|
48261
48287
|
"kind": "javascript-module",
|
|
48262
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48288
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/page-object.ts",
|
|
48263
48289
|
"declarations": [],
|
|
48264
48290
|
"exports": []
|
|
48265
48291
|
},
|
|
48266
48292
|
{
|
|
48267
48293
|
"kind": "javascript-module",
|
|
48268
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48294
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts",
|
|
48269
48295
|
"declarations": [],
|
|
48270
48296
|
"exports": []
|
|
48271
48297
|
},
|
|
48272
48298
|
{
|
|
48273
48299
|
"kind": "javascript-module",
|
|
48274
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48300
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/fixture.ts",
|
|
48275
48301
|
"declarations": [],
|
|
48276
48302
|
"exports": []
|
|
48277
48303
|
},
|
|
48278
48304
|
{
|
|
48279
48305
|
"kind": "javascript-module",
|
|
48280
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48306
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/page-object.ts",
|
|
48281
48307
|
"declarations": [],
|
|
48282
48308
|
"exports": []
|
|
48283
48309
|
},
|
|
@@ -48924,49 +48950,49 @@
|
|
|
48924
48950
|
},
|
|
48925
48951
|
{
|
|
48926
48952
|
"kind": "javascript-module",
|
|
48927
|
-
"path": "src/components/common/generated-answer/
|
|
48953
|
+
"path": "src/components/common/generated-answer/generated-content/generated-markdown-content.ts",
|
|
48928
48954
|
"declarations": [],
|
|
48929
48955
|
"exports": []
|
|
48930
48956
|
},
|
|
48931
48957
|
{
|
|
48932
48958
|
"kind": "javascript-module",
|
|
48933
|
-
"path": "src/components/common/generated-answer/
|
|
48959
|
+
"path": "src/components/common/generated-answer/generated-content/generated-markdown-content.tw.css.ts",
|
|
48934
48960
|
"declarations": [],
|
|
48935
48961
|
"exports": []
|
|
48936
48962
|
},
|
|
48937
48963
|
{
|
|
48938
48964
|
"kind": "javascript-module",
|
|
48939
|
-
"path": "src/components/common/generated-answer/
|
|
48965
|
+
"path": "src/components/common/generated-answer/generated-content/generated-text-content.ts",
|
|
48940
48966
|
"declarations": [],
|
|
48941
48967
|
"exports": []
|
|
48942
48968
|
},
|
|
48943
48969
|
{
|
|
48944
48970
|
"kind": "javascript-module",
|
|
48945
|
-
"path": "src/components/common/generated-answer/
|
|
48971
|
+
"path": "src/components/common/generated-answer/generated-content/markdown-utils.ts",
|
|
48946
48972
|
"declarations": [],
|
|
48947
48973
|
"exports": []
|
|
48948
48974
|
},
|
|
48949
48975
|
{
|
|
48950
48976
|
"kind": "javascript-module",
|
|
48951
|
-
"path": "src/components/common/generated-answer/
|
|
48977
|
+
"path": "src/components/common/generated-answer/styles/copy-button.tw.css.ts",
|
|
48952
48978
|
"declarations": [],
|
|
48953
48979
|
"exports": []
|
|
48954
48980
|
},
|
|
48955
48981
|
{
|
|
48956
48982
|
"kind": "javascript-module",
|
|
48957
|
-
"path": "src/components/common/generated-answer/
|
|
48983
|
+
"path": "src/components/common/generated-answer/styles/feedback-buttons.tw.css.ts",
|
|
48958
48984
|
"declarations": [],
|
|
48959
48985
|
"exports": []
|
|
48960
48986
|
},
|
|
48961
48987
|
{
|
|
48962
48988
|
"kind": "javascript-module",
|
|
48963
|
-
"path": "src/components/common/generated-answer/
|
|
48989
|
+
"path": "src/components/common/generated-answer/styles/generated-answer.tw.css.ts",
|
|
48964
48990
|
"declarations": [],
|
|
48965
48991
|
"exports": []
|
|
48966
48992
|
},
|
|
48967
48993
|
{
|
|
48968
48994
|
"kind": "javascript-module",
|
|
48969
|
-
"path": "src/components/common/generated-answer/generated-
|
|
48995
|
+
"path": "src/components/common/generated-answer/styles/generated-text.tw.css.ts",
|
|
48970
48996
|
"declarations": [],
|
|
48971
48997
|
"exports": []
|
|
48972
48998
|
},
|
|
@@ -49830,37 +49856,37 @@
|
|
|
49830
49856
|
},
|
|
49831
49857
|
{
|
|
49832
49858
|
"kind": "javascript-module",
|
|
49833
|
-
"path": "src/components/search/atomic-automatic-facet
|
|
49859
|
+
"path": "src/components/search/atomic-automatic-facet/e2e/atomic-automatic-facet.e2e.ts",
|
|
49834
49860
|
"declarations": [],
|
|
49835
49861
|
"exports": []
|
|
49836
49862
|
},
|
|
49837
49863
|
{
|
|
49838
49864
|
"kind": "javascript-module",
|
|
49839
|
-
"path": "src/components/search/atomic-automatic-facet
|
|
49865
|
+
"path": "src/components/search/atomic-automatic-facet/e2e/fixture.ts",
|
|
49840
49866
|
"declarations": [],
|
|
49841
49867
|
"exports": []
|
|
49842
49868
|
},
|
|
49843
49869
|
{
|
|
49844
49870
|
"kind": "javascript-module",
|
|
49845
|
-
"path": "src/components/search/atomic-automatic-facet
|
|
49871
|
+
"path": "src/components/search/atomic-automatic-facet/e2e/page-object.ts",
|
|
49846
49872
|
"declarations": [],
|
|
49847
49873
|
"exports": []
|
|
49848
49874
|
},
|
|
49849
49875
|
{
|
|
49850
49876
|
"kind": "javascript-module",
|
|
49851
|
-
"path": "src/components/search/atomic-automatic-facet/e2e/atomic-automatic-facet.e2e.ts",
|
|
49877
|
+
"path": "src/components/search/atomic-automatic-facet-generator/e2e/atomic-automatic-facet-generator.e2e.ts",
|
|
49852
49878
|
"declarations": [],
|
|
49853
49879
|
"exports": []
|
|
49854
49880
|
},
|
|
49855
49881
|
{
|
|
49856
49882
|
"kind": "javascript-module",
|
|
49857
|
-
"path": "src/components/search/atomic-automatic-facet/e2e/fixture.ts",
|
|
49883
|
+
"path": "src/components/search/atomic-automatic-facet-generator/e2e/fixture.ts",
|
|
49858
49884
|
"declarations": [],
|
|
49859
49885
|
"exports": []
|
|
49860
49886
|
},
|
|
49861
49887
|
{
|
|
49862
49888
|
"kind": "javascript-module",
|
|
49863
|
-
"path": "src/components/search/atomic-automatic-facet/e2e/page-object.ts",
|
|
49889
|
+
"path": "src/components/search/atomic-automatic-facet-generator/e2e/page-object.ts",
|
|
49864
49890
|
"declarations": [],
|
|
49865
49891
|
"exports": []
|
|
49866
49892
|
},
|
|
@@ -49974,37 +50000,37 @@
|
|
|
49974
50000
|
},
|
|
49975
50001
|
{
|
|
49976
50002
|
"kind": "javascript-module",
|
|
49977
|
-
"path": "src/components/search/atomic-
|
|
50003
|
+
"path": "src/components/search/atomic-facet-manager/e2e/atomic-facet-manager.e2e.ts",
|
|
49978
50004
|
"declarations": [],
|
|
49979
50005
|
"exports": []
|
|
49980
50006
|
},
|
|
49981
50007
|
{
|
|
49982
50008
|
"kind": "javascript-module",
|
|
49983
|
-
"path": "src/components/search/atomic-
|
|
50009
|
+
"path": "src/components/search/atomic-facet-manager/e2e/fixture.ts",
|
|
49984
50010
|
"declarations": [],
|
|
49985
50011
|
"exports": []
|
|
49986
50012
|
},
|
|
49987
50013
|
{
|
|
49988
50014
|
"kind": "javascript-module",
|
|
49989
|
-
"path": "src/components/search/atomic-
|
|
50015
|
+
"path": "src/components/search/atomic-facet-manager/e2e/page-object.ts",
|
|
49990
50016
|
"declarations": [],
|
|
49991
50017
|
"exports": []
|
|
49992
50018
|
},
|
|
49993
50019
|
{
|
|
49994
50020
|
"kind": "javascript-module",
|
|
49995
|
-
"path": "src/components/search/atomic-
|
|
50021
|
+
"path": "src/components/search/atomic-field-condition/e2e/atomic-field-condition.e2e.ts",
|
|
49996
50022
|
"declarations": [],
|
|
49997
50023
|
"exports": []
|
|
49998
50024
|
},
|
|
49999
50025
|
{
|
|
50000
50026
|
"kind": "javascript-module",
|
|
50001
|
-
"path": "src/components/search/atomic-
|
|
50027
|
+
"path": "src/components/search/atomic-field-condition/e2e/fixture.ts",
|
|
50002
50028
|
"declarations": [],
|
|
50003
50029
|
"exports": []
|
|
50004
50030
|
},
|
|
50005
50031
|
{
|
|
50006
50032
|
"kind": "javascript-module",
|
|
50007
|
-
"path": "src/components/search/atomic-
|
|
50033
|
+
"path": "src/components/search/atomic-field-condition/e2e/page-object.ts",
|
|
50008
50034
|
"declarations": [],
|
|
50009
50035
|
"exports": []
|
|
50010
50036
|
},
|