@woovi/ui 0.0.4 → 0.0.6
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/index.cjs +35 -35
- package/dist/index.js +61 -61
- package/dist/table/reactTable/InputForCells.d.ts +1 -1
- package/package.json +65 -61
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
type InputProps = {
|
|
2
2
|
isValid: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) =>
|
|
4
|
+
declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) => JSX.Element) & {
|
|
5
5
|
muiName: string;
|
|
6
6
|
}, any, InputProps, never>;
|
|
7
7
|
export default InputForCells;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=18.0.0"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.6",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"react",
|
|
@@ -52,53 +52,55 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@mui/icons-material": "
|
|
56
|
-
"@mui/lab": "
|
|
57
|
-
"@mui/material": "
|
|
58
|
-
"@mui/
|
|
59
|
-
"@mui/
|
|
60
|
-
"@mui/
|
|
61
|
-
"@
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"react
|
|
79
|
-
"
|
|
80
|
-
"react-
|
|
81
|
-
"react-
|
|
82
|
-
"react-
|
|
83
|
-
"react-
|
|
84
|
-
"react-
|
|
85
|
-
"react-
|
|
86
|
-
"react-
|
|
87
|
-
"react-
|
|
88
|
-
"react-
|
|
89
|
-
"react-
|
|
90
|
-
"react-
|
|
91
|
-
"react-
|
|
92
|
-
"react-
|
|
93
|
-
"react-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"use-
|
|
101
|
-
"
|
|
55
|
+
"@mui/icons-material": "5.16.5",
|
|
56
|
+
"@mui/lab": "5.0.0-alpha.168",
|
|
57
|
+
"@mui/material": "5.16.5",
|
|
58
|
+
"@mui/styled-engine": "npm:@mui/styled-engine-sc@5.14.12",
|
|
59
|
+
"@mui/styled-engine-sc": "5.14.12",
|
|
60
|
+
"@mui/styles": "5.16.5",
|
|
61
|
+
"@mui/x-data-grid-pro": "6.16.3",
|
|
62
|
+
"@mui/x-date-pickers": "6.19.6",
|
|
63
|
+
"@tanstack/react-virtual": "3.13.13",
|
|
64
|
+
"brazilian-values": "0.13.1",
|
|
65
|
+
"chroma-js": "3.2.0",
|
|
66
|
+
"date-fns": "4.1.0",
|
|
67
|
+
"dot-object": "2.1.5",
|
|
68
|
+
"formik": "3.0.0-next.6",
|
|
69
|
+
"history": "4.10.1",
|
|
70
|
+
"i18next": "23.16.5",
|
|
71
|
+
"i18next-browser-languagedetector": "8.2.0",
|
|
72
|
+
"libphonenumber-js": "1.10.39",
|
|
73
|
+
"lodash": "4.17.21",
|
|
74
|
+
"mime-types": "3.0.2",
|
|
75
|
+
"moment": "2.30.1",
|
|
76
|
+
"notistack": "2.0.8",
|
|
77
|
+
"polished": "4.2.2",
|
|
78
|
+
"qrcode.react": "4.2.0",
|
|
79
|
+
"query-string": "7.1.1",
|
|
80
|
+
"react-code-blocks": "0.1.6",
|
|
81
|
+
"react-datasheet": "1.4.12",
|
|
82
|
+
"react-dropzone": "14.3.8",
|
|
83
|
+
"react-error-boundary": "4.1.2",
|
|
84
|
+
"react-fast-compare": "3.2.2",
|
|
85
|
+
"react-i18next": "15.0.0",
|
|
86
|
+
"react-icons": "4.1.0",
|
|
87
|
+
"react-ink": "6.5.4",
|
|
88
|
+
"react-json-view": "1.21.3",
|
|
89
|
+
"react-number-format": "5.2.2",
|
|
90
|
+
"react-relay": "19.0.0",
|
|
91
|
+
"react-rnd": "10.4.1",
|
|
92
|
+
"react-router-dom": "5.3.0",
|
|
93
|
+
"react-table": "7.8.0",
|
|
94
|
+
"react-virtual": "2.2.5",
|
|
95
|
+
"react-window": "1.8.10",
|
|
96
|
+
"rifm": "0.12.1",
|
|
97
|
+
"serialize-query-params": "2.0.4",
|
|
98
|
+
"styled-components": "5.3.11",
|
|
99
|
+
"styled-system": "5.1.5",
|
|
100
|
+
"use-debounce": "10.0.6",
|
|
101
|
+
"use-local-storage-state": "18.3.2",
|
|
102
|
+
"use-window-size-hook": "1.1.22",
|
|
103
|
+
"uuid": "13.0.0",
|
|
102
104
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
|
|
103
105
|
},
|
|
104
106
|
"publishConfig": {
|
|
@@ -138,18 +140,20 @@
|
|
|
138
140
|
"peerDependencies": {
|
|
139
141
|
"react": "^18.3.1",
|
|
140
142
|
"react-dom": "^18.3.1",
|
|
141
|
-
"react-json-view": "
|
|
142
|
-
"@mui/material": "
|
|
143
|
-
"@mui/icons-material": "
|
|
144
|
-
"@mui/lab": "
|
|
145
|
-
"@mui/
|
|
146
|
-
"@mui/
|
|
147
|
-
"@mui/
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"react-
|
|
151
|
-
"react-
|
|
152
|
-
"react-
|
|
153
|
-
"
|
|
143
|
+
"react-json-view": "1.21.3",
|
|
144
|
+
"@mui/material": "5.16.5",
|
|
145
|
+
"@mui/icons-material": "5.16.5",
|
|
146
|
+
"@mui/lab": "5.0.0-alpha.168",
|
|
147
|
+
"@mui/styled-engine": "npm:@mui/styled-engine-sc@5.14.12",
|
|
148
|
+
"@mui/styled-engine-sc": "5.14.12",
|
|
149
|
+
"@mui/styles": "5.16.5",
|
|
150
|
+
"@mui/x-data-grid-pro": "6.16.3",
|
|
151
|
+
"@mui/x-date-pickers": "6.19.6",
|
|
152
|
+
"react-router-dom": "5.3.0",
|
|
153
|
+
"react-table": "7.8.0",
|
|
154
|
+
"react-virtual": "2.2.5",
|
|
155
|
+
"react-window": "1.8.10",
|
|
156
|
+
"react-rnd": "10.4.1",
|
|
157
|
+
"styled-components": "5.3.11"
|
|
154
158
|
}
|
|
155
159
|
}
|