flameresttable 1.0.112 → 1.0.114

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.
Files changed (2) hide show
  1. package/package.json +12 -12
  2. package/src/Table/Table.vue +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.112",
3
+ "version": "1.0.114",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,38 +13,38 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@vuepic/vue-datepicker": "^11.0.1",
16
- "flamerest": "^1.0.109",
16
+ "flamerest": "^1.0.110",
17
17
  "lodash-es": "^4.17.21",
18
- "pinia": "^2.3.0",
18
+ "pinia": "^2.3.1",
19
19
  "pug": "github:FlameArt/pug-tailwind-only",
20
20
  "pug-lexer": "github:FlameArt/pug-lexer-only",
21
- "sass": "^1.83.1",
21
+ "sass": "^1.85.1",
22
22
  "vue": "^3.5.13",
23
23
  "vue-router": "^4.5.0",
24
24
  "vue-select": "^4.0.0-beta.6",
25
- "vuetify": "^3.7.6",
25
+ "vuetify": "^3.7.14",
26
26
  "vuetify-pro-tiptap": "^2.5.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@heroicons/vue": "^2.2.0",
30
30
  "@types/lodash-es": "^4.17.12",
31
31
  "@types/lodash.merge": "^4.6.9",
32
- "@types/node": "22.10.5",
32
+ "@types/node": "^22.10.5",
33
33
  "@types/vue-select": "^3.16.8",
34
- "@typescript-eslint/eslint-plugin": "^8.19.1",
35
- "@typescript-eslint/parser": "^8.19.1",
34
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
35
+ "@typescript-eslint/parser": "^8.25.0",
36
36
  "@vitejs/plugin-vue": "^5.2.1",
37
37
  "@volar/vue-language-plugin-pug": "^1.6.5",
38
38
  "@vue/compiler-sfc": "^3.5.13",
39
39
  "autoprefixer": "^10.4.20",
40
- "eslint": "^9.18.0",
40
+ "eslint": "^9.21.0",
41
41
  "eslint-plugin-vue": "^9.32.0",
42
- "postcss": "^8.4.49",
42
+ "postcss": "^8.5.3",
43
43
  "postcss-import": "^16.1.0",
44
44
  "tailwindcss": "^3.4.17",
45
45
  "typescript": "^5.7.3",
46
- "vite": "^6.0.7",
47
- "vue-tsc": "^2.2.0",
46
+ "vite": "^6.2.0",
47
+ "vue-tsc": "^2.2.6",
48
48
  "vue-universal-modal": "^1.1.4"
49
49
  },
50
50
  "rules": {}
@@ -235,7 +235,6 @@
235
235
  import { onMounted, reactive, ref, defineProps } from '@vue/runtime-core'; import type { Ref } from 'vue'; import { storeFile } from "@/store"; import { useRoute, useRouter } from 'vue-router'; import REST, { Rows } from "flamerest"
236
236
 
237
237
  // Иконки
238
- import { XCircleIcon } from '@icons/24/solid'
239
238
  import { computed } from '@vue/reactivity';
240
239
  import { Column, IColumn } from './Columns';
241
240
  import { defineComponent } from 'vue';