termcast 1.3.34 → 1.3.36
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/dist/build.d.ts.map +1 -1
- package/dist/build.js +25 -0
- package/dist/build.js.map +1 -1
- package/dist/components/footer.d.ts.map +1 -1
- package/dist/components/footer.js +1 -1
- package/dist/components/footer.js.map +1 -1
- package/dist/components/icon.d.ts.map +1 -1
- package/dist/components/icon.js +386 -23
- package/dist/components/icon.js.map +1 -1
- package/dist/components/list.d.ts.map +1 -1
- package/dist/components/list.js +70 -7
- package/dist/components/list.js.map +1 -1
- package/dist/extensions/home.js +1 -1
- package/dist/extensions/home.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/internal/dialog.d.ts.map +1 -1
- package/dist/internal/dialog.js +4 -5
- package/dist/internal/dialog.js.map +1 -1
- package/dist/internal/providers.d.ts.map +1 -1
- package/dist/internal/providers.js +18 -5
- package/dist/internal/providers.js.map +1 -1
- package/dist/state.d.ts +1 -0
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js.map +1 -1
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +6 -2
- package/dist/theme.js.map +1 -1
- package/dist/utils.d.ts +16 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +28 -1
- package/dist/utils.js.map +1 -1
- package/package.json +8 -4
- package/src/build.tsx +28 -0
- package/src/compile.vitest.tsx +18 -18
- package/src/components/footer.tsx +4 -2
- package/src/components/icon.tsx +385 -23
- package/src/components/list.tsx +84 -13
- package/src/examples/github.vitest.tsx +36 -36
- package/src/examples/list-detail-metadata.vitest.tsx +1 -1
- package/src/examples/list-dropdown-default.vitest.tsx +9 -9
- package/src/examples/list-scrollbox.vitest.tsx +41 -41
- package/src/examples/list-with-detail.vitest.tsx +35 -36
- package/src/examples/list-with-sections.vitest.tsx +117 -117
- package/src/examples/simple-grid.vitest.tsx +44 -44
- package/src/examples/simple-navigation.vitest.tsx +43 -12
- package/src/examples/store.vitest.tsx +1 -1
- package/src/examples/swift-extension.vitest.tsx +3 -3
- package/src/extensions/dev.vitest.tsx +21 -21
- package/src/extensions/home.tsx +1 -1
- package/src/index.tsx +1 -0
- package/src/internal/dialog.tsx +21 -23
- package/src/internal/providers.tsx +18 -5
- package/src/state.tsx +1 -0
- package/src/theme.tsx +6 -2
- package/src/utils.tsx +40 -1
|
@@ -48,15 +48,15 @@ test('list with sections navigation', async () => {
|
|
|
48
48
|
|
|
49
49
|
> Search items...
|
|
50
50
|
|
|
51
|
-
Fruits
|
|
52
|
-
›Apple Red and sweet
|
|
53
|
-
Banana Yellow and nutritious
|
|
54
|
-
Orange Citrus and juicy
|
|
55
|
-
Grape Sweet clusters
|
|
56
|
-
Mango Tropical delight
|
|
51
|
+
Fruits
|
|
52
|
+
›Apple Red and sweet Fresh [Popular]
|
|
53
|
+
Banana Yellow and nutritious Ripe
|
|
54
|
+
Orange Citrus and juicy Fresh
|
|
55
|
+
Grape Sweet clusters [Seasonal]
|
|
56
|
+
Mango Tropical delight Imported
|
|
57
57
|
Pineapple Sweet and tangy
|
|
58
|
-
Strawberry Red and sweet
|
|
59
|
-
|
|
58
|
+
Strawberry Red and sweet [Popular]
|
|
59
|
+
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -81,15 +81,15 @@ test('list with sections navigation', async () => {
|
|
|
81
81
|
|
|
82
82
|
> Search items...
|
|
83
83
|
|
|
84
|
-
Fruits
|
|
85
|
-
Apple Red and sweet
|
|
86
|
-
›Banana Yellow and nutritious
|
|
87
|
-
Orange Citrus and juicy
|
|
88
|
-
Grape Sweet clusters
|
|
89
|
-
Mango Tropical delight
|
|
84
|
+
Fruits
|
|
85
|
+
Apple Red and sweet Fresh [Popular]
|
|
86
|
+
›Banana Yellow and nutritious Ripe
|
|
87
|
+
Orange Citrus and juicy Fresh
|
|
88
|
+
Grape Sweet clusters [Seasonal]
|
|
89
|
+
Mango Tropical delight Imported
|
|
90
90
|
Pineapple Sweet and tangy
|
|
91
|
-
Strawberry Red and sweet
|
|
92
|
-
|
|
91
|
+
Strawberry Red and sweet [Popular]
|
|
92
|
+
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -108,15 +108,15 @@ test('list with sections navigation', async () => {
|
|
|
108
108
|
|
|
109
109
|
> Search items...
|
|
110
110
|
|
|
111
|
-
Fruits
|
|
112
|
-
Apple Red and sweet
|
|
113
|
-
Banana Yellow and nutritious
|
|
114
|
-
›Orange Citrus and juicy
|
|
115
|
-
Grape Sweet clusters
|
|
116
|
-
Mango Tropical delight
|
|
111
|
+
Fruits
|
|
112
|
+
Apple Red and sweet Fresh [Popular]
|
|
113
|
+
Banana Yellow and nutritious Ripe
|
|
114
|
+
›Orange Citrus and juicy Fresh
|
|
115
|
+
Grape Sweet clusters [Seasonal]
|
|
116
|
+
Mango Tropical delight Imported
|
|
117
117
|
Pineapple Sweet and tangy
|
|
118
|
-
Strawberry Red and sweet
|
|
119
|
-
|
|
118
|
+
Strawberry Red and sweet [Popular]
|
|
119
|
+
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
↑↓ navigate ^k actions
|
|
@@ -139,15 +139,15 @@ test('list with sections navigation', async () => {
|
|
|
139
139
|
|
|
140
140
|
> Search items...
|
|
141
141
|
|
|
142
|
-
Fruits
|
|
143
|
-
Apple Red and sweet
|
|
144
|
-
Banana Yellow and nutritious
|
|
145
|
-
›Orange Citrus and juicy
|
|
146
|
-
Grape Sweet clusters
|
|
147
|
-
Mango Tropical delight
|
|
142
|
+
Fruits
|
|
143
|
+
Apple Red and sweet Fresh [Popular]
|
|
144
|
+
Banana Yellow and nutritious Ripe
|
|
145
|
+
›Orange Citrus and juicy Fresh
|
|
146
|
+
Grape Sweet clusters [Seasonal]
|
|
147
|
+
Mango Tropical delight Imported
|
|
148
148
|
Pineapple Sweet and tangy
|
|
149
|
-
Strawberry Red and sweet
|
|
150
|
-
|
|
149
|
+
Strawberry Red and sweet [Popular]
|
|
150
|
+
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
↑↓ navigate ^k actions
|
|
@@ -183,7 +183,7 @@ test('list with sections search functionality', async () => {
|
|
|
183
183
|
|
|
184
184
|
> ban
|
|
185
185
|
|
|
186
|
-
›Banana Yellow and nutritious
|
|
186
|
+
›Banana Yellow and nutritious Ripe
|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
|
|
@@ -249,15 +249,15 @@ test('list with sections search functionality', async () => {
|
|
|
249
249
|
|
|
250
250
|
> Search items...
|
|
251
251
|
|
|
252
|
-
Fruits
|
|
253
|
-
›Apple Red and sweet
|
|
254
|
-
Banana Yellow and nutritious
|
|
255
|
-
Orange Citrus and juicy
|
|
256
|
-
Grape Sweet clusters
|
|
257
|
-
Mango Tropical delight
|
|
252
|
+
Fruits
|
|
253
|
+
›Apple Red and sweet Fresh [Popular]
|
|
254
|
+
Banana Yellow and nutritious Ripe
|
|
255
|
+
Orange Citrus and juicy Fresh
|
|
256
|
+
Grape Sweet clusters [Seasonal]
|
|
257
|
+
Mango Tropical delight Imported
|
|
258
258
|
Pineapple Sweet and tangy
|
|
259
|
-
Strawberry Red and sweet
|
|
260
|
-
|
|
259
|
+
Strawberry Red and sweet [Popular]
|
|
260
|
+
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -282,7 +282,7 @@ test('list with sections search functionality', async () => {
|
|
|
282
282
|
|
|
283
283
|
> bread
|
|
284
284
|
|
|
285
|
-
›Bread Freshly baked
|
|
285
|
+
›Bread Freshly baked Today [New]
|
|
286
286
|
|
|
287
287
|
|
|
288
288
|
|
|
@@ -346,15 +346,15 @@ test('list click functionality', async () => {
|
|
|
346
346
|
|
|
347
347
|
> Search items...
|
|
348
348
|
|
|
349
|
-
Fruits
|
|
350
|
-
Apple Red and sweet
|
|
351
|
-
›Banana Yellow and nutritious
|
|
352
|
-
Orange Citrus and juicy
|
|
353
|
-
Grape Sweet clusters
|
|
354
|
-
Mango Tropical delight
|
|
349
|
+
Fruits
|
|
350
|
+
Apple Red and sweet Fresh [Popular]
|
|
351
|
+
›Banana Yellow and nutritious Ripe
|
|
352
|
+
Orange Citrus and juicy Fresh
|
|
353
|
+
Grape Sweet clusters [Seasonal]
|
|
354
|
+
Mango Tropical delight Imported
|
|
355
355
|
Pineapple Sweet and tangy
|
|
356
|
-
Strawberry Red and sweet
|
|
357
|
-
|
|
356
|
+
Strawberry Red and sweet [Popular]
|
|
357
|
+
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -374,15 +374,15 @@ test('list click functionality', async () => {
|
|
|
374
374
|
|
|
375
375
|
> Search items...
|
|
376
376
|
|
|
377
|
-
Fruits
|
|
378
|
-
›Apple Red and sweet
|
|
379
|
-
Banana Yellow and nutritious
|
|
380
|
-
Orange Citrus and juicy
|
|
381
|
-
Grape Sweet clusters
|
|
382
|
-
Mango Tropical delight
|
|
377
|
+
Fruits
|
|
378
|
+
›Apple Red and sweet Fresh [Popular]
|
|
379
|
+
Banana Yellow and nutritious Ripe
|
|
380
|
+
Orange Citrus and juicy Fresh
|
|
381
|
+
Grape Sweet clusters [Seasonal]
|
|
382
|
+
Mango Tropical delight Imported
|
|
383
383
|
Pineapple Sweet and tangy
|
|
384
|
-
Strawberry Red and sweet
|
|
385
|
-
|
|
384
|
+
Strawberry Red and sweet [Popular]
|
|
385
|
+
|
|
386
386
|
|
|
387
387
|
|
|
388
388
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -402,15 +402,15 @@ test('list click functionality', async () => {
|
|
|
402
402
|
|
|
403
403
|
> Search items...
|
|
404
404
|
|
|
405
|
-
Fruits
|
|
406
|
-
Apple Red and sweet
|
|
407
|
-
Banana Yellow and nutritious
|
|
408
|
-
Orange Citrus and juicy
|
|
409
|
-
›Grape Sweet clusters
|
|
410
|
-
Mango Tropical delight
|
|
405
|
+
Fruits
|
|
406
|
+
Apple Red and sweet Fresh [Popular]
|
|
407
|
+
Banana Yellow and nutritious Ripe
|
|
408
|
+
Orange Citrus and juicy Fresh
|
|
409
|
+
›Grape Sweet clusters [Seasonal]
|
|
410
|
+
Mango Tropical delight Imported
|
|
411
411
|
Pineapple Sweet and tangy
|
|
412
|
-
Strawberry Red and sweet
|
|
413
|
-
|
|
412
|
+
Strawberry Red and sweet [Popular]
|
|
413
|
+
|
|
414
414
|
|
|
415
415
|
|
|
416
416
|
↑↓ navigate ^k actions
|
|
@@ -440,7 +440,7 @@ test('list actions panel with ctrl+k', async () => {
|
|
|
440
440
|
"
|
|
441
441
|
|
|
442
442
|
|
|
443
|
-
|
|
443
|
+
Simple List Example ────────────────────────────────────────────
|
|
444
444
|
|
|
445
445
|
╭────────────────────────────────────────────────────────────────╮
|
|
446
446
|
│ │
|
|
@@ -468,7 +468,7 @@ test('list actions panel with ctrl+k', async () => {
|
|
|
468
468
|
"
|
|
469
469
|
|
|
470
470
|
|
|
471
|
-
|
|
471
|
+
Simple List Example ────────────────────────────────────────────
|
|
472
472
|
|
|
473
473
|
╭────────────────────────────────────────────────────────────────╮
|
|
474
474
|
│ │
|
|
@@ -500,15 +500,15 @@ test('list actions panel with ctrl+k', async () => {
|
|
|
500
500
|
|
|
501
501
|
> Search items...
|
|
502
502
|
|
|
503
|
-
Fruits
|
|
504
|
-
›Apple Red and sweet
|
|
505
|
-
Banana Yellow and nutritious
|
|
506
|
-
Orange Citrus and juicy
|
|
507
|
-
Grape Sweet clusters
|
|
508
|
-
Mango Tropical delight
|
|
503
|
+
Fruits
|
|
504
|
+
›Apple Red and sweet Fresh [Popular]
|
|
505
|
+
Banana Yellow and nutritious Ripe
|
|
506
|
+
Orange Citrus and juicy Fresh
|
|
507
|
+
Grape Sweet clusters [Seasonal]
|
|
508
|
+
Mango Tropical delight Imported
|
|
509
509
|
Pineapple Sweet and tangy
|
|
510
|
-
Strawberry Red and sweet
|
|
511
|
-
|
|
510
|
+
Strawberry Red and sweet [Popular]
|
|
511
|
+
|
|
512
512
|
|
|
513
513
|
|
|
514
514
|
✓ Added to Cart Apple has been added to your cart
|
|
@@ -553,8 +553,8 @@ test('filtering selects first visible item and navigation works', async () => {
|
|
|
553
553
|
|
|
554
554
|
> ora
|
|
555
555
|
|
|
556
|
-
›Orange Citrus and juicy
|
|
557
|
-
Carrot Orange and crunchy
|
|
556
|
+
›Orange Citrus and juicy Fresh
|
|
557
|
+
Carrot Orange and crunchy [Healthy]
|
|
558
558
|
|
|
559
559
|
|
|
560
560
|
|
|
@@ -581,8 +581,8 @@ test('filtering selects first visible item and navigation works', async () => {
|
|
|
581
581
|
|
|
582
582
|
> ora
|
|
583
583
|
|
|
584
|
-
Orange Citrus and juicy
|
|
585
|
-
›Carrot Orange and crunchy
|
|
584
|
+
Orange Citrus and juicy Fresh
|
|
585
|
+
›Carrot Orange and crunchy [Healthy]
|
|
586
586
|
|
|
587
587
|
|
|
588
588
|
|
|
@@ -609,8 +609,8 @@ test('filtering selects first visible item and navigation works', async () => {
|
|
|
609
609
|
|
|
610
610
|
> ora
|
|
611
611
|
|
|
612
|
-
›Orange Citrus and juicy
|
|
613
|
-
Carrot Orange and crunchy
|
|
612
|
+
›Orange Citrus and juicy Fresh
|
|
613
|
+
Carrot Orange and crunchy [Healthy]
|
|
614
614
|
|
|
615
615
|
|
|
616
616
|
|
|
@@ -637,8 +637,8 @@ test('filtering selects first visible item and navigation works', async () => {
|
|
|
637
637
|
|
|
638
638
|
> ora
|
|
639
639
|
|
|
640
|
-
Orange Citrus and juicy
|
|
641
|
-
›Carrot Orange and crunchy
|
|
640
|
+
Orange Citrus and juicy Fresh
|
|
641
|
+
›Carrot Orange and crunchy [Healthy]
|
|
642
642
|
|
|
643
643
|
|
|
644
644
|
|
|
@@ -670,15 +670,15 @@ test('list scrollbox scrolling with sections', async () => {
|
|
|
670
670
|
|
|
671
671
|
> Search items...
|
|
672
672
|
|
|
673
|
-
Fruits
|
|
674
|
-
›Apple Red and sweet
|
|
675
|
-
Banana Yellow and nutritious
|
|
676
|
-
Orange Citrus and juicy
|
|
677
|
-
Grape Sweet clusters
|
|
678
|
-
Mango Tropical delight
|
|
673
|
+
Fruits
|
|
674
|
+
›Apple Red and sweet Fresh [Popular]
|
|
675
|
+
Banana Yellow and nutritious Ripe
|
|
676
|
+
Orange Citrus and juicy Fresh
|
|
677
|
+
Grape Sweet clusters [Seasonal]
|
|
678
|
+
Mango Tropical delight Imported
|
|
679
679
|
Pineapple Sweet and tangy
|
|
680
|
-
Strawberry Red and sweet
|
|
681
|
-
|
|
680
|
+
Strawberry Red and sweet [Popular]
|
|
681
|
+
|
|
682
682
|
|
|
683
683
|
|
|
684
684
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -703,15 +703,15 @@ test('list scrollbox scrolling with sections', async () => {
|
|
|
703
703
|
|
|
704
704
|
> Search items...
|
|
705
705
|
|
|
706
|
-
Orange Citrus and juicy
|
|
707
|
-
Grape Sweet clusters
|
|
708
|
-
Mango Tropical delight
|
|
709
|
-
Pineapple Sweet and tangy
|
|
710
|
-
›Strawberry Red and sweet
|
|
706
|
+
Orange Citrus and juicy Fresh
|
|
707
|
+
Grape Sweet clusters [Seasonal]
|
|
708
|
+
Mango Tropical delight Imported
|
|
709
|
+
Pineapple Sweet and tangy
|
|
710
|
+
›Strawberry Red and sweet [Popular]
|
|
711
711
|
|
|
712
712
|
Vegetables
|
|
713
|
-
Carrot Orange and crunchy
|
|
714
|
-
Lettuce Green and fresh
|
|
713
|
+
Carrot Orange and crunchy [Healthy]
|
|
714
|
+
Lettuce Green and fresh
|
|
715
715
|
|
|
716
716
|
|
|
717
717
|
↑↓ navigate ^k actions
|
|
@@ -733,15 +733,15 @@ test('list scrollbox scrolling with sections', async () => {
|
|
|
733
733
|
|
|
734
734
|
> Search items...
|
|
735
735
|
|
|
736
|
-
|
|
736
|
+
|
|
737
737
|
Vegetables
|
|
738
|
-
Carrot Orange and crunchy
|
|
738
|
+
Carrot Orange and crunchy [Healthy]
|
|
739
739
|
Lettuce Green and fresh
|
|
740
|
-
›Broccoli Green florets
|
|
741
|
-
Spinach Leafy greens
|
|
742
|
-
Tomato Red and ripe
|
|
740
|
+
›Broccoli Green florets [Healthy]
|
|
741
|
+
Spinach Leafy greens Organic
|
|
742
|
+
Tomato Red and ripe
|
|
743
743
|
Cucumber Cool and crisp
|
|
744
|
-
Bell Pepper Colorful and crunchy
|
|
744
|
+
Bell Pepper Colorful and crunchy [Fresh]
|
|
745
745
|
|
|
746
746
|
|
|
747
747
|
↑↓ navigate ^k actions
|
|
@@ -765,15 +765,15 @@ test('list scrollbox scrolling with sections', async () => {
|
|
|
765
765
|
|
|
766
766
|
> Search items...
|
|
767
767
|
|
|
768
|
-
Carrot Orange and crunchy
|
|
768
|
+
Carrot Orange and crunchy [Healthy]
|
|
769
769
|
Lettuce Green and fresh
|
|
770
|
-
Broccoli Green florets
|
|
771
|
-
Spinach Leafy greens
|
|
770
|
+
Broccoli Green florets [Healthy]
|
|
771
|
+
Spinach Leafy greens Organic
|
|
772
772
|
Tomato Red and ripe
|
|
773
773
|
Cucumber Cool and crisp
|
|
774
|
-
Bell Pepper Colorful and crunchy
|
|
775
|
-
|
|
776
|
-
›Bread Freshly baked
|
|
774
|
+
Bell Pepper Colorful and crunchy [Fresh]
|
|
775
|
+
|
|
776
|
+
›Bread Freshly baked Today [New]
|
|
777
777
|
|
|
778
778
|
|
|
779
779
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -795,15 +795,15 @@ test('list scrollbox scrolling with sections', async () => {
|
|
|
795
795
|
|
|
796
796
|
> Search items...
|
|
797
797
|
|
|
798
|
-
Carrot Orange and crunchy
|
|
798
|
+
Carrot Orange and crunchy [Healthy]
|
|
799
799
|
Lettuce Green and fresh
|
|
800
|
-
Broccoli Green florets
|
|
801
|
-
Spinach Leafy greens
|
|
800
|
+
Broccoli Green florets [Healthy]
|
|
801
|
+
Spinach Leafy greens Organic
|
|
802
802
|
Tomato Red and ripe
|
|
803
803
|
Cucumber Cool and crisp
|
|
804
|
-
Bell Pepper Colorful and crunchy
|
|
805
|
-
|
|
806
|
-
›Bread Freshly baked
|
|
804
|
+
Bell Pepper Colorful and crunchy [Fresh]
|
|
805
|
+
|
|
806
|
+
›Bread Freshly baked Today [New]
|
|
807
807
|
|
|
808
808
|
|
|
809
809
|
↵ view details ↑↓ navigate ^k actions
|
|
@@ -38,9 +38,9 @@ test('grid navigation and display', async () => {
|
|
|
38
38
|
|
|
39
39
|
> Search items...
|
|
40
40
|
|
|
41
|
-
Fruits
|
|
42
|
-
›🍎 Apple
|
|
43
|
-
🍌 Banana
|
|
41
|
+
Fruits
|
|
42
|
+
›🍎 Apple
|
|
43
|
+
🍌 Banana
|
|
44
44
|
🍒 Cherry
|
|
45
45
|
|
|
46
46
|
Animals
|
|
@@ -51,7 +51,7 @@ test('grid navigation and display', async () => {
|
|
|
51
51
|
Others
|
|
52
52
|
🏠 House
|
|
53
53
|
🚗 Car
|
|
54
|
-
🚀 Rocket
|
|
54
|
+
🚀 Rocket
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -71,9 +71,9 @@ test('grid navigation and display', async () => {
|
|
|
71
71
|
|
|
72
72
|
> Search items...
|
|
73
73
|
|
|
74
|
-
Fruits
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
Fruits
|
|
75
|
+
›🍎 Apple
|
|
76
|
+
🍌 Banana
|
|
77
77
|
🍒 Cherry
|
|
78
78
|
|
|
79
79
|
Animals
|
|
@@ -84,7 +84,7 @@ test('grid navigation and display', async () => {
|
|
|
84
84
|
Others
|
|
85
85
|
🏠 House
|
|
86
86
|
🚗 Car
|
|
87
|
-
🚀 Rocket
|
|
87
|
+
🚀 Rocket
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -105,9 +105,9 @@ test('grid navigation and display', async () => {
|
|
|
105
105
|
|
|
106
106
|
> Search items...
|
|
107
107
|
|
|
108
|
-
Fruits
|
|
109
|
-
🍎 Apple
|
|
110
|
-
🍌 Banana
|
|
108
|
+
Fruits
|
|
109
|
+
🍎 Apple
|
|
110
|
+
🍌 Banana
|
|
111
111
|
🍒 Cherry
|
|
112
112
|
|
|
113
113
|
Animals
|
|
@@ -118,7 +118,7 @@ test('grid navigation and display', async () => {
|
|
|
118
118
|
Others
|
|
119
119
|
🏠 House
|
|
120
120
|
🚗 Car
|
|
121
|
-
🚀 Rocket
|
|
121
|
+
🚀 Rocket
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -134,9 +134,9 @@ test('grid navigation and display', async () => {
|
|
|
134
134
|
"
|
|
135
135
|
|
|
136
136
|
|
|
137
|
+
Simple Grid Example ────────────────────────────────────────────
|
|
137
138
|
|
|
138
|
-
|
|
139
|
-
|
|
139
|
+
> Search items...
|
|
140
140
|
|
|
141
141
|
╭────────────────────────────────────────────────────────────────╮
|
|
142
142
|
│ │
|
|
@@ -171,9 +171,9 @@ test('grid navigation and display', async () => {
|
|
|
171
171
|
|
|
172
172
|
> Search items...
|
|
173
173
|
|
|
174
|
-
Fruits
|
|
175
|
-
🍎 Apple
|
|
176
|
-
🍌 Banana
|
|
174
|
+
Fruits
|
|
175
|
+
🍎 Apple
|
|
176
|
+
🍌 Banana
|
|
177
177
|
🍒 Cherry
|
|
178
178
|
|
|
179
179
|
Animals
|
|
@@ -184,7 +184,7 @@ test('grid navigation and display', async () => {
|
|
|
184
184
|
Others
|
|
185
185
|
🏠 House
|
|
186
186
|
🚗 Car
|
|
187
|
-
🚀 Rocket
|
|
187
|
+
🚀 Rocket
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -294,9 +294,9 @@ test('grid search functionality', async () => {
|
|
|
294
294
|
|
|
295
295
|
> Search items...
|
|
296
296
|
|
|
297
|
-
Fruits
|
|
298
|
-
›🍎 Apple
|
|
299
|
-
🍌 Banana
|
|
297
|
+
Fruits
|
|
298
|
+
›🍎 Apple
|
|
299
|
+
🍌 Banana
|
|
300
300
|
🍒 Cherry
|
|
301
301
|
|
|
302
302
|
Animals
|
|
@@ -307,7 +307,7 @@ test('grid search functionality', async () => {
|
|
|
307
307
|
Others
|
|
308
308
|
🏠 House
|
|
309
309
|
🚗 Car
|
|
310
|
-
🚀 Rocket
|
|
310
|
+
🚀 Rocket
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -373,9 +373,9 @@ test('grid item selection and actions', async () => {
|
|
|
373
373
|
|
|
374
374
|
> Search items...
|
|
375
375
|
|
|
376
|
-
Fruits
|
|
377
|
-
›🍎 Apple
|
|
378
|
-
🍌 Banana
|
|
376
|
+
Fruits
|
|
377
|
+
›🍎 Apple
|
|
378
|
+
🍌 Banana
|
|
379
379
|
🍒 Cherry
|
|
380
380
|
|
|
381
381
|
Animals
|
|
@@ -386,7 +386,7 @@ test('grid item selection and actions', async () => {
|
|
|
386
386
|
Others
|
|
387
387
|
🏠 House
|
|
388
388
|
🚗 Car
|
|
389
|
-
🚀 Rocket
|
|
389
|
+
🚀 Rocket
|
|
390
390
|
|
|
391
391
|
|
|
392
392
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -406,9 +406,9 @@ test('grid item selection and actions', async () => {
|
|
|
406
406
|
|
|
407
407
|
> Search items...
|
|
408
408
|
|
|
409
|
-
Fruits
|
|
410
|
-
🍎 Apple
|
|
411
|
-
›🍌 Banana
|
|
409
|
+
Fruits
|
|
410
|
+
🍎 Apple
|
|
411
|
+
›🍌 Banana
|
|
412
412
|
🍒 Cherry
|
|
413
413
|
|
|
414
414
|
Animals
|
|
@@ -419,7 +419,7 @@ test('grid item selection and actions', async () => {
|
|
|
419
419
|
Others
|
|
420
420
|
🏠 House
|
|
421
421
|
🚗 Car
|
|
422
|
-
🚀 Rocket
|
|
422
|
+
🚀 Rocket
|
|
423
423
|
|
|
424
424
|
|
|
425
425
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -439,9 +439,9 @@ test('grid item selection and actions', async () => {
|
|
|
439
439
|
|
|
440
440
|
> Search items...
|
|
441
441
|
|
|
442
|
-
Fruits
|
|
443
|
-
🍎 Apple
|
|
444
|
-
›🍌 Banana
|
|
442
|
+
Fruits
|
|
443
|
+
🍎 Apple
|
|
444
|
+
›🍌 Banana
|
|
445
445
|
🍒 Cherry
|
|
446
446
|
|
|
447
447
|
Animals
|
|
@@ -452,7 +452,7 @@ test('grid item selection and actions', async () => {
|
|
|
452
452
|
Others
|
|
453
453
|
🏠 House
|
|
454
454
|
🚗 Car
|
|
455
|
-
🚀 Rocket
|
|
455
|
+
🚀 Rocket
|
|
456
456
|
|
|
457
457
|
|
|
458
458
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -481,9 +481,9 @@ test('grid mouse interaction', async () => {
|
|
|
481
481
|
|
|
482
482
|
> Search items...
|
|
483
483
|
|
|
484
|
-
Fruits
|
|
485
|
-
🍎 Apple
|
|
486
|
-
🍌 Banana
|
|
484
|
+
Fruits
|
|
485
|
+
🍎 Apple
|
|
486
|
+
🍌 Banana
|
|
487
487
|
🍒 Cherry
|
|
488
488
|
|
|
489
489
|
Animals
|
|
@@ -494,7 +494,7 @@ test('grid mouse interaction', async () => {
|
|
|
494
494
|
Others
|
|
495
495
|
🏠 House
|
|
496
496
|
🚗 Car
|
|
497
|
-
🚀 Rocket
|
|
497
|
+
🚀 Rocket
|
|
498
498
|
|
|
499
499
|
|
|
500
500
|
↵ show details ↑↓ navigate ^k actions
|
|
@@ -519,9 +519,9 @@ test('grid mouse interaction', async () => {
|
|
|
519
519
|
"
|
|
520
520
|
|
|
521
521
|
|
|
522
|
+
Simple Grid Example ────────────────────────────────────────────
|
|
522
523
|
|
|
523
|
-
|
|
524
|
-
|
|
524
|
+
> Search items...
|
|
525
525
|
|
|
526
526
|
╭────────────────────────────────────────────────────────────────╮
|
|
527
527
|
│ │
|
|
@@ -567,9 +567,9 @@ test('grid mouse interaction', async () => {
|
|
|
567
567
|
|
|
568
568
|
> Search items...
|
|
569
569
|
|
|
570
|
-
Fruits
|
|
571
|
-
›🍎 Apple
|
|
572
|
-
🍌 Banana
|
|
570
|
+
Fruits
|
|
571
|
+
›🍎 Apple
|
|
572
|
+
🍌 Banana
|
|
573
573
|
🍒 Cherry
|
|
574
574
|
|
|
575
575
|
Animals
|
|
@@ -580,7 +580,7 @@ test('grid mouse interaction', async () => {
|
|
|
580
580
|
Others
|
|
581
581
|
🏠 House
|
|
582
582
|
🚗 Car
|
|
583
|
-
🚀 Rocket
|
|
583
|
+
🚀 Rocket
|
|
584
584
|
|
|
585
585
|
|
|
586
586
|
↵ show details ↑↓ navigate ^k actions
|