@ni/nimble-components 25.1.0 → 25.1.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/dist/all-components-bundle.js +6 -6
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -5
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rich-text/editor/template.js +1 -1
- package/dist/esm/rich-text/editor/template.js.map +1 -1
- package/dist/esm/table/components/cell/template.js +2 -2
- package/dist/esm/table/components/cell/template.js.map +1 -1
- package/dist/esm/table/template.js +2 -2
- package/dist/esm/table/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -7272,7 +7272,7 @@ const P$="nimble-rich-text-mention-listbox",L$=Z`
|
|
|
7272
7272
|
${Pt("mentionListbox")}
|
|
7273
7273
|
@mention-selected=${(t,e)=>t.onMentionSelect(e.event)}
|
|
7274
7274
|
>
|
|
7275
|
-
${Zt((t=>Array.from(t.activeMappingConfigs
|
|
7275
|
+
${Zt((t=>Array.from(t.activeMappingConfigs?t.activeMappingConfigs.values():[])),Z`
|
|
7276
7276
|
<${Mv} value="${t=>t.mentionHref}">${t=>t.displayName}</${Mv}>
|
|
7277
7277
|
`,{recycle:!1})}
|
|
7278
7278
|
</${P$}>
|
|
@@ -10395,10 +10395,10 @@ const lR="nimble-table-header",cR=xt`
|
|
|
10395
10395
|
@toggle="${(t,e)=>t.onActionMenuToggle(e.event)}"
|
|
10396
10396
|
@click="${(t,e)=>e.event.stopPropagation()}"
|
|
10397
10397
|
class="action-menu"
|
|
10398
|
-
title="${t=>t.actionMenuLabel
|
|
10398
|
+
title="${t=>t.actionMenuLabel?t.actionMenuLabel:cv.getValueFor(t)}"
|
|
10399
10399
|
>
|
|
10400
10400
|
<${Fg} slot="start"></${Fg}>
|
|
10401
|
-
${t=>t.actionMenuLabel
|
|
10401
|
+
${t=>t.actionMenuLabel?t.actionMenuLabel:cv.getValueFor(t)}
|
|
10402
10402
|
<slot name="cellActionMenu" slot="menu"></slot>
|
|
10403
10403
|
</${qv}>
|
|
10404
10404
|
`)}
|
|
@@ -10645,7 +10645,7 @@ const SR="nimble-table-group-row",$R=Z`
|
|
|
10645
10645
|
--ni-private-table-header-container-margin-right: ${t=>t.virtualizer.headerContainerMarginRight}px;
|
|
10646
10646
|
--ni-private-table-scroll-height: ${t=>t.virtualizer.scrollHeight}px;
|
|
10647
10647
|
--ni-private-table-row-container-top: ${t=>t.virtualizer.rowContainerYOffset}px;
|
|
10648
|
-
--ni-private-table-row-grid-columns: ${t=>t.rowGridColumns
|
|
10648
|
+
--ni-private-table-row-grid-columns: ${t=>t.rowGridColumns?t.rowGridColumns:""};
|
|
10649
10649
|
--ni-private-table-cursor-override: ${t=>t.layoutManager.isColumnBeingSized?"col-resize":"default"};
|
|
10650
10650
|
--ni-private-table-scrollable-min-width: ${t=>t.tableScrollableMinWidth}px;
|
|
10651
10651
|
--ni-private-glass-overlay-pointer-events: ${t=>t.layoutManager.isColumnBeingSized?"none":"default"};
|
|
@@ -10663,7 +10663,7 @@ const SR="nimble-table-group-row",$R=Z`
|
|
|
10663
10663
|
<span class="checkbox-container">
|
|
10664
10664
|
<${Gm}
|
|
10665
10665
|
${Pt("selectionCheckbox")}
|
|
10666
|
-
class="${t=>`selection-checkbox ${t.selectionMode
|
|
10666
|
+
class="${t=>`selection-checkbox ${t.selectionMode?t.selectionMode:""}`}"
|
|
10667
10667
|
@change="${(t,e)=>t.onAllRowsSelectionChange(e.event)}"
|
|
10668
10668
|
title="${t=>pv.getValueFor(t)}"
|
|
10669
10669
|
aria-label="${t=>pv.getValueFor(t)}"
|