@ds-mo/ui 13.11.0 → 13.12.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/dist/.package-ready.json +1 -1
- package/dist/agent-patterns.json +6 -3
- package/dist/agent.json +306 -16
- package/dist/angular/ds-mobile-header.d.ts +1 -1
- package/dist/angular/ds-mobile-header.js +3 -3
- package/dist/angular/ds-shell-page.d.ts +1 -1
- package/dist/angular/ds-shell-page.js +3 -3
- package/dist/angular/ds-tab-group.d.ts +1 -1
- package/dist/angular/ds-tab-group.js +3 -3
- package/dist/angular/ds-table.d.ts +28 -0
- package/dist/angular/ds-table.js +54 -0
- package/dist/angular/ds-tag.d.ts +1 -1
- package/dist/angular/ds-tag.js +3 -3
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +1 -0
- package/dist/angular/proxies.d.ts +1 -0
- package/dist/angular/proxies.js +1 -0
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-title.js +1 -1
- package/dist/components/ds-bar-workflow.js +1 -1
- package/dist/components/ds-bar-workflow.js.map +1 -1
- package/dist/components/ds-card-overview.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-mobile-header.js +1 -1
- package/dist/components/ds-mobile-section-switcher.js +1 -1
- package/dist/components/ds-mobile-sheet-nav.js +1 -1
- package/dist/components/ds-modal.js +1 -1
- package/dist/components/ds-panel-sub-nav.js +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-scroll-overlay.js +1 -1
- package/dist/components/ds-scroll-overlay.js.map +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-shell-app.js +1 -1
- package/dist/components/ds-shell-app.js.map +1 -1
- package/dist/components/ds-shell-page.js +1 -1
- package/dist/components/ds-shell-tools.js +1 -1
- package/dist/components/ds-skeleton.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-switch.js +1 -1
- package/dist/components/ds-tab-group.js +1 -1
- package/dist/components/ds-table.d.ts +11 -0
- package/dist/components/ds-table.js +2 -0
- package/dist/components/ds-table.js.map +1 -0
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-tag.js.map +1 -1
- package/dist/components/ds-toast.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/index.d.ts +30 -0
- package/dist/components/p-BFXN4ioL.js +2 -0
- package/dist/components/p-BFXN4ioL.js.map +1 -0
- package/dist/components/{p-DgglLVCj.js → p-BYre-ZDg.js} +2 -2
- package/dist/components/p-B_eqa09C.js +2 -0
- package/dist/components/p-B_eqa09C.js.map +1 -0
- package/dist/components/{p-BnGJrBPG.js → p-Bj7KrXzw.js} +2 -2
- package/dist/components/p-BxJurXEn.js +2 -0
- package/dist/components/p-BxJurXEn.js.map +1 -0
- package/dist/components/{p-Dg9qiMDa.js → p-C9StMCWg.js} +2 -2
- package/dist/components/p-CE82aQZr.js +2 -0
- package/dist/components/p-CE82aQZr.js.map +1 -0
- package/dist/components/p-CFNG0K3m.js +2 -0
- package/dist/components/p-CFNG0K3m.js.map +1 -0
- package/dist/components/{p-BQ7Nzx9A.js → p-Ch5yT3UA.js} +2 -2
- package/dist/components/{p-DJGdoPMG.js → p-DKftz0O8.js} +2 -2
- package/dist/components/p-DxygUurH.js +2 -0
- package/dist/components/p-DxygUurH.js.map +1 -0
- package/dist/components/{p-DCN04sgt.js → p-x9jO4lZ7.js} +2 -2
- package/dist/components/{p-DCN04sgt.js.map → p-x9jO4lZ7.js.map} +1 -1
- package/dist/docs/components.json +1567 -74
- package/dist/lib/components/MobileHeader/mobile-header-types.d.ts +3 -2
- package/dist/lib/components/ShellApp/shell-app-types.d.ts +4 -1
- package/dist/lib/components/ShellPage/shell-page-types.d.ts +5 -0
- package/dist/lib/shell/index.d.ts +1 -0
- package/dist/mcp-data/registry/bar-title.json +2 -1
- package/dist/mcp-data/registry/card-overview.json +1 -1
- package/dist/mcp-data/registry/mobile-header.json +48 -10
- package/dist/mcp-data/registry/mobile-sheet-nav.json +2 -2
- package/dist/mcp-data/registry/registry.json +308 -15
- package/dist/mcp-data/registry/shell-app.json +6 -3
- package/dist/mcp-data/registry/shell-page.json +32 -8
- package/dist/mcp-data/registry/shell-tools.json +4 -4
- package/dist/mcp-data/registry/tab-group.json +22 -2
- package/dist/mcp-data/registry/table.json +758 -0
- package/dist/mcp-data/registry/tag.json +22 -3
- package/dist/react/components.d.ts +1 -0
- package/dist/react/components.js +1 -0
- package/dist/react/ds-table.d.ts +16 -0
- package/dist/react/ds-table.js +18 -0
- package/dist/styles/table.css +677 -0
- package/dist/types/components/MobileHeader/MobileHeader.d.ts +8 -3
- package/dist/types/components/MobileHeader/index.d.ts +1 -1
- package/dist/types/components/MobileHeader/mobile-header-types.d.ts +3 -2
- package/dist/types/components/ShellApp/ShellApp.d.ts +8 -0
- package/dist/types/components/ShellApp/shell-app-types.d.ts +4 -1
- package/dist/types/components/ShellPage/ShellPage.d.ts +3 -1
- package/dist/types/components/ShellPage/index.d.ts +1 -1
- package/dist/types/components/ShellPage/shell-page-types.d.ts +1 -0
- package/dist/types/components/TabGroup/TabGroup.d.ts +3 -0
- package/dist/types/components/Table/Table.d.ts +115 -0
- package/dist/types/components/Table/index.d.ts +2 -0
- package/dist/types/components/Table/table-model.d.ts +29 -0
- package/dist/types/components/Table/table-types.d.ts +178 -0
- package/dist/types/components/Tag/Tag.d.ts +2 -0
- package/dist/types/components.d.ts +406 -8
- package/dist/types/shell/index.d.ts +1 -0
- package/package.json +3 -2
- package/dist/components/p-B_nHX-BW.js +0 -2
- package/dist/components/p-B_nHX-BW.js.map +0 -1
- package/dist/components/p-CVmtbj-6.js +0 -2
- package/dist/components/p-CVmtbj-6.js.map +0 -1
- package/dist/components/p-DW9p068S.js +0 -2
- package/dist/components/p-DW9p068S.js.map +0 -1
- package/dist/components/p-Xftomzsv.js +0 -2
- package/dist/components/p-Xftomzsv.js.map +0 -1
- package/dist/components/p-iyiOFsws.js +0 -2
- package/dist/components/p-iyiOFsws.js.map +0 -1
- /package/dist/components/{p-DgglLVCj.js.map → p-BYre-ZDg.js.map} +0 -0
- /package/dist/components/{p-BnGJrBPG.js.map → p-Bj7KrXzw.js.map} +0 -0
- /package/dist/components/{p-Dg9qiMDa.js.map → p-C9StMCWg.js.map} +0 -0
- /package/dist/components/{p-BQ7Nzx9A.js.map → p-Ch5yT3UA.js.map} +0 -0
- /package/dist/components/{p-DJGdoPMG.js.map → p-DKftz0O8.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-08-
|
|
2
|
+
"timestamp": "2026-08-09T04:41:00",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -3231,9 +3231,15 @@
|
|
|
3231
3231
|
"ds-text"
|
|
3232
3232
|
],
|
|
3233
3233
|
"ds-mobile-header": [
|
|
3234
|
+
"ds-tab-group",
|
|
3234
3235
|
"ds-mobile-section-switcher",
|
|
3235
3236
|
"ds-text"
|
|
3236
3237
|
],
|
|
3238
|
+
"ds-tab-group": [
|
|
3239
|
+
"ds-icon",
|
|
3240
|
+
"ds-text",
|
|
3241
|
+
"ds-badge"
|
|
3242
|
+
],
|
|
3237
3243
|
"ds-mobile-section-switcher": [
|
|
3238
3244
|
"ds-text",
|
|
3239
3245
|
"ds-menu"
|
|
@@ -5013,6 +5019,7 @@
|
|
|
5013
5019
|
"ds-select",
|
|
5014
5020
|
"ds-shell-app",
|
|
5015
5021
|
"ds-shell-tools",
|
|
5022
|
+
"ds-table",
|
|
5016
5023
|
"ds-toast"
|
|
5017
5024
|
],
|
|
5018
5025
|
"dependencies": [
|
|
@@ -5091,6 +5098,9 @@
|
|
|
5091
5098
|
"ds-shell-tools": [
|
|
5092
5099
|
"ds-button-unfilled"
|
|
5093
5100
|
],
|
|
5101
|
+
"ds-table": [
|
|
5102
|
+
"ds-button-unfilled"
|
|
5103
|
+
],
|
|
5094
5104
|
"ds-toast": [
|
|
5095
5105
|
"ds-button-unfilled"
|
|
5096
5106
|
]
|
|
@@ -6876,7 +6886,8 @@
|
|
|
6876
6886
|
"parts": [],
|
|
6877
6887
|
"states": [],
|
|
6878
6888
|
"dependents": [
|
|
6879
|
-
"ds-select"
|
|
6889
|
+
"ds-select",
|
|
6890
|
+
"ds-table"
|
|
6880
6891
|
],
|
|
6881
6892
|
"dependencies": [
|
|
6882
6893
|
"ds-text"
|
|
@@ -6887,6 +6898,9 @@
|
|
|
6887
6898
|
],
|
|
6888
6899
|
"ds-select": [
|
|
6889
6900
|
"ds-checkbox"
|
|
6901
|
+
],
|
|
6902
|
+
"ds-table": [
|
|
6903
|
+
"ds-checkbox"
|
|
6890
6904
|
]
|
|
6891
6905
|
}
|
|
6892
6906
|
},
|
|
@@ -8167,7 +8181,8 @@
|
|
|
8167
8181
|
"parts": [],
|
|
8168
8182
|
"states": [],
|
|
8169
8183
|
"dependents": [
|
|
8170
|
-
"ds-select"
|
|
8184
|
+
"ds-select",
|
|
8185
|
+
"ds-table"
|
|
8171
8186
|
],
|
|
8172
8187
|
"dependencies": [
|
|
8173
8188
|
"ds-icon",
|
|
@@ -8180,6 +8195,9 @@
|
|
|
8180
8195
|
],
|
|
8181
8196
|
"ds-select": [
|
|
8182
8197
|
"ds-empty-state"
|
|
8198
|
+
],
|
|
8199
|
+
"ds-table": [
|
|
8200
|
+
"ds-empty-state"
|
|
8183
8201
|
]
|
|
8184
8202
|
}
|
|
8185
8203
|
},
|
|
@@ -8695,6 +8713,7 @@
|
|
|
8695
8713
|
"ds-panel-tool-search",
|
|
8696
8714
|
"ds-select",
|
|
8697
8715
|
"ds-tab-group",
|
|
8716
|
+
"ds-table",
|
|
8698
8717
|
"ds-tag"
|
|
8699
8718
|
],
|
|
8700
8719
|
"dependencies": [],
|
|
@@ -8750,6 +8769,9 @@
|
|
|
8750
8769
|
"ds-tab-group": [
|
|
8751
8770
|
"ds-icon"
|
|
8752
8771
|
],
|
|
8772
|
+
"ds-table": [
|
|
8773
|
+
"ds-icon"
|
|
8774
|
+
],
|
|
8753
8775
|
"ds-tag": [
|
|
8754
8776
|
"ds-icon"
|
|
8755
8777
|
]
|
|
@@ -9919,7 +9941,8 @@
|
|
|
9919
9941
|
"ds-button-filled",
|
|
9920
9942
|
"ds-button-unfilled",
|
|
9921
9943
|
"ds-conversation-list-item",
|
|
9922
|
-
"ds-select"
|
|
9944
|
+
"ds-select",
|
|
9945
|
+
"ds-table"
|
|
9923
9946
|
],
|
|
9924
9947
|
"dependencies": [],
|
|
9925
9948
|
"dependencyGraph": {
|
|
@@ -9940,6 +9963,9 @@
|
|
|
9940
9963
|
],
|
|
9941
9964
|
"ds-select": [
|
|
9942
9965
|
"ds-loader"
|
|
9966
|
+
],
|
|
9967
|
+
"ds-table": [
|
|
9968
|
+
"ds-loader"
|
|
9943
9969
|
]
|
|
9944
9970
|
}
|
|
9945
9971
|
},
|
|
@@ -12571,16 +12597,16 @@
|
|
|
12571
12597
|
},
|
|
12572
12598
|
{
|
|
12573
12599
|
"name": "sections",
|
|
12574
|
-
"type": "
|
|
12600
|
+
"type": "TabGroupItem[]",
|
|
12575
12601
|
"complexType": {
|
|
12576
|
-
"original": "
|
|
12577
|
-
"resolved": "
|
|
12602
|
+
"original": "TabGroupItem[]",
|
|
12603
|
+
"resolved": "TabGroupItem[]",
|
|
12578
12604
|
"references": {
|
|
12579
|
-
"
|
|
12605
|
+
"TabGroupItem": {
|
|
12580
12606
|
"location": "import",
|
|
12581
12607
|
"path": "../TabGroup/tab-item-utils",
|
|
12582
|
-
"id": "src/wc/components/TabGroup/tab-item-utils.ts::
|
|
12583
|
-
"referenceLocation": "
|
|
12608
|
+
"id": "src/wc/components/TabGroup/tab-item-utils.ts::TabGroupItem",
|
|
12609
|
+
"referenceLocation": "TabGroupItem"
|
|
12584
12610
|
}
|
|
12585
12611
|
}
|
|
12586
12612
|
},
|
|
@@ -12596,7 +12622,7 @@
|
|
|
12596
12622
|
"default": "[]",
|
|
12597
12623
|
"values": [
|
|
12598
12624
|
{
|
|
12599
|
-
"type": "
|
|
12625
|
+
"type": "TabGroupItem[]"
|
|
12600
12626
|
}
|
|
12601
12627
|
],
|
|
12602
12628
|
"optional": false,
|
|
@@ -12633,6 +12659,92 @@
|
|
|
12633
12659
|
"getter": false,
|
|
12634
12660
|
"setter": false
|
|
12635
12661
|
},
|
|
12662
|
+
{
|
|
12663
|
+
"name": "sectionsPresentation",
|
|
12664
|
+
"type": "\"segmented\" | \"switcher\"",
|
|
12665
|
+
"complexType": {
|
|
12666
|
+
"original": "MobileHeaderSectionsPresentation",
|
|
12667
|
+
"resolved": "\"segmented\" | \"switcher\"",
|
|
12668
|
+
"references": {
|
|
12669
|
+
"MobileHeaderSectionsPresentation": {
|
|
12670
|
+
"location": "import",
|
|
12671
|
+
"path": "./mobile-header-types",
|
|
12672
|
+
"id": "src/wc/components/MobileHeader/mobile-header-types.ts::MobileHeaderSectionsPresentation",
|
|
12673
|
+
"referenceLocation": "MobileHeaderSectionsPresentation"
|
|
12674
|
+
}
|
|
12675
|
+
}
|
|
12676
|
+
},
|
|
12677
|
+
"mutable": false,
|
|
12678
|
+
"attr": "sections-presentation",
|
|
12679
|
+
"reflectToAttr": false,
|
|
12680
|
+
"docs": "Popup switcher or an inline segmented TabGroup for peer sections.",
|
|
12681
|
+
"docsTags": [
|
|
12682
|
+
{
|
|
12683
|
+
"name": "default",
|
|
12684
|
+
"text": "'switcher'"
|
|
12685
|
+
}
|
|
12686
|
+
],
|
|
12687
|
+
"default": "'switcher'",
|
|
12688
|
+
"values": [
|
|
12689
|
+
{
|
|
12690
|
+
"value": "segmented",
|
|
12691
|
+
"type": "string"
|
|
12692
|
+
},
|
|
12693
|
+
{
|
|
12694
|
+
"value": "switcher",
|
|
12695
|
+
"type": "string"
|
|
12696
|
+
}
|
|
12697
|
+
],
|
|
12698
|
+
"optional": false,
|
|
12699
|
+
"required": false,
|
|
12700
|
+
"getter": false,
|
|
12701
|
+
"setter": false
|
|
12702
|
+
},
|
|
12703
|
+
{
|
|
12704
|
+
"name": "sectionsSize",
|
|
12705
|
+
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
12706
|
+
"complexType": {
|
|
12707
|
+
"original": "TabGroupSize",
|
|
12708
|
+
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
12709
|
+
"references": {
|
|
12710
|
+
"TabGroupSize": {
|
|
12711
|
+
"location": "import",
|
|
12712
|
+
"path": "../TabGroup/TabGroup",
|
|
12713
|
+
"id": "src/wc/components/TabGroup/TabGroup.tsx::TabGroupSize",
|
|
12714
|
+
"referenceLocation": "TabGroupSize"
|
|
12715
|
+
}
|
|
12716
|
+
}
|
|
12717
|
+
},
|
|
12718
|
+
"mutable": false,
|
|
12719
|
+
"attr": "sections-size",
|
|
12720
|
+
"reflectToAttr": false,
|
|
12721
|
+
"docs": "Density for the segmented sections presentation.",
|
|
12722
|
+
"docsTags": [
|
|
12723
|
+
{
|
|
12724
|
+
"name": "default",
|
|
12725
|
+
"text": "'md'"
|
|
12726
|
+
}
|
|
12727
|
+
],
|
|
12728
|
+
"default": "'md'",
|
|
12729
|
+
"values": [
|
|
12730
|
+
{
|
|
12731
|
+
"value": "lg",
|
|
12732
|
+
"type": "string"
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"value": "md",
|
|
12736
|
+
"type": "string"
|
|
12737
|
+
},
|
|
12738
|
+
{
|
|
12739
|
+
"value": "sm",
|
|
12740
|
+
"type": "string"
|
|
12741
|
+
}
|
|
12742
|
+
],
|
|
12743
|
+
"optional": false,
|
|
12744
|
+
"required": false,
|
|
12745
|
+
"getter": false,
|
|
12746
|
+
"setter": false
|
|
12747
|
+
},
|
|
12636
12748
|
{
|
|
12637
12749
|
"name": "subsections",
|
|
12638
12750
|
"type": "TabItem[]",
|
|
@@ -12839,14 +12951,24 @@
|
|
|
12839
12951
|
"ds-shell-tools"
|
|
12840
12952
|
],
|
|
12841
12953
|
"dependencies": [
|
|
12954
|
+
"ds-tab-group",
|
|
12842
12955
|
"ds-mobile-section-switcher",
|
|
12843
12956
|
"ds-text"
|
|
12844
12957
|
],
|
|
12845
12958
|
"dependencyGraph": {
|
|
12846
12959
|
"ds-mobile-header": [
|
|
12960
|
+
"ds-tab-group",
|
|
12847
12961
|
"ds-mobile-section-switcher",
|
|
12848
12962
|
"ds-text"
|
|
12849
12963
|
],
|
|
12964
|
+
"ds-tab-group": [
|
|
12965
|
+
"ds-icon",
|
|
12966
|
+
"ds-text",
|
|
12967
|
+
"ds-badge"
|
|
12968
|
+
],
|
|
12969
|
+
"ds-badge": [
|
|
12970
|
+
"ds-text"
|
|
12971
|
+
],
|
|
12850
12972
|
"ds-mobile-section-switcher": [
|
|
12851
12973
|
"ds-text",
|
|
12852
12974
|
"ds-menu"
|
|
@@ -12857,9 +12979,6 @@
|
|
|
12857
12979
|
"ds-badge",
|
|
12858
12980
|
"ds-switch"
|
|
12859
12981
|
],
|
|
12860
|
-
"ds-badge": [
|
|
12861
|
-
"ds-text"
|
|
12862
|
-
],
|
|
12863
12982
|
"ds-bar-workflow": [
|
|
12864
12983
|
"ds-mobile-header"
|
|
12865
12984
|
],
|
|
@@ -18634,9 +18753,15 @@
|
|
|
18634
18753
|
"ds-text"
|
|
18635
18754
|
],
|
|
18636
18755
|
"ds-mobile-header": [
|
|
18756
|
+
"ds-tab-group",
|
|
18637
18757
|
"ds-mobile-section-switcher",
|
|
18638
18758
|
"ds-text"
|
|
18639
18759
|
],
|
|
18760
|
+
"ds-tab-group": [
|
|
18761
|
+
"ds-icon",
|
|
18762
|
+
"ds-text",
|
|
18763
|
+
"ds-badge"
|
|
18764
|
+
],
|
|
18640
18765
|
"ds-mobile-section-switcher": [
|
|
18641
18766
|
"ds-text",
|
|
18642
18767
|
"ds-menu"
|
|
@@ -18649,11 +18774,6 @@
|
|
|
18649
18774
|
"ds-button-unfilled",
|
|
18650
18775
|
"ds-tab-group"
|
|
18651
18776
|
],
|
|
18652
|
-
"ds-tab-group": [
|
|
18653
|
-
"ds-icon",
|
|
18654
|
-
"ds-text",
|
|
18655
|
-
"ds-badge"
|
|
18656
|
-
],
|
|
18657
18777
|
"ds-mobile-bar-nav": [
|
|
18658
18778
|
"ds-icon",
|
|
18659
18779
|
"ds-badge"
|
|
@@ -18727,6 +18847,47 @@
|
|
|
18727
18847
|
"getter": false,
|
|
18728
18848
|
"setter": false
|
|
18729
18849
|
},
|
|
18850
|
+
{
|
|
18851
|
+
"name": "contentSurface",
|
|
18852
|
+
"type": "\"primary\" | \"secondary\"",
|
|
18853
|
+
"complexType": {
|
|
18854
|
+
"original": "ShellPageContentSurface",
|
|
18855
|
+
"resolved": "\"primary\" | \"secondary\"",
|
|
18856
|
+
"references": {
|
|
18857
|
+
"ShellPageContentSurface": {
|
|
18858
|
+
"location": "import",
|
|
18859
|
+
"path": "./shell-page-types",
|
|
18860
|
+
"id": "src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentSurface",
|
|
18861
|
+
"referenceLocation": "ShellPageContentSurface"
|
|
18862
|
+
}
|
|
18863
|
+
}
|
|
18864
|
+
},
|
|
18865
|
+
"mutable": false,
|
|
18866
|
+
"attr": "content-surface",
|
|
18867
|
+
"reflectToAttr": false,
|
|
18868
|
+
"docs": "Canvas surface painted around and beneath routed page content.",
|
|
18869
|
+
"docsTags": [
|
|
18870
|
+
{
|
|
18871
|
+
"name": "default",
|
|
18872
|
+
"text": "'primary'"
|
|
18873
|
+
}
|
|
18874
|
+
],
|
|
18875
|
+
"default": "'primary'",
|
|
18876
|
+
"values": [
|
|
18877
|
+
{
|
|
18878
|
+
"value": "primary",
|
|
18879
|
+
"type": "string"
|
|
18880
|
+
},
|
|
18881
|
+
{
|
|
18882
|
+
"value": "secondary",
|
|
18883
|
+
"type": "string"
|
|
18884
|
+
}
|
|
18885
|
+
],
|
|
18886
|
+
"optional": false,
|
|
18887
|
+
"required": false,
|
|
18888
|
+
"getter": false,
|
|
18889
|
+
"setter": false
|
|
18890
|
+
},
|
|
18730
18891
|
{
|
|
18731
18892
|
"name": "headerCapacity",
|
|
18732
18893
|
"type": "\"compact\" | \"constrained\" | \"roomy\" | undefined",
|
|
@@ -19511,9 +19672,15 @@
|
|
|
19511
19672
|
"ds-text"
|
|
19512
19673
|
],
|
|
19513
19674
|
"ds-mobile-header": [
|
|
19675
|
+
"ds-tab-group",
|
|
19514
19676
|
"ds-mobile-section-switcher",
|
|
19515
19677
|
"ds-text"
|
|
19516
19678
|
],
|
|
19679
|
+
"ds-tab-group": [
|
|
19680
|
+
"ds-icon",
|
|
19681
|
+
"ds-text",
|
|
19682
|
+
"ds-badge"
|
|
19683
|
+
],
|
|
19517
19684
|
"ds-mobile-section-switcher": [
|
|
19518
19685
|
"ds-text",
|
|
19519
19686
|
"ds-menu"
|
|
@@ -19921,12 +20088,16 @@
|
|
|
19921
20088
|
"parts": [],
|
|
19922
20089
|
"states": [],
|
|
19923
20090
|
"dependents": [
|
|
19924
|
-
"ds-card-overview"
|
|
20091
|
+
"ds-card-overview",
|
|
20092
|
+
"ds-table"
|
|
19925
20093
|
],
|
|
19926
20094
|
"dependencies": [],
|
|
19927
20095
|
"dependencyGraph": {
|
|
19928
20096
|
"ds-card-overview": [
|
|
19929
20097
|
"ds-skeleton"
|
|
20098
|
+
],
|
|
20099
|
+
"ds-table": [
|
|
20100
|
+
"ds-skeleton"
|
|
19930
20101
|
]
|
|
19931
20102
|
}
|
|
19932
20103
|
},
|
|
@@ -21568,6 +21739,50 @@
|
|
|
21568
21739
|
"getter": false,
|
|
21569
21740
|
"setter": false
|
|
21570
21741
|
},
|
|
21742
|
+
{
|
|
21743
|
+
"name": "size",
|
|
21744
|
+
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
21745
|
+
"complexType": {
|
|
21746
|
+
"original": "TabGroupSize",
|
|
21747
|
+
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
21748
|
+
"references": {
|
|
21749
|
+
"TabGroupSize": {
|
|
21750
|
+
"location": "local",
|
|
21751
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/TabGroup/TabGroup.tsx",
|
|
21752
|
+
"id": "src/wc/components/TabGroup/TabGroup.tsx::TabGroupSize"
|
|
21753
|
+
}
|
|
21754
|
+
}
|
|
21755
|
+
},
|
|
21756
|
+
"mutable": false,
|
|
21757
|
+
"attr": "size",
|
|
21758
|
+
"reflectToAttr": false,
|
|
21759
|
+
"docs": "Control density: 24px small, 32px medium, or 40px large track.",
|
|
21760
|
+
"docsTags": [
|
|
21761
|
+
{
|
|
21762
|
+
"name": "default",
|
|
21763
|
+
"text": "'md'"
|
|
21764
|
+
}
|
|
21765
|
+
],
|
|
21766
|
+
"default": "'md'",
|
|
21767
|
+
"values": [
|
|
21768
|
+
{
|
|
21769
|
+
"value": "lg",
|
|
21770
|
+
"type": "string"
|
|
21771
|
+
},
|
|
21772
|
+
{
|
|
21773
|
+
"value": "md",
|
|
21774
|
+
"type": "string"
|
|
21775
|
+
},
|
|
21776
|
+
{
|
|
21777
|
+
"value": "sm",
|
|
21778
|
+
"type": "string"
|
|
21779
|
+
}
|
|
21780
|
+
],
|
|
21781
|
+
"optional": false,
|
|
21782
|
+
"required": false,
|
|
21783
|
+
"getter": false,
|
|
21784
|
+
"setter": false
|
|
21785
|
+
},
|
|
21571
21786
|
{
|
|
21572
21787
|
"name": "tabs",
|
|
21573
21788
|
"type": "TabGroupItem[]",
|
|
@@ -21662,6 +21877,7 @@
|
|
|
21662
21877
|
"parts": [],
|
|
21663
21878
|
"states": [],
|
|
21664
21879
|
"dependents": [
|
|
21880
|
+
"ds-mobile-header",
|
|
21665
21881
|
"ds-mobile-sheet-nav"
|
|
21666
21882
|
],
|
|
21667
21883
|
"dependencies": [
|
|
@@ -21678,85 +21894,78 @@
|
|
|
21678
21894
|
"ds-badge": [
|
|
21679
21895
|
"ds-text"
|
|
21680
21896
|
],
|
|
21897
|
+
"ds-mobile-header": [
|
|
21898
|
+
"ds-tab-group"
|
|
21899
|
+
],
|
|
21681
21900
|
"ds-mobile-sheet-nav": [
|
|
21682
21901
|
"ds-tab-group"
|
|
21683
21902
|
]
|
|
21684
21903
|
}
|
|
21685
21904
|
},
|
|
21686
21905
|
{
|
|
21687
|
-
"filePath": "src/wc/components/
|
|
21906
|
+
"filePath": "src/wc/components/Table/Table.tsx",
|
|
21688
21907
|
"encapsulation": "scoped",
|
|
21689
|
-
"tag": "ds-
|
|
21908
|
+
"tag": "ds-table",
|
|
21690
21909
|
"docs": "",
|
|
21691
21910
|
"docsTags": [],
|
|
21692
21911
|
"usage": {},
|
|
21693
21912
|
"props": [
|
|
21694
21913
|
{
|
|
21695
|
-
"name": "
|
|
21696
|
-
"type": "string
|
|
21914
|
+
"name": "caption",
|
|
21915
|
+
"type": "string",
|
|
21697
21916
|
"complexType": {
|
|
21698
|
-
"original": "string
|
|
21699
|
-
"resolved": "string
|
|
21917
|
+
"original": "string",
|
|
21918
|
+
"resolved": "string",
|
|
21700
21919
|
"references": {}
|
|
21701
21920
|
},
|
|
21702
21921
|
"mutable": false,
|
|
21703
|
-
"attr": "
|
|
21922
|
+
"attr": "caption",
|
|
21704
21923
|
"reflectToAttr": false,
|
|
21705
|
-
"docs": "
|
|
21924
|
+
"docs": "Required accessible table name, rendered as a native caption.",
|
|
21706
21925
|
"docsTags": [],
|
|
21707
21926
|
"values": [
|
|
21708
21927
|
{
|
|
21709
21928
|
"type": "string"
|
|
21710
|
-
},
|
|
21711
|
-
{
|
|
21712
|
-
"type": "undefined"
|
|
21713
21929
|
}
|
|
21714
21930
|
],
|
|
21715
21931
|
"optional": false,
|
|
21716
|
-
"required":
|
|
21932
|
+
"required": true,
|
|
21717
21933
|
"getter": false,
|
|
21718
21934
|
"setter": false
|
|
21719
21935
|
},
|
|
21720
21936
|
{
|
|
21721
|
-
"name": "
|
|
21722
|
-
"type": "\"
|
|
21937
|
+
"name": "captionVisibility",
|
|
21938
|
+
"type": "\"hidden\" | \"visible\"",
|
|
21723
21939
|
"complexType": {
|
|
21724
|
-
"original": "
|
|
21725
|
-
"resolved": "\"
|
|
21940
|
+
"original": "TableCaptionVisibility",
|
|
21941
|
+
"resolved": "\"hidden\" | \"visible\"",
|
|
21726
21942
|
"references": {
|
|
21727
|
-
"
|
|
21728
|
-
"location": "
|
|
21729
|
-
"path": "
|
|
21730
|
-
"id": "src/wc/components/
|
|
21943
|
+
"TableCaptionVisibility": {
|
|
21944
|
+
"location": "import",
|
|
21945
|
+
"path": "./table-types",
|
|
21946
|
+
"id": "src/wc/components/Table/table-types.ts::TableCaptionVisibility",
|
|
21947
|
+
"referenceLocation": "TableCaptionVisibility"
|
|
21731
21948
|
}
|
|
21732
21949
|
}
|
|
21733
21950
|
},
|
|
21734
21951
|
"mutable": false,
|
|
21735
|
-
"attr": "
|
|
21952
|
+
"attr": "caption-visibility",
|
|
21736
21953
|
"reflectToAttr": false,
|
|
21737
21954
|
"docs": "",
|
|
21738
21955
|
"docsTags": [
|
|
21739
21956
|
{
|
|
21740
21957
|
"name": "default",
|
|
21741
|
-
"text": "'
|
|
21958
|
+
"text": "'hidden'"
|
|
21742
21959
|
}
|
|
21743
21960
|
],
|
|
21744
|
-
"default": "'
|
|
21961
|
+
"default": "'hidden'",
|
|
21745
21962
|
"values": [
|
|
21746
21963
|
{
|
|
21747
|
-
"value": "
|
|
21748
|
-
"type": "string"
|
|
21749
|
-
},
|
|
21750
|
-
{
|
|
21751
|
-
"value": "faint",
|
|
21752
|
-
"type": "string"
|
|
21753
|
-
},
|
|
21754
|
-
{
|
|
21755
|
-
"value": "medium",
|
|
21964
|
+
"value": "hidden",
|
|
21756
21965
|
"type": "string"
|
|
21757
21966
|
},
|
|
21758
21967
|
{
|
|
21759
|
-
"value": "
|
|
21968
|
+
"value": "visible",
|
|
21760
21969
|
"type": "string"
|
|
21761
21970
|
}
|
|
21762
21971
|
],
|
|
@@ -21766,24 +21975,1190 @@
|
|
|
21766
21975
|
"setter": false
|
|
21767
21976
|
},
|
|
21768
21977
|
{
|
|
21769
|
-
"name": "
|
|
21770
|
-
"type": "
|
|
21978
|
+
"name": "columns",
|
|
21979
|
+
"type": "TableColumn[]",
|
|
21771
21980
|
"complexType": {
|
|
21772
|
-
"original": "
|
|
21773
|
-
"resolved": "
|
|
21774
|
-
"references": {
|
|
21981
|
+
"original": "TableColumn[]",
|
|
21982
|
+
"resolved": "TableColumn[]",
|
|
21983
|
+
"references": {
|
|
21984
|
+
"TableColumn": {
|
|
21985
|
+
"location": "import",
|
|
21986
|
+
"path": "./table-types",
|
|
21987
|
+
"id": "src/wc/components/Table/table-types.ts::TableColumn",
|
|
21988
|
+
"referenceLocation": "TableColumn"
|
|
21989
|
+
}
|
|
21990
|
+
}
|
|
21775
21991
|
},
|
|
21776
21992
|
"mutable": false,
|
|
21777
|
-
"attr": "expanded",
|
|
21778
21993
|
"reflectToAttr": false,
|
|
21779
|
-
"docs": "
|
|
21994
|
+
"docs": "Stable column definitions. Assign through JavaScript.",
|
|
21780
21995
|
"docsTags": [
|
|
21781
21996
|
{
|
|
21782
21997
|
"name": "default",
|
|
21783
|
-
"text": "
|
|
21998
|
+
"text": "[]"
|
|
21784
21999
|
}
|
|
21785
22000
|
],
|
|
21786
|
-
"default": "
|
|
22001
|
+
"default": "[]",
|
|
22002
|
+
"values": [
|
|
22003
|
+
{
|
|
22004
|
+
"type": "TableColumn[]"
|
|
22005
|
+
}
|
|
22006
|
+
],
|
|
22007
|
+
"optional": false,
|
|
22008
|
+
"required": false,
|
|
22009
|
+
"getter": false,
|
|
22010
|
+
"setter": false
|
|
22011
|
+
},
|
|
22012
|
+
{
|
|
22013
|
+
"name": "emptyBody",
|
|
22014
|
+
"type": "string",
|
|
22015
|
+
"complexType": {
|
|
22016
|
+
"original": "string",
|
|
22017
|
+
"resolved": "string",
|
|
22018
|
+
"references": {}
|
|
22019
|
+
},
|
|
22020
|
+
"mutable": false,
|
|
22021
|
+
"attr": "empty-body",
|
|
22022
|
+
"reflectToAttr": false,
|
|
22023
|
+
"docs": "",
|
|
22024
|
+
"docsTags": [
|
|
22025
|
+
{
|
|
22026
|
+
"name": "default",
|
|
22027
|
+
"text": "'No data is available.'"
|
|
22028
|
+
}
|
|
22029
|
+
],
|
|
22030
|
+
"default": "'No data is available.'",
|
|
22031
|
+
"values": [
|
|
22032
|
+
{
|
|
22033
|
+
"type": "string"
|
|
22034
|
+
}
|
|
22035
|
+
],
|
|
22036
|
+
"optional": false,
|
|
22037
|
+
"required": false,
|
|
22038
|
+
"getter": false,
|
|
22039
|
+
"setter": false
|
|
22040
|
+
},
|
|
22041
|
+
{
|
|
22042
|
+
"name": "emptyCellLabel",
|
|
22043
|
+
"type": "string",
|
|
22044
|
+
"complexType": {
|
|
22045
|
+
"original": "string",
|
|
22046
|
+
"resolved": "string",
|
|
22047
|
+
"references": {}
|
|
22048
|
+
},
|
|
22049
|
+
"mutable": false,
|
|
22050
|
+
"attr": "empty-cell-label",
|
|
22051
|
+
"reflectToAttr": false,
|
|
22052
|
+
"docs": "",
|
|
22053
|
+
"docsTags": [
|
|
22054
|
+
{
|
|
22055
|
+
"name": "default",
|
|
22056
|
+
"text": "'Not available'"
|
|
22057
|
+
}
|
|
22058
|
+
],
|
|
22059
|
+
"default": "'Not available'",
|
|
22060
|
+
"values": [
|
|
22061
|
+
{
|
|
22062
|
+
"type": "string"
|
|
22063
|
+
}
|
|
22064
|
+
],
|
|
22065
|
+
"optional": false,
|
|
22066
|
+
"required": false,
|
|
22067
|
+
"getter": false,
|
|
22068
|
+
"setter": false
|
|
22069
|
+
},
|
|
22070
|
+
{
|
|
22071
|
+
"name": "emptyHeading",
|
|
22072
|
+
"type": "string",
|
|
22073
|
+
"complexType": {
|
|
22074
|
+
"original": "string",
|
|
22075
|
+
"resolved": "string",
|
|
22076
|
+
"references": {}
|
|
22077
|
+
},
|
|
22078
|
+
"mutable": false,
|
|
22079
|
+
"attr": "empty-heading",
|
|
22080
|
+
"reflectToAttr": false,
|
|
22081
|
+
"docs": "",
|
|
22082
|
+
"docsTags": [
|
|
22083
|
+
{
|
|
22084
|
+
"name": "default",
|
|
22085
|
+
"text": "'No results'"
|
|
22086
|
+
}
|
|
22087
|
+
],
|
|
22088
|
+
"default": "'No results'",
|
|
22089
|
+
"values": [
|
|
22090
|
+
{
|
|
22091
|
+
"type": "string"
|
|
22092
|
+
}
|
|
22093
|
+
],
|
|
22094
|
+
"optional": false,
|
|
22095
|
+
"required": false,
|
|
22096
|
+
"getter": false,
|
|
22097
|
+
"setter": false
|
|
22098
|
+
},
|
|
22099
|
+
{
|
|
22100
|
+
"name": "endOfResultsLabel",
|
|
22101
|
+
"type": "string",
|
|
22102
|
+
"complexType": {
|
|
22103
|
+
"original": "string",
|
|
22104
|
+
"resolved": "string",
|
|
22105
|
+
"references": {}
|
|
22106
|
+
},
|
|
22107
|
+
"mutable": false,
|
|
22108
|
+
"attr": "end-of-results-label",
|
|
22109
|
+
"reflectToAttr": false,
|
|
22110
|
+
"docs": "",
|
|
22111
|
+
"docsTags": [
|
|
22112
|
+
{
|
|
22113
|
+
"name": "default",
|
|
22114
|
+
"text": "'All results loaded'"
|
|
22115
|
+
}
|
|
22116
|
+
],
|
|
22117
|
+
"default": "'All results loaded'",
|
|
22118
|
+
"values": [
|
|
22119
|
+
{
|
|
22120
|
+
"type": "string"
|
|
22121
|
+
}
|
|
22122
|
+
],
|
|
22123
|
+
"optional": false,
|
|
22124
|
+
"required": false,
|
|
22125
|
+
"getter": false,
|
|
22126
|
+
"setter": false
|
|
22127
|
+
},
|
|
22128
|
+
{
|
|
22129
|
+
"name": "error",
|
|
22130
|
+
"type": "boolean",
|
|
22131
|
+
"complexType": {
|
|
22132
|
+
"original": "boolean",
|
|
22133
|
+
"resolved": "boolean",
|
|
22134
|
+
"references": {}
|
|
22135
|
+
},
|
|
22136
|
+
"mutable": false,
|
|
22137
|
+
"attr": "error",
|
|
22138
|
+
"reflectToAttr": false,
|
|
22139
|
+
"docs": "Initial error state. Existing rows stay visible; incremental failures use loadMoreError.",
|
|
22140
|
+
"docsTags": [
|
|
22141
|
+
{
|
|
22142
|
+
"name": "default",
|
|
22143
|
+
"text": "false"
|
|
22144
|
+
}
|
|
22145
|
+
],
|
|
22146
|
+
"default": "false",
|
|
22147
|
+
"values": [
|
|
22148
|
+
{
|
|
22149
|
+
"type": "boolean"
|
|
22150
|
+
}
|
|
22151
|
+
],
|
|
22152
|
+
"optional": false,
|
|
22153
|
+
"required": false,
|
|
22154
|
+
"getter": false,
|
|
22155
|
+
"setter": false
|
|
22156
|
+
},
|
|
22157
|
+
{
|
|
22158
|
+
"name": "errorBody",
|
|
22159
|
+
"type": "string",
|
|
22160
|
+
"complexType": {
|
|
22161
|
+
"original": "string",
|
|
22162
|
+
"resolved": "string",
|
|
22163
|
+
"references": {}
|
|
22164
|
+
},
|
|
22165
|
+
"mutable": false,
|
|
22166
|
+
"attr": "error-body",
|
|
22167
|
+
"reflectToAttr": false,
|
|
22168
|
+
"docs": "",
|
|
22169
|
+
"docsTags": [
|
|
22170
|
+
{
|
|
22171
|
+
"name": "default",
|
|
22172
|
+
"text": "'The data could not be loaded.'"
|
|
22173
|
+
}
|
|
22174
|
+
],
|
|
22175
|
+
"default": "'The data could not be loaded.'",
|
|
22176
|
+
"values": [
|
|
22177
|
+
{
|
|
22178
|
+
"type": "string"
|
|
22179
|
+
}
|
|
22180
|
+
],
|
|
22181
|
+
"optional": false,
|
|
22182
|
+
"required": false,
|
|
22183
|
+
"getter": false,
|
|
22184
|
+
"setter": false
|
|
22185
|
+
},
|
|
22186
|
+
{
|
|
22187
|
+
"name": "errorHeading",
|
|
22188
|
+
"type": "string",
|
|
22189
|
+
"complexType": {
|
|
22190
|
+
"original": "string",
|
|
22191
|
+
"resolved": "string",
|
|
22192
|
+
"references": {}
|
|
22193
|
+
},
|
|
22194
|
+
"mutable": false,
|
|
22195
|
+
"attr": "error-heading",
|
|
22196
|
+
"reflectToAttr": false,
|
|
22197
|
+
"docs": "",
|
|
22198
|
+
"docsTags": [
|
|
22199
|
+
{
|
|
22200
|
+
"name": "default",
|
|
22201
|
+
"text": "'Unable to load data'"
|
|
22202
|
+
}
|
|
22203
|
+
],
|
|
22204
|
+
"default": "'Unable to load data'",
|
|
22205
|
+
"values": [
|
|
22206
|
+
{
|
|
22207
|
+
"type": "string"
|
|
22208
|
+
}
|
|
22209
|
+
],
|
|
22210
|
+
"optional": false,
|
|
22211
|
+
"required": false,
|
|
22212
|
+
"getter": false,
|
|
22213
|
+
"setter": false
|
|
22214
|
+
},
|
|
22215
|
+
{
|
|
22216
|
+
"name": "grouping",
|
|
22217
|
+
"type": "TableGroupingState | null",
|
|
22218
|
+
"complexType": {
|
|
22219
|
+
"original": "TableGroupingState | null",
|
|
22220
|
+
"resolved": "TableGroupingState | null",
|
|
22221
|
+
"references": {
|
|
22222
|
+
"TableGroupingState": {
|
|
22223
|
+
"location": "import",
|
|
22224
|
+
"path": "./table-types",
|
|
22225
|
+
"id": "src/wc/components/Table/table-types.ts::TableGroupingState",
|
|
22226
|
+
"referenceLocation": "TableGroupingState"
|
|
22227
|
+
}
|
|
22228
|
+
}
|
|
22229
|
+
},
|
|
22230
|
+
"mutable": false,
|
|
22231
|
+
"reflectToAttr": false,
|
|
22232
|
+
"docs": "Controlled grouping column and group-order direction.",
|
|
22233
|
+
"docsTags": [
|
|
22234
|
+
{
|
|
22235
|
+
"name": "default",
|
|
22236
|
+
"text": "null"
|
|
22237
|
+
}
|
|
22238
|
+
],
|
|
22239
|
+
"default": "null",
|
|
22240
|
+
"values": [
|
|
22241
|
+
{
|
|
22242
|
+
"type": "TableGroupingState"
|
|
22243
|
+
},
|
|
22244
|
+
{
|
|
22245
|
+
"type": "null"
|
|
22246
|
+
}
|
|
22247
|
+
],
|
|
22248
|
+
"optional": false,
|
|
22249
|
+
"required": false,
|
|
22250
|
+
"getter": false,
|
|
22251
|
+
"setter": false
|
|
22252
|
+
},
|
|
22253
|
+
{
|
|
22254
|
+
"name": "groups",
|
|
22255
|
+
"type": "TableGroup[]",
|
|
22256
|
+
"complexType": {
|
|
22257
|
+
"original": "TableGroup[]",
|
|
22258
|
+
"resolved": "TableGroup[]",
|
|
22259
|
+
"references": {
|
|
22260
|
+
"TableGroup": {
|
|
22261
|
+
"location": "import",
|
|
22262
|
+
"path": "./table-types",
|
|
22263
|
+
"id": "src/wc/components/Table/table-types.ts::TableGroup",
|
|
22264
|
+
"referenceLocation": "TableGroup"
|
|
22265
|
+
}
|
|
22266
|
+
}
|
|
22267
|
+
},
|
|
22268
|
+
"mutable": false,
|
|
22269
|
+
"reflectToAttr": false,
|
|
22270
|
+
"docs": "One level of application-owned grouped data. Assign through JavaScript.",
|
|
22271
|
+
"docsTags": [
|
|
22272
|
+
{
|
|
22273
|
+
"name": "default",
|
|
22274
|
+
"text": "[]"
|
|
22275
|
+
}
|
|
22276
|
+
],
|
|
22277
|
+
"default": "[]",
|
|
22278
|
+
"values": [
|
|
22279
|
+
{
|
|
22280
|
+
"type": "TableGroup[]"
|
|
22281
|
+
}
|
|
22282
|
+
],
|
|
22283
|
+
"optional": false,
|
|
22284
|
+
"required": false,
|
|
22285
|
+
"getter": false,
|
|
22286
|
+
"setter": false
|
|
22287
|
+
},
|
|
22288
|
+
{
|
|
22289
|
+
"name": "hasMore",
|
|
22290
|
+
"type": "boolean",
|
|
22291
|
+
"complexType": {
|
|
22292
|
+
"original": "boolean",
|
|
22293
|
+
"resolved": "boolean",
|
|
22294
|
+
"references": {}
|
|
22295
|
+
},
|
|
22296
|
+
"mutable": false,
|
|
22297
|
+
"attr": "has-more",
|
|
22298
|
+
"reflectToAttr": false,
|
|
22299
|
+
"docs": "",
|
|
22300
|
+
"docsTags": [
|
|
22301
|
+
{
|
|
22302
|
+
"name": "default",
|
|
22303
|
+
"text": "false"
|
|
22304
|
+
}
|
|
22305
|
+
],
|
|
22306
|
+
"default": "false",
|
|
22307
|
+
"values": [
|
|
22308
|
+
{
|
|
22309
|
+
"type": "boolean"
|
|
22310
|
+
}
|
|
22311
|
+
],
|
|
22312
|
+
"optional": false,
|
|
22313
|
+
"required": false,
|
|
22314
|
+
"getter": false,
|
|
22315
|
+
"setter": false
|
|
22316
|
+
},
|
|
22317
|
+
{
|
|
22318
|
+
"name": "lazyLoading",
|
|
22319
|
+
"type": "boolean",
|
|
22320
|
+
"complexType": {
|
|
22321
|
+
"original": "boolean",
|
|
22322
|
+
"resolved": "boolean",
|
|
22323
|
+
"references": {}
|
|
22324
|
+
},
|
|
22325
|
+
"mutable": false,
|
|
22326
|
+
"attr": "lazy-loading",
|
|
22327
|
+
"reflectToAttr": false,
|
|
22328
|
+
"docs": "Enable application-owned incremental loading without pagination.",
|
|
22329
|
+
"docsTags": [
|
|
22330
|
+
{
|
|
22331
|
+
"name": "default",
|
|
22332
|
+
"text": "false"
|
|
22333
|
+
}
|
|
22334
|
+
],
|
|
22335
|
+
"default": "false",
|
|
22336
|
+
"values": [
|
|
22337
|
+
{
|
|
22338
|
+
"type": "boolean"
|
|
22339
|
+
}
|
|
22340
|
+
],
|
|
22341
|
+
"optional": false,
|
|
22342
|
+
"required": false,
|
|
22343
|
+
"getter": false,
|
|
22344
|
+
"setter": false
|
|
22345
|
+
},
|
|
22346
|
+
{
|
|
22347
|
+
"name": "loadIdentity",
|
|
22348
|
+
"type": "number | string",
|
|
22349
|
+
"complexType": {
|
|
22350
|
+
"original": "string | number",
|
|
22351
|
+
"resolved": "number | string",
|
|
22352
|
+
"references": {}
|
|
22353
|
+
},
|
|
22354
|
+
"mutable": false,
|
|
22355
|
+
"attr": "load-identity",
|
|
22356
|
+
"reflectToAttr": false,
|
|
22357
|
+
"docs": "Reset key for a new query/group/sort dataset.",
|
|
22358
|
+
"docsTags": [
|
|
22359
|
+
{
|
|
22360
|
+
"name": "default",
|
|
22361
|
+
"text": "'default'"
|
|
22362
|
+
}
|
|
22363
|
+
],
|
|
22364
|
+
"default": "'default'",
|
|
22365
|
+
"values": [
|
|
22366
|
+
{
|
|
22367
|
+
"type": "number"
|
|
22368
|
+
},
|
|
22369
|
+
{
|
|
22370
|
+
"type": "string"
|
|
22371
|
+
}
|
|
22372
|
+
],
|
|
22373
|
+
"optional": false,
|
|
22374
|
+
"required": false,
|
|
22375
|
+
"getter": false,
|
|
22376
|
+
"setter": false
|
|
22377
|
+
},
|
|
22378
|
+
{
|
|
22379
|
+
"name": "loadMoreError",
|
|
22380
|
+
"type": "string | undefined",
|
|
22381
|
+
"complexType": {
|
|
22382
|
+
"original": "string | undefined",
|
|
22383
|
+
"resolved": "string | undefined",
|
|
22384
|
+
"references": {}
|
|
22385
|
+
},
|
|
22386
|
+
"mutable": false,
|
|
22387
|
+
"attr": "load-more-error",
|
|
22388
|
+
"reflectToAttr": false,
|
|
22389
|
+
"docs": "",
|
|
22390
|
+
"docsTags": [],
|
|
22391
|
+
"values": [
|
|
22392
|
+
{
|
|
22393
|
+
"type": "string"
|
|
22394
|
+
},
|
|
22395
|
+
{
|
|
22396
|
+
"type": "undefined"
|
|
22397
|
+
}
|
|
22398
|
+
],
|
|
22399
|
+
"optional": false,
|
|
22400
|
+
"required": false,
|
|
22401
|
+
"getter": false,
|
|
22402
|
+
"setter": false
|
|
22403
|
+
},
|
|
22404
|
+
{
|
|
22405
|
+
"name": "loadMoreLabel",
|
|
22406
|
+
"type": "string",
|
|
22407
|
+
"complexType": {
|
|
22408
|
+
"original": "string",
|
|
22409
|
+
"resolved": "string",
|
|
22410
|
+
"references": {}
|
|
22411
|
+
},
|
|
22412
|
+
"mutable": false,
|
|
22413
|
+
"attr": "load-more-label",
|
|
22414
|
+
"reflectToAttr": false,
|
|
22415
|
+
"docs": "",
|
|
22416
|
+
"docsTags": [
|
|
22417
|
+
{
|
|
22418
|
+
"name": "default",
|
|
22419
|
+
"text": "'Load more'"
|
|
22420
|
+
}
|
|
22421
|
+
],
|
|
22422
|
+
"default": "'Load more'",
|
|
22423
|
+
"values": [
|
|
22424
|
+
{
|
|
22425
|
+
"type": "string"
|
|
22426
|
+
}
|
|
22427
|
+
],
|
|
22428
|
+
"optional": false,
|
|
22429
|
+
"required": false,
|
|
22430
|
+
"getter": false,
|
|
22431
|
+
"setter": false
|
|
22432
|
+
},
|
|
22433
|
+
{
|
|
22434
|
+
"name": "loadMoreMode",
|
|
22435
|
+
"type": "\"auto\" | \"manual\"",
|
|
22436
|
+
"complexType": {
|
|
22437
|
+
"original": "TableLoadMoreMode",
|
|
22438
|
+
"resolved": "\"auto\" | \"manual\"",
|
|
22439
|
+
"references": {
|
|
22440
|
+
"TableLoadMoreMode": {
|
|
22441
|
+
"location": "import",
|
|
22442
|
+
"path": "./table-types",
|
|
22443
|
+
"id": "src/wc/components/Table/table-types.ts::TableLoadMoreMode",
|
|
22444
|
+
"referenceLocation": "TableLoadMoreMode"
|
|
22445
|
+
}
|
|
22446
|
+
}
|
|
22447
|
+
},
|
|
22448
|
+
"mutable": false,
|
|
22449
|
+
"attr": "load-more-mode",
|
|
22450
|
+
"reflectToAttr": false,
|
|
22451
|
+
"docs": "",
|
|
22452
|
+
"docsTags": [
|
|
22453
|
+
{
|
|
22454
|
+
"name": "default",
|
|
22455
|
+
"text": "'auto'"
|
|
22456
|
+
}
|
|
22457
|
+
],
|
|
22458
|
+
"default": "'auto'",
|
|
22459
|
+
"values": [
|
|
22460
|
+
{
|
|
22461
|
+
"value": "auto",
|
|
22462
|
+
"type": "string"
|
|
22463
|
+
},
|
|
22464
|
+
{
|
|
22465
|
+
"value": "manual",
|
|
22466
|
+
"type": "string"
|
|
22467
|
+
}
|
|
22468
|
+
],
|
|
22469
|
+
"optional": false,
|
|
22470
|
+
"required": false,
|
|
22471
|
+
"getter": false,
|
|
22472
|
+
"setter": false
|
|
22473
|
+
},
|
|
22474
|
+
{
|
|
22475
|
+
"name": "loadMoreThreshold",
|
|
22476
|
+
"type": "number",
|
|
22477
|
+
"complexType": {
|
|
22478
|
+
"original": "number",
|
|
22479
|
+
"resolved": "number",
|
|
22480
|
+
"references": {}
|
|
22481
|
+
},
|
|
22482
|
+
"mutable": false,
|
|
22483
|
+
"attr": "load-more-threshold",
|
|
22484
|
+
"reflectToAttr": false,
|
|
22485
|
+
"docs": "IntersectionObserver root margin in CSS pixels.",
|
|
22486
|
+
"docsTags": [
|
|
22487
|
+
{
|
|
22488
|
+
"name": "default",
|
|
22489
|
+
"text": "0"
|
|
22490
|
+
}
|
|
22491
|
+
],
|
|
22492
|
+
"default": "0",
|
|
22493
|
+
"values": [
|
|
22494
|
+
{
|
|
22495
|
+
"type": "number"
|
|
22496
|
+
}
|
|
22497
|
+
],
|
|
22498
|
+
"optional": false,
|
|
22499
|
+
"required": false,
|
|
22500
|
+
"getter": false,
|
|
22501
|
+
"setter": false
|
|
22502
|
+
},
|
|
22503
|
+
{
|
|
22504
|
+
"name": "loading",
|
|
22505
|
+
"type": "boolean",
|
|
22506
|
+
"complexType": {
|
|
22507
|
+
"original": "boolean",
|
|
22508
|
+
"resolved": "boolean",
|
|
22509
|
+
"references": {}
|
|
22510
|
+
},
|
|
22511
|
+
"mutable": false,
|
|
22512
|
+
"attr": "loading",
|
|
22513
|
+
"reflectToAttr": false,
|
|
22514
|
+
"docs": "Initial loading state. Existing rows stay visible; incremental loading uses loadingMore.",
|
|
22515
|
+
"docsTags": [
|
|
22516
|
+
{
|
|
22517
|
+
"name": "default",
|
|
22518
|
+
"text": "false"
|
|
22519
|
+
}
|
|
22520
|
+
],
|
|
22521
|
+
"default": "false",
|
|
22522
|
+
"values": [
|
|
22523
|
+
{
|
|
22524
|
+
"type": "boolean"
|
|
22525
|
+
}
|
|
22526
|
+
],
|
|
22527
|
+
"optional": false,
|
|
22528
|
+
"required": false,
|
|
22529
|
+
"getter": false,
|
|
22530
|
+
"setter": false
|
|
22531
|
+
},
|
|
22532
|
+
{
|
|
22533
|
+
"name": "loadingMore",
|
|
22534
|
+
"type": "boolean",
|
|
22535
|
+
"complexType": {
|
|
22536
|
+
"original": "boolean",
|
|
22537
|
+
"resolved": "boolean",
|
|
22538
|
+
"references": {}
|
|
22539
|
+
},
|
|
22540
|
+
"mutable": false,
|
|
22541
|
+
"attr": "loading-more",
|
|
22542
|
+
"reflectToAttr": false,
|
|
22543
|
+
"docs": "",
|
|
22544
|
+
"docsTags": [
|
|
22545
|
+
{
|
|
22546
|
+
"name": "default",
|
|
22547
|
+
"text": "false"
|
|
22548
|
+
}
|
|
22549
|
+
],
|
|
22550
|
+
"default": "false",
|
|
22551
|
+
"values": [
|
|
22552
|
+
{
|
|
22553
|
+
"type": "boolean"
|
|
22554
|
+
}
|
|
22555
|
+
],
|
|
22556
|
+
"optional": false,
|
|
22557
|
+
"required": false,
|
|
22558
|
+
"getter": false,
|
|
22559
|
+
"setter": false
|
|
22560
|
+
},
|
|
22561
|
+
{
|
|
22562
|
+
"name": "loadingMoreLabel",
|
|
22563
|
+
"type": "string",
|
|
22564
|
+
"complexType": {
|
|
22565
|
+
"original": "string",
|
|
22566
|
+
"resolved": "string",
|
|
22567
|
+
"references": {}
|
|
22568
|
+
},
|
|
22569
|
+
"mutable": false,
|
|
22570
|
+
"attr": "loading-more-label",
|
|
22571
|
+
"reflectToAttr": false,
|
|
22572
|
+
"docs": "",
|
|
22573
|
+
"docsTags": [
|
|
22574
|
+
{
|
|
22575
|
+
"name": "default",
|
|
22576
|
+
"text": "'Loading more results'"
|
|
22577
|
+
}
|
|
22578
|
+
],
|
|
22579
|
+
"default": "'Loading more results'",
|
|
22580
|
+
"values": [
|
|
22581
|
+
{
|
|
22582
|
+
"type": "string"
|
|
22583
|
+
}
|
|
22584
|
+
],
|
|
22585
|
+
"optional": false,
|
|
22586
|
+
"required": false,
|
|
22587
|
+
"getter": false,
|
|
22588
|
+
"setter": false
|
|
22589
|
+
},
|
|
22590
|
+
{
|
|
22591
|
+
"name": "maxHeight",
|
|
22592
|
+
"type": "number | string | undefined",
|
|
22593
|
+
"complexType": {
|
|
22594
|
+
"original": "string | number | undefined",
|
|
22595
|
+
"resolved": "number | string | undefined",
|
|
22596
|
+
"references": {}
|
|
22597
|
+
},
|
|
22598
|
+
"mutable": false,
|
|
22599
|
+
"attr": "max-height",
|
|
22600
|
+
"reflectToAttr": false,
|
|
22601
|
+
"docs": "Maximum scroll-region height. Numbers resolve to CSS pixels.",
|
|
22602
|
+
"docsTags": [],
|
|
22603
|
+
"values": [
|
|
22604
|
+
{
|
|
22605
|
+
"type": "number"
|
|
22606
|
+
},
|
|
22607
|
+
{
|
|
22608
|
+
"type": "string"
|
|
22609
|
+
},
|
|
22610
|
+
{
|
|
22611
|
+
"type": "undefined"
|
|
22612
|
+
}
|
|
22613
|
+
],
|
|
22614
|
+
"optional": false,
|
|
22615
|
+
"required": false,
|
|
22616
|
+
"getter": false,
|
|
22617
|
+
"setter": false
|
|
22618
|
+
},
|
|
22619
|
+
{
|
|
22620
|
+
"name": "retryLabel",
|
|
22621
|
+
"type": "string",
|
|
22622
|
+
"complexType": {
|
|
22623
|
+
"original": "string",
|
|
22624
|
+
"resolved": "string",
|
|
22625
|
+
"references": {}
|
|
22626
|
+
},
|
|
22627
|
+
"mutable": false,
|
|
22628
|
+
"attr": "retry-label",
|
|
22629
|
+
"reflectToAttr": false,
|
|
22630
|
+
"docs": "",
|
|
22631
|
+
"docsTags": [
|
|
22632
|
+
{
|
|
22633
|
+
"name": "default",
|
|
22634
|
+
"text": "'Retry'"
|
|
22635
|
+
}
|
|
22636
|
+
],
|
|
22637
|
+
"default": "'Retry'",
|
|
22638
|
+
"values": [
|
|
22639
|
+
{
|
|
22640
|
+
"type": "string"
|
|
22641
|
+
}
|
|
22642
|
+
],
|
|
22643
|
+
"optional": false,
|
|
22644
|
+
"required": false,
|
|
22645
|
+
"getter": false,
|
|
22646
|
+
"setter": false
|
|
22647
|
+
},
|
|
22648
|
+
{
|
|
22649
|
+
"name": "rows",
|
|
22650
|
+
"type": "TableRow[]",
|
|
22651
|
+
"complexType": {
|
|
22652
|
+
"original": "TableRow[]",
|
|
22653
|
+
"resolved": "TableRow[]",
|
|
22654
|
+
"references": {
|
|
22655
|
+
"TableRow": {
|
|
22656
|
+
"location": "import",
|
|
22657
|
+
"path": "./table-types",
|
|
22658
|
+
"id": "src/wc/components/Table/table-types.ts::TableRow",
|
|
22659
|
+
"referenceLocation": "TableRow"
|
|
22660
|
+
}
|
|
22661
|
+
}
|
|
22662
|
+
},
|
|
22663
|
+
"mutable": false,
|
|
22664
|
+
"reflectToAttr": false,
|
|
22665
|
+
"docs": "Ungrouped row data. Ignored while grouping is active. Assign through JavaScript.",
|
|
22666
|
+
"docsTags": [
|
|
22667
|
+
{
|
|
22668
|
+
"name": "default",
|
|
22669
|
+
"text": "[]"
|
|
22670
|
+
}
|
|
22671
|
+
],
|
|
22672
|
+
"default": "[]",
|
|
22673
|
+
"values": [
|
|
22674
|
+
{
|
|
22675
|
+
"type": "TableRow[]"
|
|
22676
|
+
}
|
|
22677
|
+
],
|
|
22678
|
+
"optional": false,
|
|
22679
|
+
"required": false,
|
|
22680
|
+
"getter": false,
|
|
22681
|
+
"setter": false
|
|
22682
|
+
},
|
|
22683
|
+
{
|
|
22684
|
+
"name": "rowsLoadedLabel",
|
|
22685
|
+
"type": "string",
|
|
22686
|
+
"complexType": {
|
|
22687
|
+
"original": "string",
|
|
22688
|
+
"resolved": "string",
|
|
22689
|
+
"references": {}
|
|
22690
|
+
},
|
|
22691
|
+
"mutable": false,
|
|
22692
|
+
"attr": "rows-loaded-label",
|
|
22693
|
+
"reflectToAttr": false,
|
|
22694
|
+
"docs": "Supports {count} and {total} placeholders.",
|
|
22695
|
+
"docsTags": [
|
|
22696
|
+
{
|
|
22697
|
+
"name": "default",
|
|
22698
|
+
"text": "'{count} more rows loaded. {total} rows loaded.'"
|
|
22699
|
+
}
|
|
22700
|
+
],
|
|
22701
|
+
"default": "'{count} more rows loaded. {total} rows loaded.'",
|
|
22702
|
+
"values": [
|
|
22703
|
+
{
|
|
22704
|
+
"type": "string"
|
|
22705
|
+
}
|
|
22706
|
+
],
|
|
22707
|
+
"optional": false,
|
|
22708
|
+
"required": false,
|
|
22709
|
+
"getter": false,
|
|
22710
|
+
"setter": false
|
|
22711
|
+
},
|
|
22712
|
+
{
|
|
22713
|
+
"name": "scrollLabel",
|
|
22714
|
+
"type": "string | undefined",
|
|
22715
|
+
"complexType": {
|
|
22716
|
+
"original": "string | undefined",
|
|
22717
|
+
"resolved": "string | undefined",
|
|
22718
|
+
"references": {}
|
|
22719
|
+
},
|
|
22720
|
+
"mutable": false,
|
|
22721
|
+
"attr": "scroll-label",
|
|
22722
|
+
"reflectToAttr": false,
|
|
22723
|
+
"docs": "Optional explicit label for the horizontal/vertical scroll region.",
|
|
22724
|
+
"docsTags": [],
|
|
22725
|
+
"values": [
|
|
22726
|
+
{
|
|
22727
|
+
"type": "string"
|
|
22728
|
+
},
|
|
22729
|
+
{
|
|
22730
|
+
"type": "undefined"
|
|
22731
|
+
}
|
|
22732
|
+
],
|
|
22733
|
+
"optional": false,
|
|
22734
|
+
"required": false,
|
|
22735
|
+
"getter": false,
|
|
22736
|
+
"setter": false
|
|
22737
|
+
},
|
|
22738
|
+
{
|
|
22739
|
+
"name": "selectedRowIds",
|
|
22740
|
+
"type": "string[]",
|
|
22741
|
+
"complexType": {
|
|
22742
|
+
"original": "string[]",
|
|
22743
|
+
"resolved": "string[]",
|
|
22744
|
+
"references": {}
|
|
22745
|
+
},
|
|
22746
|
+
"mutable": false,
|
|
22747
|
+
"reflectToAttr": false,
|
|
22748
|
+
"docs": "Controlled selected row identities. IDs outside the loaded rows are preserved.",
|
|
22749
|
+
"docsTags": [
|
|
22750
|
+
{
|
|
22751
|
+
"name": "default",
|
|
22752
|
+
"text": "[]"
|
|
22753
|
+
}
|
|
22754
|
+
],
|
|
22755
|
+
"default": "[]",
|
|
22756
|
+
"values": [
|
|
22757
|
+
{
|
|
22758
|
+
"type": "string[]"
|
|
22759
|
+
}
|
|
22760
|
+
],
|
|
22761
|
+
"optional": false,
|
|
22762
|
+
"required": false,
|
|
22763
|
+
"getter": false,
|
|
22764
|
+
"setter": false
|
|
22765
|
+
},
|
|
22766
|
+
{
|
|
22767
|
+
"name": "selectionMode",
|
|
22768
|
+
"type": "\"multiple\" | \"none\"",
|
|
22769
|
+
"complexType": {
|
|
22770
|
+
"original": "TableSelectionMode",
|
|
22771
|
+
"resolved": "\"multiple\" | \"none\"",
|
|
22772
|
+
"references": {
|
|
22773
|
+
"TableSelectionMode": {
|
|
22774
|
+
"location": "import",
|
|
22775
|
+
"path": "./table-types",
|
|
22776
|
+
"id": "src/wc/components/Table/table-types.ts::TableSelectionMode",
|
|
22777
|
+
"referenceLocation": "TableSelectionMode"
|
|
22778
|
+
}
|
|
22779
|
+
}
|
|
22780
|
+
},
|
|
22781
|
+
"mutable": false,
|
|
22782
|
+
"attr": "selection-mode",
|
|
22783
|
+
"reflectToAttr": false,
|
|
22784
|
+
"docs": "",
|
|
22785
|
+
"docsTags": [
|
|
22786
|
+
{
|
|
22787
|
+
"name": "default",
|
|
22788
|
+
"text": "'none'"
|
|
22789
|
+
}
|
|
22790
|
+
],
|
|
22791
|
+
"default": "'none'",
|
|
22792
|
+
"values": [
|
|
22793
|
+
{
|
|
22794
|
+
"value": "multiple",
|
|
22795
|
+
"type": "string"
|
|
22796
|
+
},
|
|
22797
|
+
{
|
|
22798
|
+
"value": "none",
|
|
22799
|
+
"type": "string"
|
|
22800
|
+
}
|
|
22801
|
+
],
|
|
22802
|
+
"optional": false,
|
|
22803
|
+
"required": false,
|
|
22804
|
+
"getter": false,
|
|
22805
|
+
"setter": false
|
|
22806
|
+
},
|
|
22807
|
+
{
|
|
22808
|
+
"name": "skeletonRows",
|
|
22809
|
+
"type": "number",
|
|
22810
|
+
"complexType": {
|
|
22811
|
+
"original": "number",
|
|
22812
|
+
"resolved": "number",
|
|
22813
|
+
"references": {}
|
|
22814
|
+
},
|
|
22815
|
+
"mutable": false,
|
|
22816
|
+
"attr": "skeleton-rows",
|
|
22817
|
+
"reflectToAttr": false,
|
|
22818
|
+
"docs": "",
|
|
22819
|
+
"docsTags": [
|
|
22820
|
+
{
|
|
22821
|
+
"name": "default",
|
|
22822
|
+
"text": "5"
|
|
22823
|
+
}
|
|
22824
|
+
],
|
|
22825
|
+
"default": "5",
|
|
22826
|
+
"values": [
|
|
22827
|
+
{
|
|
22828
|
+
"type": "number"
|
|
22829
|
+
}
|
|
22830
|
+
],
|
|
22831
|
+
"optional": false,
|
|
22832
|
+
"required": false,
|
|
22833
|
+
"getter": false,
|
|
22834
|
+
"setter": false
|
|
22835
|
+
},
|
|
22836
|
+
{
|
|
22837
|
+
"name": "sort",
|
|
22838
|
+
"type": "TableSortState | null",
|
|
22839
|
+
"complexType": {
|
|
22840
|
+
"original": "TableSortState | null",
|
|
22841
|
+
"resolved": "TableSortState | null",
|
|
22842
|
+
"references": {
|
|
22843
|
+
"TableSortState": {
|
|
22844
|
+
"location": "import",
|
|
22845
|
+
"path": "./table-types",
|
|
22846
|
+
"id": "src/wc/components/Table/table-types.ts::TableSortState",
|
|
22847
|
+
"referenceLocation": "TableSortState"
|
|
22848
|
+
}
|
|
22849
|
+
}
|
|
22850
|
+
},
|
|
22851
|
+
"mutable": false,
|
|
22852
|
+
"reflectToAttr": false,
|
|
22853
|
+
"docs": "Controlled member-row sort state.",
|
|
22854
|
+
"docsTags": [
|
|
22855
|
+
{
|
|
22856
|
+
"name": "default",
|
|
22857
|
+
"text": "null"
|
|
22858
|
+
}
|
|
22859
|
+
],
|
|
22860
|
+
"default": "null",
|
|
22861
|
+
"values": [
|
|
22862
|
+
{
|
|
22863
|
+
"type": "TableSortState"
|
|
22864
|
+
},
|
|
22865
|
+
{
|
|
22866
|
+
"type": "null"
|
|
22867
|
+
}
|
|
22868
|
+
],
|
|
22869
|
+
"optional": false,
|
|
22870
|
+
"required": false,
|
|
22871
|
+
"getter": false,
|
|
22872
|
+
"setter": false
|
|
22873
|
+
},
|
|
22874
|
+
{
|
|
22875
|
+
"name": "stickyHeader",
|
|
22876
|
+
"type": "boolean",
|
|
22877
|
+
"complexType": {
|
|
22878
|
+
"original": "boolean",
|
|
22879
|
+
"resolved": "boolean",
|
|
22880
|
+
"references": {}
|
|
22881
|
+
},
|
|
22882
|
+
"mutable": false,
|
|
22883
|
+
"attr": "sticky-header",
|
|
22884
|
+
"reflectToAttr": false,
|
|
22885
|
+
"docs": "",
|
|
22886
|
+
"docsTags": [
|
|
22887
|
+
{
|
|
22888
|
+
"name": "default",
|
|
22889
|
+
"text": "false"
|
|
22890
|
+
}
|
|
22891
|
+
],
|
|
22892
|
+
"default": "false",
|
|
22893
|
+
"values": [
|
|
22894
|
+
{
|
|
22895
|
+
"type": "boolean"
|
|
22896
|
+
}
|
|
22897
|
+
],
|
|
22898
|
+
"optional": false,
|
|
22899
|
+
"required": false,
|
|
22900
|
+
"getter": false,
|
|
22901
|
+
"setter": false
|
|
22902
|
+
}
|
|
22903
|
+
],
|
|
22904
|
+
"methods": [],
|
|
22905
|
+
"events": [
|
|
22906
|
+
{
|
|
22907
|
+
"event": "dsCellAction",
|
|
22908
|
+
"detail": "TableCellActionDetail",
|
|
22909
|
+
"bubbles": true,
|
|
22910
|
+
"complexType": {
|
|
22911
|
+
"original": "TableCellActionDetail",
|
|
22912
|
+
"resolved": "TableCellActionDetail",
|
|
22913
|
+
"references": {
|
|
22914
|
+
"TableCellActionDetail": {
|
|
22915
|
+
"location": "import",
|
|
22916
|
+
"path": "./table-types",
|
|
22917
|
+
"id": "src/wc/components/Table/table-types.ts::TableCellActionDetail",
|
|
22918
|
+
"referenceLocation": "TableCellActionDetail"
|
|
22919
|
+
}
|
|
22920
|
+
}
|
|
22921
|
+
},
|
|
22922
|
+
"cancelable": true,
|
|
22923
|
+
"composed": true,
|
|
22924
|
+
"docs": "",
|
|
22925
|
+
"docsTags": []
|
|
22926
|
+
},
|
|
22927
|
+
{
|
|
22928
|
+
"event": "dsGroupingChange",
|
|
22929
|
+
"detail": "TableGroupingChangeDetail",
|
|
22930
|
+
"bubbles": true,
|
|
22931
|
+
"complexType": {
|
|
22932
|
+
"original": "TableGroupingChangeDetail",
|
|
22933
|
+
"resolved": "TableGroupingChangeDetail",
|
|
22934
|
+
"references": {
|
|
22935
|
+
"TableGroupingChangeDetail": {
|
|
22936
|
+
"location": "import",
|
|
22937
|
+
"path": "./table-types",
|
|
22938
|
+
"id": "src/wc/components/Table/table-types.ts::TableGroupingChangeDetail",
|
|
22939
|
+
"referenceLocation": "TableGroupingChangeDetail"
|
|
22940
|
+
}
|
|
22941
|
+
}
|
|
22942
|
+
},
|
|
22943
|
+
"cancelable": true,
|
|
22944
|
+
"composed": true,
|
|
22945
|
+
"docs": "",
|
|
22946
|
+
"docsTags": []
|
|
22947
|
+
},
|
|
22948
|
+
{
|
|
22949
|
+
"event": "dsLoadMore",
|
|
22950
|
+
"detail": "TableLoadMoreDetail",
|
|
22951
|
+
"bubbles": true,
|
|
22952
|
+
"complexType": {
|
|
22953
|
+
"original": "TableLoadMoreDetail",
|
|
22954
|
+
"resolved": "TableLoadMoreDetail",
|
|
22955
|
+
"references": {
|
|
22956
|
+
"TableLoadMoreDetail": {
|
|
22957
|
+
"location": "import",
|
|
22958
|
+
"path": "./table-types",
|
|
22959
|
+
"id": "src/wc/components/Table/table-types.ts::TableLoadMoreDetail",
|
|
22960
|
+
"referenceLocation": "TableLoadMoreDetail"
|
|
22961
|
+
}
|
|
22962
|
+
}
|
|
22963
|
+
},
|
|
22964
|
+
"cancelable": true,
|
|
22965
|
+
"composed": true,
|
|
22966
|
+
"docs": "",
|
|
22967
|
+
"docsTags": []
|
|
22968
|
+
},
|
|
22969
|
+
{
|
|
22970
|
+
"event": "dsSelectionChange",
|
|
22971
|
+
"detail": "TableSelectionChangeDetail",
|
|
22972
|
+
"bubbles": true,
|
|
22973
|
+
"complexType": {
|
|
22974
|
+
"original": "TableSelectionChangeDetail",
|
|
22975
|
+
"resolved": "TableSelectionChangeDetail",
|
|
22976
|
+
"references": {
|
|
22977
|
+
"TableSelectionChangeDetail": {
|
|
22978
|
+
"location": "import",
|
|
22979
|
+
"path": "./table-types",
|
|
22980
|
+
"id": "src/wc/components/Table/table-types.ts::TableSelectionChangeDetail",
|
|
22981
|
+
"referenceLocation": "TableSelectionChangeDetail"
|
|
22982
|
+
}
|
|
22983
|
+
}
|
|
22984
|
+
},
|
|
22985
|
+
"cancelable": true,
|
|
22986
|
+
"composed": true,
|
|
22987
|
+
"docs": "",
|
|
22988
|
+
"docsTags": []
|
|
22989
|
+
},
|
|
22990
|
+
{
|
|
22991
|
+
"event": "dsSortChange",
|
|
22992
|
+
"detail": "TableSortChangeDetail",
|
|
22993
|
+
"bubbles": true,
|
|
22994
|
+
"complexType": {
|
|
22995
|
+
"original": "TableSortChangeDetail",
|
|
22996
|
+
"resolved": "TableSortChangeDetail",
|
|
22997
|
+
"references": {
|
|
22998
|
+
"TableSortChangeDetail": {
|
|
22999
|
+
"location": "import",
|
|
23000
|
+
"path": "./table-types",
|
|
23001
|
+
"id": "src/wc/components/Table/table-types.ts::TableSortChangeDetail",
|
|
23002
|
+
"referenceLocation": "TableSortChangeDetail"
|
|
23003
|
+
}
|
|
23004
|
+
}
|
|
23005
|
+
},
|
|
23006
|
+
"cancelable": true,
|
|
23007
|
+
"composed": true,
|
|
23008
|
+
"docs": "",
|
|
23009
|
+
"docsTags": []
|
|
23010
|
+
}
|
|
23011
|
+
],
|
|
23012
|
+
"listeners": [],
|
|
23013
|
+
"styles": [],
|
|
23014
|
+
"slots": [],
|
|
23015
|
+
"parts": [],
|
|
23016
|
+
"states": [],
|
|
23017
|
+
"dependents": [],
|
|
23018
|
+
"dependencies": [
|
|
23019
|
+
"ds-checkbox",
|
|
23020
|
+
"ds-text",
|
|
23021
|
+
"ds-button-unfilled",
|
|
23022
|
+
"ds-icon",
|
|
23023
|
+
"ds-tag",
|
|
23024
|
+
"ds-skeleton",
|
|
23025
|
+
"ds-empty-state",
|
|
23026
|
+
"ds-loader"
|
|
23027
|
+
],
|
|
23028
|
+
"dependencyGraph": {
|
|
23029
|
+
"ds-table": [
|
|
23030
|
+
"ds-checkbox",
|
|
23031
|
+
"ds-text",
|
|
23032
|
+
"ds-button-unfilled",
|
|
23033
|
+
"ds-icon",
|
|
23034
|
+
"ds-tag",
|
|
23035
|
+
"ds-skeleton",
|
|
23036
|
+
"ds-empty-state",
|
|
23037
|
+
"ds-loader"
|
|
23038
|
+
],
|
|
23039
|
+
"ds-checkbox": [
|
|
23040
|
+
"ds-text"
|
|
23041
|
+
],
|
|
23042
|
+
"ds-button-unfilled": [
|
|
23043
|
+
"ds-loader",
|
|
23044
|
+
"ds-icon",
|
|
23045
|
+
"ds-badge",
|
|
23046
|
+
"ds-text"
|
|
23047
|
+
],
|
|
23048
|
+
"ds-badge": [
|
|
23049
|
+
"ds-text"
|
|
23050
|
+
],
|
|
23051
|
+
"ds-tag": [
|
|
23052
|
+
"ds-icon",
|
|
23053
|
+
"ds-text"
|
|
23054
|
+
],
|
|
23055
|
+
"ds-empty-state": [
|
|
23056
|
+
"ds-icon",
|
|
23057
|
+
"ds-text"
|
|
23058
|
+
]
|
|
23059
|
+
}
|
|
23060
|
+
},
|
|
23061
|
+
{
|
|
23062
|
+
"filePath": "src/wc/components/Tag/Tag.tsx",
|
|
23063
|
+
"encapsulation": "scoped",
|
|
23064
|
+
"tag": "ds-tag",
|
|
23065
|
+
"docs": "",
|
|
23066
|
+
"docsTags": [],
|
|
23067
|
+
"usage": {},
|
|
23068
|
+
"props": [
|
|
23069
|
+
{
|
|
23070
|
+
"name": "ariaControls",
|
|
23071
|
+
"type": "string | undefined",
|
|
23072
|
+
"complexType": {
|
|
23073
|
+
"original": "string | undefined",
|
|
23074
|
+
"resolved": "string | undefined",
|
|
23075
|
+
"references": {}
|
|
23076
|
+
},
|
|
23077
|
+
"mutable": false,
|
|
23078
|
+
"attr": "aria-controls",
|
|
23079
|
+
"reflectToAttr": false,
|
|
23080
|
+
"docs": "ID of the menu controlled by an interactive Tag.",
|
|
23081
|
+
"docsTags": [],
|
|
23082
|
+
"values": [
|
|
23083
|
+
{
|
|
23084
|
+
"type": "string"
|
|
23085
|
+
},
|
|
23086
|
+
{
|
|
23087
|
+
"type": "undefined"
|
|
23088
|
+
}
|
|
23089
|
+
],
|
|
23090
|
+
"optional": false,
|
|
23091
|
+
"required": false,
|
|
23092
|
+
"getter": false,
|
|
23093
|
+
"setter": false
|
|
23094
|
+
},
|
|
23095
|
+
{
|
|
23096
|
+
"name": "contrast",
|
|
23097
|
+
"type": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
23098
|
+
"complexType": {
|
|
23099
|
+
"original": "TagContrast",
|
|
23100
|
+
"resolved": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
23101
|
+
"references": {
|
|
23102
|
+
"TagContrast": {
|
|
23103
|
+
"location": "local",
|
|
23104
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/Tag/Tag.tsx",
|
|
23105
|
+
"id": "src/wc/components/Tag/Tag.tsx::TagContrast"
|
|
23106
|
+
}
|
|
23107
|
+
}
|
|
23108
|
+
},
|
|
23109
|
+
"mutable": false,
|
|
23110
|
+
"attr": "contrast",
|
|
23111
|
+
"reflectToAttr": false,
|
|
23112
|
+
"docs": "",
|
|
23113
|
+
"docsTags": [
|
|
23114
|
+
{
|
|
23115
|
+
"name": "default",
|
|
23116
|
+
"text": "'faint'"
|
|
23117
|
+
}
|
|
23118
|
+
],
|
|
23119
|
+
"default": "'faint'",
|
|
23120
|
+
"values": [
|
|
23121
|
+
{
|
|
23122
|
+
"value": "bold",
|
|
23123
|
+
"type": "string"
|
|
23124
|
+
},
|
|
23125
|
+
{
|
|
23126
|
+
"value": "faint",
|
|
23127
|
+
"type": "string"
|
|
23128
|
+
},
|
|
23129
|
+
{
|
|
23130
|
+
"value": "medium",
|
|
23131
|
+
"type": "string"
|
|
23132
|
+
},
|
|
23133
|
+
{
|
|
23134
|
+
"value": "strong",
|
|
23135
|
+
"type": "string"
|
|
23136
|
+
}
|
|
23137
|
+
],
|
|
23138
|
+
"optional": false,
|
|
23139
|
+
"required": false,
|
|
23140
|
+
"getter": false,
|
|
23141
|
+
"setter": false
|
|
23142
|
+
},
|
|
23143
|
+
{
|
|
23144
|
+
"name": "expanded",
|
|
23145
|
+
"type": "boolean",
|
|
23146
|
+
"complexType": {
|
|
23147
|
+
"original": "boolean",
|
|
23148
|
+
"resolved": "boolean",
|
|
23149
|
+
"references": {}
|
|
23150
|
+
},
|
|
23151
|
+
"mutable": false,
|
|
23152
|
+
"attr": "expanded",
|
|
23153
|
+
"reflectToAttr": false,
|
|
23154
|
+
"docs": "Controlled open state for the menu triggered by an interactive Tag.",
|
|
23155
|
+
"docsTags": [
|
|
23156
|
+
{
|
|
23157
|
+
"name": "default",
|
|
23158
|
+
"text": "false"
|
|
23159
|
+
}
|
|
23160
|
+
],
|
|
23161
|
+
"default": "false",
|
|
21787
23162
|
"values": [
|
|
21788
23163
|
{
|
|
21789
23164
|
"type": "boolean"
|
|
@@ -21941,6 +23316,35 @@
|
|
|
21941
23316
|
"getter": false,
|
|
21942
23317
|
"setter": false
|
|
21943
23318
|
},
|
|
23319
|
+
{
|
|
23320
|
+
"name": "isInset",
|
|
23321
|
+
"type": "boolean",
|
|
23322
|
+
"complexType": {
|
|
23323
|
+
"original": "boolean",
|
|
23324
|
+
"resolved": "boolean",
|
|
23325
|
+
"references": {}
|
|
23326
|
+
},
|
|
23327
|
+
"mutable": false,
|
|
23328
|
+
"attr": "is-inset",
|
|
23329
|
+
"reflectToAttr": false,
|
|
23330
|
+
"docs": "Use the reduced outer geometry when nested inside a control of the same size.",
|
|
23331
|
+
"docsTags": [
|
|
23332
|
+
{
|
|
23333
|
+
"name": "default",
|
|
23334
|
+
"text": "false"
|
|
23335
|
+
}
|
|
23336
|
+
],
|
|
23337
|
+
"default": "false",
|
|
23338
|
+
"values": [
|
|
23339
|
+
{
|
|
23340
|
+
"type": "boolean"
|
|
23341
|
+
}
|
|
23342
|
+
],
|
|
23343
|
+
"optional": false,
|
|
23344
|
+
"required": false,
|
|
23345
|
+
"getter": false,
|
|
23346
|
+
"setter": false
|
|
23347
|
+
},
|
|
21944
23348
|
{
|
|
21945
23349
|
"name": "label",
|
|
21946
23350
|
"type": "string",
|
|
@@ -22094,7 +23498,9 @@
|
|
|
22094
23498
|
"slots": [],
|
|
22095
23499
|
"parts": [],
|
|
22096
23500
|
"states": [],
|
|
22097
|
-
"dependents": [
|
|
23501
|
+
"dependents": [
|
|
23502
|
+
"ds-table"
|
|
23503
|
+
],
|
|
22098
23504
|
"dependencies": [
|
|
22099
23505
|
"ds-icon",
|
|
22100
23506
|
"ds-text"
|
|
@@ -22103,6 +23509,9 @@
|
|
|
22103
23509
|
"ds-tag": [
|
|
22104
23510
|
"ds-icon",
|
|
22105
23511
|
"ds-text"
|
|
23512
|
+
],
|
|
23513
|
+
"ds-table": [
|
|
23514
|
+
"ds-tag"
|
|
22106
23515
|
]
|
|
22107
23516
|
}
|
|
22108
23517
|
},
|
|
@@ -22778,6 +24187,7 @@
|
|
|
22778
24187
|
"ds-select",
|
|
22779
24188
|
"ds-slider",
|
|
22780
24189
|
"ds-tab-group",
|
|
24190
|
+
"ds-table",
|
|
22781
24191
|
"ds-tag",
|
|
22782
24192
|
"ds-toast",
|
|
22783
24193
|
"ds-tooltip",
|
|
@@ -22900,6 +24310,9 @@
|
|
|
22900
24310
|
"ds-tab-group": [
|
|
22901
24311
|
"ds-text"
|
|
22902
24312
|
],
|
|
24313
|
+
"ds-table": [
|
|
24314
|
+
"ds-text"
|
|
24315
|
+
],
|
|
22903
24316
|
"ds-tag": [
|
|
22904
24317
|
"ds-text"
|
|
22905
24318
|
],
|
|
@@ -24202,6 +25615,21 @@
|
|
|
24202
25615
|
"docstring": "",
|
|
24203
25616
|
"path": "src/wc/components/MessageBubble/MessageBubble.tsx"
|
|
24204
25617
|
},
|
|
25618
|
+
"src/wc/components/TabGroup/tab-item-utils.ts::TabGroupItem": {
|
|
25619
|
+
"declaration": "export type TabGroupItem =\n | TabGroupItemLabel\n | TabGroupItemIcon\n | TabGroupItemIconLabel\n | TabItemDivider;",
|
|
25620
|
+
"docstring": "",
|
|
25621
|
+
"path": "src/wc/components/TabGroup/tab-item-utils.ts"
|
|
25622
|
+
},
|
|
25623
|
+
"src/wc/components/TabGroup/TabGroup.tsx::TabGroupSize": {
|
|
25624
|
+
"declaration": "export type TabGroupSize = 'sm' | 'md' | 'lg';",
|
|
25625
|
+
"docstring": "",
|
|
25626
|
+
"path": "src/wc/components/TabGroup/TabGroup.tsx"
|
|
25627
|
+
},
|
|
25628
|
+
"src/wc/components/TabGroup/TabGroup.tsx::TabBackground": {
|
|
25629
|
+
"declaration": "export type TabBackground =\n | 'faint'\n | 'medium'\n | 'bold'\n | 'strong'\n | 'translucent'\n | 'inverted'\n | 'media'\n | 'always-dark';",
|
|
25630
|
+
"docstring": "",
|
|
25631
|
+
"path": "src/wc/components/TabGroup/TabGroup.tsx"
|
|
25632
|
+
},
|
|
24205
25633
|
"src/wc/components/Modal/Modal.tsx::ModalWidth": {
|
|
24206
25634
|
"declaration": "export type ModalWidth = 'sm' | 'md' | 'lg';",
|
|
24207
25635
|
"docstring": "",
|
|
@@ -24312,16 +25740,6 @@
|
|
|
24312
25740
|
"docstring": "",
|
|
24313
25741
|
"path": "src/wc/components/Switch/Switch.tsx"
|
|
24314
25742
|
},
|
|
24315
|
-
"src/wc/components/TabGroup/tab-item-utils.ts::TabGroupItem": {
|
|
24316
|
-
"declaration": "export type TabGroupItem =\n | TabGroupItemLabel\n | TabGroupItemIcon\n | TabGroupItemIconLabel\n | TabItemDivider;",
|
|
24317
|
-
"docstring": "",
|
|
24318
|
-
"path": "src/wc/components/TabGroup/tab-item-utils.ts"
|
|
24319
|
-
},
|
|
24320
|
-
"src/wc/components/TabGroup/TabGroup.tsx::TabBackground": {
|
|
24321
|
-
"declaration": "export type TabBackground =\n | 'faint'\n | 'medium'\n | 'bold'\n | 'strong'\n | 'translucent'\n | 'inverted'\n | 'media'\n | 'always-dark';",
|
|
24322
|
-
"docstring": "",
|
|
24323
|
-
"path": "src/wc/components/TabGroup/TabGroup.tsx"
|
|
24324
|
-
},
|
|
24325
25743
|
"src/wc/components/Tag/Tag.tsx::TagIntent": {
|
|
24326
25744
|
"declaration": "export type TagIntent = 'neutral' | 'brand' | 'ai' | 'negative' | 'warning' | 'caution' | 'positive';",
|
|
24327
25745
|
"docstring": "",
|
|
@@ -24557,6 +25975,11 @@
|
|
|
24557
25975
|
"docstring": "",
|
|
24558
25976
|
"path": "src/wc/components/MobileHeader/mobile-header-types.ts"
|
|
24559
25977
|
},
|
|
25978
|
+
"src/wc/components/MobileHeader/mobile-header-types.ts::MobileHeaderSectionsPresentation": {
|
|
25979
|
+
"declaration": "export type MobileHeaderSectionsPresentation = 'switcher' | 'segmented';",
|
|
25980
|
+
"docstring": "",
|
|
25981
|
+
"path": "src/wc/components/MobileHeader/mobile-header-types.ts"
|
|
25982
|
+
},
|
|
24560
25983
|
"src/wc/components/TabGroup/tab-item-utils.ts::TabItem": {
|
|
24561
25984
|
"declaration": "export type TabItem = TabItemTab | TabItemDivider;",
|
|
24562
25985
|
"docstring": "",
|
|
@@ -24618,7 +26041,7 @@
|
|
|
24618
26041
|
"path": "src/wc/components/ShellApp/shell-app-types.ts"
|
|
24619
26042
|
},
|
|
24620
26043
|
"src/wc/components/ShellApp/shell-app-types.ts::ShellPageChromeConfig": {
|
|
24621
|
-
"declaration": "export interface ShellPageChromeConfig {\n heading?: string;\n /** Desktop/tablet route-navigation heading when it differs from the page h1. */\n routeHeading?: string;\n description?: string;\n headingLevel?: 'h1' | 'h2';\n tabs?: BarNavTab[];\n value?: string;\n basePath?: string;\n currentUrl?: string;\n sectionsAriaLabel?: string;\n subsections?: BarNavTab[];\n subvalue?: string;\n subsectionsAriaLabel?: string;\n showBack?: boolean;\n backAriaLabel?: string;\n backIcon?: string;\n backLabel?: string;\n breadcrumbs?: BreadcrumbItem[];\n breadcrumbAriaLabel?: string;\n primaryAction?: BarTitlePrimaryAction | null;\n actions?: BarTitleActionItem[];\n /** Icon actions rendered in the mobile header's trailing lane. */\n mobileActions?: PanelToolsHeaderAction[];\n actionsAriaLabel?: string;\n tone?: MobileHeaderTone;\n contentInset?:
|
|
26044
|
+
"declaration": "export interface ShellPageChromeConfig {\n heading?: string;\n /** Desktop/tablet route-navigation heading when it differs from the page h1. */\n routeHeading?: string;\n description?: string;\n headingLevel?: 'h1' | 'h2';\n tabs?: BarNavTab[];\n value?: string;\n basePath?: string;\n currentUrl?: string;\n sectionsAriaLabel?: string;\n subsections?: BarNavTab[];\n subvalue?: string;\n subsectionsAriaLabel?: string;\n showBack?: boolean;\n backAriaLabel?: string;\n backIcon?: string;\n backLabel?: string;\n breadcrumbs?: BreadcrumbItem[];\n breadcrumbAriaLabel?: string;\n primaryAction?: BarTitlePrimaryAction | null;\n actions?: BarTitleActionItem[];\n /** Icon actions rendered in the mobile header's trailing lane. */\n mobileActions?: PanelToolsHeaderAction[];\n actionsAriaLabel?: string;\n tone?: MobileHeaderTone;\n contentInset?: ShellPageContentInset;\n /** Canvas surface painted by ShellPage around and beneath routed content. */\n contentSurface?: ShellPageContentSurface;\n}",
|
|
24622
26045
|
"docstring": "Route-owned page chrome. The same data drives desktop BarNav/BarTitle and\nthe intentionally different mobile MobileHeader presentation.",
|
|
24623
26046
|
"path": "src/wc/components/ShellApp/shell-app-types.ts"
|
|
24624
26047
|
},
|
|
@@ -24647,6 +26070,11 @@
|
|
|
24647
26070
|
"docstring": "",
|
|
24648
26071
|
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
24649
26072
|
},
|
|
26073
|
+
"src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentSurface": {
|
|
26074
|
+
"declaration": "export type ShellPageContentSurface = 'primary' | 'secondary';",
|
|
26075
|
+
"docstring": "",
|
|
26076
|
+
"path": "src/wc/components/ShellPage/shell-page-types.ts"
|
|
26077
|
+
},
|
|
24650
26078
|
"src/wc/components/SwatchPicker/swatch-picker-types.ts::SwatchPickerOption": {
|
|
24651
26079
|
"declaration": "export interface SwatchPickerOption {\n /** Stable value emitted when this option is selected. */\n value: string;\n /** Accessible option name; the visual preview never replaces this label. */\n label: string;\n preview: SwatchPickerPreview;\n isInactive?: boolean;\n}",
|
|
24652
26080
|
"docstring": "",
|
|
@@ -24657,6 +26085,71 @@
|
|
|
24657
26085
|
"docstring": "",
|
|
24658
26086
|
"path": "src/wc/components/SwatchPicker/swatch-picker-types.ts"
|
|
24659
26087
|
},
|
|
26088
|
+
"src/wc/components/Table/table-types.ts::TableColumn": {
|
|
26089
|
+
"declaration": "export interface TableColumn {\n /** Stable column identity. */\n id: string;\n header: string;\n /** Optional labels for columns that present and sort multiple related data points. */\n headerSegments?: TableHeaderSegment[];\n align?: TableCellAlign;\n sortable?: boolean;\n /** Preferred TokoMo table-column width. Numbers remain available for exceptional custom pixel widths. */\n size?: TableColumnWidth | number;\n /** Minimum accepted preferred width in CSS pixels. */\n minSize?: number;\n /** Maximum accepted preferred width in CSS pixels. */\n maxSize?: number;\n /** Wrap cell text instead of truncating it to one line. */\n wrap?: boolean;\n}",
|
|
26090
|
+
"docstring": "",
|
|
26091
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26092
|
+
},
|
|
26093
|
+
"src/wc/components/Table/table-types.ts::TableRow": {
|
|
26094
|
+
"declaration": "export interface TableRow {\n /** Stable identity, unique across all groups. */\n id: string;\n cells: Record<string, TableCellValue>;\n /** Accessible row name used by its selection control. Falls back to the first cell. */\n selectionLabel?: string;\n /** Exclude this row from selection without muting its content. */\n selectable?: boolean;\n /** Keep the row visible while disabling its selection control and styling it as inactive. */\n disabled?: boolean;\n}",
|
|
26095
|
+
"docstring": "",
|
|
26096
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26097
|
+
},
|
|
26098
|
+
"src/wc/components/Table/table-types.ts::TableGroup": {
|
|
26099
|
+
"declaration": "export interface TableGroup {\n /** Stable group identity. */\n id: string;\n label: string;\n value?: string | number;\n /** Total server-side member count; may exceed the currently loaded row count. */\n totalCount?: number;\n /** Optional localized, display-ready count such as “18 vehicles”. */\n countLabel?: string;\n rows: TableRow[];\n}",
|
|
26100
|
+
"docstring": "",
|
|
26101
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26102
|
+
},
|
|
26103
|
+
"src/wc/components/Table/table-types.ts::TableGroupingState": {
|
|
26104
|
+
"declaration": "export interface TableGroupingState {\n columnId: string;\n direction: TableSortDirection;\n}",
|
|
26105
|
+
"docstring": "One controlled grouping level plus the supplied group-order direction.",
|
|
26106
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26107
|
+
},
|
|
26108
|
+
"src/wc/components/Table/table-types.ts::TableSortState": {
|
|
26109
|
+
"declaration": "export interface TableSortState {\n columnId: string;\n direction: TableSortDirection;\n}",
|
|
26110
|
+
"docstring": "Controlled member-row sort state. Group order is controlled separately.",
|
|
26111
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26112
|
+
},
|
|
26113
|
+
"src/wc/components/Table/table-types.ts::TableCaptionVisibility": {
|
|
26114
|
+
"declaration": "export type TableCaptionVisibility = 'visible' | 'hidden';",
|
|
26115
|
+
"docstring": "",
|
|
26116
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26117
|
+
},
|
|
26118
|
+
"src/wc/components/Table/table-types.ts::TableSelectionMode": {
|
|
26119
|
+
"declaration": "export type TableSelectionMode = 'none' | 'multiple';",
|
|
26120
|
+
"docstring": "",
|
|
26121
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26122
|
+
},
|
|
26123
|
+
"src/wc/components/Table/table-types.ts::TableLoadMoreMode": {
|
|
26124
|
+
"declaration": "export type TableLoadMoreMode = 'auto' | 'manual';",
|
|
26125
|
+
"docstring": "",
|
|
26126
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26127
|
+
},
|
|
26128
|
+
"src/wc/components/Table/table-types.ts::TableSortChangeDetail": {
|
|
26129
|
+
"declaration": "export interface TableSortChangeDetail {\n sort: TableSortState | null;\n}",
|
|
26130
|
+
"docstring": "",
|
|
26131
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26132
|
+
},
|
|
26133
|
+
"src/wc/components/Table/table-types.ts::TableGroupingChangeDetail": {
|
|
26134
|
+
"declaration": "export interface TableGroupingChangeDetail {\n grouping: TableGroupingState;\n}",
|
|
26135
|
+
"docstring": "",
|
|
26136
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26137
|
+
},
|
|
26138
|
+
"src/wc/components/Table/table-types.ts::TableSelectionChangeDetail": {
|
|
26139
|
+
"declaration": "export interface TableSelectionChangeDetail {\n selectedRowIds: string[];\n scope: 'row' | 'all-loaded';\n changedRowId?: string;\n selected?: boolean;\n}",
|
|
26140
|
+
"docstring": "",
|
|
26141
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26142
|
+
},
|
|
26143
|
+
"src/wc/components/Table/table-types.ts::TableLoadMoreDetail": {
|
|
26144
|
+
"declaration": "export interface TableLoadMoreDetail {\n reason: TableLoadMoreReason;\n loadIdentity: string | number;\n loadedRowCount: number;\n}",
|
|
26145
|
+
"docstring": "",
|
|
26146
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26147
|
+
},
|
|
26148
|
+
"src/wc/components/Table/table-types.ts::TableCellActionDetail": {
|
|
26149
|
+
"declaration": "export interface TableCellActionDetail {\n actionId: string;\n rowId: string;\n columnId: string;\n}",
|
|
26150
|
+
"docstring": "",
|
|
26151
|
+
"path": "src/wc/components/Table/table-types.ts"
|
|
26152
|
+
},
|
|
24660
26153
|
"src/wc/toast/index.ts::ToastManager": {
|
|
24661
26154
|
"declaration": "any",
|
|
24662
26155
|
"docstring": "",
|