@ditojs/admin 2.37.0 → 2.39.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.37.0",
3
+ "version": "2.39.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",
@@ -39,55 +39,55 @@
39
39
  "not ie_mob > 0"
40
40
  ],
41
41
  "dependencies": {
42
- "@ditojs/ui": "^2.37.0",
43
- "@ditojs/utils": "^2.37.0",
42
+ "@ditojs/ui": "^2.39.0",
43
+ "@ditojs/utils": "^2.39.0",
44
44
  "@kyvg/vue3-notification": "^3.4.1",
45
45
  "@lk77/vue3-color": "^3.0.6",
46
- "@tiptap/core": "^2.9.1",
47
- "@tiptap/extension-blockquote": "^2.9.1",
48
- "@tiptap/extension-bold": "^2.9.1",
49
- "@tiptap/extension-bullet-list": "^2.9.1",
50
- "@tiptap/extension-code": "^2.9.1",
51
- "@tiptap/extension-code-block": "^2.9.1",
52
- "@tiptap/extension-document": "^2.9.1",
53
- "@tiptap/extension-hard-break": "^2.9.1",
54
- "@tiptap/extension-heading": "^2.9.1",
55
- "@tiptap/extension-history": "^2.9.1",
56
- "@tiptap/extension-horizontal-rule": "^2.9.1",
57
- "@tiptap/extension-italic": "^2.9.1",
58
- "@tiptap/extension-link": "^2.9.1",
59
- "@tiptap/extension-list-item": "^2.9.1",
60
- "@tiptap/extension-ordered-list": "^2.9.1",
61
- "@tiptap/extension-paragraph": "^2.9.1",
62
- "@tiptap/extension-strike": "^2.9.1",
63
- "@tiptap/extension-subscript": "^2.9.1",
64
- "@tiptap/extension-superscript": "^2.9.1",
65
- "@tiptap/extension-text": "^2.9.1",
66
- "@tiptap/extension-text-style": "^2.9.1",
67
- "@tiptap/extension-underline": "^2.9.1",
68
- "@tiptap/pm": "^2.9.1",
69
- "@tiptap/vue-3": "^2.9.1",
70
- "@vueuse/integrations": "^11.2.0",
46
+ "@tiptap/core": "^2.10.3",
47
+ "@tiptap/extension-blockquote": "^2.10.3",
48
+ "@tiptap/extension-bold": "^2.10.3",
49
+ "@tiptap/extension-bullet-list": "^2.10.3",
50
+ "@tiptap/extension-code": "^2.10.3",
51
+ "@tiptap/extension-code-block": "^2.10.3",
52
+ "@tiptap/extension-document": "^2.10.3",
53
+ "@tiptap/extension-hard-break": "^2.10.3",
54
+ "@tiptap/extension-heading": "^2.10.3",
55
+ "@tiptap/extension-history": "^2.10.3",
56
+ "@tiptap/extension-horizontal-rule": "^2.10.3",
57
+ "@tiptap/extension-italic": "^2.10.3",
58
+ "@tiptap/extension-link": "^2.10.3",
59
+ "@tiptap/extension-list-item": "^2.10.3",
60
+ "@tiptap/extension-ordered-list": "^2.10.3",
61
+ "@tiptap/extension-paragraph": "^2.10.3",
62
+ "@tiptap/extension-strike": "^2.10.3",
63
+ "@tiptap/extension-subscript": "^2.10.3",
64
+ "@tiptap/extension-superscript": "^2.10.3",
65
+ "@tiptap/extension-text": "^2.10.3",
66
+ "@tiptap/extension-text-style": "^2.10.3",
67
+ "@tiptap/extension-underline": "^2.10.3",
68
+ "@tiptap/pm": "^2.10.3",
69
+ "@tiptap/vue-3": "^2.10.3",
70
+ "@vueuse/integrations": "^12.0.0",
71
71
  "codeflask": "^1.4.1",
72
72
  "filesize": "^10.1.6",
73
73
  "filesize-parser": "^1.5.1",
74
74
  "focus-trap": "^7.6.2",
75
- "nanoid": "^5.0.8",
76
- "sortablejs": "^1.15.3",
75
+ "nanoid": "^5.0.9",
76
+ "sortablejs": "^1.15.4",
77
77
  "tinycolor2": "^1.6.0",
78
78
  "tippy.js": "^6.3.7",
79
- "tiptap-footnotes": "^2.0.1",
80
- "type-fest": "^4.27.0",
79
+ "tiptap-footnotes": "^2.0.3",
80
+ "type-fest": "^4.29.0",
81
81
  "vue": "^3.5.13",
82
82
  "vue-multiselect": "^3.1.0",
83
- "vue-router": "^4.4.5",
83
+ "vue-router": "^4.5.0",
84
84
  "vue-upload-component": "^3.1.17"
85
85
  },
86
86
  "devDependencies": {
87
- "@ditojs/build": "^2.37.0",
88
- "typescript": "^5.6.3",
87
+ "@ditojs/build": "^2.39.0",
88
+ "typescript": "^5.7.2",
89
89
  "vite": "^5.4.11"
90
90
  },
91
91
  "types": "types",
92
- "gitHead": "22955cc5d9a91f267dc22934d2fcc6824b8a42a8"
92
+ "gitHead": "8e08282d852341622dc3555f810e18aa9d2ac7ab"
93
93
  }
@@ -3,17 +3,15 @@
3
3
  display: flex;
4
4
 
5
5
  > * {
6
- flex: 1 0 auto;
6
+ flex: 0 0 auto;
7
7
  display: flex;
8
8
  }
9
9
  }
10
10
 
11
- .dito-layout-vertical {
12
- flex-direction: column;
11
+ .dito-layout-horizontal {
12
+ gap: $form-spacing;
13
13
  }
14
14
 
15
- .dito-layout-horizontal {
16
- > :not(:first-child) {
17
- padding-left: $form-spacing;
18
- }
15
+ .dito-layout-vertical {
16
+ flex-direction: column;
19
17
  }