@nova-design-system/nova-webcomponents 3.20.0 → 3.21.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/cjs/index-93d3b2f8.js +4 -0
- package/dist/cjs/index.cjs.js +1 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +7 -2
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +6 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-tableheader.cjs.entry.js +77 -0
- package/dist/cjs/nv-tableheader.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-togglebutton.cjs.entry.js +2 -2
- package/dist/cjs/nv-togglebutton.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/nv-button/nv-button.js +26 -1
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-button/styles/nv-button.css +4 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +4 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +1 -0
- package/dist/collection/components/nv-icon/nv-icons.js +1 -2
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +26 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-table/nv-table.docs.js +7 -0
- package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -1
- package/dist/collection/components/nv-tableheader/nv-tableheader.css +28 -0
- package/dist/collection/components/nv-tableheader/nv-tableheader.docs.js +13 -0
- package/dist/collection/components/nv-tableheader/nv-tableheader.docs.js.map +1 -0
- package/dist/collection/components/nv-tableheader/nv-tableheader.js +139 -0
- package/dist/collection/components/nv-tableheader/nv-tableheader.js.map +1 -0
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +1 -1
- package/dist/collection/components/nv-togglebutton/styles/nv-togglebutton.css +4 -0
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/components/index.js +1 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-accordion-item.js +1 -1
- package/dist/components/nv-accordion.js +3 -3
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-datagrid.js +4 -4
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-dialog.js +4 -4
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fielddate.js +2 -2
- package/dist/components/nv-fielddaterange.js +2 -2
- package/dist/components/nv-fielddropdown.js +3 -3
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +3 -3
- package/dist/components/nv-fieldnumber.js +1 -1
- package/dist/components/nv-fieldpassword.js +2 -2
- package/dist/components/nv-fieldselect.js +2 -2
- package/dist/components/nv-fieldslider.js +3 -3
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtime.js +2 -2
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-menu.js +2 -2
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-notification.js +1 -1
- package/dist/components/nv-tableheader.d.ts +11 -0
- package/dist/components/nv-tableheader.js +112 -0
- package/dist/components/nv-tableheader.js.map +1 -0
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-togglebutton.js +2 -2
- package/dist/components/nv-togglebutton.js.map +1 -1
- package/dist/components/nv-togglebuttongroup.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-60083982.js → p-00347aae.js} +3 -3
- package/dist/components/{p-60083982.js.map → p-00347aae.js.map} +1 -1
- package/dist/components/p-0bfe8a47.js +88 -0
- package/dist/components/p-0bfe8a47.js.map +1 -0
- package/dist/components/p-2062ba39.js +191 -0
- package/dist/components/p-2062ba39.js.map +1 -0
- package/dist/components/{p-5a5db065.js → p-5c6b5444.js} +10 -4
- package/dist/components/p-5c6b5444.js.map +1 -0
- package/dist/components/{p-18f50d91.js → p-61382072.js} +2 -2
- package/dist/components/{p-18f50d91.js.map → p-61382072.js.map} +1 -1
- package/dist/components/{p-81d915ef.js → p-643d7802.js} +2 -2
- package/dist/components/{p-81d915ef.js.map → p-643d7802.js.map} +1 -1
- package/dist/components/{p-334e19d3.js → p-86588fba.js} +3 -3
- package/dist/components/{p-334e19d3.js.map → p-86588fba.js.map} +1 -1
- package/dist/components/{p-45a3cf85.js → p-8ce28cff.js} +2 -2
- package/dist/components/{p-45a3cf85.js.map → p-8ce28cff.js.map} +1 -1
- package/dist/components/{p-2ac6f42d.js → p-c4d20cc9.js} +2 -2
- package/dist/components/{p-2ac6f42d.js.map → p-c4d20cc9.js.map} +1 -1
- package/dist/components/{p-49205084.js → p-c69f5a37.js} +2 -2
- package/dist/components/{p-49205084.js.map → p-c69f5a37.js.map} +1 -1
- package/dist/components/{p-b67f31af.js → p-d1d4cc45.js} +3 -3
- package/dist/components/{p-b67f31af.js.map → p-d1d4cc45.js.map} +1 -1
- package/dist/esm/index-dc2723f3.js +4 -0
- package/dist/esm/index.js +1 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-button.entry.js +7 -2
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-datagrid.entry.js +2 -2
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +1 -1
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +6 -1
- package/dist/esm/nv-iconbutton_2.entry.js.map +1 -1
- package/dist/esm/nv-tableheader.entry.js +73 -0
- package/dist/esm/nv-tableheader.entry.js.map +1 -0
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-togglebutton.entry.js +2 -2
- package/dist/esm/nv-togglebutton.entry.js.map +1 -1
- package/dist/esm/nv-togglebuttongroup.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-2b4cf4b8.entry.js +2 -0
- package/dist/native/{p-dfb6b65e.entry.js.map → p-2b4cf4b8.entry.js.map} +1 -1
- package/dist/native/{p-8e423742.entry.js → p-44ba73dc.entry.js} +2 -2
- package/dist/native/{p-8e423742.entry.js.map → p-44ba73dc.entry.js.map} +1 -1
- package/dist/native/{p-075d231e.entry.js → p-4de8697c.entry.js} +2 -2
- package/dist/native/{p-44a78545.entry.js → p-533e2530.entry.js} +2 -2
- package/dist/native/p-56ed7306.entry.js +2 -0
- package/dist/native/p-56ed7306.entry.js.map +1 -0
- package/dist/native/p-973f5db2.entry.js +2 -0
- package/dist/native/p-973f5db2.entry.js.map +1 -0
- package/dist/native/p-ae5be175.entry.js +2 -0
- package/dist/native/p-ae5be175.entry.js.map +1 -0
- package/dist/native/p-b43d6629.entry.js +2 -0
- package/dist/native/p-b43d6629.entry.js.map +1 -0
- package/dist/native/{p-122c78c3.entry.js → p-be49d837.entry.js} +2 -2
- package/dist/native/{p-122c78c3.entry.js.map → p-be49d837.entry.js.map} +1 -1
- package/dist/native/{p-445221dc.entry.js → p-c4baad6e.entry.js} +2 -2
- package/dist/types/components/nv-button/nv-button.d.ts +5 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +2 -0
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components/nv-iconbutton/nv-iconbutton.d.ts +5 -0
- package/dist/types/components/nv-tableheader/nv-tableheader.d.ts +32 -0
- package/dist/types/components/nv-tableheader/nv-tableheader.docs.d.ts +4 -0
- package/dist/types/components.d.ts +92 -0
- package/dist/vscode-data.json +39 -6
- package/hydrate/index.js +114 -17
- package/hydrate/index.mjs +114 -17
- package/package.json +5 -1
- package/dist/components/p-5a5db065.js.map +0 -1
- package/dist/components/p-946a047c.js +0 -88
- package/dist/components/p-946a047c.js.map +0 -1
- package/dist/components/p-e1b2eba2.js +0 -185
- package/dist/components/p-e1b2eba2.js.map +0 -1
- package/dist/native/p-a6fc987a.entry.js +0 -2
- package/dist/native/p-a6fc987a.entry.js.map +0 -1
- package/dist/native/p-d62869ff.entry.js +0 -2
- package/dist/native/p-d62869ff.entry.js.map +0 -1
- package/dist/native/p-d8f3cf92.entry.js +0 -2
- package/dist/native/p-d8f3cf92.entry.js.map +0 -1
- package/dist/native/p-dfb6b65e.entry.js +0 -2
- /package/dist/native/{p-075d231e.entry.js.map → p-4de8697c.entry.js.map} +0 -0
- /package/dist/native/{p-44a78545.entry.js.map → p-533e2530.entry.js.map} +0 -0
- /package/dist/native/{p-445221dc.entry.js.map → p-c4baad6e.entry.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,c as o,h as t,H as n,g as a}from"./p-3060df80.js";import{c as r}from"./p-8a1a6e56.js";import{v as i}from"./p-f5ff676c.js";const
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,c as o,h as t,H as n,g as a}from"./p-3060df80.js";import{c as r}from"./p-8a1a6e56.js";import{v as i}from"./p-f5ff676c.js";const l='nv-toggle{display:inline-flex;align-items:flex-start;gap:var(--form-gap-x);position:relative}nv-toggle:not([disabled],[readonly]) input,nv-toggle:not([disabled],[readonly]) label{cursor:pointer}nv-toggle.label-placement-before{flex-direction:row-reverse}nv-toggle[disabled]{opacity:0.5}nv-toggle label{align-self:stretch;color:var(--components-form-text-label-default);font-family:var(--font-family-default), var(--font-family-fallback), sans-serif;font-size:var(--form-label-font-size);font-style:normal;font-weight:var(--font-weight-medium-emphasis);line-height:var(--form-label-line-height)}nv-toggle label.visually-hidden{position:absolute;padding:0;border:0;overflow:hidden;white-space:nowrap;width:1px;height:1px;margin:-1px;clip:rect(0, 0, 0, 0)}nv-toggle .input-container{position:relative;color:var(--components-form-shape-foreground-default)}nv-toggle .input-container:has(input[type=checkbox]:disabled:not([readonly])){color:var(--components-form-shape-foreground-disabled)}nv-toggle .input-container input[type=checkbox]{appearance:none;position:relative;display:flex;width:var(--form-toggle-width);height:var(--form-toggle-height);flex-direction:column;align-items:flex-start;border-radius:var(--form-toggle-radius);border-width:var(--form-toggle-border-width);border-style:solid;border-color:var(--components-toggle-border-default);background:var(--components-toggle-background-default)}nv-toggle .input-container input[type=checkbox]::after{content:"";display:block;width:var(--form-toggle-switch-dot-default);height:var(--form-toggle-switch-dot-default);background-color:var(--components-toggle-shape-default);border-radius:var(--radius-rounded-full);position:absolute;top:50%;left:25%;transform:translate(-50%, -50%)}nv-toggle .input-container input[type=checkbox]:hover{border-color:var(--components-toggle-border-hover)}nv-toggle .input-container input[type=checkbox]:hover::after{background-color:var(--components-toggle-shape-hover)}nv-toggle .input-container input[type=checkbox]:focus{border-color:var(--components-toggle-border-default)}nv-toggle .input-container input[type=checkbox]:focus::after{background-color:var(--components-toggle-shape-default)}nv-toggle .input-container input[type=checkbox]:focus,nv-toggle .input-container input[type=checkbox]:focus-within{outline:none}nv-toggle .input-container input[type=checkbox]:focus-visible,nv-toggle .input-container input[type=checkbox]:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-toggle .input-container input[type=checkbox]:checked{background:var(--components-toggle-background-default-checked);border-color:var(--components-toggle-border-default-checked)}nv-toggle .input-container input[type=checkbox]:checked::after{content:"";display:block;width:var(--form-toggle-switch-dot-default);height:var(--form-toggle-switch-dot-default);background-color:var(--components-toggle-shape-default-checked);border-radius:var(--radius-rounded-full);position:absolute;top:50%;left:75%;transform:translate(-50%, -50%)}nv-toggle .input-container input[type=checkbox]:checked:focus{background:var(--components-toggle-background-default-checked);border-color:var(--components-toggle-border-default-checked)}nv-toggle .input-container input[type=checkbox]:disabled:not([readonly]){box-shadow:unset;background:var(--components-toggle-background-disabled);border-color:var(--components-toggle-border-default)}nv-toggle .input-container input[type=checkbox]:disabled:not([readonly]):checked{background:var(--components-toggle-background-disabled-checked);border-color:var(--components-toggle-border-disabled-checked)}nv-toggle .input-container input[type=checkbox]:disabled:not([readonly]):checked::after{background-color:var(--components-toggle-shape-disabled-checked)}nv-toggle .description{align-self:stretch;color:var(--components-form-text-description-default);font-family:var(--font-family-default), var(--font-family-fallback), sans-serif;font-size:var(--form-description-font-size);font-style:normal;font-weight:450;line-height:var(--form-description-line-height)}nv-toggle .text-container{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0}';const c=l;const s=class{constructor(t){e(this,t);this.checkedChanged=o(this,"checkedChanged",7);this.inputId=i();this.hideLabel=false;this.checked=false;this.disabled=false;this.readonly=false}onCheckedChanged(e){this.checkedChanged.emit(e)}handleChange(e){const o=e.target;if(o.type==="checkbox"&&o.id===this.inputId){if(this.readonly||this.disabled){e.preventDefault();return}this.checked=o.checked}}render(){return t(n,{key:"8e5b801ed4263b02b9b00628e94de448986eca98",class:r(this.labelPlacement==="before"&&"label-placement-before")},t("div",{key:"b25ed406fae37d41f1c1fbe4234ded3f94db14b0",class:"input-container"},t("input",{key:"5a98b81705597f2a115517b6031289ee9be54bda",type:"checkbox",id:this.inputId,name:this.name,autocomplete:"off",value:this.value,checked:Boolean(this.checked),disabled:this.disabled||this.readonly,readonly:this.readonly})),t("div",{key:"89366dfe5c0106d7e28a858745941f0358220ce7",class:"text-container"},(this.label||this.el.querySelector('[slot="label"]'))&&t("label",{key:"3f0192378adbd8d5d5f5f5684d1e929462d7832b",htmlFor:this.inputId,class:r(this.hideLabel&&"visually-hidden")},t("slot",{key:"ee95958740e62af025bc4a456fe1b9f12b9aac71",name:"label"},this.label)),(this.description||this.el.querySelector('[slot="description"]'))&&t("div",{key:"eee5a91ccbe1eed1d2ce41c0ce08cf8b49440501",class:"description"},t("slot",{key:"a925c57db61229d032412e315ff1f738a479b090",name:"description"},this.description))))}static get formAssociated(){return true}get el(){return a(this)}static get watchers(){return{checked:["onCheckedChanged"]}}};s.style=c;export{s as nv_toggle};
|
|
2
|
+
//# sourceMappingURL=p-c4baad6e.entry.js.map
|
|
@@ -55,6 +55,11 @@ export declare class NvButton {
|
|
|
55
55
|
* Matches the native HTML button 'form' attribute behavior.
|
|
56
56
|
*/
|
|
57
57
|
readonly form: string;
|
|
58
|
+
/**
|
|
59
|
+
* Use this to make the button skip-able when users navigate with the keyboard.
|
|
60
|
+
* The button remains clickable but won’t be reached via the Tab key.
|
|
61
|
+
*/
|
|
62
|
+
readonly disableTabindex: boolean;
|
|
58
63
|
/****************************************************************************/
|
|
59
64
|
/**
|
|
60
65
|
* Handles button click events, managing form actions and disabled states.
|
|
@@ -7,6 +7,8 @@ import { GlobalFilterPosition } from '../../utils/constants';
|
|
|
7
7
|
* @slot default - Use this slot to insert HTML into the data grid content.
|
|
8
8
|
* @slot before - Use this slot to insert HTML before the data grid.
|
|
9
9
|
* @slot after - Use this slot to insert HTML after the data grid.
|
|
10
|
+
*
|
|
11
|
+
* @deprecated Please use the datatable instead
|
|
10
12
|
*/
|
|
11
13
|
export declare class NvDatagrid {
|
|
12
14
|
el: HTMLNvDatagridElement;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/** Available icons */
|
|
2
|
-
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "alert-square-rounded", "alert-triangle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-diagonal", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-bolt", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "brand-facebook", "brand-instagram", "brand-linkedin", "brand-x", "brand-youtube", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "
|
|
2
|
+
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "alert-square-rounded", "alert-triangle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-diagonal", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-bolt", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "brand-facebook", "brand-instagram", "brand-linkedin", "brand-x", "brand-youtube", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "columns-1", "columns-2", "columns-3", "compass", "contract", "cookie", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "empty", "engine", "equal-not", "eraser-off", "eraser", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xls", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "git-branch-delete", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-draft", "git-pull-request", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "heart-off", "heart", "heartbeat", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-2", "map-pin-off", "map-pin", "map", "master-data", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "quotes-open", "quotes", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "sailboat", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "sitemap", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "sparkles", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-exclamation", "user-minus", "user-off", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "windmill", "wood", "world-code", "world", "writing", "x", "zoom-reset"];
|
|
3
3
|
export type IconName = (typeof iconNames)[number];
|
|
@@ -52,6 +52,11 @@ export declare class NvIconbutton {
|
|
|
52
52
|
* Sets the shape of the button. Choose between square and rounded.
|
|
53
53
|
*/
|
|
54
54
|
readonly shape: `${IconButtonShape}`;
|
|
55
|
+
/**
|
|
56
|
+
* Use this to make the button skip-able when users navigate with the keyboard.
|
|
57
|
+
* The button remains clickable but won’t be reached via the Tab key.
|
|
58
|
+
*/
|
|
59
|
+
readonly disableTabindex: boolean;
|
|
55
60
|
/****************************************************************************/
|
|
56
61
|
/**
|
|
57
62
|
* Handles form-related actions when the button is clicked.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* @slot default - Child content of the component.
|
|
4
|
+
*/
|
|
5
|
+
export declare class NvTableheader {
|
|
6
|
+
/****************************************************************************/
|
|
7
|
+
/**
|
|
8
|
+
* Will render the header as sortable with the corresponding icon button.
|
|
9
|
+
* Allows the header to be tabbed, and trigger sorting via click or keyboard
|
|
10
|
+
* navigation
|
|
11
|
+
*/
|
|
12
|
+
readonly sortable: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* The current sort direction of the header. Will be 'none' if the header is
|
|
15
|
+
* not sortable or if the sort direction is not set.
|
|
16
|
+
*/
|
|
17
|
+
sortDirection: 'none' | 'asc' | 'desc';
|
|
18
|
+
/****************************************************************************/
|
|
19
|
+
private cycleSortDirection;
|
|
20
|
+
private handleKeyDown;
|
|
21
|
+
get ariaSort(): "none" | "ascending" | "descending";
|
|
22
|
+
/****************************************************************************/
|
|
23
|
+
/****************************************************************************/
|
|
24
|
+
/****************************************************************************/
|
|
25
|
+
/**
|
|
26
|
+
* Event emitted when the sort direction changes. Payload is the new sort
|
|
27
|
+
* direction.
|
|
28
|
+
*/
|
|
29
|
+
sortDirectionChanged: EventEmitter<string>;
|
|
30
|
+
/****************************************************************************/
|
|
31
|
+
render(): any;
|
|
32
|
+
}
|
|
@@ -284,6 +284,14 @@ export namespace Components {
|
|
|
284
284
|
* Applies styling that visually indicates the button represents a dangerous action.
|
|
285
285
|
*/
|
|
286
286
|
"danger": boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Use this to make the button skip-able when users navigate with the keyboard. The button remains clickable but won’t be reached via the Tab key.
|
|
289
|
+
*/
|
|
290
|
+
"disableTabindex": boolean;
|
|
291
|
+
/**
|
|
292
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
293
|
+
*/
|
|
294
|
+
"disable-tabindex"?: boolean;
|
|
287
295
|
/**
|
|
288
296
|
* Disables the button, preventing user interaction.
|
|
289
297
|
*/
|
|
@@ -474,6 +482,7 @@ export namespace Components {
|
|
|
474
482
|
}
|
|
475
483
|
/**
|
|
476
484
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
485
|
+
* @deprecated Please use the datatable instead
|
|
477
486
|
*/
|
|
478
487
|
interface NvDatagrid {
|
|
479
488
|
/**
|
|
@@ -2407,6 +2416,14 @@ export namespace Components {
|
|
|
2407
2416
|
* Makes the button look active when it’s within a compatible component like a button group.
|
|
2408
2417
|
*/
|
|
2409
2418
|
"active": boolean;
|
|
2419
|
+
/**
|
|
2420
|
+
* Use this to make the button skip-able when users navigate with the keyboard. The button remains clickable but won’t be reached via the Tab key.
|
|
2421
|
+
*/
|
|
2422
|
+
"disableTabindex": boolean;
|
|
2423
|
+
/**
|
|
2424
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
2425
|
+
*/
|
|
2426
|
+
"disable-tabindex"?: boolean;
|
|
2410
2427
|
/**
|
|
2411
2428
|
* Disables the button, preventing user interaction.
|
|
2412
2429
|
*/
|
|
@@ -2763,6 +2780,20 @@ export namespace Components {
|
|
|
2763
2780
|
}
|
|
2764
2781
|
interface NvTable {
|
|
2765
2782
|
}
|
|
2783
|
+
interface NvTableheader {
|
|
2784
|
+
/**
|
|
2785
|
+
* The current sort direction of the header. Will be 'none' if the header is not sortable or if the sort direction is not set.
|
|
2786
|
+
*/
|
|
2787
|
+
"sortDirection": 'none' | 'asc' | 'desc';
|
|
2788
|
+
/**
|
|
2789
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
2790
|
+
*/
|
|
2791
|
+
"sort-direction"?: 'none' | 'asc' | 'desc';
|
|
2792
|
+
/**
|
|
2793
|
+
* Will render the header as sortable with the corresponding icon button. Allows the header to be tabbed, and trigger sorting via click or keyboard navigation
|
|
2794
|
+
*/
|
|
2795
|
+
"sortable": boolean;
|
|
2796
|
+
}
|
|
2766
2797
|
interface NvToggle {
|
|
2767
2798
|
/**
|
|
2768
2799
|
* Indicates whether the toggle is checked or not.
|
|
@@ -3001,6 +3032,10 @@ export interface NvSplitCustomEvent<T> extends CustomEvent<T> {
|
|
|
3001
3032
|
detail: T;
|
|
3002
3033
|
target: HTMLNvSplitElement;
|
|
3003
3034
|
}
|
|
3035
|
+
export interface NvTableheaderCustomEvent<T> extends CustomEvent<T> {
|
|
3036
|
+
detail: T;
|
|
3037
|
+
target: HTMLNvTableheaderElement;
|
|
3038
|
+
}
|
|
3004
3039
|
export interface NvToggleCustomEvent<T> extends CustomEvent<T> {
|
|
3005
3040
|
detail: T;
|
|
3006
3041
|
target: HTMLNvToggleElement;
|
|
@@ -3196,6 +3231,7 @@ declare global {
|
|
|
3196
3231
|
}
|
|
3197
3232
|
/**
|
|
3198
3233
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
3234
|
+
* @deprecated Please use the datatable instead
|
|
3199
3235
|
*/
|
|
3200
3236
|
interface HTMLNvDatagridElement extends Components.NvDatagrid, HTMLStencilElement {
|
|
3201
3237
|
addEventListener<K extends keyof HTMLNvDatagridElementEventMap>(type: K, listener: (this: HTMLNvDatagridElement, ev: NvDatagridCustomEvent<HTMLNvDatagridElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3695,6 +3731,23 @@ declare global {
|
|
|
3695
3731
|
prototype: HTMLNvTableElement;
|
|
3696
3732
|
new (): HTMLNvTableElement;
|
|
3697
3733
|
};
|
|
3734
|
+
interface HTMLNvTableheaderElementEventMap {
|
|
3735
|
+
"sortDirectionChanged": string;
|
|
3736
|
+
}
|
|
3737
|
+
interface HTMLNvTableheaderElement extends Components.NvTableheader, HTMLStencilElement {
|
|
3738
|
+
addEventListener<K extends keyof HTMLNvTableheaderElementEventMap>(type: K, listener: (this: HTMLNvTableheaderElement, ev: NvTableheaderCustomEvent<HTMLNvTableheaderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3739
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3740
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3741
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3742
|
+
removeEventListener<K extends keyof HTMLNvTableheaderElementEventMap>(type: K, listener: (this: HTMLNvTableheaderElement, ev: NvTableheaderCustomEvent<HTMLNvTableheaderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3743
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3744
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3745
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3746
|
+
}
|
|
3747
|
+
var HTMLNvTableheaderElement: {
|
|
3748
|
+
prototype: HTMLNvTableheaderElement;
|
|
3749
|
+
new (): HTMLNvTableheaderElement;
|
|
3750
|
+
};
|
|
3698
3751
|
interface HTMLNvToggleElementEventMap {
|
|
3699
3752
|
"checkedChanged": boolean;
|
|
3700
3753
|
}
|
|
@@ -3812,6 +3865,7 @@ declare global {
|
|
|
3812
3865
|
"nv-split": HTMLNvSplitElement;
|
|
3813
3866
|
"nv-stack": HTMLNvStackElement;
|
|
3814
3867
|
"nv-table": HTMLNvTableElement;
|
|
3868
|
+
"nv-tableheader": HTMLNvTableheaderElement;
|
|
3815
3869
|
"nv-toggle": HTMLNvToggleElement;
|
|
3816
3870
|
"nv-togglebutton": HTMLNvTogglebuttonElement;
|
|
3817
3871
|
"nv-togglebuttongroup": HTMLNvTogglebuttongroupElement;
|
|
@@ -4107,6 +4161,14 @@ declare namespace LocalJSX {
|
|
|
4107
4161
|
* Applies styling that visually indicates the button represents a dangerous action.
|
|
4108
4162
|
*/
|
|
4109
4163
|
"danger"?: boolean;
|
|
4164
|
+
/**
|
|
4165
|
+
* Use this to make the button skip-able when users navigate with the keyboard. The button remains clickable but won’t be reached via the Tab key.
|
|
4166
|
+
*/
|
|
4167
|
+
"disableTabindex"?: boolean;
|
|
4168
|
+
/**
|
|
4169
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
4170
|
+
*/
|
|
4171
|
+
"disable-tabindex"?: boolean;
|
|
4110
4172
|
/**
|
|
4111
4173
|
* Disables the button, preventing user interaction.
|
|
4112
4174
|
*/
|
|
@@ -4306,6 +4368,7 @@ declare namespace LocalJSX {
|
|
|
4306
4368
|
}
|
|
4307
4369
|
/**
|
|
4308
4370
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
4371
|
+
* @deprecated Please use the datatable instead
|
|
4309
4372
|
*/
|
|
4310
4373
|
interface NvDatagrid {
|
|
4311
4374
|
/**
|
|
@@ -6362,6 +6425,14 @@ declare namespace LocalJSX {
|
|
|
6362
6425
|
* Makes the button look active when it’s within a compatible component like a button group.
|
|
6363
6426
|
*/
|
|
6364
6427
|
"active"?: boolean;
|
|
6428
|
+
/**
|
|
6429
|
+
* Use this to make the button skip-able when users navigate with the keyboard. The button remains clickable but won’t be reached via the Tab key.
|
|
6430
|
+
*/
|
|
6431
|
+
"disableTabindex"?: boolean;
|
|
6432
|
+
/**
|
|
6433
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
6434
|
+
*/
|
|
6435
|
+
"disable-tabindex"?: boolean;
|
|
6365
6436
|
/**
|
|
6366
6437
|
* Disables the button, preventing user interaction.
|
|
6367
6438
|
*/
|
|
@@ -6703,6 +6774,24 @@ declare namespace LocalJSX {
|
|
|
6703
6774
|
}
|
|
6704
6775
|
interface NvTable {
|
|
6705
6776
|
}
|
|
6777
|
+
interface NvTableheader {
|
|
6778
|
+
/**
|
|
6779
|
+
* Event emitted when the sort direction changes. Payload is the new sort direction.
|
|
6780
|
+
*/
|
|
6781
|
+
"onSortDirectionChanged"?: (event: NvTableheaderCustomEvent<string>) => void;
|
|
6782
|
+
/**
|
|
6783
|
+
* The current sort direction of the header. Will be 'none' if the header is not sortable or if the sort direction is not set.
|
|
6784
|
+
*/
|
|
6785
|
+
"sortDirection"?: 'none' | 'asc' | 'desc';
|
|
6786
|
+
/**
|
|
6787
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
6788
|
+
*/
|
|
6789
|
+
"sort-direction"?: 'none' | 'asc' | 'desc';
|
|
6790
|
+
/**
|
|
6791
|
+
* Will render the header as sortable with the corresponding icon button. Allows the header to be tabbed, and trigger sorting via click or keyboard navigation
|
|
6792
|
+
*/
|
|
6793
|
+
"sortable"?: boolean;
|
|
6794
|
+
}
|
|
6706
6795
|
interface NvToggle {
|
|
6707
6796
|
/**
|
|
6708
6797
|
* Indicates whether the toggle is checked or not.
|
|
@@ -6894,6 +6983,7 @@ declare namespace LocalJSX {
|
|
|
6894
6983
|
"nv-split": NvSplit;
|
|
6895
6984
|
"nv-stack": NvStack;
|
|
6896
6985
|
"nv-table": NvTable;
|
|
6986
|
+
"nv-tableheader": NvTableheader;
|
|
6897
6987
|
"nv-toggle": NvToggle;
|
|
6898
6988
|
"nv-togglebutton": NvTogglebutton;
|
|
6899
6989
|
"nv-togglebuttongroup": NvTogglebuttongroup;
|
|
@@ -6920,6 +7010,7 @@ declare module "@stencil/core" {
|
|
|
6920
7010
|
"nv-col": LocalJSX.NvCol & JSXBase.HTMLAttributes<HTMLNvColElement>;
|
|
6921
7011
|
/**
|
|
6922
7012
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
7013
|
+
* @deprecated Please use the datatable instead
|
|
6923
7014
|
*/
|
|
6924
7015
|
"nv-datagrid": LocalJSX.NvDatagrid & JSXBase.HTMLAttributes<HTMLNvDatagridElement>;
|
|
6925
7016
|
"nv-datagridcolumn": LocalJSX.NvDatagridcolumn & JSXBase.HTMLAttributes<HTMLNvDatagridcolumnElement>;
|
|
@@ -6970,6 +7061,7 @@ declare module "@stencil/core" {
|
|
|
6970
7061
|
*/
|
|
6971
7062
|
"nv-stack": LocalJSX.NvStack & JSXBase.HTMLAttributes<HTMLNvStackElement>;
|
|
6972
7063
|
"nv-table": LocalJSX.NvTable & JSXBase.HTMLAttributes<HTMLNvTableElement>;
|
|
7064
|
+
"nv-tableheader": LocalJSX.NvTableheader & JSXBase.HTMLAttributes<HTMLNvTableheaderElement>;
|
|
6973
7065
|
"nv-toggle": LocalJSX.NvToggle & JSXBase.HTMLAttributes<HTMLNvToggleElement>;
|
|
6974
7066
|
"nv-togglebutton": LocalJSX.NvTogglebutton & JSXBase.HTMLAttributes<HTMLNvTogglebuttonElement>;
|
|
6975
7067
|
"nv-togglebuttongroup": LocalJSX.NvTogglebuttongroup & JSXBase.HTMLAttributes<HTMLNvTogglebuttongroupElement>;
|
package/dist/vscode-data.json
CHANGED
|
@@ -325,6 +325,10 @@
|
|
|
325
325
|
"name": "danger",
|
|
326
326
|
"description": "Applies styling that visually indicates the button represents a dangerous\naction."
|
|
327
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"name": "disable-tabindex",
|
|
330
|
+
"description": "Use this to make the button skip-able when users navigate with the keyboard.\nThe button remains clickable but won’t be reached via the Tab key."
|
|
331
|
+
},
|
|
328
332
|
{
|
|
329
333
|
"name": "disabled",
|
|
330
334
|
"description": "Disables the button, preventing user interaction."
|
|
@@ -2942,6 +2946,10 @@
|
|
|
2942
2946
|
"name": "active",
|
|
2943
2947
|
"description": "Makes the button look active when it’s within a compatible component\nlike a button group."
|
|
2944
2948
|
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "disable-tabindex",
|
|
2951
|
+
"description": "Use this to make the button skip-able when users navigate with the keyboard.\nThe button remains clickable but won’t be reached via the Tab key."
|
|
2952
|
+
},
|
|
2945
2953
|
{
|
|
2946
2954
|
"name": "disabled",
|
|
2947
2955
|
"description": "Disables the button, preventing user interaction."
|
|
@@ -3572,12 +3580,6 @@
|
|
|
3572
3580
|
{
|
|
3573
3581
|
"name": "cloud"
|
|
3574
3582
|
},
|
|
3575
|
-
{
|
|
3576
|
-
"name": "collapse-close"
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "collapse-open"
|
|
3580
|
-
},
|
|
3581
3583
|
{
|
|
3582
3584
|
"name": "color-picker"
|
|
3583
3585
|
},
|
|
@@ -4451,6 +4453,9 @@
|
|
|
4451
4453
|
{
|
|
4452
4454
|
"name": "shopping-cart"
|
|
4453
4455
|
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "sitemap"
|
|
4458
|
+
},
|
|
4454
4459
|
{
|
|
4455
4460
|
"name": "slash"
|
|
4456
4461
|
},
|
|
@@ -4987,6 +4992,34 @@
|
|
|
4987
4992
|
},
|
|
4988
4993
|
"attributes": []
|
|
4989
4994
|
},
|
|
4995
|
+
{
|
|
4996
|
+
"name": "nv-tableheader",
|
|
4997
|
+
"description": {
|
|
4998
|
+
"kind": "markdown",
|
|
4999
|
+
"value": "A semantic table header cell component that enhances native table headers with sorting behavior, keyboard accessibility, and Nova styling. When enabled, it displays sorting UI and allows users to toggle sort direction through clicks or keyboard input, and communicates its current state via ARIA attributes for assistive technologies.\n\nThis component does not perform sorting on its own—it only controls and displays the sorting state for that header. The actual data sorting must be handled externally. For advanced use cases, such as automatically sorting table data, using built-in server/client-side sorting, or managing multi-column sorting, see the datatable component, which includes full sorting logic.\n\nIf you prefer a fully custom table implementation, you can listen to this component’s sortDirectionChanged event and implement your own sorting behavior."
|
|
5000
|
+
},
|
|
5001
|
+
"attributes": [
|
|
5002
|
+
{
|
|
5003
|
+
"name": "sort-direction",
|
|
5004
|
+
"description": "The current sort direction of the header. Will be 'none' if the header is\nnot sortable or if the sort direction is not set.",
|
|
5005
|
+
"values": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "asc"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"name": "desc"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "none"
|
|
5014
|
+
}
|
|
5015
|
+
]
|
|
5016
|
+
},
|
|
5017
|
+
{
|
|
5018
|
+
"name": "sortable",
|
|
5019
|
+
"description": "Will render the header as sortable with the corresponding icon button.\nAllows the header to be tabbed, and trigger sorting via click or keyboard\nnavigation"
|
|
5020
|
+
}
|
|
5021
|
+
]
|
|
5022
|
+
},
|
|
4990
5023
|
{
|
|
4991
5024
|
"name": "nv-toggle",
|
|
4992
5025
|
"description": {
|