@xplortech/apollo-core 2.7.0 → 2.8.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/.typings/apollo-components.html-data.json +104 -183
- 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-689f1dae.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-cd56a3d5.entry.js +1 -0
- package/dist/apollo-core/p-dc205893.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} +1311 -1725
- 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 +8 -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 +29 -34
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +7 -6
- 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 +28 -24
- 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/radio.stories.js +10 -1
- package/dist/collection/components/xpl-radio/xpl-radio.js +30 -5
- 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 +26 -4
- 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 +10 -10
- 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-radio/readme.md +10 -9
- 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/docs/xpl-toggle/readme.md +16 -9
- 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} +1312 -1719
- 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 +9 -4
- package/dist/esm/xpl-toolbar.entry.js +2 -2
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +3 -3
- 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-input/xpl-input.d.ts +3 -2
- package/dist/types/components/xpl-pagination/pagination.stories.d.ts +13 -0
- package/dist/types/components/xpl-radio/radio.stories.d.ts +10 -1
- package/dist/types/components/xpl-radio/xpl-radio.d.ts +2 -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/xpl-toggle/xpl-toggle.d.ts +3 -0
- package/dist/types/components.d.ts +128 -402
- package/package.json +37 -3
- 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.\n\nProvide visible label text in the default slot, or set `aria-label` when the checkbox has no adjacent label (for example, icon-only toolbars or table selection cells)."
|
|
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
|
},
|
|
@@ -2027,19 +2069,23 @@
|
|
|
2027
2069
|
},
|
|
2028
2070
|
{
|
|
2029
2071
|
"name": "name",
|
|
2030
|
-
"description": "The name attribute for the html input.\n(
|
|
2072
|
+
"description": "The name attribute for the html input.\n(submitted in form as name/value pair)"
|
|
2031
2073
|
},
|
|
2032
2074
|
{
|
|
2033
2075
|
"name": "required",
|
|
2034
2076
|
"description": "Whether the input is required"
|
|
2035
2077
|
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "selected-value",
|
|
2080
|
+
"description": "The currently selected value for the radio group this radio belongs to.\n\nWhen set, the radio renders as checked when `selectedValue` equals its\nown `value` prop. Use this to drive radio-group selection from a single\nsource of truth — e.g. Vue `v-model` on a shared `selectedValue` across\nevery radio in a group, where each radio still declares its own `value`.\n\nFalls back to the boolean `checked` prop when not set."
|
|
2081
|
+
},
|
|
2036
2082
|
{
|
|
2037
2083
|
"name": "styled",
|
|
2038
2084
|
"description": "Whether the input is contained in a box with a border and, in disabled\nstate, a background"
|
|
2039
2085
|
},
|
|
2040
2086
|
{
|
|
2041
2087
|
"name": "value",
|
|
2042
|
-
"description": "The value attribute for the radio input.\n(
|
|
2088
|
+
"description": "The value attribute for the radio input.\n(submitted in form as name/value pair)"
|
|
2043
2089
|
}
|
|
2044
2090
|
]
|
|
2045
2091
|
},
|
|
@@ -2074,6 +2120,48 @@
|
|
|
2074
2120
|
"name": "disabled",
|
|
2075
2121
|
"description": "Whether the field is disabled"
|
|
2076
2122
|
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "dropdown-placement",
|
|
2125
|
+
"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.",
|
|
2126
|
+
"values": [
|
|
2127
|
+
{
|
|
2128
|
+
"name": "bottom"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "bottom-end"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"name": "bottom-start"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "left"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "left-end"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "left-start"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "right"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "right-end"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "right-start"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "top"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "top-end"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "top-start"
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2077
2165
|
{
|
|
2078
2166
|
"name": "error",
|
|
2079
2167
|
"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 +2517,24 @@
|
|
|
2429
2517
|
"name": "xpl-table",
|
|
2430
2518
|
"description": {
|
|
2431
2519
|
"kind": "markdown",
|
|
2432
|
-
"value": "
|
|
2520
|
+
"value": "Tables are used to organize and display information from a data set."
|
|
2433
2521
|
},
|
|
2434
2522
|
"attributes": [
|
|
2435
2523
|
{
|
|
2436
2524
|
"name": "freeze",
|
|
2437
|
-
"description": "When true, the first
|
|
2525
|
+
"description": "When true, the first column of the table is sticky and will cover the leftmost rows in a horizontally scrollable container."
|
|
2438
2526
|
},
|
|
2439
2527
|
{
|
|
2440
2528
|
"name": "is-sortable",
|
|
2441
|
-
"description": ""
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "label",
|
|
2445
|
-
"description": "Accessible label for the table. Maps to `aria-label` in compositional mode."
|
|
2529
|
+
"description": "Toggles to show the sort button on each table head"
|
|
2446
2530
|
},
|
|
2447
2531
|
{
|
|
2448
2532
|
"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."
|
|
2533
|
+
"description": "Toggles a selectable checkbox for each row in the table"
|
|
2466
2534
|
},
|
|
2467
2535
|
{
|
|
2468
2536
|
"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
|
-
]
|
|
2537
|
+
"description": "Toggles an optional styling of the background of each even row of the table body."
|
|
2546
2538
|
}
|
|
2547
2539
|
]
|
|
2548
2540
|
},
|
|
@@ -2550,7 +2542,7 @@
|
|
|
2550
2542
|
"name": "xpl-table-header",
|
|
2551
2543
|
"description": {
|
|
2552
2544
|
"kind": "markdown",
|
|
2553
|
-
"value": "
|
|
2545
|
+
"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
2546
|
},
|
|
2555
2547
|
"attributes": []
|
|
2556
2548
|
},
|
|
@@ -2558,78 +2550,28 @@
|
|
|
2558
2550
|
"name": "xpl-table-header-cell",
|
|
2559
2551
|
"description": {
|
|
2560
2552
|
"kind": "markdown",
|
|
2561
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\
|
|
2553
|
+
"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
2554
|
},
|
|
2563
2555
|
"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
2556
|
{
|
|
2592
2557
|
"name": "icon",
|
|
2593
2558
|
"description": "Icon to display in the cell.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
2594
2559
|
},
|
|
2595
|
-
{
|
|
2596
|
-
"name": "indeterminate",
|
|
2597
|
-
"description": "Whether the checkbox is in indeterminate (partially selected) state"
|
|
2598
|
-
},
|
|
2599
2560
|
{
|
|
2600
2561
|
"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."
|
|
2562
|
+
"description": ""
|
|
2618
2563
|
},
|
|
2619
2564
|
{
|
|
2620
2565
|
"name": "sortable",
|
|
2621
|
-
"description": "
|
|
2566
|
+
"description": ""
|
|
2622
2567
|
},
|
|
2623
2568
|
{
|
|
2624
2569
|
"name": "type",
|
|
2625
|
-
"description": "
|
|
2570
|
+
"description": "",
|
|
2626
2571
|
"values": [
|
|
2627
2572
|
{
|
|
2628
2573
|
"name": "checkbox"
|
|
2629
2574
|
},
|
|
2630
|
-
{
|
|
2631
|
-
"name": "empty"
|
|
2632
|
-
},
|
|
2633
2575
|
{
|
|
2634
2576
|
"name": "icon"
|
|
2635
2577
|
},
|
|
@@ -2640,28 +2582,7 @@
|
|
|
2640
2582
|
},
|
|
2641
2583
|
{
|
|
2642
2584
|
"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."
|
|
2585
|
+
"description": ""
|
|
2665
2586
|
}
|
|
2666
2587
|
]
|
|
2667
2588
|
},
|
|
@@ -2804,7 +2725,7 @@
|
|
|
2804
2725
|
},
|
|
2805
2726
|
{
|
|
2806
2727
|
"name": "name",
|
|
2807
|
-
"description": "The name attribute for the html input.\n(
|
|
2728
|
+
"description": "The name attribute for the html input.\n(submitted in form as name/value pair)"
|
|
2808
2729
|
},
|
|
2809
2730
|
{
|
|
2810
2731
|
"name": "variant",
|