Implement the localizer helper API
This commit is contained in:
parent
b428eb3bf6
commit
6997c736dc
2 changed files with 34 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import { QueryStatus } from "./apps/QueryStatus.mjs";
|
|||
// Utils
|
||||
import { attributeSorter } from "./utils/attributeSort.mjs";
|
||||
import { DialogManager } from "./utils/DialogManager.mjs";
|
||||
import { localizer } from "./utils/localizer.mjs";
|
||||
import { QueryManager } from "./utils/QueryManager.mjs";
|
||||
import { toID } from "./utils/toID.mjs";
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ Object.defineProperty(
|
|||
},
|
||||
utils: {
|
||||
attributeSorter,
|
||||
localizer,
|
||||
toID,
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue