@ditojs/admin 2.59.0 → 2.61.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ditojs/admin",
3
- "version": "2.59.0",
3
+ "version": "2.61.0",
4
4
  "type": "module",
5
5
  "description": "Dito.js Admin is a schema based admin interface for Dito.js Server, featuring auto-generated views and forms and built with Vue.js",
6
6
  "repository": "https://github.com/ditojs/dito/tree/master/packages/admin",
@@ -43,55 +43,55 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@ditojs/tiptap-footnotes": "^3.0.0",
46
- "@ditojs/ui": "^2.59.0",
47
- "@ditojs/utils": "^2.59.0",
46
+ "@ditojs/ui": "^2.61.0",
47
+ "@ditojs/utils": "^2.61.0",
48
48
  "@kyvg/vue3-notification": "^3.4.1",
49
49
  "@lk77/vue3-color": "^3.0.6",
50
- "@tiptap/core": "^3.3.1",
51
- "@tiptap/extension-blockquote": "^3.3.1",
52
- "@tiptap/extension-bold": "^3.3.1",
53
- "@tiptap/extension-bullet-list": "^3.3.1",
54
- "@tiptap/extension-code": "^3.3.1",
55
- "@tiptap/extension-code-block": "^3.3.1",
56
- "@tiptap/extension-document": "^3.3.1",
57
- "@tiptap/extension-hard-break": "^3.3.1",
58
- "@tiptap/extension-heading": "^3.3.1",
59
- "@tiptap/extension-history": "^3.3.1",
60
- "@tiptap/extension-horizontal-rule": "^3.3.1",
61
- "@tiptap/extension-italic": "^3.3.1",
62
- "@tiptap/extension-link": "^3.3.1",
63
- "@tiptap/extension-list": "^3.3.1",
64
- "@tiptap/extension-list-item": "^3.3.1",
65
- "@tiptap/extension-ordered-list": "^3.3.1",
66
- "@tiptap/extension-paragraph": "^3.3.1",
67
- "@tiptap/extension-strike": "^3.3.1",
68
- "@tiptap/extension-subscript": "^3.3.1",
69
- "@tiptap/extension-superscript": "^3.3.1",
70
- "@tiptap/extension-text": "^3.3.1",
71
- "@tiptap/extension-text-style": "^3.3.1",
72
- "@tiptap/extension-underline": "^3.3.1",
73
- "@tiptap/extensions": "^3.3.1",
74
- "@tiptap/pm": "^3.3.1",
75
- "@tiptap/vue-3": "^3.3.1",
50
+ "@tiptap/core": "^3.7.0",
51
+ "@tiptap/extension-blockquote": "^3.7.0",
52
+ "@tiptap/extension-bold": "^3.7.0",
53
+ "@tiptap/extension-bullet-list": "^3.7.0",
54
+ "@tiptap/extension-code": "^3.7.0",
55
+ "@tiptap/extension-code-block": "^3.7.0",
56
+ "@tiptap/extension-document": "^3.7.0",
57
+ "@tiptap/extension-hard-break": "^3.7.0",
58
+ "@tiptap/extension-heading": "^3.7.0",
59
+ "@tiptap/extension-history": "^3.7.0",
60
+ "@tiptap/extension-horizontal-rule": "^3.7.0",
61
+ "@tiptap/extension-italic": "^3.7.0",
62
+ "@tiptap/extension-link": "^3.7.0",
63
+ "@tiptap/extension-list": "^3.7.0",
64
+ "@tiptap/extension-list-item": "^3.7.0",
65
+ "@tiptap/extension-ordered-list": "^3.7.0",
66
+ "@tiptap/extension-paragraph": "^3.7.0",
67
+ "@tiptap/extension-strike": "^3.7.0",
68
+ "@tiptap/extension-subscript": "^3.7.0",
69
+ "@tiptap/extension-superscript": "^3.7.0",
70
+ "@tiptap/extension-text": "^3.7.0",
71
+ "@tiptap/extension-text-style": "^3.7.0",
72
+ "@tiptap/extension-underline": "^3.7.0",
73
+ "@tiptap/extensions": "^3.7.0",
74
+ "@tiptap/pm": "^3.7.0",
75
+ "@tiptap/vue-3": "^3.7.0",
76
76
  "@vueuse/integrations": "^13.9.0",
77
77
  "codeflask": "^1.4.1",
78
- "filesize": "^11.0.2",
78
+ "filesize": "^11.0.13",
79
79
  "filesize-parser": "^1.5.1",
80
80
  "focus-trap": "^7.6.5",
81
- "nanoid": "^5.1.5",
81
+ "nanoid": "^5.1.6",
82
82
  "sortablejs": "^1.15.6",
83
83
  "tinycolor2": "^1.6.0",
84
84
  "tippy.js": "^6.3.7",
85
- "type-fest": "^4.41.0",
86
- "vue": "^3.5.21",
87
- "vue-multiselect": "^3.3.1",
88
- "vue-router": "^4.5.1",
85
+ "type-fest": "^5.1.0",
86
+ "vue": "^3.5.22",
87
+ "vue-multiselect": "^3.4.0",
88
+ "vue-router": "^4.6.0",
89
89
  "vue-upload-component": "^3.1.17"
90
90
  },
91
91
  "devDependencies": {
92
- "@ditojs/build": "^2.59.0",
93
- "typescript": "^5.9.2",
94
- "vite": "^7.1.4"
92
+ "@ditojs/build": "^2.61.0",
93
+ "typescript": "^5.9.3",
94
+ "vite": "^7.1.10"
95
95
  },
96
- "gitHead": "b4577aef480f6b3b7397ccdf45db2cbec6e8268c"
96
+ "gitHead": "0e2ceaa87f7f1680b6f4abb69d80178d189f8b63"
97
97
  }
@@ -662,6 +662,7 @@ export default DitoComponent.component('DitoSchema', {
662
662
  // We can't set `this.data = ...` because it's a property, but we can set
663
663
  // all known properties on it to the values returned by
664
664
  // `setDefaultValues()`, as they are all reactive already from the starts:
665
+ // eslint-disable-next-line vue/no-mutating-props
665
666
  Object.assign(this.data, setDefaultValues(this.dataSchema, {}, this))
666
667
  this.clearErrors()
667
668
  },
@@ -132,12 +132,10 @@ table.dito-table {
132
132
  @include table-border;
133
133
  }
134
134
 
135
- & {
136
- @include table-border-top;
137
- @include table-border-bottom;
138
- @include table-border-left;
139
- @include table-border-right;
140
- }
135
+ @include table-border-top;
136
+ @include table-border-bottom;
137
+ @include table-border-left;
138
+ @include table-border-right;
141
139
  }
142
140
 
143
141
  &:first-child > * {