@agorapulse/ui-components 18.1.12 → 18.1.13
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/agorapulse-ui-components-18.1.13.tgz +0 -0
- package/esm2022/nav-selector/nav-selector.mjs +1 -1
- package/esm2022/nav-selector/utils/nav-selector.builder.mjs +2 -2
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs +1 -1
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs.map +1 -1
- package/nav-selector/nav-selector.d.ts +2 -0
- package/package.json +1 -1
- package/agorapulse-ui-components-18.1.12.tgz +0 -0
|
@@ -106,6 +106,8 @@ export interface NavSelectorLeafDetails {
|
|
|
106
106
|
uid: string;
|
|
107
107
|
/** Counter to display on the entry */
|
|
108
108
|
counter: number | null;
|
|
109
|
+
/** If true, excludes this from the counter sum */
|
|
110
|
+
excludedCounterSum: boolean;
|
|
109
111
|
/** Displayed name of the node */
|
|
110
112
|
name: string;
|
|
111
113
|
/** Translation of the error on the leaf */
|
package/package.json
CHANGED
|
Binary file
|