@xplortech/apollo-core 2.7.0 → 2.7.1
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/.typings/apollo-components.html-data.json +97 -180
- package/build/style.css +220 -951
- package/dist/apollo-core/apollo-core.css +5 -35
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-6c956d4e.entry.js → p-0bf50890.entry.js} +1 -1
- package/dist/apollo-core/p-1947e7a8.entry.js +1 -0
- package/dist/apollo-core/p-27928cb0.entry.js +1 -0
- package/dist/apollo-core/p-34438721.entry.js +1 -0
- package/dist/apollo-core/p-35c2f72d.entry.js +1 -0
- package/dist/apollo-core/p-368c81f1.entry.js +1 -0
- package/dist/apollo-core/p-36ba29da.entry.js +1 -0
- package/dist/apollo-core/p-406b27a8.entry.js +1 -0
- package/dist/apollo-core/p-5d63b4ce.entry.js +1 -0
- package/dist/apollo-core/{p-7eb86c63.entry.js → p-6a15f1e0.entry.js} +1 -1
- package/dist/apollo-core/p-8d692d05.entry.js +1 -0
- package/dist/apollo-core/{p-28d12fd3.entry.js → p-b61d7952.entry.js} +1 -1
- package/dist/apollo-core/{p-084d26ed.entry.js → p-ca127ee8.entry.js} +1 -1
- package/dist/apollo-core/p-d1c9c233.entry.js +1 -0
- package/dist/apollo-core/p-dc205893.entry.js +1 -0
- package/dist/apollo-core/p-e2a5d41c.entry.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +1 -1
- package/dist/cjs/index-BQ97-AWw.js +10 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/xpl-accordion.cjs.entry.js +2 -2
- package/dist/cjs/xpl-application-shell.cjs.entry.js +1 -1
- package/dist/cjs/{xpl-avatar_61.cjs.entry.js → xpl-avatar_54.cjs.entry.js} +238 -1683
- package/dist/cjs/xpl-button-row.cjs.entry.js +1 -1
- package/dist/cjs/xpl-calendar.cjs.entry.js +1 -1
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
- package/dist/cjs/xpl-large-card.cjs.entry.js +1 -1
- package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -1
- package/dist/cjs/xpl-table-header-cell.cjs.entry.js +57 -0
- package/dist/cjs/xpl-table-header.cjs.entry.js +14 -0
- package/dist/cjs/xpl-toggle.cjs.entry.js +3 -3
- package/dist/cjs/xpl-toolbar.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -7
- package/dist/collection/components/xpl-accordion/xpl-accordion.js +2 -2
- package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +1 -1
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
- package/dist/collection/components/xpl-badge/xpl-badge.js +1 -1
- package/dist/collection/components/xpl-banner/xpl-banner.js +2 -2
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +1 -1
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +1 -1
- package/dist/collection/components/xpl-button/xpl-button.js +1 -1
- package/dist/collection/components/xpl-button-row/xpl-button-row.js +1 -1
- package/dist/collection/components/xpl-calendar/xpl-calendar.js +1 -1
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +25 -25
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +1 -1
- package/dist/collection/components/xpl-content-area/xpl-content-area.js +1 -1
- package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +1 -1
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +2 -2
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +77 -7
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
- package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +53 -46
- package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +8 -8
- package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +3 -3
- package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +4 -4
- package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +5 -5
- package/dist/collection/components/xpl-input/xpl-input-search/xpl-input-search.js +1 -1
- package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input.js +2 -2
- package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
- package/dist/collection/components/xpl-list/xpl-list.js +2 -2
- package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +1 -1
- package/dist/collection/components/xpl-modal/xpl-modal.js +1 -1
- package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +2 -2
- package/dist/collection/components/xpl-pagination/pagination.stories.js +18 -0
- package/dist/collection/components/xpl-pagination/xpl-pagination.js +7 -3
- package/dist/collection/components/xpl-panel/xpl-panel.js +2 -2
- package/dist/collection/components/xpl-popover/xpl-popover.js +4 -4
- package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +2 -2
- package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +1 -1
- package/dist/collection/components/xpl-radio/xpl-radio.js +3 -3
- package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +1 -1
- package/dist/collection/components/xpl-select/xpl-select.js +58 -6
- package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +2 -2
- package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +2 -2
- package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +1 -1
- package/dist/collection/components/xpl-slideout/xpl-slideout.js +1 -1
- package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +2 -2
- package/dist/collection/components/xpl-table/table.stories.js +67 -319
- package/dist/collection/components/xpl-table/xpl-table.js +151 -1456
- package/dist/collection/components/xpl-table-header/table-header.stories.js +126 -0
- package/dist/collection/components/xpl-table-header/xpl-table-header.js +7 -0
- package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +75 -0
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +188 -0
- package/dist/collection/components/xpl-tabs/xpl-tabs.js +5 -5
- package/dist/collection/components/xpl-tag/xpl-tag.js +2 -2
- package/dist/collection/components/xpl-toast/xpl-toast.js +2 -2
- package/dist/collection/components/xpl-toggle/xpl-toggle.js +3 -3
- package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +2 -2
- package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +1 -1
- package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +2 -2
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +2 -2
- package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +5 -5
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/xpl-accordion.js +1 -1
- package/dist/components/xpl-application-shell.js +1 -1
- package/dist/components/xpl-backdrop2.js +1 -1
- package/dist/components/xpl-badge2.js +1 -1
- package/dist/components/xpl-banner.js +1 -1
- package/dist/components/xpl-breadcrumb-item.js +1 -1
- package/dist/components/xpl-breadcrumbs.js +1 -1
- package/dist/components/xpl-button-row.js +1 -1
- package/dist/components/xpl-button2.js +1 -1
- package/dist/components/xpl-calendar.js +1 -1
- package/dist/components/xpl-checkbox2.js +1 -1
- package/dist/components/xpl-choicelist.js +1 -1
- package/dist/components/xpl-content-area.js +1 -1
- package/dist/components/xpl-dashboard.js +1 -1
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown2.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon2.js +1 -1
- package/dist/components/xpl-input-date2.js +1 -1
- package/dist/components/xpl-input-file2.js +1 -1
- package/dist/components/xpl-input-search2.js +1 -1
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-large-card.js +1 -1
- package/dist/components/xpl-list.js +1 -1
- package/dist/components/xpl-main-nav.js +1 -1
- package/dist/components/xpl-modal.js +1 -1
- package/dist/components/xpl-nav-header-menu.js +1 -1
- package/dist/components/xpl-nav-item.js +1 -1
- package/dist/components/xpl-pagination.js +1 -1
- package/dist/components/xpl-panel.js +1 -1
- package/dist/components/xpl-popover2.js +1 -1
- package/dist/components/xpl-progress-bar.js +1 -1
- package/dist/components/xpl-progress-indicator.js +1 -1
- package/dist/components/xpl-radio2.js +1 -1
- package/dist/components/xpl-secondary-nav.js +1 -1
- package/dist/components/xpl-select2.js +1 -1
- package/dist/components/xpl-side-nav-item.js +1 -1
- package/dist/components/xpl-side-nav.js +1 -1
- package/dist/components/xpl-skeleton.js +1 -1
- package/dist/components/xpl-slideout.js +1 -1
- package/dist/components/xpl-tab-panel.js +1 -1
- package/dist/components/xpl-table-header-cell.js +1 -1
- package/dist/components/xpl-table-header.js +1 -1
- package/dist/components/xpl-table.js +1 -1
- package/dist/components/xpl-tabs.js +1 -1
- package/dist/components/xpl-tag2.js +1 -1
- package/dist/components/xpl-toast.js +1 -1
- package/dist/components/xpl-toggle.js +1 -1
- package/dist/components/xpl-toolbar.js +1 -1
- package/dist/components/xpl-tooltip2.js +1 -1
- package/dist/components/xpl-top-nav-item2.js +1 -1
- package/dist/components/xpl-top-nav.js +1 -1
- package/dist/components/xpl-utility-bar.js +1 -1
- package/dist/docs/xpl-checkbox/readme.md +5 -7
- package/dist/docs/xpl-dropdown/readme.md +13 -11
- package/dist/docs/xpl-dynamic-table/readme.md +19 -22
- package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -20
- package/dist/docs/xpl-dynamic-table-row/readme.md +19 -21
- package/dist/docs/xpl-icon/readme.md +1 -1
- package/dist/docs/xpl-select/readme.md +17 -15
- package/dist/docs/xpl-table/readme.md +46 -110
- package/dist/docs/{xpl-table/xpl-table-header → xpl-table-header}/readme.md +13 -13
- package/dist/docs/xpl-table-header-cell/readme.md +47 -0
- package/dist/esm/apollo-core.js +1 -1
- package/dist/esm/index-C7bgJs6C.js +10 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/xpl-accordion.entry.js +2 -2
- package/dist/esm/xpl-application-shell.entry.js +1 -1
- package/dist/esm/{xpl-avatar_61.entry.js → xpl-avatar_54.entry.js} +239 -1677
- package/dist/esm/xpl-button-row.entry.js +1 -1
- package/dist/esm/xpl-calendar.entry.js +1 -1
- package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table.entry.js +1 -1
- package/dist/esm/xpl-grid-item.entry.js +1 -1
- package/dist/esm/xpl-grid.entry.js +1 -1
- package/dist/esm/xpl-large-card.entry.js +1 -1
- package/dist/esm/xpl-main-nav.entry.js +1 -1
- package/dist/esm/xpl-table-header-cell.entry.js +55 -0
- package/dist/esm/xpl-table-header.entry.js +12 -0
- package/dist/esm/xpl-toggle.entry.js +3 -3
- package/dist/esm/xpl-toolbar.entry.js +2 -2
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +2 -2
- package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +5 -0
- package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +10 -9
- package/dist/types/components/xpl-pagination/pagination.stories.d.ts +13 -0
- package/dist/types/components/xpl-select/xpl-select.d.ts +3 -0
- package/dist/types/components/xpl-table/table.stories.d.ts +19 -161
- package/dist/types/components/xpl-table/xpl-table.d.ts +21 -123
- package/dist/types/components/{xpl-table/xpl-table-header → xpl-table-header}/table-header.stories.d.ts +16 -13
- package/dist/types/components/{xpl-table/xpl-table-header-cell → xpl-table-header-cell}/table-header-cell.stories.d.ts +20 -24
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +13 -0
- package/dist/types/components.d.ts +89 -391
- package/package.json +10 -1
- package/dist/apollo-core/p-146d5d55.entry.js +0 -1
- package/dist/apollo-core/p-16742606.entry.js +0 -1
- package/dist/apollo-core/p-3eb5eb7c.entry.js +0 -1
- package/dist/apollo-core/p-4882f0bd.entry.js +0 -1
- package/dist/apollo-core/p-64b34268.entry.js +0 -1
- package/dist/apollo-core/p-71b75f36.entry.js +0 -1
- package/dist/apollo-core/p-84254a24.entry.js +0 -1
- package/dist/apollo-core/p-9f2a0321.entry.js +0 -1
- package/dist/apollo-core/p-cde83ab0.entry.js +0 -1
- package/dist/apollo-core/p-e7363036.entry.js +0 -1
- package/dist/collection/components/xpl-table/utils/move-row-dom.js +0 -50
- package/dist/collection/components/xpl-table/utils/table-internal.js +0 -58
- package/dist/collection/components/xpl-table/xpl-table-body/xpl-table-body.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-cell/xpl-table-cell.js +0 -155
- package/dist/collection/components/xpl-table/xpl-table-footer/xpl-table-footer.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.js +0 -37
- package/dist/collection/components/xpl-table/xpl-table-header/table-header.stories.js +0 -131
- package/dist/collection/components/xpl-table/xpl-table-header/xpl-table-header.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-header-cell/table-header-cell.stories.js +0 -105
- package/dist/collection/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.js +0 -402
- package/dist/collection/components/xpl-table/xpl-table-row/xpl-table-row.js +0 -121
- package/dist/components/lifecycle.js +0 -1
- package/dist/components/xpl-table-body.d.ts +0 -11
- package/dist/components/xpl-table-body.js +0 -1
- package/dist/components/xpl-table-cell.d.ts +0 -11
- package/dist/components/xpl-table-cell.js +0 -1
- package/dist/components/xpl-table-cell2.js +0 -1
- package/dist/components/xpl-table-footer-cell.d.ts +0 -11
- package/dist/components/xpl-table-footer-cell.js +0 -1
- package/dist/components/xpl-table-footer-cell2.js +0 -1
- package/dist/components/xpl-table-footer.d.ts +0 -11
- package/dist/components/xpl-table-footer.js +0 -1
- package/dist/components/xpl-table-header-cell2.js +0 -1
- package/dist/components/xpl-table-row.d.ts +0 -11
- package/dist/components/xpl-table-row.js +0 -1
- package/dist/docs/xpl-table/xpl-table-body/readme.md +0 -10
- package/dist/docs/xpl-table/xpl-table-cell/readme.md +0 -33
- package/dist/docs/xpl-table/xpl-table-footer/readme.md +0 -10
- package/dist/docs/xpl-table/xpl-table-footer-cell/readme.md +0 -30
- package/dist/docs/xpl-table/xpl-table-header-cell/readme.md +0 -66
- package/dist/docs/xpl-table/xpl-table-row/readme.md +0 -19
- package/dist/types/components/xpl-table/utils/move-row-dom.d.ts +0 -3
- package/dist/types/components/xpl-table/utils/table-internal.d.ts +0 -8
- package/dist/types/components/xpl-table/xpl-table-body/xpl-table-body.d.ts +0 -3
- package/dist/types/components/xpl-table/xpl-table-cell/xpl-table-cell.d.ts +0 -11
- package/dist/types/components/xpl-table/xpl-table-footer/xpl-table-footer.d.ts +0 -3
- package/dist/types/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.d.ts +0 -4
- package/dist/types/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.d.ts +0 -32
- package/dist/types/components/xpl-table/xpl-table-row/xpl-table-row.d.ts +0 -13
- /package/dist/types/components/{xpl-table/xpl-table-header → xpl-table-header}/xpl-table-header.d.ts +0 -0
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
"name": "xpl-checkbox",
|
|
591
591
|
"description": {
|
|
592
592
|
"kind": "markdown",
|
|
593
|
-
"value": "Checkboxes allow users to make selections or choices. Checkboxes can be multi-select, and also act as controls
|
|
593
|
+
"value": "Checkboxes allow users to make selections or choices. Checkboxes can be multi-select, and also act as controls."
|
|
594
594
|
},
|
|
595
595
|
"attributes": [
|
|
596
596
|
{
|
|
@@ -820,6 +820,48 @@
|
|
|
820
820
|
}
|
|
821
821
|
]
|
|
822
822
|
},
|
|
823
|
+
{
|
|
824
|
+
"name": "placement",
|
|
825
|
+
"description": "Floating UI placement when `anchorToTrigger` is true (e.g. `bottom-start`, `top-start`).",
|
|
826
|
+
"values": [
|
|
827
|
+
{
|
|
828
|
+
"name": "bottom"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "bottom-end"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "bottom-start"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "left"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "left-end"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "left-start"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "right"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "right-end"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "right-start"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "top"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "top-end"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "top-start"
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
823
865
|
{
|
|
824
866
|
"name": "select-on-focus",
|
|
825
867
|
"description": "whether selection should be made when focusing on interactive element"
|
|
@@ -897,7 +939,7 @@
|
|
|
897
939
|
"name": "xpl-dynamic-table",
|
|
898
940
|
"description": {
|
|
899
941
|
"kind": "markdown",
|
|
900
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\
|
|
942
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\n\nThe Dynamic Table is a rich content table that can accommodate multiple types of data."
|
|
901
943
|
},
|
|
902
944
|
"attributes": []
|
|
903
945
|
},
|
|
@@ -2074,6 +2116,48 @@
|
|
|
2074
2116
|
"name": "disabled",
|
|
2075
2117
|
"description": "Whether the field is disabled"
|
|
2076
2118
|
},
|
|
2119
|
+
{
|
|
2120
|
+
"name": "dropdown-placement",
|
|
2121
|
+
"description": "Initial Floating UI placement for the options panel (e.g. `top-start`, `bottom-start`).\nForwarded to the inner `xpl-dropdown` when the menu is open.",
|
|
2122
|
+
"values": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "bottom"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"name": "bottom-end"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "bottom-start"
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"name": "left"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "left-end"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "left-start"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "right"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "right-end"
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"name": "right-start"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "top"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "top-end"
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"name": "top-start"
|
|
2158
|
+
}
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2077
2161
|
{
|
|
2078
2162
|
"name": "error",
|
|
2079
2163
|
"description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message."
|
|
@@ -2429,120 +2513,24 @@
|
|
|
2429
2513
|
"name": "xpl-table",
|
|
2430
2514
|
"description": {
|
|
2431
2515
|
"kind": "markdown",
|
|
2432
|
-
"value": "
|
|
2516
|
+
"value": "Tables are used to organize and display information from a data set."
|
|
2433
2517
|
},
|
|
2434
2518
|
"attributes": [
|
|
2435
2519
|
{
|
|
2436
2520
|
"name": "freeze",
|
|
2437
|
-
"description": "When true, the first
|
|
2521
|
+
"description": "When true, the first column of the table is sticky and will cover the leftmost rows in a horizontally scrollable container."
|
|
2438
2522
|
},
|
|
2439
2523
|
{
|
|
2440
2524
|
"name": "is-sortable",
|
|
2441
|
-
"description": ""
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "label",
|
|
2445
|
-
"description": "Accessible label for the table. Maps to `aria-label` in compositional mode."
|
|
2525
|
+
"description": "Toggles to show the sort button on each table head"
|
|
2446
2526
|
},
|
|
2447
2527
|
{
|
|
2448
2528
|
"name": "multiselect",
|
|
2449
|
-
"description": ""
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "reorder-handle-icon",
|
|
2453
|
-
"description": "Icon name for the optional `xpl-icon` inside each **managed** reorder grip when the row is **not** in\nkeyboard reorder mode (pointer / idle). Set to `\"\"` to omit the icon so you can style the button or author a\nfully custom reorder column in markup. When omitted, defaults to `grip-dots-vertical`."
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "reorder-handle-icon-keyboard",
|
|
2457
|
-
"description": "Icon name for the managed reorder grip **while that row is in keyboard reorder mode** (after the user\nactivates the grip with Enter or Space). Use a different icon than `reorder-handle-icon` so users can see\nthey should use arrow keys. When omitted, defaults to `caret-expand-y` (same as `xpl-list` keyboard reorder).\nSet to `\"\"` to show no icon in keyboard mode only (combine with CSS on\n`.xpl-table__row-drag-handle--keyboard-mode` if needed)."
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "row-reorderable",
|
|
2461
|
-
"description": "When true (compositional mode only), **prepends** a managed reorder column as the **first** grid\ncolumn (empty header + grip button per body row) and enables HTML5 drag-and-drop row reordering\n(same interaction model as `xpl-list`). With `selectable`, DOM order is **reorder | selection |\ndata** unless you author a custom reorder column. The table updates the DOM and emits\n`rowOrderChange`; consumers should persist order if needed. Ignored in legacy `columns`/`data` mode."
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "selectable",
|
|
2465
|
-
"description": "When true (compositional mode only), enables row selection state, the selection toolbar\n(“N Selected”), and `rowSelectionChange`. **You must add the selection column in your\nmarkup:** a header cell with `type=\"checkbox\"`, a body cell containing `xpl-checkbox` per row\n(aligned with that column), and matching `xpl-table-footer-cell` cells when you use a footer.\nEach body row should use `row-id` on `xpl-table-row` (or accept auto-generated ids) so\n`rowSelectionChange` can report `selectedRowIds`.\n\nThe toolbar uses the same layout as `xpl-toolbar` and is visible only while at least one row\nis selected. Use `toolbar-actions-left` / `toolbar-actions-right` slots on this host for bulk\nactions."
|
|
2529
|
+
"description": "Toggles a selectable checkbox for each row in the table"
|
|
2466
2530
|
},
|
|
2467
2531
|
{
|
|
2468
2532
|
"name": "striped",
|
|
2469
|
-
"description": "Toggles an optional styling of the background of each even row of the
|
|
2470
|
-
}
|
|
2471
|
-
]
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "xpl-table-body",
|
|
2475
|
-
"description": {
|
|
2476
|
-
"kind": "markdown",
|
|
2477
|
-
"value": ""
|
|
2478
|
-
},
|
|
2479
|
-
"attributes": []
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "xpl-table-cell",
|
|
2483
|
-
"description": {
|
|
2484
|
-
"kind": "markdown",
|
|
2485
|
-
"value": "Body cell for compositional [`xpl-table`](../readme.md). Place content in the default slot; use `align`, `bold`, and `underline` for typography. Interactive controls inside the cell inherit `disabled` when the parent [`xpl-table-row`](../xpl-table-row) is disabled."
|
|
2486
|
-
},
|
|
2487
|
-
"attributes": [
|
|
2488
|
-
{
|
|
2489
|
-
"name": "align",
|
|
2490
|
-
"description": "Horizontal text alignment within the cell.",
|
|
2491
|
-
"values": [
|
|
2492
|
-
{
|
|
2493
|
-
"name": "center"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "left"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "right"
|
|
2500
|
-
}
|
|
2501
|
-
]
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "bold",
|
|
2505
|
-
"description": "Renders cell text in bold (--xpl-font-weight-semibold)."
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"name": "disabled",
|
|
2509
|
-
"description": "Whether the cell and its interactive children are disabled. Set automatically by xpl-table-row."
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"name": "underline",
|
|
2513
|
-
"description": "Adds an underline to cell text."
|
|
2514
|
-
}
|
|
2515
|
-
]
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"name": "xpl-table-footer",
|
|
2519
|
-
"description": {
|
|
2520
|
-
"kind": "markdown",
|
|
2521
|
-
"value": ""
|
|
2522
|
-
},
|
|
2523
|
-
"attributes": []
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "xpl-table-footer-cell",
|
|
2527
|
-
"description": {
|
|
2528
|
-
"kind": "markdown",
|
|
2529
|
-
"value": ""
|
|
2530
|
-
},
|
|
2531
|
-
"attributes": [
|
|
2532
|
-
{
|
|
2533
|
-
"name": "align",
|
|
2534
|
-
"description": "Horizontal text alignment within the cell.",
|
|
2535
|
-
"values": [
|
|
2536
|
-
{
|
|
2537
|
-
"name": "center"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "left"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"name": "right"
|
|
2544
|
-
}
|
|
2545
|
-
]
|
|
2533
|
+
"description": "Toggles an optional styling of the background of each even row of the table body."
|
|
2546
2534
|
}
|
|
2547
2535
|
]
|
|
2548
2536
|
},
|
|
@@ -2550,7 +2538,7 @@
|
|
|
2550
2538
|
"name": "xpl-table-header",
|
|
2551
2539
|
"description": {
|
|
2552
2540
|
"kind": "markdown",
|
|
2553
|
-
"value": "
|
|
2541
|
+
"value": "Component parts used to assemble the Dynamic Table.\n\n> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
2554
2542
|
},
|
|
2555
2543
|
"attributes": []
|
|
2556
2544
|
},
|
|
@@ -2558,78 +2546,28 @@
|
|
|
2558
2546
|
"name": "xpl-table-header-cell",
|
|
2559
2547
|
"description": {
|
|
2560
2548
|
"kind": "markdown",
|
|
2561
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\
|
|
2549
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\n\nThe `icon` property accepts icon names as strings. See [xpl-icon available icons](../xpl-icon/ICONS.md) for the complete list.\n\n---"
|
|
2562
2550
|
},
|
|
2563
2551
|
"attributes": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "align",
|
|
2566
|
-
"description": "Horizontal text alignment within the header cell.",
|
|
2567
|
-
"values": [
|
|
2568
|
-
{
|
|
2569
|
-
"name": "center"
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "left"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "right"
|
|
2576
|
-
}
|
|
2577
|
-
]
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"name": "checkbox-aria-label",
|
|
2581
|
-
"description": "Accessible name for the header checkbox (native `aria-label`).\nDefaults to “Select all rows” when `type` is `checkbox`."
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"name": "checked",
|
|
2585
|
-
"description": "Whether the header checkbox is checked"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "column-width",
|
|
2589
|
-
"description": "CSS grid track size for this column (e.g. `1fr`, `minmax(120px, 1fr)`, `auto`). When set, overrides `width`.\nUse this when you need flexible columns; default layout uses `auto` per column unless you set a track here."
|
|
2590
|
-
},
|
|
2591
2552
|
{
|
|
2592
2553
|
"name": "icon",
|
|
2593
2554
|
"description": "Icon to display in the cell.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
2594
2555
|
},
|
|
2595
|
-
{
|
|
2596
|
-
"name": "indeterminate",
|
|
2597
|
-
"description": "Whether the checkbox is in indeterminate (partially selected) state"
|
|
2598
|
-
},
|
|
2599
2556
|
{
|
|
2600
2557
|
"name": "label",
|
|
2601
|
-
"description": "
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"name": "sort-direction",
|
|
2605
|
-
"description": "Active sort direction for this column when `sortable`. Set by `xpl-table` when used inside\na compositional table; may be set by the app for controlled updates.",
|
|
2606
|
-
"values": [
|
|
2607
|
-
{
|
|
2608
|
-
"name": "asc"
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"name": "desc"
|
|
2612
|
-
}
|
|
2613
|
-
]
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "sort-key",
|
|
2617
|
-
"description": "When `sortable` is true, optional stable id used as the key in `sortChanged`’s detail object.\nFalls back to a slug of `label` when omitted."
|
|
2558
|
+
"description": ""
|
|
2618
2559
|
},
|
|
2619
2560
|
{
|
|
2620
2561
|
"name": "sortable",
|
|
2621
|
-
"description": "
|
|
2562
|
+
"description": ""
|
|
2622
2563
|
},
|
|
2623
2564
|
{
|
|
2624
2565
|
"name": "type",
|
|
2625
|
-
"description": "
|
|
2566
|
+
"description": "",
|
|
2626
2567
|
"values": [
|
|
2627
2568
|
{
|
|
2628
2569
|
"name": "checkbox"
|
|
2629
2570
|
},
|
|
2630
|
-
{
|
|
2631
|
-
"name": "empty"
|
|
2632
|
-
},
|
|
2633
2571
|
{
|
|
2634
2572
|
"name": "icon"
|
|
2635
2573
|
},
|
|
@@ -2640,28 +2578,7 @@
|
|
|
2640
2578
|
},
|
|
2641
2579
|
{
|
|
2642
2580
|
"name": "width",
|
|
2643
|
-
"description": "
|
|
2644
|
-
}
|
|
2645
|
-
]
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "xpl-table-row",
|
|
2649
|
-
"description": {
|
|
2650
|
-
"kind": "markdown",
|
|
2651
|
-
"value": ""
|
|
2652
|
-
},
|
|
2653
|
-
"attributes": [
|
|
2654
|
-
{
|
|
2655
|
-
"name": "disabled",
|
|
2656
|
-
"description": "Whether the row and its cells are disabled."
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"name": "row-id",
|
|
2660
|
-
"description": "Stable identifier for this row when used with a selectable compositional\n`xpl-table`. If omitted, the parent table assigns a unique id."
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"name": "selected",
|
|
2664
|
-
"description": "Whether the row is visually selected."
|
|
2581
|
+
"description": ""
|
|
2665
2582
|
}
|
|
2666
2583
|
]
|
|
2667
2584
|
},
|