@ni/ok-components 0.1.15 → 0.1.17
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.
|
@@ -20883,7 +20883,6 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
20883
20883
|
frameless: 'frameless'
|
|
20884
20884
|
};
|
|
20885
20885
|
|
|
20886
|
-
// prettier-ignore
|
|
20887
20886
|
const styles$P = css `
|
|
20888
20887
|
${display$2('inline-flex')}
|
|
20889
20888
|
|
|
@@ -72737,7 +72736,7 @@ focus outline in that case.
|
|
|
72737
72736
|
return false;
|
|
72738
72737
|
}
|
|
72739
72738
|
return (this.hierarchyOptions.get(id)?.delayedHierarchyState
|
|
72740
|
-
=== TableRecordDelayedHierarchyState.loadingChildren
|
|
72739
|
+
=== TableRecordDelayedHierarchyState.loadingChildren);
|
|
72741
72740
|
}
|
|
72742
72741
|
canLoadDelayedChildren(id) {
|
|
72743
72742
|
if (!this.isHierarchyEnabled) {
|
|
@@ -76491,7 +76490,6 @@ focus outline in that case.
|
|
|
76491
76490
|
/** @internal */
|
|
76492
76491
|
const cellViewMenuSlotName = 'menu-button-menu';
|
|
76493
76492
|
|
|
76494
|
-
// prettier-ignore
|
|
76495
76493
|
const template$d = html `
|
|
76496
76494
|
${when(x => x.showMenuButton, html `
|
|
76497
76495
|
<${menuButtonTag}
|
|
@@ -77837,7 +77835,6 @@ focus outline in that case.
|
|
|
77837
77835
|
frameless: 'frameless'
|
|
77838
77836
|
};
|
|
77839
77837
|
|
|
77840
|
-
// prettier-ignore
|
|
77841
77838
|
const styles$a = css `
|
|
77842
77839
|
${display$2('inline-block')}
|
|
77843
77840
|
${styles$S}
|