@ni/nimble-components 21.6.0 → 21.6.2
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 +2 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/components/row/template.js +1 -1
- package/dist/esm/table/components/row/template.js.map +1 -1
- package/dist/esm/table/types.d.ts +4 -4
- package/dist/esm/table/types.js +4 -4
- package/dist/esm/table/types.js.map +1 -1
- package/package.json +2 -2
|
@@ -16301,7 +16301,7 @@
|
|
|
16301
16301
|
|
|
16302
16302
|
/**
|
|
16303
16303
|
* Do not edit directly
|
|
16304
|
-
* Generated on
|
|
16304
|
+
* Generated on Thu, 22 Feb 2024 00:57:15 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -62599,8 +62599,8 @@ img.ProseMirror-separator {
|
|
|
62599
62599
|
|
|
62600
62600
|
const TableRecordDelayedHierarchyState = {
|
|
62601
62601
|
none: undefined,
|
|
62602
|
-
canLoadChildren: '
|
|
62603
|
-
loadingChildren: '
|
|
62602
|
+
canLoadChildren: 'can-load-children',
|
|
62603
|
+
loadingChildren: 'loading-children'
|
|
62604
62604
|
};
|
|
62605
62605
|
/**
|
|
62606
62606
|
* The possible directions a table column can be sorted in.
|
|
@@ -62624,9 +62624,9 @@ img.ProseMirror-separator {
|
|
|
62624
62624
|
* The possible selection states that the table or a table row can be in.
|
|
62625
62625
|
*/
|
|
62626
62626
|
const TableRowSelectionState = {
|
|
62627
|
-
notSelected: '
|
|
62627
|
+
notSelected: 'not-selected',
|
|
62628
62628
|
selected: 'selected',
|
|
62629
|
-
partiallySelected: '
|
|
62629
|
+
partiallySelected: 'partially-selected'
|
|
62630
62630
|
};
|
|
62631
62631
|
|
|
62632
62632
|
/**
|
|
@@ -63670,7 +63670,7 @@ img.ProseMirror-separator {
|
|
|
63670
63670
|
aria-label="${x => tableRowLoadingLabel.getValueFor(x)}"
|
|
63671
63671
|
title="${x => tableRowLoadingLabel.getValueFor(x)}"
|
|
63672
63672
|
>
|
|
63673
|
-
|
|
63673
|
+
</${spinnerTag}>
|
|
63674
63674
|
</span>
|
|
63675
63675
|
`)}
|
|
63676
63676
|
${when(x => !x.loading, html `
|