@tailor-cms/ce-file-edit 0.0.1 → 2.0.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/dist/index.css CHANGED
@@ -1,499 +1,3 @@
1
- .user-avatar-container[data-v-283bbf3d] {
2
- padding: 0.125rem;
3
- overflow: hidden !important;
4
- }
5
- .user-avatar-container .user-avatar[data-v-283bbf3d] {
6
- background-position: center;
7
- background-repeat: no-repeat;
8
- background-size: cover;
9
- border-radius: 50%;
10
- }.header[data-v-c8555deb] {
11
- display: flex;
12
- align-items: flex-start;
13
- }
14
- .header .info-container[data-v-c8555deb] {
15
- display: flex;
16
- flex-direction: column;
17
- flex: 0 100%;
18
- max-width: calc(100% - 12rem);
19
- margin-left: 0.75rem;
20
- }
21
- .header .info-container .author[data-v-c8555deb] {
22
- display: inline-block;
23
- max-width: 75%;
24
- font-size: 1rem;
25
- }
26
- .header .info-container .edited[data-v-c8555deb],
27
- .header .info-container .time[data-v-c8555deb] {
28
- font-size: 0.75rem;
29
- }
30
- .header .info-container hr.v-divider--vertical[data-v-c8555deb] {
31
- margin: 0.25rem 0.125rem 0.125rem 0.625rem;
32
- }
33
- .header .info-container[data-v-c8555deb] .editor-link {
34
- display: inline-flex;
35
- align-self: flex-end;
36
- }
37
- .header .actions[data-v-c8555deb] {
38
- margin-left: auto;
39
- }.content[data-v-f26b09ee] {
40
- margin-top: 0.375rem;
41
- }
42
- .content pre[data-v-f26b09ee] {
43
- height: 100%;
44
- margin: 0;
45
- padding: 0 0.25rem 0.5rem 0;
46
- font: inherit;
47
- white-space: pre-wrap;
48
- word-break: break-all;
49
- word-wrap: break-word;
50
- overflow-wrap: break-word;
51
- background: inherit;
52
- border: none;
53
- overflow: hidden;
54
- }
55
- .content.resolved[data-v-f26b09ee] {
56
- opacity: 0.7;
57
- }
58
- .content.resolved .resolvement-options[data-v-f26b09ee] {
59
- display: flex;
60
- align-items: center;
61
- margin-bottom: 0.25rem;
62
- font-size: 0.75rem;
63
- }.comment[data-v-33895912] {
64
- display: flex;
65
- flex-direction: column;
66
- font-family: Roboto, Arial, sans-serif;
67
- }
68
- .comment-body[data-v-33895912] {
69
- flex: 1;
70
- padding: 0 0.25rem 0 3.25rem;
71
- }
72
- .comment-editor.v-textarea[data-v-33895912] {
73
- margin: 0.75rem 0 0 0;
74
- }
75
- .comment-editor.v-textarea[data-v-33895912] .v-input__slot {
76
- width: auto;
77
- }.thread-list[data-v-b0b667da] {
78
- margin: 0;
79
- padding: 0;
80
- list-style: none;
81
- }
82
- .thread-list .thread-list-item .v-divider[data-v-b0b667da] {
83
- margin: 0 0.25rem 1rem 0.25rem;
84
- color: #fafafa;
85
- opacity: 0.3;
86
- }
87
- .thread-list .thread-list-item:first-child .v-divider[data-v-b0b667da] {
88
- display: none;
89
- }.unseen-divider[data-v-4bca01d0] {
90
- text-align: center;
91
- }
92
- .unseen-divider .v-divider[data-v-4bca01d0] {
93
- margin: 1rem 0 0.25rem;
94
- }
95
- .unseen-divider[data-v-4bca01d0] .v-chip.v-chip--outlined.v-chip {
96
- margin: -1.5rem 0 0.5rem 0;
97
- border-radius: 1rem !important;
98
- background-color: #fafafa !important;
99
- }
100
- .unseen-divider[data-v-4bca01d0] .v-chip.v-chip--outlined.v-chip .v-chip__content .v-chip__close {
101
- margin-top: 0.125rem;
102
- font-size: 0.75rem !important;
103
- }.discussion-thread[data-v-995e695a] {
104
- width: 100%;
105
- }
106
- .discussion-thread.scroll-container[data-v-995e695a] {
107
- max-height: 31.25rem;
108
- box-sizing: content-box;
109
- overflow-y: scroll;
110
- overflow-x: hidden;
111
- -ms-overflow-style: none !important;
112
- scrollbar-width: none !important;
113
- }
114
- .discussion-thread.scroll-container[data-v-995e695a]::-webkit-scrollbar {
115
- display: none !important;
116
- }
117
- .discussion-thread .fade-enter-active[data-v-995e695a],
118
- .discussion-thread .fade-leave-active[data-v-995e695a] {
119
- transition: opacity 0.5s;
120
- }
121
- .discussion-thread .fade-enter[data-v-995e695a],
122
- .discussion-thread .fade-leave-to[data-v-995e695a] {
123
- opacity: 0;
124
- }.embedded-discussion[data-v-bd5a2b83] {
125
- font-family: Roboto, Arial, sans-serif;
126
- }
127
- .embedded-discussion .discussion-heading[data-v-bd5a2b83] {
128
- padding: 0 0 0.5rem 0;
129
- font-size: 0.875rem;
130
- font-weight: 700;
131
- text-transform: uppercase;
132
- letter-spacing: 1px;
133
- }
134
- .embedded-discussion .resolve-btn-container[data-v-bd5a2b83] {
135
- display: flex;
136
- justify-content: flex-end;
137
- margin: 0.5rem 0 0 0;
138
- }
139
- .embedded-discussion .header[data-v-bd5a2b83] {
140
- margin: 0.75rem 0 1.25rem 0;
141
- font-size: 1.125rem;
142
- font-weight: 400;
143
- }
144
- .embedded-discussion .comment-input[data-v-bd5a2b83] {
145
- margin: 0 0.25rem 0 0.25rem;
146
- }
147
- .embedded-discussion .alert[data-v-bd5a2b83] .v-icon {
148
- color: var(--v-primary-darken2) !important;
149
- }
150
- .embedded-discussion .v-input[data-v-bd5a2b83] textarea::placeholder {
151
- opacity: 0.85;
152
- }[data-v-b84ede84] .v-menu__content {
153
- background: #fff;
154
- }
155
- [data-v-b84ede84] .v-menu__content .embedded-discussion {
156
- text-align: left;
157
- }
158
- [data-v-b84ede84] .v-menu__content .comment .author {
159
- font-size: 0.875rem;
160
- }
161
- [data-v-b84ede84] .comment-body {
162
- padding: 0 0.25rem 0 3.9375rem;
163
- }
164
- .unseen[data-v-b84ede84] {
165
- font-size: 0.75rem;
166
- }[data-v-83394e54] .v-input__control {
167
- flex-wrap: wrap;
168
- }.content-element[data-v-c835bc4f] {
169
- position: relative;
170
- border: 1px solid transparent;
171
- }
172
- .content-element[data-v-c835bc4f]::after {
173
- content: "";
174
- display: none;
175
- position: absolute;
176
- top: 0;
177
- right: -0.125rem;
178
- width: 0.125rem;
179
- height: 100%;
180
- }
181
- .content-element.focused[data-v-c835bc4f] {
182
- border: 1px dashed #1de9b6;
183
- }
184
- .content-element.focused[data-v-c835bc4f]::after {
185
- display: block;
186
- background: #1de9b6;
187
- }
188
- .content-element.selected[data-v-c835bc4f] {
189
- border: 1px dashed #ff4081;
190
- }
191
- .content-element.selected[data-v-c835bc4f]::after {
192
- display: block;
193
- background: #ff4081;
194
- }
195
- .frame[data-v-c835bc4f] {
196
- padding: 10px 20px;
197
- border: 1px solid #e1e1e1;
198
- }
199
- .element-actions[data-v-c835bc4f] {
200
- display: flex;
201
- flex-direction: column;
202
- position: absolute;
203
- top: -0.0625rem;
204
- right: -2.5rem;
205
- width: 3rem;
206
- height: 100%;
207
- padding-left: 0.75rem;
208
- }
209
- .element-actions[data-v-c835bc4f] > * {
210
- min-height: 1.75rem;
211
- opacity: 0;
212
- transition: opacity 0.1s linear;
213
- }
214
- .element-actions > .is-visible[data-v-c835bc4f] {
215
- opacity: 1;
216
- transition: opacity 0.5s linear;
217
- }
218
- .active-users[data-v-c835bc4f] {
219
- position: absolute;
220
- top: 0;
221
- left: -1.625rem;
222
- }
223
- .save-indicator[data-v-c835bc4f] {
224
- position: absolute;
225
- left: 0;
226
- }
227
- .header[data-v-c835bc4f] {
228
- width: 100%;
229
- max-height: 0;
230
- }
231
- .header.visible[data-v-c835bc4f] {
232
- max-height: unset;
233
- padding: 0 0 0.5rem;
234
- }
235
- .diff.new[data-v-c835bc4f] {
236
- border: none;
237
- box-shadow: 0 0 0 2px rgb(var(--v-theme-success-lighten-4)) !important;
238
- }
239
- .diff.changed[data-v-c835bc4f], .diff.removed[data-v-c835bc4f] {
240
- border: none;
241
- box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
242
- }
243
- .diff .element-actions[data-v-c835bc4f] {
244
- display: none;
245
- }.drag-handle[data-v-ed9dc9ca] {
246
- position: absolute;
247
- left: -0.1875rem;
248
- z-index: 2;
249
- width: 1.625rem;
250
- opacity: 0;
251
- }
252
- .drag-handle .mdi[data-v-ed9dc9ca] {
253
- color: #888;
254
- font-size: 1.75rem;
255
- }
256
- .hovered .drag-handle[data-v-ed9dc9ca] {
257
- opacity: 1;
258
- transition: opacity 0.6s ease-in-out;
259
- cursor: pointer;
260
- }
261
- .disabled .drag-handle[data-v-ed9dc9ca] {
262
- display: none;
263
- }
264
- .contained-content[data-v-ed9dc9ca] {
265
- position: relative;
266
- margin: 7px 0;
267
- padding: 0;
268
- }.content-element[data-v-0fb466bd] {
269
- border: 1px solid #e1e1e1;
270
- }
271
- .content-element.selected[data-v-0fb466bd] {
272
- border-style: dashed;
273
- border-color: #444;
274
- }
275
- .content-element.selected[data-v-0fb466bd]::after {
276
- display: none;
277
- }
278
- .element-wrapper[data-v-0fb466bd] {
279
- position: relative;
280
- }
281
- .open-element-button[data-v-0fb466bd] {
282
- position: absolute;
283
- top: -0.75rem;
284
- right: -0.75rem;
285
- }.dialog-title[data-v-747f5666] {
286
- display: flex;
287
- }
288
- .dialog-title .text-truncate[data-v-747f5666] {
289
- flex: 1;
290
- text-align: left;
291
- }.v-treeview[data-v-3653e751] {
292
- max-height: 31.25rem;
293
- }.element-container[data-v-8090b49f] {
294
- min-height: 20rem;
295
- padding: 0 0 1.875rem;
296
- border-top-left-radius: 0.5rem;
297
- border-top-right-radius: 0.5rem;
298
- overflow: hidden;
299
- }
300
- .group-heading[data-v-8090b49f] {
301
- font-size: 0.875rem;
302
- font-weight: 500;
303
- line-height: 1rem;
304
- text-align: left;
305
- }
306
- .group-elements[data-v-8090b49f] {
307
- display: flex;
308
- flex-wrap: wrap;
309
- width: 100%;
310
- }
311
- .add-element[data-v-8090b49f] {
312
- width: 8.125rem;
313
- min-width: 8.125rem;
314
- height: auto !important;
315
- min-height: 4.75rem;
316
- padding: 0.5rem 0.375rem !important;
317
- }
318
- .add-element[data-v-8090b49f] .v-btn__content {
319
- text-transform: none;
320
- }
321
- .add-element[data-v-8090b49f] .v-btn__prepend {
322
- margin-bottom: 0.25rem;
323
- }/* Do not remove! Makes sure vuedraggable detects correct scrollable parent */
324
- .list-group[data-v-a96366c2] {
325
- padding: 0.625rem 1.5rem;
326
- }
327
- [data-v-a96366c2] .sortable-ghost .drag-handle {
328
- display: none;
329
- }
330
- [data-v-a96366c2] .sortable-ghost .content-element {
331
- max-height: 9.375rem;
332
- background: #f4f5f5;
333
- }
334
- [data-v-a96366c2] .sortable-ghost .content-element > * {
335
- visibility: hidden;
336
- }
337
- [data-v-a96366c2] .sortable-drag .content-element {
338
- max-height: auto;
339
- background: #fff;
340
- }.default-activator-state[data-v-2b695744], .inline-activator.disabled[data-v-2b695744], .inline-activator.disabled[data-v-2b695744]:hover, .inline-activator[data-v-2b695744] {
341
- padding: 0 3.125rem;
342
- opacity: 0;
343
- }
344
- .inline-activator[data-v-2b695744] {
345
- display: flex;
346
- align-items: center;
347
- width: 100%;
348
- margin: 0;
349
- padding: 0 3.125rem;
350
- opacity: 0;
351
- transition: opacity 0.3s, padding 0.3s;
352
- }
353
- .inline-activator hr[data-v-2b695744] {
354
- flex: 1;
355
- display: inline-flex;
356
- margin: 0;
357
- border-top: 0.0625rem solid #455a64;
358
- }
359
- .inline-activator[data-v-2b695744]:hover, .inline-activator[data-v-2b695744]:focus {
360
- padding: 0 0 1.25rem 0;
361
- opacity: 1;
362
- outline: none;
363
- transition: opacity 0.3s 0.25s, padding 0.3s 0.1s;
364
- }
365
- .inline-activator.disabled[data-v-2b695744], .inline-activator.disabled[data-v-2b695744]:hover {
366
- pointer-events: none;
367
- }.list-item[data-v-0e12f3e0] .v-list-item__append i {
368
- opacity: 1 !important;
369
- }
370
- .list-item.readonly[data-v-0e12f3e0] {
371
- pointer-events: none;
372
- }
373
- .list-item.readonly .v-btn[data-v-0e12f3e0] {
374
- pointer-events: auto;
375
- }
376
- .list-item-active[data-v-0e12f3e0] {
377
- color: #f9c2d5;
378
- }.v-list-group[data-v-fbcf7279] {
379
- --list-indent-size: 0.75rem;
380
- }.file-name[data-v-c6174391] {
381
- font-size: 1rem;
382
- display: -webkit-box;
383
- -webkit-line-clamp: 2;
384
- -webkit-box-orient: vertical;
385
- overflow: hidden !important;
386
- text-overflow: ellipsis !important;
387
- word-wrap: break-word;
388
- word-break: break-all;
389
- }
390
- .v-overlay[data-v-c6174391] {
391
- transition: all 0.3s ease;
392
- }
393
- .v-overlay.expanded[data-v-c6174391] {
394
- backdrop-filter: blur(18px);
395
- }
396
- .v-overlay[data-v-c6174391] img {
397
- max-width: 100%;
398
- }
399
- .v-label[data-v-c6174391] {
400
- opacity: 0.65;
401
- }.v-sheet[data-v-54610e07] {
402
- display: flex;
403
- padding: 0.25rem;
404
- gap: 0.125rem;
405
- }
406
- .v-sheet .v-divider[data-v-54610e07] {
407
- margin: 0 0.125rem;
408
- }
409
- .v-btn[data-v-54610e07] {
410
- color: currentColor !important;
411
- }
412
- .v-btn[data-v-54610e07] .v-icon {
413
- font-size: 1.24rem !important;
414
- }[data-v-f27e0f91] .ProseMirror {
415
- overflow-y: auto;
416
- outline: none;
417
- width: 100%;
418
- }
419
- [data-v-f27e0f91] .ProseMirror > * + * {
420
- margin-top: 0.75em;
421
- }
422
- [data-v-f27e0f91] .ProseMirror ul,[data-v-f27e0f91] .ProseMirror ol {
423
- padding: 0 1rem;
424
- }
425
- [data-v-f27e0f91] .ProseMirror pre {
426
- background: #0d0d0d;
427
- color: #fff;
428
- padding: 0.75rem 1rem;
429
- border-radius: 0.5rem;
430
- }
431
- [data-v-f27e0f91] .ProseMirror pre code {
432
- color: inherit;
433
- padding: 0;
434
- background: none;
435
- font-size: 0.8rem;
436
- }
437
- [data-v-f27e0f91] .ProseMirror blockquote {
438
- padding-left: 1rem;
439
- border-left: 2px solid color-mix(in srgb, currentColor 20%, transparent);
440
- }
441
- .v-field--center-affix[data-v-f27e0f91] .v-label.v-field-label:not(.v-field-label--floating) {
442
- top: calc(50% - 1.125rem);
443
- }[data-v-2c4e96d8] .add-element-container {
444
- margin-top: 1rem !important;
445
- }
446
- [data-v-2c4e96d8] .add-element-container .v-btn {
447
- margin-top: 0 !important;
448
- margin-bottom: 0.5rem !important;
449
- }
450
- [data-v-2c4e96d8] .list-group {
451
- padding: 1rem 2.5rem;
452
- }
453
- [data-v-2c4e96d8] .list-group .contained-content {
454
- margin: 0;
455
- }
456
- [data-v-2c4e96d8] .v-input__details {
457
- padding-inline: 1rem;
458
- }
459
- .question[data-v-2c4e96d8] {
460
- position: relative;
461
- }
462
- .question[data-v-2c4e96d8]::after {
463
- content: "";
464
- position: absolute;
465
- height: 100%;
466
- left: 0;
467
- top: 0;
468
- width: 100%;
469
- border: 1px solid currentColor;
470
- opacity: 0.38;
471
- pointer-events: none;
472
- border-radius: inherit;
473
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
474
- }
475
- .question.focused[data-v-2c4e96d8]::after {
476
- opacity: 1;
477
- border-width: 2px;
478
- }
479
- .question[data-v-2c4e96d8]:hover::after {
480
- opacity: 0.87;
481
- }
482
- .v-input--error .question[data-v-2c4e96d8]::after {
483
- color: rgb(var(--v-theme-error));
484
- opacity: 1;
485
- }[data-v-013e5a83] .v-input__control {
486
- flex-wrap: wrap;
487
- }.drag-handle[data-v-0954e453] {
488
- margin: 0.625rem 0 0.625rem -0.5rem;
489
- }
490
- .diff.new[data-v-0954e453] {
491
- border: none;
492
- box-shadow: 0 0 0 2px rgb(var(--v-theme-success-lighten-4)) !important;
493
- }
494
- .diff.changed[data-v-0954e453], .diff.removed[data-v-0954e453] {
495
- border: none;
496
- box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
497
- }.tce-file[data-v-99878dc0] {
1
+ .tce-file[data-v-48252572] {
498
2
  text-align: left;
499
3
  }