@tmagic/editor 1.8.0-manmanyu.26 → 1.8.0-manmanyu.27

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/es/style.css CHANGED
@@ -168,6 +168,22 @@
168
168
  color: #999;
169
169
  }
170
170
 
171
+ .tmagic-table-sub-actions {
172
+ display: flex;
173
+ flex-direction: column;
174
+ gap: 4px;
175
+ align-items: flex-start;
176
+ }
177
+ .tmagic-table-sub-actions .sub-action-btn {
178
+ width: 100%;
179
+ }
180
+ .tmagic-table-sub-actions .tmagic-design-button + .tmagic-design-button {
181
+ margin-left: 0;
182
+ }
183
+ .tmagic-table-sub-actions .tmagic-design-button {
184
+ justify-content: flex-start;
185
+ }
186
+
171
187
  .tmagic-design-form-inline .m-form-container {
172
188
  display: inline-flex;
173
189
  }
package/dist/style.css CHANGED
@@ -168,6 +168,22 @@
168
168
  color: #999;
169
169
  }
170
170
 
171
+ .tmagic-table-sub-actions {
172
+ display: flex;
173
+ flex-direction: column;
174
+ gap: 4px;
175
+ align-items: flex-start;
176
+ }
177
+ .tmagic-table-sub-actions .sub-action-btn {
178
+ width: 100%;
179
+ }
180
+ .tmagic-table-sub-actions .tmagic-design-button + .tmagic-design-button {
181
+ margin-left: 0;
182
+ }
183
+ .tmagic-table-sub-actions .tmagic-design-button {
184
+ justify-content: flex-start;
185
+ }
186
+
171
187
  .tmagic-design-form-inline .m-form-container {
172
188
  display: inline-flex;
173
189
  }
@@ -148,6 +148,22 @@
148
148
  color: #999;
149
149
  }
150
150
 
151
+ .tmagic-table-sub-actions {
152
+ display: flex;
153
+ flex-direction: column;
154
+ gap: 4px;
155
+ align-items: flex-start;
156
+ }
157
+ .tmagic-table-sub-actions .sub-action-btn {
158
+ width: 100%;
159
+ }
160
+ .tmagic-table-sub-actions .tmagic-design-button + .tmagic-design-button {
161
+ margin-left: 0;
162
+ }
163
+ .tmagic-table-sub-actions .tmagic-design-button {
164
+ justify-content: flex-start;
165
+ }
166
+
151
167
  .tmagic-design-form-inline .m-form-container {
152
168
  display: inline-flex;
153
169
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-manmanyu.26",
2
+ "version": "1.8.0-manmanyu.27",
3
3
  "name": "@tmagic/editor",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -58,11 +58,11 @@
58
58
  "moveable": "^0.53.0",
59
59
  "serialize-javascript": "^7.0.0",
60
60
  "sortablejs": "^1.15.6",
61
- "@tmagic/design": "1.8.0-manmanyu.26",
62
- "@tmagic/form": "1.8.0-manmanyu.26",
63
- "@tmagic/stage": "1.8.0-manmanyu.26",
64
- "@tmagic/utils": "1.8.0-manmanyu.26",
65
- "@tmagic/table": "1.8.0-manmanyu.26"
61
+ "@tmagic/design": "1.8.0-manmanyu.27",
62
+ "@tmagic/form": "1.8.0-manmanyu.27",
63
+ "@tmagic/stage": "1.8.0-manmanyu.27",
64
+ "@tmagic/table": "1.8.0-manmanyu.27",
65
+ "@tmagic/utils": "1.8.0-manmanyu.27"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/events": "^3.0.3",
@@ -76,7 +76,7 @@
76
76
  "type-fest": "^5.2.0",
77
77
  "typescript": "^6.0.3",
78
78
  "vue": "^3.5.38",
79
- "@tmagic/core": "1.8.0-manmanyu.26"
79
+ "@tmagic/core": "1.8.0-manmanyu.27"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "typescript": {