@coveo/atomic 3.60.3 → 3.60.4
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 +671 -671
- package/dist/cjs/components/commerce/atomic-commerce-interface/atomic-commerce-interface.cjs +1 -3
- package/dist/cjs/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.cjs +1 -3
- package/dist/cjs/components/search/atomic-search-interface/atomic-search-interface.cjs +1 -3
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-interface/atomic-commerce-interface.js +1 -3
- package/dist/esm/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.js +1 -3
- package/dist/esm/components/search/atomic-search-interface/atomic-search-interface.js +1 -3
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -5207,27 +5207,139 @@
|
|
|
5207
5207
|
},
|
|
5208
5208
|
{
|
|
5209
5209
|
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
5210
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.ts",
|
|
5211
5211
|
"declarations": [
|
|
5212
5212
|
{
|
|
5213
5213
|
"kind": "class",
|
|
5214
|
-
"description": "The `atomic-commerce-recommendation-
|
|
5215
|
-
"name": "
|
|
5214
|
+
"description": "The `atomic-commerce-recommendation-list` component displays a list of product recommendations by applying one or more product templates.",
|
|
5215
|
+
"name": "AtomicCommerceRecommendationList",
|
|
5216
|
+
"cssProperties": [
|
|
5217
|
+
{
|
|
5218
|
+
"description": "The number of columns in the grid.",
|
|
5219
|
+
"name": "--atomic-recs-number-of-columns"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"description": "The number of rows in the grid.",
|
|
5223
|
+
"name": "--atomic-recs-number-of-rows"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"cssParts": [
|
|
5227
|
+
{
|
|
5228
|
+
"description": "The element containing the list of product recommendations.",
|
|
5229
|
+
"name": "result-list"
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"description": "The parent of a recommended product and the clickable link encompassing it.",
|
|
5233
|
+
"name": "result-list-grid-clickable-container"
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"description": "The clickable link encompassing a recommended product.",
|
|
5237
|
+
"name": "result-list-grid-clickable"
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"description": "The outline of a recommended product.",
|
|
5241
|
+
"name": "outline"
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"description": "The label of the recommendation list.",
|
|
5245
|
+
"name": "label"
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"description": "The previous button.",
|
|
5249
|
+
"name": "previous-button"
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"description": "The next button.",
|
|
5253
|
+
"name": "next-button"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"description": "The list of indicators.",
|
|
5257
|
+
"name": "indicators"
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"description": "A single indicator.",
|
|
5261
|
+
"name": "indicator"
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"description": "The active indicator.",
|
|
5265
|
+
"name": "active-indicator"
|
|
5266
|
+
}
|
|
5267
|
+
],
|
|
5216
5268
|
"slots": [
|
|
5217
5269
|
{
|
|
5218
|
-
"description": "The default slot where
|
|
5270
|
+
"description": "The default slot where the product templates are defined.",
|
|
5219
5271
|
"name": "default"
|
|
5220
5272
|
}
|
|
5221
5273
|
],
|
|
5222
5274
|
"members": [
|
|
5275
|
+
{
|
|
5276
|
+
"kind": "field",
|
|
5277
|
+
"name": "recommendations",
|
|
5278
|
+
"type": {
|
|
5279
|
+
"text": "Recommendations"
|
|
5280
|
+
},
|
|
5281
|
+
"privacy": "private"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"kind": "field",
|
|
5285
|
+
"name": "summary",
|
|
5286
|
+
"type": {
|
|
5287
|
+
"text": "Summary<RecommendationsSummaryState>"
|
|
5288
|
+
},
|
|
5289
|
+
"privacy": "private"
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"kind": "field",
|
|
5293
|
+
"name": "itemRenderingFunction",
|
|
5294
|
+
"type": {
|
|
5295
|
+
"text": "ItemRenderingFunction"
|
|
5296
|
+
},
|
|
5297
|
+
"privacy": "private"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"kind": "field",
|
|
5301
|
+
"name": "loadingFlag",
|
|
5302
|
+
"privacy": "private"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"kind": "field",
|
|
5306
|
+
"name": "nextNewProductTarget",
|
|
5307
|
+
"type": {
|
|
5308
|
+
"text": "FocusTargetController | undefined"
|
|
5309
|
+
},
|
|
5310
|
+
"privacy": "private"
|
|
5311
|
+
},
|
|
5312
|
+
{
|
|
5313
|
+
"kind": "field",
|
|
5314
|
+
"name": "productListCommon",
|
|
5315
|
+
"type": {
|
|
5316
|
+
"text": "ItemListCommon"
|
|
5317
|
+
},
|
|
5318
|
+
"privacy": "private"
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"kind": "field",
|
|
5322
|
+
"name": "productTemplateProvider",
|
|
5323
|
+
"type": {
|
|
5324
|
+
"text": "ProductTemplateProvider"
|
|
5325
|
+
},
|
|
5326
|
+
"privacy": "private"
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"kind": "field",
|
|
5330
|
+
"name": "unsubscribeSummary",
|
|
5331
|
+
"type": {
|
|
5332
|
+
"text": "() => void"
|
|
5333
|
+
},
|
|
5334
|
+
"privacy": "private"
|
|
5335
|
+
},
|
|
5223
5336
|
{
|
|
5224
5337
|
"kind": "field",
|
|
5225
5338
|
"name": "bindings",
|
|
5226
5339
|
"type": {
|
|
5227
5340
|
"text": "CommerceBindings"
|
|
5228
5341
|
},
|
|
5229
|
-
"privacy": "private"
|
|
5230
|
-
"default": "{}"
|
|
5342
|
+
"privacy": "private"
|
|
5231
5343
|
},
|
|
5232
5344
|
{
|
|
5233
5345
|
"kind": "field",
|
|
@@ -5239,243 +5351,310 @@
|
|
|
5239
5351
|
},
|
|
5240
5352
|
{
|
|
5241
5353
|
"kind": "field",
|
|
5242
|
-
"name": "
|
|
5354
|
+
"name": "isAppLoaded",
|
|
5243
5355
|
"type": {
|
|
5244
|
-
"text": "
|
|
5356
|
+
"text": "boolean"
|
|
5245
5357
|
},
|
|
5246
|
-
"privacy": "private"
|
|
5358
|
+
"privacy": "private",
|
|
5359
|
+
"default": "false"
|
|
5247
5360
|
},
|
|
5248
5361
|
{
|
|
5249
5362
|
"kind": "field",
|
|
5250
|
-
"name": "
|
|
5363
|
+
"name": "productTemplateRegistered",
|
|
5251
5364
|
"type": {
|
|
5252
|
-
"text": "
|
|
5365
|
+
"text": "boolean"
|
|
5253
5366
|
},
|
|
5254
|
-
"privacy": "private"
|
|
5367
|
+
"privacy": "private",
|
|
5368
|
+
"default": "false"
|
|
5255
5369
|
},
|
|
5256
5370
|
{
|
|
5257
5371
|
"kind": "field",
|
|
5258
|
-
"name": "
|
|
5372
|
+
"name": "templateHasError",
|
|
5373
|
+
"type": {
|
|
5374
|
+
"text": "boolean"
|
|
5375
|
+
},
|
|
5259
5376
|
"privacy": "private",
|
|
5260
|
-
"default": "
|
|
5377
|
+
"default": "false"
|
|
5261
5378
|
},
|
|
5262
5379
|
{
|
|
5263
5380
|
"kind": "field",
|
|
5264
|
-
"name": "
|
|
5381
|
+
"name": "isEveryProductReady",
|
|
5265
5382
|
"type": {
|
|
5266
|
-
"text": "
|
|
5383
|
+
"text": "boolean"
|
|
5267
5384
|
},
|
|
5268
|
-
"
|
|
5385
|
+
"privacy": "private",
|
|
5386
|
+
"default": "false"
|
|
5269
5387
|
},
|
|
5270
5388
|
{
|
|
5271
5389
|
"kind": "field",
|
|
5272
|
-
"name": "
|
|
5390
|
+
"name": "recommendationsState",
|
|
5273
5391
|
"type": {
|
|
5274
|
-
"text": "
|
|
5392
|
+
"text": "RecommendationsState"
|
|
5275
5393
|
},
|
|
5276
|
-
"
|
|
5394
|
+
"privacy": "private"
|
|
5277
5395
|
},
|
|
5278
5396
|
{
|
|
5279
5397
|
"kind": "field",
|
|
5280
|
-
"name": "
|
|
5398
|
+
"name": "summaryState",
|
|
5399
|
+
"type": {
|
|
5400
|
+
"text": "RecommendationsSummaryState"
|
|
5401
|
+
},
|
|
5402
|
+
"privacy": "private"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"kind": "field",
|
|
5406
|
+
"name": "currentPage",
|
|
5407
|
+
"type": {
|
|
5408
|
+
"text": "number"
|
|
5409
|
+
},
|
|
5410
|
+
"privacy": "private",
|
|
5411
|
+
"default": "0"
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"kind": "field",
|
|
5415
|
+
"name": "slotId",
|
|
5281
5416
|
"type": {
|
|
5282
5417
|
"text": "string"
|
|
5283
5418
|
},
|
|
5284
|
-
"
|
|
5285
|
-
"description": "The
|
|
5286
|
-
"attribute": "
|
|
5419
|
+
"privacy": "public",
|
|
5420
|
+
"description": "The identifier used by the Commerce API to retrieve the desired recommendation list for the component.\nYou can configure recommendation lists and get their respective slot IDs through the Coveo Merchandising Hub (CMH).\nYou can include multiple `atomic-commerce-recommendation-list` components with different slot IDs in the same page to display several recommendation lists.",
|
|
5421
|
+
"attribute": "slot-id",
|
|
5287
5422
|
"reflects": true
|
|
5288
5423
|
},
|
|
5289
5424
|
{
|
|
5290
5425
|
"kind": "field",
|
|
5291
|
-
"name": "
|
|
5426
|
+
"name": "productId",
|
|
5292
5427
|
"type": {
|
|
5293
5428
|
"text": "string"
|
|
5294
5429
|
},
|
|
5295
|
-
"
|
|
5296
|
-
"description": "The
|
|
5297
|
-
"attribute": "
|
|
5430
|
+
"privacy": "public",
|
|
5431
|
+
"description": "The unique identifier of the product to use for seeded recommendations.",
|
|
5432
|
+
"attribute": "product-id",
|
|
5298
5433
|
"reflects": true
|
|
5299
5434
|
},
|
|
5300
5435
|
{
|
|
5301
5436
|
"kind": "field",
|
|
5302
|
-
"name": "
|
|
5437
|
+
"name": "display",
|
|
5303
5438
|
"type": {
|
|
5304
|
-
"text": "
|
|
5439
|
+
"text": "ItemDisplayBasicLayout"
|
|
5305
5440
|
},
|
|
5306
|
-
"
|
|
5307
|
-
"
|
|
5308
|
-
"
|
|
5441
|
+
"privacy": "public",
|
|
5442
|
+
"default": "'list'",
|
|
5443
|
+
"description": "The layout to apply when displaying the products. This does not affect the display of the surrounding list itself.\nTo modify the number of products per column and row, modify the `--atomic-recs-number-of-columns` and `--atomic-recs-number-of-rows` CSS variables.",
|
|
5444
|
+
"attribute": "display",
|
|
5309
5445
|
"reflects": true
|
|
5310
5446
|
},
|
|
5311
5447
|
{
|
|
5312
5448
|
"kind": "field",
|
|
5313
|
-
"name": "
|
|
5449
|
+
"name": "density",
|
|
5314
5450
|
"type": {
|
|
5315
|
-
"text": "
|
|
5451
|
+
"text": "ItemDisplayDensity"
|
|
5316
5452
|
},
|
|
5317
|
-
"
|
|
5318
|
-
"
|
|
5319
|
-
"
|
|
5453
|
+
"privacy": "public",
|
|
5454
|
+
"default": "'normal'",
|
|
5455
|
+
"description": "The spacing of various elements in the product list, including the gap between products, the gap between parts of a product, and the font sizes of the parts of a product.",
|
|
5456
|
+
"attribute": "density",
|
|
5320
5457
|
"reflects": true
|
|
5321
5458
|
},
|
|
5322
5459
|
{
|
|
5323
5460
|
"kind": "field",
|
|
5324
|
-
"name": "
|
|
5461
|
+
"name": "imageSize",
|
|
5325
5462
|
"type": {
|
|
5326
|
-
"text": "
|
|
5463
|
+
"text": "ItemDisplayImageSize"
|
|
5327
5464
|
},
|
|
5328
|
-
"
|
|
5329
|
-
"
|
|
5330
|
-
"
|
|
5465
|
+
"privacy": "public",
|
|
5466
|
+
"default": "'small'",
|
|
5467
|
+
"description": "The expected size of the image displayed on the recommended products.",
|
|
5468
|
+
"attribute": "image-size",
|
|
5331
5469
|
"reflects": true
|
|
5332
5470
|
},
|
|
5333
5471
|
{
|
|
5334
5472
|
"kind": "field",
|
|
5335
|
-
"name": "
|
|
5473
|
+
"name": "productsPerPage",
|
|
5336
5474
|
"type": {
|
|
5337
|
-
"text": "
|
|
5475
|
+
"text": "number"
|
|
5338
5476
|
},
|
|
5339
|
-
"privacy": "
|
|
5340
|
-
"
|
|
5477
|
+
"privacy": "public",
|
|
5478
|
+
"description": "The number of products to display per page.\nThe products will be displayed in a carousel if this property is set.\nThis does not affect the display of the list itself, only the number of recommendation pages.\nIf you want to display the recommendations in a carousel with a single row, set the `--atomic-recs-number-of-columns` CSS variable to the same value as this property.",
|
|
5479
|
+
"attribute": "products-per-page",
|
|
5480
|
+
"reflects": true
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"kind": "field",
|
|
5484
|
+
"name": "headingLevel",
|
|
5485
|
+
"type": {
|
|
5486
|
+
"text": "number"
|
|
5487
|
+
},
|
|
5488
|
+
"privacy": "public",
|
|
5489
|
+
"default": "0",
|
|
5490
|
+
"description": "The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.\nWhen set to 0, a `div` will be used instead of an Heading Element.",
|
|
5491
|
+
"attribute": "heading-level",
|
|
5492
|
+
"reflects": true
|
|
5341
5493
|
},
|
|
5342
5494
|
{
|
|
5343
5495
|
"kind": "method",
|
|
5344
|
-
"name": "
|
|
5496
|
+
"name": "watchNumberOfRecommendationsPerPage",
|
|
5497
|
+
"privacy": "public"
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"kind": "method",
|
|
5501
|
+
"name": "setRenderFunction",
|
|
5345
5502
|
"privacy": "public",
|
|
5346
5503
|
"parameters": [
|
|
5347
5504
|
{
|
|
5348
|
-
"name": "
|
|
5505
|
+
"name": "productRenderingFunction",
|
|
5349
5506
|
"type": {
|
|
5350
|
-
"text": "
|
|
5507
|
+
"text": "ItemRenderingFunction"
|
|
5351
5508
|
}
|
|
5352
5509
|
}
|
|
5353
5510
|
],
|
|
5354
|
-
"description": "
|
|
5511
|
+
"description": "Sets a rendering function to bypass the standard HTML template mechanism when rendering products.\nYou can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.\n\nDo not use this method if you integrate Atomic in a plain HTML implementation."
|
|
5355
5512
|
},
|
|
5356
5513
|
{
|
|
5357
5514
|
"kind": "method",
|
|
5358
|
-
"name": "
|
|
5515
|
+
"name": "previousPage",
|
|
5359
5516
|
"privacy": "public",
|
|
5360
|
-
"
|
|
5361
|
-
"type": {
|
|
5362
|
-
"text": "void"
|
|
5363
|
-
}
|
|
5364
|
-
},
|
|
5365
|
-
"parameters": [
|
|
5366
|
-
{
|
|
5367
|
-
"name": "language",
|
|
5368
|
-
"optional": true,
|
|
5369
|
-
"type": {
|
|
5370
|
-
"text": "string"
|
|
5371
|
-
},
|
|
5372
|
-
"description": "(Optional) The IETF language code tag (for example, `en`)."
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"name": "country",
|
|
5376
|
-
"optional": true,
|
|
5377
|
-
"type": {
|
|
5378
|
-
"text": "string"
|
|
5379
|
-
},
|
|
5380
|
-
"description": "(Optional) The ISO-3166-1 country tag (for example, `US`)."
|
|
5381
|
-
},
|
|
5382
|
-
{
|
|
5383
|
-
"name": "currency",
|
|
5384
|
-
"optional": true,
|
|
5385
|
-
"type": {
|
|
5386
|
-
"text": "CurrencyCodeISO4217"
|
|
5387
|
-
},
|
|
5388
|
-
"description": "(Optional) The ISO-4217 currency code (for example, `USD`)."
|
|
5389
|
-
}
|
|
5390
|
-
],
|
|
5391
|
-
"description": "Updates the locale settings for the commerce recommendation interface and\nheadless commerce engine. Only the provided parameters will be updated.\n\nCalling this method affects the localization of the interface as well as\nthe catalog configuration being used by the Commerce API. If the resulting\nlanguage-country-currency combination matches no existing catalog\nconfiguration in your Coveo organization, requests made through the\ncommerce engine will start failing."
|
|
5517
|
+
"description": "Moves to the previous page, when the carousel is activated."
|
|
5392
5518
|
},
|
|
5393
5519
|
{
|
|
5394
5520
|
"kind": "method",
|
|
5395
|
-
"name": "
|
|
5396
|
-
"privacy": "public"
|
|
5521
|
+
"name": "nextPage",
|
|
5522
|
+
"privacy": "public",
|
|
5523
|
+
"description": "Moves to the next page, when the carousel is activated."
|
|
5397
5524
|
},
|
|
5398
5525
|
{
|
|
5399
5526
|
"kind": "method",
|
|
5400
|
-
"name": "
|
|
5527
|
+
"name": "initialize",
|
|
5401
5528
|
"privacy": "public"
|
|
5402
5529
|
},
|
|
5403
5530
|
{
|
|
5404
5531
|
"kind": "method",
|
|
5405
|
-
"name": "
|
|
5406
|
-
"privacy": "
|
|
5532
|
+
"name": "updateProductsReadyState",
|
|
5533
|
+
"privacy": "private"
|
|
5407
5534
|
},
|
|
5408
5535
|
{
|
|
5409
5536
|
"kind": "field",
|
|
5410
|
-
"name": "
|
|
5537
|
+
"name": "focusTarget",
|
|
5538
|
+
"privacy": "private",
|
|
5539
|
+
"readonly": true
|
|
5540
|
+
},
|
|
5541
|
+
{
|
|
5542
|
+
"kind": "field",
|
|
5543
|
+
"name": "augmentedRecommendationListState",
|
|
5544
|
+
"privacy": "private",
|
|
5545
|
+
"readonly": true
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"kind": "method",
|
|
5549
|
+
"name": "validateProps",
|
|
5411
5550
|
"privacy": "private"
|
|
5412
5551
|
},
|
|
5413
5552
|
{
|
|
5414
5553
|
"kind": "method",
|
|
5415
|
-
"name": "
|
|
5554
|
+
"name": "validateSlotID",
|
|
5416
5555
|
"privacy": "private"
|
|
5417
5556
|
},
|
|
5418
5557
|
{
|
|
5419
5558
|
"kind": "method",
|
|
5420
|
-
"name": "
|
|
5559
|
+
"name": "renderListHeading",
|
|
5560
|
+
"privacy": "private"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"kind": "field",
|
|
5564
|
+
"name": "subsetRecommendations",
|
|
5565
|
+
"privacy": "private",
|
|
5566
|
+
"readonly": true
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"kind": "field",
|
|
5570
|
+
"name": "numberOfPages",
|
|
5571
|
+
"privacy": "private",
|
|
5572
|
+
"readonly": true
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"kind": "field",
|
|
5576
|
+
"name": "currentIndex",
|
|
5577
|
+
"privacy": "private",
|
|
5578
|
+
"readonly": true
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "field",
|
|
5582
|
+
"name": "hasNoProducts",
|
|
5583
|
+
"privacy": "private",
|
|
5584
|
+
"readonly": true
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
"kind": "method",
|
|
5588
|
+
"name": "initRecommendations",
|
|
5589
|
+
"privacy": "private"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"kind": "method",
|
|
5593
|
+
"name": "initSummary",
|
|
5594
|
+
"privacy": "private"
|
|
5595
|
+
},
|
|
5596
|
+
{
|
|
5597
|
+
"kind": "method",
|
|
5598
|
+
"name": "getAtomicProductProps",
|
|
5421
5599
|
"privacy": "private",
|
|
5422
5600
|
"parameters": [
|
|
5423
5601
|
{
|
|
5424
|
-
"name": "
|
|
5602
|
+
"name": "product",
|
|
5425
5603
|
"type": {
|
|
5426
|
-
"text": "
|
|
5604
|
+
"text": "Product"
|
|
5427
5605
|
}
|
|
5428
5606
|
}
|
|
5429
5607
|
]
|
|
5430
5608
|
},
|
|
5431
5609
|
{
|
|
5432
5610
|
"kind": "method",
|
|
5433
|
-
"name": "
|
|
5611
|
+
"name": "initProductTemplateProvider",
|
|
5434
5612
|
"privacy": "private"
|
|
5435
5613
|
},
|
|
5436
5614
|
{
|
|
5437
5615
|
"kind": "method",
|
|
5438
|
-
"name": "
|
|
5439
|
-
"privacy": "private"
|
|
5440
|
-
"return": {
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "CommerceBindings"
|
|
5443
|
-
}
|
|
5444
|
-
}
|
|
5616
|
+
"name": "initProductListCommon",
|
|
5617
|
+
"privacy": "private"
|
|
5445
5618
|
},
|
|
5446
5619
|
{
|
|
5447
5620
|
"kind": "method",
|
|
5448
|
-
"name": "
|
|
5621
|
+
"name": "createSelectChildProductListener",
|
|
5449
5622
|
"privacy": "private"
|
|
5450
5623
|
},
|
|
5451
5624
|
{
|
|
5452
5625
|
"kind": "method",
|
|
5453
|
-
"name": "
|
|
5626
|
+
"name": "selectChildProductCallback",
|
|
5454
5627
|
"privacy": "private",
|
|
5455
5628
|
"parameters": [
|
|
5456
5629
|
{
|
|
5457
|
-
"name": "
|
|
5458
|
-
"optional": true,
|
|
5459
|
-
"type": {
|
|
5460
|
-
"text": "string"
|
|
5461
|
-
}
|
|
5462
|
-
},
|
|
5463
|
-
{
|
|
5464
|
-
"name": "country",
|
|
5465
|
-
"optional": true,
|
|
5466
|
-
"type": {
|
|
5467
|
-
"text": "string"
|
|
5468
|
-
}
|
|
5469
|
-
},
|
|
5470
|
-
{
|
|
5471
|
-
"name": "currency",
|
|
5472
|
-
"optional": true,
|
|
5630
|
+
"name": "event",
|
|
5473
5631
|
"type": {
|
|
5474
|
-
"text": "
|
|
5632
|
+
"text": "Event"
|
|
5475
5633
|
}
|
|
5476
5634
|
}
|
|
5477
5635
|
]
|
|
5478
5636
|
},
|
|
5637
|
+
{
|
|
5638
|
+
"kind": "method",
|
|
5639
|
+
"name": "computeListDisplayClasses",
|
|
5640
|
+
"privacy": "private"
|
|
5641
|
+
},
|
|
5642
|
+
{
|
|
5643
|
+
"kind": "method",
|
|
5644
|
+
"name": "renderAsGrid",
|
|
5645
|
+
"privacy": "private"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"kind": "method",
|
|
5649
|
+
"name": "renderRecommendationList",
|
|
5650
|
+
"privacy": "private"
|
|
5651
|
+
},
|
|
5652
|
+
{
|
|
5653
|
+
"kind": "field",
|
|
5654
|
+
"name": "shouldRender",
|
|
5655
|
+
"privacy": "private",
|
|
5656
|
+
"readonly": true
|
|
5657
|
+
},
|
|
5479
5658
|
{
|
|
5480
5659
|
"kind": "method",
|
|
5481
5660
|
"name": "getUpdateComplete",
|
|
@@ -5492,55 +5671,70 @@
|
|
|
5492
5671
|
],
|
|
5493
5672
|
"attributes": [
|
|
5494
5673
|
{
|
|
5495
|
-
"name": "
|
|
5674
|
+
"name": "slot-id",
|
|
5496
5675
|
"type": {
|
|
5497
5676
|
"text": "string"
|
|
5498
5677
|
},
|
|
5499
|
-
"
|
|
5500
|
-
"
|
|
5501
|
-
"fieldName": "scrollContainer"
|
|
5678
|
+
"description": "The identifier used by the Commerce API to retrieve the desired recommendation list for the component.\nYou can configure recommendation lists and get their respective slot IDs through the Coveo Merchandising Hub (CMH).\nYou can include multiple `atomic-commerce-recommendation-list` components with different slot IDs in the same page to display several recommendation lists.",
|
|
5679
|
+
"fieldName": "slotId"
|
|
5502
5680
|
},
|
|
5503
5681
|
{
|
|
5504
|
-
"name": "
|
|
5682
|
+
"name": "product-id",
|
|
5505
5683
|
"type": {
|
|
5506
5684
|
"text": "string"
|
|
5507
5685
|
},
|
|
5508
|
-
"
|
|
5509
|
-
"
|
|
5510
|
-
"fieldName": "languageAssetsPath"
|
|
5686
|
+
"description": "The unique identifier of the product to use for seeded recommendations.",
|
|
5687
|
+
"fieldName": "productId"
|
|
5511
5688
|
},
|
|
5512
5689
|
{
|
|
5513
|
-
"name": "
|
|
5690
|
+
"name": "display",
|
|
5514
5691
|
"type": {
|
|
5515
|
-
"text": "
|
|
5692
|
+
"text": "ItemDisplayBasicLayout"
|
|
5516
5693
|
},
|
|
5517
|
-
"default": "'
|
|
5518
|
-
"description": "The
|
|
5519
|
-
"fieldName": "
|
|
5694
|
+
"default": "'list'",
|
|
5695
|
+
"description": "The layout to apply when displaying the products. This does not affect the display of the surrounding list itself.\nTo modify the number of products per column and row, modify the `--atomic-recs-number-of-columns` and `--atomic-recs-number-of-rows` CSS variables.",
|
|
5696
|
+
"fieldName": "display"
|
|
5520
5697
|
},
|
|
5521
5698
|
{
|
|
5522
|
-
"name": "
|
|
5699
|
+
"name": "density",
|
|
5523
5700
|
"type": {
|
|
5524
|
-
"text": "
|
|
5701
|
+
"text": "ItemDisplayDensity"
|
|
5525
5702
|
},
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"fieldName": "
|
|
5703
|
+
"default": "'normal'",
|
|
5704
|
+
"description": "The spacing of various elements in the product list, including the gap between products, the gap between parts of a product, and the font sizes of the parts of a product.",
|
|
5705
|
+
"fieldName": "density"
|
|
5529
5706
|
},
|
|
5530
5707
|
{
|
|
5531
|
-
"name": "
|
|
5708
|
+
"name": "image-size",
|
|
5532
5709
|
"type": {
|
|
5533
|
-
"text": "
|
|
5710
|
+
"text": "ItemDisplayImageSize"
|
|
5534
5711
|
},
|
|
5535
|
-
"default": "
|
|
5536
|
-
"description": "
|
|
5537
|
-
"fieldName": "
|
|
5712
|
+
"default": "'small'",
|
|
5713
|
+
"description": "The expected size of the image displayed on the recommended products.",
|
|
5714
|
+
"fieldName": "imageSize"
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"name": "products-per-page",
|
|
5718
|
+
"type": {
|
|
5719
|
+
"text": "number"
|
|
5720
|
+
},
|
|
5721
|
+
"description": "The number of products to display per page.\nThe products will be displayed in a carousel if this property is set.\nThis does not affect the display of the list itself, only the number of recommendation pages.\nIf you want to display the recommendations in a carousel with a single row, set the `--atomic-recs-number-of-columns` CSS variable to the same value as this property.",
|
|
5722
|
+
"fieldName": "productsPerPage"
|
|
5723
|
+
},
|
|
5724
|
+
{
|
|
5725
|
+
"name": "heading-level",
|
|
5726
|
+
"type": {
|
|
5727
|
+
"text": "number"
|
|
5728
|
+
},
|
|
5729
|
+
"default": "0",
|
|
5730
|
+
"description": "The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.\nWhen set to 0, a `div` will be used instead of an Heading Element.",
|
|
5731
|
+
"fieldName": "headingLevel"
|
|
5538
5732
|
}
|
|
5539
5733
|
],
|
|
5540
5734
|
"mixins": [
|
|
5541
5735
|
{
|
|
5542
5736
|
"name": "ChildrenUpdateCompleteMixin",
|
|
5543
|
-
"package": "@/src/mixins/children-update-complete-mixin
|
|
5737
|
+
"package": "@/src/mixins/children-update-complete-mixin"
|
|
5544
5738
|
}
|
|
5545
5739
|
],
|
|
5546
5740
|
"superclass": {
|
|
@@ -5548,35 +5742,29 @@
|
|
|
5548
5742
|
"package": "lit"
|
|
5549
5743
|
},
|
|
5550
5744
|
"events": [],
|
|
5551
|
-
"tagName": "atomic-commerce-recommendation-
|
|
5745
|
+
"tagName": "atomic-commerce-recommendation-list",
|
|
5552
5746
|
"customElement": true
|
|
5553
5747
|
}
|
|
5554
5748
|
],
|
|
5555
5749
|
"exports": [
|
|
5556
5750
|
{
|
|
5557
5751
|
"kind": "js",
|
|
5558
|
-
"name": "
|
|
5752
|
+
"name": "AtomicCommerceRecommendationList",
|
|
5559
5753
|
"declaration": {
|
|
5560
|
-
"name": "
|
|
5561
|
-
"module": "src/components/commerce/atomic-commerce-recommendation-
|
|
5754
|
+
"name": "AtomicCommerceRecommendationList",
|
|
5755
|
+
"module": "src/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.ts"
|
|
5562
5756
|
}
|
|
5563
5757
|
},
|
|
5564
5758
|
{
|
|
5565
5759
|
"kind": "custom-element-definition",
|
|
5566
|
-
"name": "atomic-commerce-recommendation-
|
|
5760
|
+
"name": "atomic-commerce-recommendation-list",
|
|
5567
5761
|
"declaration": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/components/commerce/atomic-commerce-recommendation-
|
|
5762
|
+
"name": "AtomicCommerceRecommendationList",
|
|
5763
|
+
"module": "src/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.ts"
|
|
5570
5764
|
}
|
|
5571
5765
|
}
|
|
5572
5766
|
]
|
|
5573
5767
|
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "javascript-module",
|
|
5576
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-interface/store.ts",
|
|
5577
|
-
"declarations": [],
|
|
5578
|
-
"exports": []
|
|
5579
|
-
},
|
|
5580
5768
|
{
|
|
5581
5769
|
"kind": "javascript-module",
|
|
5582
5770
|
"path": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts",
|
|
@@ -5861,139 +6049,27 @@
|
|
|
5861
6049
|
},
|
|
5862
6050
|
{
|
|
5863
6051
|
"kind": "javascript-module",
|
|
5864
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
6052
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.ts",
|
|
5865
6053
|
"declarations": [
|
|
5866
6054
|
{
|
|
5867
6055
|
"kind": "class",
|
|
5868
|
-
"description": "The `atomic-commerce-recommendation-
|
|
5869
|
-
"name": "
|
|
5870
|
-
"cssProperties": [
|
|
5871
|
-
{
|
|
5872
|
-
"description": "The number of columns in the grid.",
|
|
5873
|
-
"name": "--atomic-recs-number-of-columns"
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"description": "The number of rows in the grid.",
|
|
5877
|
-
"name": "--atomic-recs-number-of-rows"
|
|
5878
|
-
}
|
|
5879
|
-
],
|
|
5880
|
-
"cssParts": [
|
|
5881
|
-
{
|
|
5882
|
-
"description": "The element containing the list of product recommendations.",
|
|
5883
|
-
"name": "result-list"
|
|
5884
|
-
},
|
|
5885
|
-
{
|
|
5886
|
-
"description": "The parent of a recommended product and the clickable link encompassing it.",
|
|
5887
|
-
"name": "result-list-grid-clickable-container"
|
|
5888
|
-
},
|
|
5889
|
-
{
|
|
5890
|
-
"description": "The clickable link encompassing a recommended product.",
|
|
5891
|
-
"name": "result-list-grid-clickable"
|
|
5892
|
-
},
|
|
5893
|
-
{
|
|
5894
|
-
"description": "The outline of a recommended product.",
|
|
5895
|
-
"name": "outline"
|
|
5896
|
-
},
|
|
5897
|
-
{
|
|
5898
|
-
"description": "The label of the recommendation list.",
|
|
5899
|
-
"name": "label"
|
|
5900
|
-
},
|
|
5901
|
-
{
|
|
5902
|
-
"description": "The previous button.",
|
|
5903
|
-
"name": "previous-button"
|
|
5904
|
-
},
|
|
5905
|
-
{
|
|
5906
|
-
"description": "The next button.",
|
|
5907
|
-
"name": "next-button"
|
|
5908
|
-
},
|
|
5909
|
-
{
|
|
5910
|
-
"description": "The list of indicators.",
|
|
5911
|
-
"name": "indicators"
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"description": "A single indicator.",
|
|
5915
|
-
"name": "indicator"
|
|
5916
|
-
},
|
|
5917
|
-
{
|
|
5918
|
-
"description": "The active indicator.",
|
|
5919
|
-
"name": "active-indicator"
|
|
5920
|
-
}
|
|
5921
|
-
],
|
|
6056
|
+
"description": "The `atomic-commerce-recommendation-interface` component is meant to be used\nas the parent of one or more `atomic-commerce-recommendation-list`\ncomponents. It handles the headless engine and localization\nconfigurations.",
|
|
6057
|
+
"name": "AtomicCommerceRecommendationInterface",
|
|
5922
6058
|
"slots": [
|
|
5923
6059
|
{
|
|
5924
|
-
"description": "The default slot where
|
|
6060
|
+
"description": "The default slot where you can add child components to the interface.",
|
|
5925
6061
|
"name": "default"
|
|
5926
6062
|
}
|
|
5927
6063
|
],
|
|
5928
6064
|
"members": [
|
|
5929
|
-
{
|
|
5930
|
-
"kind": "field",
|
|
5931
|
-
"name": "recommendations",
|
|
5932
|
-
"type": {
|
|
5933
|
-
"text": "Recommendations"
|
|
5934
|
-
},
|
|
5935
|
-
"privacy": "private"
|
|
5936
|
-
},
|
|
5937
|
-
{
|
|
5938
|
-
"kind": "field",
|
|
5939
|
-
"name": "summary",
|
|
5940
|
-
"type": {
|
|
5941
|
-
"text": "Summary<RecommendationsSummaryState>"
|
|
5942
|
-
},
|
|
5943
|
-
"privacy": "private"
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"kind": "field",
|
|
5947
|
-
"name": "itemRenderingFunction",
|
|
5948
|
-
"type": {
|
|
5949
|
-
"text": "ItemRenderingFunction"
|
|
5950
|
-
},
|
|
5951
|
-
"privacy": "private"
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"kind": "field",
|
|
5955
|
-
"name": "loadingFlag",
|
|
5956
|
-
"privacy": "private"
|
|
5957
|
-
},
|
|
5958
|
-
{
|
|
5959
|
-
"kind": "field",
|
|
5960
|
-
"name": "nextNewProductTarget",
|
|
5961
|
-
"type": {
|
|
5962
|
-
"text": "FocusTargetController | undefined"
|
|
5963
|
-
},
|
|
5964
|
-
"privacy": "private"
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"kind": "field",
|
|
5968
|
-
"name": "productListCommon",
|
|
5969
|
-
"type": {
|
|
5970
|
-
"text": "ItemListCommon"
|
|
5971
|
-
},
|
|
5972
|
-
"privacy": "private"
|
|
5973
|
-
},
|
|
5974
|
-
{
|
|
5975
|
-
"kind": "field",
|
|
5976
|
-
"name": "productTemplateProvider",
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "ProductTemplateProvider"
|
|
5979
|
-
},
|
|
5980
|
-
"privacy": "private"
|
|
5981
|
-
},
|
|
5982
|
-
{
|
|
5983
|
-
"kind": "field",
|
|
5984
|
-
"name": "unsubscribeSummary",
|
|
5985
|
-
"type": {
|
|
5986
|
-
"text": "() => void"
|
|
5987
|
-
},
|
|
5988
|
-
"privacy": "private"
|
|
5989
|
-
},
|
|
5990
6065
|
{
|
|
5991
6066
|
"kind": "field",
|
|
5992
6067
|
"name": "bindings",
|
|
5993
6068
|
"type": {
|
|
5994
6069
|
"text": "CommerceBindings"
|
|
5995
6070
|
},
|
|
5996
|
-
"privacy": "private"
|
|
6071
|
+
"privacy": "private",
|
|
6072
|
+
"default": "{}"
|
|
5997
6073
|
},
|
|
5998
6074
|
{
|
|
5999
6075
|
"kind": "field",
|
|
@@ -6005,310 +6081,243 @@
|
|
|
6005
6081
|
},
|
|
6006
6082
|
{
|
|
6007
6083
|
"kind": "field",
|
|
6008
|
-
"name": "
|
|
6009
|
-
"type": {
|
|
6010
|
-
"text": "boolean"
|
|
6011
|
-
},
|
|
6012
|
-
"privacy": "private",
|
|
6013
|
-
"default": "false"
|
|
6014
|
-
},
|
|
6015
|
-
{
|
|
6016
|
-
"kind": "field",
|
|
6017
|
-
"name": "productTemplateRegistered",
|
|
6084
|
+
"name": "context",
|
|
6018
6085
|
"type": {
|
|
6019
|
-
"text": "
|
|
6086
|
+
"text": "Context"
|
|
6020
6087
|
},
|
|
6021
|
-
"privacy": "private"
|
|
6022
|
-
"default": "false"
|
|
6088
|
+
"privacy": "private"
|
|
6023
6089
|
},
|
|
6024
6090
|
{
|
|
6025
6091
|
"kind": "field",
|
|
6026
|
-
"name": "
|
|
6092
|
+
"name": "store",
|
|
6027
6093
|
"type": {
|
|
6028
|
-
"text": "
|
|
6094
|
+
"text": "CommerceRecommendationStore"
|
|
6029
6095
|
},
|
|
6030
|
-
"privacy": "private"
|
|
6031
|
-
"default": "false"
|
|
6096
|
+
"privacy": "private"
|
|
6032
6097
|
},
|
|
6033
6098
|
{
|
|
6034
6099
|
"kind": "field",
|
|
6035
|
-
"name": "
|
|
6036
|
-
"type": {
|
|
6037
|
-
"text": "boolean"
|
|
6038
|
-
},
|
|
6100
|
+
"name": "interfaceController",
|
|
6039
6101
|
"privacy": "private",
|
|
6040
|
-
"default": "
|
|
6041
|
-
},
|
|
6042
|
-
{
|
|
6043
|
-
"kind": "field",
|
|
6044
|
-
"name": "recommendationsState",
|
|
6045
|
-
"type": {
|
|
6046
|
-
"text": "RecommendationsState"
|
|
6047
|
-
},
|
|
6048
|
-
"privacy": "private"
|
|
6102
|
+
"default": "new InterfaceController<CommerceEngine>( this, 'CoveoAtomic', HEADLESS_VERSION )"
|
|
6049
6103
|
},
|
|
6050
6104
|
{
|
|
6051
6105
|
"kind": "field",
|
|
6052
|
-
"name": "
|
|
6106
|
+
"name": "i18n",
|
|
6053
6107
|
"type": {
|
|
6054
|
-
"text": "
|
|
6108
|
+
"text": "i18n"
|
|
6055
6109
|
},
|
|
6056
|
-
"
|
|
6110
|
+
"description": "The commerce interface i18next instance."
|
|
6057
6111
|
},
|
|
6058
6112
|
{
|
|
6059
6113
|
"kind": "field",
|
|
6060
|
-
"name": "
|
|
6114
|
+
"name": "engine",
|
|
6061
6115
|
"type": {
|
|
6062
|
-
"text": "
|
|
6116
|
+
"text": "CommerceEngine | undefined"
|
|
6063
6117
|
},
|
|
6064
|
-
"
|
|
6065
|
-
"default": "0"
|
|
6118
|
+
"description": "The commerce interface headless engine."
|
|
6066
6119
|
},
|
|
6067
6120
|
{
|
|
6068
6121
|
"kind": "field",
|
|
6069
|
-
"name": "
|
|
6122
|
+
"name": "scrollContainer",
|
|
6070
6123
|
"type": {
|
|
6071
6124
|
"text": "string"
|
|
6072
6125
|
},
|
|
6073
|
-
"
|
|
6074
|
-
"description": "The
|
|
6075
|
-
"attribute": "
|
|
6126
|
+
"default": "'atomic-commerce-recommendation-interface'",
|
|
6127
|
+
"description": "The CSS selector for the container the interface will scroll back to.",
|
|
6128
|
+
"attribute": "scroll-container",
|
|
6076
6129
|
"reflects": true
|
|
6077
6130
|
},
|
|
6078
6131
|
{
|
|
6079
6132
|
"kind": "field",
|
|
6080
|
-
"name": "
|
|
6133
|
+
"name": "languageAssetsPath",
|
|
6081
6134
|
"type": {
|
|
6082
6135
|
"text": "string"
|
|
6083
6136
|
},
|
|
6084
|
-
"
|
|
6085
|
-
"description": "The
|
|
6086
|
-
"attribute": "
|
|
6087
|
-
"reflects": true
|
|
6088
|
-
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "field",
|
|
6091
|
-
"name": "display",
|
|
6092
|
-
"type": {
|
|
6093
|
-
"text": "ItemDisplayBasicLayout"
|
|
6094
|
-
},
|
|
6095
|
-
"privacy": "public",
|
|
6096
|
-
"default": "'list'",
|
|
6097
|
-
"description": "The layout to apply when displaying the products. This does not affect the display of the surrounding list itself.\nTo modify the number of products per column and row, modify the `--atomic-recs-number-of-columns` and `--atomic-recs-number-of-rows` CSS variables.",
|
|
6098
|
-
"attribute": "display",
|
|
6137
|
+
"default": "'./lang'",
|
|
6138
|
+
"description": "The language assets path. By default, this will be a relative URL pointing to `./lang`.\n\nExample: \"/mypublicpath/languages\"",
|
|
6139
|
+
"attribute": "language-assets-path",
|
|
6099
6140
|
"reflects": true
|
|
6100
6141
|
},
|
|
6101
6142
|
{
|
|
6102
6143
|
"kind": "field",
|
|
6103
|
-
"name": "
|
|
6144
|
+
"name": "iconAssetsPath",
|
|
6104
6145
|
"type": {
|
|
6105
|
-
"text": "
|
|
6146
|
+
"text": "string"
|
|
6106
6147
|
},
|
|
6107
|
-
"
|
|
6108
|
-
"
|
|
6109
|
-
"
|
|
6110
|
-
"attribute": "density",
|
|
6148
|
+
"default": "'./assets'",
|
|
6149
|
+
"description": "The icon assets path. By default, this will be a relative URL pointing to `./assets`.\n\nExample: \"/mypublicpath/icons\"",
|
|
6150
|
+
"attribute": "icon-assets-path",
|
|
6111
6151
|
"reflects": true
|
|
6112
6152
|
},
|
|
6113
6153
|
{
|
|
6114
6154
|
"kind": "field",
|
|
6115
|
-
"name": "
|
|
6155
|
+
"name": "language",
|
|
6116
6156
|
"type": {
|
|
6117
|
-
"text": "
|
|
6157
|
+
"text": "string"
|
|
6118
6158
|
},
|
|
6119
|
-
"
|
|
6120
|
-
"
|
|
6121
|
-
"
|
|
6122
|
-
"attribute": "image-size",
|
|
6159
|
+
"description": "The commerce interface language.\n\nWill default to the value set in the Headless engine context if not\nprovided.",
|
|
6160
|
+
"deprecated": "- This property will be removed in the next major version of\nAtomic (v4). Rather than using this property, set the initial language\nthrough the engine configuration when calling `initializeWithEngine`, and\nupdate the language as needed using the `updateLocale` method.",
|
|
6161
|
+
"attribute": "language",
|
|
6123
6162
|
"reflects": true
|
|
6124
6163
|
},
|
|
6125
6164
|
{
|
|
6126
6165
|
"kind": "field",
|
|
6127
|
-
"name": "
|
|
6166
|
+
"name": "analytics",
|
|
6128
6167
|
"type": {
|
|
6129
|
-
"text": "
|
|
6168
|
+
"text": "boolean"
|
|
6130
6169
|
},
|
|
6131
|
-
"
|
|
6132
|
-
"description": "
|
|
6133
|
-
"attribute": "
|
|
6170
|
+
"default": "true",
|
|
6171
|
+
"description": "Whether to enable analytics.",
|
|
6172
|
+
"attribute": "analytics",
|
|
6134
6173
|
"reflects": true
|
|
6135
6174
|
},
|
|
6136
6175
|
{
|
|
6137
6176
|
"kind": "field",
|
|
6138
|
-
"name": "
|
|
6177
|
+
"name": "i18Initialized",
|
|
6139
6178
|
"type": {
|
|
6140
|
-
"text": "
|
|
6179
|
+
"text": "Promise<void>"
|
|
6141
6180
|
},
|
|
6142
|
-
"privacy": "
|
|
6143
|
-
"default": "
|
|
6144
|
-
"description": "The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.\nWhen set to 0, a `div` will be used instead of an Heading Element.",
|
|
6145
|
-
"attribute": "heading-level",
|
|
6146
|
-
"reflects": true
|
|
6147
|
-
},
|
|
6148
|
-
{
|
|
6149
|
-
"kind": "method",
|
|
6150
|
-
"name": "watchNumberOfRecommendationsPerPage",
|
|
6151
|
-
"privacy": "public"
|
|
6181
|
+
"privacy": "private",
|
|
6182
|
+
"default": "promise"
|
|
6152
6183
|
},
|
|
6153
6184
|
{
|
|
6154
6185
|
"kind": "method",
|
|
6155
|
-
"name": "
|
|
6186
|
+
"name": "initializeWithEngine",
|
|
6156
6187
|
"privacy": "public",
|
|
6157
6188
|
"parameters": [
|
|
6158
6189
|
{
|
|
6159
|
-
"name": "
|
|
6190
|
+
"name": "engine",
|
|
6160
6191
|
"type": {
|
|
6161
|
-
"text": "
|
|
6192
|
+
"text": "CommerceEngine"
|
|
6162
6193
|
}
|
|
6163
6194
|
}
|
|
6164
6195
|
],
|
|
6165
|
-
"description": "
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"kind": "method",
|
|
6169
|
-
"name": "previousPage",
|
|
6170
|
-
"privacy": "public",
|
|
6171
|
-
"description": "Moves to the previous page, when the carousel is activated."
|
|
6196
|
+
"description": "Initializes the connection with an already preconfigured [headless commerce engine](https://docs.coveo.com/en/headless/latest/reference/interfaces/Commerce.CommerceEngine.html)."
|
|
6172
6197
|
},
|
|
6173
6198
|
{
|
|
6174
6199
|
"kind": "method",
|
|
6175
|
-
"name": "
|
|
6200
|
+
"name": "updateLocale",
|
|
6176
6201
|
"privacy": "public",
|
|
6177
|
-
"
|
|
6202
|
+
"return": {
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "void"
|
|
6205
|
+
}
|
|
6206
|
+
},
|
|
6207
|
+
"parameters": [
|
|
6208
|
+
{
|
|
6209
|
+
"name": "language",
|
|
6210
|
+
"optional": true,
|
|
6211
|
+
"type": {
|
|
6212
|
+
"text": "string"
|
|
6213
|
+
},
|
|
6214
|
+
"description": "(Optional) The IETF language code tag (for example, `en`)."
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "country",
|
|
6218
|
+
"optional": true,
|
|
6219
|
+
"type": {
|
|
6220
|
+
"text": "string"
|
|
6221
|
+
},
|
|
6222
|
+
"description": "(Optional) The ISO-3166-1 country tag (for example, `US`)."
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "currency",
|
|
6226
|
+
"optional": true,
|
|
6227
|
+
"type": {
|
|
6228
|
+
"text": "CurrencyCodeISO4217"
|
|
6229
|
+
},
|
|
6230
|
+
"description": "(Optional) The ISO-4217 currency code (for example, `USD`)."
|
|
6231
|
+
}
|
|
6232
|
+
],
|
|
6233
|
+
"description": "Updates the locale settings for the commerce recommendation interface and\nheadless commerce engine. Only the provided parameters will be updated.\n\nCalling this method affects the localization of the interface as well as\nthe catalog configuration being used by the Commerce API. If the resulting\nlanguage-country-currency combination matches no existing catalog\nconfiguration in your Coveo organization, requests made through the\ncommerce engine will start failing."
|
|
6178
6234
|
},
|
|
6179
6235
|
{
|
|
6180
6236
|
"kind": "method",
|
|
6181
|
-
"name": "
|
|
6237
|
+
"name": "toggleAnalytics",
|
|
6182
6238
|
"privacy": "public"
|
|
6183
6239
|
},
|
|
6184
6240
|
{
|
|
6185
6241
|
"kind": "method",
|
|
6186
|
-
"name": "
|
|
6187
|
-
"privacy": "
|
|
6188
|
-
},
|
|
6189
|
-
{
|
|
6190
|
-
"kind": "field",
|
|
6191
|
-
"name": "focusTarget",
|
|
6192
|
-
"privacy": "private",
|
|
6193
|
-
"readonly": true
|
|
6194
|
-
},
|
|
6195
|
-
{
|
|
6196
|
-
"kind": "field",
|
|
6197
|
-
"name": "augmentedRecommendationListState",
|
|
6198
|
-
"privacy": "private",
|
|
6199
|
-
"readonly": true
|
|
6200
|
-
},
|
|
6201
|
-
{
|
|
6202
|
-
"kind": "method",
|
|
6203
|
-
"name": "validateProps",
|
|
6204
|
-
"privacy": "private"
|
|
6205
|
-
},
|
|
6206
|
-
{
|
|
6207
|
-
"kind": "method",
|
|
6208
|
-
"name": "validateSlotID",
|
|
6209
|
-
"privacy": "private"
|
|
6242
|
+
"name": "updateIconAssetsPath",
|
|
6243
|
+
"privacy": "public"
|
|
6210
6244
|
},
|
|
6211
6245
|
{
|
|
6212
6246
|
"kind": "method",
|
|
6213
|
-
"name": "
|
|
6214
|
-
"privacy": "
|
|
6215
|
-
},
|
|
6216
|
-
{
|
|
6217
|
-
"kind": "field",
|
|
6218
|
-
"name": "subsetRecommendations",
|
|
6219
|
-
"privacy": "private",
|
|
6220
|
-
"readonly": true
|
|
6221
|
-
},
|
|
6222
|
-
{
|
|
6223
|
-
"kind": "field",
|
|
6224
|
-
"name": "numberOfPages",
|
|
6225
|
-
"privacy": "private",
|
|
6226
|
-
"readonly": true
|
|
6227
|
-
},
|
|
6228
|
-
{
|
|
6229
|
-
"kind": "field",
|
|
6230
|
-
"name": "currentIndex",
|
|
6231
|
-
"privacy": "private",
|
|
6232
|
-
"readonly": true
|
|
6247
|
+
"name": "updateLanguage",
|
|
6248
|
+
"privacy": "public"
|
|
6233
6249
|
},
|
|
6234
6250
|
{
|
|
6235
6251
|
"kind": "field",
|
|
6236
|
-
"name": "
|
|
6237
|
-
"privacy": "private",
|
|
6238
|
-
"readonly": true
|
|
6239
|
-
},
|
|
6240
|
-
{
|
|
6241
|
-
"kind": "method",
|
|
6242
|
-
"name": "initRecommendations",
|
|
6252
|
+
"name": "handleInitialization",
|
|
6243
6253
|
"privacy": "private"
|
|
6244
6254
|
},
|
|
6245
6255
|
{
|
|
6246
6256
|
"kind": "method",
|
|
6247
|
-
"name": "
|
|
6257
|
+
"name": "scrollToTop",
|
|
6248
6258
|
"privacy": "private"
|
|
6249
6259
|
},
|
|
6250
6260
|
{
|
|
6251
6261
|
"kind": "method",
|
|
6252
|
-
"name": "
|
|
6262
|
+
"name": "internalInitialization",
|
|
6253
6263
|
"privacy": "private",
|
|
6254
6264
|
"parameters": [
|
|
6255
6265
|
{
|
|
6256
|
-
"name": "
|
|
6266
|
+
"name": "initEngine",
|
|
6257
6267
|
"type": {
|
|
6258
|
-
"text": "
|
|
6268
|
+
"text": "() => void"
|
|
6259
6269
|
}
|
|
6260
6270
|
}
|
|
6261
6271
|
]
|
|
6262
6272
|
},
|
|
6263
6273
|
{
|
|
6264
6274
|
"kind": "method",
|
|
6265
|
-
"name": "
|
|
6275
|
+
"name": "initContext",
|
|
6266
6276
|
"privacy": "private"
|
|
6267
6277
|
},
|
|
6268
6278
|
{
|
|
6269
6279
|
"kind": "method",
|
|
6270
|
-
"name": "
|
|
6271
|
-
"privacy": "private"
|
|
6280
|
+
"name": "getBindings",
|
|
6281
|
+
"privacy": "private",
|
|
6282
|
+
"return": {
|
|
6283
|
+
"type": {
|
|
6284
|
+
"text": "CommerceBindings"
|
|
6285
|
+
}
|
|
6286
|
+
}
|
|
6272
6287
|
},
|
|
6273
6288
|
{
|
|
6274
6289
|
"kind": "method",
|
|
6275
|
-
"name": "
|
|
6290
|
+
"name": "initLanguage",
|
|
6276
6291
|
"privacy": "private"
|
|
6277
6292
|
},
|
|
6278
6293
|
{
|
|
6279
6294
|
"kind": "method",
|
|
6280
|
-
"name": "
|
|
6295
|
+
"name": "isNewLocale",
|
|
6281
6296
|
"privacy": "private",
|
|
6282
6297
|
"parameters": [
|
|
6283
6298
|
{
|
|
6284
|
-
"name": "
|
|
6299
|
+
"name": "language",
|
|
6300
|
+
"optional": true,
|
|
6285
6301
|
"type": {
|
|
6286
|
-
"text": "
|
|
6302
|
+
"text": "string"
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6305
|
+
{
|
|
6306
|
+
"name": "country",
|
|
6307
|
+
"optional": true,
|
|
6308
|
+
"type": {
|
|
6309
|
+
"text": "string"
|
|
6310
|
+
}
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"name": "currency",
|
|
6314
|
+
"optional": true,
|
|
6315
|
+
"type": {
|
|
6316
|
+
"text": "string"
|
|
6287
6317
|
}
|
|
6288
6318
|
}
|
|
6289
6319
|
]
|
|
6290
6320
|
},
|
|
6291
|
-
{
|
|
6292
|
-
"kind": "method",
|
|
6293
|
-
"name": "computeListDisplayClasses",
|
|
6294
|
-
"privacy": "private"
|
|
6295
|
-
},
|
|
6296
|
-
{
|
|
6297
|
-
"kind": "method",
|
|
6298
|
-
"name": "renderAsGrid",
|
|
6299
|
-
"privacy": "private"
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"kind": "method",
|
|
6303
|
-
"name": "renderRecommendationList",
|
|
6304
|
-
"privacy": "private"
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"kind": "field",
|
|
6308
|
-
"name": "shouldRender",
|
|
6309
|
-
"privacy": "private",
|
|
6310
|
-
"readonly": true
|
|
6311
|
-
},
|
|
6312
6321
|
{
|
|
6313
6322
|
"kind": "method",
|
|
6314
6323
|
"name": "getUpdateComplete",
|
|
@@ -6325,70 +6334,55 @@
|
|
|
6325
6334
|
],
|
|
6326
6335
|
"attributes": [
|
|
6327
6336
|
{
|
|
6328
|
-
"name": "
|
|
6337
|
+
"name": "scroll-container",
|
|
6329
6338
|
"type": {
|
|
6330
6339
|
"text": "string"
|
|
6331
6340
|
},
|
|
6332
|
-
"
|
|
6333
|
-
"
|
|
6341
|
+
"default": "'atomic-commerce-recommendation-interface'",
|
|
6342
|
+
"description": "The CSS selector for the container the interface will scroll back to.",
|
|
6343
|
+
"fieldName": "scrollContainer"
|
|
6334
6344
|
},
|
|
6335
6345
|
{
|
|
6336
|
-
"name": "
|
|
6346
|
+
"name": "language-assets-path",
|
|
6337
6347
|
"type": {
|
|
6338
6348
|
"text": "string"
|
|
6339
6349
|
},
|
|
6340
|
-
"
|
|
6341
|
-
"
|
|
6342
|
-
|
|
6343
|
-
{
|
|
6344
|
-
"name": "display",
|
|
6345
|
-
"type": {
|
|
6346
|
-
"text": "ItemDisplayBasicLayout"
|
|
6347
|
-
},
|
|
6348
|
-
"default": "'list'",
|
|
6349
|
-
"description": "The layout to apply when displaying the products. This does not affect the display of the surrounding list itself.\nTo modify the number of products per column and row, modify the `--atomic-recs-number-of-columns` and `--atomic-recs-number-of-rows` CSS variables.",
|
|
6350
|
-
"fieldName": "display"
|
|
6351
|
-
},
|
|
6352
|
-
{
|
|
6353
|
-
"name": "density",
|
|
6354
|
-
"type": {
|
|
6355
|
-
"text": "ItemDisplayDensity"
|
|
6356
|
-
},
|
|
6357
|
-
"default": "'normal'",
|
|
6358
|
-
"description": "The spacing of various elements in the product list, including the gap between products, the gap between parts of a product, and the font sizes of the parts of a product.",
|
|
6359
|
-
"fieldName": "density"
|
|
6350
|
+
"default": "'./lang'",
|
|
6351
|
+
"description": "The language assets path. By default, this will be a relative URL pointing to `./lang`.\n\nExample: \"/mypublicpath/languages\"",
|
|
6352
|
+
"fieldName": "languageAssetsPath"
|
|
6360
6353
|
},
|
|
6361
6354
|
{
|
|
6362
|
-
"name": "
|
|
6355
|
+
"name": "icon-assets-path",
|
|
6363
6356
|
"type": {
|
|
6364
|
-
"text": "
|
|
6357
|
+
"text": "string"
|
|
6365
6358
|
},
|
|
6366
|
-
"default": "'
|
|
6367
|
-
"description": "The
|
|
6368
|
-
"fieldName": "
|
|
6359
|
+
"default": "'./assets'",
|
|
6360
|
+
"description": "The icon assets path. By default, this will be a relative URL pointing to `./assets`.\n\nExample: \"/mypublicpath/icons\"",
|
|
6361
|
+
"fieldName": "iconAssetsPath"
|
|
6369
6362
|
},
|
|
6370
6363
|
{
|
|
6371
|
-
"name": "
|
|
6364
|
+
"name": "language",
|
|
6372
6365
|
"type": {
|
|
6373
|
-
"text": "
|
|
6366
|
+
"text": "string"
|
|
6374
6367
|
},
|
|
6375
|
-
"description": "The
|
|
6376
|
-
"
|
|
6368
|
+
"description": "The commerce interface language.\n\nWill default to the value set in the Headless engine context if not\nprovided.",
|
|
6369
|
+
"deprecated": "- This property will be removed in the next major version of\nAtomic (v4). Rather than using this property, set the initial language\nthrough the engine configuration when calling `initializeWithEngine`, and\nupdate the language as needed using the `updateLocale` method.",
|
|
6370
|
+
"fieldName": "language"
|
|
6377
6371
|
},
|
|
6378
6372
|
{
|
|
6379
|
-
"name": "
|
|
6373
|
+
"name": "analytics",
|
|
6380
6374
|
"type": {
|
|
6381
|
-
"text": "
|
|
6375
|
+
"text": "boolean"
|
|
6382
6376
|
},
|
|
6383
|
-
"default": "
|
|
6384
|
-
"description": "
|
|
6385
|
-
"fieldName": "
|
|
6377
|
+
"default": "true",
|
|
6378
|
+
"description": "Whether to enable analytics.",
|
|
6379
|
+
"fieldName": "analytics"
|
|
6386
6380
|
}
|
|
6387
6381
|
],
|
|
6388
6382
|
"mixins": [
|
|
6389
6383
|
{
|
|
6390
6384
|
"name": "ChildrenUpdateCompleteMixin",
|
|
6391
|
-
"package": "@/src/mixins/children-update-complete-mixin"
|
|
6385
|
+
"package": "@/src/mixins/children-update-complete-mixin.js"
|
|
6392
6386
|
}
|
|
6393
6387
|
],
|
|
6394
6388
|
"superclass": {
|
|
@@ -6396,29 +6390,35 @@
|
|
|
6396
6390
|
"package": "lit"
|
|
6397
6391
|
},
|
|
6398
6392
|
"events": [],
|
|
6399
|
-
"tagName": "atomic-commerce-recommendation-
|
|
6393
|
+
"tagName": "atomic-commerce-recommendation-interface",
|
|
6400
6394
|
"customElement": true
|
|
6401
6395
|
}
|
|
6402
6396
|
],
|
|
6403
6397
|
"exports": [
|
|
6404
6398
|
{
|
|
6405
6399
|
"kind": "js",
|
|
6406
|
-
"name": "
|
|
6400
|
+
"name": "AtomicCommerceRecommendationInterface",
|
|
6407
6401
|
"declaration": {
|
|
6408
|
-
"name": "
|
|
6409
|
-
"module": "src/components/commerce/atomic-commerce-recommendation-
|
|
6402
|
+
"name": "AtomicCommerceRecommendationInterface",
|
|
6403
|
+
"module": "src/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.ts"
|
|
6410
6404
|
}
|
|
6411
6405
|
},
|
|
6412
6406
|
{
|
|
6413
6407
|
"kind": "custom-element-definition",
|
|
6414
|
-
"name": "atomic-commerce-recommendation-
|
|
6408
|
+
"name": "atomic-commerce-recommendation-interface",
|
|
6415
6409
|
"declaration": {
|
|
6416
|
-
"name": "
|
|
6417
|
-
"module": "src/components/commerce/atomic-commerce-recommendation-
|
|
6410
|
+
"name": "AtomicCommerceRecommendationInterface",
|
|
6411
|
+
"module": "src/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.ts"
|
|
6418
6412
|
}
|
|
6419
6413
|
}
|
|
6420
6414
|
]
|
|
6421
6415
|
},
|
|
6416
|
+
{
|
|
6417
|
+
"kind": "javascript-module",
|
|
6418
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/store.ts",
|
|
6419
|
+
"declarations": [],
|
|
6420
|
+
"exports": []
|
|
6421
|
+
},
|
|
6422
6422
|
{
|
|
6423
6423
|
"kind": "javascript-module",
|
|
6424
6424
|
"path": "src/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.ts",
|
|
@@ -47279,119 +47279,6 @@
|
|
|
47279
47279
|
}
|
|
47280
47280
|
]
|
|
47281
47281
|
},
|
|
47282
|
-
{
|
|
47283
|
-
"kind": "javascript-module",
|
|
47284
|
-
"path": "src/components/search/atomic-text/atomic-text.ts",
|
|
47285
|
-
"declarations": [
|
|
47286
|
-
{
|
|
47287
|
-
"kind": "class",
|
|
47288
|
-
"description": "The `atomic-text` component leverages the I18n translation module through the atomic-search-interface.",
|
|
47289
|
-
"name": "AtomicText",
|
|
47290
|
-
"members": [
|
|
47291
|
-
{
|
|
47292
|
-
"kind": "field",
|
|
47293
|
-
"name": "propsSchema",
|
|
47294
|
-
"privacy": "private",
|
|
47295
|
-
"static": true,
|
|
47296
|
-
"readonly": true,
|
|
47297
|
-
"default": "new Schema({ value: new StringValue({required: true, emptyAllowed: false}), count: new NumberValue({required: false}), })"
|
|
47298
|
-
},
|
|
47299
|
-
{
|
|
47300
|
-
"kind": "field",
|
|
47301
|
-
"name": "bindings",
|
|
47302
|
-
"type": {
|
|
47303
|
-
"text": "Bindings"
|
|
47304
|
-
},
|
|
47305
|
-
"privacy": "private"
|
|
47306
|
-
},
|
|
47307
|
-
{
|
|
47308
|
-
"kind": "field",
|
|
47309
|
-
"name": "error",
|
|
47310
|
-
"type": {
|
|
47311
|
-
"text": "Error"
|
|
47312
|
-
},
|
|
47313
|
-
"privacy": "private"
|
|
47314
|
-
},
|
|
47315
|
-
{
|
|
47316
|
-
"kind": "field",
|
|
47317
|
-
"name": "value",
|
|
47318
|
-
"type": {
|
|
47319
|
-
"text": "string"
|
|
47320
|
-
},
|
|
47321
|
-
"privacy": "public",
|
|
47322
|
-
"description": "The string key value.",
|
|
47323
|
-
"attribute": "value",
|
|
47324
|
-
"reflects": true
|
|
47325
|
-
},
|
|
47326
|
-
{
|
|
47327
|
-
"kind": "field",
|
|
47328
|
-
"name": "count",
|
|
47329
|
-
"type": {
|
|
47330
|
-
"text": "number"
|
|
47331
|
-
},
|
|
47332
|
-
"privacy": "public",
|
|
47333
|
-
"description": "The count value used for plurals.",
|
|
47334
|
-
"attribute": "count",
|
|
47335
|
-
"reflects": true
|
|
47336
|
-
},
|
|
47337
|
-
{
|
|
47338
|
-
"kind": "field",
|
|
47339
|
-
"name": "strings",
|
|
47340
|
-
"privacy": "private",
|
|
47341
|
-
"readonly": true
|
|
47342
|
-
},
|
|
47343
|
-
{
|
|
47344
|
-
"kind": "method",
|
|
47345
|
-
"name": "initialize",
|
|
47346
|
-
"privacy": "public"
|
|
47347
|
-
}
|
|
47348
|
-
],
|
|
47349
|
-
"attributes": [
|
|
47350
|
-
{
|
|
47351
|
-
"name": "value",
|
|
47352
|
-
"type": {
|
|
47353
|
-
"text": "string"
|
|
47354
|
-
},
|
|
47355
|
-
"description": "The string key value.",
|
|
47356
|
-
"fieldName": "value"
|
|
47357
|
-
},
|
|
47358
|
-
{
|
|
47359
|
-
"name": "count",
|
|
47360
|
-
"type": {
|
|
47361
|
-
"text": "number"
|
|
47362
|
-
},
|
|
47363
|
-
"description": "The count value used for plurals.",
|
|
47364
|
-
"fieldName": "count"
|
|
47365
|
-
}
|
|
47366
|
-
],
|
|
47367
|
-
"superclass": {
|
|
47368
|
-
"name": "LitElement",
|
|
47369
|
-
"package": "lit"
|
|
47370
|
-
},
|
|
47371
|
-
"events": [],
|
|
47372
|
-
"tagName": "atomic-text",
|
|
47373
|
-
"customElement": true
|
|
47374
|
-
}
|
|
47375
|
-
],
|
|
47376
|
-
"exports": [
|
|
47377
|
-
{
|
|
47378
|
-
"kind": "js",
|
|
47379
|
-
"name": "AtomicText",
|
|
47380
|
-
"declaration": {
|
|
47381
|
-
"name": "AtomicText",
|
|
47382
|
-
"module": "src/components/search/atomic-text/atomic-text.ts"
|
|
47383
|
-
}
|
|
47384
|
-
},
|
|
47385
|
-
{
|
|
47386
|
-
"kind": "custom-element-definition",
|
|
47387
|
-
"name": "atomic-text",
|
|
47388
|
-
"declaration": {
|
|
47389
|
-
"name": "AtomicText",
|
|
47390
|
-
"module": "src/components/search/atomic-text/atomic-text.ts"
|
|
47391
|
-
}
|
|
47392
|
-
}
|
|
47393
|
-
]
|
|
47394
|
-
},
|
|
47395
47282
|
{
|
|
47396
47283
|
"kind": "javascript-module",
|
|
47397
47284
|
"path": "src/components/search/atomic-timeframe-facet/atomic-timeframe-facet.ts",
|
|
@@ -47896,6 +47783,119 @@
|
|
|
47896
47783
|
}
|
|
47897
47784
|
]
|
|
47898
47785
|
},
|
|
47786
|
+
{
|
|
47787
|
+
"kind": "javascript-module",
|
|
47788
|
+
"path": "src/components/search/atomic-text/atomic-text.ts",
|
|
47789
|
+
"declarations": [
|
|
47790
|
+
{
|
|
47791
|
+
"kind": "class",
|
|
47792
|
+
"description": "The `atomic-text` component leverages the I18n translation module through the atomic-search-interface.",
|
|
47793
|
+
"name": "AtomicText",
|
|
47794
|
+
"members": [
|
|
47795
|
+
{
|
|
47796
|
+
"kind": "field",
|
|
47797
|
+
"name": "propsSchema",
|
|
47798
|
+
"privacy": "private",
|
|
47799
|
+
"static": true,
|
|
47800
|
+
"readonly": true,
|
|
47801
|
+
"default": "new Schema({ value: new StringValue({required: true, emptyAllowed: false}), count: new NumberValue({required: false}), })"
|
|
47802
|
+
},
|
|
47803
|
+
{
|
|
47804
|
+
"kind": "field",
|
|
47805
|
+
"name": "bindings",
|
|
47806
|
+
"type": {
|
|
47807
|
+
"text": "Bindings"
|
|
47808
|
+
},
|
|
47809
|
+
"privacy": "private"
|
|
47810
|
+
},
|
|
47811
|
+
{
|
|
47812
|
+
"kind": "field",
|
|
47813
|
+
"name": "error",
|
|
47814
|
+
"type": {
|
|
47815
|
+
"text": "Error"
|
|
47816
|
+
},
|
|
47817
|
+
"privacy": "private"
|
|
47818
|
+
},
|
|
47819
|
+
{
|
|
47820
|
+
"kind": "field",
|
|
47821
|
+
"name": "value",
|
|
47822
|
+
"type": {
|
|
47823
|
+
"text": "string"
|
|
47824
|
+
},
|
|
47825
|
+
"privacy": "public",
|
|
47826
|
+
"description": "The string key value.",
|
|
47827
|
+
"attribute": "value",
|
|
47828
|
+
"reflects": true
|
|
47829
|
+
},
|
|
47830
|
+
{
|
|
47831
|
+
"kind": "field",
|
|
47832
|
+
"name": "count",
|
|
47833
|
+
"type": {
|
|
47834
|
+
"text": "number"
|
|
47835
|
+
},
|
|
47836
|
+
"privacy": "public",
|
|
47837
|
+
"description": "The count value used for plurals.",
|
|
47838
|
+
"attribute": "count",
|
|
47839
|
+
"reflects": true
|
|
47840
|
+
},
|
|
47841
|
+
{
|
|
47842
|
+
"kind": "field",
|
|
47843
|
+
"name": "strings",
|
|
47844
|
+
"privacy": "private",
|
|
47845
|
+
"readonly": true
|
|
47846
|
+
},
|
|
47847
|
+
{
|
|
47848
|
+
"kind": "method",
|
|
47849
|
+
"name": "initialize",
|
|
47850
|
+
"privacy": "public"
|
|
47851
|
+
}
|
|
47852
|
+
],
|
|
47853
|
+
"attributes": [
|
|
47854
|
+
{
|
|
47855
|
+
"name": "value",
|
|
47856
|
+
"type": {
|
|
47857
|
+
"text": "string"
|
|
47858
|
+
},
|
|
47859
|
+
"description": "The string key value.",
|
|
47860
|
+
"fieldName": "value"
|
|
47861
|
+
},
|
|
47862
|
+
{
|
|
47863
|
+
"name": "count",
|
|
47864
|
+
"type": {
|
|
47865
|
+
"text": "number"
|
|
47866
|
+
},
|
|
47867
|
+
"description": "The count value used for plurals.",
|
|
47868
|
+
"fieldName": "count"
|
|
47869
|
+
}
|
|
47870
|
+
],
|
|
47871
|
+
"superclass": {
|
|
47872
|
+
"name": "LitElement",
|
|
47873
|
+
"package": "lit"
|
|
47874
|
+
},
|
|
47875
|
+
"events": [],
|
|
47876
|
+
"tagName": "atomic-text",
|
|
47877
|
+
"customElement": true
|
|
47878
|
+
}
|
|
47879
|
+
],
|
|
47880
|
+
"exports": [
|
|
47881
|
+
{
|
|
47882
|
+
"kind": "js",
|
|
47883
|
+
"name": "AtomicText",
|
|
47884
|
+
"declaration": {
|
|
47885
|
+
"name": "AtomicText",
|
|
47886
|
+
"module": "src/components/search/atomic-text/atomic-text.ts"
|
|
47887
|
+
}
|
|
47888
|
+
},
|
|
47889
|
+
{
|
|
47890
|
+
"kind": "custom-element-definition",
|
|
47891
|
+
"name": "atomic-text",
|
|
47892
|
+
"declaration": {
|
|
47893
|
+
"name": "AtomicText",
|
|
47894
|
+
"module": "src/components/search/atomic-text/atomic-text.ts"
|
|
47895
|
+
}
|
|
47896
|
+
}
|
|
47897
|
+
]
|
|
47898
|
+
},
|
|
47899
47899
|
{
|
|
47900
47900
|
"kind": "javascript-module",
|
|
47901
47901
|
"path": "src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts",
|
|
@@ -47916,37 +47916,37 @@
|
|
|
47916
47916
|
},
|
|
47917
47917
|
{
|
|
47918
47918
|
"kind": "javascript-module",
|
|
47919
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47919
|
+
"path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/atomic-commerce-did-you-mean.e2e.ts",
|
|
47920
47920
|
"declarations": [],
|
|
47921
47921
|
"exports": []
|
|
47922
47922
|
},
|
|
47923
47923
|
{
|
|
47924
47924
|
"kind": "javascript-module",
|
|
47925
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47925
|
+
"path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/fixture.ts",
|
|
47926
47926
|
"declarations": [],
|
|
47927
47927
|
"exports": []
|
|
47928
47928
|
},
|
|
47929
47929
|
{
|
|
47930
47930
|
"kind": "javascript-module",
|
|
47931
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47931
|
+
"path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/page-object.ts",
|
|
47932
47932
|
"declarations": [],
|
|
47933
47933
|
"exports": []
|
|
47934
47934
|
},
|
|
47935
47935
|
{
|
|
47936
47936
|
"kind": "javascript-module",
|
|
47937
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47937
|
+
"path": "src/components/commerce/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts",
|
|
47938
47938
|
"declarations": [],
|
|
47939
47939
|
"exports": []
|
|
47940
47940
|
},
|
|
47941
47941
|
{
|
|
47942
47942
|
"kind": "javascript-module",
|
|
47943
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47943
|
+
"path": "src/components/commerce/atomic-commerce-category-facet/e2e/fixture.ts",
|
|
47944
47944
|
"declarations": [],
|
|
47945
47945
|
"exports": []
|
|
47946
47946
|
},
|
|
47947
47947
|
{
|
|
47948
47948
|
"kind": "javascript-module",
|
|
47949
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
47949
|
+
"path": "src/components/commerce/atomic-commerce-category-facet/e2e/page-object.ts",
|
|
47950
47950
|
"declarations": [],
|
|
47951
47951
|
"exports": []
|
|
47952
47952
|
},
|
|
@@ -48060,37 +48060,37 @@
|
|
|
48060
48060
|
},
|
|
48061
48061
|
{
|
|
48062
48062
|
"kind": "javascript-module",
|
|
48063
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48063
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts",
|
|
48064
48064
|
"declarations": [],
|
|
48065
48065
|
"exports": []
|
|
48066
48066
|
},
|
|
48067
48067
|
{
|
|
48068
48068
|
"kind": "javascript-module",
|
|
48069
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48069
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/fixture.ts",
|
|
48070
48070
|
"declarations": [],
|
|
48071
48071
|
"exports": []
|
|
48072
48072
|
},
|
|
48073
48073
|
{
|
|
48074
48074
|
"kind": "javascript-module",
|
|
48075
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48075
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/page-object.ts",
|
|
48076
48076
|
"declarations": [],
|
|
48077
48077
|
"exports": []
|
|
48078
48078
|
},
|
|
48079
48079
|
{
|
|
48080
48080
|
"kind": "javascript-module",
|
|
48081
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48081
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts",
|
|
48082
48082
|
"declarations": [],
|
|
48083
48083
|
"exports": []
|
|
48084
48084
|
},
|
|
48085
48085
|
{
|
|
48086
48086
|
"kind": "javascript-module",
|
|
48087
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48087
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/fixture.ts",
|
|
48088
48088
|
"declarations": [],
|
|
48089
48089
|
"exports": []
|
|
48090
48090
|
},
|
|
48091
48091
|
{
|
|
48092
48092
|
"kind": "javascript-module",
|
|
48093
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48093
|
+
"path": "src/components/commerce/atomic-commerce-pager/e2e/page-object.ts",
|
|
48094
48094
|
"declarations": [],
|
|
48095
48095
|
"exports": []
|
|
48096
48096
|
},
|
|
@@ -48150,19 +48150,19 @@
|
|
|
48150
48150
|
},
|
|
48151
48151
|
{
|
|
48152
48152
|
"kind": "javascript-module",
|
|
48153
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48153
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts",
|
|
48154
48154
|
"declarations": [],
|
|
48155
48155
|
"exports": []
|
|
48156
48156
|
},
|
|
48157
48157
|
{
|
|
48158
48158
|
"kind": "javascript-module",
|
|
48159
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48159
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/fixture.ts",
|
|
48160
48160
|
"declarations": [],
|
|
48161
48161
|
"exports": []
|
|
48162
48162
|
},
|
|
48163
48163
|
{
|
|
48164
48164
|
"kind": "javascript-module",
|
|
48165
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48165
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/page-object.ts",
|
|
48166
48166
|
"declarations": [],
|
|
48167
48167
|
"exports": []
|
|
48168
48168
|
},
|
|
@@ -48186,19 +48186,19 @@
|
|
|
48186
48186
|
},
|
|
48187
48187
|
{
|
|
48188
48188
|
"kind": "javascript-module",
|
|
48189
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48189
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/atomic-commerce-recommendation-interface.e2e.ts",
|
|
48190
48190
|
"declarations": [],
|
|
48191
48191
|
"exports": []
|
|
48192
48192
|
},
|
|
48193
48193
|
{
|
|
48194
48194
|
"kind": "javascript-module",
|
|
48195
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48195
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/fixture.ts",
|
|
48196
48196
|
"declarations": [],
|
|
48197
48197
|
"exports": []
|
|
48198
48198
|
},
|
|
48199
48199
|
{
|
|
48200
48200
|
"kind": "javascript-module",
|
|
48201
|
-
"path": "src/components/commerce/atomic-commerce-recommendation-
|
|
48201
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/page-object.ts",
|
|
48202
48202
|
"declarations": [],
|
|
48203
48203
|
"exports": []
|
|
48204
48204
|
},
|
|
@@ -50147,37 +50147,37 @@
|
|
|
50147
50147
|
},
|
|
50148
50148
|
{
|
|
50149
50149
|
"kind": "javascript-module",
|
|
50150
|
-
"path": "src/components/search/atomic-rating-
|
|
50150
|
+
"path": "src/components/search/atomic-rating-facet/e2e/atomic-rating-facet.e2e.ts",
|
|
50151
50151
|
"declarations": [],
|
|
50152
50152
|
"exports": []
|
|
50153
50153
|
},
|
|
50154
50154
|
{
|
|
50155
50155
|
"kind": "javascript-module",
|
|
50156
|
-
"path": "src/components/search/atomic-rating-
|
|
50156
|
+
"path": "src/components/search/atomic-rating-facet/e2e/fixture.ts",
|
|
50157
50157
|
"declarations": [],
|
|
50158
50158
|
"exports": []
|
|
50159
50159
|
},
|
|
50160
50160
|
{
|
|
50161
50161
|
"kind": "javascript-module",
|
|
50162
|
-
"path": "src/components/search/atomic-rating-
|
|
50162
|
+
"path": "src/components/search/atomic-rating-facet/e2e/page-object.ts",
|
|
50163
50163
|
"declarations": [],
|
|
50164
50164
|
"exports": []
|
|
50165
50165
|
},
|
|
50166
50166
|
{
|
|
50167
50167
|
"kind": "javascript-module",
|
|
50168
|
-
"path": "src/components/search/atomic-rating-facet/e2e/atomic-rating-facet.e2e.ts",
|
|
50168
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/atomic-rating-range-facet.e2e.ts",
|
|
50169
50169
|
"declarations": [],
|
|
50170
50170
|
"exports": []
|
|
50171
50171
|
},
|
|
50172
50172
|
{
|
|
50173
50173
|
"kind": "javascript-module",
|
|
50174
|
-
"path": "src/components/search/atomic-rating-facet/e2e/fixture.ts",
|
|
50174
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/fixture.ts",
|
|
50175
50175
|
"declarations": [],
|
|
50176
50176
|
"exports": []
|
|
50177
50177
|
},
|
|
50178
50178
|
{
|
|
50179
50179
|
"kind": "javascript-module",
|
|
50180
|
-
"path": "src/components/search/atomic-rating-facet/e2e/page-object.ts",
|
|
50180
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/page-object.ts",
|
|
50181
50181
|
"declarations": [],
|
|
50182
50182
|
"exports": []
|
|
50183
50183
|
},
|
|
@@ -50477,37 +50477,37 @@
|
|
|
50477
50477
|
},
|
|
50478
50478
|
{
|
|
50479
50479
|
"kind": "javascript-module",
|
|
50480
|
-
"path": "src/components/search/atomic-result-
|
|
50480
|
+
"path": "src/components/search/atomic-result-text/e2e/atomic-result-text.e2e.ts",
|
|
50481
50481
|
"declarations": [],
|
|
50482
50482
|
"exports": []
|
|
50483
50483
|
},
|
|
50484
50484
|
{
|
|
50485
50485
|
"kind": "javascript-module",
|
|
50486
|
-
"path": "src/components/search/atomic-result-
|
|
50486
|
+
"path": "src/components/search/atomic-result-text/e2e/fixture.ts",
|
|
50487
50487
|
"declarations": [],
|
|
50488
50488
|
"exports": []
|
|
50489
50489
|
},
|
|
50490
50490
|
{
|
|
50491
50491
|
"kind": "javascript-module",
|
|
50492
|
-
"path": "src/components/search/atomic-result-
|
|
50492
|
+
"path": "src/components/search/atomic-result-text/e2e/page-object.ts",
|
|
50493
50493
|
"declarations": [],
|
|
50494
50494
|
"exports": []
|
|
50495
50495
|
},
|
|
50496
50496
|
{
|
|
50497
50497
|
"kind": "javascript-module",
|
|
50498
|
-
"path": "src/components/search/atomic-result-
|
|
50498
|
+
"path": "src/components/search/atomic-result-template/e2e/atomic-result-template.e2e.ts",
|
|
50499
50499
|
"declarations": [],
|
|
50500
50500
|
"exports": []
|
|
50501
50501
|
},
|
|
50502
50502
|
{
|
|
50503
50503
|
"kind": "javascript-module",
|
|
50504
|
-
"path": "src/components/search/atomic-result-
|
|
50504
|
+
"path": "src/components/search/atomic-result-template/e2e/fixture.ts",
|
|
50505
50505
|
"declarations": [],
|
|
50506
50506
|
"exports": []
|
|
50507
50507
|
},
|
|
50508
50508
|
{
|
|
50509
50509
|
"kind": "javascript-module",
|
|
50510
|
-
"path": "src/components/search/atomic-result-
|
|
50510
|
+
"path": "src/components/search/atomic-result-template/e2e/page-object.ts",
|
|
50511
50511
|
"declarations": [],
|
|
50512
50512
|
"exports": []
|
|
50513
50513
|
},
|
|
@@ -50637,24 +50637,6 @@
|
|
|
50637
50637
|
"declarations": [],
|
|
50638
50638
|
"exports": []
|
|
50639
50639
|
},
|
|
50640
|
-
{
|
|
50641
|
-
"kind": "javascript-module",
|
|
50642
|
-
"path": "src/components/search/atomic-segmented-facet/e2e/atomic-segmented-facet.e2e.ts",
|
|
50643
|
-
"declarations": [],
|
|
50644
|
-
"exports": []
|
|
50645
|
-
},
|
|
50646
|
-
{
|
|
50647
|
-
"kind": "javascript-module",
|
|
50648
|
-
"path": "src/components/search/atomic-segmented-facet/e2e/fixture.ts",
|
|
50649
|
-
"declarations": [],
|
|
50650
|
-
"exports": []
|
|
50651
|
-
},
|
|
50652
|
-
{
|
|
50653
|
-
"kind": "javascript-module",
|
|
50654
|
-
"path": "src/components/search/atomic-segmented-facet/e2e/page-object.ts",
|
|
50655
|
-
"declarations": [],
|
|
50656
|
-
"exports": []
|
|
50657
|
-
},
|
|
50658
50640
|
{
|
|
50659
50641
|
"kind": "javascript-module",
|
|
50660
50642
|
"path": "src/components/search/atomic-segmented-facet-scrollable/e2e/atomic-segmented-facet-scrollable.e2e.ts",
|
|
@@ -50747,37 +50729,37 @@
|
|
|
50747
50729
|
},
|
|
50748
50730
|
{
|
|
50749
50731
|
"kind": "javascript-module",
|
|
50750
|
-
"path": "src/components/search/atomic-
|
|
50732
|
+
"path": "src/components/search/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts",
|
|
50751
50733
|
"declarations": [],
|
|
50752
50734
|
"exports": []
|
|
50753
50735
|
},
|
|
50754
50736
|
{
|
|
50755
50737
|
"kind": "javascript-module",
|
|
50756
|
-
"path": "src/components/search/atomic-
|
|
50738
|
+
"path": "src/components/search/atomic-timeframe-facet/e2e/fixture.ts",
|
|
50757
50739
|
"declarations": [],
|
|
50758
50740
|
"exports": []
|
|
50759
50741
|
},
|
|
50760
50742
|
{
|
|
50761
50743
|
"kind": "javascript-module",
|
|
50762
|
-
"path": "src/components/search/atomic-
|
|
50744
|
+
"path": "src/components/search/atomic-timeframe-facet/e2e/page-object.ts",
|
|
50763
50745
|
"declarations": [],
|
|
50764
50746
|
"exports": []
|
|
50765
50747
|
},
|
|
50766
50748
|
{
|
|
50767
50749
|
"kind": "javascript-module",
|
|
50768
|
-
"path": "src/components/search/atomic-
|
|
50750
|
+
"path": "src/components/search/atomic-text/e2e/atomic-text.e2e.ts",
|
|
50769
50751
|
"declarations": [],
|
|
50770
50752
|
"exports": []
|
|
50771
50753
|
},
|
|
50772
50754
|
{
|
|
50773
50755
|
"kind": "javascript-module",
|
|
50774
|
-
"path": "src/components/search/atomic-
|
|
50756
|
+
"path": "src/components/search/atomic-text/e2e/fixture.ts",
|
|
50775
50757
|
"declarations": [],
|
|
50776
50758
|
"exports": []
|
|
50777
50759
|
},
|
|
50778
50760
|
{
|
|
50779
50761
|
"kind": "javascript-module",
|
|
50780
|
-
"path": "src/components/search/atomic-
|
|
50762
|
+
"path": "src/components/search/atomic-text/e2e/page-object.ts",
|
|
50781
50763
|
"declarations": [],
|
|
50782
50764
|
"exports": []
|
|
50783
50765
|
},
|
|
@@ -50799,6 +50781,24 @@
|
|
|
50799
50781
|
"declarations": [],
|
|
50800
50782
|
"exports": []
|
|
50801
50783
|
},
|
|
50784
|
+
{
|
|
50785
|
+
"kind": "javascript-module",
|
|
50786
|
+
"path": "src/components/search/atomic-segmented-facet/e2e/atomic-segmented-facet.e2e.ts",
|
|
50787
|
+
"declarations": [],
|
|
50788
|
+
"exports": []
|
|
50789
|
+
},
|
|
50790
|
+
{
|
|
50791
|
+
"kind": "javascript-module",
|
|
50792
|
+
"path": "src/components/search/atomic-segmented-facet/e2e/fixture.ts",
|
|
50793
|
+
"declarations": [],
|
|
50794
|
+
"exports": []
|
|
50795
|
+
},
|
|
50796
|
+
{
|
|
50797
|
+
"kind": "javascript-module",
|
|
50798
|
+
"path": "src/components/search/atomic-segmented-facet/e2e/page-object.ts",
|
|
50799
|
+
"declarations": [],
|
|
50800
|
+
"exports": []
|
|
50801
|
+
},
|
|
50802
50802
|
{
|
|
50803
50803
|
"kind": "javascript-module",
|
|
50804
50804
|
"path": "src/components/search/result-template-component-utils/context/fetch-result-context.ts",
|