@empathyco/x-components 7.5.0 → 8.1.0
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/CHANGELOG.md +18 -0
- package/browse/index.js +0 -1
- package/core/index.js +3 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.aiconfig.md +0 -45
- package/docs/API-reference/api/x-components.md +0 -11
- package/docs/API-reference/api/x-components.sortdropdown.md +30 -4
- package/docs/API-reference/api/x-components.sortlist.md +32 -7
- package/docs/API-reference/api/x-components.sortpickerlist.md +32 -7
- package/docs/API-reference/api/x-components.usealiasapi.browseselectedsort.md +13 -0
- package/docs/API-reference/api/x-components.usealiasapi.md +21 -0
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-dropdown.md +7 -4
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-list.md +7 -4
- package/docs/API-reference/components/{search → common/sort}/x-components.sort-picker-list.md +8 -5
- package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue.js +1 -1
- package/js/components/sort/sort-dropdown.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-dropdown.vue2.js +19 -12
- package/js/components/sort/sort-dropdown.vue2.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-list.vue.js +2 -2
- package/js/components/sort/sort-list.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-list.vue2.js +22 -15
- package/js/components/sort/sort-list.vue2.js.map +1 -0
- package/js/components/sort/sort-list.vue3.js +7 -0
- package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue.js +1 -1
- package/js/components/sort/sort-picker-list.vue.js.map +1 -0
- package/js/{x-modules/search/components → components/sort}/sort-picker-list.vue2.js +21 -14
- package/js/components/sort/sort-picker-list.vue2.js.map +1 -0
- package/js/composables/use-alias-api.js +3 -0
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/index.js +3 -4
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue2.js +4 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
- package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js +4 -0
- package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js.map +1 -1
- package/js/x-modules/ai/store/getters/suggestions-request.getter.js +2 -2
- package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -1
- package/js/x-modules/ai/store/module.js +1 -3
- package/js/x-modules/ai/store/module.js.map +1 -1
- package/js/x-modules/browse/store/actions/set-url-params.action.js +1 -1
- package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/browse/wiring.js +6 -1
- package/js/x-modules/browse/wiring.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +4 -0
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +4 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +4 -0
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +4 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/wiring.js +3 -0
- package/js/x-modules/search/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +516 -333
- package/report/x-components.api.md +106 -57
- package/search/index.js +0 -3
- package/types/src/components/index.d.ts +1 -0
- package/types/src/components/index.d.ts.map +1 -1
- package/types/src/components/sort/index.d.ts +4 -0
- package/types/src/components/sort/index.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-dropdown.vue.d.ts +33 -6
- package/types/src/components/sort/sort-dropdown.vue.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-list.vue.d.ts +35 -10
- package/types/src/components/sort/sort-list.vue.d.ts.map +1 -0
- package/types/src/{x-modules/search/components → components/sort}/sort-picker-list.vue.d.ts +45 -10
- package/types/src/components/sort/sort-picker-list.vue.d.ts.map +1 -0
- package/types/src/composables/use-alias-api.d.ts +2 -0
- package/types/src/composables/use-alias-api.d.ts.map +1 -1
- package/types/src/x-modules/ai/config.types.d.ts +0 -4
- package/types/src/x-modules/ai/config.types.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/module.d.ts.map +1 -1
- package/types/src/x-modules/browse/components/index.d.ts +0 -1
- package/types/src/x-modules/browse/components/index.d.ts.map +1 -1
- package/types/src/x-modules/browse/wiring.d.ts +6 -1
- package/types/src/x-modules/browse/wiring.d.ts.map +1 -1
- package/types/src/x-modules/search/components/index.d.ts +0 -3
- package/types/src/x-modules/search/components/index.d.ts.map +1 -1
- package/types/src/x-modules/search/wiring.d.ts +3 -0
- package/types/src/x-modules/search/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.aiconfig.lowresultsthreshold.md +0 -13
- package/docs/API-reference/api/x-components.browsesortpickerlist.md +0 -45
- package/docs/API-reference/components/browse/x-components.browse-sort-picker-list.md +0 -24
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +0 -73
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +0 -1
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +0 -6
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue2.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue3.js +0 -7
- package/js/x-modules/search/components/sort-picker-list.vue.js.map +0 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js.map +0 -1
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +0 -50
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-dropdown.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-list.vue.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts +0 -12
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts.map +0 -1
- package/types/src/x-modules/search/components/sort-picker-list.vue.d.ts.map +0 -1
- /package/js/{x-modules/search/components → components/sort}/sort-list.vue3.js.map +0 -0
|
@@ -1451,35 +1451,7 @@
|
|
|
1451
1451
|
"releaseTag": "Public",
|
|
1452
1452
|
"name": "AiConfig",
|
|
1453
1453
|
"preserveMemberOrder": false,
|
|
1454
|
-
"members": [
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "PropertySignature",
|
|
1457
|
-
"canonicalReference": "@empathyco/x-components!AiConfig#lowResultsThreshold:member",
|
|
1458
|
-
"docComment": "/**\n * Maximum number of results in the SearchResponse to display ai elements.\n */\n",
|
|
1459
|
-
"excerptTokens": [
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "Content",
|
|
1462
|
-
"text": "lowResultsThreshold: "
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "Content",
|
|
1466
|
-
"text": "number"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"kind": "Content",
|
|
1470
|
-
"text": ";"
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
1473
|
-
"isReadonly": false,
|
|
1474
|
-
"isOptional": false,
|
|
1475
|
-
"releaseTag": "Public",
|
|
1476
|
-
"name": "lowResultsThreshold",
|
|
1477
|
-
"propertyTypeTokenRange": {
|
|
1478
|
-
"startIndex": 1,
|
|
1479
|
-
"endIndex": 2
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
],
|
|
1454
|
+
"members": [],
|
|
1483
1455
|
"extendsTokenRanges": []
|
|
1484
1456
|
},
|
|
1485
1457
|
{
|
|
@@ -16470,173 +16442,6 @@
|
|
|
16470
16442
|
"endIndex": 42
|
|
16471
16443
|
}
|
|
16472
16444
|
},
|
|
16473
|
-
{
|
|
16474
|
-
"kind": "Variable",
|
|
16475
|
-
"canonicalReference": "@empathyco/x-components!BrowseSortPickerList:var",
|
|
16476
|
-
"docComment": "/**\n * The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.\n */\n",
|
|
16477
|
-
"excerptTokens": [
|
|
16478
|
-
{
|
|
16479
|
-
"kind": "Content",
|
|
16480
|
-
"text": "_default: "
|
|
16481
|
-
},
|
|
16482
|
-
{
|
|
16483
|
-
"kind": "Content",
|
|
16484
|
-
"text": "import(\"vue\")."
|
|
16485
|
-
},
|
|
16486
|
-
{
|
|
16487
|
-
"kind": "Reference",
|
|
16488
|
-
"text": "DefineComponent",
|
|
16489
|
-
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
16490
|
-
},
|
|
16491
|
-
{
|
|
16492
|
-
"kind": "Content",
|
|
16493
|
-
"text": "<import(\"vue\")."
|
|
16494
|
-
},
|
|
16495
|
-
{
|
|
16496
|
-
"kind": "Reference",
|
|
16497
|
-
"text": "ExtractPropTypes",
|
|
16498
|
-
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16499
|
-
},
|
|
16500
|
-
{
|
|
16501
|
-
"kind": "Content",
|
|
16502
|
-
"text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
|
|
16503
|
-
},
|
|
16504
|
-
{
|
|
16505
|
-
"kind": "Reference",
|
|
16506
|
-
"text": "ArrayConstructor",
|
|
16507
|
-
"canonicalReference": "!ArrayConstructor:interface"
|
|
16508
|
-
},
|
|
16509
|
-
{
|
|
16510
|
-
"kind": "Content",
|
|
16511
|
-
"text": ";\n required: true;\n };\n buttonClass: {\n type: "
|
|
16512
|
-
},
|
|
16513
|
-
{
|
|
16514
|
-
"kind": "Reference",
|
|
16515
|
-
"text": "StringConstructor",
|
|
16516
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
16517
|
-
},
|
|
16518
|
-
{
|
|
16519
|
-
"kind": "Content",
|
|
16520
|
-
"text": ";\n required: true;\n };\n}>, (_ctx: any, _cache: any) => import(\"vue\")."
|
|
16521
|
-
},
|
|
16522
|
-
{
|
|
16523
|
-
"kind": "Reference",
|
|
16524
|
-
"text": "VNode",
|
|
16525
|
-
"canonicalReference": "@vue/runtime-core!VNode:interface"
|
|
16526
|
-
},
|
|
16527
|
-
{
|
|
16528
|
-
"kind": "Content",
|
|
16529
|
-
"text": "<import(\"vue\")."
|
|
16530
|
-
},
|
|
16531
|
-
{
|
|
16532
|
-
"kind": "Reference",
|
|
16533
|
-
"text": "RendererNode",
|
|
16534
|
-
"canonicalReference": "@vue/runtime-core!RendererNode:interface"
|
|
16535
|
-
},
|
|
16536
|
-
{
|
|
16537
|
-
"kind": "Content",
|
|
16538
|
-
"text": ", import(\"vue\")."
|
|
16539
|
-
},
|
|
16540
|
-
{
|
|
16541
|
-
"kind": "Reference",
|
|
16542
|
-
"text": "RendererElement",
|
|
16543
|
-
"canonicalReference": "@vue/runtime-core!RendererElement:interface"
|
|
16544
|
-
},
|
|
16545
|
-
{
|
|
16546
|
-
"kind": "Content",
|
|
16547
|
-
"text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
|
|
16548
|
-
},
|
|
16549
|
-
{
|
|
16550
|
-
"kind": "Reference",
|
|
16551
|
-
"text": "ComponentOptionsMixin",
|
|
16552
|
-
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16553
|
-
},
|
|
16554
|
-
{
|
|
16555
|
-
"kind": "Content",
|
|
16556
|
-
"text": ", import(\"vue\")."
|
|
16557
|
-
},
|
|
16558
|
-
{
|
|
16559
|
-
"kind": "Reference",
|
|
16560
|
-
"text": "ComponentOptionsMixin",
|
|
16561
|
-
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16562
|
-
},
|
|
16563
|
-
{
|
|
16564
|
-
"kind": "Content",
|
|
16565
|
-
"text": ", {}, string, import(\"vue\")."
|
|
16566
|
-
},
|
|
16567
|
-
{
|
|
16568
|
-
"kind": "Reference",
|
|
16569
|
-
"text": "PublicProps",
|
|
16570
|
-
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
16571
|
-
},
|
|
16572
|
-
{
|
|
16573
|
-
"kind": "Content",
|
|
16574
|
-
"text": ", "
|
|
16575
|
-
},
|
|
16576
|
-
{
|
|
16577
|
-
"kind": "Reference",
|
|
16578
|
-
"text": "Readonly",
|
|
16579
|
-
"canonicalReference": "!Readonly:type"
|
|
16580
|
-
},
|
|
16581
|
-
{
|
|
16582
|
-
"kind": "Content",
|
|
16583
|
-
"text": "<import(\"vue\")."
|
|
16584
|
-
},
|
|
16585
|
-
{
|
|
16586
|
-
"kind": "Reference",
|
|
16587
|
-
"text": "ExtractPropTypes",
|
|
16588
|
-
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16589
|
-
},
|
|
16590
|
-
{
|
|
16591
|
-
"kind": "Content",
|
|
16592
|
-
"text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
|
|
16593
|
-
},
|
|
16594
|
-
{
|
|
16595
|
-
"kind": "Reference",
|
|
16596
|
-
"text": "ArrayConstructor",
|
|
16597
|
-
"canonicalReference": "!ArrayConstructor:interface"
|
|
16598
|
-
},
|
|
16599
|
-
{
|
|
16600
|
-
"kind": "Content",
|
|
16601
|
-
"text": ";\n required: true;\n };\n buttonClass: {\n type: "
|
|
16602
|
-
},
|
|
16603
|
-
{
|
|
16604
|
-
"kind": "Reference",
|
|
16605
|
-
"text": "StringConstructor",
|
|
16606
|
-
"canonicalReference": "!StringConstructor:interface"
|
|
16607
|
-
},
|
|
16608
|
-
{
|
|
16609
|
-
"kind": "Content",
|
|
16610
|
-
"text": ";\n required: true;\n };\n}>> & "
|
|
16611
|
-
},
|
|
16612
|
-
{
|
|
16613
|
-
"kind": "Reference",
|
|
16614
|
-
"text": "Readonly",
|
|
16615
|
-
"canonicalReference": "!Readonly:type"
|
|
16616
|
-
},
|
|
16617
|
-
{
|
|
16618
|
-
"kind": "Content",
|
|
16619
|
-
"text": "<{}>, {\n animation: any;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
16620
|
-
},
|
|
16621
|
-
{
|
|
16622
|
-
"kind": "Reference",
|
|
16623
|
-
"text": "ComponentProvideOptions",
|
|
16624
|
-
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
16625
|
-
},
|
|
16626
|
-
{
|
|
16627
|
-
"kind": "Content",
|
|
16628
|
-
"text": ", true, {}, any>"
|
|
16629
|
-
}
|
|
16630
|
-
],
|
|
16631
|
-
"fileUrlPath": "dist/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts",
|
|
16632
|
-
"isReadonly": true,
|
|
16633
|
-
"releaseTag": "Public",
|
|
16634
|
-
"name": "BrowseSortPickerList",
|
|
16635
|
-
"variableTypeTokenRange": {
|
|
16636
|
-
"startIndex": 1,
|
|
16637
|
-
"endIndex": 34
|
|
16638
|
-
}
|
|
16639
|
-
},
|
|
16640
16445
|
{
|
|
16641
16446
|
"kind": "Interface",
|
|
16642
16447
|
"canonicalReference": "@empathyco/x-components!BrowseState:interface",
|
|
@@ -80545,7 +80350,25 @@
|
|
|
80545
80350
|
},
|
|
80546
80351
|
{
|
|
80547
80352
|
"kind": "Content",
|
|
80548
|
-
"text": "<{\n
|
|
80353
|
+
"text": "<{\n animation: "
|
|
80354
|
+
},
|
|
80355
|
+
{
|
|
80356
|
+
"kind": "Reference",
|
|
80357
|
+
"text": "PropType",
|
|
80358
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80359
|
+
},
|
|
80360
|
+
{
|
|
80361
|
+
"kind": "Content",
|
|
80362
|
+
"text": "<string | "
|
|
80363
|
+
},
|
|
80364
|
+
{
|
|
80365
|
+
"kind": "Reference",
|
|
80366
|
+
"text": "Component",
|
|
80367
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80368
|
+
},
|
|
80369
|
+
{
|
|
80370
|
+
"kind": "Content",
|
|
80371
|
+
"text": ">;\n items: {\n type: "
|
|
80549
80372
|
},
|
|
80550
80373
|
{
|
|
80551
80374
|
"kind": "Reference",
|
|
@@ -80563,7 +80386,7 @@
|
|
|
80563
80386
|
},
|
|
80564
80387
|
{
|
|
80565
80388
|
"kind": "Content",
|
|
80566
|
-
"text": "[]>;\n required: true;\n };\n
|
|
80389
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80567
80390
|
},
|
|
80568
80391
|
{
|
|
80569
80392
|
"kind": "Reference",
|
|
@@ -80572,16 +80395,52 @@
|
|
|
80572
80395
|
},
|
|
80573
80396
|
{
|
|
80574
80397
|
"kind": "Content",
|
|
80575
|
-
"text": "<
|
|
80398
|
+
"text": "<"
|
|
80576
80399
|
},
|
|
80577
80400
|
{
|
|
80578
80401
|
"kind": "Reference",
|
|
80579
|
-
"text": "
|
|
80580
|
-
"canonicalReference": "@
|
|
80402
|
+
"text": "Sort",
|
|
80403
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80404
|
+
},
|
|
80405
|
+
{
|
|
80406
|
+
"kind": "Content",
|
|
80407
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80408
|
+
},
|
|
80409
|
+
{
|
|
80410
|
+
"kind": "Reference",
|
|
80411
|
+
"text": "PropType",
|
|
80412
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80413
|
+
},
|
|
80414
|
+
{
|
|
80415
|
+
"kind": "Content",
|
|
80416
|
+
"text": "<"
|
|
80417
|
+
},
|
|
80418
|
+
{
|
|
80419
|
+
"kind": "Reference",
|
|
80420
|
+
"text": "XEvent",
|
|
80421
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80581
80422
|
},
|
|
80582
80423
|
{
|
|
80583
80424
|
"kind": "Content",
|
|
80584
|
-
"text": ">;\n}
|
|
80425
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
80426
|
+
},
|
|
80427
|
+
{
|
|
80428
|
+
"kind": "Reference",
|
|
80429
|
+
"text": "PropType",
|
|
80430
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80431
|
+
},
|
|
80432
|
+
{
|
|
80433
|
+
"kind": "Content",
|
|
80434
|
+
"text": "<"
|
|
80435
|
+
},
|
|
80436
|
+
{
|
|
80437
|
+
"kind": "Reference",
|
|
80438
|
+
"text": "XEvent",
|
|
80439
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80440
|
+
},
|
|
80441
|
+
{
|
|
80442
|
+
"kind": "Content",
|
|
80443
|
+
"text": ">;\n default: string;\n };\n}>, {\n emitUserClickedASort: (sort: "
|
|
80585
80444
|
},
|
|
80586
80445
|
{
|
|
80587
80446
|
"kind": "Reference",
|
|
@@ -80617,16 +80476,7 @@
|
|
|
80617
80476
|
},
|
|
80618
80477
|
{
|
|
80619
80478
|
"kind": "Content",
|
|
80620
|
-
"text": "<{}, {}, any> | undefined>;\n
|
|
80621
|
-
},
|
|
80622
|
-
{
|
|
80623
|
-
"kind": "Reference",
|
|
80624
|
-
"text": "ComputedRef",
|
|
80625
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
80626
|
-
},
|
|
80627
|
-
{
|
|
80628
|
-
"kind": "Content",
|
|
80629
|
-
"text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
|
|
80479
|
+
"text": "<{}, {}, any> | undefined>;\n}, {}, {}, {}, import(\"vue\")."
|
|
80630
80480
|
},
|
|
80631
80481
|
{
|
|
80632
80482
|
"kind": "Reference",
|
|
@@ -80671,7 +80521,25 @@
|
|
|
80671
80521
|
},
|
|
80672
80522
|
{
|
|
80673
80523
|
"kind": "Content",
|
|
80674
|
-
"text": "<{\n
|
|
80524
|
+
"text": "<{\n animation: "
|
|
80525
|
+
},
|
|
80526
|
+
{
|
|
80527
|
+
"kind": "Reference",
|
|
80528
|
+
"text": "PropType",
|
|
80529
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80530
|
+
},
|
|
80531
|
+
{
|
|
80532
|
+
"kind": "Content",
|
|
80533
|
+
"text": "<string | "
|
|
80534
|
+
},
|
|
80535
|
+
{
|
|
80536
|
+
"kind": "Reference",
|
|
80537
|
+
"text": "Component",
|
|
80538
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80539
|
+
},
|
|
80540
|
+
{
|
|
80541
|
+
"kind": "Content",
|
|
80542
|
+
"text": ">;\n items: {\n type: "
|
|
80675
80543
|
},
|
|
80676
80544
|
{
|
|
80677
80545
|
"kind": "Reference",
|
|
@@ -80689,7 +80557,7 @@
|
|
|
80689
80557
|
},
|
|
80690
80558
|
{
|
|
80691
80559
|
"kind": "Content",
|
|
80692
|
-
"text": "[]>;\n required: true;\n };\n
|
|
80560
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80693
80561
|
},
|
|
80694
80562
|
{
|
|
80695
80563
|
"kind": "Reference",
|
|
@@ -80698,16 +80566,52 @@
|
|
|
80698
80566
|
},
|
|
80699
80567
|
{
|
|
80700
80568
|
"kind": "Content",
|
|
80701
|
-
"text": "<
|
|
80569
|
+
"text": "<"
|
|
80702
80570
|
},
|
|
80703
80571
|
{
|
|
80704
80572
|
"kind": "Reference",
|
|
80705
|
-
"text": "
|
|
80706
|
-
"canonicalReference": "@
|
|
80573
|
+
"text": "Sort",
|
|
80574
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80707
80575
|
},
|
|
80708
80576
|
{
|
|
80709
80577
|
"kind": "Content",
|
|
80710
|
-
"text": ">;\n}
|
|
80578
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80579
|
+
},
|
|
80580
|
+
{
|
|
80581
|
+
"kind": "Reference",
|
|
80582
|
+
"text": "PropType",
|
|
80583
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80584
|
+
},
|
|
80585
|
+
{
|
|
80586
|
+
"kind": "Content",
|
|
80587
|
+
"text": "<"
|
|
80588
|
+
},
|
|
80589
|
+
{
|
|
80590
|
+
"kind": "Reference",
|
|
80591
|
+
"text": "XEvent",
|
|
80592
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80593
|
+
},
|
|
80594
|
+
{
|
|
80595
|
+
"kind": "Content",
|
|
80596
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
80597
|
+
},
|
|
80598
|
+
{
|
|
80599
|
+
"kind": "Reference",
|
|
80600
|
+
"text": "PropType",
|
|
80601
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80602
|
+
},
|
|
80603
|
+
{
|
|
80604
|
+
"kind": "Content",
|
|
80605
|
+
"text": "<"
|
|
80606
|
+
},
|
|
80607
|
+
{
|
|
80608
|
+
"kind": "Reference",
|
|
80609
|
+
"text": "XEvent",
|
|
80610
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80611
|
+
},
|
|
80612
|
+
{
|
|
80613
|
+
"kind": "Content",
|
|
80614
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
80711
80615
|
},
|
|
80712
80616
|
{
|
|
80713
80617
|
"kind": "Reference",
|
|
@@ -80716,7 +80620,25 @@
|
|
|
80716
80620
|
},
|
|
80717
80621
|
{
|
|
80718
80622
|
"kind": "Content",
|
|
80719
|
-
"text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {
|
|
80623
|
+
"text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {\n selectedSortProvidedEvent: keyof import(\"../../wiring/events.types\")."
|
|
80624
|
+
},
|
|
80625
|
+
{
|
|
80626
|
+
"kind": "Reference",
|
|
80627
|
+
"text": "XEventsTypes",
|
|
80628
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
80629
|
+
},
|
|
80630
|
+
{
|
|
80631
|
+
"kind": "Content",
|
|
80632
|
+
"text": ";\n clickedSortEvent: keyof import(\"../../wiring/events.types\")."
|
|
80633
|
+
},
|
|
80634
|
+
{
|
|
80635
|
+
"kind": "Reference",
|
|
80636
|
+
"text": "XEventsTypes",
|
|
80637
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
80638
|
+
},
|
|
80639
|
+
{
|
|
80640
|
+
"kind": "Content",
|
|
80641
|
+
"text": ";\n}, {}, {\n BaseDropdown: import(\"vue\")."
|
|
80720
80642
|
},
|
|
80721
80643
|
{
|
|
80722
80644
|
"kind": "Reference",
|
|
@@ -80737,13 +80659,13 @@
|
|
|
80737
80659
|
"text": ", true, {}, any>"
|
|
80738
80660
|
}
|
|
80739
80661
|
],
|
|
80740
|
-
"fileUrlPath": "dist/types/src/
|
|
80662
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-dropdown.vue.d.ts",
|
|
80741
80663
|
"isReadonly": true,
|
|
80742
80664
|
"releaseTag": "Public",
|
|
80743
80665
|
"name": "SortDropdown",
|
|
80744
80666
|
"variableTypeTokenRange": {
|
|
80745
80667
|
"startIndex": 1,
|
|
80746
|
-
"endIndex":
|
|
80668
|
+
"endIndex": 74
|
|
80747
80669
|
}
|
|
80748
80670
|
},
|
|
80749
80671
|
{
|
|
@@ -80978,7 +80900,196 @@
|
|
|
80978
80900
|
},
|
|
80979
80901
|
{
|
|
80980
80902
|
"kind": "Content",
|
|
80981
|
-
"text": "<{\n
|
|
80903
|
+
"text": "<{\n animation: {\n type: "
|
|
80904
|
+
},
|
|
80905
|
+
{
|
|
80906
|
+
"kind": "Reference",
|
|
80907
|
+
"text": "PropType",
|
|
80908
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80909
|
+
},
|
|
80910
|
+
{
|
|
80911
|
+
"kind": "Content",
|
|
80912
|
+
"text": "<string | "
|
|
80913
|
+
},
|
|
80914
|
+
{
|
|
80915
|
+
"kind": "Reference",
|
|
80916
|
+
"text": "Component",
|
|
80917
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80918
|
+
},
|
|
80919
|
+
{
|
|
80920
|
+
"kind": "Content",
|
|
80921
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
80922
|
+
},
|
|
80923
|
+
{
|
|
80924
|
+
"kind": "Reference",
|
|
80925
|
+
"text": "PropType",
|
|
80926
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80927
|
+
},
|
|
80928
|
+
{
|
|
80929
|
+
"kind": "Content",
|
|
80930
|
+
"text": "<"
|
|
80931
|
+
},
|
|
80932
|
+
{
|
|
80933
|
+
"kind": "Reference",
|
|
80934
|
+
"text": "Sort",
|
|
80935
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80936
|
+
},
|
|
80937
|
+
{
|
|
80938
|
+
"kind": "Content",
|
|
80939
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80940
|
+
},
|
|
80941
|
+
{
|
|
80942
|
+
"kind": "Reference",
|
|
80943
|
+
"text": "PropType",
|
|
80944
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80945
|
+
},
|
|
80946
|
+
{
|
|
80947
|
+
"kind": "Content",
|
|
80948
|
+
"text": "<"
|
|
80949
|
+
},
|
|
80950
|
+
{
|
|
80951
|
+
"kind": "Reference",
|
|
80952
|
+
"text": "Sort",
|
|
80953
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80954
|
+
},
|
|
80955
|
+
{
|
|
80956
|
+
"kind": "Content",
|
|
80957
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80958
|
+
},
|
|
80959
|
+
{
|
|
80960
|
+
"kind": "Reference",
|
|
80961
|
+
"text": "PropType",
|
|
80962
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80963
|
+
},
|
|
80964
|
+
{
|
|
80965
|
+
"kind": "Content",
|
|
80966
|
+
"text": "<"
|
|
80967
|
+
},
|
|
80968
|
+
{
|
|
80969
|
+
"kind": "Reference",
|
|
80970
|
+
"text": "XEvent",
|
|
80971
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80972
|
+
},
|
|
80973
|
+
{
|
|
80974
|
+
"kind": "Content",
|
|
80975
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
80976
|
+
},
|
|
80977
|
+
{
|
|
80978
|
+
"kind": "Reference",
|
|
80979
|
+
"text": "PropType",
|
|
80980
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80981
|
+
},
|
|
80982
|
+
{
|
|
80983
|
+
"kind": "Content",
|
|
80984
|
+
"text": "<"
|
|
80985
|
+
},
|
|
80986
|
+
{
|
|
80987
|
+
"kind": "Reference",
|
|
80988
|
+
"text": "XEvent",
|
|
80989
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80990
|
+
},
|
|
80991
|
+
{
|
|
80992
|
+
"kind": "Content",
|
|
80993
|
+
"text": ">;\n default: string;\n };\n}>, {\n listItems: import(\"vue\")."
|
|
80994
|
+
},
|
|
80995
|
+
{
|
|
80996
|
+
"kind": "Reference",
|
|
80997
|
+
"text": "ComputedRef",
|
|
80998
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
80999
|
+
},
|
|
81000
|
+
{
|
|
81001
|
+
"kind": "Content",
|
|
81002
|
+
"text": "<"
|
|
81003
|
+
},
|
|
81004
|
+
{
|
|
81005
|
+
"kind": "Reference",
|
|
81006
|
+
"text": "SortListItem",
|
|
81007
|
+
"canonicalReference": "@empathyco/x-components!~SortListItem:interface"
|
|
81008
|
+
},
|
|
81009
|
+
{
|
|
81010
|
+
"kind": "Content",
|
|
81011
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
81012
|
+
},
|
|
81013
|
+
{
|
|
81014
|
+
"kind": "Reference",
|
|
81015
|
+
"text": "ComponentOptionsMixin",
|
|
81016
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
81017
|
+
},
|
|
81018
|
+
{
|
|
81019
|
+
"kind": "Content",
|
|
81020
|
+
"text": ", import(\"vue\")."
|
|
81021
|
+
},
|
|
81022
|
+
{
|
|
81023
|
+
"kind": "Reference",
|
|
81024
|
+
"text": "ComponentOptionsMixin",
|
|
81025
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
81026
|
+
},
|
|
81027
|
+
{
|
|
81028
|
+
"kind": "Content",
|
|
81029
|
+
"text": ", {}, string, import(\"vue\")."
|
|
81030
|
+
},
|
|
81031
|
+
{
|
|
81032
|
+
"kind": "Reference",
|
|
81033
|
+
"text": "PublicProps",
|
|
81034
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
81035
|
+
},
|
|
81036
|
+
{
|
|
81037
|
+
"kind": "Content",
|
|
81038
|
+
"text": ", "
|
|
81039
|
+
},
|
|
81040
|
+
{
|
|
81041
|
+
"kind": "Reference",
|
|
81042
|
+
"text": "Readonly",
|
|
81043
|
+
"canonicalReference": "!Readonly:type"
|
|
81044
|
+
},
|
|
81045
|
+
{
|
|
81046
|
+
"kind": "Content",
|
|
81047
|
+
"text": "<import(\"vue\")."
|
|
81048
|
+
},
|
|
81049
|
+
{
|
|
81050
|
+
"kind": "Reference",
|
|
81051
|
+
"text": "ExtractPropTypes",
|
|
81052
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
81053
|
+
},
|
|
81054
|
+
{
|
|
81055
|
+
"kind": "Content",
|
|
81056
|
+
"text": "<{\n animation: {\n type: "
|
|
81057
|
+
},
|
|
81058
|
+
{
|
|
81059
|
+
"kind": "Reference",
|
|
81060
|
+
"text": "PropType",
|
|
81061
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81062
|
+
},
|
|
81063
|
+
{
|
|
81064
|
+
"kind": "Content",
|
|
81065
|
+
"text": "<string | "
|
|
81066
|
+
},
|
|
81067
|
+
{
|
|
81068
|
+
"kind": "Reference",
|
|
81069
|
+
"text": "Component",
|
|
81070
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81071
|
+
},
|
|
81072
|
+
{
|
|
81073
|
+
"kind": "Content",
|
|
81074
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81075
|
+
},
|
|
81076
|
+
{
|
|
81077
|
+
"kind": "Reference",
|
|
81078
|
+
"text": "PropType",
|
|
81079
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81080
|
+
},
|
|
81081
|
+
{
|
|
81082
|
+
"kind": "Content",
|
|
81083
|
+
"text": "<"
|
|
81084
|
+
},
|
|
81085
|
+
{
|
|
81086
|
+
"kind": "Reference",
|
|
81087
|
+
"text": "Sort",
|
|
81088
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81089
|
+
},
|
|
81090
|
+
{
|
|
81091
|
+
"kind": "Content",
|
|
81092
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80982
81093
|
},
|
|
80983
81094
|
{
|
|
80984
81095
|
"kind": "Reference",
|
|
@@ -80996,7 +81107,7 @@
|
|
|
80996
81107
|
},
|
|
80997
81108
|
{
|
|
80998
81109
|
"kind": "Content",
|
|
80999
|
-
"text": "
|
|
81110
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81000
81111
|
},
|
|
81001
81112
|
{
|
|
81002
81113
|
"kind": "Reference",
|
|
@@ -81005,21 +81116,21 @@
|
|
|
81005
81116
|
},
|
|
81006
81117
|
{
|
|
81007
81118
|
"kind": "Content",
|
|
81008
|
-
"text": "<
|
|
81119
|
+
"text": "<"
|
|
81009
81120
|
},
|
|
81010
81121
|
{
|
|
81011
81122
|
"kind": "Reference",
|
|
81012
|
-
"text": "
|
|
81013
|
-
"canonicalReference": "@
|
|
81123
|
+
"text": "XEvent",
|
|
81124
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81014
81125
|
},
|
|
81015
81126
|
{
|
|
81016
81127
|
"kind": "Content",
|
|
81017
|
-
"text": ">;\n default:
|
|
81128
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81018
81129
|
},
|
|
81019
81130
|
{
|
|
81020
81131
|
"kind": "Reference",
|
|
81021
|
-
"text": "
|
|
81022
|
-
"canonicalReference": "@vue/
|
|
81132
|
+
"text": "PropType",
|
|
81133
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81023
81134
|
},
|
|
81024
81135
|
{
|
|
81025
81136
|
"kind": "Content",
|
|
@@ -81027,111 +81138,116 @@
|
|
|
81027
81138
|
},
|
|
81028
81139
|
{
|
|
81029
81140
|
"kind": "Reference",
|
|
81030
|
-
"text": "
|
|
81031
|
-
"canonicalReference": "@empathyco/x-components
|
|
81141
|
+
"text": "XEvent",
|
|
81142
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81032
81143
|
},
|
|
81033
81144
|
{
|
|
81034
81145
|
"kind": "Content",
|
|
81035
|
-
"text": "
|
|
81146
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
81036
81147
|
},
|
|
81037
81148
|
{
|
|
81038
81149
|
"kind": "Reference",
|
|
81039
|
-
"text": "
|
|
81040
|
-
"canonicalReference": "
|
|
81150
|
+
"text": "Readonly",
|
|
81151
|
+
"canonicalReference": "!Readonly:type"
|
|
81041
81152
|
},
|
|
81042
81153
|
{
|
|
81043
81154
|
"kind": "Content",
|
|
81044
|
-
"text": "<
|
|
81155
|
+
"text": "<{}>, {\n animation: string | "
|
|
81045
81156
|
},
|
|
81046
81157
|
{
|
|
81047
81158
|
"kind": "Reference",
|
|
81048
|
-
"text": "
|
|
81049
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81159
|
+
"text": "Component",
|
|
81160
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81050
81161
|
},
|
|
81051
81162
|
{
|
|
81052
81163
|
"kind": "Content",
|
|
81053
|
-
"text": "
|
|
81164
|
+
"text": ";\n selectedSortProvidedEvent: keyof "
|
|
81054
81165
|
},
|
|
81055
81166
|
{
|
|
81056
81167
|
"kind": "Reference",
|
|
81057
|
-
"text": "
|
|
81058
|
-
"canonicalReference": "@
|
|
81168
|
+
"text": "XEventsTypes",
|
|
81169
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81059
81170
|
},
|
|
81060
81171
|
{
|
|
81061
81172
|
"kind": "Content",
|
|
81062
|
-
"text": "
|
|
81173
|
+
"text": ";\n clickedSortEvent: keyof "
|
|
81063
81174
|
},
|
|
81064
81175
|
{
|
|
81065
81176
|
"kind": "Reference",
|
|
81066
|
-
"text": "
|
|
81067
|
-
"canonicalReference": "@
|
|
81177
|
+
"text": "XEventsTypes",
|
|
81178
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81068
81179
|
},
|
|
81069
81180
|
{
|
|
81070
81181
|
"kind": "Content",
|
|
81071
|
-
"text": ", "
|
|
81182
|
+
"text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
|
|
81072
81183
|
},
|
|
81073
81184
|
{
|
|
81074
81185
|
"kind": "Reference",
|
|
81075
|
-
"text": "
|
|
81076
|
-
"canonicalReference": "!
|
|
81186
|
+
"text": "DefineComponent",
|
|
81187
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
81077
81188
|
},
|
|
81078
81189
|
{
|
|
81079
81190
|
"kind": "Content",
|
|
81080
|
-
"text": "<import(\"vue\")."
|
|
81191
|
+
"text": "<{}, {}, any>;\n}, {}, string, import(\"vue\")."
|
|
81081
81192
|
},
|
|
81082
81193
|
{
|
|
81083
81194
|
"kind": "Reference",
|
|
81084
|
-
"text": "
|
|
81085
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81195
|
+
"text": "ComponentProvideOptions",
|
|
81196
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
81086
81197
|
},
|
|
81087
81198
|
{
|
|
81088
81199
|
"kind": "Content",
|
|
81089
|
-
"text": "
|
|
81090
|
-
}
|
|
81091
|
-
|
|
81092
|
-
|
|
81093
|
-
|
|
81094
|
-
|
|
81095
|
-
|
|
81200
|
+
"text": ", true, {}, any>"
|
|
81201
|
+
}
|
|
81202
|
+
],
|
|
81203
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-list.vue.d.ts",
|
|
81204
|
+
"isReadonly": true,
|
|
81205
|
+
"releaseTag": "Public",
|
|
81206
|
+
"name": "SortList",
|
|
81207
|
+
"variableTypeTokenRange": {
|
|
81208
|
+
"startIndex": 1,
|
|
81209
|
+
"endIndex": 72
|
|
81210
|
+
}
|
|
81211
|
+
},
|
|
81212
|
+
{
|
|
81213
|
+
"kind": "Variable",
|
|
81214
|
+
"canonicalReference": "@empathyco/x-components!SortPickerList:var",
|
|
81215
|
+
"docComment": "/**\n * The `SortPickerList` component allows user to select the search results order. This component also allows to change the selected sort programmatically.\n */\n",
|
|
81216
|
+
"excerptTokens": [
|
|
81096
81217
|
{
|
|
81097
81218
|
"kind": "Content",
|
|
81098
|
-
"text": "
|
|
81099
|
-
},
|
|
81100
|
-
{
|
|
81101
|
-
"kind": "Reference",
|
|
81102
|
-
"text": "Sort",
|
|
81103
|
-
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81219
|
+
"text": "_default: "
|
|
81104
81220
|
},
|
|
81105
81221
|
{
|
|
81106
81222
|
"kind": "Content",
|
|
81107
|
-
"text": "
|
|
81223
|
+
"text": "import(\"vue\")."
|
|
81108
81224
|
},
|
|
81109
81225
|
{
|
|
81110
81226
|
"kind": "Reference",
|
|
81111
|
-
"text": "
|
|
81112
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81227
|
+
"text": "DefineComponent",
|
|
81228
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
81113
81229
|
},
|
|
81114
81230
|
{
|
|
81115
81231
|
"kind": "Content",
|
|
81116
|
-
"text": "<
|
|
81232
|
+
"text": "<import(\"vue\")."
|
|
81117
81233
|
},
|
|
81118
81234
|
{
|
|
81119
81235
|
"kind": "Reference",
|
|
81120
|
-
"text": "
|
|
81121
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81236
|
+
"text": "ExtractPropTypes",
|
|
81237
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
81122
81238
|
},
|
|
81123
81239
|
{
|
|
81124
81240
|
"kind": "Content",
|
|
81125
|
-
"text": "
|
|
81241
|
+
"text": "<{\n animation: {\n type: "
|
|
81126
81242
|
},
|
|
81127
81243
|
{
|
|
81128
81244
|
"kind": "Reference",
|
|
81129
|
-
"text": "
|
|
81130
|
-
"canonicalReference": "!
|
|
81245
|
+
"text": "PropType",
|
|
81246
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81131
81247
|
},
|
|
81132
81248
|
{
|
|
81133
81249
|
"kind": "Content",
|
|
81134
|
-
"text": "<
|
|
81250
|
+
"text": "<string | "
|
|
81135
81251
|
},
|
|
81136
81252
|
{
|
|
81137
81253
|
"kind": "Reference",
|
|
@@ -81140,66 +81256,43 @@
|
|
|
81140
81256
|
},
|
|
81141
81257
|
{
|
|
81142
81258
|
"kind": "Content",
|
|
81143
|
-
"text": ";\n}
|
|
81259
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81144
81260
|
},
|
|
81145
81261
|
{
|
|
81146
81262
|
"kind": "Reference",
|
|
81147
|
-
"text": "
|
|
81148
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81263
|
+
"text": "PropType",
|
|
81264
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81149
81265
|
},
|
|
81150
81266
|
{
|
|
81151
81267
|
"kind": "Content",
|
|
81152
|
-
"text": "<
|
|
81268
|
+
"text": "<"
|
|
81153
81269
|
},
|
|
81154
81270
|
{
|
|
81155
81271
|
"kind": "Reference",
|
|
81156
|
-
"text": "
|
|
81157
|
-
"canonicalReference": "@
|
|
81158
|
-
},
|
|
81159
|
-
{
|
|
81160
|
-
"kind": "Content",
|
|
81161
|
-
"text": ", true, {}, any>"
|
|
81162
|
-
}
|
|
81163
|
-
],
|
|
81164
|
-
"fileUrlPath": "dist/types/src/x-modules/search/components/sort-list.vue.d.ts",
|
|
81165
|
-
"isReadonly": true,
|
|
81166
|
-
"releaseTag": "Public",
|
|
81167
|
-
"name": "SortList",
|
|
81168
|
-
"variableTypeTokenRange": {
|
|
81169
|
-
"startIndex": 1,
|
|
81170
|
-
"endIndex": 46
|
|
81171
|
-
}
|
|
81172
|
-
},
|
|
81173
|
-
{
|
|
81174
|
-
"kind": "Variable",
|
|
81175
|
-
"canonicalReference": "@empathyco/x-components!SortPickerList:var",
|
|
81176
|
-
"docComment": "/**\n * The `SortPickerList` component allows user to select the search results order. This component also allows to change the selected sort programmatically.\n */\n",
|
|
81177
|
-
"excerptTokens": [
|
|
81178
|
-
{
|
|
81179
|
-
"kind": "Content",
|
|
81180
|
-
"text": "_default: "
|
|
81272
|
+
"text": "Sort",
|
|
81273
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81181
81274
|
},
|
|
81182
81275
|
{
|
|
81183
81276
|
"kind": "Content",
|
|
81184
|
-
"text": "
|
|
81277
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
81185
81278
|
},
|
|
81186
81279
|
{
|
|
81187
81280
|
"kind": "Reference",
|
|
81188
|
-
"text": "
|
|
81189
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81281
|
+
"text": "PropType",
|
|
81282
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81190
81283
|
},
|
|
81191
81284
|
{
|
|
81192
81285
|
"kind": "Content",
|
|
81193
|
-
"text": "<
|
|
81286
|
+
"text": "<"
|
|
81194
81287
|
},
|
|
81195
81288
|
{
|
|
81196
81289
|
"kind": "Reference",
|
|
81197
|
-
"text": "
|
|
81198
|
-
"canonicalReference": "@
|
|
81290
|
+
"text": "Sort",
|
|
81291
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81199
81292
|
},
|
|
81200
81293
|
{
|
|
81201
81294
|
"kind": "Content",
|
|
81202
|
-
"text": "
|
|
81295
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81203
81296
|
},
|
|
81204
81297
|
{
|
|
81205
81298
|
"kind": "Reference",
|
|
@@ -81212,12 +81305,12 @@
|
|
|
81212
81305
|
},
|
|
81213
81306
|
{
|
|
81214
81307
|
"kind": "Reference",
|
|
81215
|
-
"text": "
|
|
81216
|
-
"canonicalReference": "@empathyco/x-components!
|
|
81308
|
+
"text": "XEvent",
|
|
81309
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81217
81310
|
},
|
|
81218
81311
|
{
|
|
81219
81312
|
"kind": "Content",
|
|
81220
|
-
"text": "
|
|
81313
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81221
81314
|
},
|
|
81222
81315
|
{
|
|
81223
81316
|
"kind": "Reference",
|
|
@@ -81226,16 +81319,16 @@
|
|
|
81226
81319
|
},
|
|
81227
81320
|
{
|
|
81228
81321
|
"kind": "Content",
|
|
81229
|
-
"text": "<
|
|
81322
|
+
"text": "<"
|
|
81230
81323
|
},
|
|
81231
81324
|
{
|
|
81232
81325
|
"kind": "Reference",
|
|
81233
|
-
"text": "
|
|
81234
|
-
"canonicalReference": "@
|
|
81326
|
+
"text": "XEvent",
|
|
81327
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81235
81328
|
},
|
|
81236
81329
|
{
|
|
81237
81330
|
"kind": "Content",
|
|
81238
|
-
"text": ">;\n default:
|
|
81331
|
+
"text": ">;\n default: string;\n };\n buttonClass: "
|
|
81239
81332
|
},
|
|
81240
81333
|
{
|
|
81241
81334
|
"kind": "Reference",
|
|
@@ -81262,16 +81355,7 @@
|
|
|
81262
81355
|
},
|
|
81263
81356
|
{
|
|
81264
81357
|
"kind": "Content",
|
|
81265
|
-
"text": "[]>;\n
|
|
81266
|
-
},
|
|
81267
|
-
{
|
|
81268
|
-
"kind": "Reference",
|
|
81269
|
-
"text": "ComputedRef",
|
|
81270
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
81271
|
-
},
|
|
81272
|
-
{
|
|
81273
|
-
"kind": "Content",
|
|
81274
|
-
"text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
|
|
81358
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
81275
81359
|
},
|
|
81276
81360
|
{
|
|
81277
81361
|
"kind": "Reference",
|
|
@@ -81316,7 +81400,25 @@
|
|
|
81316
81400
|
},
|
|
81317
81401
|
{
|
|
81318
81402
|
"kind": "Content",
|
|
81319
|
-
"text": "<{\n
|
|
81403
|
+
"text": "<{\n animation: {\n type: "
|
|
81404
|
+
},
|
|
81405
|
+
{
|
|
81406
|
+
"kind": "Reference",
|
|
81407
|
+
"text": "PropType",
|
|
81408
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81409
|
+
},
|
|
81410
|
+
{
|
|
81411
|
+
"kind": "Content",
|
|
81412
|
+
"text": "<string | "
|
|
81413
|
+
},
|
|
81414
|
+
{
|
|
81415
|
+
"kind": "Reference",
|
|
81416
|
+
"text": "Component",
|
|
81417
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81418
|
+
},
|
|
81419
|
+
{
|
|
81420
|
+
"kind": "Content",
|
|
81421
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81320
81422
|
},
|
|
81321
81423
|
{
|
|
81322
81424
|
"kind": "Reference",
|
|
@@ -81334,7 +81436,7 @@
|
|
|
81334
81436
|
},
|
|
81335
81437
|
{
|
|
81336
81438
|
"kind": "Content",
|
|
81337
|
-
"text": "[]>;\n required: true;\n };\n
|
|
81439
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
81338
81440
|
},
|
|
81339
81441
|
{
|
|
81340
81442
|
"kind": "Reference",
|
|
@@ -81343,16 +81445,52 @@
|
|
|
81343
81445
|
},
|
|
81344
81446
|
{
|
|
81345
81447
|
"kind": "Content",
|
|
81346
|
-
"text": "<
|
|
81448
|
+
"text": "<"
|
|
81347
81449
|
},
|
|
81348
81450
|
{
|
|
81349
81451
|
"kind": "Reference",
|
|
81350
|
-
"text": "
|
|
81351
|
-
"canonicalReference": "@
|
|
81452
|
+
"text": "Sort",
|
|
81453
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81454
|
+
},
|
|
81455
|
+
{
|
|
81456
|
+
"kind": "Content",
|
|
81457
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81458
|
+
},
|
|
81459
|
+
{
|
|
81460
|
+
"kind": "Reference",
|
|
81461
|
+
"text": "PropType",
|
|
81462
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81463
|
+
},
|
|
81464
|
+
{
|
|
81465
|
+
"kind": "Content",
|
|
81466
|
+
"text": "<"
|
|
81467
|
+
},
|
|
81468
|
+
{
|
|
81469
|
+
"kind": "Reference",
|
|
81470
|
+
"text": "XEvent",
|
|
81471
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81472
|
+
},
|
|
81473
|
+
{
|
|
81474
|
+
"kind": "Content",
|
|
81475
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81476
|
+
},
|
|
81477
|
+
{
|
|
81478
|
+
"kind": "Reference",
|
|
81479
|
+
"text": "PropType",
|
|
81480
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81481
|
+
},
|
|
81482
|
+
{
|
|
81483
|
+
"kind": "Content",
|
|
81484
|
+
"text": "<"
|
|
81485
|
+
},
|
|
81486
|
+
{
|
|
81487
|
+
"kind": "Reference",
|
|
81488
|
+
"text": "XEvent",
|
|
81489
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81352
81490
|
},
|
|
81353
81491
|
{
|
|
81354
81492
|
"kind": "Content",
|
|
81355
|
-
"text": ">;\n default:
|
|
81493
|
+
"text": ">;\n default: string;\n };\n buttonClass: "
|
|
81356
81494
|
},
|
|
81357
81495
|
{
|
|
81358
81496
|
"kind": "Reference",
|
|
@@ -81377,6 +81515,24 @@
|
|
|
81377
81515
|
"text": "Component",
|
|
81378
81516
|
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81379
81517
|
},
|
|
81518
|
+
{
|
|
81519
|
+
"kind": "Content",
|
|
81520
|
+
"text": ";\n selectedSortProvidedEvent: keyof "
|
|
81521
|
+
},
|
|
81522
|
+
{
|
|
81523
|
+
"kind": "Reference",
|
|
81524
|
+
"text": "XEventsTypes",
|
|
81525
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81526
|
+
},
|
|
81527
|
+
{
|
|
81528
|
+
"kind": "Content",
|
|
81529
|
+
"text": ";\n clickedSortEvent: keyof "
|
|
81530
|
+
},
|
|
81531
|
+
{
|
|
81532
|
+
"kind": "Reference",
|
|
81533
|
+
"text": "XEventsTypes",
|
|
81534
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81535
|
+
},
|
|
81380
81536
|
{
|
|
81381
81537
|
"kind": "Content",
|
|
81382
81538
|
"text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
|
|
@@ -81400,13 +81556,13 @@
|
|
|
81400
81556
|
"text": ", true, {}, any>"
|
|
81401
81557
|
}
|
|
81402
81558
|
],
|
|
81403
|
-
"fileUrlPath": "dist/types/src/
|
|
81559
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-picker-list.vue.d.ts",
|
|
81404
81560
|
"isReadonly": true,
|
|
81405
81561
|
"releaseTag": "Public",
|
|
81406
81562
|
"name": "SortPickerList",
|
|
81407
81563
|
"variableTypeTokenRange": {
|
|
81408
81564
|
"startIndex": 1,
|
|
81409
|
-
"endIndex":
|
|
81565
|
+
"endIndex": 76
|
|
81410
81566
|
}
|
|
81411
81567
|
},
|
|
81412
81568
|
{
|
|
@@ -86565,6 +86721,33 @@
|
|
|
86565
86721
|
"name": "UseAliasAPI",
|
|
86566
86722
|
"preserveMemberOrder": false,
|
|
86567
86723
|
"members": [
|
|
86724
|
+
{
|
|
86725
|
+
"kind": "PropertySignature",
|
|
86726
|
+
"canonicalReference": "@empathyco/x-components!UseAliasAPI#browseSelectedSort:member",
|
|
86727
|
+
"docComment": "/**\n * The {@link BrowseXModule} selected sort.\n */\n",
|
|
86728
|
+
"excerptTokens": [
|
|
86729
|
+
{
|
|
86730
|
+
"kind": "Content",
|
|
86731
|
+
"text": "readonly browseSelectedSort: "
|
|
86732
|
+
},
|
|
86733
|
+
{
|
|
86734
|
+
"kind": "Content",
|
|
86735
|
+
"text": "string"
|
|
86736
|
+
},
|
|
86737
|
+
{
|
|
86738
|
+
"kind": "Content",
|
|
86739
|
+
"text": ";"
|
|
86740
|
+
}
|
|
86741
|
+
],
|
|
86742
|
+
"isReadonly": true,
|
|
86743
|
+
"isOptional": false,
|
|
86744
|
+
"releaseTag": "Public",
|
|
86745
|
+
"name": "browseSelectedSort",
|
|
86746
|
+
"propertyTypeTokenRange": {
|
|
86747
|
+
"startIndex": 1,
|
|
86748
|
+
"endIndex": 2
|
|
86749
|
+
}
|
|
86750
|
+
},
|
|
86568
86751
|
{
|
|
86569
86752
|
"kind": "PropertySignature",
|
|
86570
86753
|
"canonicalReference": "@empathyco/x-components!UseAliasAPI#browseTotalResults:member",
|