adpro-react 0.0.21 → 0.0.22-rc.2
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.
- package/dist/adpro-react.cjs.js +158 -155
- package/dist/adpro-react.es.js +8295 -7587
- package/dist/components/EllipsisTooltip/index.d.ts +2 -0
- package/dist/components/EllipsisTooltip/index.d.ts.map +1 -0
- package/dist/components/EllipsisTooltip/view/EllipsisTooltip.d.ts +10 -0
- package/dist/components/EllipsisTooltip/view/EllipsisTooltip.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/multiSelectADPRO/view/MultiSelectADPRO.d.ts.map +1 -1
- package/package.json +5 -5
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EllipsisTooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
interface EllipsisWithTooltipProps {
|
3
|
+
text: string;
|
4
|
+
variant?: 'body1' | 'body2' | 'caption' | 'subtitle1' | 'subtitle2' | 'inherit' | 'body3';
|
5
|
+
align?: 'left' | 'center' | 'right' | 'justify' | 'inherit';
|
6
|
+
placement?: "left" | "right" | "top" | "bottom" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start";
|
7
|
+
}
|
8
|
+
export declare const EllipsisWithTooltip: React.FC<EllipsisWithTooltipProps>;
|
9
|
+
export {};
|
10
|
+
//# sourceMappingURL=EllipsisTooltip.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EllipsisTooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/EllipsisTooltip/view/EllipsisTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAG3D,UAAU,wBAAwB;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IAC1F,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IAC5D,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,cAAc,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;CACvK;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAwBlE,CAAC"}
|
@@ -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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"MultiSelectADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelectADPRO/view/MultiSelectADPRO.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAuB,MAAM,6BAA6B,CAAC;
|
1
|
+
{"version":3,"file":"MultiSelectADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelectADPRO/view/MultiSelectADPRO.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAuB,MAAM,6BAA6B,CAAC;AAIzF,eAAO,MAAM,gBAAgB,GACxB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,SAAS,qBAAqB,CAAC,CAAC,CAAC,4CAoE9D,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "adpro-react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.22-rc.2",
|
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.
|
22
|
-
"@mui/material": "^6.
|
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.
|
61
|
-
"@mui/material": "^6.
|
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",
|