SPRINT-12: added widgets to tables

This commit is contained in:
Tim Chamberlain
2022-09-23 15:51:59 -05:00
parent 01916286b0
commit 67e65de66b
8 changed files with 288 additions and 107 deletions

39
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@fullcalendar/interaction": "5.10.0",
"@fullcalendar/react": "5.10.0",
"@fullcalendar/timegrid": "5.10.0",
"@kingsrook/qqq-frontend-core": "file:.yalc/@kingsrook/qqq-frontend-core",
"@kingsrook/qqq-frontend-core": "1.0.21",
"@mui/icons-material": "5.4.1",
"@mui/material": "5.4.1",
"@mui/styled-engine": "5.4.1",
@ -49,6 +49,7 @@
"react-dom": "17.0.2",
"react-flatpickr": "3.10.7",
"react-github-btn": "1.2.1",
"react-google-drive-picker": "^1.2.0",
"react-html-parser": "2.0.2",
"react-images-viewer": "1.7.1",
"react-quill": "1.3.5",
@ -82,14 +83,6 @@
"typescript": "^4.7.3"
}
},
".yalc/@kingsrook/qqq-frontend-core": {
"version": "1.0.16",
"license": "ISC",
"dependencies": {
"axios": "0.27.2",
"form-data": "4.0.0"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
@ -3159,8 +3152,14 @@
}
},
"node_modules/@kingsrook/qqq-frontend-core": {
"resolved": ".yalc/@kingsrook/qqq-frontend-core",
"link": true
"version": "1.0.21",
"resolved": "https://npm.pkg.github.com/download/@Kingsrook/qqq-frontend-core/1.0.21/8a34417ce4da909c9448b7b9c7ff72081df24adc",
"integrity": "sha512-/AIL5GW+RhfGSr2zH8tUZj/bsEgHI02ug3nGLVgGglftlrPWdMykAzIRYtxAMYOsDZKtZM0v6gNEav2WIieaHw==",
"license": "ISC",
"dependencies": {
"axios": "0.27.2",
"form-data": "4.0.0"
}
},
"node_modules/@leichtgewicht/ip-codec": {
"version": "2.0.4",
@ -15102,6 +15101,15 @@
"github-buttons": "^2.8.0"
}
},
"node_modules/react-google-drive-picker": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/react-google-drive-picker/-/react-google-drive-picker-1.2.0.tgz",
"integrity": "sha512-2CmaPLZP+8WkfT/J1xzNMWS99/SHphUk7wzw4/47uvNK4T+YYL7bYGHdwjJ4WMMCj4F0YCM9rDRc2enXqnP/TA==",
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
}
},
"node_modules/react-html-parser": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz",
@ -20576,7 +20584,9 @@
}
},
"@kingsrook/qqq-frontend-core": {
"version": "file:.yalc/@kingsrook/qqq-frontend-core",
"version": "1.0.21",
"resolved": "https://npm.pkg.github.com/download/@Kingsrook/qqq-frontend-core/1.0.21/8a34417ce4da909c9448b7b9c7ff72081df24adc",
"integrity": "sha512-/AIL5GW+RhfGSr2zH8tUZj/bsEgHI02ug3nGLVgGglftlrPWdMykAzIRYtxAMYOsDZKtZM0v6gNEav2WIieaHw==",
"requires": {
"axios": "0.27.2",
"form-data": "4.0.0"
@ -29046,6 +29056,11 @@
"github-buttons": "^2.8.0"
}
},
"react-google-drive-picker": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/react-google-drive-picker/-/react-google-drive-picker-1.2.0.tgz",
"integrity": "sha512-2CmaPLZP+8WkfT/J1xzNMWS99/SHphUk7wzw4/47uvNK4T+YYL7bYGHdwjJ4WMMCj4F0YCM9rDRc2enXqnP/TA=="
},
"react-html-parser": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz",