@coveo/atomic 3.56.0 → 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 +1145 -1145
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/package.json +5 -4
package/custom-elements.json
CHANGED
|
@@ -8931,12 +8931,12 @@
|
|
|
8931
8931
|
},
|
|
8932
8932
|
{
|
|
8933
8933
|
"kind": "javascript-module",
|
|
8934
|
-
"path": "src/components/commerce/atomic-product-
|
|
8934
|
+
"path": "src/components/commerce/atomic-product-description/atomic-product-description.ts",
|
|
8935
8935
|
"declarations": [
|
|
8936
8936
|
{
|
|
8937
8937
|
"kind": "class",
|
|
8938
|
-
"description": "The `atomic-product-
|
|
8939
|
-
"name": "
|
|
8938
|
+
"description": "The `atomic-product-description` component renders the description of a product.",
|
|
8939
|
+
"name": "AtomicProductDescription",
|
|
8940
8940
|
"members": [
|
|
8941
8941
|
{
|
|
8942
8942
|
"kind": "field",
|
|
@@ -8984,11 +8984,11 @@
|
|
|
8984
8984
|
"text": "ResizeObserver"
|
|
8985
8985
|
},
|
|
8986
8986
|
"privacy": "private",
|
|
8987
|
-
"default": "new ResizeObserver(() => { if (this.
|
|
8987
|
+
"default": "new ResizeObserver(() => { if (this.descriptionRef.value) { this.isTruncated = this.descriptionRef.value.scrollHeight > this.descriptionRef.value.clientHeight; } })"
|
|
8988
8988
|
},
|
|
8989
8989
|
{
|
|
8990
8990
|
"kind": "field",
|
|
8991
|
-
"name": "
|
|
8991
|
+
"name": "descriptionRef",
|
|
8992
8992
|
"privacy": "private"
|
|
8993
8993
|
},
|
|
8994
8994
|
{
|
|
@@ -8999,9 +8999,20 @@
|
|
|
8999
8999
|
},
|
|
9000
9000
|
"privacy": "public",
|
|
9001
9001
|
"default": "'2'",
|
|
9002
|
-
"description": "The number of lines after which the product
|
|
9002
|
+
"description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
|
|
9003
9003
|
"attribute": "truncate-after"
|
|
9004
9004
|
},
|
|
9005
|
+
{
|
|
9006
|
+
"kind": "field",
|
|
9007
|
+
"name": "field",
|
|
9008
|
+
"type": {
|
|
9009
|
+
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9010
|
+
},
|
|
9011
|
+
"privacy": "public",
|
|
9012
|
+
"default": "'ec_shortdesc'",
|
|
9013
|
+
"description": "The name of the description field to use.",
|
|
9014
|
+
"attribute": "field"
|
|
9015
|
+
},
|
|
9005
9016
|
{
|
|
9006
9017
|
"kind": "field",
|
|
9007
9018
|
"name": "isCollapsible",
|
|
@@ -9010,13 +9021,12 @@
|
|
|
9010
9021
|
},
|
|
9011
9022
|
"privacy": "public",
|
|
9012
9023
|
"default": "false",
|
|
9013
|
-
"description": "Whether the
|
|
9024
|
+
"description": "Whether the description should be collapsible after being expanded.",
|
|
9014
9025
|
"attribute": "is-collapsible"
|
|
9015
9026
|
},
|
|
9016
9027
|
{
|
|
9017
9028
|
"kind": "method",
|
|
9018
|
-
"name": "initialize"
|
|
9019
|
-
"privacy": "public"
|
|
9029
|
+
"name": "initialize"
|
|
9020
9030
|
},
|
|
9021
9031
|
{
|
|
9022
9032
|
"kind": "method",
|
|
@@ -9024,18 +9034,9 @@
|
|
|
9024
9034
|
"privacy": "private"
|
|
9025
9035
|
},
|
|
9026
9036
|
{
|
|
9027
|
-
"kind": "
|
|
9037
|
+
"kind": "field",
|
|
9028
9038
|
"name": "onToggleExpand",
|
|
9029
|
-
"privacy": "private"
|
|
9030
|
-
"parameters": [
|
|
9031
|
-
{
|
|
9032
|
-
"name": "e",
|
|
9033
|
-
"optional": true,
|
|
9034
|
-
"type": {
|
|
9035
|
-
"text": "MouseEvent"
|
|
9036
|
-
}
|
|
9037
|
-
}
|
|
9038
|
-
]
|
|
9039
|
+
"privacy": "private"
|
|
9039
9040
|
},
|
|
9040
9041
|
{
|
|
9041
9042
|
"kind": "field",
|
|
@@ -9095,23 +9096,32 @@
|
|
|
9095
9096
|
"text": "TruncateAfter"
|
|
9096
9097
|
},
|
|
9097
9098
|
"default": "'2'",
|
|
9098
|
-
"description": "The number of lines after which the product
|
|
9099
|
+
"description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
|
|
9099
9100
|
"fieldName": "truncateAfter"
|
|
9100
9101
|
},
|
|
9102
|
+
{
|
|
9103
|
+
"name": "field",
|
|
9104
|
+
"type": {
|
|
9105
|
+
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9106
|
+
},
|
|
9107
|
+
"default": "'ec_shortdesc'",
|
|
9108
|
+
"description": "The name of the description field to use.",
|
|
9109
|
+
"fieldName": "field"
|
|
9110
|
+
},
|
|
9101
9111
|
{
|
|
9102
9112
|
"name": "is-collapsible",
|
|
9103
9113
|
"type": {
|
|
9104
9114
|
"text": "boolean"
|
|
9105
9115
|
},
|
|
9106
9116
|
"default": "false",
|
|
9107
|
-
"description": "Whether the
|
|
9117
|
+
"description": "Whether the description should be collapsible after being expanded.",
|
|
9108
9118
|
"fieldName": "isCollapsible"
|
|
9109
9119
|
}
|
|
9110
9120
|
],
|
|
9111
9121
|
"mixins": [
|
|
9112
9122
|
{
|
|
9113
9123
|
"name": "LightDomMixin",
|
|
9114
|
-
"package": "@/src/mixins/light-dom"
|
|
9124
|
+
"package": "@/src/mixins/light-dom.js"
|
|
9115
9125
|
}
|
|
9116
9126
|
],
|
|
9117
9127
|
"superclass": {
|
|
@@ -9119,37 +9129,37 @@
|
|
|
9119
9129
|
"package": "lit"
|
|
9120
9130
|
},
|
|
9121
9131
|
"events": [],
|
|
9122
|
-
"tagName": "atomic-product-
|
|
9132
|
+
"tagName": "atomic-product-description",
|
|
9123
9133
|
"customElement": true
|
|
9124
9134
|
}
|
|
9125
9135
|
],
|
|
9126
9136
|
"exports": [
|
|
9127
9137
|
{
|
|
9128
9138
|
"kind": "js",
|
|
9129
|
-
"name": "
|
|
9139
|
+
"name": "AtomicProductDescription",
|
|
9130
9140
|
"declaration": {
|
|
9131
|
-
"name": "
|
|
9132
|
-
"module": "src/components/commerce/atomic-product-
|
|
9141
|
+
"name": "AtomicProductDescription",
|
|
9142
|
+
"module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
|
|
9133
9143
|
}
|
|
9134
9144
|
},
|
|
9135
9145
|
{
|
|
9136
9146
|
"kind": "custom-element-definition",
|
|
9137
|
-
"name": "atomic-product-
|
|
9147
|
+
"name": "atomic-product-description",
|
|
9138
9148
|
"declaration": {
|
|
9139
|
-
"name": "
|
|
9140
|
-
"module": "src/components/commerce/atomic-product-
|
|
9149
|
+
"name": "AtomicProductDescription",
|
|
9150
|
+
"module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
|
|
9141
9151
|
}
|
|
9142
9152
|
}
|
|
9143
9153
|
]
|
|
9144
9154
|
},
|
|
9145
9155
|
{
|
|
9146
9156
|
"kind": "javascript-module",
|
|
9147
|
-
"path": "src/components/commerce/atomic-product-
|
|
9157
|
+
"path": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts",
|
|
9148
9158
|
"declarations": [
|
|
9149
9159
|
{
|
|
9150
9160
|
"kind": "class",
|
|
9151
|
-
"description": "The `atomic-product-
|
|
9152
|
-
"name": "
|
|
9161
|
+
"description": "The `atomic-product-excerpt` component renders the excerpt of a product.",
|
|
9162
|
+
"name": "AtomicProductExcerpt",
|
|
9153
9163
|
"members": [
|
|
9154
9164
|
{
|
|
9155
9165
|
"kind": "field",
|
|
@@ -9197,11 +9207,11 @@
|
|
|
9197
9207
|
"text": "ResizeObserver"
|
|
9198
9208
|
},
|
|
9199
9209
|
"privacy": "private",
|
|
9200
|
-
"default": "new ResizeObserver(() => { if (this.
|
|
9210
|
+
"default": "new ResizeObserver(() => { if (this.excerptRef.value) { this.isTruncated = this.excerptRef.value.scrollHeight > this.excerptRef.value.clientHeight; } })"
|
|
9201
9211
|
},
|
|
9202
9212
|
{
|
|
9203
9213
|
"kind": "field",
|
|
9204
|
-
"name": "
|
|
9214
|
+
"name": "excerptRef",
|
|
9205
9215
|
"privacy": "private"
|
|
9206
9216
|
},
|
|
9207
9217
|
{
|
|
@@ -9212,20 +9222,9 @@
|
|
|
9212
9222
|
},
|
|
9213
9223
|
"privacy": "public",
|
|
9214
9224
|
"default": "'2'",
|
|
9215
|
-
"description": "The number of lines after which the product
|
|
9225
|
+
"description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
|
|
9216
9226
|
"attribute": "truncate-after"
|
|
9217
9227
|
},
|
|
9218
|
-
{
|
|
9219
|
-
"kind": "field",
|
|
9220
|
-
"name": "field",
|
|
9221
|
-
"type": {
|
|
9222
|
-
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9223
|
-
},
|
|
9224
|
-
"privacy": "public",
|
|
9225
|
-
"default": "'ec_shortdesc'",
|
|
9226
|
-
"description": "The name of the description field to use.",
|
|
9227
|
-
"attribute": "field"
|
|
9228
|
-
},
|
|
9229
9228
|
{
|
|
9230
9229
|
"kind": "field",
|
|
9231
9230
|
"name": "isCollapsible",
|
|
@@ -9234,12 +9233,13 @@
|
|
|
9234
9233
|
},
|
|
9235
9234
|
"privacy": "public",
|
|
9236
9235
|
"default": "false",
|
|
9237
|
-
"description": "Whether the
|
|
9236
|
+
"description": "Whether the excerpt should be collapsible after being expanded.",
|
|
9238
9237
|
"attribute": "is-collapsible"
|
|
9239
9238
|
},
|
|
9240
9239
|
{
|
|
9241
9240
|
"kind": "method",
|
|
9242
|
-
"name": "initialize"
|
|
9241
|
+
"name": "initialize",
|
|
9242
|
+
"privacy": "public"
|
|
9243
9243
|
},
|
|
9244
9244
|
{
|
|
9245
9245
|
"kind": "method",
|
|
@@ -9247,9 +9247,18 @@
|
|
|
9247
9247
|
"privacy": "private"
|
|
9248
9248
|
},
|
|
9249
9249
|
{
|
|
9250
|
-
"kind": "
|
|
9250
|
+
"kind": "method",
|
|
9251
9251
|
"name": "onToggleExpand",
|
|
9252
|
-
"privacy": "private"
|
|
9252
|
+
"privacy": "private",
|
|
9253
|
+
"parameters": [
|
|
9254
|
+
{
|
|
9255
|
+
"name": "e",
|
|
9256
|
+
"optional": true,
|
|
9257
|
+
"type": {
|
|
9258
|
+
"text": "MouseEvent"
|
|
9259
|
+
}
|
|
9260
|
+
}
|
|
9261
|
+
]
|
|
9253
9262
|
},
|
|
9254
9263
|
{
|
|
9255
9264
|
"kind": "field",
|
|
@@ -9309,32 +9318,23 @@
|
|
|
9309
9318
|
"text": "TruncateAfter"
|
|
9310
9319
|
},
|
|
9311
9320
|
"default": "'2'",
|
|
9312
|
-
"description": "The number of lines after which the product
|
|
9321
|
+
"description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
|
|
9313
9322
|
"fieldName": "truncateAfter"
|
|
9314
9323
|
},
|
|
9315
|
-
{
|
|
9316
|
-
"name": "field",
|
|
9317
|
-
"type": {
|
|
9318
|
-
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9319
|
-
},
|
|
9320
|
-
"default": "'ec_shortdesc'",
|
|
9321
|
-
"description": "The name of the description field to use.",
|
|
9322
|
-
"fieldName": "field"
|
|
9323
|
-
},
|
|
9324
9324
|
{
|
|
9325
9325
|
"name": "is-collapsible",
|
|
9326
9326
|
"type": {
|
|
9327
9327
|
"text": "boolean"
|
|
9328
9328
|
},
|
|
9329
9329
|
"default": "false",
|
|
9330
|
-
"description": "Whether the
|
|
9330
|
+
"description": "Whether the excerpt should be collapsible after being expanded.",
|
|
9331
9331
|
"fieldName": "isCollapsible"
|
|
9332
9332
|
}
|
|
9333
9333
|
],
|
|
9334
9334
|
"mixins": [
|
|
9335
9335
|
{
|
|
9336
9336
|
"name": "LightDomMixin",
|
|
9337
|
-
"package": "@/src/mixins/light-dom
|
|
9337
|
+
"package": "@/src/mixins/light-dom"
|
|
9338
9338
|
}
|
|
9339
9339
|
],
|
|
9340
9340
|
"superclass": {
|
|
@@ -9342,25 +9342,25 @@
|
|
|
9342
9342
|
"package": "lit"
|
|
9343
9343
|
},
|
|
9344
9344
|
"events": [],
|
|
9345
|
-
"tagName": "atomic-product-
|
|
9345
|
+
"tagName": "atomic-product-excerpt",
|
|
9346
9346
|
"customElement": true
|
|
9347
9347
|
}
|
|
9348
9348
|
],
|
|
9349
9349
|
"exports": [
|
|
9350
9350
|
{
|
|
9351
9351
|
"kind": "js",
|
|
9352
|
-
"name": "
|
|
9352
|
+
"name": "AtomicProductExcerpt",
|
|
9353
9353
|
"declaration": {
|
|
9354
|
-
"name": "
|
|
9355
|
-
"module": "src/components/commerce/atomic-product-
|
|
9354
|
+
"name": "AtomicProductExcerpt",
|
|
9355
|
+
"module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
|
|
9356
9356
|
}
|
|
9357
9357
|
},
|
|
9358
9358
|
{
|
|
9359
9359
|
"kind": "custom-element-definition",
|
|
9360
|
-
"name": "atomic-product-
|
|
9360
|
+
"name": "atomic-product-excerpt",
|
|
9361
9361
|
"declaration": {
|
|
9362
|
-
"name": "
|
|
9363
|
-
"module": "src/components/commerce/atomic-product-
|
|
9362
|
+
"name": "AtomicProductExcerpt",
|
|
9363
|
+
"module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
|
|
9364
9364
|
}
|
|
9365
9365
|
}
|
|
9366
9366
|
]
|
|
@@ -12872,6 +12872,395 @@
|
|
|
12872
12872
|
"declarations": [],
|
|
12873
12873
|
"exports": []
|
|
12874
12874
|
},
|
|
12875
|
+
{
|
|
12876
|
+
"kind": "javascript-module",
|
|
12877
|
+
"path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
|
|
12878
|
+
"declarations": [
|
|
12879
|
+
{
|
|
12880
|
+
"kind": "class",
|
|
12881
|
+
"description": "Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`",
|
|
12882
|
+
"name": "AtomicGeneratedAnswerFeedbackModal",
|
|
12883
|
+
"cssParts": [
|
|
12884
|
+
{
|
|
12885
|
+
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
12886
|
+
"name": "backdrop"
|
|
12887
|
+
},
|
|
12888
|
+
{
|
|
12889
|
+
"description": "The modal's outermost container with the outline and background.",
|
|
12890
|
+
"name": "container"
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
"description": "The modal header container.",
|
|
12894
|
+
"name": "modal-header"
|
|
12895
|
+
},
|
|
12896
|
+
{
|
|
12897
|
+
"description": "The wrapper around the close button.",
|
|
12898
|
+
"name": "close-button-wrapper"
|
|
12899
|
+
},
|
|
12900
|
+
{
|
|
12901
|
+
"description": "The close button.",
|
|
12902
|
+
"name": "close-button"
|
|
12903
|
+
},
|
|
12904
|
+
{
|
|
12905
|
+
"description": "The feedback form.",
|
|
12906
|
+
"name": "form"
|
|
12907
|
+
},
|
|
12908
|
+
{
|
|
12909
|
+
"description": "The modal footer container.",
|
|
12910
|
+
"name": "modal-footer"
|
|
12911
|
+
},
|
|
12912
|
+
{
|
|
12913
|
+
"description": "The cancel/skip button.",
|
|
12914
|
+
"name": "cancel-button"
|
|
12915
|
+
},
|
|
12916
|
+
{
|
|
12917
|
+
"description": "The submit button.",
|
|
12918
|
+
"name": "submit-button"
|
|
12919
|
+
}
|
|
12920
|
+
],
|
|
12921
|
+
"members": [
|
|
12922
|
+
{
|
|
12923
|
+
"kind": "field",
|
|
12924
|
+
"name": "options",
|
|
12925
|
+
"type": {
|
|
12926
|
+
"text": "{\n localeKey: string;\n correspondingAnswer: keyof GeneratedAnswerFeedback;\n }[]"
|
|
12927
|
+
},
|
|
12928
|
+
"privacy": "private",
|
|
12929
|
+
"static": true,
|
|
12930
|
+
"default": "[ { localeKey: 'feedback-correct-topic', correspondingAnswer: 'correctTopic', }, { localeKey: 'feedback-hallucination-free', correspondingAnswer: 'hallucinationFree', }, { localeKey: 'feedback-documented', correspondingAnswer: 'documented', }, { localeKey: 'feedback-readable', correspondingAnswer: 'readable', }, ]"
|
|
12931
|
+
},
|
|
12932
|
+
{
|
|
12933
|
+
"kind": "field",
|
|
12934
|
+
"name": "isOpen",
|
|
12935
|
+
"type": {
|
|
12936
|
+
"text": "boolean"
|
|
12937
|
+
},
|
|
12938
|
+
"default": "false",
|
|
12939
|
+
"description": "Indicates whether the modal is open.",
|
|
12940
|
+
"attribute": "is-open",
|
|
12941
|
+
"reflects": true
|
|
12942
|
+
},
|
|
12943
|
+
{
|
|
12944
|
+
"kind": "field",
|
|
12945
|
+
"name": "generatedAnswer",
|
|
12946
|
+
"type": {
|
|
12947
|
+
"text": "GeneratedAnswer"
|
|
12948
|
+
},
|
|
12949
|
+
"description": "A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal."
|
|
12950
|
+
},
|
|
12951
|
+
{
|
|
12952
|
+
"kind": "field",
|
|
12953
|
+
"name": "helpful",
|
|
12954
|
+
"type": {
|
|
12955
|
+
"text": "boolean"
|
|
12956
|
+
},
|
|
12957
|
+
"default": "false",
|
|
12958
|
+
"description": "Indicates whether the answer was helpful or not.",
|
|
12959
|
+
"attribute": "helpful",
|
|
12960
|
+
"reflects": true
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"kind": "field",
|
|
12964
|
+
"name": "bindings",
|
|
12965
|
+
"type": {
|
|
12966
|
+
"text": "AnyBindings"
|
|
12967
|
+
},
|
|
12968
|
+
"privacy": "private"
|
|
12969
|
+
},
|
|
12970
|
+
{
|
|
12971
|
+
"kind": "field",
|
|
12972
|
+
"name": "error",
|
|
12973
|
+
"type": {
|
|
12974
|
+
"text": "Error"
|
|
12975
|
+
},
|
|
12976
|
+
"privacy": "private"
|
|
12977
|
+
},
|
|
12978
|
+
{
|
|
12979
|
+
"kind": "field",
|
|
12980
|
+
"name": "currentAnswer",
|
|
12981
|
+
"type": {
|
|
12982
|
+
"text": "Partial<GeneratedAnswerFeedback>"
|
|
12983
|
+
},
|
|
12984
|
+
"privacy": "private"
|
|
12985
|
+
},
|
|
12986
|
+
{
|
|
12987
|
+
"kind": "field",
|
|
12988
|
+
"name": "feedbackSubmitted",
|
|
12989
|
+
"type": {
|
|
12990
|
+
"text": "boolean"
|
|
12991
|
+
},
|
|
12992
|
+
"privacy": "private",
|
|
12993
|
+
"default": "false"
|
|
12994
|
+
},
|
|
12995
|
+
{
|
|
12996
|
+
"kind": "field",
|
|
12997
|
+
"name": "answerEvaluationRequired",
|
|
12998
|
+
"type": {
|
|
12999
|
+
"text": "boolean"
|
|
13000
|
+
},
|
|
13001
|
+
"privacy": "private",
|
|
13002
|
+
"default": "false"
|
|
13003
|
+
},
|
|
13004
|
+
{
|
|
13005
|
+
"kind": "field",
|
|
13006
|
+
"name": "formId",
|
|
13007
|
+
"privacy": "private",
|
|
13008
|
+
"readonly": true
|
|
13009
|
+
},
|
|
13010
|
+
{
|
|
13011
|
+
"kind": "field",
|
|
13012
|
+
"name": "detailsInputRef",
|
|
13013
|
+
"type": {
|
|
13014
|
+
"text": "Ref<HTMLTextAreaElement>"
|
|
13015
|
+
},
|
|
13016
|
+
"privacy": "private"
|
|
13017
|
+
},
|
|
13018
|
+
{
|
|
13019
|
+
"kind": "field",
|
|
13020
|
+
"name": "linkInputRef",
|
|
13021
|
+
"type": {
|
|
13022
|
+
"text": "Ref<HTMLInputElement>"
|
|
13023
|
+
},
|
|
13024
|
+
"privacy": "private"
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"kind": "field",
|
|
13028
|
+
"name": "updateBreakpoints",
|
|
13029
|
+
"privacy": "private"
|
|
13030
|
+
},
|
|
13031
|
+
{
|
|
13032
|
+
"kind": "method",
|
|
13033
|
+
"name": "initialize"
|
|
13034
|
+
},
|
|
13035
|
+
{
|
|
13036
|
+
"kind": "method",
|
|
13037
|
+
"name": "watchToggleOpen",
|
|
13038
|
+
"parameters": [
|
|
13039
|
+
{
|
|
13040
|
+
"name": "_oldValue",
|
|
13041
|
+
"type": {
|
|
13042
|
+
"text": "boolean | undefined"
|
|
13043
|
+
}
|
|
13044
|
+
},
|
|
13045
|
+
{
|
|
13046
|
+
"name": "newValue",
|
|
13047
|
+
"type": {
|
|
13048
|
+
"text": "boolean | undefined"
|
|
13049
|
+
}
|
|
13050
|
+
}
|
|
13051
|
+
]
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
"kind": "method",
|
|
13055
|
+
"name": "getInitialAnswerState",
|
|
13056
|
+
"privacy": "private",
|
|
13057
|
+
"return": {
|
|
13058
|
+
"type": {
|
|
13059
|
+
"text": "Partial<GeneratedAnswerFeedback>"
|
|
13060
|
+
}
|
|
13061
|
+
}
|
|
13062
|
+
},
|
|
13063
|
+
{
|
|
13064
|
+
"kind": "method",
|
|
13065
|
+
"name": "resetState",
|
|
13066
|
+
"privacy": "private"
|
|
13067
|
+
},
|
|
13068
|
+
{
|
|
13069
|
+
"kind": "method",
|
|
13070
|
+
"name": "clearInputRefs",
|
|
13071
|
+
"privacy": "private"
|
|
13072
|
+
},
|
|
13073
|
+
{
|
|
13074
|
+
"kind": "method",
|
|
13075
|
+
"name": "close",
|
|
13076
|
+
"privacy": "private"
|
|
13077
|
+
},
|
|
13078
|
+
{
|
|
13079
|
+
"kind": "method",
|
|
13080
|
+
"name": "setCurrentAnswer",
|
|
13081
|
+
"privacy": "private",
|
|
13082
|
+
"parameters": [
|
|
13083
|
+
{
|
|
13084
|
+
"name": "key",
|
|
13085
|
+
"type": {
|
|
13086
|
+
"text": "keyof GeneratedAnswerFeedback"
|
|
13087
|
+
}
|
|
13088
|
+
},
|
|
13089
|
+
{
|
|
13090
|
+
"name": "value",
|
|
13091
|
+
"type": {
|
|
13092
|
+
"text": "GeneratedAnswerFeedbackOption | string"
|
|
13093
|
+
}
|
|
13094
|
+
}
|
|
13095
|
+
]
|
|
13096
|
+
},
|
|
13097
|
+
{
|
|
13098
|
+
"kind": "method",
|
|
13099
|
+
"name": "sendFeedback",
|
|
13100
|
+
"privacy": "public"
|
|
13101
|
+
},
|
|
13102
|
+
{
|
|
13103
|
+
"kind": "field",
|
|
13104
|
+
"name": "isAnyAnswerEvaluationUndefined",
|
|
13105
|
+
"privacy": "private"
|
|
13106
|
+
},
|
|
13107
|
+
{
|
|
13108
|
+
"kind": "method",
|
|
13109
|
+
"name": "handleSubmit",
|
|
13110
|
+
"privacy": "private",
|
|
13111
|
+
"parameters": [
|
|
13112
|
+
{
|
|
13113
|
+
"name": "e",
|
|
13114
|
+
"type": {
|
|
13115
|
+
"text": "Event"
|
|
13116
|
+
}
|
|
13117
|
+
}
|
|
13118
|
+
]
|
|
13119
|
+
},
|
|
13120
|
+
{
|
|
13121
|
+
"kind": "method",
|
|
13122
|
+
"name": "renderHeader",
|
|
13123
|
+
"privacy": "private"
|
|
13124
|
+
},
|
|
13125
|
+
{
|
|
13126
|
+
"kind": "method",
|
|
13127
|
+
"name": "renderFeedbackOption",
|
|
13128
|
+
"privacy": "private",
|
|
13129
|
+
"parameters": [
|
|
13130
|
+
{
|
|
13131
|
+
"name": "option",
|
|
13132
|
+
"type": {
|
|
13133
|
+
"text": "GeneratedAnswerFeedbackOption"
|
|
13134
|
+
}
|
|
13135
|
+
},
|
|
13136
|
+
{
|
|
13137
|
+
"name": "correspondingAnswer",
|
|
13138
|
+
"type": {
|
|
13139
|
+
"text": "keyof GeneratedAnswerFeedback"
|
|
13140
|
+
}
|
|
13141
|
+
}
|
|
13142
|
+
]
|
|
13143
|
+
},
|
|
13144
|
+
{
|
|
13145
|
+
"kind": "method",
|
|
13146
|
+
"name": "renderAnswerEvaluation",
|
|
13147
|
+
"privacy": "private",
|
|
13148
|
+
"parameters": [
|
|
13149
|
+
{
|
|
13150
|
+
"name": "label",
|
|
13151
|
+
"type": {
|
|
13152
|
+
"text": "string"
|
|
13153
|
+
}
|
|
13154
|
+
},
|
|
13155
|
+
{
|
|
13156
|
+
"name": "correspondingAnswer",
|
|
13157
|
+
"type": {
|
|
13158
|
+
"text": "keyof GeneratedAnswerFeedback"
|
|
13159
|
+
}
|
|
13160
|
+
}
|
|
13161
|
+
]
|
|
13162
|
+
},
|
|
13163
|
+
{
|
|
13164
|
+
"kind": "method",
|
|
13165
|
+
"name": "renderFeedbackOptions",
|
|
13166
|
+
"privacy": "private"
|
|
13167
|
+
},
|
|
13168
|
+
{
|
|
13169
|
+
"kind": "method",
|
|
13170
|
+
"name": "renderLinkToCorrectAnswerField",
|
|
13171
|
+
"privacy": "private"
|
|
13172
|
+
},
|
|
13173
|
+
{
|
|
13174
|
+
"kind": "method",
|
|
13175
|
+
"name": "renderAddNotesField",
|
|
13176
|
+
"privacy": "private"
|
|
13177
|
+
},
|
|
13178
|
+
{
|
|
13179
|
+
"kind": "method",
|
|
13180
|
+
"name": "renderFeedbackForm",
|
|
13181
|
+
"privacy": "private"
|
|
13182
|
+
},
|
|
13183
|
+
{
|
|
13184
|
+
"kind": "method",
|
|
13185
|
+
"name": "renderSuccessMessage",
|
|
13186
|
+
"privacy": "private"
|
|
13187
|
+
},
|
|
13188
|
+
{
|
|
13189
|
+
"kind": "method",
|
|
13190
|
+
"name": "renderBody",
|
|
13191
|
+
"privacy": "private"
|
|
13192
|
+
},
|
|
13193
|
+
{
|
|
13194
|
+
"kind": "method",
|
|
13195
|
+
"name": "renderFeedbackFormFooter",
|
|
13196
|
+
"privacy": "private"
|
|
13197
|
+
},
|
|
13198
|
+
{
|
|
13199
|
+
"kind": "method",
|
|
13200
|
+
"name": "renderSuccessFormFooter",
|
|
13201
|
+
"privacy": "private"
|
|
13202
|
+
},
|
|
13203
|
+
{
|
|
13204
|
+
"kind": "method",
|
|
13205
|
+
"name": "renderFooter",
|
|
13206
|
+
"privacy": "private"
|
|
13207
|
+
}
|
|
13208
|
+
],
|
|
13209
|
+
"events": [
|
|
13210
|
+
{
|
|
13211
|
+
"name": "feedbackSent",
|
|
13212
|
+
"type": {
|
|
13213
|
+
"text": "CustomEvent"
|
|
13214
|
+
}
|
|
13215
|
+
}
|
|
13216
|
+
],
|
|
13217
|
+
"attributes": [
|
|
13218
|
+
{
|
|
13219
|
+
"name": "is-open",
|
|
13220
|
+
"type": {
|
|
13221
|
+
"text": "boolean"
|
|
13222
|
+
},
|
|
13223
|
+
"default": "false",
|
|
13224
|
+
"description": "Indicates whether the modal is open.",
|
|
13225
|
+
"fieldName": "isOpen"
|
|
13226
|
+
},
|
|
13227
|
+
{
|
|
13228
|
+
"name": "helpful",
|
|
13229
|
+
"type": {
|
|
13230
|
+
"text": "boolean"
|
|
13231
|
+
},
|
|
13232
|
+
"default": "false",
|
|
13233
|
+
"description": "Indicates whether the answer was helpful or not.",
|
|
13234
|
+
"fieldName": "helpful"
|
|
13235
|
+
}
|
|
13236
|
+
],
|
|
13237
|
+
"superclass": {
|
|
13238
|
+
"name": "LitElement",
|
|
13239
|
+
"package": "lit"
|
|
13240
|
+
},
|
|
13241
|
+
"tagName": "atomic-generated-answer-feedback-modal",
|
|
13242
|
+
"customElement": true
|
|
13243
|
+
}
|
|
13244
|
+
],
|
|
13245
|
+
"exports": [
|
|
13246
|
+
{
|
|
13247
|
+
"kind": "js",
|
|
13248
|
+
"name": "AtomicGeneratedAnswerFeedbackModal",
|
|
13249
|
+
"declaration": {
|
|
13250
|
+
"name": "AtomicGeneratedAnswerFeedbackModal",
|
|
13251
|
+
"module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
|
|
13252
|
+
}
|
|
13253
|
+
},
|
|
13254
|
+
{
|
|
13255
|
+
"kind": "custom-element-definition",
|
|
13256
|
+
"name": "atomic-generated-answer-feedback-modal",
|
|
13257
|
+
"declaration": {
|
|
13258
|
+
"name": "AtomicGeneratedAnswerFeedbackModal",
|
|
13259
|
+
"module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
|
|
13260
|
+
}
|
|
13261
|
+
}
|
|
13262
|
+
]
|
|
13263
|
+
},
|
|
12875
13264
|
{
|
|
12876
13265
|
"kind": "javascript-module",
|
|
12877
13266
|
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
@@ -13225,576 +13614,187 @@
|
|
|
13225
13614
|
"module": "src/components/common/atomic-layout-section/atomic-layout-section.ts"
|
|
13226
13615
|
}
|
|
13227
13616
|
}
|
|
13228
|
-
]
|
|
13229
|
-
},
|
|
13230
|
-
{
|
|
13231
|
-
"kind": "javascript-module",
|
|
13232
|
-
"path": "src/components/common/atomic-layout-section/layout.ts",
|
|
13233
|
-
"declarations": [],
|
|
13234
|
-
"exports": []
|
|
13235
|
-
},
|
|
13236
|
-
{
|
|
13237
|
-
"kind": "javascript-module",
|
|
13238
|
-
"path": "src/components/common/atomic-modal/atomic-modal.ts",
|
|
13239
|
-
"declarations": [],
|
|
13240
|
-
"exports": []
|
|
13241
|
-
},
|
|
13242
|
-
{
|
|
13243
|
-
"kind": "javascript-module",
|
|
13244
|
-
"path": "src/components/common/atomic-modal/export-parts.ts",
|
|
13245
|
-
"declarations": [],
|
|
13246
|
-
"exports": []
|
|
13247
|
-
},
|
|
13248
|
-
{
|
|
13249
|
-
"kind": "javascript-module",
|
|
13250
|
-
"path": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts",
|
|
13251
|
-
"declarations": [
|
|
13252
|
-
{
|
|
13253
|
-
"kind": "class",
|
|
13254
|
-
"description": "The `atomic-numeric-range` component defines the range of an `atomic-numeric-facet`, and therefore must be defined within an `atomic-numeric-facet` component.",
|
|
13255
|
-
"name": "AtomicNumericRange",
|
|
13256
|
-
"members": [
|
|
13257
|
-
{
|
|
13258
|
-
"kind": "field",
|
|
13259
|
-
"name": "label",
|
|
13260
|
-
"type": {
|
|
13261
|
-
"text": "string"
|
|
13262
|
-
},
|
|
13263
|
-
"privacy": "public",
|
|
13264
|
-
"description": "The non-localized label for the facet. When defined, it will appear instead of the formatted value.\nUsed in the `atomic-breadbox` component through the bindings store.",
|
|
13265
|
-
"attribute": "label",
|
|
13266
|
-
"reflects": true
|
|
13267
|
-
},
|
|
13268
|
-
{
|
|
13269
|
-
"kind": "field",
|
|
13270
|
-
"name": "start",
|
|
13271
|
-
"type": {
|
|
13272
|
-
"text": "number"
|
|
13273
|
-
},
|
|
13274
|
-
"privacy": "public",
|
|
13275
|
-
"description": "The starting value for the numeric range.",
|
|
13276
|
-
"attribute": "start",
|
|
13277
|
-
"reflects": true
|
|
13278
|
-
},
|
|
13279
|
-
{
|
|
13280
|
-
"kind": "field",
|
|
13281
|
-
"name": "end",
|
|
13282
|
-
"type": {
|
|
13283
|
-
"text": "number"
|
|
13284
|
-
},
|
|
13285
|
-
"privacy": "public",
|
|
13286
|
-
"description": "The ending value for the numeric range.",
|
|
13287
|
-
"attribute": "end",
|
|
13288
|
-
"reflects": true
|
|
13289
|
-
},
|
|
13290
|
-
{
|
|
13291
|
-
"kind": "field",
|
|
13292
|
-
"name": "endInclusive",
|
|
13293
|
-
"type": {
|
|
13294
|
-
"text": "boolean"
|
|
13295
|
-
},
|
|
13296
|
-
"privacy": "public",
|
|
13297
|
-
"default": "false",
|
|
13298
|
-
"description": "Specifies whether the end value should be included in the range.",
|
|
13299
|
-
"attribute": "endInclusive",
|
|
13300
|
-
"reflects": true
|
|
13301
|
-
},
|
|
13302
|
-
{
|
|
13303
|
-
"kind": "method",
|
|
13304
|
-
"name": "injectStyles",
|
|
13305
|
-
"parameters": [
|
|
13306
|
-
{
|
|
13307
|
-
"name": "dynamicStyles",
|
|
13308
|
-
"optional": true,
|
|
13309
|
-
"type": {
|
|
13310
|
-
"text": "CSSResultGroup"
|
|
13311
|
-
},
|
|
13312
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
13313
|
-
}
|
|
13314
|
-
],
|
|
13315
|
-
"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.",
|
|
13316
|
-
"inheritedFrom": {
|
|
13317
|
-
"name": "LightDomMixin",
|
|
13318
|
-
"module": "src/mixins/light-dom.ts"
|
|
13319
|
-
}
|
|
13320
|
-
},
|
|
13321
|
-
{
|
|
13322
|
-
"kind": "method",
|
|
13323
|
-
"name": "getStyleSheet",
|
|
13324
|
-
"privacy": "private",
|
|
13325
|
-
"return": {
|
|
13326
|
-
"type": {
|
|
13327
|
-
"text": "CSSStyleSheet | null"
|
|
13328
|
-
}
|
|
13329
|
-
},
|
|
13330
|
-
"parameters": [
|
|
13331
|
-
{
|
|
13332
|
-
"name": "style",
|
|
13333
|
-
"type": {
|
|
13334
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
13335
|
-
}
|
|
13336
|
-
}
|
|
13337
|
-
],
|
|
13338
|
-
"inheritedFrom": {
|
|
13339
|
-
"name": "LightDomMixin",
|
|
13340
|
-
"module": "src/mixins/light-dom.ts"
|
|
13341
|
-
}
|
|
13342
|
-
}
|
|
13343
|
-
],
|
|
13344
|
-
"attributes": [
|
|
13345
|
-
{
|
|
13346
|
-
"name": "label",
|
|
13347
|
-
"type": {
|
|
13348
|
-
"text": "string"
|
|
13349
|
-
},
|
|
13350
|
-
"description": "The non-localized label for the facet. When defined, it will appear instead of the formatted value.\nUsed in the `atomic-breadbox` component through the bindings store.",
|
|
13351
|
-
"fieldName": "label"
|
|
13352
|
-
},
|
|
13353
|
-
{
|
|
13354
|
-
"name": "start",
|
|
13355
|
-
"type": {
|
|
13356
|
-
"text": "number"
|
|
13357
|
-
},
|
|
13358
|
-
"description": "The starting value for the numeric range.",
|
|
13359
|
-
"fieldName": "start"
|
|
13360
|
-
},
|
|
13361
|
-
{
|
|
13362
|
-
"name": "end",
|
|
13363
|
-
"type": {
|
|
13364
|
-
"text": "number"
|
|
13365
|
-
},
|
|
13366
|
-
"description": "The ending value for the numeric range.",
|
|
13367
|
-
"fieldName": "end"
|
|
13368
|
-
},
|
|
13369
|
-
{
|
|
13370
|
-
"name": "endInclusive",
|
|
13371
|
-
"type": {
|
|
13372
|
-
"text": "boolean"
|
|
13373
|
-
},
|
|
13374
|
-
"default": "false",
|
|
13375
|
-
"description": "Specifies whether the end value should be included in the range.",
|
|
13376
|
-
"fieldName": "endInclusive"
|
|
13377
|
-
}
|
|
13378
|
-
],
|
|
13379
|
-
"mixins": [
|
|
13380
|
-
{
|
|
13381
|
-
"name": "LightDomMixin",
|
|
13382
|
-
"package": "@/src/mixins/light-dom"
|
|
13383
|
-
}
|
|
13384
|
-
],
|
|
13385
|
-
"superclass": {
|
|
13386
|
-
"name": "LitElement",
|
|
13387
|
-
"package": "lit"
|
|
13388
|
-
},
|
|
13389
|
-
"events": [],
|
|
13390
|
-
"tagName": "atomic-numeric-range",
|
|
13391
|
-
"customElement": true
|
|
13392
|
-
}
|
|
13393
|
-
],
|
|
13394
|
-
"exports": [
|
|
13395
|
-
{
|
|
13396
|
-
"kind": "js",
|
|
13397
|
-
"name": "AtomicNumericRange",
|
|
13398
|
-
"declaration": {
|
|
13399
|
-
"name": "AtomicNumericRange",
|
|
13400
|
-
"module": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts"
|
|
13401
|
-
}
|
|
13402
|
-
},
|
|
13403
|
-
{
|
|
13404
|
-
"kind": "custom-element-definition",
|
|
13405
|
-
"name": "atomic-numeric-range",
|
|
13406
|
-
"declaration": {
|
|
13407
|
-
"name": "AtomicNumericRange",
|
|
13408
|
-
"module": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts"
|
|
13409
|
-
}
|
|
13410
|
-
}
|
|
13411
|
-
]
|
|
13412
|
-
},
|
|
13413
|
-
{
|
|
13414
|
-
"kind": "javascript-module",
|
|
13415
|
-
"path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
|
|
13416
|
-
"declarations": [
|
|
13417
|
-
{
|
|
13418
|
-
"kind": "class",
|
|
13419
|
-
"description": "Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`",
|
|
13420
|
-
"name": "AtomicGeneratedAnswerFeedbackModal",
|
|
13421
|
-
"cssParts": [
|
|
13422
|
-
{
|
|
13423
|
-
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
13424
|
-
"name": "backdrop"
|
|
13425
|
-
},
|
|
13426
|
-
{
|
|
13427
|
-
"description": "The modal's outermost container with the outline and background.",
|
|
13428
|
-
"name": "container"
|
|
13429
|
-
},
|
|
13430
|
-
{
|
|
13431
|
-
"description": "The modal header container.",
|
|
13432
|
-
"name": "modal-header"
|
|
13433
|
-
},
|
|
13434
|
-
{
|
|
13435
|
-
"description": "The wrapper around the close button.",
|
|
13436
|
-
"name": "close-button-wrapper"
|
|
13437
|
-
},
|
|
13438
|
-
{
|
|
13439
|
-
"description": "The close button.",
|
|
13440
|
-
"name": "close-button"
|
|
13441
|
-
},
|
|
13442
|
-
{
|
|
13443
|
-
"description": "The feedback form.",
|
|
13444
|
-
"name": "form"
|
|
13445
|
-
},
|
|
13446
|
-
{
|
|
13447
|
-
"description": "The modal footer container.",
|
|
13448
|
-
"name": "modal-footer"
|
|
13449
|
-
},
|
|
13450
|
-
{
|
|
13451
|
-
"description": "The cancel/skip button.",
|
|
13452
|
-
"name": "cancel-button"
|
|
13453
|
-
},
|
|
13454
|
-
{
|
|
13455
|
-
"description": "The submit button.",
|
|
13456
|
-
"name": "submit-button"
|
|
13457
|
-
}
|
|
13458
|
-
],
|
|
13459
|
-
"members": [
|
|
13460
|
-
{
|
|
13461
|
-
"kind": "field",
|
|
13462
|
-
"name": "options",
|
|
13463
|
-
"type": {
|
|
13464
|
-
"text": "{\n localeKey: string;\n correspondingAnswer: keyof GeneratedAnswerFeedback;\n }[]"
|
|
13465
|
-
},
|
|
13466
|
-
"privacy": "private",
|
|
13467
|
-
"static": true,
|
|
13468
|
-
"default": "[ { localeKey: 'feedback-correct-topic', correspondingAnswer: 'correctTopic', }, { localeKey: 'feedback-hallucination-free', correspondingAnswer: 'hallucinationFree', }, { localeKey: 'feedback-documented', correspondingAnswer: 'documented', }, { localeKey: 'feedback-readable', correspondingAnswer: 'readable', }, ]"
|
|
13469
|
-
},
|
|
13470
|
-
{
|
|
13471
|
-
"kind": "field",
|
|
13472
|
-
"name": "isOpen",
|
|
13473
|
-
"type": {
|
|
13474
|
-
"text": "boolean"
|
|
13475
|
-
},
|
|
13476
|
-
"default": "false",
|
|
13477
|
-
"description": "Indicates whether the modal is open.",
|
|
13478
|
-
"attribute": "is-open",
|
|
13479
|
-
"reflects": true
|
|
13480
|
-
},
|
|
13481
|
-
{
|
|
13482
|
-
"kind": "field",
|
|
13483
|
-
"name": "generatedAnswer",
|
|
13484
|
-
"type": {
|
|
13485
|
-
"text": "GeneratedAnswer"
|
|
13486
|
-
},
|
|
13487
|
-
"description": "A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal."
|
|
13488
|
-
},
|
|
13489
|
-
{
|
|
13490
|
-
"kind": "field",
|
|
13491
|
-
"name": "helpful",
|
|
13492
|
-
"type": {
|
|
13493
|
-
"text": "boolean"
|
|
13494
|
-
},
|
|
13495
|
-
"default": "false",
|
|
13496
|
-
"description": "Indicates whether the answer was helpful or not.",
|
|
13497
|
-
"attribute": "helpful",
|
|
13498
|
-
"reflects": true
|
|
13499
|
-
},
|
|
13500
|
-
{
|
|
13501
|
-
"kind": "field",
|
|
13502
|
-
"name": "bindings",
|
|
13503
|
-
"type": {
|
|
13504
|
-
"text": "AnyBindings"
|
|
13505
|
-
},
|
|
13506
|
-
"privacy": "private"
|
|
13507
|
-
},
|
|
13508
|
-
{
|
|
13509
|
-
"kind": "field",
|
|
13510
|
-
"name": "error",
|
|
13511
|
-
"type": {
|
|
13512
|
-
"text": "Error"
|
|
13513
|
-
},
|
|
13514
|
-
"privacy": "private"
|
|
13515
|
-
},
|
|
13516
|
-
{
|
|
13517
|
-
"kind": "field",
|
|
13518
|
-
"name": "currentAnswer",
|
|
13519
|
-
"type": {
|
|
13520
|
-
"text": "Partial<GeneratedAnswerFeedback>"
|
|
13521
|
-
},
|
|
13522
|
-
"privacy": "private"
|
|
13523
|
-
},
|
|
13524
|
-
{
|
|
13525
|
-
"kind": "field",
|
|
13526
|
-
"name": "feedbackSubmitted",
|
|
13527
|
-
"type": {
|
|
13528
|
-
"text": "boolean"
|
|
13529
|
-
},
|
|
13530
|
-
"privacy": "private",
|
|
13531
|
-
"default": "false"
|
|
13532
|
-
},
|
|
13533
|
-
{
|
|
13534
|
-
"kind": "field",
|
|
13535
|
-
"name": "answerEvaluationRequired",
|
|
13536
|
-
"type": {
|
|
13537
|
-
"text": "boolean"
|
|
13538
|
-
},
|
|
13539
|
-
"privacy": "private",
|
|
13540
|
-
"default": "false"
|
|
13541
|
-
},
|
|
13542
|
-
{
|
|
13543
|
-
"kind": "field",
|
|
13544
|
-
"name": "formId",
|
|
13545
|
-
"privacy": "private",
|
|
13546
|
-
"readonly": true
|
|
13547
|
-
},
|
|
13548
|
-
{
|
|
13549
|
-
"kind": "field",
|
|
13550
|
-
"name": "detailsInputRef",
|
|
13551
|
-
"type": {
|
|
13552
|
-
"text": "Ref<HTMLTextAreaElement>"
|
|
13553
|
-
},
|
|
13554
|
-
"privacy": "private"
|
|
13555
|
-
},
|
|
13556
|
-
{
|
|
13557
|
-
"kind": "field",
|
|
13558
|
-
"name": "linkInputRef",
|
|
13559
|
-
"type": {
|
|
13560
|
-
"text": "Ref<HTMLInputElement>"
|
|
13561
|
-
},
|
|
13562
|
-
"privacy": "private"
|
|
13563
|
-
},
|
|
13564
|
-
{
|
|
13565
|
-
"kind": "field",
|
|
13566
|
-
"name": "updateBreakpoints",
|
|
13567
|
-
"privacy": "private"
|
|
13568
|
-
},
|
|
13569
|
-
{
|
|
13570
|
-
"kind": "method",
|
|
13571
|
-
"name": "initialize"
|
|
13572
|
-
},
|
|
13573
|
-
{
|
|
13574
|
-
"kind": "method",
|
|
13575
|
-
"name": "watchToggleOpen",
|
|
13576
|
-
"parameters": [
|
|
13577
|
-
{
|
|
13578
|
-
"name": "_oldValue",
|
|
13579
|
-
"type": {
|
|
13580
|
-
"text": "boolean | undefined"
|
|
13581
|
-
}
|
|
13582
|
-
},
|
|
13583
|
-
{
|
|
13584
|
-
"name": "newValue",
|
|
13585
|
-
"type": {
|
|
13586
|
-
"text": "boolean | undefined"
|
|
13587
|
-
}
|
|
13588
|
-
}
|
|
13589
|
-
]
|
|
13590
|
-
},
|
|
13591
|
-
{
|
|
13592
|
-
"kind": "method",
|
|
13593
|
-
"name": "getInitialAnswerState",
|
|
13594
|
-
"privacy": "private",
|
|
13595
|
-
"return": {
|
|
13596
|
-
"type": {
|
|
13597
|
-
"text": "Partial<GeneratedAnswerFeedback>"
|
|
13598
|
-
}
|
|
13599
|
-
}
|
|
13600
|
-
},
|
|
13601
|
-
{
|
|
13602
|
-
"kind": "method",
|
|
13603
|
-
"name": "resetState",
|
|
13604
|
-
"privacy": "private"
|
|
13605
|
-
},
|
|
13606
|
-
{
|
|
13607
|
-
"kind": "method",
|
|
13608
|
-
"name": "clearInputRefs",
|
|
13609
|
-
"privacy": "private"
|
|
13610
|
-
},
|
|
13617
|
+
]
|
|
13618
|
+
},
|
|
13619
|
+
{
|
|
13620
|
+
"kind": "javascript-module",
|
|
13621
|
+
"path": "src/components/common/atomic-layout-section/layout.ts",
|
|
13622
|
+
"declarations": [],
|
|
13623
|
+
"exports": []
|
|
13624
|
+
},
|
|
13625
|
+
{
|
|
13626
|
+
"kind": "javascript-module",
|
|
13627
|
+
"path": "src/components/common/atomic-modal/atomic-modal.ts",
|
|
13628
|
+
"declarations": [],
|
|
13629
|
+
"exports": []
|
|
13630
|
+
},
|
|
13631
|
+
{
|
|
13632
|
+
"kind": "javascript-module",
|
|
13633
|
+
"path": "src/components/common/atomic-modal/export-parts.ts",
|
|
13634
|
+
"declarations": [],
|
|
13635
|
+
"exports": []
|
|
13636
|
+
},
|
|
13637
|
+
{
|
|
13638
|
+
"kind": "javascript-module",
|
|
13639
|
+
"path": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts",
|
|
13640
|
+
"declarations": [
|
|
13641
|
+
{
|
|
13642
|
+
"kind": "class",
|
|
13643
|
+
"description": "The `atomic-numeric-range` component defines the range of an `atomic-numeric-facet`, and therefore must be defined within an `atomic-numeric-facet` component.",
|
|
13644
|
+
"name": "AtomicNumericRange",
|
|
13645
|
+
"members": [
|
|
13611
13646
|
{
|
|
13612
|
-
"kind": "
|
|
13613
|
-
"name": "
|
|
13614
|
-
"
|
|
13647
|
+
"kind": "field",
|
|
13648
|
+
"name": "label",
|
|
13649
|
+
"type": {
|
|
13650
|
+
"text": "string"
|
|
13651
|
+
},
|
|
13652
|
+
"privacy": "public",
|
|
13653
|
+
"description": "The non-localized label for the facet. When defined, it will appear instead of the formatted value.\nUsed in the `atomic-breadbox` component through the bindings store.",
|
|
13654
|
+
"attribute": "label",
|
|
13655
|
+
"reflects": true
|
|
13615
13656
|
},
|
|
13616
13657
|
{
|
|
13617
|
-
"kind": "
|
|
13618
|
-
"name": "
|
|
13619
|
-
"
|
|
13620
|
-
|
|
13621
|
-
|
|
13622
|
-
|
|
13623
|
-
|
|
13624
|
-
|
|
13625
|
-
|
|
13626
|
-
},
|
|
13627
|
-
{
|
|
13628
|
-
"name": "value",
|
|
13629
|
-
"type": {
|
|
13630
|
-
"text": "GeneratedAnswerFeedbackOption | string"
|
|
13631
|
-
}
|
|
13632
|
-
}
|
|
13633
|
-
]
|
|
13658
|
+
"kind": "field",
|
|
13659
|
+
"name": "start",
|
|
13660
|
+
"type": {
|
|
13661
|
+
"text": "number"
|
|
13662
|
+
},
|
|
13663
|
+
"privacy": "public",
|
|
13664
|
+
"description": "The starting value for the numeric range.",
|
|
13665
|
+
"attribute": "start",
|
|
13666
|
+
"reflects": true
|
|
13634
13667
|
},
|
|
13635
13668
|
{
|
|
13636
|
-
"kind": "
|
|
13637
|
-
"name": "
|
|
13638
|
-
"
|
|
13669
|
+
"kind": "field",
|
|
13670
|
+
"name": "end",
|
|
13671
|
+
"type": {
|
|
13672
|
+
"text": "number"
|
|
13673
|
+
},
|
|
13674
|
+
"privacy": "public",
|
|
13675
|
+
"description": "The ending value for the numeric range.",
|
|
13676
|
+
"attribute": "end",
|
|
13677
|
+
"reflects": true
|
|
13639
13678
|
},
|
|
13640
13679
|
{
|
|
13641
13680
|
"kind": "field",
|
|
13642
|
-
"name": "
|
|
13643
|
-
"
|
|
13681
|
+
"name": "endInclusive",
|
|
13682
|
+
"type": {
|
|
13683
|
+
"text": "boolean"
|
|
13684
|
+
},
|
|
13685
|
+
"privacy": "public",
|
|
13686
|
+
"default": "false",
|
|
13687
|
+
"description": "Specifies whether the end value should be included in the range.",
|
|
13688
|
+
"attribute": "endInclusive",
|
|
13689
|
+
"reflects": true
|
|
13644
13690
|
},
|
|
13645
13691
|
{
|
|
13646
13692
|
"kind": "method",
|
|
13647
|
-
"name": "
|
|
13648
|
-
"privacy": "private",
|
|
13693
|
+
"name": "injectStyles",
|
|
13649
13694
|
"parameters": [
|
|
13650
13695
|
{
|
|
13651
|
-
"name": "
|
|
13696
|
+
"name": "dynamicStyles",
|
|
13697
|
+
"optional": true,
|
|
13652
13698
|
"type": {
|
|
13653
|
-
"text": "
|
|
13654
|
-
}
|
|
13699
|
+
"text": "CSSResultGroup"
|
|
13700
|
+
},
|
|
13701
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
13655
13702
|
}
|
|
13656
|
-
]
|
|
13657
|
-
|
|
13658
|
-
|
|
13659
|
-
|
|
13660
|
-
|
|
13661
|
-
|
|
13703
|
+
],
|
|
13704
|
+
"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.",
|
|
13705
|
+
"inheritedFrom": {
|
|
13706
|
+
"name": "LightDomMixin",
|
|
13707
|
+
"module": "src/mixins/light-dom.ts"
|
|
13708
|
+
}
|
|
13662
13709
|
},
|
|
13663
13710
|
{
|
|
13664
13711
|
"kind": "method",
|
|
13665
|
-
"name": "
|
|
13712
|
+
"name": "getStyleSheet",
|
|
13666
13713
|
"privacy": "private",
|
|
13667
|
-
"
|
|
13668
|
-
{
|
|
13669
|
-
"
|
|
13670
|
-
"type": {
|
|
13671
|
-
"text": "GeneratedAnswerFeedbackOption"
|
|
13672
|
-
}
|
|
13673
|
-
},
|
|
13674
|
-
{
|
|
13675
|
-
"name": "correspondingAnswer",
|
|
13676
|
-
"type": {
|
|
13677
|
-
"text": "keyof GeneratedAnswerFeedback"
|
|
13678
|
-
}
|
|
13714
|
+
"return": {
|
|
13715
|
+
"type": {
|
|
13716
|
+
"text": "CSSStyleSheet | null"
|
|
13679
13717
|
}
|
|
13680
|
-
|
|
13681
|
-
},
|
|
13682
|
-
{
|
|
13683
|
-
"kind": "method",
|
|
13684
|
-
"name": "renderAnswerEvaluation",
|
|
13685
|
-
"privacy": "private",
|
|
13718
|
+
},
|
|
13686
13719
|
"parameters": [
|
|
13687
13720
|
{
|
|
13688
|
-
"name": "
|
|
13689
|
-
"type": {
|
|
13690
|
-
"text": "string"
|
|
13691
|
-
}
|
|
13692
|
-
},
|
|
13693
|
-
{
|
|
13694
|
-
"name": "correspondingAnswer",
|
|
13721
|
+
"name": "style",
|
|
13695
13722
|
"type": {
|
|
13696
|
-
"text": "
|
|
13723
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
13697
13724
|
}
|
|
13698
13725
|
}
|
|
13699
|
-
]
|
|
13700
|
-
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
"name": "renderFeedbackOptions",
|
|
13704
|
-
"privacy": "private"
|
|
13705
|
-
},
|
|
13706
|
-
{
|
|
13707
|
-
"kind": "method",
|
|
13708
|
-
"name": "renderLinkToCorrectAnswerField",
|
|
13709
|
-
"privacy": "private"
|
|
13710
|
-
},
|
|
13711
|
-
{
|
|
13712
|
-
"kind": "method",
|
|
13713
|
-
"name": "renderAddNotesField",
|
|
13714
|
-
"privacy": "private"
|
|
13715
|
-
},
|
|
13716
|
-
{
|
|
13717
|
-
"kind": "method",
|
|
13718
|
-
"name": "renderFeedbackForm",
|
|
13719
|
-
"privacy": "private"
|
|
13720
|
-
},
|
|
13721
|
-
{
|
|
13722
|
-
"kind": "method",
|
|
13723
|
-
"name": "renderSuccessMessage",
|
|
13724
|
-
"privacy": "private"
|
|
13725
|
-
},
|
|
13726
|
-
{
|
|
13727
|
-
"kind": "method",
|
|
13728
|
-
"name": "renderBody",
|
|
13729
|
-
"privacy": "private"
|
|
13730
|
-
},
|
|
13731
|
-
{
|
|
13732
|
-
"kind": "method",
|
|
13733
|
-
"name": "renderFeedbackFormFooter",
|
|
13734
|
-
"privacy": "private"
|
|
13735
|
-
},
|
|
13736
|
-
{
|
|
13737
|
-
"kind": "method",
|
|
13738
|
-
"name": "renderSuccessFormFooter",
|
|
13739
|
-
"privacy": "private"
|
|
13740
|
-
},
|
|
13741
|
-
{
|
|
13742
|
-
"kind": "method",
|
|
13743
|
-
"name": "renderFooter",
|
|
13744
|
-
"privacy": "private"
|
|
13745
|
-
}
|
|
13746
|
-
],
|
|
13747
|
-
"events": [
|
|
13748
|
-
{
|
|
13749
|
-
"name": "feedbackSent",
|
|
13750
|
-
"type": {
|
|
13751
|
-
"text": "CustomEvent"
|
|
13726
|
+
],
|
|
13727
|
+
"inheritedFrom": {
|
|
13728
|
+
"name": "LightDomMixin",
|
|
13729
|
+
"module": "src/mixins/light-dom.ts"
|
|
13752
13730
|
}
|
|
13753
13731
|
}
|
|
13754
13732
|
],
|
|
13755
13733
|
"attributes": [
|
|
13756
13734
|
{
|
|
13757
|
-
"name": "
|
|
13735
|
+
"name": "label",
|
|
13758
13736
|
"type": {
|
|
13759
|
-
"text": "
|
|
13737
|
+
"text": "string"
|
|
13760
13738
|
},
|
|
13761
|
-
"
|
|
13762
|
-
"
|
|
13763
|
-
"fieldName": "isOpen"
|
|
13739
|
+
"description": "The non-localized label for the facet. When defined, it will appear instead of the formatted value.\nUsed in the `atomic-breadbox` component through the bindings store.",
|
|
13740
|
+
"fieldName": "label"
|
|
13764
13741
|
},
|
|
13765
13742
|
{
|
|
13766
|
-
"name": "
|
|
13743
|
+
"name": "start",
|
|
13744
|
+
"type": {
|
|
13745
|
+
"text": "number"
|
|
13746
|
+
},
|
|
13747
|
+
"description": "The starting value for the numeric range.",
|
|
13748
|
+
"fieldName": "start"
|
|
13749
|
+
},
|
|
13750
|
+
{
|
|
13751
|
+
"name": "end",
|
|
13752
|
+
"type": {
|
|
13753
|
+
"text": "number"
|
|
13754
|
+
},
|
|
13755
|
+
"description": "The ending value for the numeric range.",
|
|
13756
|
+
"fieldName": "end"
|
|
13757
|
+
},
|
|
13758
|
+
{
|
|
13759
|
+
"name": "endInclusive",
|
|
13767
13760
|
"type": {
|
|
13768
13761
|
"text": "boolean"
|
|
13769
13762
|
},
|
|
13770
13763
|
"default": "false",
|
|
13771
|
-
"description": "
|
|
13772
|
-
"fieldName": "
|
|
13764
|
+
"description": "Specifies whether the end value should be included in the range.",
|
|
13765
|
+
"fieldName": "endInclusive"
|
|
13766
|
+
}
|
|
13767
|
+
],
|
|
13768
|
+
"mixins": [
|
|
13769
|
+
{
|
|
13770
|
+
"name": "LightDomMixin",
|
|
13771
|
+
"package": "@/src/mixins/light-dom"
|
|
13773
13772
|
}
|
|
13774
13773
|
],
|
|
13775
13774
|
"superclass": {
|
|
13776
13775
|
"name": "LitElement",
|
|
13777
13776
|
"package": "lit"
|
|
13778
13777
|
},
|
|
13779
|
-
"
|
|
13778
|
+
"events": [],
|
|
13779
|
+
"tagName": "atomic-numeric-range",
|
|
13780
13780
|
"customElement": true
|
|
13781
13781
|
}
|
|
13782
13782
|
],
|
|
13783
13783
|
"exports": [
|
|
13784
13784
|
{
|
|
13785
13785
|
"kind": "js",
|
|
13786
|
-
"name": "
|
|
13786
|
+
"name": "AtomicNumericRange",
|
|
13787
13787
|
"declaration": {
|
|
13788
|
-
"name": "
|
|
13789
|
-
"module": "src/components/common/atomic-
|
|
13788
|
+
"name": "AtomicNumericRange",
|
|
13789
|
+
"module": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts"
|
|
13790
13790
|
}
|
|
13791
13791
|
},
|
|
13792
13792
|
{
|
|
13793
13793
|
"kind": "custom-element-definition",
|
|
13794
|
-
"name": "atomic-
|
|
13794
|
+
"name": "atomic-numeric-range",
|
|
13795
13795
|
"declaration": {
|
|
13796
|
-
"name": "
|
|
13797
|
-
"module": "src/components/common/atomic-
|
|
13796
|
+
"name": "AtomicNumericRange",
|
|
13797
|
+
"module": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts"
|
|
13798
13798
|
}
|
|
13799
13799
|
}
|
|
13800
13800
|
]
|
|
@@ -14162,12 +14162,6 @@
|
|
|
14162
14162
|
"declarations": [],
|
|
14163
14163
|
"exports": []
|
|
14164
14164
|
},
|
|
14165
|
-
{
|
|
14166
|
-
"kind": "javascript-module",
|
|
14167
|
-
"path": "src/components/common/formats/format-common.ts",
|
|
14168
|
-
"declarations": [],
|
|
14169
|
-
"exports": []
|
|
14170
|
-
},
|
|
14171
14165
|
{
|
|
14172
14166
|
"kind": "javascript-module",
|
|
14173
14167
|
"path": "src/components/common/generated-answer/copy-button.ts",
|
|
@@ -14270,6 +14264,12 @@
|
|
|
14270
14264
|
"declarations": [],
|
|
14271
14265
|
"exports": []
|
|
14272
14266
|
},
|
|
14267
|
+
{
|
|
14268
|
+
"kind": "javascript-module",
|
|
14269
|
+
"path": "src/components/common/formats/format-common.ts",
|
|
14270
|
+
"declarations": [],
|
|
14271
|
+
"exports": []
|
|
14272
|
+
},
|
|
14273
14273
|
{
|
|
14274
14274
|
"kind": "javascript-module",
|
|
14275
14275
|
"path": "src/components/common/image-carousel/image-carousel-indicators.ts",
|
|
@@ -14314,67 +14314,67 @@
|
|
|
14314
14314
|
},
|
|
14315
14315
|
{
|
|
14316
14316
|
"kind": "javascript-module",
|
|
14317
|
-
"path": "src/components/common/item-
|
|
14317
|
+
"path": "src/components/common/item-list/display-wrapper.ts",
|
|
14318
14318
|
"declarations": [],
|
|
14319
14319
|
"exports": []
|
|
14320
14320
|
},
|
|
14321
14321
|
{
|
|
14322
14322
|
"kind": "javascript-module",
|
|
14323
|
-
"path": "src/components/common/item-
|
|
14323
|
+
"path": "src/components/common/item-list/fetch-item-context.ts",
|
|
14324
14324
|
"declarations": [],
|
|
14325
14325
|
"exports": []
|
|
14326
14326
|
},
|
|
14327
14327
|
{
|
|
14328
14328
|
"kind": "javascript-module",
|
|
14329
|
-
"path": "src/components/common/item-
|
|
14329
|
+
"path": "src/components/common/item-list/grid-layout.ts",
|
|
14330
14330
|
"declarations": [],
|
|
14331
14331
|
"exports": []
|
|
14332
14332
|
},
|
|
14333
14333
|
{
|
|
14334
14334
|
"kind": "javascript-module",
|
|
14335
|
-
"path": "src/components/common/item-list/
|
|
14335
|
+
"path": "src/components/common/item-list/item-list-common.ts",
|
|
14336
14336
|
"declarations": [],
|
|
14337
14337
|
"exports": []
|
|
14338
14338
|
},
|
|
14339
14339
|
{
|
|
14340
14340
|
"kind": "javascript-module",
|
|
14341
|
-
"path": "src/components/common/item-list/
|
|
14341
|
+
"path": "src/components/common/item-list/item-list.ts",
|
|
14342
14342
|
"declarations": [],
|
|
14343
14343
|
"exports": []
|
|
14344
14344
|
},
|
|
14345
14345
|
{
|
|
14346
14346
|
"kind": "javascript-module",
|
|
14347
|
-
"path": "src/components/common/item-list/
|
|
14347
|
+
"path": "src/components/common/item-list/result-template-provider.ts",
|
|
14348
14348
|
"declarations": [],
|
|
14349
14349
|
"exports": []
|
|
14350
14350
|
},
|
|
14351
14351
|
{
|
|
14352
14352
|
"kind": "javascript-module",
|
|
14353
|
-
"path": "src/components/common/item-list/
|
|
14353
|
+
"path": "src/components/common/item-list/table-layout.ts",
|
|
14354
14354
|
"declarations": [],
|
|
14355
14355
|
"exports": []
|
|
14356
14356
|
},
|
|
14357
14357
|
{
|
|
14358
14358
|
"kind": "javascript-module",
|
|
14359
|
-
"path": "src/components/common/item-list/item
|
|
14359
|
+
"path": "src/components/common/item-list/unfolded-item.ts",
|
|
14360
14360
|
"declarations": [],
|
|
14361
14361
|
"exports": []
|
|
14362
14362
|
},
|
|
14363
14363
|
{
|
|
14364
14364
|
"kind": "javascript-module",
|
|
14365
|
-
"path": "src/components/common/item-
|
|
14365
|
+
"path": "src/components/common/item-link/attributes-slot.ts",
|
|
14366
14366
|
"declarations": [],
|
|
14367
14367
|
"exports": []
|
|
14368
14368
|
},
|
|
14369
14369
|
{
|
|
14370
14370
|
"kind": "javascript-module",
|
|
14371
|
-
"path": "src/components/common/item-
|
|
14371
|
+
"path": "src/components/common/item-link/bind-analytics-to-link.ts",
|
|
14372
14372
|
"declarations": [],
|
|
14373
14373
|
"exports": []
|
|
14374
14374
|
},
|
|
14375
14375
|
{
|
|
14376
14376
|
"kind": "javascript-module",
|
|
14377
|
-
"path": "src/components/common/item-
|
|
14377
|
+
"path": "src/components/common/item-link/item-link.ts",
|
|
14378
14378
|
"declarations": [],
|
|
14379
14379
|
"exports": []
|
|
14380
14380
|
},
|
|
@@ -14710,43 +14710,43 @@
|
|
|
14710
14710
|
},
|
|
14711
14711
|
{
|
|
14712
14712
|
"kind": "javascript-module",
|
|
14713
|
-
"path": "src/components/common/
|
|
14713
|
+
"path": "src/components/common/result-templates/recs-result-template-controller.ts",
|
|
14714
14714
|
"declarations": [],
|
|
14715
14715
|
"exports": []
|
|
14716
14716
|
},
|
|
14717
14717
|
{
|
|
14718
14718
|
"kind": "javascript-module",
|
|
14719
|
-
"path": "src/components/common/
|
|
14719
|
+
"path": "src/components/common/result-templates/result-template-controller.ts",
|
|
14720
14720
|
"declarations": [],
|
|
14721
14721
|
"exports": []
|
|
14722
14722
|
},
|
|
14723
14723
|
{
|
|
14724
14724
|
"kind": "javascript-module",
|
|
14725
|
-
"path": "src/components/common/search-box/
|
|
14725
|
+
"path": "src/components/common/search-box/redirection-payload.ts",
|
|
14726
14726
|
"declarations": [],
|
|
14727
14727
|
"exports": []
|
|
14728
14728
|
},
|
|
14729
14729
|
{
|
|
14730
14730
|
"kind": "javascript-module",
|
|
14731
|
-
"path": "src/components/common/search-box/
|
|
14731
|
+
"path": "src/components/common/search-box/search-box-wrapper.ts",
|
|
14732
14732
|
"declarations": [],
|
|
14733
14733
|
"exports": []
|
|
14734
14734
|
},
|
|
14735
14735
|
{
|
|
14736
14736
|
"kind": "javascript-module",
|
|
14737
|
-
"path": "src/components/common/search-box/text-area
|
|
14737
|
+
"path": "src/components/common/search-box/search-text-area.ts",
|
|
14738
14738
|
"declarations": [],
|
|
14739
14739
|
"exports": []
|
|
14740
14740
|
},
|
|
14741
14741
|
{
|
|
14742
14742
|
"kind": "javascript-module",
|
|
14743
|
-
"path": "src/components/common/
|
|
14743
|
+
"path": "src/components/common/search-box/submit-button.ts",
|
|
14744
14744
|
"declarations": [],
|
|
14745
14745
|
"exports": []
|
|
14746
14746
|
},
|
|
14747
14747
|
{
|
|
14748
14748
|
"kind": "javascript-module",
|
|
14749
|
-
"path": "src/components/common/
|
|
14749
|
+
"path": "src/components/common/search-box/text-area-clear-button.ts",
|
|
14750
14750
|
"declarations": [],
|
|
14751
14751
|
"exports": []
|
|
14752
14752
|
},
|
|
@@ -18653,268 +18653,77 @@
|
|
|
18653
18653
|
},
|
|
18654
18654
|
{
|
|
18655
18655
|
"kind": "field",
|
|
18656
|
-
"name": "querySummaryState",
|
|
18657
|
-
"type": {
|
|
18658
|
-
"text": "InsightQuerySummaryState"
|
|
18659
|
-
},
|
|
18660
|
-
"privacy": "private"
|
|
18661
|
-
},
|
|
18662
|
-
{
|
|
18663
|
-
"kind": "field",
|
|
18664
|
-
"name": "breadcrumbManagerState",
|
|
18665
|
-
"type": {
|
|
18666
|
-
"text": "InsightBreadcrumbManagerState"
|
|
18667
|
-
},
|
|
18668
|
-
"privacy": "private"
|
|
18669
|
-
},
|
|
18670
|
-
{
|
|
18671
|
-
"kind": "field",
|
|
18672
|
-
"name": "interfaceDimensions",
|
|
18673
|
-
"type": {
|
|
18674
|
-
"text": "DOMRect | undefined"
|
|
18675
|
-
},
|
|
18676
|
-
"privacy": "public"
|
|
18677
|
-
},
|
|
18678
|
-
{
|
|
18679
|
-
"kind": "field",
|
|
18680
|
-
"name": "openButton",
|
|
18681
|
-
"type": {
|
|
18682
|
-
"text": "HTMLElement"
|
|
18683
|
-
},
|
|
18684
|
-
"description": "The element that opens the modal when clicked.",
|
|
18685
|
-
"attribute": "open-button"
|
|
18686
|
-
},
|
|
18687
|
-
{
|
|
18688
|
-
"kind": "field",
|
|
18689
|
-
"name": "isOpen",
|
|
18690
|
-
"type": {
|
|
18691
|
-
"text": "boolean"
|
|
18692
|
-
},
|
|
18693
|
-
"default": "false",
|
|
18694
|
-
"description": "Whether the modal is open.",
|
|
18695
|
-
"attribute": "is-open",
|
|
18696
|
-
"reflects": true
|
|
18697
|
-
},
|
|
18698
|
-
{
|
|
18699
|
-
"kind": "field",
|
|
18700
|
-
"name": "querySummary",
|
|
18701
|
-
"type": {
|
|
18702
|
-
"text": "InsightQuerySummary"
|
|
18703
|
-
},
|
|
18704
|
-
"privacy": "private"
|
|
18705
|
-
},
|
|
18706
|
-
{
|
|
18707
|
-
"kind": "field",
|
|
18708
|
-
"name": "breadcrumbManager",
|
|
18709
|
-
"type": {
|
|
18710
|
-
"text": "InsightBreadcrumbManager"
|
|
18711
|
-
},
|
|
18712
|
-
"privacy": "private"
|
|
18713
|
-
},
|
|
18714
|
-
{
|
|
18715
|
-
"kind": "field",
|
|
18716
|
-
"name": "backdropStyleSheet",
|
|
18717
|
-
"privacy": "private",
|
|
18718
|
-
"default": "new CSSStyleSheet()"
|
|
18719
|
-
},
|
|
18720
|
-
{
|
|
18721
|
-
"kind": "field",
|
|
18722
|
-
"name": "animationFrameId",
|
|
18723
|
-
"type": {
|
|
18724
|
-
"text": "number | undefined"
|
|
18725
|
-
},
|
|
18726
|
-
"privacy": "private"
|
|
18727
|
-
},
|
|
18728
|
-
{
|
|
18729
|
-
"kind": "method",
|
|
18730
|
-
"name": "initialize",
|
|
18731
|
-
"privacy": "public"
|
|
18732
|
-
},
|
|
18733
|
-
{
|
|
18734
|
-
"kind": "method",
|
|
18735
|
-
"name": "watchEnabled"
|
|
18736
|
-
},
|
|
18737
|
-
{
|
|
18738
|
-
"kind": "method",
|
|
18739
|
-
"name": "onAnimationFrame",
|
|
18740
|
-
"privacy": "private"
|
|
18741
|
-
},
|
|
18742
|
-
{
|
|
18743
|
-
"kind": "method",
|
|
18744
|
-
"name": "dimensionChanged",
|
|
18745
|
-
"privacy": "private"
|
|
18746
|
-
},
|
|
18747
|
-
{
|
|
18748
|
-
"kind": "method",
|
|
18749
|
-
"name": "updateDimensions",
|
|
18750
|
-
"privacy": "public"
|
|
18751
|
-
},
|
|
18752
|
-
{
|
|
18753
|
-
"kind": "method",
|
|
18754
|
-
"name": "updateBackdropStyles",
|
|
18755
|
-
"privacy": "private"
|
|
18756
|
-
},
|
|
18757
|
-
{
|
|
18758
|
-
"kind": "method",
|
|
18759
|
-
"name": "renderHeader",
|
|
18760
|
-
"privacy": "private"
|
|
18761
|
-
},
|
|
18762
|
-
{
|
|
18763
|
-
"kind": "method",
|
|
18764
|
-
"name": "renderBody",
|
|
18765
|
-
"privacy": "private"
|
|
18766
|
-
}
|
|
18767
|
-
],
|
|
18768
|
-
"attributes": [
|
|
18769
|
-
{
|
|
18770
|
-
"name": "open-button",
|
|
18771
|
-
"type": {
|
|
18772
|
-
"text": "HTMLElement"
|
|
18773
|
-
},
|
|
18774
|
-
"description": "The element that opens the modal when clicked.",
|
|
18775
|
-
"fieldName": "openButton"
|
|
18776
|
-
},
|
|
18777
|
-
{
|
|
18778
|
-
"name": "is-open",
|
|
18779
|
-
"type": {
|
|
18780
|
-
"text": "boolean"
|
|
18781
|
-
},
|
|
18782
|
-
"default": "false",
|
|
18783
|
-
"description": "Whether the modal is open.",
|
|
18784
|
-
"fieldName": "isOpen"
|
|
18785
|
-
}
|
|
18786
|
-
],
|
|
18787
|
-
"superclass": {
|
|
18788
|
-
"name": "LitElement",
|
|
18789
|
-
"package": "lit"
|
|
18790
|
-
},
|
|
18791
|
-
"events": [],
|
|
18792
|
-
"tagName": "atomic-insight-refine-modal",
|
|
18793
|
-
"customElement": true
|
|
18794
|
-
}
|
|
18795
|
-
],
|
|
18796
|
-
"exports": [
|
|
18797
|
-
{
|
|
18798
|
-
"kind": "js",
|
|
18799
|
-
"name": "AtomicInsightRefineModal",
|
|
18800
|
-
"declaration": {
|
|
18801
|
-
"name": "AtomicInsightRefineModal",
|
|
18802
|
-
"module": "src/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.ts"
|
|
18803
|
-
}
|
|
18804
|
-
},
|
|
18805
|
-
{
|
|
18806
|
-
"kind": "custom-element-definition",
|
|
18807
|
-
"name": "atomic-insight-refine-modal",
|
|
18808
|
-
"declaration": {
|
|
18809
|
-
"name": "AtomicInsightRefineModal",
|
|
18810
|
-
"module": "src/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.ts"
|
|
18811
|
-
}
|
|
18812
|
-
}
|
|
18813
|
-
]
|
|
18814
|
-
},
|
|
18815
|
-
{
|
|
18816
|
-
"kind": "javascript-module",
|
|
18817
|
-
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
18818
|
-
"declarations": [
|
|
18819
|
-
{
|
|
18820
|
-
"kind": "class",
|
|
18821
|
-
"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.",
|
|
18822
|
-
"name": "AtomicInsightRefineToggle",
|
|
18823
|
-
"cssParts": [
|
|
18824
|
-
{
|
|
18825
|
-
"description": "The container for the refine toggle button.",
|
|
18826
|
-
"name": "insight-refine-toggle-container"
|
|
18827
|
-
},
|
|
18828
|
-
{
|
|
18829
|
-
"description": "The refine toggle button.",
|
|
18830
|
-
"name": "insight-refine-toggle-button"
|
|
18831
|
-
},
|
|
18832
|
-
{
|
|
18833
|
-
"description": "The filter icon.",
|
|
18834
|
-
"name": "insight-refine-toggle-icon"
|
|
18835
|
-
},
|
|
18836
|
-
{
|
|
18837
|
-
"description": "The badge showing the number of active filters.",
|
|
18838
|
-
"name": "insight-refine-toggle-badge"
|
|
18839
|
-
},
|
|
18840
|
-
{
|
|
18841
|
-
"description": "The placeholder shown while the first request is being executed.",
|
|
18842
|
-
"name": "placeholder"
|
|
18843
|
-
}
|
|
18844
|
-
],
|
|
18845
|
-
"members": [
|
|
18846
|
-
{
|
|
18847
|
-
"kind": "field",
|
|
18848
|
-
"name": "bindings",
|
|
18849
|
-
"type": {
|
|
18850
|
-
"text": "InsightBindings"
|
|
18851
|
-
},
|
|
18852
|
-
"privacy": "private"
|
|
18853
|
-
},
|
|
18854
|
-
{
|
|
18855
|
-
"kind": "field",
|
|
18856
|
-
"name": "error",
|
|
18857
|
-
"type": {
|
|
18858
|
-
"text": "Error"
|
|
18859
|
-
},
|
|
18860
|
-
"privacy": "private"
|
|
18861
|
-
},
|
|
18862
|
-
{
|
|
18863
|
-
"kind": "field",
|
|
18864
|
-
"name": "searchStatus",
|
|
18656
|
+
"name": "querySummaryState",
|
|
18865
18657
|
"type": {
|
|
18866
|
-
"text": "
|
|
18658
|
+
"text": "InsightQuerySummaryState"
|
|
18867
18659
|
},
|
|
18868
18660
|
"privacy": "private"
|
|
18869
18661
|
},
|
|
18870
18662
|
{
|
|
18871
18663
|
"kind": "field",
|
|
18872
|
-
"name": "
|
|
18664
|
+
"name": "breadcrumbManagerState",
|
|
18873
18665
|
"type": {
|
|
18874
|
-
"text": "
|
|
18666
|
+
"text": "InsightBreadcrumbManagerState"
|
|
18875
18667
|
},
|
|
18876
18668
|
"privacy": "private"
|
|
18877
18669
|
},
|
|
18878
18670
|
{
|
|
18879
18671
|
"kind": "field",
|
|
18880
|
-
"name": "
|
|
18672
|
+
"name": "interfaceDimensions",
|
|
18881
18673
|
"type": {
|
|
18882
|
-
"text": "
|
|
18674
|
+
"text": "DOMRect | undefined"
|
|
18883
18675
|
},
|
|
18884
|
-
"privacy": "
|
|
18676
|
+
"privacy": "public"
|
|
18885
18677
|
},
|
|
18886
18678
|
{
|
|
18887
18679
|
"kind": "field",
|
|
18888
|
-
"name": "
|
|
18680
|
+
"name": "openButton",
|
|
18889
18681
|
"type": {
|
|
18890
|
-
"text": "
|
|
18682
|
+
"text": "HTMLElement"
|
|
18891
18683
|
},
|
|
18892
|
-
"
|
|
18684
|
+
"description": "The element that opens the modal when clicked.",
|
|
18685
|
+
"attribute": "open-button"
|
|
18893
18686
|
},
|
|
18894
18687
|
{
|
|
18895
18688
|
"kind": "field",
|
|
18896
|
-
"name": "
|
|
18689
|
+
"name": "isOpen",
|
|
18897
18690
|
"type": {
|
|
18898
|
-
"text": "
|
|
18691
|
+
"text": "boolean"
|
|
18899
18692
|
},
|
|
18900
|
-
"
|
|
18693
|
+
"default": "false",
|
|
18694
|
+
"description": "Whether the modal is open.",
|
|
18695
|
+
"attribute": "is-open",
|
|
18696
|
+
"reflects": true
|
|
18901
18697
|
},
|
|
18902
18698
|
{
|
|
18903
18699
|
"kind": "field",
|
|
18904
|
-
"name": "
|
|
18700
|
+
"name": "querySummary",
|
|
18905
18701
|
"type": {
|
|
18906
|
-
"text": "
|
|
18702
|
+
"text": "InsightQuerySummary"
|
|
18907
18703
|
},
|
|
18908
18704
|
"privacy": "private"
|
|
18909
18705
|
},
|
|
18910
18706
|
{
|
|
18911
18707
|
"kind": "field",
|
|
18912
|
-
"name": "
|
|
18708
|
+
"name": "breadcrumbManager",
|
|
18913
18709
|
"type": {
|
|
18914
|
-
"text": "
|
|
18710
|
+
"text": "InsightBreadcrumbManager"
|
|
18915
18711
|
},
|
|
18712
|
+
"privacy": "private"
|
|
18713
|
+
},
|
|
18714
|
+
{
|
|
18715
|
+
"kind": "field",
|
|
18716
|
+
"name": "backdropStyleSheet",
|
|
18916
18717
|
"privacy": "private",
|
|
18917
|
-
"
|
|
18718
|
+
"default": "new CSSStyleSheet()"
|
|
18719
|
+
},
|
|
18720
|
+
{
|
|
18721
|
+
"kind": "field",
|
|
18722
|
+
"name": "animationFrameId",
|
|
18723
|
+
"type": {
|
|
18724
|
+
"text": "number | undefined"
|
|
18725
|
+
},
|
|
18726
|
+
"privacy": "private"
|
|
18918
18727
|
},
|
|
18919
18728
|
{
|
|
18920
18729
|
"kind": "method",
|
|
@@ -18923,39 +18732,82 @@
|
|
|
18923
18732
|
},
|
|
18924
18733
|
{
|
|
18925
18734
|
"kind": "method",
|
|
18926
|
-
"name": "
|
|
18735
|
+
"name": "watchEnabled"
|
|
18736
|
+
},
|
|
18737
|
+
{
|
|
18738
|
+
"kind": "method",
|
|
18739
|
+
"name": "onAnimationFrame",
|
|
18927
18740
|
"privacy": "private"
|
|
18928
18741
|
},
|
|
18929
18742
|
{
|
|
18930
18743
|
"kind": "method",
|
|
18931
|
-
"name": "
|
|
18744
|
+
"name": "dimensionChanged",
|
|
18745
|
+
"privacy": "private"
|
|
18746
|
+
},
|
|
18747
|
+
{
|
|
18748
|
+
"kind": "method",
|
|
18749
|
+
"name": "updateDimensions",
|
|
18750
|
+
"privacy": "public"
|
|
18751
|
+
},
|
|
18752
|
+
{
|
|
18753
|
+
"kind": "method",
|
|
18754
|
+
"name": "updateBackdropStyles",
|
|
18755
|
+
"privacy": "private"
|
|
18756
|
+
},
|
|
18757
|
+
{
|
|
18758
|
+
"kind": "method",
|
|
18759
|
+
"name": "renderHeader",
|
|
18760
|
+
"privacy": "private"
|
|
18761
|
+
},
|
|
18762
|
+
{
|
|
18763
|
+
"kind": "method",
|
|
18764
|
+
"name": "renderBody",
|
|
18932
18765
|
"privacy": "private"
|
|
18933
18766
|
}
|
|
18934
18767
|
],
|
|
18768
|
+
"attributes": [
|
|
18769
|
+
{
|
|
18770
|
+
"name": "open-button",
|
|
18771
|
+
"type": {
|
|
18772
|
+
"text": "HTMLElement"
|
|
18773
|
+
},
|
|
18774
|
+
"description": "The element that opens the modal when clicked.",
|
|
18775
|
+
"fieldName": "openButton"
|
|
18776
|
+
},
|
|
18777
|
+
{
|
|
18778
|
+
"name": "is-open",
|
|
18779
|
+
"type": {
|
|
18780
|
+
"text": "boolean"
|
|
18781
|
+
},
|
|
18782
|
+
"default": "false",
|
|
18783
|
+
"description": "Whether the modal is open.",
|
|
18784
|
+
"fieldName": "isOpen"
|
|
18785
|
+
}
|
|
18786
|
+
],
|
|
18935
18787
|
"superclass": {
|
|
18936
18788
|
"name": "LitElement",
|
|
18937
18789
|
"package": "lit"
|
|
18938
18790
|
},
|
|
18939
18791
|
"events": [],
|
|
18940
|
-
"tagName": "atomic-insight-refine-
|
|
18792
|
+
"tagName": "atomic-insight-refine-modal",
|
|
18941
18793
|
"customElement": true
|
|
18942
18794
|
}
|
|
18943
18795
|
],
|
|
18944
18796
|
"exports": [
|
|
18945
18797
|
{
|
|
18946
18798
|
"kind": "js",
|
|
18947
|
-
"name": "
|
|
18799
|
+
"name": "AtomicInsightRefineModal",
|
|
18948
18800
|
"declaration": {
|
|
18949
|
-
"name": "
|
|
18950
|
-
"module": "src/components/insight/atomic-insight-refine-
|
|
18801
|
+
"name": "AtomicInsightRefineModal",
|
|
18802
|
+
"module": "src/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.ts"
|
|
18951
18803
|
}
|
|
18952
18804
|
},
|
|
18953
18805
|
{
|
|
18954
18806
|
"kind": "custom-element-definition",
|
|
18955
|
-
"name": "atomic-insight-refine-
|
|
18807
|
+
"name": "atomic-insight-refine-modal",
|
|
18956
18808
|
"declaration": {
|
|
18957
|
-
"name": "
|
|
18958
|
-
"module": "src/components/insight/atomic-insight-refine-
|
|
18809
|
+
"name": "AtomicInsightRefineModal",
|
|
18810
|
+
"module": "src/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.ts"
|
|
18959
18811
|
}
|
|
18960
18812
|
}
|
|
18961
18813
|
]
|
|
@@ -19179,6 +19031,154 @@
|
|
|
19179
19031
|
}
|
|
19180
19032
|
]
|
|
19181
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
|
+
},
|
|
19182
19182
|
{
|
|
19183
19183
|
"kind": "javascript-module",
|
|
19184
19184
|
"path": "src/components/insight/atomic-insight-result-action/atomic-insight-result-action.ts",
|
|
@@ -21953,12 +21953,6 @@
|
|
|
21953
21953
|
"declarations": [],
|
|
21954
21954
|
"exports": []
|
|
21955
21955
|
},
|
|
21956
|
-
{
|
|
21957
|
-
"kind": "javascript-module",
|
|
21958
|
-
"path": "src/components/insight/atomic-insight-tabs/atomic-insight-tabs.ts",
|
|
21959
|
-
"declarations": [],
|
|
21960
|
-
"exports": []
|
|
21961
|
-
},
|
|
21962
21956
|
{
|
|
21963
21957
|
"kind": "javascript-module",
|
|
21964
21958
|
"path": "src/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.ts",
|
|
@@ -22373,7 +22367,7 @@
|
|
|
22373
22367
|
},
|
|
22374
22368
|
{
|
|
22375
22369
|
"kind": "javascript-module",
|
|
22376
|
-
"path": "src/components/insight/atomic-insight-
|
|
22370
|
+
"path": "src/components/insight/atomic-insight-tabs/atomic-insight-tabs.ts",
|
|
22377
22371
|
"declarations": [],
|
|
22378
22372
|
"exports": []
|
|
22379
22373
|
},
|
|
@@ -22389,6 +22383,12 @@
|
|
|
22389
22383
|
"declarations": [],
|
|
22390
22384
|
"exports": []
|
|
22391
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
|
+
},
|
|
22392
22392
|
{
|
|
22393
22393
|
"kind": "javascript-module",
|
|
22394
22394
|
"path": "src/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.ts",
|
|
@@ -33690,92 +33690,90 @@
|
|
|
33690
33690
|
},
|
|
33691
33691
|
{
|
|
33692
33692
|
"kind": "javascript-module",
|
|
33693
|
-
"path": "src/components/search/atomic-query-
|
|
33693
|
+
"path": "src/components/search/atomic-query-error/atomic-query-error.ts",
|
|
33694
33694
|
"declarations": [
|
|
33695
33695
|
{
|
|
33696
33696
|
"kind": "class",
|
|
33697
|
-
"description": "The `atomic-query-
|
|
33698
|
-
"name": "
|
|
33697
|
+
"description": "The `atomic-query-error` component handles fatal errors when performing a query on the index or Search API. When the error is known, it displays a link to relevant documentation link for debugging purposes. When the error is unknown, it displays a small text area with the JSON content of the error.",
|
|
33698
|
+
"name": "AtomicQueryError",
|
|
33699
33699
|
"cssParts": [
|
|
33700
33700
|
{
|
|
33701
|
-
"description": "The
|
|
33702
|
-
"name": "
|
|
33701
|
+
"description": "The svg related to the error.",
|
|
33702
|
+
"name": "icon"
|
|
33703
33703
|
},
|
|
33704
33704
|
{
|
|
33705
|
-
"description": "The
|
|
33706
|
-
"name": "
|
|
33705
|
+
"description": "The title of the error.",
|
|
33706
|
+
"name": "title"
|
|
33707
33707
|
},
|
|
33708
33708
|
{
|
|
33709
|
-
"description": "
|
|
33710
|
-
"name": "
|
|
33709
|
+
"description": "A description of the error.",
|
|
33710
|
+
"name": "description"
|
|
33711
33711
|
},
|
|
33712
33712
|
{
|
|
33713
|
-
"description": "
|
|
33714
|
-
"name": "
|
|
33713
|
+
"description": "A link to the relevant documentation.",
|
|
33714
|
+
"name": "doc-link"
|
|
33715
33715
|
},
|
|
33716
33716
|
{
|
|
33717
|
-
"description": "
|
|
33718
|
-
"name": "
|
|
33717
|
+
"description": "A button to request additional error information.",
|
|
33718
|
+
"name": "more-info-btn"
|
|
33719
|
+
},
|
|
33720
|
+
{
|
|
33721
|
+
"description": "Additional error information.",
|
|
33722
|
+
"name": "error-info"
|
|
33719
33723
|
}
|
|
33720
33724
|
],
|
|
33721
33725
|
"members": [
|
|
33722
33726
|
{
|
|
33723
33727
|
"kind": "field",
|
|
33724
|
-
"name": "
|
|
33728
|
+
"name": "queryErrorState",
|
|
33725
33729
|
"type": {
|
|
33726
|
-
"text": "
|
|
33730
|
+
"text": "QueryErrorState"
|
|
33727
33731
|
},
|
|
33728
33732
|
"privacy": "private"
|
|
33729
33733
|
},
|
|
33730
33734
|
{
|
|
33731
33735
|
"kind": "field",
|
|
33732
|
-
"name": "
|
|
33736
|
+
"name": "ariaMessage",
|
|
33737
|
+
"privacy": "protected",
|
|
33738
|
+
"default": "new AriaLiveRegionController(this, 'query-error')"
|
|
33739
|
+
},
|
|
33740
|
+
{
|
|
33741
|
+
"kind": "field",
|
|
33742
|
+
"name": "bindings",
|
|
33733
33743
|
"type": {
|
|
33734
|
-
"text": "
|
|
33744
|
+
"text": "Bindings"
|
|
33735
33745
|
},
|
|
33736
33746
|
"privacy": "private"
|
|
33737
33747
|
},
|
|
33738
33748
|
{
|
|
33739
33749
|
"kind": "field",
|
|
33740
|
-
"name": "
|
|
33750
|
+
"name": "queryError",
|
|
33741
33751
|
"type": {
|
|
33742
|
-
"text": "
|
|
33752
|
+
"text": "QueryError"
|
|
33743
33753
|
},
|
|
33744
33754
|
"privacy": "private"
|
|
33745
33755
|
},
|
|
33746
33756
|
{
|
|
33747
33757
|
"kind": "field",
|
|
33748
|
-
"name": "
|
|
33758
|
+
"name": "error",
|
|
33749
33759
|
"type": {
|
|
33750
|
-
"text": "
|
|
33760
|
+
"text": "Error"
|
|
33751
33761
|
},
|
|
33752
33762
|
"privacy": "private"
|
|
33753
33763
|
},
|
|
33754
33764
|
{
|
|
33755
33765
|
"kind": "field",
|
|
33756
|
-
"name": "
|
|
33757
|
-
"
|
|
33758
|
-
|
|
33766
|
+
"name": "showMoreInfo",
|
|
33767
|
+
"type": {
|
|
33768
|
+
"text": "boolean"
|
|
33769
|
+
},
|
|
33770
|
+
"privacy": "public",
|
|
33771
|
+
"default": "false"
|
|
33759
33772
|
},
|
|
33760
33773
|
{
|
|
33761
33774
|
"kind": "method",
|
|
33762
33775
|
"name": "initialize",
|
|
33763
33776
|
"privacy": "public"
|
|
33764
|
-
},
|
|
33765
|
-
{
|
|
33766
|
-
"kind": "method",
|
|
33767
|
-
"name": "initBindings",
|
|
33768
|
-
"privacy": "private",
|
|
33769
|
-
"inheritedFrom": {
|
|
33770
|
-
"name": "InitializeBindingsMixin",
|
|
33771
|
-
"module": "src/mixins/bindings-mixin.ts"
|
|
33772
|
-
}
|
|
33773
|
-
}
|
|
33774
|
-
],
|
|
33775
|
-
"mixins": [
|
|
33776
|
-
{
|
|
33777
|
-
"name": "InitializeBindingsMixin",
|
|
33778
|
-
"package": "@/src/mixins/bindings-mixin"
|
|
33779
33777
|
}
|
|
33780
33778
|
],
|
|
33781
33779
|
"superclass": {
|
|
@@ -33783,115 +33781,117 @@
|
|
|
33783
33781
|
"package": "lit"
|
|
33784
33782
|
},
|
|
33785
33783
|
"events": [],
|
|
33786
|
-
"tagName": "atomic-query-
|
|
33784
|
+
"tagName": "atomic-query-error",
|
|
33787
33785
|
"customElement": true
|
|
33788
33786
|
}
|
|
33789
33787
|
],
|
|
33790
33788
|
"exports": [
|
|
33791
33789
|
{
|
|
33792
33790
|
"kind": "js",
|
|
33793
|
-
"name": "
|
|
33791
|
+
"name": "AtomicQueryError",
|
|
33794
33792
|
"declaration": {
|
|
33795
|
-
"name": "
|
|
33796
|
-
"module": "src/components/search/atomic-query-
|
|
33793
|
+
"name": "AtomicQueryError",
|
|
33794
|
+
"module": "src/components/search/atomic-query-error/atomic-query-error.ts"
|
|
33797
33795
|
}
|
|
33798
33796
|
},
|
|
33799
33797
|
{
|
|
33800
33798
|
"kind": "custom-element-definition",
|
|
33801
|
-
"name": "atomic-query-
|
|
33799
|
+
"name": "atomic-query-error",
|
|
33802
33800
|
"declaration": {
|
|
33803
|
-
"name": "
|
|
33804
|
-
"module": "src/components/search/atomic-query-
|
|
33801
|
+
"name": "AtomicQueryError",
|
|
33802
|
+
"module": "src/components/search/atomic-query-error/atomic-query-error.ts"
|
|
33805
33803
|
}
|
|
33806
33804
|
}
|
|
33807
33805
|
]
|
|
33808
33806
|
},
|
|
33809
33807
|
{
|
|
33810
33808
|
"kind": "javascript-module",
|
|
33811
|
-
"path": "src/components/search/atomic-query-
|
|
33809
|
+
"path": "src/components/search/atomic-query-summary/atomic-query-summary.ts",
|
|
33812
33810
|
"declarations": [
|
|
33813
33811
|
{
|
|
33814
33812
|
"kind": "class",
|
|
33815
|
-
"description": "The `atomic-query-
|
|
33816
|
-
"name": "
|
|
33813
|
+
"description": "The `atomic-query-summary` component displays information about the current range of results and the request duration (for example, \"Results 1-10 of 123 in 0.47 seconds\").",
|
|
33814
|
+
"name": "AtomicQuerySummary",
|
|
33817
33815
|
"cssParts": [
|
|
33818
33816
|
{
|
|
33819
|
-
"description": "The
|
|
33820
|
-
"name": "
|
|
33821
|
-
},
|
|
33822
|
-
{
|
|
33823
|
-
"description": "The title of the error.",
|
|
33824
|
-
"name": "title"
|
|
33817
|
+
"description": "The container for the whole summary.",
|
|
33818
|
+
"name": "container"
|
|
33825
33819
|
},
|
|
33826
33820
|
{
|
|
33827
|
-
"description": "
|
|
33828
|
-
"name": "
|
|
33821
|
+
"description": "The container for the duration.",
|
|
33822
|
+
"name": "duration"
|
|
33829
33823
|
},
|
|
33830
33824
|
{
|
|
33831
|
-
"description": "
|
|
33832
|
-
"name": "
|
|
33825
|
+
"description": "The summary highlights.",
|
|
33826
|
+
"name": "highlight"
|
|
33833
33827
|
},
|
|
33834
33828
|
{
|
|
33835
|
-
"description": "
|
|
33836
|
-
"name": "
|
|
33829
|
+
"description": "The summary highlighted query.",
|
|
33830
|
+
"name": "query"
|
|
33837
33831
|
},
|
|
33838
33832
|
{
|
|
33839
|
-
"description": "
|
|
33840
|
-
"name": "
|
|
33833
|
+
"description": "The query summary placeholder used while the search interface is initializing.",
|
|
33834
|
+
"name": "placeholder"
|
|
33841
33835
|
}
|
|
33842
33836
|
],
|
|
33843
33837
|
"members": [
|
|
33844
33838
|
{
|
|
33845
33839
|
"kind": "field",
|
|
33846
|
-
"name": "
|
|
33840
|
+
"name": "bindings",
|
|
33847
33841
|
"type": {
|
|
33848
|
-
"text": "
|
|
33842
|
+
"text": "Bindings"
|
|
33849
33843
|
},
|
|
33850
33844
|
"privacy": "private"
|
|
33851
33845
|
},
|
|
33852
33846
|
{
|
|
33853
33847
|
"kind": "field",
|
|
33854
|
-
"name": "
|
|
33855
|
-
"privacy": "protected",
|
|
33856
|
-
"default": "new AriaLiveRegionController(this, 'query-error')"
|
|
33857
|
-
},
|
|
33858
|
-
{
|
|
33859
|
-
"kind": "field",
|
|
33860
|
-
"name": "bindings",
|
|
33848
|
+
"name": "error",
|
|
33861
33849
|
"type": {
|
|
33862
|
-
"text": "
|
|
33850
|
+
"text": "Error"
|
|
33863
33851
|
},
|
|
33864
33852
|
"privacy": "private"
|
|
33865
33853
|
},
|
|
33866
33854
|
{
|
|
33867
33855
|
"kind": "field",
|
|
33868
|
-
"name": "
|
|
33856
|
+
"name": "querySummaryState",
|
|
33869
33857
|
"type": {
|
|
33870
|
-
"text": "
|
|
33858
|
+
"text": "QuerySummaryState"
|
|
33871
33859
|
},
|
|
33872
33860
|
"privacy": "private"
|
|
33873
33861
|
},
|
|
33874
33862
|
{
|
|
33875
33863
|
"kind": "field",
|
|
33876
|
-
"name": "
|
|
33864
|
+
"name": "querySummary",
|
|
33877
33865
|
"type": {
|
|
33878
|
-
"text": "
|
|
33866
|
+
"text": "QuerySummary"
|
|
33879
33867
|
},
|
|
33880
33868
|
"privacy": "private"
|
|
33881
33869
|
},
|
|
33882
33870
|
{
|
|
33883
33871
|
"kind": "field",
|
|
33884
|
-
"name": "
|
|
33885
|
-
"
|
|
33886
|
-
|
|
33887
|
-
},
|
|
33888
|
-
"privacy": "public",
|
|
33889
|
-
"default": "false"
|
|
33872
|
+
"name": "ariaMessage",
|
|
33873
|
+
"privacy": "protected",
|
|
33874
|
+
"default": "new AriaLiveRegionController(this, 'query-summary')"
|
|
33890
33875
|
},
|
|
33891
33876
|
{
|
|
33892
33877
|
"kind": "method",
|
|
33893
33878
|
"name": "initialize",
|
|
33894
33879
|
"privacy": "public"
|
|
33880
|
+
},
|
|
33881
|
+
{
|
|
33882
|
+
"kind": "method",
|
|
33883
|
+
"name": "initBindings",
|
|
33884
|
+
"privacy": "private",
|
|
33885
|
+
"inheritedFrom": {
|
|
33886
|
+
"name": "InitializeBindingsMixin",
|
|
33887
|
+
"module": "src/mixins/bindings-mixin.ts"
|
|
33888
|
+
}
|
|
33889
|
+
}
|
|
33890
|
+
],
|
|
33891
|
+
"mixins": [
|
|
33892
|
+
{
|
|
33893
|
+
"name": "InitializeBindingsMixin",
|
|
33894
|
+
"package": "@/src/mixins/bindings-mixin"
|
|
33895
33895
|
}
|
|
33896
33896
|
],
|
|
33897
33897
|
"superclass": {
|
|
@@ -33899,25 +33899,25 @@
|
|
|
33899
33899
|
"package": "lit"
|
|
33900
33900
|
},
|
|
33901
33901
|
"events": [],
|
|
33902
|
-
"tagName": "atomic-query-
|
|
33902
|
+
"tagName": "atomic-query-summary",
|
|
33903
33903
|
"customElement": true
|
|
33904
33904
|
}
|
|
33905
33905
|
],
|
|
33906
33906
|
"exports": [
|
|
33907
33907
|
{
|
|
33908
33908
|
"kind": "js",
|
|
33909
|
-
"name": "
|
|
33909
|
+
"name": "AtomicQuerySummary",
|
|
33910
33910
|
"declaration": {
|
|
33911
|
-
"name": "
|
|
33912
|
-
"module": "src/components/search/atomic-query-
|
|
33911
|
+
"name": "AtomicQuerySummary",
|
|
33912
|
+
"module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
|
|
33913
33913
|
}
|
|
33914
33914
|
},
|
|
33915
33915
|
{
|
|
33916
33916
|
"kind": "custom-element-definition",
|
|
33917
|
-
"name": "atomic-query-
|
|
33917
|
+
"name": "atomic-query-summary",
|
|
33918
33918
|
"declaration": {
|
|
33919
|
-
"name": "
|
|
33920
|
-
"module": "src/components/search/atomic-query-
|
|
33919
|
+
"name": "AtomicQuerySummary",
|
|
33920
|
+
"module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
|
|
33921
33921
|
}
|
|
33922
33922
|
}
|
|
33923
33923
|
]
|
|
@@ -40023,152 +40023,58 @@
|
|
|
40023
40023
|
"module": "src/mixins/light-dom.ts"
|
|
40024
40024
|
}
|
|
40025
40025
|
}
|
|
40026
|
-
],
|
|
40027
|
-
"attributes": [
|
|
40028
|
-
{
|
|
40029
|
-
"name": "max-number-of-parts",
|
|
40030
|
-
"type": {
|
|
40031
|
-
"text": "number"
|
|
40032
|
-
},
|
|
40033
|
-
"default": "5",
|
|
40034
|
-
"description": "The maximum number of Uri parts to display. This has to be over the minimum of `3` in order to be effective. Putting `Infinity` will disable the ellipsis.",
|
|
40035
|
-
"fieldName": "maxNumberOfParts"
|
|
40036
|
-
}
|
|
40037
|
-
],
|
|
40038
|
-
"mixins": [
|
|
40039
|
-
{
|
|
40040
|
-
"name": "LightDomMixin",
|
|
40041
|
-
"package": "@/src/mixins/light-dom"
|
|
40042
|
-
}
|
|
40043
|
-
],
|
|
40044
|
-
"superclass": {
|
|
40045
|
-
"name": "LitElement",
|
|
40046
|
-
"package": "lit"
|
|
40047
|
-
},
|
|
40048
|
-
"events": [],
|
|
40049
|
-
"tagName": "atomic-result-printable-uri",
|
|
40050
|
-
"customElement": true
|
|
40051
|
-
}
|
|
40052
|
-
],
|
|
40053
|
-
"exports": [
|
|
40054
|
-
{
|
|
40055
|
-
"kind": "js",
|
|
40056
|
-
"name": "AtomicResultPrintableUri",
|
|
40057
|
-
"declaration": {
|
|
40058
|
-
"name": "AtomicResultPrintableUri",
|
|
40059
|
-
"module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
|
|
40060
|
-
}
|
|
40061
|
-
},
|
|
40062
|
-
{
|
|
40063
|
-
"kind": "custom-element-definition",
|
|
40064
|
-
"name": "atomic-result-printable-uri",
|
|
40065
|
-
"declaration": {
|
|
40066
|
-
"name": "AtomicResultPrintableUri",
|
|
40067
|
-
"module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
|
|
40068
|
-
}
|
|
40069
|
-
}
|
|
40070
|
-
]
|
|
40071
|
-
},
|
|
40072
|
-
{
|
|
40073
|
-
"kind": "javascript-module",
|
|
40074
|
-
"path": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.tw.css.ts",
|
|
40075
|
-
"declarations": [],
|
|
40076
|
-
"exports": []
|
|
40077
|
-
},
|
|
40078
|
-
{
|
|
40079
|
-
"kind": "javascript-module",
|
|
40080
|
-
"path": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts",
|
|
40081
|
-
"declarations": [
|
|
40082
|
-
{
|
|
40083
|
-
"kind": "class",
|
|
40084
|
-
"description": "This section is intended to display components that allow the user to perform an action on a result without having to view its details.\nIn commerce interface, the user can usually add the product to their cart or wish list.\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.",
|
|
40085
|
-
"name": "AtomicResultSectionActions",
|
|
40086
|
-
"mixins": [
|
|
40087
|
-
{
|
|
40088
|
-
"name": "ItemSectionMixin",
|
|
40089
|
-
"package": "@/src/mixins/item-section-mixin"
|
|
40090
|
-
}
|
|
40091
|
-
],
|
|
40092
|
-
"superclass": {
|
|
40093
|
-
"name": "LitElement",
|
|
40094
|
-
"package": "lit"
|
|
40095
|
-
},
|
|
40096
|
-
"tagName": "atomic-result-section-actions",
|
|
40097
|
-
"customElement": true,
|
|
40098
|
-
"members": [
|
|
40099
|
-
{
|
|
40100
|
-
"kind": "field",
|
|
40101
|
-
"name": "styles",
|
|
40102
|
-
"static": true,
|
|
40103
|
-
"default": "styles",
|
|
40104
|
-
"inheritedFrom": {
|
|
40105
|
-
"name": "ItemSectionMixin",
|
|
40106
|
-
"module": "src/mixins/item-section-mixin.ts"
|
|
40107
|
-
}
|
|
40108
|
-
},
|
|
40109
|
-
{
|
|
40110
|
-
"kind": "method",
|
|
40111
|
-
"name": "injectStyles",
|
|
40112
|
-
"parameters": [
|
|
40113
|
-
{
|
|
40114
|
-
"name": "dynamicStyles",
|
|
40115
|
-
"optional": true,
|
|
40116
|
-
"type": {
|
|
40117
|
-
"text": "CSSResultGroup"
|
|
40118
|
-
},
|
|
40119
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
40120
|
-
}
|
|
40121
|
-
],
|
|
40122
|
-
"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.",
|
|
40123
|
-
"inheritedFrom": {
|
|
40124
|
-
"name": "LightDomMixin",
|
|
40125
|
-
"module": "src/mixins/light-dom.ts"
|
|
40126
|
-
}
|
|
40127
|
-
},
|
|
40128
|
-
{
|
|
40129
|
-
"kind": "method",
|
|
40130
|
-
"name": "getStyleSheet",
|
|
40131
|
-
"privacy": "private",
|
|
40132
|
-
"return": {
|
|
40133
|
-
"type": {
|
|
40134
|
-
"text": "CSSStyleSheet | null"
|
|
40135
|
-
}
|
|
40136
|
-
},
|
|
40137
|
-
"parameters": [
|
|
40138
|
-
{
|
|
40139
|
-
"name": "style",
|
|
40140
|
-
"type": {
|
|
40141
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40142
|
-
}
|
|
40143
|
-
}
|
|
40144
|
-
],
|
|
40145
|
-
"inheritedFrom": {
|
|
40146
|
-
"name": "LightDomMixin",
|
|
40147
|
-
"module": "src/mixins/light-dom.ts"
|
|
40148
|
-
}
|
|
40149
|
-
}
|
|
40150
|
-
]
|
|
40026
|
+
],
|
|
40027
|
+
"attributes": [
|
|
40028
|
+
{
|
|
40029
|
+
"name": "max-number-of-parts",
|
|
40030
|
+
"type": {
|
|
40031
|
+
"text": "number"
|
|
40032
|
+
},
|
|
40033
|
+
"default": "5",
|
|
40034
|
+
"description": "The maximum number of Uri parts to display. This has to be over the minimum of `3` in order to be effective. Putting `Infinity` will disable the ellipsis.",
|
|
40035
|
+
"fieldName": "maxNumberOfParts"
|
|
40036
|
+
}
|
|
40037
|
+
],
|
|
40038
|
+
"mixins": [
|
|
40039
|
+
{
|
|
40040
|
+
"name": "LightDomMixin",
|
|
40041
|
+
"package": "@/src/mixins/light-dom"
|
|
40042
|
+
}
|
|
40043
|
+
],
|
|
40044
|
+
"superclass": {
|
|
40045
|
+
"name": "LitElement",
|
|
40046
|
+
"package": "lit"
|
|
40047
|
+
},
|
|
40048
|
+
"events": [],
|
|
40049
|
+
"tagName": "atomic-result-printable-uri",
|
|
40050
|
+
"customElement": true
|
|
40151
40051
|
}
|
|
40152
40052
|
],
|
|
40153
40053
|
"exports": [
|
|
40154
40054
|
{
|
|
40155
40055
|
"kind": "js",
|
|
40156
|
-
"name": "
|
|
40056
|
+
"name": "AtomicResultPrintableUri",
|
|
40157
40057
|
"declaration": {
|
|
40158
|
-
"name": "
|
|
40159
|
-
"module": "src/components/search/atomic-result-
|
|
40058
|
+
"name": "AtomicResultPrintableUri",
|
|
40059
|
+
"module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
|
|
40160
40060
|
}
|
|
40161
40061
|
},
|
|
40162
40062
|
{
|
|
40163
40063
|
"kind": "custom-element-definition",
|
|
40164
|
-
"name": "atomic-result-
|
|
40064
|
+
"name": "atomic-result-printable-uri",
|
|
40165
40065
|
"declaration": {
|
|
40166
|
-
"name": "
|
|
40167
|
-
"module": "src/components/search/atomic-result-
|
|
40066
|
+
"name": "AtomicResultPrintableUri",
|
|
40067
|
+
"module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
|
|
40168
40068
|
}
|
|
40169
40069
|
}
|
|
40170
40070
|
]
|
|
40171
40071
|
},
|
|
40072
|
+
{
|
|
40073
|
+
"kind": "javascript-module",
|
|
40074
|
+
"path": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.tw.css.ts",
|
|
40075
|
+
"declarations": [],
|
|
40076
|
+
"exports": []
|
|
40077
|
+
},
|
|
40172
40078
|
{
|
|
40173
40079
|
"kind": "javascript-module",
|
|
40174
40080
|
"path": "src/components/search/atomic-result-rating/atomic-result-rating.ts",
|
|
@@ -40359,6 +40265,100 @@
|
|
|
40359
40265
|
}
|
|
40360
40266
|
]
|
|
40361
40267
|
},
|
|
40268
|
+
{
|
|
40269
|
+
"kind": "javascript-module",
|
|
40270
|
+
"path": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts",
|
|
40271
|
+
"declarations": [
|
|
40272
|
+
{
|
|
40273
|
+
"kind": "class",
|
|
40274
|
+
"description": "This section is intended to display components that allow the user to perform an action on a result without having to view its details.\nIn commerce interface, the user can usually add the product to their cart or wish list.\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.",
|
|
40275
|
+
"name": "AtomicResultSectionActions",
|
|
40276
|
+
"mixins": [
|
|
40277
|
+
{
|
|
40278
|
+
"name": "ItemSectionMixin",
|
|
40279
|
+
"package": "@/src/mixins/item-section-mixin"
|
|
40280
|
+
}
|
|
40281
|
+
],
|
|
40282
|
+
"superclass": {
|
|
40283
|
+
"name": "LitElement",
|
|
40284
|
+
"package": "lit"
|
|
40285
|
+
},
|
|
40286
|
+
"tagName": "atomic-result-section-actions",
|
|
40287
|
+
"customElement": true,
|
|
40288
|
+
"members": [
|
|
40289
|
+
{
|
|
40290
|
+
"kind": "field",
|
|
40291
|
+
"name": "styles",
|
|
40292
|
+
"static": true,
|
|
40293
|
+
"default": "styles",
|
|
40294
|
+
"inheritedFrom": {
|
|
40295
|
+
"name": "ItemSectionMixin",
|
|
40296
|
+
"module": "src/mixins/item-section-mixin.ts"
|
|
40297
|
+
}
|
|
40298
|
+
},
|
|
40299
|
+
{
|
|
40300
|
+
"kind": "method",
|
|
40301
|
+
"name": "injectStyles",
|
|
40302
|
+
"parameters": [
|
|
40303
|
+
{
|
|
40304
|
+
"name": "dynamicStyles",
|
|
40305
|
+
"optional": true,
|
|
40306
|
+
"type": {
|
|
40307
|
+
"text": "CSSResultGroup"
|
|
40308
|
+
},
|
|
40309
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
40310
|
+
}
|
|
40311
|
+
],
|
|
40312
|
+
"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.",
|
|
40313
|
+
"inheritedFrom": {
|
|
40314
|
+
"name": "LightDomMixin",
|
|
40315
|
+
"module": "src/mixins/light-dom.ts"
|
|
40316
|
+
}
|
|
40317
|
+
},
|
|
40318
|
+
{
|
|
40319
|
+
"kind": "method",
|
|
40320
|
+
"name": "getStyleSheet",
|
|
40321
|
+
"privacy": "private",
|
|
40322
|
+
"return": {
|
|
40323
|
+
"type": {
|
|
40324
|
+
"text": "CSSStyleSheet | null"
|
|
40325
|
+
}
|
|
40326
|
+
},
|
|
40327
|
+
"parameters": [
|
|
40328
|
+
{
|
|
40329
|
+
"name": "style",
|
|
40330
|
+
"type": {
|
|
40331
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
40332
|
+
}
|
|
40333
|
+
}
|
|
40334
|
+
],
|
|
40335
|
+
"inheritedFrom": {
|
|
40336
|
+
"name": "LightDomMixin",
|
|
40337
|
+
"module": "src/mixins/light-dom.ts"
|
|
40338
|
+
}
|
|
40339
|
+
}
|
|
40340
|
+
]
|
|
40341
|
+
}
|
|
40342
|
+
],
|
|
40343
|
+
"exports": [
|
|
40344
|
+
{
|
|
40345
|
+
"kind": "js",
|
|
40346
|
+
"name": "AtomicResultSectionActions",
|
|
40347
|
+
"declaration": {
|
|
40348
|
+
"name": "AtomicResultSectionActions",
|
|
40349
|
+
"module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
|
|
40350
|
+
}
|
|
40351
|
+
},
|
|
40352
|
+
{
|
|
40353
|
+
"kind": "custom-element-definition",
|
|
40354
|
+
"name": "atomic-result-section-actions",
|
|
40355
|
+
"declaration": {
|
|
40356
|
+
"name": "AtomicResultSectionActions",
|
|
40357
|
+
"module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
|
|
40358
|
+
}
|
|
40359
|
+
}
|
|
40360
|
+
]
|
|
40361
|
+
},
|
|
40362
40362
|
{
|
|
40363
40363
|
"kind": "javascript-module",
|
|
40364
40364
|
"path": "src/components/search/atomic-result-section-badges/atomic-result-section-badges.ts",
|
|
@@ -47571,37 +47571,37 @@
|
|
|
47571
47571
|
},
|
|
47572
47572
|
{
|
|
47573
47573
|
"kind": "javascript-module",
|
|
47574
|
-
"path": "src/components/commerce/atomic-product-
|
|
47574
|
+
"path": "src/components/commerce/atomic-product-description/e2e/atomic-product-description.e2e.ts",
|
|
47575
47575
|
"declarations": [],
|
|
47576
47576
|
"exports": []
|
|
47577
47577
|
},
|
|
47578
47578
|
{
|
|
47579
47579
|
"kind": "javascript-module",
|
|
47580
|
-
"path": "src/components/commerce/atomic-product-
|
|
47580
|
+
"path": "src/components/commerce/atomic-product-description/e2e/fixture.ts",
|
|
47581
47581
|
"declarations": [],
|
|
47582
47582
|
"exports": []
|
|
47583
47583
|
},
|
|
47584
47584
|
{
|
|
47585
47585
|
"kind": "javascript-module",
|
|
47586
|
-
"path": "src/components/commerce/atomic-product-
|
|
47586
|
+
"path": "src/components/commerce/atomic-product-description/e2e/page-object.ts",
|
|
47587
47587
|
"declarations": [],
|
|
47588
47588
|
"exports": []
|
|
47589
47589
|
},
|
|
47590
47590
|
{
|
|
47591
47591
|
"kind": "javascript-module",
|
|
47592
|
-
"path": "src/components/commerce/atomic-product-
|
|
47592
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts",
|
|
47593
47593
|
"declarations": [],
|
|
47594
47594
|
"exports": []
|
|
47595
47595
|
},
|
|
47596
47596
|
{
|
|
47597
47597
|
"kind": "javascript-module",
|
|
47598
|
-
"path": "src/components/commerce/atomic-product-
|
|
47598
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/fixture.ts",
|
|
47599
47599
|
"declarations": [],
|
|
47600
47600
|
"exports": []
|
|
47601
47601
|
},
|
|
47602
47602
|
{
|
|
47603
47603
|
"kind": "javascript-module",
|
|
47604
|
-
"path": "src/components/commerce/atomic-product-
|
|
47604
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/page-object.ts",
|
|
47605
47605
|
"declarations": [],
|
|
47606
47606
|
"exports": []
|
|
47607
47607
|
},
|
|
@@ -47887,12 +47887,6 @@
|
|
|
47887
47887
|
"declarations": [],
|
|
47888
47888
|
"exports": []
|
|
47889
47889
|
},
|
|
47890
|
-
{
|
|
47891
|
-
"kind": "javascript-module",
|
|
47892
|
-
"path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
|
|
47893
|
-
"declarations": [],
|
|
47894
|
-
"exports": []
|
|
47895
|
-
},
|
|
47896
47890
|
{
|
|
47897
47891
|
"kind": "javascript-module",
|
|
47898
47892
|
"path": "src/components/common/facets/facet-search/facet-search-aria-live.ts",
|
|
@@ -47935,6 +47929,12 @@
|
|
|
47935
47929
|
"declarations": [],
|
|
47936
47930
|
"exports": []
|
|
47937
47931
|
},
|
|
47932
|
+
{
|
|
47933
|
+
"kind": "javascript-module",
|
|
47934
|
+
"path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
|
|
47935
|
+
"declarations": [],
|
|
47936
|
+
"exports": []
|
|
47937
|
+
},
|
|
47938
47938
|
{
|
|
47939
47939
|
"kind": "javascript-module",
|
|
47940
47940
|
"path": "src/components/common/facets/facet-value/facet-value.ts",
|
|
@@ -48315,73 +48315,73 @@
|
|
|
48315
48315
|
},
|
|
48316
48316
|
{
|
|
48317
48317
|
"kind": "javascript-module",
|
|
48318
|
-
"path": "src/components/insight/atomic-insight-
|
|
48318
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/atomic-insight-no-results.e2e.ts",
|
|
48319
48319
|
"declarations": [],
|
|
48320
48320
|
"exports": []
|
|
48321
48321
|
},
|
|
48322
48322
|
{
|
|
48323
48323
|
"kind": "javascript-module",
|
|
48324
|
-
"path": "src/components/insight/atomic-insight-
|
|
48324
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/fixture.ts",
|
|
48325
48325
|
"declarations": [],
|
|
48326
48326
|
"exports": []
|
|
48327
48327
|
},
|
|
48328
48328
|
{
|
|
48329
48329
|
"kind": "javascript-module",
|
|
48330
|
-
"path": "src/components/insight/atomic-insight-
|
|
48330
|
+
"path": "src/components/insight/atomic-insight-no-results/e2e/page-object.ts",
|
|
48331
48331
|
"declarations": [],
|
|
48332
48332
|
"exports": []
|
|
48333
48333
|
},
|
|
48334
48334
|
{
|
|
48335
48335
|
"kind": "javascript-module",
|
|
48336
|
-
"path": "src/components/insight/atomic-insight-
|
|
48336
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/atomic-insight-interface.e2e.ts",
|
|
48337
48337
|
"declarations": [],
|
|
48338
48338
|
"exports": []
|
|
48339
48339
|
},
|
|
48340
48340
|
{
|
|
48341
48341
|
"kind": "javascript-module",
|
|
48342
|
-
"path": "src/components/insight/atomic-insight-
|
|
48342
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/fixture.ts",
|
|
48343
48343
|
"declarations": [],
|
|
48344
48344
|
"exports": []
|
|
48345
48345
|
},
|
|
48346
48346
|
{
|
|
48347
48347
|
"kind": "javascript-module",
|
|
48348
|
-
"path": "src/components/insight/atomic-insight-
|
|
48348
|
+
"path": "src/components/insight/atomic-insight-interface/e2e/page-object.ts",
|
|
48349
48349
|
"declarations": [],
|
|
48350
48350
|
"exports": []
|
|
48351
48351
|
},
|
|
48352
48352
|
{
|
|
48353
48353
|
"kind": "javascript-module",
|
|
48354
|
-
"path": "src/components/insight/atomic-insight-
|
|
48354
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/atomic-insight-pager.e2e.ts",
|
|
48355
48355
|
"declarations": [],
|
|
48356
48356
|
"exports": []
|
|
48357
48357
|
},
|
|
48358
48358
|
{
|
|
48359
48359
|
"kind": "javascript-module",
|
|
48360
|
-
"path": "src/components/insight/atomic-insight-
|
|
48360
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/fixture.ts",
|
|
48361
48361
|
"declarations": [],
|
|
48362
48362
|
"exports": []
|
|
48363
48363
|
},
|
|
48364
48364
|
{
|
|
48365
48365
|
"kind": "javascript-module",
|
|
48366
|
-
"path": "src/components/insight/atomic-insight-
|
|
48366
|
+
"path": "src/components/insight/atomic-insight-pager/e2e/page-object.ts",
|
|
48367
48367
|
"declarations": [],
|
|
48368
48368
|
"exports": []
|
|
48369
48369
|
},
|
|
48370
48370
|
{
|
|
48371
48371
|
"kind": "javascript-module",
|
|
48372
|
-
"path": "src/components/insight/atomic-insight-
|
|
48372
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/atomic-insight-numeric-facet.e2e.ts",
|
|
48373
48373
|
"declarations": [],
|
|
48374
48374
|
"exports": []
|
|
48375
48375
|
},
|
|
48376
48376
|
{
|
|
48377
48377
|
"kind": "javascript-module",
|
|
48378
|
-
"path": "src/components/insight/atomic-insight-
|
|
48378
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/fixture.ts",
|
|
48379
48379
|
"declarations": [],
|
|
48380
48380
|
"exports": []
|
|
48381
48381
|
},
|
|
48382
48382
|
{
|
|
48383
48383
|
"kind": "javascript-module",
|
|
48384
|
-
"path": "src/components/insight/atomic-insight-
|
|
48384
|
+
"path": "src/components/insight/atomic-insight-numeric-facet/e2e/page-object.ts",
|
|
48385
48385
|
"declarations": [],
|
|
48386
48386
|
"exports": []
|
|
48387
48387
|
},
|
|
@@ -48459,37 +48459,37 @@
|
|
|
48459
48459
|
},
|
|
48460
48460
|
{
|
|
48461
48461
|
"kind": "javascript-module",
|
|
48462
|
-
"path": "src/components/insight/atomic-insight-result-action
|
|
48462
|
+
"path": "src/components/insight/atomic-insight-result-action/e2e/atomic-insight-result-action.e2e.ts",
|
|
48463
48463
|
"declarations": [],
|
|
48464
48464
|
"exports": []
|
|
48465
48465
|
},
|
|
48466
48466
|
{
|
|
48467
48467
|
"kind": "javascript-module",
|
|
48468
|
-
"path": "src/components/insight/atomic-insight-result-action
|
|
48468
|
+
"path": "src/components/insight/atomic-insight-result-action/e2e/fixture.ts",
|
|
48469
48469
|
"declarations": [],
|
|
48470
48470
|
"exports": []
|
|
48471
48471
|
},
|
|
48472
48472
|
{
|
|
48473
48473
|
"kind": "javascript-module",
|
|
48474
|
-
"path": "src/components/insight/atomic-insight-result-action
|
|
48474
|
+
"path": "src/components/insight/atomic-insight-result-action/e2e/page-object.ts",
|
|
48475
48475
|
"declarations": [],
|
|
48476
48476
|
"exports": []
|
|
48477
48477
|
},
|
|
48478
48478
|
{
|
|
48479
48479
|
"kind": "javascript-module",
|
|
48480
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48480
|
+
"path": "src/components/insight/atomic-insight-result-action-bar/e2e/atomic-insight-result-action-bar.e2e.ts",
|
|
48481
48481
|
"declarations": [],
|
|
48482
48482
|
"exports": []
|
|
48483
48483
|
},
|
|
48484
48484
|
{
|
|
48485
48485
|
"kind": "javascript-module",
|
|
48486
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48486
|
+
"path": "src/components/insight/atomic-insight-result-action-bar/e2e/fixture.ts",
|
|
48487
48487
|
"declarations": [],
|
|
48488
48488
|
"exports": []
|
|
48489
48489
|
},
|
|
48490
48490
|
{
|
|
48491
48491
|
"kind": "javascript-module",
|
|
48492
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48492
|
+
"path": "src/components/insight/atomic-insight-result-action-bar/e2e/page-object.ts",
|
|
48493
48493
|
"declarations": [],
|
|
48494
48494
|
"exports": []
|
|
48495
48495
|
},
|
|
@@ -48513,19 +48513,19 @@
|
|
|
48513
48513
|
},
|
|
48514
48514
|
{
|
|
48515
48515
|
"kind": "javascript-module",
|
|
48516
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48516
|
+
"path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/atomic-insight-result-attach-to-case-indicator.e2e.ts",
|
|
48517
48517
|
"declarations": [],
|
|
48518
48518
|
"exports": []
|
|
48519
48519
|
},
|
|
48520
48520
|
{
|
|
48521
48521
|
"kind": "javascript-module",
|
|
48522
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48522
|
+
"path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/fixture.ts",
|
|
48523
48523
|
"declarations": [],
|
|
48524
48524
|
"exports": []
|
|
48525
48525
|
},
|
|
48526
48526
|
{
|
|
48527
48527
|
"kind": "javascript-module",
|
|
48528
|
-
"path": "src/components/insight/atomic-insight-result-
|
|
48528
|
+
"path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/page-object.ts",
|
|
48529
48529
|
"declarations": [],
|
|
48530
48530
|
"exports": []
|
|
48531
48531
|
},
|
|
@@ -48765,73 +48765,73 @@
|
|
|
48765
48765
|
},
|
|
48766
48766
|
{
|
|
48767
48767
|
"kind": "javascript-module",
|
|
48768
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48768
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/atomic-ipx-modal.e2e.ts",
|
|
48769
48769
|
"declarations": [],
|
|
48770
48770
|
"exports": []
|
|
48771
48771
|
},
|
|
48772
48772
|
{
|
|
48773
48773
|
"kind": "javascript-module",
|
|
48774
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48774
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/fixture.ts",
|
|
48775
48775
|
"declarations": [],
|
|
48776
48776
|
"exports": []
|
|
48777
48777
|
},
|
|
48778
48778
|
{
|
|
48779
48779
|
"kind": "javascript-module",
|
|
48780
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48780
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/page-object.ts",
|
|
48781
48781
|
"declarations": [],
|
|
48782
48782
|
"exports": []
|
|
48783
48783
|
},
|
|
48784
48784
|
{
|
|
48785
48785
|
"kind": "javascript-module",
|
|
48786
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48786
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/atomic-ipx-recs-list.e2e.ts",
|
|
48787
48787
|
"declarations": [],
|
|
48788
48788
|
"exports": []
|
|
48789
48789
|
},
|
|
48790
48790
|
{
|
|
48791
48791
|
"kind": "javascript-module",
|
|
48792
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48792
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/fixture.ts",
|
|
48793
48793
|
"declarations": [],
|
|
48794
48794
|
"exports": []
|
|
48795
48795
|
},
|
|
48796
48796
|
{
|
|
48797
48797
|
"kind": "javascript-module",
|
|
48798
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48798
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/page-object.ts",
|
|
48799
48799
|
"declarations": [],
|
|
48800
48800
|
"exports": []
|
|
48801
48801
|
},
|
|
48802
48802
|
{
|
|
48803
48803
|
"kind": "javascript-module",
|
|
48804
|
-
"path": "src/components/ipx/atomic-ipx-refine-
|
|
48804
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/atomic-ipx-refine-modal.e2e.ts",
|
|
48805
48805
|
"declarations": [],
|
|
48806
48806
|
"exports": []
|
|
48807
48807
|
},
|
|
48808
48808
|
{
|
|
48809
48809
|
"kind": "javascript-module",
|
|
48810
|
-
"path": "src/components/ipx/atomic-ipx-refine-
|
|
48810
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/fixture.ts",
|
|
48811
48811
|
"declarations": [],
|
|
48812
48812
|
"exports": []
|
|
48813
48813
|
},
|
|
48814
48814
|
{
|
|
48815
48815
|
"kind": "javascript-module",
|
|
48816
|
-
"path": "src/components/ipx/atomic-ipx-refine-
|
|
48816
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/page-object.ts",
|
|
48817
48817
|
"declarations": [],
|
|
48818
48818
|
"exports": []
|
|
48819
48819
|
},
|
|
48820
48820
|
{
|
|
48821
48821
|
"kind": "javascript-module",
|
|
48822
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48822
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/atomic-ipx-refine-toggle.e2e.ts",
|
|
48823
48823
|
"declarations": [],
|
|
48824
48824
|
"exports": []
|
|
48825
48825
|
},
|
|
48826
48826
|
{
|
|
48827
48827
|
"kind": "javascript-module",
|
|
48828
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48828
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/fixture.ts",
|
|
48829
48829
|
"declarations": [],
|
|
48830
48830
|
"exports": []
|
|
48831
48831
|
},
|
|
48832
48832
|
{
|
|
48833
48833
|
"kind": "javascript-module",
|
|
48834
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
48834
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/page-object.ts",
|
|
48835
48835
|
"declarations": [],
|
|
48836
48836
|
"exports": []
|
|
48837
48837
|
},
|
|
@@ -48855,37 +48855,37 @@
|
|
|
48855
48855
|
},
|
|
48856
48856
|
{
|
|
48857
48857
|
"kind": "javascript-module",
|
|
48858
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48858
|
+
"path": "src/components/recommendations/atomic-recs-error/e2e/atomic-recs-error.e2e.ts",
|
|
48859
48859
|
"declarations": [],
|
|
48860
48860
|
"exports": []
|
|
48861
48861
|
},
|
|
48862
48862
|
{
|
|
48863
48863
|
"kind": "javascript-module",
|
|
48864
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48864
|
+
"path": "src/components/recommendations/atomic-recs-error/e2e/fixture.ts",
|
|
48865
48865
|
"declarations": [],
|
|
48866
48866
|
"exports": []
|
|
48867
48867
|
},
|
|
48868
48868
|
{
|
|
48869
48869
|
"kind": "javascript-module",
|
|
48870
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48870
|
+
"path": "src/components/recommendations/atomic-recs-error/e2e/page-object.ts",
|
|
48871
48871
|
"declarations": [],
|
|
48872
48872
|
"exports": []
|
|
48873
48873
|
},
|
|
48874
48874
|
{
|
|
48875
48875
|
"kind": "javascript-module",
|
|
48876
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48876
|
+
"path": "src/components/recommendations/atomic-recs-interface/e2e/atomic-recs-interface.e2e.ts",
|
|
48877
48877
|
"declarations": [],
|
|
48878
48878
|
"exports": []
|
|
48879
48879
|
},
|
|
48880
48880
|
{
|
|
48881
48881
|
"kind": "javascript-module",
|
|
48882
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48882
|
+
"path": "src/components/recommendations/atomic-recs-interface/e2e/fixture.ts",
|
|
48883
48883
|
"declarations": [],
|
|
48884
48884
|
"exports": []
|
|
48885
48885
|
},
|
|
48886
48886
|
{
|
|
48887
48887
|
"kind": "javascript-module",
|
|
48888
|
-
"path": "src/components/recommendations/atomic-recs-
|
|
48888
|
+
"path": "src/components/recommendations/atomic-recs-interface/e2e/page-object.ts",
|
|
48889
48889
|
"declarations": [],
|
|
48890
48890
|
"exports": []
|
|
48891
48891
|
},
|
|
@@ -49269,37 +49269,37 @@
|
|
|
49269
49269
|
},
|
|
49270
49270
|
{
|
|
49271
49271
|
"kind": "javascript-module",
|
|
49272
|
-
"path": "src/components/search/atomic-query-
|
|
49272
|
+
"path": "src/components/search/atomic-query-error/e2e/atomic-query-error.e2e.ts",
|
|
49273
49273
|
"declarations": [],
|
|
49274
49274
|
"exports": []
|
|
49275
49275
|
},
|
|
49276
49276
|
{
|
|
49277
49277
|
"kind": "javascript-module",
|
|
49278
|
-
"path": "src/components/search/atomic-query-
|
|
49278
|
+
"path": "src/components/search/atomic-query-error/e2e/fixture.ts",
|
|
49279
49279
|
"declarations": [],
|
|
49280
49280
|
"exports": []
|
|
49281
49281
|
},
|
|
49282
49282
|
{
|
|
49283
49283
|
"kind": "javascript-module",
|
|
49284
|
-
"path": "src/components/search/atomic-query-
|
|
49284
|
+
"path": "src/components/search/atomic-query-error/e2e/page-object.ts",
|
|
49285
49285
|
"declarations": [],
|
|
49286
49286
|
"exports": []
|
|
49287
49287
|
},
|
|
49288
49288
|
{
|
|
49289
49289
|
"kind": "javascript-module",
|
|
49290
|
-
"path": "src/components/search/atomic-query-
|
|
49290
|
+
"path": "src/components/search/atomic-query-summary/e2e/atomic-query-summary.e2e.ts",
|
|
49291
49291
|
"declarations": [],
|
|
49292
49292
|
"exports": []
|
|
49293
49293
|
},
|
|
49294
49294
|
{
|
|
49295
49295
|
"kind": "javascript-module",
|
|
49296
|
-
"path": "src/components/search/atomic-query-
|
|
49296
|
+
"path": "src/components/search/atomic-query-summary/e2e/fixture.ts",
|
|
49297
49297
|
"declarations": [],
|
|
49298
49298
|
"exports": []
|
|
49299
49299
|
},
|
|
49300
49300
|
{
|
|
49301
49301
|
"kind": "javascript-module",
|
|
49302
|
-
"path": "src/components/search/atomic-query-
|
|
49302
|
+
"path": "src/components/search/atomic-query-summary/e2e/page-object.ts",
|
|
49303
49303
|
"declarations": [],
|
|
49304
49304
|
"exports": []
|
|
49305
49305
|
},
|
|
@@ -49455,55 +49455,55 @@
|
|
|
49455
49455
|
},
|
|
49456
49456
|
{
|
|
49457
49457
|
"kind": "javascript-module",
|
|
49458
|
-
"path": "src/components/search/atomic-result-
|
|
49458
|
+
"path": "src/components/search/atomic-result-children-template/e2e/atomic-result-children-template.e2e.ts",
|
|
49459
49459
|
"declarations": [],
|
|
49460
49460
|
"exports": []
|
|
49461
49461
|
},
|
|
49462
49462
|
{
|
|
49463
49463
|
"kind": "javascript-module",
|
|
49464
|
-
"path": "src/components/search/atomic-result-
|
|
49464
|
+
"path": "src/components/search/atomic-result-children-template/e2e/fixture.ts",
|
|
49465
49465
|
"declarations": [],
|
|
49466
49466
|
"exports": []
|
|
49467
49467
|
},
|
|
49468
49468
|
{
|
|
49469
49469
|
"kind": "javascript-module",
|
|
49470
|
-
"path": "src/components/search/atomic-result-
|
|
49470
|
+
"path": "src/components/search/atomic-result-children-template/e2e/page-object.ts",
|
|
49471
49471
|
"declarations": [],
|
|
49472
49472
|
"exports": []
|
|
49473
49473
|
},
|
|
49474
49474
|
{
|
|
49475
49475
|
"kind": "javascript-module",
|
|
49476
|
-
"path": "src/components/search/atomic-result-
|
|
49476
|
+
"path": "src/components/search/atomic-result-date/e2e/atomic-result-date.e2e.ts",
|
|
49477
49477
|
"declarations": [],
|
|
49478
49478
|
"exports": []
|
|
49479
49479
|
},
|
|
49480
49480
|
{
|
|
49481
49481
|
"kind": "javascript-module",
|
|
49482
|
-
"path": "src/components/search/atomic-result-
|
|
49482
|
+
"path": "src/components/search/atomic-result-date/e2e/fixture.ts",
|
|
49483
49483
|
"declarations": [],
|
|
49484
49484
|
"exports": []
|
|
49485
49485
|
},
|
|
49486
49486
|
{
|
|
49487
49487
|
"kind": "javascript-module",
|
|
49488
|
-
"path": "src/components/search/atomic-result-
|
|
49488
|
+
"path": "src/components/search/atomic-result-date/e2e/page-object.ts",
|
|
49489
49489
|
"declarations": [],
|
|
49490
49490
|
"exports": []
|
|
49491
49491
|
},
|
|
49492
49492
|
{
|
|
49493
49493
|
"kind": "javascript-module",
|
|
49494
|
-
"path": "src/components/search/atomic-result-
|
|
49494
|
+
"path": "src/components/search/atomic-result-fields-list/e2e/atomic-result-fields-list.e2e.ts",
|
|
49495
49495
|
"declarations": [],
|
|
49496
49496
|
"exports": []
|
|
49497
49497
|
},
|
|
49498
49498
|
{
|
|
49499
49499
|
"kind": "javascript-module",
|
|
49500
|
-
"path": "src/components/search/atomic-result-
|
|
49500
|
+
"path": "src/components/search/atomic-result-fields-list/e2e/fixture.ts",
|
|
49501
49501
|
"declarations": [],
|
|
49502
49502
|
"exports": []
|
|
49503
49503
|
},
|
|
49504
49504
|
{
|
|
49505
49505
|
"kind": "javascript-module",
|
|
49506
|
-
"path": "src/components/search/atomic-result-
|
|
49506
|
+
"path": "src/components/search/atomic-result-fields-list/e2e/page-object.ts",
|
|
49507
49507
|
"declarations": [],
|
|
49508
49508
|
"exports": []
|
|
49509
49509
|
},
|
|
@@ -49995,49 +49995,49 @@
|
|
|
49995
49995
|
},
|
|
49996
49996
|
{
|
|
49997
49997
|
"kind": "javascript-module",
|
|
49998
|
-
"path": "src/components/search/result-template-
|
|
49998
|
+
"path": "src/components/search/result-template-component-utils/context/fetch-result-context.ts",
|
|
49999
49999
|
"declarations": [],
|
|
50000
50000
|
"exports": []
|
|
50001
50001
|
},
|
|
50002
50002
|
{
|
|
50003
50003
|
"kind": "javascript-module",
|
|
50004
|
-
"path": "src/components/search/result-template-
|
|
50004
|
+
"path": "src/components/search/result-template-component-utils/context/interactive-result-context-controller.ts",
|
|
50005
50005
|
"declarations": [],
|
|
50006
50006
|
"exports": []
|
|
50007
50007
|
},
|
|
50008
50008
|
{
|
|
50009
50009
|
"kind": "javascript-module",
|
|
50010
|
-
"path": "src/components/search/result-template-
|
|
50010
|
+
"path": "src/components/search/result-template-component-utils/context/result-context-controller.ts",
|
|
50011
50011
|
"declarations": [],
|
|
50012
50012
|
"exports": []
|
|
50013
50013
|
},
|
|
50014
50014
|
{
|
|
50015
50015
|
"kind": "javascript-module",
|
|
50016
|
-
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/
|
|
50016
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
|
|
50017
50017
|
"declarations": [],
|
|
50018
50018
|
"exports": []
|
|
50019
50019
|
},
|
|
50020
50020
|
{
|
|
50021
50021
|
"kind": "javascript-module",
|
|
50022
|
-
"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",
|
|
50023
50023
|
"declarations": [],
|
|
50024
50024
|
"exports": []
|
|
50025
50025
|
},
|
|
50026
50026
|
{
|
|
50027
50027
|
"kind": "javascript-module",
|
|
50028
|
-
"path": "src/components/search/result-template-
|
|
50028
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
|
|
50029
50029
|
"declarations": [],
|
|
50030
50030
|
"exports": []
|
|
50031
50031
|
},
|
|
50032
50032
|
{
|
|
50033
50033
|
"kind": "javascript-module",
|
|
50034
|
-
"path": "src/components/search/result-template-
|
|
50034
|
+
"path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
|
|
50035
50035
|
"declarations": [],
|
|
50036
50036
|
"exports": []
|
|
50037
50037
|
},
|
|
50038
50038
|
{
|
|
50039
50039
|
"kind": "javascript-module",
|
|
50040
|
-
"path": "src/components/search/result-template-
|
|
50040
|
+
"path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
|
|
50041
50041
|
"declarations": [],
|
|
50042
50042
|
"exports": []
|
|
50043
50043
|
},
|