@coveo/atomic 3.60.1 → 3.60.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 +1975 -1896
- package/dist/cjs/components/common/atomic-aria-live/atomic-aria-live.cjs +35 -5
- package/dist/cjs/components/common/atomic-citation/atomic-citation.cjs +3 -1
- package/dist/cjs/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.cjs +20 -15
- package/dist/cjs/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.cjs +51 -45
- package/dist/cjs/components/common/generated-answer/generated-answer-controller.cjs +12 -2
- package/dist/cjs/components/common/generated-answer/generated-content/markdown-utils.cjs +80 -3
- package/dist/cjs/components/common/generated-answer/render-conversation-debug-header.cjs +1 -1
- package/dist/cjs/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.cjs +9 -2
- package/dist/cjs/components/search/atomic-generated-answer/atomic-generated-answer.cjs +9 -2
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/utils/accessibility-utils.cjs +5 -2
- package/dist/cjs/utils/debounce-utils.cjs +15 -4
- package/dist/cjs/utils/tailwind.global.tw.css.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
- package/dist/esm/components/common/atomic-aria-live/atomic-aria-live.js +35 -5
- package/dist/esm/components/common/atomic-citation/atomic-citation.js +3 -1
- package/dist/esm/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.js +20 -15
- package/dist/esm/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.js +52 -46
- package/dist/esm/components/common/generated-answer/generated-answer-controller.js +12 -2
- package/dist/esm/components/common/generated-answer/generated-content/markdown-utils.js +79 -5
- package/dist/esm/components/common/generated-answer/render-conversation-debug-header.js +1 -1
- package/dist/esm/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.js +9 -2
- package/dist/esm/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +1 -1
- package/dist/esm/components/search/atomic-generated-answer/atomic-generated-answer.js +9 -2
- package/dist/esm/components/search/atomic-search-box/atomic-search-box.js +1 -1
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/utils/accessibility-utils.js +5 -2
- package/dist/esm/utils/debounce-utils.js +15 -4
- package/dist/esm/utils/tailwind.global.tw.css.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/dist/types/components/common/atomic-aria-live/atomic-aria-live.d.ts +5 -1
- package/dist/types/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.d.ts +3 -0
- package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +5 -0
- package/dist/types/components/common/generated-answer/generated-content/markdown-utils.d.ts +1 -0
- package/dist/types/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.d.ts +1 -0
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +1 -0
- package/dist/types/components/search/atomic-result-link/atomic-result-link.d.ts +1 -1
- package/dist/types/utils/accessibility-utils.d.ts +2 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -2573,6 +2573,12 @@
|
|
|
2573
2573
|
}
|
|
2574
2574
|
]
|
|
2575
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "javascript-module",
|
|
2578
|
+
"path": "src/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.ts",
|
|
2579
|
+
"declarations": [],
|
|
2580
|
+
"exports": []
|
|
2581
|
+
},
|
|
2576
2582
|
{
|
|
2577
2583
|
"kind": "javascript-module",
|
|
2578
2584
|
"path": "src/components/commerce/atomic-commerce-facets/atomic-commerce-facets.ts",
|
|
@@ -2785,12 +2791,6 @@
|
|
|
2785
2791
|
}
|
|
2786
2792
|
]
|
|
2787
2793
|
},
|
|
2788
|
-
{
|
|
2789
|
-
"kind": "javascript-module",
|
|
2790
|
-
"path": "src/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.ts",
|
|
2791
|
-
"declarations": [],
|
|
2792
|
-
"exports": []
|
|
2793
|
-
},
|
|
2794
2794
|
{
|
|
2795
2795
|
"kind": "javascript-module",
|
|
2796
2796
|
"path": "src/components/commerce/atomic-commerce-interface/analytics-config.ts",
|
|
@@ -3376,6 +3376,329 @@
|
|
|
3376
3376
|
"declarations": [],
|
|
3377
3377
|
"exports": []
|
|
3378
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "javascript-module",
|
|
3381
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts",
|
|
3382
|
+
"declarations": [
|
|
3383
|
+
{
|
|
3384
|
+
"kind": "class",
|
|
3385
|
+
"description": "The `atomic-commerce-load-more-products` component allows the user to load additional products if more are available.",
|
|
3386
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3387
|
+
"cssProperties": [
|
|
3388
|
+
{
|
|
3389
|
+
"description": "Color of the start of the gradient for the load more products progress bar.",
|
|
3390
|
+
"name": "--atomic-more-results-progress-bar-color-from"
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"description": "Color of the end of the gradient for the load more products progress bar.",
|
|
3394
|
+
"name": "--atomic-more-results-progress-bar-color-to"
|
|
3395
|
+
}
|
|
3396
|
+
],
|
|
3397
|
+
"cssParts": [
|
|
3398
|
+
{
|
|
3399
|
+
"description": "The container of the component.",
|
|
3400
|
+
"name": "container"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"description": "The summary displaying which products are shown and how many are available.",
|
|
3404
|
+
"name": "showing-results"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"description": "The highlighted number of products displayed and number of products available.",
|
|
3408
|
+
"name": "highlight"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"description": "The progress bar displaying a percentage of products shown over the total number of products available.",
|
|
3412
|
+
"name": "progress-bar"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"description": "The \"Load more products\" button.",
|
|
3416
|
+
"name": "load-more-results-button"
|
|
3417
|
+
}
|
|
3418
|
+
],
|
|
3419
|
+
"members": [
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "field",
|
|
3422
|
+
"name": "bindings",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "CommerceBindings"
|
|
3425
|
+
},
|
|
3426
|
+
"privacy": "private"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "field",
|
|
3430
|
+
"name": "error",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "Error"
|
|
3433
|
+
},
|
|
3434
|
+
"privacy": "private"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "field",
|
|
3438
|
+
"name": "pagination",
|
|
3439
|
+
"type": {
|
|
3440
|
+
"text": "Pagination"
|
|
3441
|
+
},
|
|
3442
|
+
"privacy": "private"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "field",
|
|
3446
|
+
"name": "listingOrSearch",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "ProductListing | Search"
|
|
3449
|
+
},
|
|
3450
|
+
"privacy": "private"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "field",
|
|
3454
|
+
"name": "isAppLoaded",
|
|
3455
|
+
"type": {
|
|
3456
|
+
"text": "boolean"
|
|
3457
|
+
},
|
|
3458
|
+
"privacy": "private",
|
|
3459
|
+
"default": "false"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"kind": "field",
|
|
3463
|
+
"name": "paginationState",
|
|
3464
|
+
"type": {
|
|
3465
|
+
"text": "PaginationState"
|
|
3466
|
+
},
|
|
3467
|
+
"privacy": "private"
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "field",
|
|
3471
|
+
"name": "productListingOrSearchState",
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "ProductListingState | SearchState"
|
|
3474
|
+
},
|
|
3475
|
+
"privacy": "private"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"kind": "method",
|
|
3479
|
+
"name": "initialize",
|
|
3480
|
+
"privacy": "public"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"kind": "field",
|
|
3484
|
+
"name": "lastProduct",
|
|
3485
|
+
"privacy": "private",
|
|
3486
|
+
"readonly": true
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"kind": "method",
|
|
3490
|
+
"name": "onClick",
|
|
3491
|
+
"privacy": "private"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"kind": "field",
|
|
3495
|
+
"name": "shouldRender",
|
|
3496
|
+
"privacy": "private",
|
|
3497
|
+
"readonly": true
|
|
3498
|
+
}
|
|
3499
|
+
],
|
|
3500
|
+
"superclass": {
|
|
3501
|
+
"name": "LitElement",
|
|
3502
|
+
"package": "lit"
|
|
3503
|
+
},
|
|
3504
|
+
"events": [],
|
|
3505
|
+
"tagName": "atomic-commerce-load-more-products",
|
|
3506
|
+
"customElement": true
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"exports": [
|
|
3510
|
+
{
|
|
3511
|
+
"kind": "js",
|
|
3512
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3513
|
+
"declaration": {
|
|
3514
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3515
|
+
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"kind": "custom-element-definition",
|
|
3520
|
+
"name": "atomic-commerce-load-more-products",
|
|
3521
|
+
"declaration": {
|
|
3522
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3523
|
+
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3524
|
+
}
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "javascript-module",
|
|
3530
|
+
"path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts",
|
|
3531
|
+
"declarations": [
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "class",
|
|
3534
|
+
"description": "The `atomic-commerce-layout` helps organize elements in the commerce page.",
|
|
3535
|
+
"name": "AtomicCommerceLayout",
|
|
3536
|
+
"cssProperties": [
|
|
3537
|
+
{
|
|
3538
|
+
"description": "The maximum width that the search box input will take.",
|
|
3539
|
+
"name": "--atomic-layout-max-search-box-input-width:"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"description": "The maximum width that the search box suggestions will take when displaying a double list.",
|
|
3543
|
+
"name": "--atomic-layout-max-search-box-double-suggestions-width:"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"description": "The width of the left list when displaying a double list.",
|
|
3547
|
+
"name": "--atomic-layout-search-box-left-suggestions-width:"
|
|
3548
|
+
}
|
|
3549
|
+
],
|
|
3550
|
+
"members": [
|
|
3551
|
+
{
|
|
3552
|
+
"kind": "field",
|
|
3553
|
+
"name": "error",
|
|
3554
|
+
"type": {
|
|
3555
|
+
"text": "Error"
|
|
3556
|
+
},
|
|
3557
|
+
"privacy": "private"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "field",
|
|
3561
|
+
"name": "mobileBreakpoint",
|
|
3562
|
+
"type": {
|
|
3563
|
+
"text": "string"
|
|
3564
|
+
},
|
|
3565
|
+
"default": "DEFAULT_MOBILE_BREAKPOINT",
|
|
3566
|
+
"description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
|
|
3567
|
+
"attribute": "mobile-breakpoint",
|
|
3568
|
+
"reflects": true
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"kind": "field",
|
|
3572
|
+
"name": "layoutStylesController",
|
|
3573
|
+
"privacy": "private",
|
|
3574
|
+
"default": "new LayoutStylesController( this, buildCommerceLayout, 'atomic-commerce-layout-' )"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "method",
|
|
3578
|
+
"name": "emitBreakpointChangeEvent",
|
|
3579
|
+
"privacy": "private"
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"kind": "method",
|
|
3583
|
+
"name": "onMobileBreakpointChange",
|
|
3584
|
+
"privacy": "public"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "method",
|
|
3588
|
+
"name": "injectStyles",
|
|
3589
|
+
"parameters": [
|
|
3590
|
+
{
|
|
3591
|
+
"name": "dynamicStyles",
|
|
3592
|
+
"optional": true,
|
|
3593
|
+
"type": {
|
|
3594
|
+
"text": "CSSResultGroup"
|
|
3595
|
+
},
|
|
3596
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
3597
|
+
}
|
|
3598
|
+
],
|
|
3599
|
+
"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.",
|
|
3600
|
+
"inheritedFrom": {
|
|
3601
|
+
"name": "LightDomMixin",
|
|
3602
|
+
"module": "src/mixins/light-dom.ts"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"kind": "method",
|
|
3607
|
+
"name": "getStyleSheet",
|
|
3608
|
+
"privacy": "private",
|
|
3609
|
+
"return": {
|
|
3610
|
+
"type": {
|
|
3611
|
+
"text": "CSSStyleSheet | null"
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
"parameters": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "style",
|
|
3617
|
+
"type": {
|
|
3618
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
],
|
|
3622
|
+
"inheritedFrom": {
|
|
3623
|
+
"name": "LightDomMixin",
|
|
3624
|
+
"module": "src/mixins/light-dom.ts"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"kind": "method",
|
|
3629
|
+
"name": "getUpdateComplete",
|
|
3630
|
+
"return": {
|
|
3631
|
+
"type": {
|
|
3632
|
+
"text": "Promise<boolean>"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
"inheritedFrom": {
|
|
3636
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
3637
|
+
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
3638
|
+
}
|
|
3639
|
+
}
|
|
3640
|
+
],
|
|
3641
|
+
"attributes": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "mobile-breakpoint",
|
|
3644
|
+
"type": {
|
|
3645
|
+
"text": "string"
|
|
3646
|
+
},
|
|
3647
|
+
"default": "DEFAULT_MOBILE_BREAKPOINT",
|
|
3648
|
+
"description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
|
|
3649
|
+
"fieldName": "mobileBreakpoint"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"mixins": [
|
|
3653
|
+
{
|
|
3654
|
+
"name": "LightDomMixin",
|
|
3655
|
+
"package": "@/src/mixins/light-dom"
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
3659
|
+
"package": "@/src/mixins/children-update-complete-mixin"
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"superclass": {
|
|
3663
|
+
"name": "LitElement",
|
|
3664
|
+
"package": "lit"
|
|
3665
|
+
},
|
|
3666
|
+
"events": [],
|
|
3667
|
+
"tagName": "atomic-commerce-layout",
|
|
3668
|
+
"customElement": true
|
|
3669
|
+
}
|
|
3670
|
+
],
|
|
3671
|
+
"exports": [
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "js",
|
|
3674
|
+
"name": "AtomicCommerceLayout",
|
|
3675
|
+
"declaration": {
|
|
3676
|
+
"name": "AtomicCommerceLayout",
|
|
3677
|
+
"module": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "custom-element-definition",
|
|
3682
|
+
"name": "atomic-commerce-layout",
|
|
3683
|
+
"declaration": {
|
|
3684
|
+
"name": "AtomicCommerceLayout",
|
|
3685
|
+
"module": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts"
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
]
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"kind": "javascript-module",
|
|
3692
|
+
"path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.tw.css.ts",
|
|
3693
|
+
"declarations": [],
|
|
3694
|
+
"exports": []
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "javascript-module",
|
|
3698
|
+
"path": "src/components/commerce/atomic-commerce-layout/commerce-layout.ts",
|
|
3699
|
+
"declarations": [],
|
|
3700
|
+
"exports": []
|
|
3701
|
+
},
|
|
3379
3702
|
{
|
|
3380
3703
|
"kind": "javascript-module",
|
|
3381
3704
|
"path": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts",
|
|
@@ -3491,329 +3814,6 @@
|
|
|
3491
3814
|
}
|
|
3492
3815
|
]
|
|
3493
3816
|
},
|
|
3494
|
-
{
|
|
3495
|
-
"kind": "javascript-module",
|
|
3496
|
-
"path": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts",
|
|
3497
|
-
"declarations": [
|
|
3498
|
-
{
|
|
3499
|
-
"kind": "class",
|
|
3500
|
-
"description": "The `atomic-commerce-load-more-products` component allows the user to load additional products if more are available.",
|
|
3501
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3502
|
-
"cssProperties": [
|
|
3503
|
-
{
|
|
3504
|
-
"description": "Color of the start of the gradient for the load more products progress bar.",
|
|
3505
|
-
"name": "--atomic-more-results-progress-bar-color-from"
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"description": "Color of the end of the gradient for the load more products progress bar.",
|
|
3509
|
-
"name": "--atomic-more-results-progress-bar-color-to"
|
|
3510
|
-
}
|
|
3511
|
-
],
|
|
3512
|
-
"cssParts": [
|
|
3513
|
-
{
|
|
3514
|
-
"description": "The container of the component.",
|
|
3515
|
-
"name": "container"
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"description": "The summary displaying which products are shown and how many are available.",
|
|
3519
|
-
"name": "showing-results"
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"description": "The highlighted number of products displayed and number of products available.",
|
|
3523
|
-
"name": "highlight"
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
"description": "The progress bar displaying a percentage of products shown over the total number of products available.",
|
|
3527
|
-
"name": "progress-bar"
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"description": "The \"Load more products\" button.",
|
|
3531
|
-
"name": "load-more-results-button"
|
|
3532
|
-
}
|
|
3533
|
-
],
|
|
3534
|
-
"members": [
|
|
3535
|
-
{
|
|
3536
|
-
"kind": "field",
|
|
3537
|
-
"name": "bindings",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "CommerceBindings"
|
|
3540
|
-
},
|
|
3541
|
-
"privacy": "private"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"kind": "field",
|
|
3545
|
-
"name": "error",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "Error"
|
|
3548
|
-
},
|
|
3549
|
-
"privacy": "private"
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "field",
|
|
3553
|
-
"name": "pagination",
|
|
3554
|
-
"type": {
|
|
3555
|
-
"text": "Pagination"
|
|
3556
|
-
},
|
|
3557
|
-
"privacy": "private"
|
|
3558
|
-
},
|
|
3559
|
-
{
|
|
3560
|
-
"kind": "field",
|
|
3561
|
-
"name": "listingOrSearch",
|
|
3562
|
-
"type": {
|
|
3563
|
-
"text": "ProductListing | Search"
|
|
3564
|
-
},
|
|
3565
|
-
"privacy": "private"
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"kind": "field",
|
|
3569
|
-
"name": "isAppLoaded",
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "boolean"
|
|
3572
|
-
},
|
|
3573
|
-
"privacy": "private",
|
|
3574
|
-
"default": "false"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"kind": "field",
|
|
3578
|
-
"name": "paginationState",
|
|
3579
|
-
"type": {
|
|
3580
|
-
"text": "PaginationState"
|
|
3581
|
-
},
|
|
3582
|
-
"privacy": "private"
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"kind": "field",
|
|
3586
|
-
"name": "productListingOrSearchState",
|
|
3587
|
-
"type": {
|
|
3588
|
-
"text": "ProductListingState | SearchState"
|
|
3589
|
-
},
|
|
3590
|
-
"privacy": "private"
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "method",
|
|
3594
|
-
"name": "initialize",
|
|
3595
|
-
"privacy": "public"
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "field",
|
|
3599
|
-
"name": "lastProduct",
|
|
3600
|
-
"privacy": "private",
|
|
3601
|
-
"readonly": true
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "method",
|
|
3605
|
-
"name": "onClick",
|
|
3606
|
-
"privacy": "private"
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"kind": "field",
|
|
3610
|
-
"name": "shouldRender",
|
|
3611
|
-
"privacy": "private",
|
|
3612
|
-
"readonly": true
|
|
3613
|
-
}
|
|
3614
|
-
],
|
|
3615
|
-
"superclass": {
|
|
3616
|
-
"name": "LitElement",
|
|
3617
|
-
"package": "lit"
|
|
3618
|
-
},
|
|
3619
|
-
"events": [],
|
|
3620
|
-
"tagName": "atomic-commerce-load-more-products",
|
|
3621
|
-
"customElement": true
|
|
3622
|
-
}
|
|
3623
|
-
],
|
|
3624
|
-
"exports": [
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "js",
|
|
3627
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3628
|
-
"declaration": {
|
|
3629
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3630
|
-
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "custom-element-definition",
|
|
3635
|
-
"name": "atomic-commerce-load-more-products",
|
|
3636
|
-
"declaration": {
|
|
3637
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3638
|
-
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3639
|
-
}
|
|
3640
|
-
}
|
|
3641
|
-
]
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "javascript-module",
|
|
3645
|
-
"path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts",
|
|
3646
|
-
"declarations": [
|
|
3647
|
-
{
|
|
3648
|
-
"kind": "class",
|
|
3649
|
-
"description": "The `atomic-commerce-layout` helps organize elements in the commerce page.",
|
|
3650
|
-
"name": "AtomicCommerceLayout",
|
|
3651
|
-
"cssProperties": [
|
|
3652
|
-
{
|
|
3653
|
-
"description": "The maximum width that the search box input will take.",
|
|
3654
|
-
"name": "--atomic-layout-max-search-box-input-width:"
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"description": "The maximum width that the search box suggestions will take when displaying a double list.",
|
|
3658
|
-
"name": "--atomic-layout-max-search-box-double-suggestions-width:"
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"description": "The width of the left list when displaying a double list.",
|
|
3662
|
-
"name": "--atomic-layout-search-box-left-suggestions-width:"
|
|
3663
|
-
}
|
|
3664
|
-
],
|
|
3665
|
-
"members": [
|
|
3666
|
-
{
|
|
3667
|
-
"kind": "field",
|
|
3668
|
-
"name": "error",
|
|
3669
|
-
"type": {
|
|
3670
|
-
"text": "Error"
|
|
3671
|
-
},
|
|
3672
|
-
"privacy": "private"
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"kind": "field",
|
|
3676
|
-
"name": "mobileBreakpoint",
|
|
3677
|
-
"type": {
|
|
3678
|
-
"text": "string"
|
|
3679
|
-
},
|
|
3680
|
-
"default": "DEFAULT_MOBILE_BREAKPOINT",
|
|
3681
|
-
"description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
|
|
3682
|
-
"attribute": "mobile-breakpoint",
|
|
3683
|
-
"reflects": true
|
|
3684
|
-
},
|
|
3685
|
-
{
|
|
3686
|
-
"kind": "field",
|
|
3687
|
-
"name": "layoutStylesController",
|
|
3688
|
-
"privacy": "private",
|
|
3689
|
-
"default": "new LayoutStylesController( this, buildCommerceLayout, 'atomic-commerce-layout-' )"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"kind": "method",
|
|
3693
|
-
"name": "emitBreakpointChangeEvent",
|
|
3694
|
-
"privacy": "private"
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"kind": "method",
|
|
3698
|
-
"name": "onMobileBreakpointChange",
|
|
3699
|
-
"privacy": "public"
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"kind": "method",
|
|
3703
|
-
"name": "injectStyles",
|
|
3704
|
-
"parameters": [
|
|
3705
|
-
{
|
|
3706
|
-
"name": "dynamicStyles",
|
|
3707
|
-
"optional": true,
|
|
3708
|
-
"type": {
|
|
3709
|
-
"text": "CSSResultGroup"
|
|
3710
|
-
},
|
|
3711
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
3712
|
-
}
|
|
3713
|
-
],
|
|
3714
|
-
"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.",
|
|
3715
|
-
"inheritedFrom": {
|
|
3716
|
-
"name": "LightDomMixin",
|
|
3717
|
-
"module": "src/mixins/light-dom.ts"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "method",
|
|
3722
|
-
"name": "getStyleSheet",
|
|
3723
|
-
"privacy": "private",
|
|
3724
|
-
"return": {
|
|
3725
|
-
"type": {
|
|
3726
|
-
"text": "CSSStyleSheet | null"
|
|
3727
|
-
}
|
|
3728
|
-
},
|
|
3729
|
-
"parameters": [
|
|
3730
|
-
{
|
|
3731
|
-
"name": "style",
|
|
3732
|
-
"type": {
|
|
3733
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
3734
|
-
}
|
|
3735
|
-
}
|
|
3736
|
-
],
|
|
3737
|
-
"inheritedFrom": {
|
|
3738
|
-
"name": "LightDomMixin",
|
|
3739
|
-
"module": "src/mixins/light-dom.ts"
|
|
3740
|
-
}
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"kind": "method",
|
|
3744
|
-
"name": "getUpdateComplete",
|
|
3745
|
-
"return": {
|
|
3746
|
-
"type": {
|
|
3747
|
-
"text": "Promise<boolean>"
|
|
3748
|
-
}
|
|
3749
|
-
},
|
|
3750
|
-
"inheritedFrom": {
|
|
3751
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
3752
|
-
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
],
|
|
3756
|
-
"attributes": [
|
|
3757
|
-
{
|
|
3758
|
-
"name": "mobile-breakpoint",
|
|
3759
|
-
"type": {
|
|
3760
|
-
"text": "string"
|
|
3761
|
-
},
|
|
3762
|
-
"default": "DEFAULT_MOBILE_BREAKPOINT",
|
|
3763
|
-
"description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
|
|
3764
|
-
"fieldName": "mobileBreakpoint"
|
|
3765
|
-
}
|
|
3766
|
-
],
|
|
3767
|
-
"mixins": [
|
|
3768
|
-
{
|
|
3769
|
-
"name": "LightDomMixin",
|
|
3770
|
-
"package": "@/src/mixins/light-dom"
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
3774
|
-
"package": "@/src/mixins/children-update-complete-mixin"
|
|
3775
|
-
}
|
|
3776
|
-
],
|
|
3777
|
-
"superclass": {
|
|
3778
|
-
"name": "LitElement",
|
|
3779
|
-
"package": "lit"
|
|
3780
|
-
},
|
|
3781
|
-
"events": [],
|
|
3782
|
-
"tagName": "atomic-commerce-layout",
|
|
3783
|
-
"customElement": true
|
|
3784
|
-
}
|
|
3785
|
-
],
|
|
3786
|
-
"exports": [
|
|
3787
|
-
{
|
|
3788
|
-
"kind": "js",
|
|
3789
|
-
"name": "AtomicCommerceLayout",
|
|
3790
|
-
"declaration": {
|
|
3791
|
-
"name": "AtomicCommerceLayout",
|
|
3792
|
-
"module": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts"
|
|
3793
|
-
}
|
|
3794
|
-
},
|
|
3795
|
-
{
|
|
3796
|
-
"kind": "custom-element-definition",
|
|
3797
|
-
"name": "atomic-commerce-layout",
|
|
3798
|
-
"declaration": {
|
|
3799
|
-
"name": "AtomicCommerceLayout",
|
|
3800
|
-
"module": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts"
|
|
3801
|
-
}
|
|
3802
|
-
}
|
|
3803
|
-
]
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"kind": "javascript-module",
|
|
3807
|
-
"path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.tw.css.ts",
|
|
3808
|
-
"declarations": [],
|
|
3809
|
-
"exports": []
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "javascript-module",
|
|
3813
|
-
"path": "src/components/commerce/atomic-commerce-layout/commerce-layout.ts",
|
|
3814
|
-
"declarations": [],
|
|
3815
|
-
"exports": []
|
|
3816
|
-
},
|
|
3817
3817
|
{
|
|
3818
3818
|
"kind": "javascript-module",
|
|
3819
3819
|
"path": "src/components/commerce/atomic-commerce-numeric-facet/atomic-commerce-numeric-facet.ts",
|
|
@@ -7595,148 +7595,6 @@
|
|
|
7595
7595
|
}
|
|
7596
7596
|
]
|
|
7597
7597
|
},
|
|
7598
|
-
{
|
|
7599
|
-
"kind": "javascript-module",
|
|
7600
|
-
"path": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts",
|
|
7601
|
-
"declarations": [
|
|
7602
|
-
{
|
|
7603
|
-
"kind": "class",
|
|
7604
|
-
"description": "The `atomic-commerce-sort-dropdown` component renders a dropdown that the end user can interact with to select the criteria to use when sorting products.",
|
|
7605
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7606
|
-
"cssParts": [
|
|
7607
|
-
{
|
|
7608
|
-
"description": "The \"Sort by\" label of the `<select>` element.",
|
|
7609
|
-
"name": "label"
|
|
7610
|
-
},
|
|
7611
|
-
{
|
|
7612
|
-
"description": "The `<select>` element parent.",
|
|
7613
|
-
"name": "select-parent"
|
|
7614
|
-
},
|
|
7615
|
-
{
|
|
7616
|
-
"description": "The `<select>` element of the dropdown list.",
|
|
7617
|
-
"name": "select"
|
|
7618
|
-
},
|
|
7619
|
-
{
|
|
7620
|
-
"description": "The element separating the select from the icon.",
|
|
7621
|
-
"name": "select-separator"
|
|
7622
|
-
},
|
|
7623
|
-
{
|
|
7624
|
-
"description": "The dropdown placeholder for while the interface is initializing.",
|
|
7625
|
-
"name": "placeholder"
|
|
7626
|
-
}
|
|
7627
|
-
],
|
|
7628
|
-
"members": [
|
|
7629
|
-
{
|
|
7630
|
-
"kind": "field",
|
|
7631
|
-
"name": "bindings",
|
|
7632
|
-
"type": {
|
|
7633
|
-
"text": "CommerceBindings"
|
|
7634
|
-
},
|
|
7635
|
-
"privacy": "private"
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "field",
|
|
7639
|
-
"name": "dropdownId",
|
|
7640
|
-
"privacy": "private",
|
|
7641
|
-
"readonly": true
|
|
7642
|
-
},
|
|
7643
|
-
{
|
|
7644
|
-
"kind": "field",
|
|
7645
|
-
"name": "sort",
|
|
7646
|
-
"type": {
|
|
7647
|
-
"text": "Sort"
|
|
7648
|
-
},
|
|
7649
|
-
"privacy": "private"
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"kind": "field",
|
|
7653
|
-
"name": "sortState",
|
|
7654
|
-
"type": {
|
|
7655
|
-
"text": "SortState"
|
|
7656
|
-
},
|
|
7657
|
-
"privacy": "private"
|
|
7658
|
-
},
|
|
7659
|
-
{
|
|
7660
|
-
"kind": "field",
|
|
7661
|
-
"name": "searchOrListing",
|
|
7662
|
-
"type": {
|
|
7663
|
-
"text": "Search | ProductListing"
|
|
7664
|
-
},
|
|
7665
|
-
"privacy": "private"
|
|
7666
|
-
},
|
|
7667
|
-
{
|
|
7668
|
-
"kind": "field",
|
|
7669
|
-
"name": "searchOrListingState",
|
|
7670
|
-
"type": {
|
|
7671
|
-
"text": "SearchState | ProductListingState | undefined"
|
|
7672
|
-
},
|
|
7673
|
-
"privacy": "private"
|
|
7674
|
-
},
|
|
7675
|
-
{
|
|
7676
|
-
"kind": "field",
|
|
7677
|
-
"name": "error",
|
|
7678
|
-
"type": {
|
|
7679
|
-
"text": "Error"
|
|
7680
|
-
},
|
|
7681
|
-
"privacy": "private"
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "method",
|
|
7685
|
-
"name": "initialize",
|
|
7686
|
-
"privacy": "public"
|
|
7687
|
-
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "select",
|
|
7691
|
-
"privacy": "private",
|
|
7692
|
-
"parameters": [
|
|
7693
|
-
{
|
|
7694
|
-
"name": "e",
|
|
7695
|
-
"type": {
|
|
7696
|
-
"text": "Event"
|
|
7697
|
-
}
|
|
7698
|
-
}
|
|
7699
|
-
]
|
|
7700
|
-
},
|
|
7701
|
-
{
|
|
7702
|
-
"kind": "method",
|
|
7703
|
-
"name": "sortLabelTemplate",
|
|
7704
|
-
"privacy": "private"
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "method",
|
|
7708
|
-
"name": "sortSelectTemplate",
|
|
7709
|
-
"privacy": "private"
|
|
7710
|
-
}
|
|
7711
|
-
],
|
|
7712
|
-
"superclass": {
|
|
7713
|
-
"name": "LitElement",
|
|
7714
|
-
"package": "lit"
|
|
7715
|
-
},
|
|
7716
|
-
"events": [],
|
|
7717
|
-
"tagName": "atomic-commerce-sort-dropdown",
|
|
7718
|
-
"customElement": true
|
|
7719
|
-
}
|
|
7720
|
-
],
|
|
7721
|
-
"exports": [
|
|
7722
|
-
{
|
|
7723
|
-
"kind": "js",
|
|
7724
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7725
|
-
"declaration": {
|
|
7726
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7727
|
-
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7728
|
-
}
|
|
7729
|
-
},
|
|
7730
|
-
{
|
|
7731
|
-
"kind": "custom-element-definition",
|
|
7732
|
-
"name": "atomic-commerce-sort-dropdown",
|
|
7733
|
-
"declaration": {
|
|
7734
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7735
|
-
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7736
|
-
}
|
|
7737
|
-
}
|
|
7738
|
-
]
|
|
7739
|
-
},
|
|
7740
7598
|
{
|
|
7741
7599
|
"kind": "javascript-module",
|
|
7742
7600
|
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/atomic-commerce-search-box-recent-queries.ts",
|
|
@@ -7941,6 +7799,148 @@
|
|
|
7941
7799
|
}
|
|
7942
7800
|
]
|
|
7943
7801
|
},
|
|
7802
|
+
{
|
|
7803
|
+
"kind": "javascript-module",
|
|
7804
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts",
|
|
7805
|
+
"declarations": [
|
|
7806
|
+
{
|
|
7807
|
+
"kind": "class",
|
|
7808
|
+
"description": "The `atomic-commerce-sort-dropdown` component renders a dropdown that the end user can interact with to select the criteria to use when sorting products.",
|
|
7809
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7810
|
+
"cssParts": [
|
|
7811
|
+
{
|
|
7812
|
+
"description": "The \"Sort by\" label of the `<select>` element.",
|
|
7813
|
+
"name": "label"
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"description": "The `<select>` element parent.",
|
|
7817
|
+
"name": "select-parent"
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"description": "The `<select>` element of the dropdown list.",
|
|
7821
|
+
"name": "select"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"description": "The element separating the select from the icon.",
|
|
7825
|
+
"name": "select-separator"
|
|
7826
|
+
},
|
|
7827
|
+
{
|
|
7828
|
+
"description": "The dropdown placeholder for while the interface is initializing.",
|
|
7829
|
+
"name": "placeholder"
|
|
7830
|
+
}
|
|
7831
|
+
],
|
|
7832
|
+
"members": [
|
|
7833
|
+
{
|
|
7834
|
+
"kind": "field",
|
|
7835
|
+
"name": "bindings",
|
|
7836
|
+
"type": {
|
|
7837
|
+
"text": "CommerceBindings"
|
|
7838
|
+
},
|
|
7839
|
+
"privacy": "private"
|
|
7840
|
+
},
|
|
7841
|
+
{
|
|
7842
|
+
"kind": "field",
|
|
7843
|
+
"name": "dropdownId",
|
|
7844
|
+
"privacy": "private",
|
|
7845
|
+
"readonly": true
|
|
7846
|
+
},
|
|
7847
|
+
{
|
|
7848
|
+
"kind": "field",
|
|
7849
|
+
"name": "sort",
|
|
7850
|
+
"type": {
|
|
7851
|
+
"text": "Sort"
|
|
7852
|
+
},
|
|
7853
|
+
"privacy": "private"
|
|
7854
|
+
},
|
|
7855
|
+
{
|
|
7856
|
+
"kind": "field",
|
|
7857
|
+
"name": "sortState",
|
|
7858
|
+
"type": {
|
|
7859
|
+
"text": "SortState"
|
|
7860
|
+
},
|
|
7861
|
+
"privacy": "private"
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"kind": "field",
|
|
7865
|
+
"name": "searchOrListing",
|
|
7866
|
+
"type": {
|
|
7867
|
+
"text": "Search | ProductListing"
|
|
7868
|
+
},
|
|
7869
|
+
"privacy": "private"
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"kind": "field",
|
|
7873
|
+
"name": "searchOrListingState",
|
|
7874
|
+
"type": {
|
|
7875
|
+
"text": "SearchState | ProductListingState | undefined"
|
|
7876
|
+
},
|
|
7877
|
+
"privacy": "private"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"kind": "field",
|
|
7881
|
+
"name": "error",
|
|
7882
|
+
"type": {
|
|
7883
|
+
"text": "Error"
|
|
7884
|
+
},
|
|
7885
|
+
"privacy": "private"
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
"kind": "method",
|
|
7889
|
+
"name": "initialize",
|
|
7890
|
+
"privacy": "public"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"kind": "method",
|
|
7894
|
+
"name": "select",
|
|
7895
|
+
"privacy": "private",
|
|
7896
|
+
"parameters": [
|
|
7897
|
+
{
|
|
7898
|
+
"name": "e",
|
|
7899
|
+
"type": {
|
|
7900
|
+
"text": "Event"
|
|
7901
|
+
}
|
|
7902
|
+
}
|
|
7903
|
+
]
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"kind": "method",
|
|
7907
|
+
"name": "sortLabelTemplate",
|
|
7908
|
+
"privacy": "private"
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"kind": "method",
|
|
7912
|
+
"name": "sortSelectTemplate",
|
|
7913
|
+
"privacy": "private"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"superclass": {
|
|
7917
|
+
"name": "LitElement",
|
|
7918
|
+
"package": "lit"
|
|
7919
|
+
},
|
|
7920
|
+
"events": [],
|
|
7921
|
+
"tagName": "atomic-commerce-sort-dropdown",
|
|
7922
|
+
"customElement": true
|
|
7923
|
+
}
|
|
7924
|
+
],
|
|
7925
|
+
"exports": [
|
|
7926
|
+
{
|
|
7927
|
+
"kind": "js",
|
|
7928
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7929
|
+
"declaration": {
|
|
7930
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7931
|
+
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7932
|
+
}
|
|
7933
|
+
},
|
|
7934
|
+
{
|
|
7935
|
+
"kind": "custom-element-definition",
|
|
7936
|
+
"name": "atomic-commerce-sort-dropdown",
|
|
7937
|
+
"declaration": {
|
|
7938
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7939
|
+
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
]
|
|
7943
|
+
},
|
|
7944
7944
|
{
|
|
7945
7945
|
"kind": "javascript-module",
|
|
7946
7946
|
"path": "src/components/commerce/atomic-commerce-text/atomic-commerce-text.ts",
|
|
@@ -8952,12 +8952,12 @@
|
|
|
8952
8952
|
},
|
|
8953
8953
|
{
|
|
8954
8954
|
"kind": "javascript-module",
|
|
8955
|
-
"path": "src/components/commerce/atomic-product-
|
|
8955
|
+
"path": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts",
|
|
8956
8956
|
"declarations": [
|
|
8957
8957
|
{
|
|
8958
8958
|
"kind": "class",
|
|
8959
|
-
"description": "The `atomic-product-
|
|
8960
|
-
"name": "
|
|
8959
|
+
"description": "The `atomic-product-excerpt` component renders the excerpt of a product.",
|
|
8960
|
+
"name": "AtomicProductExcerpt",
|
|
8961
8961
|
"members": [
|
|
8962
8962
|
{
|
|
8963
8963
|
"kind": "field",
|
|
@@ -9005,11 +9005,11 @@
|
|
|
9005
9005
|
"text": "ResizeObserver"
|
|
9006
9006
|
},
|
|
9007
9007
|
"privacy": "private",
|
|
9008
|
-
"default": "new ResizeObserver(() => { if (this.
|
|
9008
|
+
"default": "new ResizeObserver(() => { if (this.excerptRef.value) { this.isTruncated = this.excerptRef.value.scrollHeight > this.excerptRef.value.clientHeight; } })"
|
|
9009
9009
|
},
|
|
9010
9010
|
{
|
|
9011
9011
|
"kind": "field",
|
|
9012
|
-
"name": "
|
|
9012
|
+
"name": "excerptRef",
|
|
9013
9013
|
"privacy": "private"
|
|
9014
9014
|
},
|
|
9015
9015
|
{
|
|
@@ -9020,20 +9020,9 @@
|
|
|
9020
9020
|
},
|
|
9021
9021
|
"privacy": "public",
|
|
9022
9022
|
"default": "'2'",
|
|
9023
|
-
"description": "The number of lines after which the product
|
|
9023
|
+
"description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
|
|
9024
9024
|
"attribute": "truncate-after"
|
|
9025
9025
|
},
|
|
9026
|
-
{
|
|
9027
|
-
"kind": "field",
|
|
9028
|
-
"name": "field",
|
|
9029
|
-
"type": {
|
|
9030
|
-
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9031
|
-
},
|
|
9032
|
-
"privacy": "public",
|
|
9033
|
-
"default": "'ec_shortdesc'",
|
|
9034
|
-
"description": "The name of the description field to use.",
|
|
9035
|
-
"attribute": "field"
|
|
9036
|
-
},
|
|
9037
9026
|
{
|
|
9038
9027
|
"kind": "field",
|
|
9039
9028
|
"name": "isCollapsible",
|
|
@@ -9042,12 +9031,13 @@
|
|
|
9042
9031
|
},
|
|
9043
9032
|
"privacy": "public",
|
|
9044
9033
|
"default": "false",
|
|
9045
|
-
"description": "Whether the
|
|
9034
|
+
"description": "Whether the excerpt should be collapsible after being expanded.",
|
|
9046
9035
|
"attribute": "is-collapsible"
|
|
9047
9036
|
},
|
|
9048
9037
|
{
|
|
9049
9038
|
"kind": "method",
|
|
9050
|
-
"name": "initialize"
|
|
9039
|
+
"name": "initialize",
|
|
9040
|
+
"privacy": "public"
|
|
9051
9041
|
},
|
|
9052
9042
|
{
|
|
9053
9043
|
"kind": "method",
|
|
@@ -9055,9 +9045,18 @@
|
|
|
9055
9045
|
"privacy": "private"
|
|
9056
9046
|
},
|
|
9057
9047
|
{
|
|
9058
|
-
"kind": "
|
|
9048
|
+
"kind": "method",
|
|
9059
9049
|
"name": "onToggleExpand",
|
|
9060
|
-
"privacy": "private"
|
|
9050
|
+
"privacy": "private",
|
|
9051
|
+
"parameters": [
|
|
9052
|
+
{
|
|
9053
|
+
"name": "e",
|
|
9054
|
+
"optional": true,
|
|
9055
|
+
"type": {
|
|
9056
|
+
"text": "MouseEvent"
|
|
9057
|
+
}
|
|
9058
|
+
}
|
|
9059
|
+
]
|
|
9061
9060
|
},
|
|
9062
9061
|
{
|
|
9063
9062
|
"kind": "field",
|
|
@@ -9117,32 +9116,23 @@
|
|
|
9117
9116
|
"text": "TruncateAfter"
|
|
9118
9117
|
},
|
|
9119
9118
|
"default": "'2'",
|
|
9120
|
-
"description": "The number of lines after which the product
|
|
9119
|
+
"description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
|
|
9121
9120
|
"fieldName": "truncateAfter"
|
|
9122
9121
|
},
|
|
9123
|
-
{
|
|
9124
|
-
"name": "field",
|
|
9125
|
-
"type": {
|
|
9126
|
-
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9127
|
-
},
|
|
9128
|
-
"default": "'ec_shortdesc'",
|
|
9129
|
-
"description": "The name of the description field to use.",
|
|
9130
|
-
"fieldName": "field"
|
|
9131
|
-
},
|
|
9132
9122
|
{
|
|
9133
9123
|
"name": "is-collapsible",
|
|
9134
9124
|
"type": {
|
|
9135
9125
|
"text": "boolean"
|
|
9136
9126
|
},
|
|
9137
9127
|
"default": "false",
|
|
9138
|
-
"description": "Whether the
|
|
9128
|
+
"description": "Whether the excerpt should be collapsible after being expanded.",
|
|
9139
9129
|
"fieldName": "isCollapsible"
|
|
9140
9130
|
}
|
|
9141
9131
|
],
|
|
9142
9132
|
"mixins": [
|
|
9143
9133
|
{
|
|
9144
9134
|
"name": "LightDomMixin",
|
|
9145
|
-
"package": "@/src/mixins/light-dom
|
|
9135
|
+
"package": "@/src/mixins/light-dom"
|
|
9146
9136
|
}
|
|
9147
9137
|
],
|
|
9148
9138
|
"superclass": {
|
|
@@ -9150,37 +9140,43 @@
|
|
|
9150
9140
|
"package": "lit"
|
|
9151
9141
|
},
|
|
9152
9142
|
"events": [],
|
|
9153
|
-
"tagName": "atomic-product-
|
|
9143
|
+
"tagName": "atomic-product-excerpt",
|
|
9154
9144
|
"customElement": true
|
|
9155
9145
|
}
|
|
9156
9146
|
],
|
|
9157
9147
|
"exports": [
|
|
9158
9148
|
{
|
|
9159
9149
|
"kind": "js",
|
|
9160
|
-
"name": "
|
|
9150
|
+
"name": "AtomicProductExcerpt",
|
|
9161
9151
|
"declaration": {
|
|
9162
|
-
"name": "
|
|
9163
|
-
"module": "src/components/commerce/atomic-product-
|
|
9152
|
+
"name": "AtomicProductExcerpt",
|
|
9153
|
+
"module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
|
|
9164
9154
|
}
|
|
9165
9155
|
},
|
|
9166
9156
|
{
|
|
9167
9157
|
"kind": "custom-element-definition",
|
|
9168
|
-
"name": "atomic-product-
|
|
9158
|
+
"name": "atomic-product-excerpt",
|
|
9169
9159
|
"declaration": {
|
|
9170
|
-
"name": "
|
|
9171
|
-
"module": "src/components/commerce/atomic-product-
|
|
9160
|
+
"name": "AtomicProductExcerpt",
|
|
9161
|
+
"module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
|
|
9172
9162
|
}
|
|
9173
9163
|
}
|
|
9174
9164
|
]
|
|
9175
9165
|
},
|
|
9176
9166
|
{
|
|
9177
9167
|
"kind": "javascript-module",
|
|
9178
|
-
"path": "src/components/commerce/atomic-product-
|
|
9168
|
+
"path": "src/components/commerce/atomic-product-field-condition/atomic-product-field-condition.ts",
|
|
9179
9169
|
"declarations": [
|
|
9180
9170
|
{
|
|
9181
9171
|
"kind": "class",
|
|
9182
|
-
"description": "The `atomic-product-
|
|
9183
|
-
"name": "
|
|
9172
|
+
"description": "The `atomic-product-field-condition` component renders its children only when all of the conditions specified through its props are satisfied.\nThe condition properties can be based on any top-level product property of the `product` object, not restricted to fields (for example, `ec_name`).",
|
|
9173
|
+
"name": "AtomicProductFieldCondition",
|
|
9174
|
+
"slots": [
|
|
9175
|
+
{
|
|
9176
|
+
"description": "The content to render if the conditions are met.",
|
|
9177
|
+
"name": "default"
|
|
9178
|
+
}
|
|
9179
|
+
],
|
|
9184
9180
|
"members": [
|
|
9185
9181
|
{
|
|
9186
9182
|
"kind": "field",
|
|
@@ -9205,87 +9201,47 @@
|
|
|
9205
9201
|
},
|
|
9206
9202
|
{
|
|
9207
9203
|
"kind": "field",
|
|
9208
|
-
"name": "
|
|
9209
|
-
"type": {
|
|
9210
|
-
"text": "boolean"
|
|
9211
|
-
},
|
|
9212
|
-
"privacy": "private",
|
|
9213
|
-
"default": "false"
|
|
9214
|
-
},
|
|
9215
|
-
{
|
|
9216
|
-
"kind": "field",
|
|
9217
|
-
"name": "isTruncated",
|
|
9204
|
+
"name": "ifDefined",
|
|
9218
9205
|
"type": {
|
|
9219
|
-
"text": "
|
|
9206
|
+
"text": "string"
|
|
9220
9207
|
},
|
|
9221
|
-
"
|
|
9222
|
-
"
|
|
9208
|
+
"description": "A condition that is satisfied when the specified field is defined on a product (for example, `if-defined=\"cat_gender\"` is satisfied when a product has the `cat_gender` field).",
|
|
9209
|
+
"attribute": "if-defined"
|
|
9223
9210
|
},
|
|
9224
9211
|
{
|
|
9225
9212
|
"kind": "field",
|
|
9226
|
-
"name": "
|
|
9213
|
+
"name": "ifNotDefined",
|
|
9227
9214
|
"type": {
|
|
9228
|
-
"text": "
|
|
9215
|
+
"text": "string"
|
|
9229
9216
|
},
|
|
9230
|
-
"
|
|
9231
|
-
"
|
|
9232
|
-
},
|
|
9233
|
-
{
|
|
9234
|
-
"kind": "field",
|
|
9235
|
-
"name": "excerptRef",
|
|
9236
|
-
"privacy": "private"
|
|
9217
|
+
"description": "A condition that is satisfied when the specified field is not defined on a product (for example, `if-not-defined=\"cat_gender\"` is satisfied when a product does not have the `cat_gender` field).",
|
|
9218
|
+
"attribute": "if-not-defined"
|
|
9237
9219
|
},
|
|
9238
9220
|
{
|
|
9239
9221
|
"kind": "field",
|
|
9240
|
-
"name": "
|
|
9222
|
+
"name": "mustMatch",
|
|
9241
9223
|
"type": {
|
|
9242
|
-
"text": "
|
|
9224
|
+
"text": "Record<string, string[]>"
|
|
9243
9225
|
},
|
|
9244
|
-
"
|
|
9245
|
-
"default": "'2'",
|
|
9246
|
-
"description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
|
|
9247
|
-
"attribute": "truncate-after"
|
|
9226
|
+
"description": "A condition that is satisfied when the specified field matches one of the specified values on a product (for example, `must-match-ec_color=\"Pink,Purple\"` is satisfied when a product is either pink or purple)."
|
|
9248
9227
|
},
|
|
9249
9228
|
{
|
|
9250
9229
|
"kind": "field",
|
|
9251
|
-
"name": "
|
|
9230
|
+
"name": "mustNotMatch",
|
|
9252
9231
|
"type": {
|
|
9253
|
-
"text": "
|
|
9232
|
+
"text": "Record<string, string[]>"
|
|
9254
9233
|
},
|
|
9255
|
-
"
|
|
9256
|
-
"default": "false",
|
|
9257
|
-
"description": "Whether the excerpt should be collapsible after being expanded.",
|
|
9258
|
-
"attribute": "is-collapsible"
|
|
9259
|
-
},
|
|
9260
|
-
{
|
|
9261
|
-
"kind": "method",
|
|
9262
|
-
"name": "initialize",
|
|
9263
|
-
"privacy": "public"
|
|
9264
|
-
},
|
|
9265
|
-
{
|
|
9266
|
-
"kind": "method",
|
|
9267
|
-
"name": "validateProps",
|
|
9268
|
-
"privacy": "private"
|
|
9234
|
+
"description": "A condition that is satisfied when the specified field does not match any of the specified values on a product (for example, `must-not-match-ec_color=\"Green,Black\"` is satisfied when a product is neither green nor black)."
|
|
9269
9235
|
},
|
|
9270
9236
|
{
|
|
9271
9237
|
"kind": "method",
|
|
9272
|
-
"name": "
|
|
9273
|
-
"privacy": "private",
|
|
9274
|
-
"parameters": [
|
|
9275
|
-
{
|
|
9276
|
-
"name": "e",
|
|
9277
|
-
"optional": true,
|
|
9278
|
-
"type": {
|
|
9279
|
-
"text": "MouseEvent"
|
|
9280
|
-
}
|
|
9281
|
-
}
|
|
9282
|
-
]
|
|
9238
|
+
"name": "initialize"
|
|
9283
9239
|
},
|
|
9284
9240
|
{
|
|
9285
9241
|
"kind": "field",
|
|
9286
|
-
"name": "
|
|
9242
|
+
"name": "conditions",
|
|
9287
9243
|
"type": {
|
|
9288
|
-
"text": "
|
|
9244
|
+
"text": "ProductTemplateCondition[]"
|
|
9289
9245
|
},
|
|
9290
9246
|
"privacy": "private",
|
|
9291
9247
|
"readonly": true
|
|
@@ -9334,22 +9290,28 @@
|
|
|
9334
9290
|
],
|
|
9335
9291
|
"attributes": [
|
|
9336
9292
|
{
|
|
9337
|
-
"name": "
|
|
9293
|
+
"name": "if-defined",
|
|
9338
9294
|
"type": {
|
|
9339
|
-
"text": "
|
|
9295
|
+
"text": "string"
|
|
9340
9296
|
},
|
|
9341
|
-
"
|
|
9342
|
-
"
|
|
9343
|
-
"fieldName": "truncateAfter"
|
|
9297
|
+
"description": "A condition that is satisfied when the specified field is defined on a product (for example, `if-defined=\"cat_gender\"` is satisfied when a product has the `cat_gender` field).",
|
|
9298
|
+
"fieldName": "ifDefined"
|
|
9344
9299
|
},
|
|
9345
9300
|
{
|
|
9346
|
-
"name": "
|
|
9301
|
+
"name": "if-not-defined",
|
|
9347
9302
|
"type": {
|
|
9348
|
-
"text": "
|
|
9303
|
+
"text": "string"
|
|
9349
9304
|
},
|
|
9350
|
-
"
|
|
9351
|
-
"
|
|
9352
|
-
|
|
9305
|
+
"description": "A condition that is satisfied when the specified field is not defined on a product (for example, `if-not-defined=\"cat_gender\"` is satisfied when a product does not have the `cat_gender` field).",
|
|
9306
|
+
"fieldName": "ifNotDefined"
|
|
9307
|
+
},
|
|
9308
|
+
{
|
|
9309
|
+
"name": "must-match",
|
|
9310
|
+
"fieldName": "mustMatch"
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"name": "must-not-match",
|
|
9314
|
+
"fieldName": "mustNotMatch"
|
|
9353
9315
|
}
|
|
9354
9316
|
],
|
|
9355
9317
|
"mixins": [
|
|
@@ -9363,43 +9325,37 @@
|
|
|
9363
9325
|
"package": "lit"
|
|
9364
9326
|
},
|
|
9365
9327
|
"events": [],
|
|
9366
|
-
"tagName": "atomic-product-
|
|
9328
|
+
"tagName": "atomic-product-field-condition",
|
|
9367
9329
|
"customElement": true
|
|
9368
9330
|
}
|
|
9369
9331
|
],
|
|
9370
9332
|
"exports": [
|
|
9371
9333
|
{
|
|
9372
9334
|
"kind": "js",
|
|
9373
|
-
"name": "
|
|
9335
|
+
"name": "AtomicProductFieldCondition",
|
|
9374
9336
|
"declaration": {
|
|
9375
|
-
"name": "
|
|
9376
|
-
"module": "src/components/commerce/atomic-product-
|
|
9337
|
+
"name": "AtomicProductFieldCondition",
|
|
9338
|
+
"module": "src/components/commerce/atomic-product-field-condition/atomic-product-field-condition.ts"
|
|
9377
9339
|
}
|
|
9378
9340
|
},
|
|
9379
9341
|
{
|
|
9380
9342
|
"kind": "custom-element-definition",
|
|
9381
|
-
"name": "atomic-product-
|
|
9343
|
+
"name": "atomic-product-field-condition",
|
|
9382
9344
|
"declaration": {
|
|
9383
|
-
"name": "
|
|
9384
|
-
"module": "src/components/commerce/atomic-product-
|
|
9345
|
+
"name": "AtomicProductFieldCondition",
|
|
9346
|
+
"module": "src/components/commerce/atomic-product-field-condition/atomic-product-field-condition.ts"
|
|
9385
9347
|
}
|
|
9386
9348
|
}
|
|
9387
9349
|
]
|
|
9388
9350
|
},
|
|
9389
9351
|
{
|
|
9390
9352
|
"kind": "javascript-module",
|
|
9391
|
-
"path": "src/components/commerce/atomic-product-
|
|
9353
|
+
"path": "src/components/commerce/atomic-product-description/atomic-product-description.ts",
|
|
9392
9354
|
"declarations": [
|
|
9393
9355
|
{
|
|
9394
9356
|
"kind": "class",
|
|
9395
|
-
"description": "The `atomic-product-
|
|
9396
|
-
"name": "
|
|
9397
|
-
"slots": [
|
|
9398
|
-
{
|
|
9399
|
-
"description": "The content to render if the conditions are met.",
|
|
9400
|
-
"name": "default"
|
|
9401
|
-
}
|
|
9402
|
-
],
|
|
9357
|
+
"description": "The `atomic-product-description` component renders the description of a product.",
|
|
9358
|
+
"name": "AtomicProductDescription",
|
|
9403
9359
|
"members": [
|
|
9404
9360
|
{
|
|
9405
9361
|
"kind": "field",
|
|
@@ -9424,47 +9380,88 @@
|
|
|
9424
9380
|
},
|
|
9425
9381
|
{
|
|
9426
9382
|
"kind": "field",
|
|
9427
|
-
"name": "
|
|
9383
|
+
"name": "isExpanded",
|
|
9428
9384
|
"type": {
|
|
9429
|
-
"text": "
|
|
9385
|
+
"text": "boolean"
|
|
9430
9386
|
},
|
|
9431
|
-
"
|
|
9432
|
-
"
|
|
9387
|
+
"privacy": "private",
|
|
9388
|
+
"default": "false"
|
|
9433
9389
|
},
|
|
9434
9390
|
{
|
|
9435
9391
|
"kind": "field",
|
|
9436
|
-
"name": "
|
|
9392
|
+
"name": "isTruncated",
|
|
9437
9393
|
"type": {
|
|
9438
|
-
"text": "
|
|
9394
|
+
"text": "boolean"
|
|
9439
9395
|
},
|
|
9440
|
-
"
|
|
9441
|
-
"
|
|
9396
|
+
"privacy": "private",
|
|
9397
|
+
"default": "false"
|
|
9442
9398
|
},
|
|
9443
9399
|
{
|
|
9444
9400
|
"kind": "field",
|
|
9445
|
-
"name": "
|
|
9401
|
+
"name": "resizeObserver",
|
|
9446
9402
|
"type": {
|
|
9447
|
-
"text": "
|
|
9403
|
+
"text": "ResizeObserver"
|
|
9448
9404
|
},
|
|
9449
|
-
"
|
|
9405
|
+
"privacy": "private",
|
|
9406
|
+
"default": "new ResizeObserver(() => { if (this.descriptionRef.value) { this.isTruncated = this.descriptionRef.value.scrollHeight > this.descriptionRef.value.clientHeight; } })"
|
|
9450
9407
|
},
|
|
9451
9408
|
{
|
|
9452
9409
|
"kind": "field",
|
|
9453
|
-
"name": "
|
|
9410
|
+
"name": "descriptionRef",
|
|
9411
|
+
"privacy": "private"
|
|
9412
|
+
},
|
|
9413
|
+
{
|
|
9414
|
+
"kind": "field",
|
|
9415
|
+
"name": "truncateAfter",
|
|
9454
9416
|
"type": {
|
|
9455
|
-
"text": "
|
|
9417
|
+
"text": "TruncateAfter"
|
|
9456
9418
|
},
|
|
9457
|
-
"
|
|
9419
|
+
"privacy": "public",
|
|
9420
|
+
"default": "'2'",
|
|
9421
|
+
"description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
|
|
9422
|
+
"attribute": "truncate-after"
|
|
9423
|
+
},
|
|
9424
|
+
{
|
|
9425
|
+
"kind": "field",
|
|
9426
|
+
"name": "field",
|
|
9427
|
+
"type": {
|
|
9428
|
+
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9429
|
+
},
|
|
9430
|
+
"privacy": "public",
|
|
9431
|
+
"default": "'ec_shortdesc'",
|
|
9432
|
+
"description": "The name of the description field to use.",
|
|
9433
|
+
"attribute": "field"
|
|
9434
|
+
},
|
|
9435
|
+
{
|
|
9436
|
+
"kind": "field",
|
|
9437
|
+
"name": "isCollapsible",
|
|
9438
|
+
"type": {
|
|
9439
|
+
"text": "boolean"
|
|
9440
|
+
},
|
|
9441
|
+
"privacy": "public",
|
|
9442
|
+
"default": "false",
|
|
9443
|
+
"description": "Whether the description should be collapsible after being expanded.",
|
|
9444
|
+
"attribute": "is-collapsible"
|
|
9458
9445
|
},
|
|
9459
9446
|
{
|
|
9460
9447
|
"kind": "method",
|
|
9461
9448
|
"name": "initialize"
|
|
9462
9449
|
},
|
|
9450
|
+
{
|
|
9451
|
+
"kind": "method",
|
|
9452
|
+
"name": "validateProps",
|
|
9453
|
+
"privacy": "private"
|
|
9454
|
+
},
|
|
9463
9455
|
{
|
|
9464
9456
|
"kind": "field",
|
|
9465
|
-
"name": "
|
|
9457
|
+
"name": "onToggleExpand",
|
|
9458
|
+
"privacy": "private"
|
|
9459
|
+
},
|
|
9460
|
+
{
|
|
9461
|
+
"kind": "field",
|
|
9462
|
+
"name": "product",
|
|
9466
9463
|
"type": {
|
|
9467
|
-
"text": "
|
|
9464
|
+
"text": "Product | null"
|
|
9468
9465
|
},
|
|
9469
9466
|
"privacy": "private",
|
|
9470
9467
|
"readonly": true
|
|
@@ -9513,34 +9510,37 @@
|
|
|
9513
9510
|
],
|
|
9514
9511
|
"attributes": [
|
|
9515
9512
|
{
|
|
9516
|
-
"name": "
|
|
9513
|
+
"name": "truncate-after",
|
|
9517
9514
|
"type": {
|
|
9518
|
-
"text": "
|
|
9515
|
+
"text": "TruncateAfter"
|
|
9519
9516
|
},
|
|
9520
|
-
"
|
|
9521
|
-
"
|
|
9517
|
+
"default": "'2'",
|
|
9518
|
+
"description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
|
|
9519
|
+
"fieldName": "truncateAfter"
|
|
9522
9520
|
},
|
|
9523
9521
|
{
|
|
9524
|
-
"name": "
|
|
9522
|
+
"name": "field",
|
|
9525
9523
|
"type": {
|
|
9526
|
-
"text": "
|
|
9524
|
+
"text": "'ec_description' | 'ec_shortdesc'"
|
|
9527
9525
|
},
|
|
9528
|
-
"
|
|
9529
|
-
"
|
|
9530
|
-
|
|
9531
|
-
{
|
|
9532
|
-
"name": "must-match",
|
|
9533
|
-
"fieldName": "mustMatch"
|
|
9526
|
+
"default": "'ec_shortdesc'",
|
|
9527
|
+
"description": "The name of the description field to use.",
|
|
9528
|
+
"fieldName": "field"
|
|
9534
9529
|
},
|
|
9535
9530
|
{
|
|
9536
|
-
"name": "
|
|
9537
|
-
"
|
|
9531
|
+
"name": "is-collapsible",
|
|
9532
|
+
"type": {
|
|
9533
|
+
"text": "boolean"
|
|
9534
|
+
},
|
|
9535
|
+
"default": "false",
|
|
9536
|
+
"description": "Whether the description should be collapsible after being expanded.",
|
|
9537
|
+
"fieldName": "isCollapsible"
|
|
9538
9538
|
}
|
|
9539
9539
|
],
|
|
9540
9540
|
"mixins": [
|
|
9541
9541
|
{
|
|
9542
9542
|
"name": "LightDomMixin",
|
|
9543
|
-
"package": "@/src/mixins/light-dom"
|
|
9543
|
+
"package": "@/src/mixins/light-dom.js"
|
|
9544
9544
|
}
|
|
9545
9545
|
],
|
|
9546
9546
|
"superclass": {
|
|
@@ -9548,25 +9548,25 @@
|
|
|
9548
9548
|
"package": "lit"
|
|
9549
9549
|
},
|
|
9550
9550
|
"events": [],
|
|
9551
|
-
"tagName": "atomic-product-
|
|
9551
|
+
"tagName": "atomic-product-description",
|
|
9552
9552
|
"customElement": true
|
|
9553
9553
|
}
|
|
9554
9554
|
],
|
|
9555
9555
|
"exports": [
|
|
9556
9556
|
{
|
|
9557
9557
|
"kind": "js",
|
|
9558
|
-
"name": "
|
|
9558
|
+
"name": "AtomicProductDescription",
|
|
9559
9559
|
"declaration": {
|
|
9560
|
-
"name": "
|
|
9561
|
-
"module": "src/components/commerce/atomic-product-
|
|
9560
|
+
"name": "AtomicProductDescription",
|
|
9561
|
+
"module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
|
|
9562
9562
|
}
|
|
9563
9563
|
},
|
|
9564
9564
|
{
|
|
9565
9565
|
"kind": "custom-element-definition",
|
|
9566
|
-
"name": "atomic-product-
|
|
9566
|
+
"name": "atomic-product-description",
|
|
9567
9567
|
"declaration": {
|
|
9568
|
-
"name": "
|
|
9569
|
-
"module": "src/components/commerce/atomic-product-
|
|
9568
|
+
"name": "AtomicProductDescription",
|
|
9569
|
+
"module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
|
|
9570
9570
|
}
|
|
9571
9571
|
}
|
|
9572
9572
|
]
|
|
@@ -11734,6 +11734,122 @@
|
|
|
11734
11734
|
}
|
|
11735
11735
|
]
|
|
11736
11736
|
},
|
|
11737
|
+
{
|
|
11738
|
+
"kind": "javascript-module",
|
|
11739
|
+
"path": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts",
|
|
11740
|
+
"declarations": [
|
|
11741
|
+
{
|
|
11742
|
+
"kind": "class",
|
|
11743
|
+
"description": "This section is intended to provide visual information about the product.\nIn commerce, an image is a great shorthand for a product category.\n\nBehavior:\n* Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.\n** You should ensure that elements inside of it take the available space.\n* Always has a 1:1 aspect ratio.",
|
|
11744
|
+
"name": "AtomicProductSectionVisual",
|
|
11745
|
+
"members": [
|
|
11746
|
+
{
|
|
11747
|
+
"kind": "field",
|
|
11748
|
+
"name": "imageSize",
|
|
11749
|
+
"type": {
|
|
11750
|
+
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
11751
|
+
},
|
|
11752
|
+
"privacy": "public",
|
|
11753
|
+
"description": "How large or small the visual section of product using this template should be.",
|
|
11754
|
+
"attribute": "image-size",
|
|
11755
|
+
"reflects": true
|
|
11756
|
+
},
|
|
11757
|
+
{
|
|
11758
|
+
"kind": "field",
|
|
11759
|
+
"name": "styles",
|
|
11760
|
+
"static": true,
|
|
11761
|
+
"default": "styles",
|
|
11762
|
+
"inheritedFrom": {
|
|
11763
|
+
"name": "ItemSectionMixin",
|
|
11764
|
+
"module": "src/mixins/item-section-mixin.ts"
|
|
11765
|
+
}
|
|
11766
|
+
},
|
|
11767
|
+
{
|
|
11768
|
+
"kind": "method",
|
|
11769
|
+
"name": "injectStyles",
|
|
11770
|
+
"parameters": [
|
|
11771
|
+
{
|
|
11772
|
+
"name": "dynamicStyles",
|
|
11773
|
+
"optional": true,
|
|
11774
|
+
"type": {
|
|
11775
|
+
"text": "CSSResultGroup"
|
|
11776
|
+
},
|
|
11777
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
11778
|
+
}
|
|
11779
|
+
],
|
|
11780
|
+
"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.",
|
|
11781
|
+
"inheritedFrom": {
|
|
11782
|
+
"name": "LightDomMixin",
|
|
11783
|
+
"module": "src/mixins/light-dom.ts"
|
|
11784
|
+
}
|
|
11785
|
+
},
|
|
11786
|
+
{
|
|
11787
|
+
"kind": "method",
|
|
11788
|
+
"name": "getStyleSheet",
|
|
11789
|
+
"privacy": "private",
|
|
11790
|
+
"return": {
|
|
11791
|
+
"type": {
|
|
11792
|
+
"text": "CSSStyleSheet | null"
|
|
11793
|
+
}
|
|
11794
|
+
},
|
|
11795
|
+
"parameters": [
|
|
11796
|
+
{
|
|
11797
|
+
"name": "style",
|
|
11798
|
+
"type": {
|
|
11799
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
11800
|
+
}
|
|
11801
|
+
}
|
|
11802
|
+
],
|
|
11803
|
+
"inheritedFrom": {
|
|
11804
|
+
"name": "LightDomMixin",
|
|
11805
|
+
"module": "src/mixins/light-dom.ts"
|
|
11806
|
+
}
|
|
11807
|
+
}
|
|
11808
|
+
],
|
|
11809
|
+
"attributes": [
|
|
11810
|
+
{
|
|
11811
|
+
"name": "image-size",
|
|
11812
|
+
"type": {
|
|
11813
|
+
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
11814
|
+
},
|
|
11815
|
+
"description": "How large or small the visual section of product using this template should be.",
|
|
11816
|
+
"fieldName": "imageSize"
|
|
11817
|
+
}
|
|
11818
|
+
],
|
|
11819
|
+
"mixins": [
|
|
11820
|
+
{
|
|
11821
|
+
"name": "ItemSectionMixin",
|
|
11822
|
+
"package": "@/src/mixins/item-section-mixin"
|
|
11823
|
+
}
|
|
11824
|
+
],
|
|
11825
|
+
"superclass": {
|
|
11826
|
+
"name": "LitElement",
|
|
11827
|
+
"package": "lit"
|
|
11828
|
+
},
|
|
11829
|
+
"events": [],
|
|
11830
|
+
"tagName": "atomic-product-section-visual",
|
|
11831
|
+
"customElement": true
|
|
11832
|
+
}
|
|
11833
|
+
],
|
|
11834
|
+
"exports": [
|
|
11835
|
+
{
|
|
11836
|
+
"kind": "js",
|
|
11837
|
+
"name": "AtomicProductSectionVisual",
|
|
11838
|
+
"declaration": {
|
|
11839
|
+
"name": "AtomicProductSectionVisual",
|
|
11840
|
+
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
11841
|
+
}
|
|
11842
|
+
},
|
|
11843
|
+
{
|
|
11844
|
+
"kind": "custom-element-definition",
|
|
11845
|
+
"name": "atomic-product-section-visual",
|
|
11846
|
+
"declaration": {
|
|
11847
|
+
"name": "AtomicProductSectionVisual",
|
|
11848
|
+
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
11849
|
+
}
|
|
11850
|
+
}
|
|
11851
|
+
]
|
|
11852
|
+
},
|
|
11737
11853
|
{
|
|
11738
11854
|
"kind": "javascript-module",
|
|
11739
11855
|
"path": "src/components/commerce/atomic-product-section-name/atomic-product-section-name.ts",
|
|
@@ -12253,6 +12369,12 @@
|
|
|
12253
12369
|
"name": "messagesQueue",
|
|
12254
12370
|
"privacy": "private"
|
|
12255
12371
|
},
|
|
12372
|
+
{
|
|
12373
|
+
"kind": "field",
|
|
12374
|
+
"name": "queuedMessageIds",
|
|
12375
|
+
"privacy": "private",
|
|
12376
|
+
"default": "new Map<string, Set<string>>()"
|
|
12377
|
+
},
|
|
12256
12378
|
{
|
|
12257
12379
|
"kind": "field",
|
|
12258
12380
|
"name": "ariaLiveId",
|
|
@@ -12291,6 +12413,10 @@
|
|
|
12291
12413
|
"text": "boolean"
|
|
12292
12414
|
},
|
|
12293
12415
|
"description": "Whether the region should use 'assertive' or 'polite' mode."
|
|
12416
|
+
},
|
|
12417
|
+
{
|
|
12418
|
+
"name": "preserveQueuedMessages",
|
|
12419
|
+
"default": "false"
|
|
12294
12420
|
}
|
|
12295
12421
|
],
|
|
12296
12422
|
"description": "Updates the message and assertiveness for a specific ARIA live region.\nIf a message is provided, the update is debounced to avoid rapid changes.\nIf the message is empty, any pending update is canceled and the region is cleared immediately."
|
|
@@ -12317,6 +12443,63 @@
|
|
|
12317
12443
|
],
|
|
12318
12444
|
"description": "Registers a new ARIA live region if it does not already exist."
|
|
12319
12445
|
},
|
|
12446
|
+
{
|
|
12447
|
+
"kind": "method",
|
|
12448
|
+
"name": "clearQueuedMessages",
|
|
12449
|
+
"privacy": "private",
|
|
12450
|
+
"parameters": [
|
|
12451
|
+
{
|
|
12452
|
+
"name": "region",
|
|
12453
|
+
"type": {
|
|
12454
|
+
"text": "string"
|
|
12455
|
+
}
|
|
12456
|
+
}
|
|
12457
|
+
]
|
|
12458
|
+
},
|
|
12459
|
+
{
|
|
12460
|
+
"kind": "method",
|
|
12461
|
+
"name": "getMessageQueueId",
|
|
12462
|
+
"privacy": "private",
|
|
12463
|
+
"parameters": [
|
|
12464
|
+
{
|
|
12465
|
+
"name": "region",
|
|
12466
|
+
"type": {
|
|
12467
|
+
"text": "string"
|
|
12468
|
+
}
|
|
12469
|
+
},
|
|
12470
|
+
{
|
|
12471
|
+
"name": "message",
|
|
12472
|
+
"type": {
|
|
12473
|
+
"text": "string"
|
|
12474
|
+
}
|
|
12475
|
+
}
|
|
12476
|
+
]
|
|
12477
|
+
},
|
|
12478
|
+
{
|
|
12479
|
+
"kind": "method",
|
|
12480
|
+
"name": "queueMessage",
|
|
12481
|
+
"privacy": "private",
|
|
12482
|
+
"parameters": [
|
|
12483
|
+
{
|
|
12484
|
+
"name": "region",
|
|
12485
|
+
"type": {
|
|
12486
|
+
"text": "string"
|
|
12487
|
+
}
|
|
12488
|
+
},
|
|
12489
|
+
{
|
|
12490
|
+
"name": "message",
|
|
12491
|
+
"type": {
|
|
12492
|
+
"text": "string"
|
|
12493
|
+
}
|
|
12494
|
+
},
|
|
12495
|
+
{
|
|
12496
|
+
"name": "updateRegion",
|
|
12497
|
+
"type": {
|
|
12498
|
+
"text": "() => void"
|
|
12499
|
+
}
|
|
12500
|
+
}
|
|
12501
|
+
]
|
|
12502
|
+
},
|
|
12320
12503
|
{
|
|
12321
12504
|
"kind": "method",
|
|
12322
12505
|
"name": "injectStyles",
|
|
@@ -12797,119 +12980,15 @@
|
|
|
12797
12980
|
},
|
|
12798
12981
|
{
|
|
12799
12982
|
"kind": "javascript-module",
|
|
12800
|
-
"path": "src/components/
|
|
12801
|
-
"declarations": [
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
"name": "imageSize",
|
|
12810
|
-
"type": {
|
|
12811
|
-
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
12812
|
-
},
|
|
12813
|
-
"privacy": "public",
|
|
12814
|
-
"description": "How large or small the visual section of product using this template should be.",
|
|
12815
|
-
"attribute": "image-size",
|
|
12816
|
-
"reflects": true
|
|
12817
|
-
},
|
|
12818
|
-
{
|
|
12819
|
-
"kind": "field",
|
|
12820
|
-
"name": "styles",
|
|
12821
|
-
"static": true,
|
|
12822
|
-
"default": "styles",
|
|
12823
|
-
"inheritedFrom": {
|
|
12824
|
-
"name": "ItemSectionMixin",
|
|
12825
|
-
"module": "src/mixins/item-section-mixin.ts"
|
|
12826
|
-
}
|
|
12827
|
-
},
|
|
12828
|
-
{
|
|
12829
|
-
"kind": "method",
|
|
12830
|
-
"name": "injectStyles",
|
|
12831
|
-
"parameters": [
|
|
12832
|
-
{
|
|
12833
|
-
"name": "dynamicStyles",
|
|
12834
|
-
"optional": true,
|
|
12835
|
-
"type": {
|
|
12836
|
-
"text": "CSSResultGroup"
|
|
12837
|
-
},
|
|
12838
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
12839
|
-
}
|
|
12840
|
-
],
|
|
12841
|
-
"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.",
|
|
12842
|
-
"inheritedFrom": {
|
|
12843
|
-
"name": "LightDomMixin",
|
|
12844
|
-
"module": "src/mixins/light-dom.ts"
|
|
12845
|
-
}
|
|
12846
|
-
},
|
|
12847
|
-
{
|
|
12848
|
-
"kind": "method",
|
|
12849
|
-
"name": "getStyleSheet",
|
|
12850
|
-
"privacy": "private",
|
|
12851
|
-
"return": {
|
|
12852
|
-
"type": {
|
|
12853
|
-
"text": "CSSStyleSheet | null"
|
|
12854
|
-
}
|
|
12855
|
-
},
|
|
12856
|
-
"parameters": [
|
|
12857
|
-
{
|
|
12858
|
-
"name": "style",
|
|
12859
|
-
"type": {
|
|
12860
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
12861
|
-
}
|
|
12862
|
-
}
|
|
12863
|
-
],
|
|
12864
|
-
"inheritedFrom": {
|
|
12865
|
-
"name": "LightDomMixin",
|
|
12866
|
-
"module": "src/mixins/light-dom.ts"
|
|
12867
|
-
}
|
|
12868
|
-
}
|
|
12869
|
-
],
|
|
12870
|
-
"attributes": [
|
|
12871
|
-
{
|
|
12872
|
-
"name": "image-size",
|
|
12873
|
-
"type": {
|
|
12874
|
-
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
12875
|
-
},
|
|
12876
|
-
"description": "How large or small the visual section of product using this template should be.",
|
|
12877
|
-
"fieldName": "imageSize"
|
|
12878
|
-
}
|
|
12879
|
-
],
|
|
12880
|
-
"mixins": [
|
|
12881
|
-
{
|
|
12882
|
-
"name": "ItemSectionMixin",
|
|
12883
|
-
"package": "@/src/mixins/item-section-mixin"
|
|
12884
|
-
}
|
|
12885
|
-
],
|
|
12886
|
-
"superclass": {
|
|
12887
|
-
"name": "LitElement",
|
|
12888
|
-
"package": "lit"
|
|
12889
|
-
},
|
|
12890
|
-
"events": [],
|
|
12891
|
-
"tagName": "atomic-product-section-visual",
|
|
12892
|
-
"customElement": true
|
|
12893
|
-
}
|
|
12894
|
-
],
|
|
12895
|
-
"exports": [
|
|
12896
|
-
{
|
|
12897
|
-
"kind": "js",
|
|
12898
|
-
"name": "AtomicProductSectionVisual",
|
|
12899
|
-
"declaration": {
|
|
12900
|
-
"name": "AtomicProductSectionVisual",
|
|
12901
|
-
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
12902
|
-
}
|
|
12903
|
-
},
|
|
12904
|
-
{
|
|
12905
|
-
"kind": "custom-element-definition",
|
|
12906
|
-
"name": "atomic-product-section-visual",
|
|
12907
|
-
"declaration": {
|
|
12908
|
-
"name": "AtomicProductSectionVisual",
|
|
12909
|
-
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
12910
|
-
}
|
|
12911
|
-
}
|
|
12912
|
-
]
|
|
12983
|
+
"path": "src/components/common/atomic-generated-answer-content/answer-context.ts",
|
|
12984
|
+
"declarations": [],
|
|
12985
|
+
"exports": []
|
|
12986
|
+
},
|
|
12987
|
+
{
|
|
12988
|
+
"kind": "javascript-module",
|
|
12989
|
+
"path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
|
|
12990
|
+
"declarations": [],
|
|
12991
|
+
"exports": []
|
|
12913
12992
|
},
|
|
12914
12993
|
{
|
|
12915
12994
|
"kind": "javascript-module",
|
|
@@ -13307,25 +13386,19 @@
|
|
|
13307
13386
|
},
|
|
13308
13387
|
{
|
|
13309
13388
|
"kind": "javascript-module",
|
|
13310
|
-
"path": "src/components/common/atomic-generated-answer-
|
|
13311
|
-
"declarations": [],
|
|
13312
|
-
"exports": []
|
|
13313
|
-
},
|
|
13314
|
-
{
|
|
13315
|
-
"kind": "javascript-module",
|
|
13316
|
-
"path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
|
|
13389
|
+
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.ts",
|
|
13317
13390
|
"declarations": [],
|
|
13318
13391
|
"exports": []
|
|
13319
13392
|
},
|
|
13320
13393
|
{
|
|
13321
13394
|
"kind": "javascript-module",
|
|
13322
|
-
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.ts",
|
|
13395
|
+
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.tw.css.ts",
|
|
13323
13396
|
"declarations": [],
|
|
13324
13397
|
"exports": []
|
|
13325
13398
|
},
|
|
13326
13399
|
{
|
|
13327
13400
|
"kind": "javascript-module",
|
|
13328
|
-
"path": "src/components/common/atomic-generated-answer-
|
|
13401
|
+
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
13329
13402
|
"declarations": [],
|
|
13330
13403
|
"exports": []
|
|
13331
13404
|
},
|
|
@@ -13684,12 +13757,6 @@
|
|
|
13684
13757
|
"declarations": [],
|
|
13685
13758
|
"exports": []
|
|
13686
13759
|
},
|
|
13687
|
-
{
|
|
13688
|
-
"kind": "javascript-module",
|
|
13689
|
-
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
13690
|
-
"declarations": [],
|
|
13691
|
-
"exports": []
|
|
13692
|
-
},
|
|
13693
13760
|
{
|
|
13694
13761
|
"kind": "javascript-module",
|
|
13695
13762
|
"path": "src/components/common/atomic-modal/atomic-modal.ts",
|
|
@@ -14236,6 +14303,18 @@
|
|
|
14236
14303
|
"declarations": [],
|
|
14237
14304
|
"exports": []
|
|
14238
14305
|
},
|
|
14306
|
+
{
|
|
14307
|
+
"kind": "javascript-module",
|
|
14308
|
+
"path": "src/components/common/image-carousel/image-carousel-indicators.ts",
|
|
14309
|
+
"declarations": [],
|
|
14310
|
+
"exports": []
|
|
14311
|
+
},
|
|
14312
|
+
{
|
|
14313
|
+
"kind": "javascript-module",
|
|
14314
|
+
"path": "src/components/common/image-carousel/image-carousel.ts",
|
|
14315
|
+
"declarations": [],
|
|
14316
|
+
"exports": []
|
|
14317
|
+
},
|
|
14239
14318
|
{
|
|
14240
14319
|
"kind": "javascript-module",
|
|
14241
14320
|
"path": "src/components/common/generated-answer/copy-button.ts",
|
|
@@ -14332,18 +14411,6 @@
|
|
|
14332
14411
|
"declarations": [],
|
|
14333
14412
|
"exports": []
|
|
14334
14413
|
},
|
|
14335
|
-
{
|
|
14336
|
-
"kind": "javascript-module",
|
|
14337
|
-
"path": "src/components/common/image-carousel/image-carousel-indicators.ts",
|
|
14338
|
-
"declarations": [],
|
|
14339
|
-
"exports": []
|
|
14340
|
-
},
|
|
14341
|
-
{
|
|
14342
|
-
"kind": "javascript-module",
|
|
14343
|
-
"path": "src/components/common/image-carousel/image-carousel.ts",
|
|
14344
|
-
"declarations": [],
|
|
14345
|
-
"exports": []
|
|
14346
|
-
},
|
|
14347
14414
|
{
|
|
14348
14415
|
"kind": "javascript-module",
|
|
14349
14416
|
"path": "src/components/common/interface/analytics-config.ts",
|
|
@@ -14526,67 +14593,67 @@
|
|
|
14526
14593
|
},
|
|
14527
14594
|
{
|
|
14528
14595
|
"kind": "javascript-module",
|
|
14529
|
-
"path": "src/components/common/
|
|
14596
|
+
"path": "src/components/common/no-items/cancel.ts",
|
|
14530
14597
|
"declarations": [],
|
|
14531
14598
|
"exports": []
|
|
14532
14599
|
},
|
|
14533
14600
|
{
|
|
14534
14601
|
"kind": "javascript-module",
|
|
14535
|
-
"path": "src/components/common/
|
|
14602
|
+
"path": "src/components/common/no-items/container.ts",
|
|
14536
14603
|
"declarations": [],
|
|
14537
14604
|
"exports": []
|
|
14538
14605
|
},
|
|
14539
14606
|
{
|
|
14540
14607
|
"kind": "javascript-module",
|
|
14541
|
-
"path": "src/components/common/
|
|
14608
|
+
"path": "src/components/common/no-items/guard.ts",
|
|
14542
14609
|
"declarations": [],
|
|
14543
14610
|
"exports": []
|
|
14544
14611
|
},
|
|
14545
14612
|
{
|
|
14546
14613
|
"kind": "javascript-module",
|
|
14547
|
-
"path": "src/components/common/
|
|
14614
|
+
"path": "src/components/common/no-items/magnifying-glass.ts",
|
|
14548
14615
|
"declarations": [],
|
|
14549
14616
|
"exports": []
|
|
14550
14617
|
},
|
|
14551
14618
|
{
|
|
14552
14619
|
"kind": "javascript-module",
|
|
14553
|
-
"path": "src/components/common/no-items/
|
|
14620
|
+
"path": "src/components/common/no-items/no-items.ts",
|
|
14554
14621
|
"declarations": [],
|
|
14555
14622
|
"exports": []
|
|
14556
14623
|
},
|
|
14557
14624
|
{
|
|
14558
14625
|
"kind": "javascript-module",
|
|
14559
|
-
"path": "src/components/common/no-items/
|
|
14626
|
+
"path": "src/components/common/no-items/tips.ts",
|
|
14560
14627
|
"declarations": [],
|
|
14561
14628
|
"exports": []
|
|
14562
14629
|
},
|
|
14563
14630
|
{
|
|
14564
14631
|
"kind": "javascript-module",
|
|
14565
|
-
"path": "src/components/common/no-items/
|
|
14632
|
+
"path": "src/components/common/no-items/utils.ts",
|
|
14566
14633
|
"declarations": [],
|
|
14567
14634
|
"exports": []
|
|
14568
14635
|
},
|
|
14569
14636
|
{
|
|
14570
14637
|
"kind": "javascript-module",
|
|
14571
|
-
"path": "src/components/common/
|
|
14638
|
+
"path": "src/components/common/load-more/button.ts",
|
|
14572
14639
|
"declarations": [],
|
|
14573
14640
|
"exports": []
|
|
14574
14641
|
},
|
|
14575
14642
|
{
|
|
14576
14643
|
"kind": "javascript-module",
|
|
14577
|
-
"path": "src/components/common/
|
|
14644
|
+
"path": "src/components/common/load-more/container.ts",
|
|
14578
14645
|
"declarations": [],
|
|
14579
14646
|
"exports": []
|
|
14580
14647
|
},
|
|
14581
14648
|
{
|
|
14582
14649
|
"kind": "javascript-module",
|
|
14583
|
-
"path": "src/components/common/
|
|
14650
|
+
"path": "src/components/common/load-more/progress-bar.ts",
|
|
14584
14651
|
"declarations": [],
|
|
14585
14652
|
"exports": []
|
|
14586
14653
|
},
|
|
14587
14654
|
{
|
|
14588
14655
|
"kind": "javascript-module",
|
|
14589
|
-
"path": "src/components/common/
|
|
14656
|
+
"path": "src/components/common/load-more/summary.ts",
|
|
14590
14657
|
"declarations": [],
|
|
14591
14658
|
"exports": []
|
|
14592
14659
|
},
|
|
@@ -16518,7 +16585,13 @@
|
|
|
16518
16585
|
"kind": "field",
|
|
16519
16586
|
"name": "ariaMessage",
|
|
16520
16587
|
"privacy": "private",
|
|
16521
|
-
"default": "new AriaLiveRegionController(this, 'generated-answer')"
|
|
16588
|
+
"default": "new AriaLiveRegionController( this, 'generated-answer', false, true )"
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
"kind": "field",
|
|
16592
|
+
"name": "ariaErrorMessage",
|
|
16593
|
+
"privacy": "private",
|
|
16594
|
+
"default": "new AriaLiveRegionController( this, 'generated-answer-error', true )"
|
|
16522
16595
|
},
|
|
16523
16596
|
{
|
|
16524
16597
|
"kind": "method",
|
|
@@ -18883,225 +18956,6 @@
|
|
|
18883
18956
|
}
|
|
18884
18957
|
]
|
|
18885
18958
|
},
|
|
18886
|
-
{
|
|
18887
|
-
"kind": "javascript-module",
|
|
18888
|
-
"path": "src/components/insight/atomic-insight-result/atomic-insight-result.ts",
|
|
18889
|
-
"declarations": [
|
|
18890
|
-
{
|
|
18891
|
-
"kind": "class",
|
|
18892
|
-
"description": "The `atomic-insight-result` component is used internally by the `atomic-insight-result-list` component.",
|
|
18893
|
-
"name": "AtomicInsightResult",
|
|
18894
|
-
"members": [
|
|
18895
|
-
{
|
|
18896
|
-
"kind": "field",
|
|
18897
|
-
"name": "resultRootRef",
|
|
18898
|
-
"type": {
|
|
18899
|
-
"text": "Ref<HTMLElement>"
|
|
18900
|
-
},
|
|
18901
|
-
"privacy": "private"
|
|
18902
|
-
},
|
|
18903
|
-
{
|
|
18904
|
-
"kind": "field",
|
|
18905
|
-
"name": "itemLayoutController",
|
|
18906
|
-
"type": {
|
|
18907
|
-
"text": "ItemLayoutController"
|
|
18908
|
-
},
|
|
18909
|
-
"privacy": "private"
|
|
18910
|
-
},
|
|
18911
|
-
{
|
|
18912
|
-
"kind": "field",
|
|
18913
|
-
"name": "error",
|
|
18914
|
-
"type": {
|
|
18915
|
-
"text": "Error"
|
|
18916
|
-
},
|
|
18917
|
-
"privacy": "private"
|
|
18918
|
-
},
|
|
18919
|
-
{
|
|
18920
|
-
"kind": "field",
|
|
18921
|
-
"name": "stopPropagation",
|
|
18922
|
-
"type": {
|
|
18923
|
-
"text": "boolean"
|
|
18924
|
-
},
|
|
18925
|
-
"description": "Whether `atomic-result-link` components nested in the `atomic-insight-result` should stop click event propagation.",
|
|
18926
|
-
"attribute": "stop-propagation",
|
|
18927
|
-
"reflects": true
|
|
18928
|
-
},
|
|
18929
|
-
{
|
|
18930
|
-
"kind": "field",
|
|
18931
|
-
"name": "result",
|
|
18932
|
-
"type": {
|
|
18933
|
-
"text": "InsightResult | InsightFoldedResult"
|
|
18934
|
-
},
|
|
18935
|
-
"description": "The result item.",
|
|
18936
|
-
"attribute": "result"
|
|
18937
|
-
},
|
|
18938
|
-
{
|
|
18939
|
-
"kind": "field",
|
|
18940
|
-
"name": "content",
|
|
18941
|
-
"type": {
|
|
18942
|
-
"text": "ParentNode"
|
|
18943
|
-
},
|
|
18944
|
-
"description": "The result content to display.",
|
|
18945
|
-
"attribute": "content"
|
|
18946
|
-
},
|
|
18947
|
-
{
|
|
18948
|
-
"kind": "field",
|
|
18949
|
-
"name": "density",
|
|
18950
|
-
"type": {
|
|
18951
|
-
"text": "ItemDisplayDensity"
|
|
18952
|
-
},
|
|
18953
|
-
"default": "'normal'",
|
|
18954
|
-
"description": "How large or small results should be.",
|
|
18955
|
-
"attribute": "density",
|
|
18956
|
-
"reflects": true
|
|
18957
|
-
},
|
|
18958
|
-
{
|
|
18959
|
-
"kind": "field",
|
|
18960
|
-
"name": "imageSize",
|
|
18961
|
-
"type": {
|
|
18962
|
-
"text": "ItemDisplayImageSize"
|
|
18963
|
-
},
|
|
18964
|
-
"default": "'icon'",
|
|
18965
|
-
"description": "The size of the image section in result list items.\nThis is overwritten by the image size defined in the result content, if it exists.",
|
|
18966
|
-
"attribute": "image-size",
|
|
18967
|
-
"reflects": true
|
|
18968
|
-
},
|
|
18969
|
-
{
|
|
18970
|
-
"kind": "field",
|
|
18971
|
-
"name": "classes",
|
|
18972
|
-
"type": {
|
|
18973
|
-
"text": "string"
|
|
18974
|
-
},
|
|
18975
|
-
"default": "''",
|
|
18976
|
-
"description": "The classes to add to the result element.",
|
|
18977
|
-
"attribute": "classes"
|
|
18978
|
-
},
|
|
18979
|
-
{
|
|
18980
|
-
"kind": "field",
|
|
18981
|
-
"name": "resolveResult",
|
|
18982
|
-
"privacy": "public"
|
|
18983
|
-
},
|
|
18984
|
-
{
|
|
18985
|
-
"kind": "field",
|
|
18986
|
-
"name": "resolveInteractiveResult",
|
|
18987
|
-
"privacy": "public"
|
|
18988
|
-
},
|
|
18989
|
-
{
|
|
18990
|
-
"kind": "field",
|
|
18991
|
-
"name": "resolveStopPropagation",
|
|
18992
|
-
"privacy": "public"
|
|
18993
|
-
},
|
|
18994
|
-
{
|
|
18995
|
-
"kind": "field",
|
|
18996
|
-
"name": "resolveResultDisplayConfig",
|
|
18997
|
-
"privacy": "public"
|
|
18998
|
-
},
|
|
18999
|
-
{
|
|
19000
|
-
"kind": "method",
|
|
19001
|
-
"name": "getContentHTML",
|
|
19002
|
-
"privacy": "private"
|
|
19003
|
-
},
|
|
19004
|
-
{
|
|
19005
|
-
"kind": "method",
|
|
19006
|
-
"name": "getUpdateComplete",
|
|
19007
|
-
"return": {
|
|
19008
|
-
"type": {
|
|
19009
|
-
"text": "Promise<boolean>"
|
|
19010
|
-
}
|
|
19011
|
-
},
|
|
19012
|
-
"inheritedFrom": {
|
|
19013
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
19014
|
-
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
19015
|
-
}
|
|
19016
|
-
}
|
|
19017
|
-
],
|
|
19018
|
-
"attributes": [
|
|
19019
|
-
{
|
|
19020
|
-
"name": "stop-propagation",
|
|
19021
|
-
"type": {
|
|
19022
|
-
"text": "boolean"
|
|
19023
|
-
},
|
|
19024
|
-
"description": "Whether `atomic-result-link` components nested in the `atomic-insight-result` should stop click event propagation.",
|
|
19025
|
-
"fieldName": "stopPropagation"
|
|
19026
|
-
},
|
|
19027
|
-
{
|
|
19028
|
-
"name": "result",
|
|
19029
|
-
"type": {
|
|
19030
|
-
"text": "InsightResult | InsightFoldedResult"
|
|
19031
|
-
},
|
|
19032
|
-
"description": "The result item.",
|
|
19033
|
-
"fieldName": "result"
|
|
19034
|
-
},
|
|
19035
|
-
{
|
|
19036
|
-
"name": "content",
|
|
19037
|
-
"type": {
|
|
19038
|
-
"text": "ParentNode"
|
|
19039
|
-
},
|
|
19040
|
-
"description": "The result content to display.",
|
|
19041
|
-
"fieldName": "content"
|
|
19042
|
-
},
|
|
19043
|
-
{
|
|
19044
|
-
"name": "density",
|
|
19045
|
-
"type": {
|
|
19046
|
-
"text": "ItemDisplayDensity"
|
|
19047
|
-
},
|
|
19048
|
-
"default": "'normal'",
|
|
19049
|
-
"description": "How large or small results should be.",
|
|
19050
|
-
"fieldName": "density"
|
|
19051
|
-
},
|
|
19052
|
-
{
|
|
19053
|
-
"name": "image-size",
|
|
19054
|
-
"type": {
|
|
19055
|
-
"text": "ItemDisplayImageSize"
|
|
19056
|
-
},
|
|
19057
|
-
"default": "'icon'",
|
|
19058
|
-
"description": "The size of the image section in result list items.\nThis is overwritten by the image size defined in the result content, if it exists.",
|
|
19059
|
-
"fieldName": "imageSize"
|
|
19060
|
-
},
|
|
19061
|
-
{
|
|
19062
|
-
"name": "classes",
|
|
19063
|
-
"type": {
|
|
19064
|
-
"text": "string"
|
|
19065
|
-
},
|
|
19066
|
-
"default": "''",
|
|
19067
|
-
"description": "The classes to add to the result element.",
|
|
19068
|
-
"fieldName": "classes"
|
|
19069
|
-
}
|
|
19070
|
-
],
|
|
19071
|
-
"mixins": [
|
|
19072
|
-
{
|
|
19073
|
-
"name": "ChildrenUpdateCompleteMixin",
|
|
19074
|
-
"package": "@/src/mixins/children-update-complete-mixin"
|
|
19075
|
-
}
|
|
19076
|
-
],
|
|
19077
|
-
"superclass": {
|
|
19078
|
-
"name": "LitElement",
|
|
19079
|
-
"package": "lit"
|
|
19080
|
-
},
|
|
19081
|
-
"events": [],
|
|
19082
|
-
"tagName": "atomic-insight-result",
|
|
19083
|
-
"customElement": true
|
|
19084
|
-
}
|
|
19085
|
-
],
|
|
19086
|
-
"exports": [
|
|
19087
|
-
{
|
|
19088
|
-
"kind": "js",
|
|
19089
|
-
"name": "AtomicInsightResult",
|
|
19090
|
-
"declaration": {
|
|
19091
|
-
"name": "AtomicInsightResult",
|
|
19092
|
-
"module": "src/components/insight/atomic-insight-result/atomic-insight-result.ts"
|
|
19093
|
-
}
|
|
19094
|
-
},
|
|
19095
|
-
{
|
|
19096
|
-
"kind": "custom-element-definition",
|
|
19097
|
-
"name": "atomic-insight-result",
|
|
19098
|
-
"declaration": {
|
|
19099
|
-
"name": "AtomicInsightResult",
|
|
19100
|
-
"module": "src/components/insight/atomic-insight-result/atomic-insight-result.ts"
|
|
19101
|
-
}
|
|
19102
|
-
}
|
|
19103
|
-
]
|
|
19104
|
-
},
|
|
19105
18959
|
{
|
|
19106
18960
|
"kind": "javascript-module",
|
|
19107
18961
|
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
@@ -19509,6 +19363,225 @@
|
|
|
19509
19363
|
}
|
|
19510
19364
|
]
|
|
19511
19365
|
},
|
|
19366
|
+
{
|
|
19367
|
+
"kind": "javascript-module",
|
|
19368
|
+
"path": "src/components/insight/atomic-insight-result/atomic-insight-result.ts",
|
|
19369
|
+
"declarations": [
|
|
19370
|
+
{
|
|
19371
|
+
"kind": "class",
|
|
19372
|
+
"description": "The `atomic-insight-result` component is used internally by the `atomic-insight-result-list` component.",
|
|
19373
|
+
"name": "AtomicInsightResult",
|
|
19374
|
+
"members": [
|
|
19375
|
+
{
|
|
19376
|
+
"kind": "field",
|
|
19377
|
+
"name": "resultRootRef",
|
|
19378
|
+
"type": {
|
|
19379
|
+
"text": "Ref<HTMLElement>"
|
|
19380
|
+
},
|
|
19381
|
+
"privacy": "private"
|
|
19382
|
+
},
|
|
19383
|
+
{
|
|
19384
|
+
"kind": "field",
|
|
19385
|
+
"name": "itemLayoutController",
|
|
19386
|
+
"type": {
|
|
19387
|
+
"text": "ItemLayoutController"
|
|
19388
|
+
},
|
|
19389
|
+
"privacy": "private"
|
|
19390
|
+
},
|
|
19391
|
+
{
|
|
19392
|
+
"kind": "field",
|
|
19393
|
+
"name": "error",
|
|
19394
|
+
"type": {
|
|
19395
|
+
"text": "Error"
|
|
19396
|
+
},
|
|
19397
|
+
"privacy": "private"
|
|
19398
|
+
},
|
|
19399
|
+
{
|
|
19400
|
+
"kind": "field",
|
|
19401
|
+
"name": "stopPropagation",
|
|
19402
|
+
"type": {
|
|
19403
|
+
"text": "boolean"
|
|
19404
|
+
},
|
|
19405
|
+
"description": "Whether `atomic-result-link` components nested in the `atomic-insight-result` should stop click event propagation.",
|
|
19406
|
+
"attribute": "stop-propagation",
|
|
19407
|
+
"reflects": true
|
|
19408
|
+
},
|
|
19409
|
+
{
|
|
19410
|
+
"kind": "field",
|
|
19411
|
+
"name": "result",
|
|
19412
|
+
"type": {
|
|
19413
|
+
"text": "InsightResult | InsightFoldedResult"
|
|
19414
|
+
},
|
|
19415
|
+
"description": "The result item.",
|
|
19416
|
+
"attribute": "result"
|
|
19417
|
+
},
|
|
19418
|
+
{
|
|
19419
|
+
"kind": "field",
|
|
19420
|
+
"name": "content",
|
|
19421
|
+
"type": {
|
|
19422
|
+
"text": "ParentNode"
|
|
19423
|
+
},
|
|
19424
|
+
"description": "The result content to display.",
|
|
19425
|
+
"attribute": "content"
|
|
19426
|
+
},
|
|
19427
|
+
{
|
|
19428
|
+
"kind": "field",
|
|
19429
|
+
"name": "density",
|
|
19430
|
+
"type": {
|
|
19431
|
+
"text": "ItemDisplayDensity"
|
|
19432
|
+
},
|
|
19433
|
+
"default": "'normal'",
|
|
19434
|
+
"description": "How large or small results should be.",
|
|
19435
|
+
"attribute": "density",
|
|
19436
|
+
"reflects": true
|
|
19437
|
+
},
|
|
19438
|
+
{
|
|
19439
|
+
"kind": "field",
|
|
19440
|
+
"name": "imageSize",
|
|
19441
|
+
"type": {
|
|
19442
|
+
"text": "ItemDisplayImageSize"
|
|
19443
|
+
},
|
|
19444
|
+
"default": "'icon'",
|
|
19445
|
+
"description": "The size of the image section in result list items.\nThis is overwritten by the image size defined in the result content, if it exists.",
|
|
19446
|
+
"attribute": "image-size",
|
|
19447
|
+
"reflects": true
|
|
19448
|
+
},
|
|
19449
|
+
{
|
|
19450
|
+
"kind": "field",
|
|
19451
|
+
"name": "classes",
|
|
19452
|
+
"type": {
|
|
19453
|
+
"text": "string"
|
|
19454
|
+
},
|
|
19455
|
+
"default": "''",
|
|
19456
|
+
"description": "The classes to add to the result element.",
|
|
19457
|
+
"attribute": "classes"
|
|
19458
|
+
},
|
|
19459
|
+
{
|
|
19460
|
+
"kind": "field",
|
|
19461
|
+
"name": "resolveResult",
|
|
19462
|
+
"privacy": "public"
|
|
19463
|
+
},
|
|
19464
|
+
{
|
|
19465
|
+
"kind": "field",
|
|
19466
|
+
"name": "resolveInteractiveResult",
|
|
19467
|
+
"privacy": "public"
|
|
19468
|
+
},
|
|
19469
|
+
{
|
|
19470
|
+
"kind": "field",
|
|
19471
|
+
"name": "resolveStopPropagation",
|
|
19472
|
+
"privacy": "public"
|
|
19473
|
+
},
|
|
19474
|
+
{
|
|
19475
|
+
"kind": "field",
|
|
19476
|
+
"name": "resolveResultDisplayConfig",
|
|
19477
|
+
"privacy": "public"
|
|
19478
|
+
},
|
|
19479
|
+
{
|
|
19480
|
+
"kind": "method",
|
|
19481
|
+
"name": "getContentHTML",
|
|
19482
|
+
"privacy": "private"
|
|
19483
|
+
},
|
|
19484
|
+
{
|
|
19485
|
+
"kind": "method",
|
|
19486
|
+
"name": "getUpdateComplete",
|
|
19487
|
+
"return": {
|
|
19488
|
+
"type": {
|
|
19489
|
+
"text": "Promise<boolean>"
|
|
19490
|
+
}
|
|
19491
|
+
},
|
|
19492
|
+
"inheritedFrom": {
|
|
19493
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
19494
|
+
"module": "src/mixins/children-update-complete-mixin.ts"
|
|
19495
|
+
}
|
|
19496
|
+
}
|
|
19497
|
+
],
|
|
19498
|
+
"attributes": [
|
|
19499
|
+
{
|
|
19500
|
+
"name": "stop-propagation",
|
|
19501
|
+
"type": {
|
|
19502
|
+
"text": "boolean"
|
|
19503
|
+
},
|
|
19504
|
+
"description": "Whether `atomic-result-link` components nested in the `atomic-insight-result` should stop click event propagation.",
|
|
19505
|
+
"fieldName": "stopPropagation"
|
|
19506
|
+
},
|
|
19507
|
+
{
|
|
19508
|
+
"name": "result",
|
|
19509
|
+
"type": {
|
|
19510
|
+
"text": "InsightResult | InsightFoldedResult"
|
|
19511
|
+
},
|
|
19512
|
+
"description": "The result item.",
|
|
19513
|
+
"fieldName": "result"
|
|
19514
|
+
},
|
|
19515
|
+
{
|
|
19516
|
+
"name": "content",
|
|
19517
|
+
"type": {
|
|
19518
|
+
"text": "ParentNode"
|
|
19519
|
+
},
|
|
19520
|
+
"description": "The result content to display.",
|
|
19521
|
+
"fieldName": "content"
|
|
19522
|
+
},
|
|
19523
|
+
{
|
|
19524
|
+
"name": "density",
|
|
19525
|
+
"type": {
|
|
19526
|
+
"text": "ItemDisplayDensity"
|
|
19527
|
+
},
|
|
19528
|
+
"default": "'normal'",
|
|
19529
|
+
"description": "How large or small results should be.",
|
|
19530
|
+
"fieldName": "density"
|
|
19531
|
+
},
|
|
19532
|
+
{
|
|
19533
|
+
"name": "image-size",
|
|
19534
|
+
"type": {
|
|
19535
|
+
"text": "ItemDisplayImageSize"
|
|
19536
|
+
},
|
|
19537
|
+
"default": "'icon'",
|
|
19538
|
+
"description": "The size of the image section in result list items.\nThis is overwritten by the image size defined in the result content, if it exists.",
|
|
19539
|
+
"fieldName": "imageSize"
|
|
19540
|
+
},
|
|
19541
|
+
{
|
|
19542
|
+
"name": "classes",
|
|
19543
|
+
"type": {
|
|
19544
|
+
"text": "string"
|
|
19545
|
+
},
|
|
19546
|
+
"default": "''",
|
|
19547
|
+
"description": "The classes to add to the result element.",
|
|
19548
|
+
"fieldName": "classes"
|
|
19549
|
+
}
|
|
19550
|
+
],
|
|
19551
|
+
"mixins": [
|
|
19552
|
+
{
|
|
19553
|
+
"name": "ChildrenUpdateCompleteMixin",
|
|
19554
|
+
"package": "@/src/mixins/children-update-complete-mixin"
|
|
19555
|
+
}
|
|
19556
|
+
],
|
|
19557
|
+
"superclass": {
|
|
19558
|
+
"name": "LitElement",
|
|
19559
|
+
"package": "lit"
|
|
19560
|
+
},
|
|
19561
|
+
"events": [],
|
|
19562
|
+
"tagName": "atomic-insight-result",
|
|
19563
|
+
"customElement": true
|
|
19564
|
+
}
|
|
19565
|
+
],
|
|
19566
|
+
"exports": [
|
|
19567
|
+
{
|
|
19568
|
+
"kind": "js",
|
|
19569
|
+
"name": "AtomicInsightResult",
|
|
19570
|
+
"declaration": {
|
|
19571
|
+
"name": "AtomicInsightResult",
|
|
19572
|
+
"module": "src/components/insight/atomic-insight-result/atomic-insight-result.ts"
|
|
19573
|
+
}
|
|
19574
|
+
},
|
|
19575
|
+
{
|
|
19576
|
+
"kind": "custom-element-definition",
|
|
19577
|
+
"name": "atomic-insight-result",
|
|
19578
|
+
"declaration": {
|
|
19579
|
+
"name": "AtomicInsightResult",
|
|
19580
|
+
"module": "src/components/insight/atomic-insight-result/atomic-insight-result.ts"
|
|
19581
|
+
}
|
|
19582
|
+
}
|
|
19583
|
+
]
|
|
19584
|
+
},
|
|
19512
19585
|
{
|
|
19513
19586
|
"kind": "javascript-module",
|
|
19514
19587
|
"path": "src/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.ts",
|
|
@@ -21078,6 +21151,376 @@
|
|
|
21078
21151
|
}
|
|
21079
21152
|
]
|
|
21080
21153
|
},
|
|
21154
|
+
{
|
|
21155
|
+
"kind": "javascript-module",
|
|
21156
|
+
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts",
|
|
21157
|
+
"declarations": [
|
|
21158
|
+
{
|
|
21159
|
+
"kind": "class",
|
|
21160
|
+
"description": "The `atomic-insight-search-box` component allows users to enter and submit search queries within the Insight interface.\nIt provides query suggestions as the user types.",
|
|
21161
|
+
"name": "AtomicInsightSearchBox",
|
|
21162
|
+
"cssParts": [
|
|
21163
|
+
{
|
|
21164
|
+
"description": "The wrapper around the entire search box.",
|
|
21165
|
+
"name": "wrapper"
|
|
21166
|
+
},
|
|
21167
|
+
{
|
|
21168
|
+
"description": "The search icon displayed in the search box.",
|
|
21169
|
+
"name": "submit-icon"
|
|
21170
|
+
},
|
|
21171
|
+
{
|
|
21172
|
+
"description": "The text area where users enter their search queries.",
|
|
21173
|
+
"name": "textarea"
|
|
21174
|
+
},
|
|
21175
|
+
{
|
|
21176
|
+
"description": "The container that allows the textarea to expand.",
|
|
21177
|
+
"name": "textarea-expander"
|
|
21178
|
+
},
|
|
21179
|
+
{
|
|
21180
|
+
"description": "The wrapper for the clear button.",
|
|
21181
|
+
"name": "clear-button-wrapper"
|
|
21182
|
+
},
|
|
21183
|
+
{
|
|
21184
|
+
"description": "The icon in the clear button.",
|
|
21185
|
+
"name": "clear-icon"
|
|
21186
|
+
},
|
|
21187
|
+
{
|
|
21188
|
+
"description": "The wrapper around the suggestions panel.",
|
|
21189
|
+
"name": "suggestions-wrapper"
|
|
21190
|
+
},
|
|
21191
|
+
{
|
|
21192
|
+
"description": "The container for the suggestions.",
|
|
21193
|
+
"name": "suggestions"
|
|
21194
|
+
}
|
|
21195
|
+
],
|
|
21196
|
+
"members": [
|
|
21197
|
+
{
|
|
21198
|
+
"kind": "field",
|
|
21199
|
+
"name": "shadowRootOptions",
|
|
21200
|
+
"type": {
|
|
21201
|
+
"text": "object"
|
|
21202
|
+
},
|
|
21203
|
+
"static": true,
|
|
21204
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
21205
|
+
},
|
|
21206
|
+
{
|
|
21207
|
+
"kind": "field",
|
|
21208
|
+
"name": "bindings",
|
|
21209
|
+
"type": {
|
|
21210
|
+
"text": "InsightBindings"
|
|
21211
|
+
},
|
|
21212
|
+
"privacy": "private"
|
|
21213
|
+
},
|
|
21214
|
+
{
|
|
21215
|
+
"kind": "field",
|
|
21216
|
+
"name": "error",
|
|
21217
|
+
"type": {
|
|
21218
|
+
"text": "Error"
|
|
21219
|
+
},
|
|
21220
|
+
"privacy": "private"
|
|
21221
|
+
},
|
|
21222
|
+
{
|
|
21223
|
+
"kind": "field",
|
|
21224
|
+
"name": "searchBox",
|
|
21225
|
+
"type": {
|
|
21226
|
+
"text": "InsightSearchBox"
|
|
21227
|
+
},
|
|
21228
|
+
"privacy": "private"
|
|
21229
|
+
},
|
|
21230
|
+
{
|
|
21231
|
+
"kind": "field",
|
|
21232
|
+
"name": "searchBoxState",
|
|
21233
|
+
"type": {
|
|
21234
|
+
"text": "InsightSearchBoxState"
|
|
21235
|
+
},
|
|
21236
|
+
"privacy": "private"
|
|
21237
|
+
},
|
|
21238
|
+
{
|
|
21239
|
+
"kind": "field",
|
|
21240
|
+
"name": "isExpanded",
|
|
21241
|
+
"type": {
|
|
21242
|
+
"text": "boolean"
|
|
21243
|
+
},
|
|
21244
|
+
"privacy": "private",
|
|
21245
|
+
"default": "false"
|
|
21246
|
+
},
|
|
21247
|
+
{
|
|
21248
|
+
"kind": "field",
|
|
21249
|
+
"name": "disableSearch",
|
|
21250
|
+
"type": {
|
|
21251
|
+
"text": "boolean"
|
|
21252
|
+
},
|
|
21253
|
+
"privacy": "public",
|
|
21254
|
+
"default": "false",
|
|
21255
|
+
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21256
|
+
"attribute": "disable-search",
|
|
21257
|
+
"reflects": true
|
|
21258
|
+
},
|
|
21259
|
+
{
|
|
21260
|
+
"kind": "field",
|
|
21261
|
+
"name": "numberOfSuggestions",
|
|
21262
|
+
"type": {
|
|
21263
|
+
"text": "number"
|
|
21264
|
+
},
|
|
21265
|
+
"privacy": "public",
|
|
21266
|
+
"default": "5",
|
|
21267
|
+
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21268
|
+
"attribute": "number-of-suggestions",
|
|
21269
|
+
"reflects": true
|
|
21270
|
+
},
|
|
21271
|
+
{
|
|
21272
|
+
"kind": "field",
|
|
21273
|
+
"name": "searchBoxId",
|
|
21274
|
+
"type": {
|
|
21275
|
+
"text": "string"
|
|
21276
|
+
},
|
|
21277
|
+
"privacy": "private"
|
|
21278
|
+
},
|
|
21279
|
+
{
|
|
21280
|
+
"kind": "field",
|
|
21281
|
+
"name": "textAreaRef",
|
|
21282
|
+
"type": {
|
|
21283
|
+
"text": "Ref<HTMLTextAreaElement>"
|
|
21284
|
+
},
|
|
21285
|
+
"privacy": "private"
|
|
21286
|
+
},
|
|
21287
|
+
{
|
|
21288
|
+
"kind": "field",
|
|
21289
|
+
"name": "suggestionManager",
|
|
21290
|
+
"type": {
|
|
21291
|
+
"text": "SuggestionManager<InsightSearchBox>"
|
|
21292
|
+
},
|
|
21293
|
+
"privacy": "private"
|
|
21294
|
+
},
|
|
21295
|
+
{
|
|
21296
|
+
"kind": "field",
|
|
21297
|
+
"name": "searchBoxAriaMessage",
|
|
21298
|
+
"privacy": "private",
|
|
21299
|
+
"default": "new AriaLiveRegionController( this, 'search-box' )"
|
|
21300
|
+
},
|
|
21301
|
+
{
|
|
21302
|
+
"kind": "field",
|
|
21303
|
+
"name": "suggestionsAriaMessage",
|
|
21304
|
+
"privacy": "private",
|
|
21305
|
+
"default": "new AriaLiveRegionController( this, 'search-suggestions', true )"
|
|
21306
|
+
},
|
|
21307
|
+
{
|
|
21308
|
+
"kind": "method",
|
|
21309
|
+
"name": "initialize",
|
|
21310
|
+
"privacy": "public"
|
|
21311
|
+
},
|
|
21312
|
+
{
|
|
21313
|
+
"kind": "method",
|
|
21314
|
+
"name": "onSubmit",
|
|
21315
|
+
"privacy": "private"
|
|
21316
|
+
},
|
|
21317
|
+
{
|
|
21318
|
+
"kind": "method",
|
|
21319
|
+
"name": "onKeyDown",
|
|
21320
|
+
"privacy": "private",
|
|
21321
|
+
"parameters": [
|
|
21322
|
+
{
|
|
21323
|
+
"name": "e",
|
|
21324
|
+
"type": {
|
|
21325
|
+
"text": "KeyboardEvent"
|
|
21326
|
+
}
|
|
21327
|
+
}
|
|
21328
|
+
]
|
|
21329
|
+
},
|
|
21330
|
+
{
|
|
21331
|
+
"kind": "method",
|
|
21332
|
+
"name": "triggerTextAreaChange",
|
|
21333
|
+
"privacy": "private",
|
|
21334
|
+
"parameters": [
|
|
21335
|
+
{
|
|
21336
|
+
"name": "value",
|
|
21337
|
+
"type": {
|
|
21338
|
+
"text": "string"
|
|
21339
|
+
}
|
|
21340
|
+
}
|
|
21341
|
+
]
|
|
21342
|
+
},
|
|
21343
|
+
{
|
|
21344
|
+
"kind": "method",
|
|
21345
|
+
"name": "renderSuggestion",
|
|
21346
|
+
"privacy": "private",
|
|
21347
|
+
"return": {
|
|
21348
|
+
"type": {
|
|
21349
|
+
"text": "TemplateResult | typeof nothing"
|
|
21350
|
+
}
|
|
21351
|
+
},
|
|
21352
|
+
"parameters": [
|
|
21353
|
+
{
|
|
21354
|
+
"name": "item",
|
|
21355
|
+
"type": {
|
|
21356
|
+
"text": "SearchBoxSuggestionElement"
|
|
21357
|
+
}
|
|
21358
|
+
},
|
|
21359
|
+
{
|
|
21360
|
+
"name": "index",
|
|
21361
|
+
"type": {
|
|
21362
|
+
"text": "number"
|
|
21363
|
+
}
|
|
21364
|
+
},
|
|
21365
|
+
{
|
|
21366
|
+
"name": "lastIndex",
|
|
21367
|
+
"type": {
|
|
21368
|
+
"text": "number"
|
|
21369
|
+
}
|
|
21370
|
+
}
|
|
21371
|
+
]
|
|
21372
|
+
},
|
|
21373
|
+
{
|
|
21374
|
+
"kind": "method",
|
|
21375
|
+
"name": "renderSuggestionItem",
|
|
21376
|
+
"privacy": "private",
|
|
21377
|
+
"return": {
|
|
21378
|
+
"type": {
|
|
21379
|
+
"text": "SearchBoxSuggestionElement"
|
|
21380
|
+
}
|
|
21381
|
+
},
|
|
21382
|
+
"parameters": [
|
|
21383
|
+
{
|
|
21384
|
+
"name": "suggestion",
|
|
21385
|
+
"type": {
|
|
21386
|
+
"text": "InsightSuggestion"
|
|
21387
|
+
}
|
|
21388
|
+
}
|
|
21389
|
+
]
|
|
21390
|
+
},
|
|
21391
|
+
{
|
|
21392
|
+
"kind": "method",
|
|
21393
|
+
"name": "renderPanel",
|
|
21394
|
+
"privacy": "private",
|
|
21395
|
+
"return": {
|
|
21396
|
+
"type": {
|
|
21397
|
+
"text": "TemplateResult | typeof nothing"
|
|
21398
|
+
}
|
|
21399
|
+
},
|
|
21400
|
+
"parameters": [
|
|
21401
|
+
{
|
|
21402
|
+
"name": "elements",
|
|
21403
|
+
"type": {
|
|
21404
|
+
"text": "SearchBoxSuggestionElement[]"
|
|
21405
|
+
}
|
|
21406
|
+
},
|
|
21407
|
+
{
|
|
21408
|
+
"name": "setRef",
|
|
21409
|
+
"type": {
|
|
21410
|
+
"text": "(el: HTMLElement | undefined) => void"
|
|
21411
|
+
}
|
|
21412
|
+
},
|
|
21413
|
+
{
|
|
21414
|
+
"name": "getRef",
|
|
21415
|
+
"type": {
|
|
21416
|
+
"text": "() => HTMLElement | undefined"
|
|
21417
|
+
}
|
|
21418
|
+
}
|
|
21419
|
+
]
|
|
21420
|
+
},
|
|
21421
|
+
{
|
|
21422
|
+
"kind": "method",
|
|
21423
|
+
"name": "renderSuggestions",
|
|
21424
|
+
"privacy": "private",
|
|
21425
|
+
"return": {
|
|
21426
|
+
"type": {
|
|
21427
|
+
"text": "TemplateResult | typeof nothing"
|
|
21428
|
+
}
|
|
21429
|
+
}
|
|
21430
|
+
},
|
|
21431
|
+
{
|
|
21432
|
+
"kind": "method",
|
|
21433
|
+
"name": "getSearchInputLabel",
|
|
21434
|
+
"privacy": "private",
|
|
21435
|
+
"return": {
|
|
21436
|
+
"type": {
|
|
21437
|
+
"text": "string"
|
|
21438
|
+
}
|
|
21439
|
+
}
|
|
21440
|
+
},
|
|
21441
|
+
{
|
|
21442
|
+
"kind": "method",
|
|
21443
|
+
"name": "onFocus",
|
|
21444
|
+
"privacy": "private"
|
|
21445
|
+
},
|
|
21446
|
+
{
|
|
21447
|
+
"kind": "method",
|
|
21448
|
+
"name": "onInput",
|
|
21449
|
+
"privacy": "private",
|
|
21450
|
+
"parameters": [
|
|
21451
|
+
{
|
|
21452
|
+
"name": "value",
|
|
21453
|
+
"type": {
|
|
21454
|
+
"text": "string"
|
|
21455
|
+
}
|
|
21456
|
+
}
|
|
21457
|
+
]
|
|
21458
|
+
},
|
|
21459
|
+
{
|
|
21460
|
+
"kind": "method",
|
|
21461
|
+
"name": "announceNewActiveSuggestionToScreenReader",
|
|
21462
|
+
"privacy": "private"
|
|
21463
|
+
},
|
|
21464
|
+
{
|
|
21465
|
+
"kind": "method",
|
|
21466
|
+
"name": "announceNewSuggestionsToScreenReader",
|
|
21467
|
+
"privacy": "private"
|
|
21468
|
+
}
|
|
21469
|
+
],
|
|
21470
|
+
"attributes": [
|
|
21471
|
+
{
|
|
21472
|
+
"name": "disable-search",
|
|
21473
|
+
"type": {
|
|
21474
|
+
"text": "boolean"
|
|
21475
|
+
},
|
|
21476
|
+
"default": "false",
|
|
21477
|
+
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21478
|
+
"fieldName": "disableSearch"
|
|
21479
|
+
},
|
|
21480
|
+
{
|
|
21481
|
+
"name": "number-of-suggestions",
|
|
21482
|
+
"type": {
|
|
21483
|
+
"text": "number"
|
|
21484
|
+
},
|
|
21485
|
+
"default": "5",
|
|
21486
|
+
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21487
|
+
"fieldName": "numberOfSuggestions"
|
|
21488
|
+
}
|
|
21489
|
+
],
|
|
21490
|
+
"superclass": {
|
|
21491
|
+
"name": "LitElement",
|
|
21492
|
+
"package": "lit"
|
|
21493
|
+
},
|
|
21494
|
+
"events": [],
|
|
21495
|
+
"tagName": "atomic-insight-search-box",
|
|
21496
|
+
"customElement": true
|
|
21497
|
+
}
|
|
21498
|
+
],
|
|
21499
|
+
"exports": [
|
|
21500
|
+
{
|
|
21501
|
+
"kind": "js",
|
|
21502
|
+
"name": "AtomicInsightSearchBox",
|
|
21503
|
+
"declaration": {
|
|
21504
|
+
"name": "AtomicInsightSearchBox",
|
|
21505
|
+
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21506
|
+
}
|
|
21507
|
+
},
|
|
21508
|
+
{
|
|
21509
|
+
"kind": "custom-element-definition",
|
|
21510
|
+
"name": "atomic-insight-search-box",
|
|
21511
|
+
"declaration": {
|
|
21512
|
+
"name": "AtomicInsightSearchBox",
|
|
21513
|
+
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21514
|
+
}
|
|
21515
|
+
}
|
|
21516
|
+
]
|
|
21517
|
+
},
|
|
21518
|
+
{
|
|
21519
|
+
"kind": "javascript-module",
|
|
21520
|
+
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.tw.css.ts",
|
|
21521
|
+
"declarations": [],
|
|
21522
|
+
"exports": []
|
|
21523
|
+
},
|
|
21081
21524
|
{
|
|
21082
21525
|
"kind": "javascript-module",
|
|
21083
21526
|
"path": "src/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.ts",
|
|
@@ -21561,376 +22004,6 @@
|
|
|
21561
22004
|
"declarations": [],
|
|
21562
22005
|
"exports": []
|
|
21563
22006
|
},
|
|
21564
|
-
{
|
|
21565
|
-
"kind": "javascript-module",
|
|
21566
|
-
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts",
|
|
21567
|
-
"declarations": [
|
|
21568
|
-
{
|
|
21569
|
-
"kind": "class",
|
|
21570
|
-
"description": "The `atomic-insight-search-box` component allows users to enter and submit search queries within the Insight interface.\nIt provides query suggestions as the user types.",
|
|
21571
|
-
"name": "AtomicInsightSearchBox",
|
|
21572
|
-
"cssParts": [
|
|
21573
|
-
{
|
|
21574
|
-
"description": "The wrapper around the entire search box.",
|
|
21575
|
-
"name": "wrapper"
|
|
21576
|
-
},
|
|
21577
|
-
{
|
|
21578
|
-
"description": "The search icon displayed in the search box.",
|
|
21579
|
-
"name": "submit-icon"
|
|
21580
|
-
},
|
|
21581
|
-
{
|
|
21582
|
-
"description": "The text area where users enter their search queries.",
|
|
21583
|
-
"name": "textarea"
|
|
21584
|
-
},
|
|
21585
|
-
{
|
|
21586
|
-
"description": "The container that allows the textarea to expand.",
|
|
21587
|
-
"name": "textarea-expander"
|
|
21588
|
-
},
|
|
21589
|
-
{
|
|
21590
|
-
"description": "The wrapper for the clear button.",
|
|
21591
|
-
"name": "clear-button-wrapper"
|
|
21592
|
-
},
|
|
21593
|
-
{
|
|
21594
|
-
"description": "The icon in the clear button.",
|
|
21595
|
-
"name": "clear-icon"
|
|
21596
|
-
},
|
|
21597
|
-
{
|
|
21598
|
-
"description": "The wrapper around the suggestions panel.",
|
|
21599
|
-
"name": "suggestions-wrapper"
|
|
21600
|
-
},
|
|
21601
|
-
{
|
|
21602
|
-
"description": "The container for the suggestions.",
|
|
21603
|
-
"name": "suggestions"
|
|
21604
|
-
}
|
|
21605
|
-
],
|
|
21606
|
-
"members": [
|
|
21607
|
-
{
|
|
21608
|
-
"kind": "field",
|
|
21609
|
-
"name": "shadowRootOptions",
|
|
21610
|
-
"type": {
|
|
21611
|
-
"text": "object"
|
|
21612
|
-
},
|
|
21613
|
-
"static": true,
|
|
21614
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
21615
|
-
},
|
|
21616
|
-
{
|
|
21617
|
-
"kind": "field",
|
|
21618
|
-
"name": "bindings",
|
|
21619
|
-
"type": {
|
|
21620
|
-
"text": "InsightBindings"
|
|
21621
|
-
},
|
|
21622
|
-
"privacy": "private"
|
|
21623
|
-
},
|
|
21624
|
-
{
|
|
21625
|
-
"kind": "field",
|
|
21626
|
-
"name": "error",
|
|
21627
|
-
"type": {
|
|
21628
|
-
"text": "Error"
|
|
21629
|
-
},
|
|
21630
|
-
"privacy": "private"
|
|
21631
|
-
},
|
|
21632
|
-
{
|
|
21633
|
-
"kind": "field",
|
|
21634
|
-
"name": "searchBox",
|
|
21635
|
-
"type": {
|
|
21636
|
-
"text": "InsightSearchBox"
|
|
21637
|
-
},
|
|
21638
|
-
"privacy": "private"
|
|
21639
|
-
},
|
|
21640
|
-
{
|
|
21641
|
-
"kind": "field",
|
|
21642
|
-
"name": "searchBoxState",
|
|
21643
|
-
"type": {
|
|
21644
|
-
"text": "InsightSearchBoxState"
|
|
21645
|
-
},
|
|
21646
|
-
"privacy": "private"
|
|
21647
|
-
},
|
|
21648
|
-
{
|
|
21649
|
-
"kind": "field",
|
|
21650
|
-
"name": "isExpanded",
|
|
21651
|
-
"type": {
|
|
21652
|
-
"text": "boolean"
|
|
21653
|
-
},
|
|
21654
|
-
"privacy": "private",
|
|
21655
|
-
"default": "false"
|
|
21656
|
-
},
|
|
21657
|
-
{
|
|
21658
|
-
"kind": "field",
|
|
21659
|
-
"name": "disableSearch",
|
|
21660
|
-
"type": {
|
|
21661
|
-
"text": "boolean"
|
|
21662
|
-
},
|
|
21663
|
-
"privacy": "public",
|
|
21664
|
-
"default": "false",
|
|
21665
|
-
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21666
|
-
"attribute": "disable-search",
|
|
21667
|
-
"reflects": true
|
|
21668
|
-
},
|
|
21669
|
-
{
|
|
21670
|
-
"kind": "field",
|
|
21671
|
-
"name": "numberOfSuggestions",
|
|
21672
|
-
"type": {
|
|
21673
|
-
"text": "number"
|
|
21674
|
-
},
|
|
21675
|
-
"privacy": "public",
|
|
21676
|
-
"default": "5",
|
|
21677
|
-
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21678
|
-
"attribute": "number-of-suggestions",
|
|
21679
|
-
"reflects": true
|
|
21680
|
-
},
|
|
21681
|
-
{
|
|
21682
|
-
"kind": "field",
|
|
21683
|
-
"name": "searchBoxId",
|
|
21684
|
-
"type": {
|
|
21685
|
-
"text": "string"
|
|
21686
|
-
},
|
|
21687
|
-
"privacy": "private"
|
|
21688
|
-
},
|
|
21689
|
-
{
|
|
21690
|
-
"kind": "field",
|
|
21691
|
-
"name": "textAreaRef",
|
|
21692
|
-
"type": {
|
|
21693
|
-
"text": "Ref<HTMLTextAreaElement>"
|
|
21694
|
-
},
|
|
21695
|
-
"privacy": "private"
|
|
21696
|
-
},
|
|
21697
|
-
{
|
|
21698
|
-
"kind": "field",
|
|
21699
|
-
"name": "suggestionManager",
|
|
21700
|
-
"type": {
|
|
21701
|
-
"text": "SuggestionManager<InsightSearchBox>"
|
|
21702
|
-
},
|
|
21703
|
-
"privacy": "private"
|
|
21704
|
-
},
|
|
21705
|
-
{
|
|
21706
|
-
"kind": "field",
|
|
21707
|
-
"name": "searchBoxAriaMessage",
|
|
21708
|
-
"privacy": "private",
|
|
21709
|
-
"default": "new AriaLiveRegionController( this, 'search-box' )"
|
|
21710
|
-
},
|
|
21711
|
-
{
|
|
21712
|
-
"kind": "field",
|
|
21713
|
-
"name": "suggestionsAriaMessage",
|
|
21714
|
-
"privacy": "private",
|
|
21715
|
-
"default": "new AriaLiveRegionController( this, 'search-suggestions', true )"
|
|
21716
|
-
},
|
|
21717
|
-
{
|
|
21718
|
-
"kind": "method",
|
|
21719
|
-
"name": "initialize",
|
|
21720
|
-
"privacy": "public"
|
|
21721
|
-
},
|
|
21722
|
-
{
|
|
21723
|
-
"kind": "method",
|
|
21724
|
-
"name": "onSubmit",
|
|
21725
|
-
"privacy": "private"
|
|
21726
|
-
},
|
|
21727
|
-
{
|
|
21728
|
-
"kind": "method",
|
|
21729
|
-
"name": "onKeyDown",
|
|
21730
|
-
"privacy": "private",
|
|
21731
|
-
"parameters": [
|
|
21732
|
-
{
|
|
21733
|
-
"name": "e",
|
|
21734
|
-
"type": {
|
|
21735
|
-
"text": "KeyboardEvent"
|
|
21736
|
-
}
|
|
21737
|
-
}
|
|
21738
|
-
]
|
|
21739
|
-
},
|
|
21740
|
-
{
|
|
21741
|
-
"kind": "method",
|
|
21742
|
-
"name": "triggerTextAreaChange",
|
|
21743
|
-
"privacy": "private",
|
|
21744
|
-
"parameters": [
|
|
21745
|
-
{
|
|
21746
|
-
"name": "value",
|
|
21747
|
-
"type": {
|
|
21748
|
-
"text": "string"
|
|
21749
|
-
}
|
|
21750
|
-
}
|
|
21751
|
-
]
|
|
21752
|
-
},
|
|
21753
|
-
{
|
|
21754
|
-
"kind": "method",
|
|
21755
|
-
"name": "renderSuggestion",
|
|
21756
|
-
"privacy": "private",
|
|
21757
|
-
"return": {
|
|
21758
|
-
"type": {
|
|
21759
|
-
"text": "TemplateResult | typeof nothing"
|
|
21760
|
-
}
|
|
21761
|
-
},
|
|
21762
|
-
"parameters": [
|
|
21763
|
-
{
|
|
21764
|
-
"name": "item",
|
|
21765
|
-
"type": {
|
|
21766
|
-
"text": "SearchBoxSuggestionElement"
|
|
21767
|
-
}
|
|
21768
|
-
},
|
|
21769
|
-
{
|
|
21770
|
-
"name": "index",
|
|
21771
|
-
"type": {
|
|
21772
|
-
"text": "number"
|
|
21773
|
-
}
|
|
21774
|
-
},
|
|
21775
|
-
{
|
|
21776
|
-
"name": "lastIndex",
|
|
21777
|
-
"type": {
|
|
21778
|
-
"text": "number"
|
|
21779
|
-
}
|
|
21780
|
-
}
|
|
21781
|
-
]
|
|
21782
|
-
},
|
|
21783
|
-
{
|
|
21784
|
-
"kind": "method",
|
|
21785
|
-
"name": "renderSuggestionItem",
|
|
21786
|
-
"privacy": "private",
|
|
21787
|
-
"return": {
|
|
21788
|
-
"type": {
|
|
21789
|
-
"text": "SearchBoxSuggestionElement"
|
|
21790
|
-
}
|
|
21791
|
-
},
|
|
21792
|
-
"parameters": [
|
|
21793
|
-
{
|
|
21794
|
-
"name": "suggestion",
|
|
21795
|
-
"type": {
|
|
21796
|
-
"text": "InsightSuggestion"
|
|
21797
|
-
}
|
|
21798
|
-
}
|
|
21799
|
-
]
|
|
21800
|
-
},
|
|
21801
|
-
{
|
|
21802
|
-
"kind": "method",
|
|
21803
|
-
"name": "renderPanel",
|
|
21804
|
-
"privacy": "private",
|
|
21805
|
-
"return": {
|
|
21806
|
-
"type": {
|
|
21807
|
-
"text": "TemplateResult | typeof nothing"
|
|
21808
|
-
}
|
|
21809
|
-
},
|
|
21810
|
-
"parameters": [
|
|
21811
|
-
{
|
|
21812
|
-
"name": "elements",
|
|
21813
|
-
"type": {
|
|
21814
|
-
"text": "SearchBoxSuggestionElement[]"
|
|
21815
|
-
}
|
|
21816
|
-
},
|
|
21817
|
-
{
|
|
21818
|
-
"name": "setRef",
|
|
21819
|
-
"type": {
|
|
21820
|
-
"text": "(el: HTMLElement | undefined) => void"
|
|
21821
|
-
}
|
|
21822
|
-
},
|
|
21823
|
-
{
|
|
21824
|
-
"name": "getRef",
|
|
21825
|
-
"type": {
|
|
21826
|
-
"text": "() => HTMLElement | undefined"
|
|
21827
|
-
}
|
|
21828
|
-
}
|
|
21829
|
-
]
|
|
21830
|
-
},
|
|
21831
|
-
{
|
|
21832
|
-
"kind": "method",
|
|
21833
|
-
"name": "renderSuggestions",
|
|
21834
|
-
"privacy": "private",
|
|
21835
|
-
"return": {
|
|
21836
|
-
"type": {
|
|
21837
|
-
"text": "TemplateResult | typeof nothing"
|
|
21838
|
-
}
|
|
21839
|
-
}
|
|
21840
|
-
},
|
|
21841
|
-
{
|
|
21842
|
-
"kind": "method",
|
|
21843
|
-
"name": "getSearchInputLabel",
|
|
21844
|
-
"privacy": "private",
|
|
21845
|
-
"return": {
|
|
21846
|
-
"type": {
|
|
21847
|
-
"text": "string"
|
|
21848
|
-
}
|
|
21849
|
-
}
|
|
21850
|
-
},
|
|
21851
|
-
{
|
|
21852
|
-
"kind": "method",
|
|
21853
|
-
"name": "onFocus",
|
|
21854
|
-
"privacy": "private"
|
|
21855
|
-
},
|
|
21856
|
-
{
|
|
21857
|
-
"kind": "method",
|
|
21858
|
-
"name": "onInput",
|
|
21859
|
-
"privacy": "private",
|
|
21860
|
-
"parameters": [
|
|
21861
|
-
{
|
|
21862
|
-
"name": "value",
|
|
21863
|
-
"type": {
|
|
21864
|
-
"text": "string"
|
|
21865
|
-
}
|
|
21866
|
-
}
|
|
21867
|
-
]
|
|
21868
|
-
},
|
|
21869
|
-
{
|
|
21870
|
-
"kind": "method",
|
|
21871
|
-
"name": "announceNewActiveSuggestionToScreenReader",
|
|
21872
|
-
"privacy": "private"
|
|
21873
|
-
},
|
|
21874
|
-
{
|
|
21875
|
-
"kind": "method",
|
|
21876
|
-
"name": "announceNewSuggestionsToScreenReader",
|
|
21877
|
-
"privacy": "private"
|
|
21878
|
-
}
|
|
21879
|
-
],
|
|
21880
|
-
"attributes": [
|
|
21881
|
-
{
|
|
21882
|
-
"name": "disable-search",
|
|
21883
|
-
"type": {
|
|
21884
|
-
"text": "boolean"
|
|
21885
|
-
},
|
|
21886
|
-
"default": "false",
|
|
21887
|
-
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21888
|
-
"fieldName": "disableSearch"
|
|
21889
|
-
},
|
|
21890
|
-
{
|
|
21891
|
-
"name": "number-of-suggestions",
|
|
21892
|
-
"type": {
|
|
21893
|
-
"text": "number"
|
|
21894
|
-
},
|
|
21895
|
-
"default": "5",
|
|
21896
|
-
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21897
|
-
"fieldName": "numberOfSuggestions"
|
|
21898
|
-
}
|
|
21899
|
-
],
|
|
21900
|
-
"superclass": {
|
|
21901
|
-
"name": "LitElement",
|
|
21902
|
-
"package": "lit"
|
|
21903
|
-
},
|
|
21904
|
-
"events": [],
|
|
21905
|
-
"tagName": "atomic-insight-search-box",
|
|
21906
|
-
"customElement": true
|
|
21907
|
-
}
|
|
21908
|
-
],
|
|
21909
|
-
"exports": [
|
|
21910
|
-
{
|
|
21911
|
-
"kind": "js",
|
|
21912
|
-
"name": "AtomicInsightSearchBox",
|
|
21913
|
-
"declaration": {
|
|
21914
|
-
"name": "AtomicInsightSearchBox",
|
|
21915
|
-
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21916
|
-
}
|
|
21917
|
-
},
|
|
21918
|
-
{
|
|
21919
|
-
"kind": "custom-element-definition",
|
|
21920
|
-
"name": "atomic-insight-search-box",
|
|
21921
|
-
"declaration": {
|
|
21922
|
-
"name": "AtomicInsightSearchBox",
|
|
21923
|
-
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21924
|
-
}
|
|
21925
|
-
}
|
|
21926
|
-
]
|
|
21927
|
-
},
|
|
21928
|
-
{
|
|
21929
|
-
"kind": "javascript-module",
|
|
21930
|
-
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.tw.css.ts",
|
|
21931
|
-
"declarations": [],
|
|
21932
|
-
"exports": []
|
|
21933
|
-
},
|
|
21934
22007
|
{
|
|
21935
22008
|
"kind": "javascript-module",
|
|
21936
22009
|
"path": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.ts",
|
|
@@ -23318,18 +23391,6 @@
|
|
|
23318
23391
|
}
|
|
23319
23392
|
]
|
|
23320
23393
|
},
|
|
23321
|
-
{
|
|
23322
|
-
"kind": "javascript-module",
|
|
23323
|
-
"path": "src/components/ipx/atomic-ipx-body/ipx-body-styles.ts",
|
|
23324
|
-
"declarations": [],
|
|
23325
|
-
"exports": []
|
|
23326
|
-
},
|
|
23327
|
-
{
|
|
23328
|
-
"kind": "javascript-module",
|
|
23329
|
-
"path": "src/components/ipx/atomic-ipx-body/ipx-body.ts",
|
|
23330
|
-
"declarations": [],
|
|
23331
|
-
"exports": []
|
|
23332
|
-
},
|
|
23333
23394
|
{
|
|
23334
23395
|
"kind": "javascript-module",
|
|
23335
23396
|
"path": "src/components/ipx/atomic-ipx-button/atomic-ipx-button.ts",
|
|
@@ -23585,6 +23646,18 @@
|
|
|
23585
23646
|
}
|
|
23586
23647
|
]
|
|
23587
23648
|
},
|
|
23649
|
+
{
|
|
23650
|
+
"kind": "javascript-module",
|
|
23651
|
+
"path": "src/components/ipx/atomic-ipx-body/ipx-body-styles.ts",
|
|
23652
|
+
"declarations": [],
|
|
23653
|
+
"exports": []
|
|
23654
|
+
},
|
|
23655
|
+
{
|
|
23656
|
+
"kind": "javascript-module",
|
|
23657
|
+
"path": "src/components/ipx/atomic-ipx-body/ipx-body.ts",
|
|
23658
|
+
"declarations": [],
|
|
23659
|
+
"exports": []
|
|
23660
|
+
},
|
|
23588
23661
|
{
|
|
23589
23662
|
"kind": "javascript-module",
|
|
23590
23663
|
"path": "src/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.ts",
|
|
@@ -23957,310 +24030,6 @@
|
|
|
23957
24030
|
}
|
|
23958
24031
|
]
|
|
23959
24032
|
},
|
|
23960
|
-
{
|
|
23961
|
-
"kind": "javascript-module",
|
|
23962
|
-
"path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts",
|
|
23963
|
-
"declarations": [
|
|
23964
|
-
{
|
|
23965
|
-
"kind": "class",
|
|
23966
|
-
"description": "The `atomic-ipx-refine-modal` component is automatically created as a child of the `atomic-search-interface` when the `atomic-ipx-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body.",
|
|
23967
|
-
"name": "AtomicIpxRefineModal",
|
|
23968
|
-
"cssProperties": [
|
|
23969
|
-
{
|
|
23970
|
-
"description": "The margin between facets in the refine modal. Default is `20px`.",
|
|
23971
|
-
"name": "--atomic-refine-modal-facet-margin"
|
|
23972
|
-
}
|
|
23973
|
-
],
|
|
23974
|
-
"cssParts": [
|
|
23975
|
-
{
|
|
23976
|
-
"description": "The title of the modal.",
|
|
23977
|
-
"name": "title"
|
|
23978
|
-
},
|
|
23979
|
-
{
|
|
23980
|
-
"description": "The button in the header that closes the modal.",
|
|
23981
|
-
"name": "close-button"
|
|
23982
|
-
},
|
|
23983
|
-
{
|
|
23984
|
-
"description": "The icon of the close button.",
|
|
23985
|
-
"name": "close-icon"
|
|
23986
|
-
},
|
|
23987
|
-
{
|
|
23988
|
-
"description": "The wrapper around the content inside the body of the modal.",
|
|
23989
|
-
"name": "content"
|
|
23990
|
-
},
|
|
23991
|
-
{
|
|
23992
|
-
"description": "The title for each section.",
|
|
23993
|
-
"name": "section-title"
|
|
23994
|
-
},
|
|
23995
|
-
{
|
|
23996
|
-
"description": "The title for the filters section.",
|
|
23997
|
-
"name": "section-filters-title"
|
|
23998
|
-
},
|
|
23999
|
-
{
|
|
24000
|
-
"description": "The section containing facets and the \"filters\" title.",
|
|
24001
|
-
"name": "filter-section"
|
|
24002
|
-
},
|
|
24003
|
-
{
|
|
24004
|
-
"description": "The button that resets all actively selected facet values.",
|
|
24005
|
-
"name": "filter-clear-all"
|
|
24006
|
-
},
|
|
24007
|
-
{
|
|
24008
|
-
"description": "The wrapper around the content inside the footer of the modal, containing the button to view results.",
|
|
24009
|
-
"name": "footer-content"
|
|
24010
|
-
},
|
|
24011
|
-
{
|
|
24012
|
-
"description": "The button in the footer that closes the modal.",
|
|
24013
|
-
"name": "footer-button"
|
|
24014
|
-
},
|
|
24015
|
-
{
|
|
24016
|
-
"description": "The text inside the button in the footer that closes the modal.",
|
|
24017
|
-
"name": "footer-button-text"
|
|
24018
|
-
},
|
|
24019
|
-
{
|
|
24020
|
-
"description": "The count inside the button in the footer that closes the modal.",
|
|
24021
|
-
"name": "footer-button-count"
|
|
24022
|
-
},
|
|
24023
|
-
{
|
|
24024
|
-
"description": "The wrapper with a shadow or background color around the footer.",
|
|
24025
|
-
"name": "footer-wrapper"
|
|
24026
|
-
},
|
|
24027
|
-
{
|
|
24028
|
-
"description": "The footer of the modal.",
|
|
24029
|
-
"name": "footer"
|
|
24030
|
-
},
|
|
24031
|
-
{
|
|
24032
|
-
"description": "The horizontal ruler underneath the header.",
|
|
24033
|
-
"name": "header-ruler"
|
|
24034
|
-
},
|
|
24035
|
-
{
|
|
24036
|
-
"description": "The wrapper around the body.",
|
|
24037
|
-
"name": "body-wrapper"
|
|
24038
|
-
},
|
|
24039
|
-
{
|
|
24040
|
-
"description": "The body of the modal, between the header and the footer.",
|
|
24041
|
-
"name": "body"
|
|
24042
|
-
},
|
|
24043
|
-
{
|
|
24044
|
-
"description": "The wrapper around the header.",
|
|
24045
|
-
"name": "header-wrapper"
|
|
24046
|
-
},
|
|
24047
|
-
{
|
|
24048
|
-
"description": "The header of the modal, containing the title.",
|
|
24049
|
-
"name": "header"
|
|
24050
|
-
},
|
|
24051
|
-
{
|
|
24052
|
-
"description": "The modal's outermost container.",
|
|
24053
|
-
"name": "container"
|
|
24054
|
-
},
|
|
24055
|
-
{
|
|
24056
|
-
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
24057
|
-
"name": "backdrop"
|
|
24058
|
-
}
|
|
24059
|
-
],
|
|
24060
|
-
"slots": [
|
|
24061
|
-
{
|
|
24062
|
-
"description": "Slot for facet elements to be displayed in the modal. This slot is managed internally by the component and should not be used directly.",
|
|
24063
|
-
"name": "facets"
|
|
24064
|
-
}
|
|
24065
|
-
],
|
|
24066
|
-
"members": [
|
|
24067
|
-
{
|
|
24068
|
-
"kind": "field",
|
|
24069
|
-
"name": "bindings",
|
|
24070
|
-
"type": {
|
|
24071
|
-
"text": "Bindings"
|
|
24072
|
-
},
|
|
24073
|
-
"privacy": "private"
|
|
24074
|
-
},
|
|
24075
|
-
{
|
|
24076
|
-
"kind": "field",
|
|
24077
|
-
"name": "error",
|
|
24078
|
-
"type": {
|
|
24079
|
-
"text": "Error"
|
|
24080
|
-
},
|
|
24081
|
-
"privacy": "private"
|
|
24082
|
-
},
|
|
24083
|
-
{
|
|
24084
|
-
"kind": "field",
|
|
24085
|
-
"name": "openButton",
|
|
24086
|
-
"type": {
|
|
24087
|
-
"text": "HTMLElement"
|
|
24088
|
-
},
|
|
24089
|
-
"description": "The element that opens the modal when clicked.",
|
|
24090
|
-
"attribute": "open-button"
|
|
24091
|
-
},
|
|
24092
|
-
{
|
|
24093
|
-
"kind": "field",
|
|
24094
|
-
"name": "isOpen",
|
|
24095
|
-
"type": {
|
|
24096
|
-
"text": "boolean"
|
|
24097
|
-
},
|
|
24098
|
-
"default": "false",
|
|
24099
|
-
"description": "Whether the modal is open.",
|
|
24100
|
-
"attribute": "is-open",
|
|
24101
|
-
"reflects": true
|
|
24102
|
-
},
|
|
24103
|
-
{
|
|
24104
|
-
"kind": "field",
|
|
24105
|
-
"name": "collapseFacetsAfter",
|
|
24106
|
-
"type": {
|
|
24107
|
-
"text": "number"
|
|
24108
|
-
},
|
|
24109
|
-
"default": "0",
|
|
24110
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24111
|
-
"attribute": "collapse-facets-after",
|
|
24112
|
-
"reflects": true
|
|
24113
|
-
},
|
|
24114
|
-
{
|
|
24115
|
-
"kind": "field",
|
|
24116
|
-
"name": "breadcrumbManager",
|
|
24117
|
-
"type": {
|
|
24118
|
-
"text": "BreadcrumbManager"
|
|
24119
|
-
},
|
|
24120
|
-
"privacy": "private"
|
|
24121
|
-
},
|
|
24122
|
-
{
|
|
24123
|
-
"kind": "field",
|
|
24124
|
-
"name": "breadcrumbManagerState",
|
|
24125
|
-
"type": {
|
|
24126
|
-
"text": "BreadcrumbManagerState"
|
|
24127
|
-
},
|
|
24128
|
-
"privacy": "private"
|
|
24129
|
-
},
|
|
24130
|
-
{
|
|
24131
|
-
"kind": "field",
|
|
24132
|
-
"name": "querySummary",
|
|
24133
|
-
"type": {
|
|
24134
|
-
"text": "QuerySummary"
|
|
24135
|
-
},
|
|
24136
|
-
"privacy": "private"
|
|
24137
|
-
},
|
|
24138
|
-
{
|
|
24139
|
-
"kind": "field",
|
|
24140
|
-
"name": "querySummaryState",
|
|
24141
|
-
"type": {
|
|
24142
|
-
"text": "QuerySummaryState"
|
|
24143
|
-
},
|
|
24144
|
-
"privacy": "private"
|
|
24145
|
-
},
|
|
24146
|
-
{
|
|
24147
|
-
"kind": "method",
|
|
24148
|
-
"name": "initialize",
|
|
24149
|
-
"privacy": "public"
|
|
24150
|
-
},
|
|
24151
|
-
{
|
|
24152
|
-
"kind": "method",
|
|
24153
|
-
"name": "watchEnabled"
|
|
24154
|
-
},
|
|
24155
|
-
{
|
|
24156
|
-
"kind": "method",
|
|
24157
|
-
"name": "createFacetSlotIfAbsent",
|
|
24158
|
-
"privacy": "private"
|
|
24159
|
-
},
|
|
24160
|
-
{
|
|
24161
|
-
"kind": "method",
|
|
24162
|
-
"name": "createFacetSlot",
|
|
24163
|
-
"privacy": "private",
|
|
24164
|
-
"return": {
|
|
24165
|
-
"type": {
|
|
24166
|
-
"text": "HTMLDivElement"
|
|
24167
|
-
}
|
|
24168
|
-
},
|
|
24169
|
-
"description": "This method is necessary to ensure that the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
24170
|
-
},
|
|
24171
|
-
{
|
|
24172
|
-
"kind": "method",
|
|
24173
|
-
"name": "cloneFacets",
|
|
24174
|
-
"privacy": "private",
|
|
24175
|
-
"return": {
|
|
24176
|
-
"type": {
|
|
24177
|
-
"text": "BaseFacetElement[]"
|
|
24178
|
-
}
|
|
24179
|
-
},
|
|
24180
|
-
"parameters": [
|
|
24181
|
-
{
|
|
24182
|
-
"name": "facets",
|
|
24183
|
-
"type": {
|
|
24184
|
-
"text": "BaseFacetElement[]"
|
|
24185
|
-
}
|
|
24186
|
-
}
|
|
24187
|
-
]
|
|
24188
|
-
},
|
|
24189
|
-
{
|
|
24190
|
-
"kind": "method",
|
|
24191
|
-
"name": "addFacetColumnStyling",
|
|
24192
|
-
"privacy": "private",
|
|
24193
|
-
"parameters": [
|
|
24194
|
-
{
|
|
24195
|
-
"name": "el",
|
|
24196
|
-
"type": {
|
|
24197
|
-
"text": "HTMLElement"
|
|
24198
|
-
}
|
|
24199
|
-
}
|
|
24200
|
-
]
|
|
24201
|
-
},
|
|
24202
|
-
{
|
|
24203
|
-
"kind": "method",
|
|
24204
|
-
"name": "renderFilters",
|
|
24205
|
-
"privacy": "private"
|
|
24206
|
-
}
|
|
24207
|
-
],
|
|
24208
|
-
"attributes": [
|
|
24209
|
-
{
|
|
24210
|
-
"name": "open-button",
|
|
24211
|
-
"type": {
|
|
24212
|
-
"text": "HTMLElement"
|
|
24213
|
-
},
|
|
24214
|
-
"description": "The element that opens the modal when clicked.",
|
|
24215
|
-
"fieldName": "openButton"
|
|
24216
|
-
},
|
|
24217
|
-
{
|
|
24218
|
-
"name": "is-open",
|
|
24219
|
-
"type": {
|
|
24220
|
-
"text": "boolean"
|
|
24221
|
-
},
|
|
24222
|
-
"default": "false",
|
|
24223
|
-
"description": "Whether the modal is open.",
|
|
24224
|
-
"fieldName": "isOpen"
|
|
24225
|
-
},
|
|
24226
|
-
{
|
|
24227
|
-
"name": "collapse-facets-after",
|
|
24228
|
-
"type": {
|
|
24229
|
-
"text": "number"
|
|
24230
|
-
},
|
|
24231
|
-
"default": "0",
|
|
24232
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24233
|
-
"fieldName": "collapseFacetsAfter"
|
|
24234
|
-
}
|
|
24235
|
-
],
|
|
24236
|
-
"superclass": {
|
|
24237
|
-
"name": "LitElement",
|
|
24238
|
-
"package": "lit"
|
|
24239
|
-
},
|
|
24240
|
-
"events": [],
|
|
24241
|
-
"tagName": "atomic-ipx-refine-modal",
|
|
24242
|
-
"customElement": true
|
|
24243
|
-
}
|
|
24244
|
-
],
|
|
24245
|
-
"exports": [
|
|
24246
|
-
{
|
|
24247
|
-
"kind": "js",
|
|
24248
|
-
"name": "AtomicIpxRefineModal",
|
|
24249
|
-
"declaration": {
|
|
24250
|
-
"name": "AtomicIpxRefineModal",
|
|
24251
|
-
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24252
|
-
}
|
|
24253
|
-
},
|
|
24254
|
-
{
|
|
24255
|
-
"kind": "custom-element-definition",
|
|
24256
|
-
"name": "atomic-ipx-refine-modal",
|
|
24257
|
-
"declaration": {
|
|
24258
|
-
"name": "AtomicIpxRefineModal",
|
|
24259
|
-
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24260
|
-
}
|
|
24261
|
-
}
|
|
24262
|
-
]
|
|
24263
|
-
},
|
|
24264
24033
|
{
|
|
24265
24034
|
"kind": "javascript-module",
|
|
24266
24035
|
"path": "src/components/ipx/atomic-ipx-recs-list/atomic-ipx-recs-list.ts",
|
|
@@ -24833,6 +24602,310 @@
|
|
|
24833
24602
|
}
|
|
24834
24603
|
]
|
|
24835
24604
|
},
|
|
24605
|
+
{
|
|
24606
|
+
"kind": "javascript-module",
|
|
24607
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts",
|
|
24608
|
+
"declarations": [
|
|
24609
|
+
{
|
|
24610
|
+
"kind": "class",
|
|
24611
|
+
"description": "The `atomic-ipx-refine-modal` component is automatically created as a child of the `atomic-search-interface` when the `atomic-ipx-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body.",
|
|
24612
|
+
"name": "AtomicIpxRefineModal",
|
|
24613
|
+
"cssProperties": [
|
|
24614
|
+
{
|
|
24615
|
+
"description": "The margin between facets in the refine modal. Default is `20px`.",
|
|
24616
|
+
"name": "--atomic-refine-modal-facet-margin"
|
|
24617
|
+
}
|
|
24618
|
+
],
|
|
24619
|
+
"cssParts": [
|
|
24620
|
+
{
|
|
24621
|
+
"description": "The title of the modal.",
|
|
24622
|
+
"name": "title"
|
|
24623
|
+
},
|
|
24624
|
+
{
|
|
24625
|
+
"description": "The button in the header that closes the modal.",
|
|
24626
|
+
"name": "close-button"
|
|
24627
|
+
},
|
|
24628
|
+
{
|
|
24629
|
+
"description": "The icon of the close button.",
|
|
24630
|
+
"name": "close-icon"
|
|
24631
|
+
},
|
|
24632
|
+
{
|
|
24633
|
+
"description": "The wrapper around the content inside the body of the modal.",
|
|
24634
|
+
"name": "content"
|
|
24635
|
+
},
|
|
24636
|
+
{
|
|
24637
|
+
"description": "The title for each section.",
|
|
24638
|
+
"name": "section-title"
|
|
24639
|
+
},
|
|
24640
|
+
{
|
|
24641
|
+
"description": "The title for the filters section.",
|
|
24642
|
+
"name": "section-filters-title"
|
|
24643
|
+
},
|
|
24644
|
+
{
|
|
24645
|
+
"description": "The section containing facets and the \"filters\" title.",
|
|
24646
|
+
"name": "filter-section"
|
|
24647
|
+
},
|
|
24648
|
+
{
|
|
24649
|
+
"description": "The button that resets all actively selected facet values.",
|
|
24650
|
+
"name": "filter-clear-all"
|
|
24651
|
+
},
|
|
24652
|
+
{
|
|
24653
|
+
"description": "The wrapper around the content inside the footer of the modal, containing the button to view results.",
|
|
24654
|
+
"name": "footer-content"
|
|
24655
|
+
},
|
|
24656
|
+
{
|
|
24657
|
+
"description": "The button in the footer that closes the modal.",
|
|
24658
|
+
"name": "footer-button"
|
|
24659
|
+
},
|
|
24660
|
+
{
|
|
24661
|
+
"description": "The text inside the button in the footer that closes the modal.",
|
|
24662
|
+
"name": "footer-button-text"
|
|
24663
|
+
},
|
|
24664
|
+
{
|
|
24665
|
+
"description": "The count inside the button in the footer that closes the modal.",
|
|
24666
|
+
"name": "footer-button-count"
|
|
24667
|
+
},
|
|
24668
|
+
{
|
|
24669
|
+
"description": "The wrapper with a shadow or background color around the footer.",
|
|
24670
|
+
"name": "footer-wrapper"
|
|
24671
|
+
},
|
|
24672
|
+
{
|
|
24673
|
+
"description": "The footer of the modal.",
|
|
24674
|
+
"name": "footer"
|
|
24675
|
+
},
|
|
24676
|
+
{
|
|
24677
|
+
"description": "The horizontal ruler underneath the header.",
|
|
24678
|
+
"name": "header-ruler"
|
|
24679
|
+
},
|
|
24680
|
+
{
|
|
24681
|
+
"description": "The wrapper around the body.",
|
|
24682
|
+
"name": "body-wrapper"
|
|
24683
|
+
},
|
|
24684
|
+
{
|
|
24685
|
+
"description": "The body of the modal, between the header and the footer.",
|
|
24686
|
+
"name": "body"
|
|
24687
|
+
},
|
|
24688
|
+
{
|
|
24689
|
+
"description": "The wrapper around the header.",
|
|
24690
|
+
"name": "header-wrapper"
|
|
24691
|
+
},
|
|
24692
|
+
{
|
|
24693
|
+
"description": "The header of the modal, containing the title.",
|
|
24694
|
+
"name": "header"
|
|
24695
|
+
},
|
|
24696
|
+
{
|
|
24697
|
+
"description": "The modal's outermost container.",
|
|
24698
|
+
"name": "container"
|
|
24699
|
+
},
|
|
24700
|
+
{
|
|
24701
|
+
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
24702
|
+
"name": "backdrop"
|
|
24703
|
+
}
|
|
24704
|
+
],
|
|
24705
|
+
"slots": [
|
|
24706
|
+
{
|
|
24707
|
+
"description": "Slot for facet elements to be displayed in the modal. This slot is managed internally by the component and should not be used directly.",
|
|
24708
|
+
"name": "facets"
|
|
24709
|
+
}
|
|
24710
|
+
],
|
|
24711
|
+
"members": [
|
|
24712
|
+
{
|
|
24713
|
+
"kind": "field",
|
|
24714
|
+
"name": "bindings",
|
|
24715
|
+
"type": {
|
|
24716
|
+
"text": "Bindings"
|
|
24717
|
+
},
|
|
24718
|
+
"privacy": "private"
|
|
24719
|
+
},
|
|
24720
|
+
{
|
|
24721
|
+
"kind": "field",
|
|
24722
|
+
"name": "error",
|
|
24723
|
+
"type": {
|
|
24724
|
+
"text": "Error"
|
|
24725
|
+
},
|
|
24726
|
+
"privacy": "private"
|
|
24727
|
+
},
|
|
24728
|
+
{
|
|
24729
|
+
"kind": "field",
|
|
24730
|
+
"name": "openButton",
|
|
24731
|
+
"type": {
|
|
24732
|
+
"text": "HTMLElement"
|
|
24733
|
+
},
|
|
24734
|
+
"description": "The element that opens the modal when clicked.",
|
|
24735
|
+
"attribute": "open-button"
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
"kind": "field",
|
|
24739
|
+
"name": "isOpen",
|
|
24740
|
+
"type": {
|
|
24741
|
+
"text": "boolean"
|
|
24742
|
+
},
|
|
24743
|
+
"default": "false",
|
|
24744
|
+
"description": "Whether the modal is open.",
|
|
24745
|
+
"attribute": "is-open",
|
|
24746
|
+
"reflects": true
|
|
24747
|
+
},
|
|
24748
|
+
{
|
|
24749
|
+
"kind": "field",
|
|
24750
|
+
"name": "collapseFacetsAfter",
|
|
24751
|
+
"type": {
|
|
24752
|
+
"text": "number"
|
|
24753
|
+
},
|
|
24754
|
+
"default": "0",
|
|
24755
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24756
|
+
"attribute": "collapse-facets-after",
|
|
24757
|
+
"reflects": true
|
|
24758
|
+
},
|
|
24759
|
+
{
|
|
24760
|
+
"kind": "field",
|
|
24761
|
+
"name": "breadcrumbManager",
|
|
24762
|
+
"type": {
|
|
24763
|
+
"text": "BreadcrumbManager"
|
|
24764
|
+
},
|
|
24765
|
+
"privacy": "private"
|
|
24766
|
+
},
|
|
24767
|
+
{
|
|
24768
|
+
"kind": "field",
|
|
24769
|
+
"name": "breadcrumbManagerState",
|
|
24770
|
+
"type": {
|
|
24771
|
+
"text": "BreadcrumbManagerState"
|
|
24772
|
+
},
|
|
24773
|
+
"privacy": "private"
|
|
24774
|
+
},
|
|
24775
|
+
{
|
|
24776
|
+
"kind": "field",
|
|
24777
|
+
"name": "querySummary",
|
|
24778
|
+
"type": {
|
|
24779
|
+
"text": "QuerySummary"
|
|
24780
|
+
},
|
|
24781
|
+
"privacy": "private"
|
|
24782
|
+
},
|
|
24783
|
+
{
|
|
24784
|
+
"kind": "field",
|
|
24785
|
+
"name": "querySummaryState",
|
|
24786
|
+
"type": {
|
|
24787
|
+
"text": "QuerySummaryState"
|
|
24788
|
+
},
|
|
24789
|
+
"privacy": "private"
|
|
24790
|
+
},
|
|
24791
|
+
{
|
|
24792
|
+
"kind": "method",
|
|
24793
|
+
"name": "initialize",
|
|
24794
|
+
"privacy": "public"
|
|
24795
|
+
},
|
|
24796
|
+
{
|
|
24797
|
+
"kind": "method",
|
|
24798
|
+
"name": "watchEnabled"
|
|
24799
|
+
},
|
|
24800
|
+
{
|
|
24801
|
+
"kind": "method",
|
|
24802
|
+
"name": "createFacetSlotIfAbsent",
|
|
24803
|
+
"privacy": "private"
|
|
24804
|
+
},
|
|
24805
|
+
{
|
|
24806
|
+
"kind": "method",
|
|
24807
|
+
"name": "createFacetSlot",
|
|
24808
|
+
"privacy": "private",
|
|
24809
|
+
"return": {
|
|
24810
|
+
"type": {
|
|
24811
|
+
"text": "HTMLDivElement"
|
|
24812
|
+
}
|
|
24813
|
+
},
|
|
24814
|
+
"description": "This method is necessary to ensure that the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
24815
|
+
},
|
|
24816
|
+
{
|
|
24817
|
+
"kind": "method",
|
|
24818
|
+
"name": "cloneFacets",
|
|
24819
|
+
"privacy": "private",
|
|
24820
|
+
"return": {
|
|
24821
|
+
"type": {
|
|
24822
|
+
"text": "BaseFacetElement[]"
|
|
24823
|
+
}
|
|
24824
|
+
},
|
|
24825
|
+
"parameters": [
|
|
24826
|
+
{
|
|
24827
|
+
"name": "facets",
|
|
24828
|
+
"type": {
|
|
24829
|
+
"text": "BaseFacetElement[]"
|
|
24830
|
+
}
|
|
24831
|
+
}
|
|
24832
|
+
]
|
|
24833
|
+
},
|
|
24834
|
+
{
|
|
24835
|
+
"kind": "method",
|
|
24836
|
+
"name": "addFacetColumnStyling",
|
|
24837
|
+
"privacy": "private",
|
|
24838
|
+
"parameters": [
|
|
24839
|
+
{
|
|
24840
|
+
"name": "el",
|
|
24841
|
+
"type": {
|
|
24842
|
+
"text": "HTMLElement"
|
|
24843
|
+
}
|
|
24844
|
+
}
|
|
24845
|
+
]
|
|
24846
|
+
},
|
|
24847
|
+
{
|
|
24848
|
+
"kind": "method",
|
|
24849
|
+
"name": "renderFilters",
|
|
24850
|
+
"privacy": "private"
|
|
24851
|
+
}
|
|
24852
|
+
],
|
|
24853
|
+
"attributes": [
|
|
24854
|
+
{
|
|
24855
|
+
"name": "open-button",
|
|
24856
|
+
"type": {
|
|
24857
|
+
"text": "HTMLElement"
|
|
24858
|
+
},
|
|
24859
|
+
"description": "The element that opens the modal when clicked.",
|
|
24860
|
+
"fieldName": "openButton"
|
|
24861
|
+
},
|
|
24862
|
+
{
|
|
24863
|
+
"name": "is-open",
|
|
24864
|
+
"type": {
|
|
24865
|
+
"text": "boolean"
|
|
24866
|
+
},
|
|
24867
|
+
"default": "false",
|
|
24868
|
+
"description": "Whether the modal is open.",
|
|
24869
|
+
"fieldName": "isOpen"
|
|
24870
|
+
},
|
|
24871
|
+
{
|
|
24872
|
+
"name": "collapse-facets-after",
|
|
24873
|
+
"type": {
|
|
24874
|
+
"text": "number"
|
|
24875
|
+
},
|
|
24876
|
+
"default": "0",
|
|
24877
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24878
|
+
"fieldName": "collapseFacetsAfter"
|
|
24879
|
+
}
|
|
24880
|
+
],
|
|
24881
|
+
"superclass": {
|
|
24882
|
+
"name": "LitElement",
|
|
24883
|
+
"package": "lit"
|
|
24884
|
+
},
|
|
24885
|
+
"events": [],
|
|
24886
|
+
"tagName": "atomic-ipx-refine-modal",
|
|
24887
|
+
"customElement": true
|
|
24888
|
+
}
|
|
24889
|
+
],
|
|
24890
|
+
"exports": [
|
|
24891
|
+
{
|
|
24892
|
+
"kind": "js",
|
|
24893
|
+
"name": "AtomicIpxRefineModal",
|
|
24894
|
+
"declaration": {
|
|
24895
|
+
"name": "AtomicIpxRefineModal",
|
|
24896
|
+
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24897
|
+
}
|
|
24898
|
+
},
|
|
24899
|
+
{
|
|
24900
|
+
"kind": "custom-element-definition",
|
|
24901
|
+
"name": "atomic-ipx-refine-modal",
|
|
24902
|
+
"declaration": {
|
|
24903
|
+
"name": "AtomicIpxRefineModal",
|
|
24904
|
+
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24905
|
+
}
|
|
24906
|
+
}
|
|
24907
|
+
]
|
|
24908
|
+
},
|
|
24836
24909
|
{
|
|
24837
24910
|
"kind": "javascript-module",
|
|
24838
24911
|
"path": "src/components/ipx/atomic-ipx-refine-toggle/atomic-ipx-refine-toggle.ts",
|
|
@@ -32103,7 +32176,13 @@
|
|
|
32103
32176
|
"kind": "field",
|
|
32104
32177
|
"name": "ariaMessage",
|
|
32105
32178
|
"privacy": "private",
|
|
32106
|
-
"default": "new AriaLiveRegionController(this, 'generated-answer')"
|
|
32179
|
+
"default": "new AriaLiveRegionController( this, 'generated-answer', false, true )"
|
|
32180
|
+
},
|
|
32181
|
+
{
|
|
32182
|
+
"kind": "field",
|
|
32183
|
+
"name": "ariaErrorMessage",
|
|
32184
|
+
"privacy": "private",
|
|
32185
|
+
"default": "new AriaLiveRegionController( this, 'generated-answer-error', true )"
|
|
32107
32186
|
},
|
|
32108
32187
|
{
|
|
32109
32188
|
"kind": "method",
|
|
@@ -32466,109 +32545,6 @@
|
|
|
32466
32545
|
"declarations": [],
|
|
32467
32546
|
"exports": []
|
|
32468
32547
|
},
|
|
32469
|
-
{
|
|
32470
|
-
"kind": "javascript-module",
|
|
32471
|
-
"path": "src/components/search/atomic-html/atomic-html.ts",
|
|
32472
|
-
"declarations": [
|
|
32473
|
-
{
|
|
32474
|
-
"kind": "class",
|
|
32475
|
-
"description": "The `atomic-html` component renders the HTML value of a string.\n\nThere is an inherent XSS security concern associated with the usage of this component.\n\nUse only with values for which you are certain the content is harmless.",
|
|
32476
|
-
"name": "AtomicHtml",
|
|
32477
|
-
"members": [
|
|
32478
|
-
{
|
|
32479
|
-
"kind": "field",
|
|
32480
|
-
"name": "bindings",
|
|
32481
|
-
"type": {
|
|
32482
|
-
"text": "Bindings"
|
|
32483
|
-
},
|
|
32484
|
-
"privacy": "private"
|
|
32485
|
-
},
|
|
32486
|
-
{
|
|
32487
|
-
"kind": "field",
|
|
32488
|
-
"name": "error",
|
|
32489
|
-
"type": {
|
|
32490
|
-
"text": "Error"
|
|
32491
|
-
},
|
|
32492
|
-
"privacy": "private"
|
|
32493
|
-
},
|
|
32494
|
-
{
|
|
32495
|
-
"kind": "field",
|
|
32496
|
-
"name": "value",
|
|
32497
|
-
"type": {
|
|
32498
|
-
"text": "string"
|
|
32499
|
-
},
|
|
32500
|
-
"description": "The string value containing HTML to display;",
|
|
32501
|
-
"attribute": "value"
|
|
32502
|
-
},
|
|
32503
|
-
{
|
|
32504
|
-
"kind": "field",
|
|
32505
|
-
"name": "sanitize",
|
|
32506
|
-
"type": {
|
|
32507
|
-
"text": "boolean"
|
|
32508
|
-
},
|
|
32509
|
-
"default": "true",
|
|
32510
|
-
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
32511
|
-
"attribute": "sanitize",
|
|
32512
|
-
"reflects": true
|
|
32513
|
-
},
|
|
32514
|
-
{
|
|
32515
|
-
"kind": "method",
|
|
32516
|
-
"name": "initialize",
|
|
32517
|
-
"privacy": "public"
|
|
32518
|
-
},
|
|
32519
|
-
{
|
|
32520
|
-
"kind": "method",
|
|
32521
|
-
"name": "validateProps",
|
|
32522
|
-
"privacy": "private"
|
|
32523
|
-
}
|
|
32524
|
-
],
|
|
32525
|
-
"attributes": [
|
|
32526
|
-
{
|
|
32527
|
-
"name": "value",
|
|
32528
|
-
"type": {
|
|
32529
|
-
"text": "string"
|
|
32530
|
-
},
|
|
32531
|
-
"description": "The string value containing HTML to display;",
|
|
32532
|
-
"fieldName": "value"
|
|
32533
|
-
},
|
|
32534
|
-
{
|
|
32535
|
-
"name": "sanitize",
|
|
32536
|
-
"type": {
|
|
32537
|
-
"text": "boolean"
|
|
32538
|
-
},
|
|
32539
|
-
"default": "true",
|
|
32540
|
-
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
32541
|
-
"fieldName": "sanitize"
|
|
32542
|
-
}
|
|
32543
|
-
],
|
|
32544
|
-
"superclass": {
|
|
32545
|
-
"name": "LitElement",
|
|
32546
|
-
"package": "lit"
|
|
32547
|
-
},
|
|
32548
|
-
"events": [],
|
|
32549
|
-
"tagName": "atomic-html",
|
|
32550
|
-
"customElement": true
|
|
32551
|
-
}
|
|
32552
|
-
],
|
|
32553
|
-
"exports": [
|
|
32554
|
-
{
|
|
32555
|
-
"kind": "js",
|
|
32556
|
-
"name": "AtomicHtml",
|
|
32557
|
-
"declaration": {
|
|
32558
|
-
"name": "AtomicHtml",
|
|
32559
|
-
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
32560
|
-
}
|
|
32561
|
-
},
|
|
32562
|
-
{
|
|
32563
|
-
"kind": "custom-element-definition",
|
|
32564
|
-
"name": "atomic-html",
|
|
32565
|
-
"declaration": {
|
|
32566
|
-
"name": "AtomicHtml",
|
|
32567
|
-
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
32568
|
-
}
|
|
32569
|
-
}
|
|
32570
|
-
]
|
|
32571
|
-
},
|
|
32572
32548
|
{
|
|
32573
32549
|
"kind": "javascript-module",
|
|
32574
32550
|
"path": "src/components/search/atomic-load-more-results/atomic-load-more-results.ts",
|
|
@@ -32937,6 +32913,109 @@
|
|
|
32937
32913
|
}
|
|
32938
32914
|
]
|
|
32939
32915
|
},
|
|
32916
|
+
{
|
|
32917
|
+
"kind": "javascript-module",
|
|
32918
|
+
"path": "src/components/search/atomic-html/atomic-html.ts",
|
|
32919
|
+
"declarations": [
|
|
32920
|
+
{
|
|
32921
|
+
"kind": "class",
|
|
32922
|
+
"description": "The `atomic-html` component renders the HTML value of a string.\n\nThere is an inherent XSS security concern associated with the usage of this component.\n\nUse only with values for which you are certain the content is harmless.",
|
|
32923
|
+
"name": "AtomicHtml",
|
|
32924
|
+
"members": [
|
|
32925
|
+
{
|
|
32926
|
+
"kind": "field",
|
|
32927
|
+
"name": "bindings",
|
|
32928
|
+
"type": {
|
|
32929
|
+
"text": "Bindings"
|
|
32930
|
+
},
|
|
32931
|
+
"privacy": "private"
|
|
32932
|
+
},
|
|
32933
|
+
{
|
|
32934
|
+
"kind": "field",
|
|
32935
|
+
"name": "error",
|
|
32936
|
+
"type": {
|
|
32937
|
+
"text": "Error"
|
|
32938
|
+
},
|
|
32939
|
+
"privacy": "private"
|
|
32940
|
+
},
|
|
32941
|
+
{
|
|
32942
|
+
"kind": "field",
|
|
32943
|
+
"name": "value",
|
|
32944
|
+
"type": {
|
|
32945
|
+
"text": "string"
|
|
32946
|
+
},
|
|
32947
|
+
"description": "The string value containing HTML to display;",
|
|
32948
|
+
"attribute": "value"
|
|
32949
|
+
},
|
|
32950
|
+
{
|
|
32951
|
+
"kind": "field",
|
|
32952
|
+
"name": "sanitize",
|
|
32953
|
+
"type": {
|
|
32954
|
+
"text": "boolean"
|
|
32955
|
+
},
|
|
32956
|
+
"default": "true",
|
|
32957
|
+
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
32958
|
+
"attribute": "sanitize",
|
|
32959
|
+
"reflects": true
|
|
32960
|
+
},
|
|
32961
|
+
{
|
|
32962
|
+
"kind": "method",
|
|
32963
|
+
"name": "initialize",
|
|
32964
|
+
"privacy": "public"
|
|
32965
|
+
},
|
|
32966
|
+
{
|
|
32967
|
+
"kind": "method",
|
|
32968
|
+
"name": "validateProps",
|
|
32969
|
+
"privacy": "private"
|
|
32970
|
+
}
|
|
32971
|
+
],
|
|
32972
|
+
"attributes": [
|
|
32973
|
+
{
|
|
32974
|
+
"name": "value",
|
|
32975
|
+
"type": {
|
|
32976
|
+
"text": "string"
|
|
32977
|
+
},
|
|
32978
|
+
"description": "The string value containing HTML to display;",
|
|
32979
|
+
"fieldName": "value"
|
|
32980
|
+
},
|
|
32981
|
+
{
|
|
32982
|
+
"name": "sanitize",
|
|
32983
|
+
"type": {
|
|
32984
|
+
"text": "boolean"
|
|
32985
|
+
},
|
|
32986
|
+
"default": "true",
|
|
32987
|
+
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
32988
|
+
"fieldName": "sanitize"
|
|
32989
|
+
}
|
|
32990
|
+
],
|
|
32991
|
+
"superclass": {
|
|
32992
|
+
"name": "LitElement",
|
|
32993
|
+
"package": "lit"
|
|
32994
|
+
},
|
|
32995
|
+
"events": [],
|
|
32996
|
+
"tagName": "atomic-html",
|
|
32997
|
+
"customElement": true
|
|
32998
|
+
}
|
|
32999
|
+
],
|
|
33000
|
+
"exports": [
|
|
33001
|
+
{
|
|
33002
|
+
"kind": "js",
|
|
33003
|
+
"name": "AtomicHtml",
|
|
33004
|
+
"declaration": {
|
|
33005
|
+
"name": "AtomicHtml",
|
|
33006
|
+
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
33007
|
+
}
|
|
33008
|
+
},
|
|
33009
|
+
{
|
|
33010
|
+
"kind": "custom-element-definition",
|
|
33011
|
+
"name": "atomic-html",
|
|
33012
|
+
"declaration": {
|
|
33013
|
+
"name": "AtomicHtml",
|
|
33014
|
+
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
33015
|
+
}
|
|
33016
|
+
}
|
|
33017
|
+
]
|
|
33018
|
+
},
|
|
32940
33019
|
{
|
|
32941
33020
|
"kind": "javascript-module",
|
|
32942
33021
|
"path": "src/components/search/atomic-notifications/atomic-notifications.ts",
|
|
@@ -39027,7 +39106,7 @@
|
|
|
39027
39106
|
"declarations": [
|
|
39028
39107
|
{
|
|
39029
39108
|
"kind": "class",
|
|
39030
|
-
"description": "The `atomic-result-link` component automatically
|
|
39109
|
+
"description": "The `atomic-result-link` component automatically converts a search result title into a clickable link to the original item. When users click the link, the component logs a click analytics event.",
|
|
39031
39110
|
"name": "AtomicResultLink",
|
|
39032
39111
|
"slots": [
|
|
39033
39112
|
{
|
|
@@ -47927,37 +48006,37 @@
|
|
|
47927
48006
|
},
|
|
47928
48007
|
{
|
|
47929
48008
|
"kind": "javascript-module",
|
|
47930
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48009
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts",
|
|
47931
48010
|
"declarations": [],
|
|
47932
48011
|
"exports": []
|
|
47933
48012
|
},
|
|
47934
48013
|
{
|
|
47935
48014
|
"kind": "javascript-module",
|
|
47936
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48015
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/fixture.ts",
|
|
47937
48016
|
"declarations": [],
|
|
47938
48017
|
"exports": []
|
|
47939
48018
|
},
|
|
47940
48019
|
{
|
|
47941
48020
|
"kind": "javascript-module",
|
|
47942
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48021
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/page-object.ts",
|
|
47943
48022
|
"declarations": [],
|
|
47944
48023
|
"exports": []
|
|
47945
48024
|
},
|
|
47946
48025
|
{
|
|
47947
48026
|
"kind": "javascript-module",
|
|
47948
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48027
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts",
|
|
47949
48028
|
"declarations": [],
|
|
47950
48029
|
"exports": []
|
|
47951
48030
|
},
|
|
47952
48031
|
{
|
|
47953
48032
|
"kind": "javascript-module",
|
|
47954
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48033
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/fixture.ts",
|
|
47955
48034
|
"declarations": [],
|
|
47956
48035
|
"exports": []
|
|
47957
48036
|
},
|
|
47958
48037
|
{
|
|
47959
48038
|
"kind": "javascript-module",
|
|
47960
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48039
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/page-object.ts",
|
|
47961
48040
|
"declarations": [],
|
|
47962
48041
|
"exports": []
|
|
47963
48042
|
},
|
|
@@ -47999,91 +48078,91 @@
|
|
|
47999
48078
|
},
|
|
48000
48079
|
{
|
|
48001
48080
|
"kind": "javascript-module",
|
|
48002
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48081
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts",
|
|
48003
48082
|
"declarations": [],
|
|
48004
48083
|
"exports": []
|
|
48005
48084
|
},
|
|
48006
48085
|
{
|
|
48007
48086
|
"kind": "javascript-module",
|
|
48008
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48087
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/fixture.ts",
|
|
48009
48088
|
"declarations": [],
|
|
48010
48089
|
"exports": []
|
|
48011
48090
|
},
|
|
48012
48091
|
{
|
|
48013
48092
|
"kind": "javascript-module",
|
|
48014
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48093
|
+
"path": "src/components/commerce/atomic-commerce-products-per-page/e2e/page-object.ts",
|
|
48015
48094
|
"declarations": [],
|
|
48016
48095
|
"exports": []
|
|
48017
48096
|
},
|
|
48018
48097
|
{
|
|
48019
48098
|
"kind": "javascript-module",
|
|
48020
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48099
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/atomic-commerce-query-error.e2e.ts",
|
|
48021
48100
|
"declarations": [],
|
|
48022
48101
|
"exports": []
|
|
48023
48102
|
},
|
|
48024
48103
|
{
|
|
48025
48104
|
"kind": "javascript-module",
|
|
48026
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48105
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/fixture.ts",
|
|
48027
48106
|
"declarations": [],
|
|
48028
48107
|
"exports": []
|
|
48029
48108
|
},
|
|
48030
48109
|
{
|
|
48031
48110
|
"kind": "javascript-module",
|
|
48032
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48111
|
+
"path": "src/components/commerce/atomic-commerce-query-error/e2e/page-object.ts",
|
|
48033
48112
|
"declarations": [],
|
|
48034
48113
|
"exports": []
|
|
48035
48114
|
},
|
|
48036
48115
|
{
|
|
48037
48116
|
"kind": "javascript-module",
|
|
48038
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48117
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts",
|
|
48039
48118
|
"declarations": [],
|
|
48040
48119
|
"exports": []
|
|
48041
48120
|
},
|
|
48042
48121
|
{
|
|
48043
48122
|
"kind": "javascript-module",
|
|
48044
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48123
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/fixture.ts",
|
|
48045
48124
|
"declarations": [],
|
|
48046
48125
|
"exports": []
|
|
48047
48126
|
},
|
|
48048
48127
|
{
|
|
48049
48128
|
"kind": "javascript-module",
|
|
48050
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48129
|
+
"path": "src/components/commerce/atomic-commerce-product-list/e2e/page-object.ts",
|
|
48051
48130
|
"declarations": [],
|
|
48052
48131
|
"exports": []
|
|
48053
48132
|
},
|
|
48054
48133
|
{
|
|
48055
48134
|
"kind": "javascript-module",
|
|
48056
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48135
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts",
|
|
48057
48136
|
"declarations": [],
|
|
48058
48137
|
"exports": []
|
|
48059
48138
|
},
|
|
48060
48139
|
{
|
|
48061
48140
|
"kind": "javascript-module",
|
|
48062
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48141
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/fixture.ts",
|
|
48063
48142
|
"declarations": [],
|
|
48064
48143
|
"exports": []
|
|
48065
48144
|
},
|
|
48066
48145
|
{
|
|
48067
48146
|
"kind": "javascript-module",
|
|
48068
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48147
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/page-object.ts",
|
|
48069
48148
|
"declarations": [],
|
|
48070
48149
|
"exports": []
|
|
48071
48150
|
},
|
|
48072
48151
|
{
|
|
48073
48152
|
"kind": "javascript-module",
|
|
48074
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48153
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/atomic-commerce-recommendation-interface.e2e.ts",
|
|
48075
48154
|
"declarations": [],
|
|
48076
48155
|
"exports": []
|
|
48077
48156
|
},
|
|
48078
48157
|
{
|
|
48079
48158
|
"kind": "javascript-module",
|
|
48080
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48159
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/fixture.ts",
|
|
48081
48160
|
"declarations": [],
|
|
48082
48161
|
"exports": []
|
|
48083
48162
|
},
|
|
48084
48163
|
{
|
|
48085
48164
|
"kind": "javascript-module",
|
|
48086
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48165
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/page-object.ts",
|
|
48087
48166
|
"declarations": [],
|
|
48088
48167
|
"exports": []
|
|
48089
48168
|
},
|
|
@@ -48107,55 +48186,55 @@
|
|
|
48107
48186
|
},
|
|
48108
48187
|
{
|
|
48109
48188
|
"kind": "javascript-module",
|
|
48110
|
-
"path": "src/components/commerce/atomic-commerce-refine-
|
|
48189
|
+
"path": "src/components/commerce/atomic-commerce-refine-toggle/e2e/atomic-commerce-refine-toggle.e2e.ts",
|
|
48111
48190
|
"declarations": [],
|
|
48112
48191
|
"exports": []
|
|
48113
48192
|
},
|
|
48114
48193
|
{
|
|
48115
48194
|
"kind": "javascript-module",
|
|
48116
|
-
"path": "src/components/commerce/atomic-commerce-refine-
|
|
48195
|
+
"path": "src/components/commerce/atomic-commerce-refine-toggle/e2e/fixture.ts",
|
|
48117
48196
|
"declarations": [],
|
|
48118
48197
|
"exports": []
|
|
48119
48198
|
},
|
|
48120
48199
|
{
|
|
48121
48200
|
"kind": "javascript-module",
|
|
48122
|
-
"path": "src/components/commerce/atomic-commerce-refine-
|
|
48201
|
+
"path": "src/components/commerce/atomic-commerce-refine-toggle/e2e/page-object.ts",
|
|
48123
48202
|
"declarations": [],
|
|
48124
48203
|
"exports": []
|
|
48125
48204
|
},
|
|
48126
48205
|
{
|
|
48127
48206
|
"kind": "javascript-module",
|
|
48128
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48207
|
+
"path": "src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts",
|
|
48129
48208
|
"declarations": [],
|
|
48130
48209
|
"exports": []
|
|
48131
48210
|
},
|
|
48132
48211
|
{
|
|
48133
48212
|
"kind": "javascript-module",
|
|
48134
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48213
|
+
"path": "src/components/commerce/atomic-commerce-search-box/e2e/fixture.ts",
|
|
48135
48214
|
"declarations": [],
|
|
48136
48215
|
"exports": []
|
|
48137
48216
|
},
|
|
48138
48217
|
{
|
|
48139
48218
|
"kind": "javascript-module",
|
|
48140
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48219
|
+
"path": "src/components/commerce/atomic-commerce-search-box/e2e/page-object.ts",
|
|
48141
48220
|
"declarations": [],
|
|
48142
48221
|
"exports": []
|
|
48143
48222
|
},
|
|
48144
48223
|
{
|
|
48145
48224
|
"kind": "javascript-module",
|
|
48146
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48225
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/atomic-commerce-refine-modal.e2e.ts",
|
|
48147
48226
|
"declarations": [],
|
|
48148
48227
|
"exports": []
|
|
48149
48228
|
},
|
|
48150
48229
|
{
|
|
48151
48230
|
"kind": "javascript-module",
|
|
48152
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48231
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/fixture.ts",
|
|
48153
48232
|
"declarations": [],
|
|
48154
48233
|
"exports": []
|
|
48155
48234
|
},
|
|
48156
48235
|
{
|
|
48157
48236
|
"kind": "javascript-module",
|
|
48158
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48237
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/page-object.ts",
|
|
48159
48238
|
"declarations": [],
|
|
48160
48239
|
"exports": []
|
|
48161
48240
|
},
|
|
@@ -48197,37 +48276,37 @@
|
|
|
48197
48276
|
},
|
|
48198
48277
|
{
|
|
48199
48278
|
"kind": "javascript-module",
|
|
48200
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48279
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/atomic-commerce-search-box-recent-queries.e2e.ts",
|
|
48201
48280
|
"declarations": [],
|
|
48202
48281
|
"exports": []
|
|
48203
48282
|
},
|
|
48204
48283
|
{
|
|
48205
48284
|
"kind": "javascript-module",
|
|
48206
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48285
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/fixture.ts",
|
|
48207
48286
|
"declarations": [],
|
|
48208
48287
|
"exports": []
|
|
48209
48288
|
},
|
|
48210
48289
|
{
|
|
48211
48290
|
"kind": "javascript-module",
|
|
48212
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48291
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/page-object.ts",
|
|
48213
48292
|
"declarations": [],
|
|
48214
48293
|
"exports": []
|
|
48215
48294
|
},
|
|
48216
48295
|
{
|
|
48217
48296
|
"kind": "javascript-module",
|
|
48218
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48297
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/atomic-commerce-sort-dropdown.e2e.ts",
|
|
48219
48298
|
"declarations": [],
|
|
48220
48299
|
"exports": []
|
|
48221
48300
|
},
|
|
48222
48301
|
{
|
|
48223
48302
|
"kind": "javascript-module",
|
|
48224
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48303
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/fixture.ts",
|
|
48225
48304
|
"declarations": [],
|
|
48226
48305
|
"exports": []
|
|
48227
48306
|
},
|
|
48228
48307
|
{
|
|
48229
48308
|
"kind": "javascript-module",
|
|
48230
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48309
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/page-object.ts",
|
|
48231
48310
|
"declarations": [],
|
|
48232
48311
|
"exports": []
|
|
48233
48312
|
},
|
|
@@ -48293,55 +48372,55 @@
|
|
|
48293
48372
|
},
|
|
48294
48373
|
{
|
|
48295
48374
|
"kind": "javascript-module",
|
|
48296
|
-
"path": "src/components/commerce/atomic-product-
|
|
48375
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts",
|
|
48297
48376
|
"declarations": [],
|
|
48298
48377
|
"exports": []
|
|
48299
48378
|
},
|
|
48300
48379
|
{
|
|
48301
48380
|
"kind": "javascript-module",
|
|
48302
|
-
"path": "src/components/commerce/atomic-product-
|
|
48381
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/fixture.ts",
|
|
48303
48382
|
"declarations": [],
|
|
48304
48383
|
"exports": []
|
|
48305
48384
|
},
|
|
48306
48385
|
{
|
|
48307
48386
|
"kind": "javascript-module",
|
|
48308
|
-
"path": "src/components/commerce/atomic-product-
|
|
48387
|
+
"path": "src/components/commerce/atomic-product-excerpt/e2e/page-object.ts",
|
|
48309
48388
|
"declarations": [],
|
|
48310
48389
|
"exports": []
|
|
48311
48390
|
},
|
|
48312
48391
|
{
|
|
48313
48392
|
"kind": "javascript-module",
|
|
48314
|
-
"path": "src/components/commerce/atomic-product-
|
|
48393
|
+
"path": "src/components/commerce/atomic-product-field-condition/e2e/atomic-product-field-condition.e2e.ts",
|
|
48315
48394
|
"declarations": [],
|
|
48316
48395
|
"exports": []
|
|
48317
48396
|
},
|
|
48318
48397
|
{
|
|
48319
48398
|
"kind": "javascript-module",
|
|
48320
|
-
"path": "src/components/commerce/atomic-product-
|
|
48399
|
+
"path": "src/components/commerce/atomic-product-field-condition/e2e/fixture.ts",
|
|
48321
48400
|
"declarations": [],
|
|
48322
48401
|
"exports": []
|
|
48323
48402
|
},
|
|
48324
48403
|
{
|
|
48325
48404
|
"kind": "javascript-module",
|
|
48326
|
-
"path": "src/components/commerce/atomic-product-
|
|
48405
|
+
"path": "src/components/commerce/atomic-product-field-condition/e2e/page-object.ts",
|
|
48327
48406
|
"declarations": [],
|
|
48328
48407
|
"exports": []
|
|
48329
48408
|
},
|
|
48330
48409
|
{
|
|
48331
48410
|
"kind": "javascript-module",
|
|
48332
|
-
"path": "src/components/commerce/atomic-product-
|
|
48411
|
+
"path": "src/components/commerce/atomic-product-description/e2e/atomic-product-description.e2e.ts",
|
|
48333
48412
|
"declarations": [],
|
|
48334
48413
|
"exports": []
|
|
48335
48414
|
},
|
|
48336
48415
|
{
|
|
48337
48416
|
"kind": "javascript-module",
|
|
48338
|
-
"path": "src/components/commerce/atomic-product-
|
|
48417
|
+
"path": "src/components/commerce/atomic-product-description/e2e/fixture.ts",
|
|
48339
48418
|
"declarations": [],
|
|
48340
48419
|
"exports": []
|
|
48341
48420
|
},
|
|
48342
48421
|
{
|
|
48343
48422
|
"kind": "javascript-module",
|
|
48344
|
-
"path": "src/components/commerce/atomic-product-
|
|
48423
|
+
"path": "src/components/commerce/atomic-product-description/e2e/page-object.ts",
|
|
48345
48424
|
"declarations": [],
|
|
48346
48425
|
"exports": []
|
|
48347
48426
|
},
|
|
@@ -49348,37 +49427,37 @@
|
|
|
49348
49427
|
},
|
|
49349
49428
|
{
|
|
49350
49429
|
"kind": "javascript-module",
|
|
49351
|
-
"path": "src/components/insight/atomic-insight-
|
|
49430
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/atomic-insight-search-box.e2e.ts",
|
|
49352
49431
|
"declarations": [],
|
|
49353
49432
|
"exports": []
|
|
49354
49433
|
},
|
|
49355
49434
|
{
|
|
49356
49435
|
"kind": "javascript-module",
|
|
49357
|
-
"path": "src/components/insight/atomic-insight-
|
|
49436
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/fixture.ts",
|
|
49358
49437
|
"declarations": [],
|
|
49359
49438
|
"exports": []
|
|
49360
49439
|
},
|
|
49361
49440
|
{
|
|
49362
49441
|
"kind": "javascript-module",
|
|
49363
|
-
"path": "src/components/insight/atomic-insight-
|
|
49442
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/page-object.ts",
|
|
49364
49443
|
"declarations": [],
|
|
49365
49444
|
"exports": []
|
|
49366
49445
|
},
|
|
49367
49446
|
{
|
|
49368
49447
|
"kind": "javascript-module",
|
|
49369
|
-
"path": "src/components/insight/atomic-insight-
|
|
49448
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/atomic-insight-smart-snippet.e2e.ts",
|
|
49370
49449
|
"declarations": [],
|
|
49371
49450
|
"exports": []
|
|
49372
49451
|
},
|
|
49373
49452
|
{
|
|
49374
49453
|
"kind": "javascript-module",
|
|
49375
|
-
"path": "src/components/insight/atomic-insight-
|
|
49454
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/fixture.ts",
|
|
49376
49455
|
"declarations": [],
|
|
49377
49456
|
"exports": []
|
|
49378
49457
|
},
|
|
49379
49458
|
{
|
|
49380
49459
|
"kind": "javascript-module",
|
|
49381
|
-
"path": "src/components/insight/atomic-insight-
|
|
49460
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/page-object.ts",
|
|
49382
49461
|
"declarations": [],
|
|
49383
49462
|
"exports": []
|
|
49384
49463
|
},
|
|
@@ -49456,127 +49535,127 @@
|
|
|
49456
49535
|
},
|
|
49457
49536
|
{
|
|
49458
49537
|
"kind": "javascript-module",
|
|
49459
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49538
|
+
"path": "src/components/ipx/atomic-ipx-embedded/e2e/atomic-ipx-embedded.e2e.ts",
|
|
49460
49539
|
"declarations": [],
|
|
49461
49540
|
"exports": []
|
|
49462
49541
|
},
|
|
49463
49542
|
{
|
|
49464
49543
|
"kind": "javascript-module",
|
|
49465
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49544
|
+
"path": "src/components/ipx/atomic-ipx-embedded/e2e/fixture.ts",
|
|
49466
49545
|
"declarations": [],
|
|
49467
49546
|
"exports": []
|
|
49468
49547
|
},
|
|
49469
49548
|
{
|
|
49470
49549
|
"kind": "javascript-module",
|
|
49471
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49550
|
+
"path": "src/components/ipx/atomic-ipx-embedded/e2e/page-object.ts",
|
|
49472
49551
|
"declarations": [],
|
|
49473
49552
|
"exports": []
|
|
49474
49553
|
},
|
|
49475
49554
|
{
|
|
49476
49555
|
"kind": "javascript-module",
|
|
49477
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49556
|
+
"path": "src/components/ipx/atomic-ipx-button/e2e/atomic-ipx-button.e2e.ts",
|
|
49478
49557
|
"declarations": [],
|
|
49479
49558
|
"exports": []
|
|
49480
49559
|
},
|
|
49481
49560
|
{
|
|
49482
49561
|
"kind": "javascript-module",
|
|
49483
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49562
|
+
"path": "src/components/ipx/atomic-ipx-button/e2e/fixture.ts",
|
|
49484
49563
|
"declarations": [],
|
|
49485
49564
|
"exports": []
|
|
49486
49565
|
},
|
|
49487
49566
|
{
|
|
49488
49567
|
"kind": "javascript-module",
|
|
49489
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49568
|
+
"path": "src/components/ipx/atomic-ipx-button/e2e/page-object.ts",
|
|
49490
49569
|
"declarations": [],
|
|
49491
49570
|
"exports": []
|
|
49492
49571
|
},
|
|
49493
49572
|
{
|
|
49494
49573
|
"kind": "javascript-module",
|
|
49495
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49574
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/atomic-ipx-recs-list.e2e.ts",
|
|
49496
49575
|
"declarations": [],
|
|
49497
49576
|
"exports": []
|
|
49498
49577
|
},
|
|
49499
49578
|
{
|
|
49500
49579
|
"kind": "javascript-module",
|
|
49501
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49580
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/fixture.ts",
|
|
49502
49581
|
"declarations": [],
|
|
49503
49582
|
"exports": []
|
|
49504
49583
|
},
|
|
49505
49584
|
{
|
|
49506
49585
|
"kind": "javascript-module",
|
|
49507
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49586
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/page-object.ts",
|
|
49508
49587
|
"declarations": [],
|
|
49509
49588
|
"exports": []
|
|
49510
49589
|
},
|
|
49511
49590
|
{
|
|
49512
49591
|
"kind": "javascript-module",
|
|
49513
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49592
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/atomic-ipx-modal.e2e.ts",
|
|
49514
49593
|
"declarations": [],
|
|
49515
49594
|
"exports": []
|
|
49516
49595
|
},
|
|
49517
49596
|
{
|
|
49518
49597
|
"kind": "javascript-module",
|
|
49519
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49598
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/fixture.ts",
|
|
49520
49599
|
"declarations": [],
|
|
49521
49600
|
"exports": []
|
|
49522
49601
|
},
|
|
49523
49602
|
{
|
|
49524
49603
|
"kind": "javascript-module",
|
|
49525
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49604
|
+
"path": "src/components/ipx/atomic-ipx-modal/e2e/page-object.ts",
|
|
49526
49605
|
"declarations": [],
|
|
49527
49606
|
"exports": []
|
|
49528
49607
|
},
|
|
49529
49608
|
{
|
|
49530
49609
|
"kind": "javascript-module",
|
|
49531
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49610
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/atomic-ipx-refine-modal.e2e.ts",
|
|
49532
49611
|
"declarations": [],
|
|
49533
49612
|
"exports": []
|
|
49534
49613
|
},
|
|
49535
49614
|
{
|
|
49536
49615
|
"kind": "javascript-module",
|
|
49537
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49616
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/fixture.ts",
|
|
49538
49617
|
"declarations": [],
|
|
49539
49618
|
"exports": []
|
|
49540
49619
|
},
|
|
49541
49620
|
{
|
|
49542
49621
|
"kind": "javascript-module",
|
|
49543
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49622
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/page-object.ts",
|
|
49544
49623
|
"declarations": [],
|
|
49545
49624
|
"exports": []
|
|
49546
49625
|
},
|
|
49547
49626
|
{
|
|
49548
49627
|
"kind": "javascript-module",
|
|
49549
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49628
|
+
"path": "src/components/ipx/atomic-ipx-result-link/e2e/atomic-ipx-result-link.e2e.ts",
|
|
49550
49629
|
"declarations": [],
|
|
49551
49630
|
"exports": []
|
|
49552
49631
|
},
|
|
49553
49632
|
{
|
|
49554
49633
|
"kind": "javascript-module",
|
|
49555
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49634
|
+
"path": "src/components/ipx/atomic-ipx-result-link/e2e/fixture.ts",
|
|
49556
49635
|
"declarations": [],
|
|
49557
49636
|
"exports": []
|
|
49558
49637
|
},
|
|
49559
49638
|
{
|
|
49560
49639
|
"kind": "javascript-module",
|
|
49561
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49640
|
+
"path": "src/components/ipx/atomic-ipx-result-link/e2e/page-object.ts",
|
|
49562
49641
|
"declarations": [],
|
|
49563
49642
|
"exports": []
|
|
49564
49643
|
},
|
|
49565
49644
|
{
|
|
49566
49645
|
"kind": "javascript-module",
|
|
49567
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49646
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/atomic-ipx-refine-toggle.e2e.ts",
|
|
49568
49647
|
"declarations": [],
|
|
49569
49648
|
"exports": []
|
|
49570
49649
|
},
|
|
49571
49650
|
{
|
|
49572
49651
|
"kind": "javascript-module",
|
|
49573
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49652
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/fixture.ts",
|
|
49574
49653
|
"declarations": [],
|
|
49575
49654
|
"exports": []
|
|
49576
49655
|
},
|
|
49577
49656
|
{
|
|
49578
49657
|
"kind": "javascript-module",
|
|
49579
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49658
|
+
"path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/page-object.ts",
|
|
49580
49659
|
"declarations": [],
|
|
49581
49660
|
"exports": []
|
|
49582
49661
|
},
|
|
@@ -49870,55 +49949,55 @@
|
|
|
49870
49949
|
},
|
|
49871
49950
|
{
|
|
49872
49951
|
"kind": "javascript-module",
|
|
49873
|
-
"path": "src/components/search/atomic-
|
|
49952
|
+
"path": "src/components/search/atomic-load-more-results/e2e/atomic-load-more-results.e2e.ts",
|
|
49874
49953
|
"declarations": [],
|
|
49875
49954
|
"exports": []
|
|
49876
49955
|
},
|
|
49877
49956
|
{
|
|
49878
49957
|
"kind": "javascript-module",
|
|
49879
|
-
"path": "src/components/search/atomic-
|
|
49958
|
+
"path": "src/components/search/atomic-load-more-results/e2e/fixture.ts",
|
|
49880
49959
|
"declarations": [],
|
|
49881
49960
|
"exports": []
|
|
49882
49961
|
},
|
|
49883
49962
|
{
|
|
49884
49963
|
"kind": "javascript-module",
|
|
49885
|
-
"path": "src/components/search/atomic-
|
|
49964
|
+
"path": "src/components/search/atomic-load-more-results/e2e/page-object.ts",
|
|
49886
49965
|
"declarations": [],
|
|
49887
49966
|
"exports": []
|
|
49888
49967
|
},
|
|
49889
49968
|
{
|
|
49890
49969
|
"kind": "javascript-module",
|
|
49891
|
-
"path": "src/components/search/atomic-
|
|
49970
|
+
"path": "src/components/search/atomic-no-results/e2e/atomic-no-results.e2e.ts",
|
|
49892
49971
|
"declarations": [],
|
|
49893
49972
|
"exports": []
|
|
49894
49973
|
},
|
|
49895
49974
|
{
|
|
49896
49975
|
"kind": "javascript-module",
|
|
49897
|
-
"path": "src/components/search/atomic-
|
|
49976
|
+
"path": "src/components/search/atomic-no-results/e2e/fixture.ts",
|
|
49898
49977
|
"declarations": [],
|
|
49899
49978
|
"exports": []
|
|
49900
49979
|
},
|
|
49901
49980
|
{
|
|
49902
49981
|
"kind": "javascript-module",
|
|
49903
|
-
"path": "src/components/search/atomic-
|
|
49982
|
+
"path": "src/components/search/atomic-no-results/e2e/page-object.ts",
|
|
49904
49983
|
"declarations": [],
|
|
49905
49984
|
"exports": []
|
|
49906
49985
|
},
|
|
49907
49986
|
{
|
|
49908
49987
|
"kind": "javascript-module",
|
|
49909
|
-
"path": "src/components/search/atomic-
|
|
49988
|
+
"path": "src/components/search/atomic-html/e2e/atomic-html.e2e.ts",
|
|
49910
49989
|
"declarations": [],
|
|
49911
49990
|
"exports": []
|
|
49912
49991
|
},
|
|
49913
49992
|
{
|
|
49914
49993
|
"kind": "javascript-module",
|
|
49915
|
-
"path": "src/components/search/atomic-
|
|
49994
|
+
"path": "src/components/search/atomic-html/e2e/fixture.ts",
|
|
49916
49995
|
"declarations": [],
|
|
49917
49996
|
"exports": []
|
|
49918
49997
|
},
|
|
49919
49998
|
{
|
|
49920
49999
|
"kind": "javascript-module",
|
|
49921
|
-
"path": "src/components/search/atomic-
|
|
50000
|
+
"path": "src/components/search/atomic-html/e2e/page-object.ts",
|
|
49922
50001
|
"declarations": [],
|
|
49923
50002
|
"exports": []
|
|
49924
50003
|
},
|
|
@@ -50630,24 +50709,6 @@
|
|
|
50630
50709
|
"declarations": [],
|
|
50631
50710
|
"exports": []
|
|
50632
50711
|
},
|
|
50633
|
-
{
|
|
50634
|
-
"kind": "javascript-module",
|
|
50635
|
-
"path": "src/components/search/atomic-sort-dropdown/e2e/atomic-sort-dropdown.e2e.ts",
|
|
50636
|
-
"declarations": [],
|
|
50637
|
-
"exports": []
|
|
50638
|
-
},
|
|
50639
|
-
{
|
|
50640
|
-
"kind": "javascript-module",
|
|
50641
|
-
"path": "src/components/search/atomic-sort-dropdown/e2e/fixture.ts",
|
|
50642
|
-
"declarations": [],
|
|
50643
|
-
"exports": []
|
|
50644
|
-
},
|
|
50645
|
-
{
|
|
50646
|
-
"kind": "javascript-module",
|
|
50647
|
-
"path": "src/components/search/atomic-sort-dropdown/e2e/page-object.ts",
|
|
50648
|
-
"declarations": [],
|
|
50649
|
-
"exports": []
|
|
50650
|
-
},
|
|
50651
50712
|
{
|
|
50652
50713
|
"kind": "javascript-module",
|
|
50653
50714
|
"path": "src/components/search/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts",
|
|
@@ -50797,6 +50858,24 @@
|
|
|
50797
50858
|
"path": "src/components/search/result-template-components/quickview-word-highlight/text-parser.ts",
|
|
50798
50859
|
"declarations": [],
|
|
50799
50860
|
"exports": []
|
|
50861
|
+
},
|
|
50862
|
+
{
|
|
50863
|
+
"kind": "javascript-module",
|
|
50864
|
+
"path": "src/components/search/atomic-sort-dropdown/e2e/atomic-sort-dropdown.e2e.ts",
|
|
50865
|
+
"declarations": [],
|
|
50866
|
+
"exports": []
|
|
50867
|
+
},
|
|
50868
|
+
{
|
|
50869
|
+
"kind": "javascript-module",
|
|
50870
|
+
"path": "src/components/search/atomic-sort-dropdown/e2e/fixture.ts",
|
|
50871
|
+
"declarations": [],
|
|
50872
|
+
"exports": []
|
|
50873
|
+
},
|
|
50874
|
+
{
|
|
50875
|
+
"kind": "javascript-module",
|
|
50876
|
+
"path": "src/components/search/atomic-sort-dropdown/e2e/page-object.ts",
|
|
50877
|
+
"declarations": [],
|
|
50878
|
+
"exports": []
|
|
50800
50879
|
}
|
|
50801
50880
|
]
|
|
50802
50881
|
}
|