adpro-react 0.0.22-rc.1 → 0.0.22-rc.3

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.
@@ -23509,7 +23509,7 @@ function my(e) {
23509
23509
  return;
23510
23510
  }
23511
23511
  u.body = {
23512
- filter: _
23512
+ [u.filterName || "filter"]: _
23513
23513
  }, dy.Send(u).then((W) => {
23514
23514
  if (W) {
23515
23515
  let z = W;
@@ -40524,6 +40524,7 @@ const hS = ({ text: e, variant: t = "body3", align: r, placement: n }) => {
40524
40524
  export {
40525
40525
  b7 as ADPROTheme,
40526
40526
  FS as AutocompleteADPRO,
40527
+ hS as EllipsisWithTooltip,
40527
40528
  jS as MultiSelectADPRO,
40528
40529
  W9 as ToastADPRO,
40529
40530
  v7 as ToastsContainer,
@@ -1,4 +1,5 @@
1
1
  export * from './autocomplete';
2
2
  export * from './notification';
3
3
  export * from './multiSelectADPRO';
4
+ export * from './EllipsisTooltip';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA"}
@@ -9,6 +9,7 @@ export interface SendRequestAxiosProps {
9
9
  hideError?: boolean;
10
10
  srm?: boolean;
11
11
  core?: boolean;
12
+ filterName?: string;
12
13
  }
13
14
  export type apisUrls = "API" | "CORE";
14
15
  export type methodRequestProps = "post" | "get" | "put" | "delete";
@@ -1 +1 @@
1
- {"version":3,"file":"SendRequestAxiosProps.d.ts","sourceRoot":"","sources":["../../../../src/methods/requestADPRO/interfaces/SendRequestAxiosProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,IAAI,CAAC,EAAE,OAAO,CAAA;CACjB;AACD,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAA;AAErC,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"SendRequestAxiosProps.d.ts","sourceRoot":"","sources":["../../../../src/methods/requestADPRO/interfaces/SendRequestAxiosProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB;AACD,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAA;AAErC,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adpro-react",
3
- "version": "0.0.22-rc.1",
3
+ "version": "0.0.22-rc.3",
4
4
  "author": "Joel Mateo Robles Atuesta",
5
5
  "main": "dist/adpro-react.cjs.js",
6
6
  "module": "dist/adpro-react.es.js",
@@ -18,8 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@emotion/react": "^11.14.0",
20
20
  "@emotion/styled": "^11.14.0",
21
- "@mui/icons-material": "^6.3.0",
22
- "@mui/material": "^6.3.0",
21
+ "@mui/icons-material": "^6.1.8",
22
+ "@mui/material": "^6.1.8",
23
23
  "react": "^18.3.1 || ^19.0.0",
24
24
  "react-dom": "^18.3.1 || ^19.0.0"
25
25
  },
@@ -57,8 +57,8 @@
57
57
  "@emotion/react": "^11.14.0",
58
58
  "@emotion/styled": "^11.14.0",
59
59
  "@hookform/devtools": "^4.3.3",
60
- "@mui/icons-material": "^6.3.0",
61
- "@mui/material": "^6.3.0",
60
+ "@mui/icons-material": "^6.1.8",
61
+ "@mui/material": "^6.1.8",
62
62
  "@mui/x-data-grid-pro": "^7.23.4",
63
63
  "@mui/x-date-pickers-pro": "^7.23.3",
64
64
  "@sinco/react": "^1.2.5-rc.3",