@adia-ai/gen-ui 0.8.44 → 0.8.46
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 +16 -0
- package/compose/strategies/free-form-composer/index.js +36 -2
- package/corpus/chunk-embeddings.json +1 -1
- package/corpus/chunks/_index.json +456 -4
- package/corpus/chunks/_source-hashes.json +67 -64
- package/corpus/chunks/chart-in-card-full-bleed-chip-legend.json +115 -0
- package/corpus/chunks/new-enrollments-area.json +158 -0
- package/corpus/chunks/new-enrollments-radial-bar.json +157 -0
- package/corpus/chunks/new-enrollments-sparkline.json +243 -0
- package/corpus/chunks/new-enrollments-stacked-bar.json +182 -0
- package/corpus/chunks/table-footer-client-mode.json +56 -0
- package/corpus/chunks/table-footer-count-only.json +40 -0
- package/corpus/chunks/table-footer-empty.json +49 -0
- package/corpus/chunks/table-footer-server-mode.json +136 -0
- package/corpus/chunks/table-footer-single-page.json +41 -0
- package/corpus/chunks/table-in-card-client-mode.json +115 -0
- package/corpus/chunks/table-in-card-empty.json +123 -0
- package/corpus/chunks/table-in-card-loading.json +111 -0
- package/corpus/chunks/table-in-card-server-mode.json +131 -0
- package/corpus/chunks/table-toolbar-adiav2-row.json +7 -5
- package/corpus/chunks/table-toolbar-chrome-only-empty.json +7 -5
- package/corpus/chunks/table-with-toolbar-in-card-header.json +89 -0
- package/corpus/manifest.json +4 -4
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "genui-chunk-index@2",
|
|
3
|
-
"captured_at": "2026-08-
|
|
4
|
-
"total_instances":
|
|
5
|
-
"unique_names":
|
|
3
|
+
"captured_at": "2026-08-21T16:42:15.756Z",
|
|
4
|
+
"total_instances": 708,
|
|
5
|
+
"unique_names": 559,
|
|
6
6
|
"by_kind": {
|
|
7
|
-
"block":
|
|
7
|
+
"block": 680,
|
|
8
8
|
"page": 21,
|
|
9
9
|
"panel": 7
|
|
10
10
|
},
|
|
@@ -13244,6 +13244,37 @@
|
|
|
13244
13244
|
]
|
|
13245
13245
|
}
|
|
13246
13246
|
},
|
|
13247
|
+
{
|
|
13248
|
+
"name": "table-with-toolbar-in-card-header",
|
|
13249
|
+
"kind": "block",
|
|
13250
|
+
"primary": "div",
|
|
13251
|
+
"instances": 1,
|
|
13252
|
+
"pages": [
|
|
13253
|
+
"/packages/web-components/components/table/table.examples.html"
|
|
13254
|
+
],
|
|
13255
|
+
"slots": [],
|
|
13256
|
+
"nested": [],
|
|
13257
|
+
"metadata": {
|
|
13258
|
+
"domain": "data",
|
|
13259
|
+
"description": "Data table with the toolbar living INSIDE card-ui's own header — table-toolbar-ui as header's sole child instead of a sibling above the card. Verified in a rendered browser to lay out identically to the sibling-toolbar pattern (full-width, same clusters) as long as the header carries no other slot=heading/action content; mixing table-toolbar-ui with the header's own heading/action slots collapses the toolbar's flex row to zero width (card.css's :has(>[slot]) grid + unslotted-child centering rule) and is NOT supported.",
|
|
13260
|
+
"keywords": [
|
|
13261
|
+
"table",
|
|
13262
|
+
"toolbar",
|
|
13263
|
+
"card",
|
|
13264
|
+
"header",
|
|
13265
|
+
"search",
|
|
13266
|
+
"filter",
|
|
13267
|
+
"sort",
|
|
13268
|
+
"data",
|
|
13269
|
+
"grid",
|
|
13270
|
+
"employees",
|
|
13271
|
+
"members",
|
|
13272
|
+
"sortable",
|
|
13273
|
+
"selectable",
|
|
13274
|
+
"nested"
|
|
13275
|
+
]
|
|
13276
|
+
}
|
|
13277
|
+
},
|
|
13247
13278
|
{
|
|
13248
13279
|
"name": "table-empty-state",
|
|
13249
13280
|
"kind": "block",
|
|
@@ -13273,6 +13304,149 @@
|
|
|
13273
13304
|
]
|
|
13274
13305
|
}
|
|
13275
13306
|
},
|
|
13307
|
+
{
|
|
13308
|
+
"name": "table-footer-server-mode",
|
|
13309
|
+
"kind": "block",
|
|
13310
|
+
"primary": "div",
|
|
13311
|
+
"instances": 1,
|
|
13312
|
+
"pages": [
|
|
13313
|
+
"/packages/web-components/components/table-footer/table-footer.examples.html"
|
|
13314
|
+
],
|
|
13315
|
+
"slots": [],
|
|
13316
|
+
"nested": [],
|
|
13317
|
+
"metadata": {
|
|
13318
|
+
"domain": "data",
|
|
13319
|
+
"description": "Server-mode table footer — explicit page/page-size/range-total attributes render the range label and pager against a table with no [paginate] set (server-mode default), so it never grows its own internal pager.",
|
|
13320
|
+
"keywords": [
|
|
13321
|
+
"table",
|
|
13322
|
+
"footer",
|
|
13323
|
+
"pagination",
|
|
13324
|
+
"server",
|
|
13325
|
+
"mode",
|
|
13326
|
+
"range",
|
|
13327
|
+
"total",
|
|
13328
|
+
"showing",
|
|
13329
|
+
"page",
|
|
13330
|
+
"size",
|
|
13331
|
+
"data",
|
|
13332
|
+
"grid"
|
|
13333
|
+
]
|
|
13334
|
+
}
|
|
13335
|
+
},
|
|
13336
|
+
{
|
|
13337
|
+
"name": "table-footer-client-mode",
|
|
13338
|
+
"kind": "block",
|
|
13339
|
+
"primary": "div",
|
|
13340
|
+
"instances": 1,
|
|
13341
|
+
"pages": [
|
|
13342
|
+
"/packages/web-components/components/table-footer/table-footer.examples.html"
|
|
13343
|
+
],
|
|
13344
|
+
"slots": [],
|
|
13345
|
+
"nested": [],
|
|
13346
|
+
"metadata": {
|
|
13347
|
+
"domain": "data",
|
|
13348
|
+
"description": "Client-mode table footer with zero footer attributes set — derives page-size from the table's own paginate value and range-total from its filtered row count. The table's own internal pager is suppressed via no-pager.",
|
|
13349
|
+
"keywords": [
|
|
13350
|
+
"table",
|
|
13351
|
+
"footer",
|
|
13352
|
+
"pagination",
|
|
13353
|
+
"client",
|
|
13354
|
+
"mode",
|
|
13355
|
+
"paginate",
|
|
13356
|
+
"no-pager",
|
|
13357
|
+
"derive",
|
|
13358
|
+
"filtered",
|
|
13359
|
+
"count",
|
|
13360
|
+
"data",
|
|
13361
|
+
"grid"
|
|
13362
|
+
]
|
|
13363
|
+
}
|
|
13364
|
+
},
|
|
13365
|
+
{
|
|
13366
|
+
"name": "table-footer-single-page",
|
|
13367
|
+
"kind": "block",
|
|
13368
|
+
"primary": "div",
|
|
13369
|
+
"instances": 1,
|
|
13370
|
+
"pages": [
|
|
13371
|
+
"/packages/web-components/components/table-footer/table-footer.examples.html"
|
|
13372
|
+
],
|
|
13373
|
+
"slots": [],
|
|
13374
|
+
"nested": [],
|
|
13375
|
+
"metadata": {
|
|
13376
|
+
"domain": "data",
|
|
13377
|
+
"description": "Table footer with a range-total that fits on one page — the pager hides but the range label ('Showing 1-8 of 8') keeps rendering.",
|
|
13378
|
+
"keywords": [
|
|
13379
|
+
"table",
|
|
13380
|
+
"footer",
|
|
13381
|
+
"pagination",
|
|
13382
|
+
"single",
|
|
13383
|
+
"page",
|
|
13384
|
+
"hidden",
|
|
13385
|
+
"pager",
|
|
13386
|
+
"range",
|
|
13387
|
+
"label",
|
|
13388
|
+
"data",
|
|
13389
|
+
"grid"
|
|
13390
|
+
]
|
|
13391
|
+
}
|
|
13392
|
+
},
|
|
13393
|
+
{
|
|
13394
|
+
"name": "table-footer-count-only",
|
|
13395
|
+
"kind": "block",
|
|
13396
|
+
"primary": "div",
|
|
13397
|
+
"instances": 1,
|
|
13398
|
+
"pages": [
|
|
13399
|
+
"/packages/web-components/components/table-footer/table-footer.examples.html"
|
|
13400
|
+
],
|
|
13401
|
+
"slots": [],
|
|
13402
|
+
"nested": [],
|
|
13403
|
+
"metadata": {
|
|
13404
|
+
"domain": "data",
|
|
13405
|
+
"description": "Table footer with page-size unset (the default) — renders a count-only label ('128 items') with no pager, since the derivation math needs a page size to produce a range window.",
|
|
13406
|
+
"keywords": [
|
|
13407
|
+
"table",
|
|
13408
|
+
"footer",
|
|
13409
|
+
"pagination",
|
|
13410
|
+
"count",
|
|
13411
|
+
"only",
|
|
13412
|
+
"unknown",
|
|
13413
|
+
"page",
|
|
13414
|
+
"size",
|
|
13415
|
+
"default",
|
|
13416
|
+
"state",
|
|
13417
|
+
"data",
|
|
13418
|
+
"grid"
|
|
13419
|
+
]
|
|
13420
|
+
}
|
|
13421
|
+
},
|
|
13422
|
+
{
|
|
13423
|
+
"name": "table-footer-empty",
|
|
13424
|
+
"kind": "block",
|
|
13425
|
+
"primary": "div",
|
|
13426
|
+
"instances": 1,
|
|
13427
|
+
"pages": [
|
|
13428
|
+
"/packages/web-components/components/table-footer/table-footer.examples.html"
|
|
13429
|
+
],
|
|
13430
|
+
"slots": [],
|
|
13431
|
+
"nested": [],
|
|
13432
|
+
"metadata": {
|
|
13433
|
+
"domain": "data",
|
|
13434
|
+
"description": "Table footer with an explicit range-total of 0 and slotted empty content — pager hidden, message renders in the range label's own position without a layout shift.",
|
|
13435
|
+
"keywords": [
|
|
13436
|
+
"table",
|
|
13437
|
+
"footer",
|
|
13438
|
+
"pagination",
|
|
13439
|
+
"empty",
|
|
13440
|
+
"zero",
|
|
13441
|
+
"rows",
|
|
13442
|
+
"no",
|
|
13443
|
+
"results",
|
|
13444
|
+
"filters",
|
|
13445
|
+
"data",
|
|
13446
|
+
"grid"
|
|
13447
|
+
]
|
|
13448
|
+
}
|
|
13449
|
+
},
|
|
13276
13450
|
{
|
|
13277
13451
|
"name": "table-toolbar-with-table",
|
|
13278
13452
|
"kind": "block",
|
|
@@ -15084,6 +15258,36 @@
|
|
|
15084
15258
|
]
|
|
15085
15259
|
}
|
|
15086
15260
|
},
|
|
15261
|
+
{
|
|
15262
|
+
"name": "chart-in-card-full-bleed-chip-legend",
|
|
15263
|
+
"kind": "block",
|
|
15264
|
+
"primary": "card-ui",
|
|
15265
|
+
"instances": 1,
|
|
15266
|
+
"pages": [
|
|
15267
|
+
"/packages/web-components/patterns/chart-in-card/chart-in-card.examples.html"
|
|
15268
|
+
],
|
|
15269
|
+
"slots": [],
|
|
15270
|
+
"nested": [],
|
|
15271
|
+
"metadata": {
|
|
15272
|
+
"domain": "dashboard",
|
|
15273
|
+
"description": "Full-bleed bar chart with chip-label axis and legend band — Revenue/Target grouped-bar chart bleeding edge-to-edge inside the card with inset axis-value chips, paired with a chart-legend-ui mirroring its series in a normal-inset section below.",
|
|
15274
|
+
"keywords": [
|
|
15275
|
+
"chart",
|
|
15276
|
+
"card",
|
|
15277
|
+
"bar",
|
|
15278
|
+
"chip",
|
|
15279
|
+
"labels",
|
|
15280
|
+
"legend",
|
|
15281
|
+
"bleed",
|
|
15282
|
+
"edge-to-edge",
|
|
15283
|
+
"revenue",
|
|
15284
|
+
"target",
|
|
15285
|
+
"dashboard",
|
|
15286
|
+
"analytics",
|
|
15287
|
+
"adr-0081"
|
|
15288
|
+
]
|
|
15289
|
+
}
|
|
15290
|
+
},
|
|
15087
15291
|
{
|
|
15088
15292
|
"name": "chart-in-card-full-bleed-bar-wide",
|
|
15089
15293
|
"kind": "block",
|
|
@@ -16391,6 +16595,127 @@
|
|
|
16391
16595
|
]
|
|
16392
16596
|
}
|
|
16393
16597
|
},
|
|
16598
|
+
{
|
|
16599
|
+
"name": "new-enrollments-stacked-bar",
|
|
16600
|
+
"kind": "block",
|
|
16601
|
+
"primary": "card-ui",
|
|
16602
|
+
"instances": 1,
|
|
16603
|
+
"pages": [
|
|
16604
|
+
"/packages/web-components/patterns/new-enrollments/new-enrollments.examples.html"
|
|
16605
|
+
],
|
|
16606
|
+
"slots": [],
|
|
16607
|
+
"nested": [],
|
|
16608
|
+
"metadata": {
|
|
16609
|
+
"domain": "dashboard",
|
|
16610
|
+
"description": "New enrollments stacked-bar card — New vs Returning enrollments by month, the current month rendered with a soft tonal fill and dashed outline as a provisional/incomplete period, paired with a legend band naming both segments.",
|
|
16611
|
+
"keywords": [
|
|
16612
|
+
"new",
|
|
16613
|
+
"enrollments",
|
|
16614
|
+
"dashboard",
|
|
16615
|
+
"card",
|
|
16616
|
+
"stacked-bar",
|
|
16617
|
+
"provisional",
|
|
16618
|
+
"tonal",
|
|
16619
|
+
"dashed",
|
|
16620
|
+
"legend",
|
|
16621
|
+
"today-marker",
|
|
16622
|
+
"new",
|
|
16623
|
+
"returning",
|
|
16624
|
+
"analytics",
|
|
16625
|
+
"chart"
|
|
16626
|
+
]
|
|
16627
|
+
}
|
|
16628
|
+
},
|
|
16629
|
+
{
|
|
16630
|
+
"name": "new-enrollments-area",
|
|
16631
|
+
"kind": "block",
|
|
16632
|
+
"primary": "card-ui",
|
|
16633
|
+
"instances": 1,
|
|
16634
|
+
"pages": [
|
|
16635
|
+
"/packages/web-components/patterns/new-enrollments/new-enrollments.examples.html"
|
|
16636
|
+
],
|
|
16637
|
+
"slots": [],
|
|
16638
|
+
"nested": [],
|
|
16639
|
+
"metadata": {
|
|
16640
|
+
"domain": "dashboard",
|
|
16641
|
+
"description": "New enrollments area/spline card — total monthly enrollments trend, the current month rendered with a dashed stroke and faded fill as a provisional/incomplete period, matching the stacked-bar sibling's treatment for the same underlying state.",
|
|
16642
|
+
"keywords": [
|
|
16643
|
+
"new",
|
|
16644
|
+
"enrollments",
|
|
16645
|
+
"dashboard",
|
|
16646
|
+
"card",
|
|
16647
|
+
"area",
|
|
16648
|
+
"spline",
|
|
16649
|
+
"trend",
|
|
16650
|
+
"provisional",
|
|
16651
|
+
"dashed",
|
|
16652
|
+
"faded",
|
|
16653
|
+
"today-marker",
|
|
16654
|
+
"analytics",
|
|
16655
|
+
"chart"
|
|
16656
|
+
]
|
|
16657
|
+
}
|
|
16658
|
+
},
|
|
16659
|
+
{
|
|
16660
|
+
"name": "new-enrollments-sparkline",
|
|
16661
|
+
"kind": "block",
|
|
16662
|
+
"primary": "card-ui",
|
|
16663
|
+
"instances": 1,
|
|
16664
|
+
"pages": [
|
|
16665
|
+
"/packages/web-components/patterns/new-enrollments/new-enrollments.examples.html"
|
|
16666
|
+
],
|
|
16667
|
+
"slots": [],
|
|
16668
|
+
"nested": [],
|
|
16669
|
+
"metadata": {
|
|
16670
|
+
"domain": "dashboard",
|
|
16671
|
+
"description": "New enrollments sparkline card — 30-day daily enrollment trend as a bare-marks sparkline, hovering any point surfaces the exact count and day via the built-in tooltip.",
|
|
16672
|
+
"keywords": [
|
|
16673
|
+
"new",
|
|
16674
|
+
"enrollments",
|
|
16675
|
+
"dashboard",
|
|
16676
|
+
"card",
|
|
16677
|
+
"sparkline",
|
|
16678
|
+
"tooltip",
|
|
16679
|
+
"trend",
|
|
16680
|
+
"daily",
|
|
16681
|
+
"compact",
|
|
16682
|
+
"bare-marks",
|
|
16683
|
+
"analytics",
|
|
16684
|
+
"chart"
|
|
16685
|
+
]
|
|
16686
|
+
}
|
|
16687
|
+
},
|
|
16688
|
+
{
|
|
16689
|
+
"name": "new-enrollments-radial-bar",
|
|
16690
|
+
"kind": "block",
|
|
16691
|
+
"primary": "card-ui",
|
|
16692
|
+
"instances": 1,
|
|
16693
|
+
"pages": [
|
|
16694
|
+
"/packages/web-components/patterns/new-enrollments/new-enrollments.examples.html"
|
|
16695
|
+
],
|
|
16696
|
+
"slots": [],
|
|
16697
|
+
"nested": [],
|
|
16698
|
+
"metadata": {
|
|
16699
|
+
"domain": "dashboard",
|
|
16700
|
+
"description": "New enrollments radial-bar card — enrollment channel mix (Online, Referral, Walk-in) each as percent of its monthly target reached, paired with a legend band naming all three channels.",
|
|
16701
|
+
"keywords": [
|
|
16702
|
+
"new",
|
|
16703
|
+
"enrollments",
|
|
16704
|
+
"dashboard",
|
|
16705
|
+
"card",
|
|
16706
|
+
"radial-bar",
|
|
16707
|
+
"channel",
|
|
16708
|
+
"mix",
|
|
16709
|
+
"online",
|
|
16710
|
+
"referral",
|
|
16711
|
+
"walk-in",
|
|
16712
|
+
"target",
|
|
16713
|
+
"legend",
|
|
16714
|
+
"analytics",
|
|
16715
|
+
"chart"
|
|
16716
|
+
]
|
|
16717
|
+
}
|
|
16718
|
+
},
|
|
16394
16719
|
{
|
|
16395
16720
|
"name": "bell-menu-empty",
|
|
16396
16721
|
"kind": "block",
|
|
@@ -17275,6 +17600,133 @@
|
|
|
17275
17600
|
]
|
|
17276
17601
|
}
|
|
17277
17602
|
},
|
|
17603
|
+
{
|
|
17604
|
+
"name": "table-in-card-server-mode",
|
|
17605
|
+
"kind": "block",
|
|
17606
|
+
"primary": "div",
|
|
17607
|
+
"instances": 1,
|
|
17608
|
+
"pages": [
|
|
17609
|
+
"/packages/web-components/patterns/table-in-card/table-in-card.examples.html"
|
|
17610
|
+
],
|
|
17611
|
+
"slots": [],
|
|
17612
|
+
"nested": [],
|
|
17613
|
+
"metadata": {
|
|
17614
|
+
"domain": "data",
|
|
17615
|
+
"description": "Metabolic Tests card — card header with title and New test action, title-less toolbar with count/search/filter/sort/columns, bleed table with status-dot/sortable-name/patient/date/status-badge/tag-chips/kebab-actions columns, and a footer with range label and pager (server-mode, gh#1754 Shape 1).",
|
|
17616
|
+
"keywords": [
|
|
17617
|
+
"table",
|
|
17618
|
+
"card",
|
|
17619
|
+
"toolbar",
|
|
17620
|
+
"footer",
|
|
17621
|
+
"pagination",
|
|
17622
|
+
"metabolic",
|
|
17623
|
+
"tests",
|
|
17624
|
+
"status",
|
|
17625
|
+
"dot",
|
|
17626
|
+
"badge",
|
|
17627
|
+
"tags",
|
|
17628
|
+
"kebab",
|
|
17629
|
+
"actions",
|
|
17630
|
+
"server",
|
|
17631
|
+
"mode",
|
|
17632
|
+
"data",
|
|
17633
|
+
"grid",
|
|
17634
|
+
"healthcare"
|
|
17635
|
+
]
|
|
17636
|
+
}
|
|
17637
|
+
},
|
|
17638
|
+
{
|
|
17639
|
+
"name": "table-in-card-client-mode",
|
|
17640
|
+
"kind": "block",
|
|
17641
|
+
"primary": "div",
|
|
17642
|
+
"instances": 1,
|
|
17643
|
+
"pages": [
|
|
17644
|
+
"/packages/web-components/patterns/table-in-card/table-in-card.examples.html"
|
|
17645
|
+
],
|
|
17646
|
+
"slots": [],
|
|
17647
|
+
"nested": [],
|
|
17648
|
+
"metadata": {
|
|
17649
|
+
"domain": "data",
|
|
17650
|
+
"description": "Metabolic Tests card in client-mode — table-ui paginate=6 no-pager slices a full in-browser dataset, with table-footer-ui as the sole visible pager.",
|
|
17651
|
+
"keywords": [
|
|
17652
|
+
"table",
|
|
17653
|
+
"card",
|
|
17654
|
+
"toolbar",
|
|
17655
|
+
"footer",
|
|
17656
|
+
"pagination",
|
|
17657
|
+
"client",
|
|
17658
|
+
"mode",
|
|
17659
|
+
"paginate",
|
|
17660
|
+
"no-pager",
|
|
17661
|
+
"metabolic",
|
|
17662
|
+
"tests",
|
|
17663
|
+
"data",
|
|
17664
|
+
"grid",
|
|
17665
|
+
"healthcare"
|
|
17666
|
+
]
|
|
17667
|
+
}
|
|
17668
|
+
},
|
|
17669
|
+
{
|
|
17670
|
+
"name": "table-in-card-empty",
|
|
17671
|
+
"kind": "block",
|
|
17672
|
+
"primary": "div",
|
|
17673
|
+
"instances": 1,
|
|
17674
|
+
"pages": [
|
|
17675
|
+
"/packages/web-components/patterns/table-in-card/table-in-card.examples.html"
|
|
17676
|
+
],
|
|
17677
|
+
"slots": [],
|
|
17678
|
+
"nested": [],
|
|
17679
|
+
"metadata": {
|
|
17680
|
+
"domain": "data",
|
|
17681
|
+
"description": "Metabolic Tests card with zero matching rows — table-ui empty overlay in the bleed section, table-footer-ui range-total=0 with a slotted 'no tests match your filters' message.",
|
|
17682
|
+
"keywords": [
|
|
17683
|
+
"table",
|
|
17684
|
+
"card",
|
|
17685
|
+
"toolbar",
|
|
17686
|
+
"footer",
|
|
17687
|
+
"pagination",
|
|
17688
|
+
"empty",
|
|
17689
|
+
"no",
|
|
17690
|
+
"results",
|
|
17691
|
+
"filters",
|
|
17692
|
+
"metabolic",
|
|
17693
|
+
"tests",
|
|
17694
|
+
"data",
|
|
17695
|
+
"grid",
|
|
17696
|
+
"healthcare"
|
|
17697
|
+
]
|
|
17698
|
+
}
|
|
17699
|
+
},
|
|
17700
|
+
{
|
|
17701
|
+
"name": "table-in-card-loading",
|
|
17702
|
+
"kind": "block",
|
|
17703
|
+
"primary": "div",
|
|
17704
|
+
"instances": 1,
|
|
17705
|
+
"pages": [
|
|
17706
|
+
"/packages/web-components/patterns/table-in-card/table-in-card.examples.html"
|
|
17707
|
+
],
|
|
17708
|
+
"slots": [],
|
|
17709
|
+
"nested": [],
|
|
17710
|
+
"metadata": {
|
|
17711
|
+
"domain": "data",
|
|
17712
|
+
"description": "Metabolic Tests card mid-fetch — table-ui loading skeleton rows, table-footer-ui with no range-total set (both the range label and pager stay hidden).",
|
|
17713
|
+
"keywords": [
|
|
17714
|
+
"table",
|
|
17715
|
+
"card",
|
|
17716
|
+
"toolbar",
|
|
17717
|
+
"footer",
|
|
17718
|
+
"pagination",
|
|
17719
|
+
"loading",
|
|
17720
|
+
"skeleton",
|
|
17721
|
+
"fetch",
|
|
17722
|
+
"metabolic",
|
|
17723
|
+
"tests",
|
|
17724
|
+
"data",
|
|
17725
|
+
"grid",
|
|
17726
|
+
"healthcare"
|
|
17727
|
+
]
|
|
17728
|
+
}
|
|
17729
|
+
},
|
|
17278
17730
|
{
|
|
17279
17731
|
"name": "timezone-selector-basic",
|
|
17280
17732
|
"kind": "block",
|