mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
add TimeEntryGroupedTable to exported components
This commit is contained in:
4
resources/js/packages/ui/package-lock.json
generated
4
resources/js/packages/ui/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@solidtime/ui",
|
"name": "@solidtime/ui",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@solidtime/ui",
|
"name": "@solidtime/ui",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.4.1",
|
"@types/node": "^22.4.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@solidtime/ui",
|
"name": "@solidtime/ui",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "Package containing the solidtime ui components",
|
"description": "Package containing the solidtime ui components",
|
||||||
"main": "./dist/solidtime-ui-lib.umd.cjs",
|
"main": "./dist/solidtime-ui-lib.umd.cjs",
|
||||||
"module": "./dist/solidtime-ui-lib.js",
|
"module": "./dist/solidtime-ui-lib.js",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ import CardTitle from './TimeTracker/TimeTrackerControls.vue';
|
|||||||
import SelectDropdown from './TimeTracker/TimeTrackerControls.vue';
|
import SelectDropdown from './TimeTracker/TimeTrackerControls.vue';
|
||||||
import Badge from './Badge.vue';
|
import Badge from './Badge.vue';
|
||||||
import Checkbox from './Input/Checkbox.vue';
|
import Checkbox from './Input/Checkbox.vue';
|
||||||
|
import TimeEntryGroupedTable from './TimeEntry/TimeEntryGroupedTable.vue';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
money,
|
money,
|
||||||
@@ -43,5 +44,6 @@ export {
|
|||||||
CardTitle,
|
CardTitle,
|
||||||
SelectDropdown,
|
SelectDropdown,
|
||||||
Badge,
|
Badge,
|
||||||
Checkbox
|
Checkbox,
|
||||||
|
TimeEntryGroupedTable
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user