Skip to content

Commit

Permalink
update table & componetns UI
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 24, 2023
1 parent cf06ecf commit 3ec3b3c
Show file tree
Hide file tree
Showing 12 changed files with 747 additions and 82 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,18 @@
}
],
"require": {
"tomatophp/console-helpers": "^1.0",
"tomatophp/console-helpers": "^1.1",
"tomatophp/tomato-splade": "^1.1",
"tomatophp/tomato-breeze": "^1.0",
"tomatophp/tomato-plugins": "^1.1",
"blade-ui-kit/blade-heroicons": "^2.0",
"spatie/laravel-medialibrary": "^10.7",
"maatwebsite/excel": "^3.1",
"kirschbaum-development/eloquent-power-joins": "^3.0"
},
"scripts": {
"post-update-cmd": [
"php artisan tomato-admin:upgrade",
]
}
}
1 change: 1 addition & 0 deletions publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"postcss-import": "^15.1.0",
"tailwindcss-rtl": "^0.9.0",
"tippy.js": "^6.3.7",
"lodash-es": "^4.17.21",
"vue-draggable-next": "^2.2.1",
"vue3-editor": "^0.1.1",
"vue3-swatches": "^1.2.3",
Expand Down
4 changes: 3 additions & 1 deletion publish/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const el = document.getElementById("app");

import './choices.scss';

import TomatoTable from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoTable.vue";
import TomatoRepeater from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoRepeater.vue";
import TomatoColor from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoColor.vue";
import TomatoRich from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoRich.vue";
Expand All @@ -34,10 +35,11 @@ createApp({
max_keep_alive: 10,
transform_anchors: false,
progress_bar: true,
view_transitions: true
view_transitions: false
})
.component("Swiper", Swiper)
.component("SwiperSlide", SwiperSlide)
.component('TomatoTable', TomatoTable)
.component('TomatoTooltip', TomatoTooltip)
.component("TomatoDraggable", TomatoDraggable)
.component("TomatoRepeater", TomatoRepeater)
Expand Down
Loading

0 comments on commit 3ec3b3c

Please sign in to comment.