@empathyco/x-components 7.5.0 → 8.0.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 +11 -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.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/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 +515 -304
- package/report/x-components.api.md +106 -56
- 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/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.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
|
@@ -16470,173 +16470,6 @@
|
|
|
16470
16470
|
"endIndex": 42
|
|
16471
16471
|
}
|
|
16472
16472
|
},
|
|
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
16473
|
{
|
|
16641
16474
|
"kind": "Interface",
|
|
16642
16475
|
"canonicalReference": "@empathyco/x-components!BrowseState:interface",
|
|
@@ -80545,7 +80378,25 @@
|
|
|
80545
80378
|
},
|
|
80546
80379
|
{
|
|
80547
80380
|
"kind": "Content",
|
|
80548
|
-
"text": "<{\n
|
|
80381
|
+
"text": "<{\n animation: "
|
|
80382
|
+
},
|
|
80383
|
+
{
|
|
80384
|
+
"kind": "Reference",
|
|
80385
|
+
"text": "PropType",
|
|
80386
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80387
|
+
},
|
|
80388
|
+
{
|
|
80389
|
+
"kind": "Content",
|
|
80390
|
+
"text": "<string | "
|
|
80391
|
+
},
|
|
80392
|
+
{
|
|
80393
|
+
"kind": "Reference",
|
|
80394
|
+
"text": "Component",
|
|
80395
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80396
|
+
},
|
|
80397
|
+
{
|
|
80398
|
+
"kind": "Content",
|
|
80399
|
+
"text": ">;\n items: {\n type: "
|
|
80549
80400
|
},
|
|
80550
80401
|
{
|
|
80551
80402
|
"kind": "Reference",
|
|
@@ -80563,7 +80414,7 @@
|
|
|
80563
80414
|
},
|
|
80564
80415
|
{
|
|
80565
80416
|
"kind": "Content",
|
|
80566
|
-
"text": "[]>;\n required: true;\n };\n
|
|
80417
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80567
80418
|
},
|
|
80568
80419
|
{
|
|
80569
80420
|
"kind": "Reference",
|
|
@@ -80572,16 +80423,52 @@
|
|
|
80572
80423
|
},
|
|
80573
80424
|
{
|
|
80574
80425
|
"kind": "Content",
|
|
80575
|
-
"text": "<
|
|
80426
|
+
"text": "<"
|
|
80576
80427
|
},
|
|
80577
80428
|
{
|
|
80578
80429
|
"kind": "Reference",
|
|
80579
|
-
"text": "
|
|
80580
|
-
"canonicalReference": "@
|
|
80430
|
+
"text": "Sort",
|
|
80431
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80432
|
+
},
|
|
80433
|
+
{
|
|
80434
|
+
"kind": "Content",
|
|
80435
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80436
|
+
},
|
|
80437
|
+
{
|
|
80438
|
+
"kind": "Reference",
|
|
80439
|
+
"text": "PropType",
|
|
80440
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80441
|
+
},
|
|
80442
|
+
{
|
|
80443
|
+
"kind": "Content",
|
|
80444
|
+
"text": "<"
|
|
80445
|
+
},
|
|
80446
|
+
{
|
|
80447
|
+
"kind": "Reference",
|
|
80448
|
+
"text": "XEvent",
|
|
80449
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80450
|
+
},
|
|
80451
|
+
{
|
|
80452
|
+
"kind": "Content",
|
|
80453
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
80454
|
+
},
|
|
80455
|
+
{
|
|
80456
|
+
"kind": "Reference",
|
|
80457
|
+
"text": "PropType",
|
|
80458
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80459
|
+
},
|
|
80460
|
+
{
|
|
80461
|
+
"kind": "Content",
|
|
80462
|
+
"text": "<"
|
|
80463
|
+
},
|
|
80464
|
+
{
|
|
80465
|
+
"kind": "Reference",
|
|
80466
|
+
"text": "XEvent",
|
|
80467
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80581
80468
|
},
|
|
80582
80469
|
{
|
|
80583
80470
|
"kind": "Content",
|
|
80584
|
-
"text": ">;\n}>, {\n emitUserClickedASort: (sort: "
|
|
80471
|
+
"text": ">;\n default: string;\n };\n}>, {\n emitUserClickedASort: (sort: "
|
|
80585
80472
|
},
|
|
80586
80473
|
{
|
|
80587
80474
|
"kind": "Reference",
|
|
@@ -80617,16 +80504,7 @@
|
|
|
80617
80504
|
},
|
|
80618
80505
|
{
|
|
80619
80506
|
"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\")."
|
|
80507
|
+
"text": "<{}, {}, any> | undefined>;\n}, {}, {}, {}, import(\"vue\")."
|
|
80630
80508
|
},
|
|
80631
80509
|
{
|
|
80632
80510
|
"kind": "Reference",
|
|
@@ -80671,7 +80549,25 @@
|
|
|
80671
80549
|
},
|
|
80672
80550
|
{
|
|
80673
80551
|
"kind": "Content",
|
|
80674
|
-
"text": "<{\n
|
|
80552
|
+
"text": "<{\n animation: "
|
|
80553
|
+
},
|
|
80554
|
+
{
|
|
80555
|
+
"kind": "Reference",
|
|
80556
|
+
"text": "PropType",
|
|
80557
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80558
|
+
},
|
|
80559
|
+
{
|
|
80560
|
+
"kind": "Content",
|
|
80561
|
+
"text": "<string | "
|
|
80562
|
+
},
|
|
80563
|
+
{
|
|
80564
|
+
"kind": "Reference",
|
|
80565
|
+
"text": "Component",
|
|
80566
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80567
|
+
},
|
|
80568
|
+
{
|
|
80569
|
+
"kind": "Content",
|
|
80570
|
+
"text": ">;\n items: {\n type: "
|
|
80675
80571
|
},
|
|
80676
80572
|
{
|
|
80677
80573
|
"kind": "Reference",
|
|
@@ -80689,7 +80585,7 @@
|
|
|
80689
80585
|
},
|
|
80690
80586
|
{
|
|
80691
80587
|
"kind": "Content",
|
|
80692
|
-
"text": "[]>;\n required: true;\n };\n
|
|
80588
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80693
80589
|
},
|
|
80694
80590
|
{
|
|
80695
80591
|
"kind": "Reference",
|
|
@@ -80698,16 +80594,52 @@
|
|
|
80698
80594
|
},
|
|
80699
80595
|
{
|
|
80700
80596
|
"kind": "Content",
|
|
80701
|
-
"text": "<
|
|
80597
|
+
"text": "<"
|
|
80702
80598
|
},
|
|
80703
80599
|
{
|
|
80704
80600
|
"kind": "Reference",
|
|
80705
|
-
"text": "
|
|
80706
|
-
"canonicalReference": "@
|
|
80601
|
+
"text": "Sort",
|
|
80602
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80707
80603
|
},
|
|
80708
80604
|
{
|
|
80709
80605
|
"kind": "Content",
|
|
80710
|
-
"text": ">;\n}
|
|
80606
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80607
|
+
},
|
|
80608
|
+
{
|
|
80609
|
+
"kind": "Reference",
|
|
80610
|
+
"text": "PropType",
|
|
80611
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80612
|
+
},
|
|
80613
|
+
{
|
|
80614
|
+
"kind": "Content",
|
|
80615
|
+
"text": "<"
|
|
80616
|
+
},
|
|
80617
|
+
{
|
|
80618
|
+
"kind": "Reference",
|
|
80619
|
+
"text": "XEvent",
|
|
80620
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80621
|
+
},
|
|
80622
|
+
{
|
|
80623
|
+
"kind": "Content",
|
|
80624
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
80625
|
+
},
|
|
80626
|
+
{
|
|
80627
|
+
"kind": "Reference",
|
|
80628
|
+
"text": "PropType",
|
|
80629
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80630
|
+
},
|
|
80631
|
+
{
|
|
80632
|
+
"kind": "Content",
|
|
80633
|
+
"text": "<"
|
|
80634
|
+
},
|
|
80635
|
+
{
|
|
80636
|
+
"kind": "Reference",
|
|
80637
|
+
"text": "XEvent",
|
|
80638
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
80639
|
+
},
|
|
80640
|
+
{
|
|
80641
|
+
"kind": "Content",
|
|
80642
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
80711
80643
|
},
|
|
80712
80644
|
{
|
|
80713
80645
|
"kind": "Reference",
|
|
@@ -80716,7 +80648,25 @@
|
|
|
80716
80648
|
},
|
|
80717
80649
|
{
|
|
80718
80650
|
"kind": "Content",
|
|
80719
|
-
"text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {
|
|
80651
|
+
"text": "<{\n onChange?: ((...args: any[]) => any) | undefined;\n}>, {\n selectedSortProvidedEvent: keyof import(\"../../wiring/events.types\")."
|
|
80652
|
+
},
|
|
80653
|
+
{
|
|
80654
|
+
"kind": "Reference",
|
|
80655
|
+
"text": "XEventsTypes",
|
|
80656
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
80657
|
+
},
|
|
80658
|
+
{
|
|
80659
|
+
"kind": "Content",
|
|
80660
|
+
"text": ";\n clickedSortEvent: keyof import(\"../../wiring/events.types\")."
|
|
80661
|
+
},
|
|
80662
|
+
{
|
|
80663
|
+
"kind": "Reference",
|
|
80664
|
+
"text": "XEventsTypes",
|
|
80665
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
80666
|
+
},
|
|
80667
|
+
{
|
|
80668
|
+
"kind": "Content",
|
|
80669
|
+
"text": ";\n}, {}, {\n BaseDropdown: import(\"vue\")."
|
|
80720
80670
|
},
|
|
80721
80671
|
{
|
|
80722
80672
|
"kind": "Reference",
|
|
@@ -80737,13 +80687,13 @@
|
|
|
80737
80687
|
"text": ", true, {}, any>"
|
|
80738
80688
|
}
|
|
80739
80689
|
],
|
|
80740
|
-
"fileUrlPath": "dist/types/src/
|
|
80690
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-dropdown.vue.d.ts",
|
|
80741
80691
|
"isReadonly": true,
|
|
80742
80692
|
"releaseTag": "Public",
|
|
80743
80693
|
"name": "SortDropdown",
|
|
80744
80694
|
"variableTypeTokenRange": {
|
|
80745
80695
|
"startIndex": 1,
|
|
80746
|
-
"endIndex":
|
|
80696
|
+
"endIndex": 74
|
|
80747
80697
|
}
|
|
80748
80698
|
},
|
|
80749
80699
|
{
|
|
@@ -80978,7 +80928,196 @@
|
|
|
80978
80928
|
},
|
|
80979
80929
|
{
|
|
80980
80930
|
"kind": "Content",
|
|
80981
|
-
"text": "<{\n
|
|
80931
|
+
"text": "<{\n animation: {\n type: "
|
|
80932
|
+
},
|
|
80933
|
+
{
|
|
80934
|
+
"kind": "Reference",
|
|
80935
|
+
"text": "PropType",
|
|
80936
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80937
|
+
},
|
|
80938
|
+
{
|
|
80939
|
+
"kind": "Content",
|
|
80940
|
+
"text": "<string | "
|
|
80941
|
+
},
|
|
80942
|
+
{
|
|
80943
|
+
"kind": "Reference",
|
|
80944
|
+
"text": "Component",
|
|
80945
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
80946
|
+
},
|
|
80947
|
+
{
|
|
80948
|
+
"kind": "Content",
|
|
80949
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
80950
|
+
},
|
|
80951
|
+
{
|
|
80952
|
+
"kind": "Reference",
|
|
80953
|
+
"text": "PropType",
|
|
80954
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80955
|
+
},
|
|
80956
|
+
{
|
|
80957
|
+
"kind": "Content",
|
|
80958
|
+
"text": "<"
|
|
80959
|
+
},
|
|
80960
|
+
{
|
|
80961
|
+
"kind": "Reference",
|
|
80962
|
+
"text": "Sort",
|
|
80963
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80964
|
+
},
|
|
80965
|
+
{
|
|
80966
|
+
"kind": "Content",
|
|
80967
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80968
|
+
},
|
|
80969
|
+
{
|
|
80970
|
+
"kind": "Reference",
|
|
80971
|
+
"text": "PropType",
|
|
80972
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80973
|
+
},
|
|
80974
|
+
{
|
|
80975
|
+
"kind": "Content",
|
|
80976
|
+
"text": "<"
|
|
80977
|
+
},
|
|
80978
|
+
{
|
|
80979
|
+
"kind": "Reference",
|
|
80980
|
+
"text": "Sort",
|
|
80981
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
80982
|
+
},
|
|
80983
|
+
{
|
|
80984
|
+
"kind": "Content",
|
|
80985
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
80986
|
+
},
|
|
80987
|
+
{
|
|
80988
|
+
"kind": "Reference",
|
|
80989
|
+
"text": "PropType",
|
|
80990
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
80991
|
+
},
|
|
80992
|
+
{
|
|
80993
|
+
"kind": "Content",
|
|
80994
|
+
"text": "<"
|
|
80995
|
+
},
|
|
80996
|
+
{
|
|
80997
|
+
"kind": "Reference",
|
|
80998
|
+
"text": "XEvent",
|
|
80999
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81000
|
+
},
|
|
81001
|
+
{
|
|
81002
|
+
"kind": "Content",
|
|
81003
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81004
|
+
},
|
|
81005
|
+
{
|
|
81006
|
+
"kind": "Reference",
|
|
81007
|
+
"text": "PropType",
|
|
81008
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81009
|
+
},
|
|
81010
|
+
{
|
|
81011
|
+
"kind": "Content",
|
|
81012
|
+
"text": "<"
|
|
81013
|
+
},
|
|
81014
|
+
{
|
|
81015
|
+
"kind": "Reference",
|
|
81016
|
+
"text": "XEvent",
|
|
81017
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81018
|
+
},
|
|
81019
|
+
{
|
|
81020
|
+
"kind": "Content",
|
|
81021
|
+
"text": ">;\n default: string;\n };\n}>, {\n listItems: import(\"vue\")."
|
|
81022
|
+
},
|
|
81023
|
+
{
|
|
81024
|
+
"kind": "Reference",
|
|
81025
|
+
"text": "ComputedRef",
|
|
81026
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
81027
|
+
},
|
|
81028
|
+
{
|
|
81029
|
+
"kind": "Content",
|
|
81030
|
+
"text": "<"
|
|
81031
|
+
},
|
|
81032
|
+
{
|
|
81033
|
+
"kind": "Reference",
|
|
81034
|
+
"text": "SortListItem",
|
|
81035
|
+
"canonicalReference": "@empathyco/x-components!~SortListItem:interface"
|
|
81036
|
+
},
|
|
81037
|
+
{
|
|
81038
|
+
"kind": "Content",
|
|
81039
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
81040
|
+
},
|
|
81041
|
+
{
|
|
81042
|
+
"kind": "Reference",
|
|
81043
|
+
"text": "ComponentOptionsMixin",
|
|
81044
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
81045
|
+
},
|
|
81046
|
+
{
|
|
81047
|
+
"kind": "Content",
|
|
81048
|
+
"text": ", import(\"vue\")."
|
|
81049
|
+
},
|
|
81050
|
+
{
|
|
81051
|
+
"kind": "Reference",
|
|
81052
|
+
"text": "ComponentOptionsMixin",
|
|
81053
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
81054
|
+
},
|
|
81055
|
+
{
|
|
81056
|
+
"kind": "Content",
|
|
81057
|
+
"text": ", {}, string, import(\"vue\")."
|
|
81058
|
+
},
|
|
81059
|
+
{
|
|
81060
|
+
"kind": "Reference",
|
|
81061
|
+
"text": "PublicProps",
|
|
81062
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
81063
|
+
},
|
|
81064
|
+
{
|
|
81065
|
+
"kind": "Content",
|
|
81066
|
+
"text": ", "
|
|
81067
|
+
},
|
|
81068
|
+
{
|
|
81069
|
+
"kind": "Reference",
|
|
81070
|
+
"text": "Readonly",
|
|
81071
|
+
"canonicalReference": "!Readonly:type"
|
|
81072
|
+
},
|
|
81073
|
+
{
|
|
81074
|
+
"kind": "Content",
|
|
81075
|
+
"text": "<import(\"vue\")."
|
|
81076
|
+
},
|
|
81077
|
+
{
|
|
81078
|
+
"kind": "Reference",
|
|
81079
|
+
"text": "ExtractPropTypes",
|
|
81080
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
81081
|
+
},
|
|
81082
|
+
{
|
|
81083
|
+
"kind": "Content",
|
|
81084
|
+
"text": "<{\n animation: {\n type: "
|
|
81085
|
+
},
|
|
81086
|
+
{
|
|
81087
|
+
"kind": "Reference",
|
|
81088
|
+
"text": "PropType",
|
|
81089
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81090
|
+
},
|
|
81091
|
+
{
|
|
81092
|
+
"kind": "Content",
|
|
81093
|
+
"text": "<string | "
|
|
81094
|
+
},
|
|
81095
|
+
{
|
|
81096
|
+
"kind": "Reference",
|
|
81097
|
+
"text": "Component",
|
|
81098
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81099
|
+
},
|
|
81100
|
+
{
|
|
81101
|
+
"kind": "Content",
|
|
81102
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81103
|
+
},
|
|
81104
|
+
{
|
|
81105
|
+
"kind": "Reference",
|
|
81106
|
+
"text": "PropType",
|
|
81107
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81108
|
+
},
|
|
81109
|
+
{
|
|
81110
|
+
"kind": "Content",
|
|
81111
|
+
"text": "<"
|
|
81112
|
+
},
|
|
81113
|
+
{
|
|
81114
|
+
"kind": "Reference",
|
|
81115
|
+
"text": "Sort",
|
|
81116
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81117
|
+
},
|
|
81118
|
+
{
|
|
81119
|
+
"kind": "Content",
|
|
81120
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
80982
81121
|
},
|
|
80983
81122
|
{
|
|
80984
81123
|
"kind": "Reference",
|
|
@@ -80996,7 +81135,7 @@
|
|
|
80996
81135
|
},
|
|
80997
81136
|
{
|
|
80998
81137
|
"kind": "Content",
|
|
80999
|
-
"text": "
|
|
81138
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81000
81139
|
},
|
|
81001
81140
|
{
|
|
81002
81141
|
"kind": "Reference",
|
|
@@ -81005,21 +81144,21 @@
|
|
|
81005
81144
|
},
|
|
81006
81145
|
{
|
|
81007
81146
|
"kind": "Content",
|
|
81008
|
-
"text": "<
|
|
81147
|
+
"text": "<"
|
|
81009
81148
|
},
|
|
81010
81149
|
{
|
|
81011
81150
|
"kind": "Reference",
|
|
81012
|
-
"text": "
|
|
81013
|
-
"canonicalReference": "@
|
|
81151
|
+
"text": "XEvent",
|
|
81152
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81014
81153
|
},
|
|
81015
81154
|
{
|
|
81016
81155
|
"kind": "Content",
|
|
81017
|
-
"text": ">;\n default:
|
|
81156
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81018
81157
|
},
|
|
81019
81158
|
{
|
|
81020
81159
|
"kind": "Reference",
|
|
81021
|
-
"text": "
|
|
81022
|
-
"canonicalReference": "@vue/
|
|
81160
|
+
"text": "PropType",
|
|
81161
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81023
81162
|
},
|
|
81024
81163
|
{
|
|
81025
81164
|
"kind": "Content",
|
|
@@ -81027,111 +81166,116 @@
|
|
|
81027
81166
|
},
|
|
81028
81167
|
{
|
|
81029
81168
|
"kind": "Reference",
|
|
81030
|
-
"text": "
|
|
81031
|
-
"canonicalReference": "@empathyco/x-components
|
|
81169
|
+
"text": "XEvent",
|
|
81170
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81032
81171
|
},
|
|
81033
81172
|
{
|
|
81034
81173
|
"kind": "Content",
|
|
81035
|
-
"text": "
|
|
81174
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
81036
81175
|
},
|
|
81037
81176
|
{
|
|
81038
81177
|
"kind": "Reference",
|
|
81039
|
-
"text": "
|
|
81040
|
-
"canonicalReference": "
|
|
81178
|
+
"text": "Readonly",
|
|
81179
|
+
"canonicalReference": "!Readonly:type"
|
|
81041
81180
|
},
|
|
81042
81181
|
{
|
|
81043
81182
|
"kind": "Content",
|
|
81044
|
-
"text": "<
|
|
81183
|
+
"text": "<{}>, {\n animation: string | "
|
|
81045
81184
|
},
|
|
81046
81185
|
{
|
|
81047
81186
|
"kind": "Reference",
|
|
81048
|
-
"text": "
|
|
81049
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81187
|
+
"text": "Component",
|
|
81188
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81050
81189
|
},
|
|
81051
81190
|
{
|
|
81052
81191
|
"kind": "Content",
|
|
81053
|
-
"text": "
|
|
81192
|
+
"text": ";\n selectedSortProvidedEvent: keyof "
|
|
81054
81193
|
},
|
|
81055
81194
|
{
|
|
81056
81195
|
"kind": "Reference",
|
|
81057
|
-
"text": "
|
|
81058
|
-
"canonicalReference": "@
|
|
81196
|
+
"text": "XEventsTypes",
|
|
81197
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81059
81198
|
},
|
|
81060
81199
|
{
|
|
81061
81200
|
"kind": "Content",
|
|
81062
|
-
"text": "
|
|
81201
|
+
"text": ";\n clickedSortEvent: keyof "
|
|
81063
81202
|
},
|
|
81064
81203
|
{
|
|
81065
81204
|
"kind": "Reference",
|
|
81066
|
-
"text": "
|
|
81067
|
-
"canonicalReference": "@
|
|
81205
|
+
"text": "XEventsTypes",
|
|
81206
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81068
81207
|
},
|
|
81069
81208
|
{
|
|
81070
81209
|
"kind": "Content",
|
|
81071
|
-
"text": ", "
|
|
81210
|
+
"text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
|
|
81072
81211
|
},
|
|
81073
81212
|
{
|
|
81074
81213
|
"kind": "Reference",
|
|
81075
|
-
"text": "
|
|
81076
|
-
"canonicalReference": "!
|
|
81214
|
+
"text": "DefineComponent",
|
|
81215
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
81077
81216
|
},
|
|
81078
81217
|
{
|
|
81079
81218
|
"kind": "Content",
|
|
81080
|
-
"text": "<import(\"vue\")."
|
|
81219
|
+
"text": "<{}, {}, any>;\n}, {}, string, import(\"vue\")."
|
|
81081
81220
|
},
|
|
81082
81221
|
{
|
|
81083
81222
|
"kind": "Reference",
|
|
81084
|
-
"text": "
|
|
81085
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81223
|
+
"text": "ComponentProvideOptions",
|
|
81224
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
81086
81225
|
},
|
|
81087
81226
|
{
|
|
81088
81227
|
"kind": "Content",
|
|
81089
|
-
"text": "
|
|
81090
|
-
}
|
|
81091
|
-
|
|
81092
|
-
|
|
81093
|
-
|
|
81094
|
-
|
|
81095
|
-
|
|
81228
|
+
"text": ", true, {}, any>"
|
|
81229
|
+
}
|
|
81230
|
+
],
|
|
81231
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-list.vue.d.ts",
|
|
81232
|
+
"isReadonly": true,
|
|
81233
|
+
"releaseTag": "Public",
|
|
81234
|
+
"name": "SortList",
|
|
81235
|
+
"variableTypeTokenRange": {
|
|
81236
|
+
"startIndex": 1,
|
|
81237
|
+
"endIndex": 72
|
|
81238
|
+
}
|
|
81239
|
+
},
|
|
81240
|
+
{
|
|
81241
|
+
"kind": "Variable",
|
|
81242
|
+
"canonicalReference": "@empathyco/x-components!SortPickerList:var",
|
|
81243
|
+
"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",
|
|
81244
|
+
"excerptTokens": [
|
|
81096
81245
|
{
|
|
81097
81246
|
"kind": "Content",
|
|
81098
|
-
"text": "
|
|
81099
|
-
},
|
|
81100
|
-
{
|
|
81101
|
-
"kind": "Reference",
|
|
81102
|
-
"text": "Sort",
|
|
81103
|
-
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81247
|
+
"text": "_default: "
|
|
81104
81248
|
},
|
|
81105
81249
|
{
|
|
81106
81250
|
"kind": "Content",
|
|
81107
|
-
"text": "
|
|
81251
|
+
"text": "import(\"vue\")."
|
|
81108
81252
|
},
|
|
81109
81253
|
{
|
|
81110
81254
|
"kind": "Reference",
|
|
81111
|
-
"text": "
|
|
81112
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81255
|
+
"text": "DefineComponent",
|
|
81256
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
81113
81257
|
},
|
|
81114
81258
|
{
|
|
81115
81259
|
"kind": "Content",
|
|
81116
|
-
"text": "<
|
|
81260
|
+
"text": "<import(\"vue\")."
|
|
81117
81261
|
},
|
|
81118
81262
|
{
|
|
81119
81263
|
"kind": "Reference",
|
|
81120
|
-
"text": "
|
|
81121
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81264
|
+
"text": "ExtractPropTypes",
|
|
81265
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
81122
81266
|
},
|
|
81123
81267
|
{
|
|
81124
81268
|
"kind": "Content",
|
|
81125
|
-
"text": "
|
|
81269
|
+
"text": "<{\n animation: {\n type: "
|
|
81126
81270
|
},
|
|
81127
81271
|
{
|
|
81128
81272
|
"kind": "Reference",
|
|
81129
|
-
"text": "
|
|
81130
|
-
"canonicalReference": "!
|
|
81273
|
+
"text": "PropType",
|
|
81274
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81131
81275
|
},
|
|
81132
81276
|
{
|
|
81133
81277
|
"kind": "Content",
|
|
81134
|
-
"text": "<
|
|
81278
|
+
"text": "<string | "
|
|
81135
81279
|
},
|
|
81136
81280
|
{
|
|
81137
81281
|
"kind": "Reference",
|
|
@@ -81140,66 +81284,43 @@
|
|
|
81140
81284
|
},
|
|
81141
81285
|
{
|
|
81142
81286
|
"kind": "Content",
|
|
81143
|
-
"text": ";\n}
|
|
81287
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81144
81288
|
},
|
|
81145
81289
|
{
|
|
81146
81290
|
"kind": "Reference",
|
|
81147
|
-
"text": "
|
|
81148
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81291
|
+
"text": "PropType",
|
|
81292
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81149
81293
|
},
|
|
81150
81294
|
{
|
|
81151
81295
|
"kind": "Content",
|
|
81152
|
-
"text": "<
|
|
81296
|
+
"text": "<"
|
|
81153
81297
|
},
|
|
81154
81298
|
{
|
|
81155
81299
|
"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: "
|
|
81300
|
+
"text": "Sort",
|
|
81301
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81181
81302
|
},
|
|
81182
81303
|
{
|
|
81183
81304
|
"kind": "Content",
|
|
81184
|
-
"text": "
|
|
81305
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
81185
81306
|
},
|
|
81186
81307
|
{
|
|
81187
81308
|
"kind": "Reference",
|
|
81188
|
-
"text": "
|
|
81189
|
-
"canonicalReference": "@vue/runtime-core!
|
|
81309
|
+
"text": "PropType",
|
|
81310
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81190
81311
|
},
|
|
81191
81312
|
{
|
|
81192
81313
|
"kind": "Content",
|
|
81193
|
-
"text": "<
|
|
81314
|
+
"text": "<"
|
|
81194
81315
|
},
|
|
81195
81316
|
{
|
|
81196
81317
|
"kind": "Reference",
|
|
81197
|
-
"text": "
|
|
81198
|
-
"canonicalReference": "@
|
|
81318
|
+
"text": "Sort",
|
|
81319
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81199
81320
|
},
|
|
81200
81321
|
{
|
|
81201
81322
|
"kind": "Content",
|
|
81202
|
-
"text": "
|
|
81323
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81203
81324
|
},
|
|
81204
81325
|
{
|
|
81205
81326
|
"kind": "Reference",
|
|
@@ -81212,12 +81333,12 @@
|
|
|
81212
81333
|
},
|
|
81213
81334
|
{
|
|
81214
81335
|
"kind": "Reference",
|
|
81215
|
-
"text": "
|
|
81216
|
-
"canonicalReference": "@empathyco/x-components!
|
|
81336
|
+
"text": "XEvent",
|
|
81337
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81217
81338
|
},
|
|
81218
81339
|
{
|
|
81219
81340
|
"kind": "Content",
|
|
81220
|
-
"text": "
|
|
81341
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81221
81342
|
},
|
|
81222
81343
|
{
|
|
81223
81344
|
"kind": "Reference",
|
|
@@ -81226,16 +81347,16 @@
|
|
|
81226
81347
|
},
|
|
81227
81348
|
{
|
|
81228
81349
|
"kind": "Content",
|
|
81229
|
-
"text": "<
|
|
81350
|
+
"text": "<"
|
|
81230
81351
|
},
|
|
81231
81352
|
{
|
|
81232
81353
|
"kind": "Reference",
|
|
81233
|
-
"text": "
|
|
81234
|
-
"canonicalReference": "@
|
|
81354
|
+
"text": "XEvent",
|
|
81355
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81235
81356
|
},
|
|
81236
81357
|
{
|
|
81237
81358
|
"kind": "Content",
|
|
81238
|
-
"text": ">;\n default:
|
|
81359
|
+
"text": ">;\n default: string;\n };\n buttonClass: "
|
|
81239
81360
|
},
|
|
81240
81361
|
{
|
|
81241
81362
|
"kind": "Reference",
|
|
@@ -81262,16 +81383,7 @@
|
|
|
81262
81383
|
},
|
|
81263
81384
|
{
|
|
81264
81385
|
"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\")."
|
|
81386
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
81275
81387
|
},
|
|
81276
81388
|
{
|
|
81277
81389
|
"kind": "Reference",
|
|
@@ -81316,7 +81428,25 @@
|
|
|
81316
81428
|
},
|
|
81317
81429
|
{
|
|
81318
81430
|
"kind": "Content",
|
|
81319
|
-
"text": "<{\n
|
|
81431
|
+
"text": "<{\n animation: {\n type: "
|
|
81432
|
+
},
|
|
81433
|
+
{
|
|
81434
|
+
"kind": "Reference",
|
|
81435
|
+
"text": "PropType",
|
|
81436
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81437
|
+
},
|
|
81438
|
+
{
|
|
81439
|
+
"kind": "Content",
|
|
81440
|
+
"text": "<string | "
|
|
81441
|
+
},
|
|
81442
|
+
{
|
|
81443
|
+
"kind": "Reference",
|
|
81444
|
+
"text": "Component",
|
|
81445
|
+
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81446
|
+
},
|
|
81447
|
+
{
|
|
81448
|
+
"kind": "Content",
|
|
81449
|
+
"text": ">;\n default: () => string;\n };\n items: {\n type: "
|
|
81320
81450
|
},
|
|
81321
81451
|
{
|
|
81322
81452
|
"kind": "Reference",
|
|
@@ -81334,7 +81464,7 @@
|
|
|
81334
81464
|
},
|
|
81335
81465
|
{
|
|
81336
81466
|
"kind": "Content",
|
|
81337
|
-
"text": "[]>;\n required: true;\n };\n
|
|
81467
|
+
"text": "[]>;\n required: true;\n };\n selectedSort: {\n type: "
|
|
81338
81468
|
},
|
|
81339
81469
|
{
|
|
81340
81470
|
"kind": "Reference",
|
|
@@ -81343,16 +81473,52 @@
|
|
|
81343
81473
|
},
|
|
81344
81474
|
{
|
|
81345
81475
|
"kind": "Content",
|
|
81346
|
-
"text": "<
|
|
81476
|
+
"text": "<"
|
|
81347
81477
|
},
|
|
81348
81478
|
{
|
|
81349
81479
|
"kind": "Reference",
|
|
81350
|
-
"text": "
|
|
81351
|
-
"canonicalReference": "@
|
|
81480
|
+
"text": "Sort",
|
|
81481
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
81482
|
+
},
|
|
81483
|
+
{
|
|
81484
|
+
"kind": "Content",
|
|
81485
|
+
"text": ">;\n required: true;\n };\n selectedSortProvidedEvent: {\n type: "
|
|
81486
|
+
},
|
|
81487
|
+
{
|
|
81488
|
+
"kind": "Reference",
|
|
81489
|
+
"text": "PropType",
|
|
81490
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81491
|
+
},
|
|
81492
|
+
{
|
|
81493
|
+
"kind": "Content",
|
|
81494
|
+
"text": "<"
|
|
81495
|
+
},
|
|
81496
|
+
{
|
|
81497
|
+
"kind": "Reference",
|
|
81498
|
+
"text": "XEvent",
|
|
81499
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81500
|
+
},
|
|
81501
|
+
{
|
|
81502
|
+
"kind": "Content",
|
|
81503
|
+
"text": ">;\n default: string;\n };\n clickedSortEvent: {\n type: "
|
|
81504
|
+
},
|
|
81505
|
+
{
|
|
81506
|
+
"kind": "Reference",
|
|
81507
|
+
"text": "PropType",
|
|
81508
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
81509
|
+
},
|
|
81510
|
+
{
|
|
81511
|
+
"kind": "Content",
|
|
81512
|
+
"text": "<"
|
|
81513
|
+
},
|
|
81514
|
+
{
|
|
81515
|
+
"kind": "Reference",
|
|
81516
|
+
"text": "XEvent",
|
|
81517
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
81352
81518
|
},
|
|
81353
81519
|
{
|
|
81354
81520
|
"kind": "Content",
|
|
81355
|
-
"text": ">;\n default:
|
|
81521
|
+
"text": ">;\n default: string;\n };\n buttonClass: "
|
|
81356
81522
|
},
|
|
81357
81523
|
{
|
|
81358
81524
|
"kind": "Reference",
|
|
@@ -81377,6 +81543,24 @@
|
|
|
81377
81543
|
"text": "Component",
|
|
81378
81544
|
"canonicalReference": "@vue/runtime-core!Component:type"
|
|
81379
81545
|
},
|
|
81546
|
+
{
|
|
81547
|
+
"kind": "Content",
|
|
81548
|
+
"text": ";\n selectedSortProvidedEvent: keyof "
|
|
81549
|
+
},
|
|
81550
|
+
{
|
|
81551
|
+
"kind": "Reference",
|
|
81552
|
+
"text": "XEventsTypes",
|
|
81553
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81554
|
+
},
|
|
81555
|
+
{
|
|
81556
|
+
"kind": "Content",
|
|
81557
|
+
"text": ";\n clickedSortEvent: keyof "
|
|
81558
|
+
},
|
|
81559
|
+
{
|
|
81560
|
+
"kind": "Reference",
|
|
81561
|
+
"text": "XEventsTypes",
|
|
81562
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
81563
|
+
},
|
|
81380
81564
|
{
|
|
81381
81565
|
"kind": "Content",
|
|
81382
81566
|
"text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
|
|
@@ -81400,13 +81584,13 @@
|
|
|
81400
81584
|
"text": ", true, {}, any>"
|
|
81401
81585
|
}
|
|
81402
81586
|
],
|
|
81403
|
-
"fileUrlPath": "dist/types/src/
|
|
81587
|
+
"fileUrlPath": "dist/types/src/components/sort/sort-picker-list.vue.d.ts",
|
|
81404
81588
|
"isReadonly": true,
|
|
81405
81589
|
"releaseTag": "Public",
|
|
81406
81590
|
"name": "SortPickerList",
|
|
81407
81591
|
"variableTypeTokenRange": {
|
|
81408
81592
|
"startIndex": 1,
|
|
81409
|
-
"endIndex":
|
|
81593
|
+
"endIndex": 76
|
|
81410
81594
|
}
|
|
81411
81595
|
},
|
|
81412
81596
|
{
|
|
@@ -86565,6 +86749,33 @@
|
|
|
86565
86749
|
"name": "UseAliasAPI",
|
|
86566
86750
|
"preserveMemberOrder": false,
|
|
86567
86751
|
"members": [
|
|
86752
|
+
{
|
|
86753
|
+
"kind": "PropertySignature",
|
|
86754
|
+
"canonicalReference": "@empathyco/x-components!UseAliasAPI#browseSelectedSort:member",
|
|
86755
|
+
"docComment": "/**\n * The {@link BrowseXModule} selected sort.\n */\n",
|
|
86756
|
+
"excerptTokens": [
|
|
86757
|
+
{
|
|
86758
|
+
"kind": "Content",
|
|
86759
|
+
"text": "readonly browseSelectedSort: "
|
|
86760
|
+
},
|
|
86761
|
+
{
|
|
86762
|
+
"kind": "Content",
|
|
86763
|
+
"text": "string"
|
|
86764
|
+
},
|
|
86765
|
+
{
|
|
86766
|
+
"kind": "Content",
|
|
86767
|
+
"text": ";"
|
|
86768
|
+
}
|
|
86769
|
+
],
|
|
86770
|
+
"isReadonly": true,
|
|
86771
|
+
"isOptional": false,
|
|
86772
|
+
"releaseTag": "Public",
|
|
86773
|
+
"name": "browseSelectedSort",
|
|
86774
|
+
"propertyTypeTokenRange": {
|
|
86775
|
+
"startIndex": 1,
|
|
86776
|
+
"endIndex": 2
|
|
86777
|
+
}
|
|
86778
|
+
},
|
|
86568
86779
|
{
|
|
86569
86780
|
"kind": "PropertySignature",
|
|
86570
86781
|
"canonicalReference": "@empathyco/x-components!UseAliasAPI#browseTotalResults:member",
|