adpro-react 0.0.23-rc.12 → 0.0.23-rc.14

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.
@@ -27285,7 +27285,7 @@ const qi = {
27285
27285
  type: p,
27286
27286
  labelText: C,
27287
27287
  optionAll: g,
27288
- showid: b,
27288
+ showId: b,
27289
27289
  action: h
27290
27290
  } = e, {
27291
27291
  dataList: d,
@@ -30989,7 +30989,7 @@ const ey = (e, t) => ({
30989
30989
  }) : g(h);
30990
30990
  },
30991
30991
  label: "Nombre o código del usuario",
30992
- showid: !0
30992
+ showId: !0
30993
30993
  }
30994
30994
  ) }),
30995
30995
  /* @__PURE__ */ T.jsx(
@@ -18,7 +18,7 @@ export interface AutocompleteADPROBaseProps<T extends Record<string, any>> exten
18
18
  customTheme?: Theme;
19
19
  size?: "small" | "medium";
20
20
  optionAll?: T;
21
- showid?: boolean;
21
+ showId?: boolean;
22
22
  }
23
23
  export interface AutocompleteADPRORequest<T extends Record<string, any>> extends AutocompleteADPROBaseProps<T> {
24
24
  type: "request";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adpro-react",
3
- "version": "0.0.23-rc.12",
3
+ "version": "0.0.23-rc.14",
4
4
  "author": "Joel Mateo Robles Atuesta",
5
5
  "main": "dist/adpro-react.cjs.js",
6
6
  "module": "dist/adpro-react.es.js",