Skip to content

Commit a985482

Browse files
committed
Refactor to share util
1 parent 766c110 commit a985482

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

packages/components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labkey/components",
3-
"version": "6.43.1-fb-issue52925.1",
3+
"version": "6.43.1-fb-issue52925.2",
44
"description": "Components, models, actions, and utility functions for LabKey applications and pages",
55
"sideEffects": false,
66
"files": [

packages/components/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { applyURL, AppURL, buildURL, spliceURL } from './internal/url/AppURL';
1919
import { AppLink } from './internal/url/AppLink';
2020
import { useAppNavigate } from './internal/url/useAppNavigate';
2121
import { hasParameter, imageURL, toggleParameter } from './internal/url/ActionURL';
22+
import { encodeFormDataQuote } from './internal/url/utils';
2223
import { Container } from './internal/components/base/models/Container';
2324
import { hasAllPermissions, hasAnyPermissions, hasPermissions, User } from './internal/components/base/models/User';
2425
import { GridColumn } from './internal/components/base/models/GridColumn';
@@ -1219,6 +1220,7 @@ export {
12191220
replaceParameters,
12201221
hasParameter,
12211222
toggleParameter,
1223+
encodeFormDataQuote,
12221224
applyURL,
12231225
buildURL,
12241226
imageURL,

0 commit comments

Comments
 (0)