Added new models. Major changes to the table widget. Still has problems with the editing in the table widget.

This commit is contained in:
2022-06-13 07:42:26 -07:00
parent 11fbfcfac0
commit 69ca0d5eb6
15 changed files with 417 additions and 16578 deletions

View File

@@ -7,9 +7,9 @@
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
"smui-theme-light": "smui-theme compile client/theme/smui.css -i client/theme-src",
"smui-theme-dark": "smui-theme compile client/theme/smui-dark.css -i client/theme-src/dark"
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
"smui-theme-light": "smui-theme compile client/theme/smui.css -i client/theme-src",
"smui-theme-dark": "smui-theme compile client/theme/smui-dark.css -i client/theme-src/dark"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
@@ -50,6 +50,7 @@
"css": true
},
"devDependencies": {
"@smui/common": "^6.0.0-beta.16",
"@smui/textfield": "^6.0.0-beta.16",
"chai": "^4.2.0",
"rollup-plugin-css-only": "^3.1.0",