Skip to content

Commit 774a897

Browse files
committed
Export makeCommaSeparatedString
1 parent c2dd962 commit 774a897

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/components/releaseNotes/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Components, models, actions, and utility functions for LabKey applications and p
33

44
### version 6.??.?
55
*Released*: ? July 2025
6-
- makeCommaSeparatedString: Add lastSeparator and postfix args.
6+
- makeCommaSeparatedString: Add lastSeparator and postfix args, export
77

88
### version 6.54.2
99
*Released*: 9 July 2025

packages/components/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import {
6767
isNonNegativeFloat,
6868
isNonNegativeInteger,
6969
isSetEqual,
70+
makeCommaSeparatedString,
7071
parseCsvString,
7172
parseScientificInt,
7273
quoteValueWithDelimiters,
@@ -1557,6 +1558,7 @@ export {
15571558
LockIcon,
15581559
LOOK_AND_FEEL_METRIC,
15591560
LookupSelectInput,
1561+
makeCommaSeparatedString,
15601562
makeQueryInfo,
15611563
makeTestActions,
15621564
makeTestISelectRowsResult,

0 commit comments

Comments
 (0)