@genexus/mercury 0.8.11 → 0.9.1

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.
@@ -1,7 +1,7 @@
1
1
  import { GxImageMultiState, NavigationListItemModel, TreeViewImagePathCallback } from "@genexus/chameleon-controls-library";
2
2
  import { RegistryGetImagePathCallback } from "@genexus/chameleon-controls-library/dist/types/index";
3
3
  export { MercuryBundleBase, MercuryBundleComponent, MercuryBundleComponentForm, MercuryBundleFull, MercuryBundleOptimized, MercuryBundleReset, MercuryBundleUtil, MercuryBundleUtilFormFull, MercuryBundles } from "./bundles.js";
4
- export { getThemeBundles } from "./bundles.js";
4
+ export { getThemeBundles, getBundles } from "./bundles.js";
5
5
  export type AssetsMetadata = {
6
6
  category: string;
7
7
  name: string;
@@ -1,5 +1,5 @@
1
1
  import { MERCURY_ASSETS } from "./assets/MERCURY_ASSETS.js";
2
- export { getThemeBundles } from "./bundles.js";
2
+ export { getThemeBundles, getBundles } from "./bundles.js";
3
3
  const ASSETS_BY_VENDOR = {};
4
4
  const ALIAS_TO_VENDOR_NAME = {};
5
5
  const SEPARATOR = "/";
@@ -155,6 +155,7 @@ export const getTreeViewImagePathCallback = (item, iconDirection) => {
155
155
  export const getImagePathCallbackDefinitions = {
156
156
  "ch-accordion-render": getImagePathCallback,
157
157
  "ch-navigation-list-render": getNavigationListImagePathCallback,
158
+ "ch-checkbox": getImagePathCallback,
158
159
  "ch-edit": getImagePathCallback,
159
160
  "ch-image": getImagePathCallback,
160
161
  "ch-tree-view-render": getTreeViewImagePathCallback