quasar-factory-lib 0.0.97 → 0.0.98
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/quasar-factory-lib.js +14179 -21170
- package/dist/quasar-factory-lib.umd.cjs +32 -28848
- package/dist/style.css +1 -324
- package/package.json +2 -2
- package/src/components/Table/Table.vue +1 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@quasar/extras": "^1.16.11",
|
|
4
|
-
"caroline-vue-draggable-plus": "^0.6.1",
|
|
5
4
|
"global": "^4.4.0",
|
|
6
5
|
"pinia": "^3.0.1",
|
|
7
6
|
"quasar": "^2.18.0",
|
|
8
7
|
"vue": "^3.5.13",
|
|
8
|
+
"vue-draggable-plus": "^0.6.0",
|
|
9
9
|
"vue-i18n": "^10.0.4"
|
|
10
10
|
},
|
|
11
11
|
"description": "Quasar Library",
|
|
@@ -98,6 +98,6 @@
|
|
|
98
98
|
"release": "standard-version"
|
|
99
99
|
},
|
|
100
100
|
"type": "module",
|
|
101
|
-
"version": "0.0.
|
|
101
|
+
"version": "0.0.98",
|
|
102
102
|
"author": ""
|
|
103
103
|
}
|
|
@@ -125,7 +125,7 @@ import TableSlotGrid from './components/TableSlotGrid.vue'
|
|
|
125
125
|
import TableFilter from './components/TableFilter.vue'
|
|
126
126
|
import TableSkeleton from './components/TableSkeleton.vue'
|
|
127
127
|
import CardListSkeleton from './components/CardListSkeleton.vue'
|
|
128
|
-
import {useDraggable} from '
|
|
128
|
+
import {useDraggable} from 'vue-draggable-plus'
|
|
129
129
|
|
|
130
130
|
export default defineComponent({
|
|
131
131
|
components: {
|