@harbour-enterprises/superdoc 1.0.0-alpha.50 → 1.0.0-alpha.52
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/style.css +122 -109
- package/dist/superdoc.es.js +5466 -3998
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +4 -2
package/dist/style.css
CHANGED
|
@@ -167,55 +167,6 @@ body {
|
|
|
167
167
|
.input-active {
|
|
168
168
|
border: 1px solid #1355FF !important;
|
|
169
169
|
}
|
|
170
|
-
.option-grid-ctn[data-v-d7e1f60b] {
|
|
171
|
-
display: flex;
|
|
172
|
-
flex-direction: column;
|
|
173
|
-
padding: 5px;
|
|
174
|
-
border-radius: 5px;
|
|
175
|
-
background-color: #fff;
|
|
176
|
-
z-index: 3;
|
|
177
|
-
}
|
|
178
|
-
.option-row[data-v-d7e1f60b] {
|
|
179
|
-
display: flex;
|
|
180
|
-
flex-direction: row;
|
|
181
|
-
}
|
|
182
|
-
.option[data-v-d7e1f60b] {
|
|
183
|
-
border-radius: 50%;
|
|
184
|
-
cursor: pointer;
|
|
185
|
-
padding: 3px;
|
|
186
|
-
display: flex;
|
|
187
|
-
align-items: center;
|
|
188
|
-
justify-content: center;
|
|
189
|
-
position: relative;
|
|
190
|
-
}
|
|
191
|
-
.option[data-v-d7e1f60b]:hover {
|
|
192
|
-
background-color: #DBDBDB;
|
|
193
|
-
}
|
|
194
|
-
.active-check[data-v-d7e1f60b] {
|
|
195
|
-
position: absolute;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.alignment-buttons[data-v-a6ab9011] {
|
|
199
|
-
display: flex;
|
|
200
|
-
justify-content: space-between;
|
|
201
|
-
width: 100%;
|
|
202
|
-
padding: 8px;
|
|
203
|
-
}
|
|
204
|
-
.button-icon[data-v-a6ab9011] {
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
padding: 12px;
|
|
207
|
-
font-size: 16px;
|
|
208
|
-
width: 25px;
|
|
209
|
-
height: 25px;
|
|
210
|
-
border-radius: 4px;
|
|
211
|
-
display: flex;
|
|
212
|
-
justify-content: center;
|
|
213
|
-
align-items: center;
|
|
214
|
-
}
|
|
215
|
-
.button-icon[data-v-a6ab9011]:hover {
|
|
216
|
-
background-color: #d8dee5;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
170
|
.open-link-icon[data-v-68133520] {
|
|
220
171
|
margin-left: 10px;
|
|
221
172
|
width: 30px;
|
|
@@ -346,6 +297,67 @@ body {
|
|
|
346
297
|
cursor: pointer;
|
|
347
298
|
}
|
|
348
299
|
|
|
300
|
+
.selected[data-v-573df785] {
|
|
301
|
+
background-color: #DBDBDB;
|
|
302
|
+
}
|
|
303
|
+
.mentions-container[data-v-573df785]:focus {
|
|
304
|
+
outline: none;
|
|
305
|
+
}
|
|
306
|
+
.user-row[data-v-573df785] {
|
|
307
|
+
padding: 10px 15px;
|
|
308
|
+
cursor: pointer;
|
|
309
|
+
transition: all 0.2s ease;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.option-grid-ctn[data-v-d7e1f60b] {
|
|
313
|
+
display: flex;
|
|
314
|
+
flex-direction: column;
|
|
315
|
+
padding: 5px;
|
|
316
|
+
border-radius: 5px;
|
|
317
|
+
background-color: #fff;
|
|
318
|
+
z-index: 3;
|
|
319
|
+
}
|
|
320
|
+
.option-row[data-v-d7e1f60b] {
|
|
321
|
+
display: flex;
|
|
322
|
+
flex-direction: row;
|
|
323
|
+
}
|
|
324
|
+
.option[data-v-d7e1f60b] {
|
|
325
|
+
border-radius: 50%;
|
|
326
|
+
cursor: pointer;
|
|
327
|
+
padding: 3px;
|
|
328
|
+
display: flex;
|
|
329
|
+
align-items: center;
|
|
330
|
+
justify-content: center;
|
|
331
|
+
position: relative;
|
|
332
|
+
}
|
|
333
|
+
.option[data-v-d7e1f60b]:hover {
|
|
334
|
+
background-color: #DBDBDB;
|
|
335
|
+
}
|
|
336
|
+
.active-check[data-v-d7e1f60b] {
|
|
337
|
+
position: absolute;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.alignment-buttons[data-v-a6ab9011] {
|
|
341
|
+
display: flex;
|
|
342
|
+
justify-content: space-between;
|
|
343
|
+
width: 100%;
|
|
344
|
+
padding: 8px;
|
|
345
|
+
}
|
|
346
|
+
.button-icon[data-v-a6ab9011] {
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
padding: 12px;
|
|
349
|
+
font-size: 16px;
|
|
350
|
+
width: 25px;
|
|
351
|
+
height: 25px;
|
|
352
|
+
border-radius: 4px;
|
|
353
|
+
display: flex;
|
|
354
|
+
justify-content: center;
|
|
355
|
+
align-items: center;
|
|
356
|
+
}
|
|
357
|
+
.button-icon[data-v-a6ab9011]:hover {
|
|
358
|
+
background-color: #d8dee5;
|
|
359
|
+
}
|
|
360
|
+
|
|
349
361
|
.disabled[data-v-0805a750] {
|
|
350
362
|
opacity: 0.5;
|
|
351
363
|
cursor: not-allowed !important;
|
|
@@ -390,18 +402,6 @@ body {
|
|
|
390
402
|
background-color: #C8D0D8;
|
|
391
403
|
}
|
|
392
404
|
|
|
393
|
-
.selected[data-v-573df785] {
|
|
394
|
-
background-color: #DBDBDB;
|
|
395
|
-
}
|
|
396
|
-
.mentions-container[data-v-573df785]:focus {
|
|
397
|
-
outline: none;
|
|
398
|
-
}
|
|
399
|
-
.user-row[data-v-573df785] {
|
|
400
|
-
padding: 10px 15px;
|
|
401
|
-
cursor: pointer;
|
|
402
|
-
transition: all 0.2s ease;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
405
|
.toolbar-icon[data-v-bea60431] {
|
|
406
406
|
display: flex;
|
|
407
407
|
align-items: center;
|
|
@@ -608,14 +608,22 @@ body {
|
|
|
608
608
|
position: relative;
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
.super-editor[data-v-
|
|
611
|
+
.super-editor[data-v-968719bb] {
|
|
612
612
|
border: 1px solid #999;
|
|
613
|
+
outline: none;
|
|
613
614
|
height: 100%;
|
|
614
615
|
width: 100%;
|
|
616
|
+
transition: border 0.2s ease;
|
|
615
617
|
}
|
|
616
|
-
.editor-element[data-v-
|
|
618
|
+
.editor-element[data-v-968719bb] {
|
|
617
619
|
height: 100%;
|
|
618
620
|
width: 100%;
|
|
621
|
+
border: none;
|
|
622
|
+
outline: none;
|
|
623
|
+
}
|
|
624
|
+
.super-input-active[data-v-968719bb] {
|
|
625
|
+
border: 1px solid #007bff;
|
|
626
|
+
outline: none;
|
|
619
627
|
}
|
|
620
628
|
/*!
|
|
621
629
|
* Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
|
|
@@ -18733,23 +18741,23 @@ readers do not read off random characters that represent icons */
|
|
|
18733
18741
|
mix-blend-mode: difference;
|
|
18734
18742
|
}
|
|
18735
18743
|
|
|
18736
|
-
.comment-doc[data-v-
|
|
18744
|
+
.comment-doc[data-v-eeaaecda] {
|
|
18737
18745
|
position: relative;
|
|
18738
18746
|
}
|
|
18739
|
-
.comments-layer[data-v-
|
|
18747
|
+
.comments-layer[data-v-eeaaecda] {
|
|
18740
18748
|
position: relative;
|
|
18741
18749
|
}
|
|
18742
|
-
.comment-anchor[data-v-
|
|
18750
|
+
.comment-anchor[data-v-eeaaecda] {
|
|
18743
18751
|
position: absolute;
|
|
18744
18752
|
cursor: pointer;
|
|
18745
18753
|
z-index: 3;
|
|
18746
18754
|
border-radius: 4px;
|
|
18747
18755
|
transition: background-color 250ms ease;
|
|
18748
18756
|
}
|
|
18749
|
-
.bypass[data-v-
|
|
18757
|
+
.bypass[data-v-eeaaecda] {
|
|
18750
18758
|
display: none;
|
|
18751
18759
|
}
|
|
18752
|
-
.comments-container[data-v-
|
|
18760
|
+
.comments-container[data-v-eeaaecda] {
|
|
18753
18761
|
/* pointer-events: none; */
|
|
18754
18762
|
}
|
|
18755
18763
|
|
|
@@ -18802,13 +18810,19 @@ span[data-v-36fffb56] {
|
|
|
18802
18810
|
background-color: #F3F3F5;
|
|
18803
18811
|
}
|
|
18804
18812
|
|
|
18805
|
-
.comment-separator[data-v-
|
|
18813
|
+
.comment-separator[data-v-83ec237e] {
|
|
18806
18814
|
background-color: #DBDBDB;
|
|
18807
18815
|
height: 1px;
|
|
18808
18816
|
width: 100%;
|
|
18809
18817
|
margin: 15px 0;
|
|
18810
18818
|
}
|
|
18811
|
-
.
|
|
18819
|
+
.existing-internal-input[data-v-83ec237e] {
|
|
18820
|
+
margin-bottom: 10px;
|
|
18821
|
+
}
|
|
18822
|
+
.initial-internal-dropdown[data-v-83ec237e] {
|
|
18823
|
+
margin-top: 10px;
|
|
18824
|
+
}
|
|
18825
|
+
.comments-dialog[data-v-83ec237e] {
|
|
18812
18826
|
position: absolute;
|
|
18813
18827
|
display: flex;
|
|
18814
18828
|
flex-direction: column;
|
|
@@ -18822,14 +18836,14 @@ span[data-v-36fffb56] {
|
|
|
18822
18836
|
z-index: 5;
|
|
18823
18837
|
width: 300px;
|
|
18824
18838
|
}
|
|
18825
|
-
.is-active[data-v-
|
|
18839
|
+
.is-active[data-v-83ec237e] {
|
|
18826
18840
|
z-index: 10;
|
|
18827
18841
|
}
|
|
18828
|
-
.overflow-menu[data-v-
|
|
18842
|
+
.overflow-menu[data-v-83ec237e] {
|
|
18829
18843
|
flex-shrink: 1;
|
|
18830
18844
|
display: flex;
|
|
18831
18845
|
}
|
|
18832
|
-
.overflow-menu i[data-v-
|
|
18846
|
+
.overflow-menu i[data-v-83ec237e] {
|
|
18833
18847
|
width: 20px;
|
|
18834
18848
|
height: 20px;
|
|
18835
18849
|
display: flex;
|
|
@@ -18841,69 +18855,68 @@ span[data-v-36fffb56] {
|
|
|
18841
18855
|
margin-left: 2px;
|
|
18842
18856
|
cursor: pointer;
|
|
18843
18857
|
}
|
|
18844
|
-
.overflow-menu i[data-v-
|
|
18858
|
+
.overflow-menu i[data-v-83ec237e]:hover {
|
|
18845
18859
|
background-color: #DBDBDB;
|
|
18846
18860
|
}
|
|
18847
|
-
.comment-header[data-v-
|
|
18861
|
+
.comment-header[data-v-83ec237e] {
|
|
18848
18862
|
display: flex;
|
|
18849
18863
|
align-items: center;
|
|
18850
18864
|
justify-content: space-between;
|
|
18851
18865
|
margin-bottom: 10px;
|
|
18852
18866
|
}
|
|
18853
|
-
.comment-header-left[data-v-
|
|
18867
|
+
.comment-header-left[data-v-83ec237e] {
|
|
18854
18868
|
display: flex;
|
|
18855
18869
|
justify-content: space-between;
|
|
18856
18870
|
align-items: center;
|
|
18857
18871
|
}
|
|
18858
|
-
.avatar[data-v-
|
|
18872
|
+
.avatar[data-v-83ec237e] {
|
|
18859
18873
|
margin-right: 10px;
|
|
18860
18874
|
}
|
|
18861
|
-
.user-info[data-v-
|
|
18875
|
+
.user-info[data-v-83ec237e] {
|
|
18862
18876
|
display: flex;
|
|
18863
18877
|
flex-direction: column;
|
|
18864
18878
|
font-size: 12px;
|
|
18865
18879
|
}
|
|
18866
|
-
.user-name[data-v-
|
|
18880
|
+
.user-name[data-v-83ec237e] {
|
|
18867
18881
|
font-weight: 600;
|
|
18868
18882
|
line-height: 1.2em;
|
|
18869
18883
|
}
|
|
18870
|
-
.user-timestamp[data-v-
|
|
18884
|
+
.user-timestamp[data-v-83ec237e] {
|
|
18871
18885
|
line-height: 1.2em;
|
|
18872
18886
|
font-size: 12px;
|
|
18873
18887
|
color: #999;
|
|
18874
18888
|
}
|
|
18875
|
-
.input-section[data-v-
|
|
18889
|
+
.input-section[data-v-83ec237e] {
|
|
18876
18890
|
margin-top: 10px;
|
|
18877
18891
|
}
|
|
18878
|
-
.sd-button[data-v-
|
|
18892
|
+
.sd-button[data-v-83ec237e] {
|
|
18879
18893
|
font-size: 12px;
|
|
18880
18894
|
margin-left: 5px;
|
|
18881
18895
|
}
|
|
18882
|
-
.comment[data-v-
|
|
18896
|
+
.comment[data-v-83ec237e] {
|
|
18883
18897
|
font-size: 14px;
|
|
18884
18898
|
margin: 10px 0;
|
|
18885
18899
|
}
|
|
18886
|
-
.conversation-item[data-v-
|
|
18900
|
+
.conversation-item[data-v-83ec237e] {
|
|
18887
18901
|
border-bottom: 1px solid #DBDBDB;
|
|
18888
18902
|
padding-bottom: 10px;
|
|
18889
18903
|
}
|
|
18890
|
-
.comment-footer[data-v-
|
|
18891
|
-
margin:
|
|
18904
|
+
.comment-footer[data-v-83ec237e] {
|
|
18905
|
+
margin: 5px 0 5px;
|
|
18892
18906
|
display: flex;
|
|
18893
18907
|
justify-content: flex-end;
|
|
18894
18908
|
width: 100%;
|
|
18895
18909
|
}
|
|
18896
|
-
.internal-dropdown[data-v-
|
|
18897
|
-
margin: 10px 0;
|
|
18910
|
+
.internal-dropdown[data-v-83ec237e] {
|
|
18898
18911
|
display: inline-block;
|
|
18899
18912
|
}
|
|
18900
|
-
.comment-editing[data-v-
|
|
18913
|
+
.comment-editing[data-v-83ec237e] {
|
|
18901
18914
|
padding-bottom: 10px;
|
|
18902
18915
|
}
|
|
18903
|
-
.comment-editing button[data-v-
|
|
18916
|
+
.comment-editing button[data-v-83ec237e] {
|
|
18904
18917
|
margin-left: 5px;
|
|
18905
18918
|
}
|
|
18906
|
-
.comment-entry[data-v-
|
|
18919
|
+
.comment-entry[data-v-83ec237e] {
|
|
18907
18920
|
border-radius: 8px;
|
|
18908
18921
|
border: 1px solid #DBDBDB !important;
|
|
18909
18922
|
width: 100%;
|
|
@@ -19050,62 +19063,62 @@ img[data-v-47d1dee5] {
|
|
|
19050
19063
|
}
|
|
19051
19064
|
|
|
19052
19065
|
/* Right sidebar drawer */
|
|
19053
|
-
.right-sidebar[data-v-
|
|
19066
|
+
.right-sidebar[data-v-848ea3f5] {
|
|
19054
19067
|
width: 320px;
|
|
19055
19068
|
padding: 0 10px;
|
|
19056
19069
|
min-height: 100%;
|
|
19057
19070
|
position: relative;
|
|
19058
19071
|
z-index: 100;
|
|
19059
19072
|
}
|
|
19060
|
-
.fa-tool-icon[data-v-
|
|
19073
|
+
.fa-tool-icon[data-v-848ea3f5] {
|
|
19061
19074
|
cursor: pointer;
|
|
19062
19075
|
}
|
|
19063
19076
|
|
|
19064
19077
|
/* General Styles */
|
|
19065
|
-
.box-sizing[data-v-
|
|
19078
|
+
.box-sizing[data-v-848ea3f5], .layers[data-v-848ea3f5] {
|
|
19066
19079
|
box-sizing: border-box;
|
|
19067
19080
|
}
|
|
19068
|
-
.cursor-pointer[data-v-
|
|
19081
|
+
.cursor-pointer[data-v-848ea3f5], .tools .tool-icon[data-v-848ea3f5], .toolbar-item[data-v-848ea3f5] {
|
|
19069
19082
|
cursor: pointer;
|
|
19070
19083
|
}
|
|
19071
|
-
.flex[data-v-
|
|
19084
|
+
.flex[data-v-848ea3f5] {
|
|
19072
19085
|
display: flex;
|
|
19073
19086
|
}
|
|
19074
|
-
.flex-column[data-v-
|
|
19087
|
+
.flex-column[data-v-848ea3f5] {
|
|
19075
19088
|
flex-direction: column;
|
|
19076
19089
|
}
|
|
19077
|
-
.flex-center[data-v-
|
|
19090
|
+
.flex-center[data-v-848ea3f5] {
|
|
19078
19091
|
display: flex;
|
|
19079
19092
|
align-items: center;
|
|
19080
19093
|
justify-content: center;
|
|
19081
19094
|
}
|
|
19082
19095
|
|
|
19083
19096
|
/* Layer Styles */
|
|
19084
|
-
.comments-layer[data-v-
|
|
19097
|
+
.comments-layer[data-v-848ea3f5] {
|
|
19085
19098
|
position: absolute;
|
|
19086
19099
|
top: 0;
|
|
19087
19100
|
height: 100%;
|
|
19088
19101
|
}
|
|
19089
|
-
.layers[data-v-
|
|
19102
|
+
.layers[data-v-848ea3f5] {
|
|
19090
19103
|
position: relative;
|
|
19091
19104
|
}
|
|
19092
19105
|
|
|
19093
19106
|
/* Document Styles */
|
|
19094
|
-
.docx[data-v-
|
|
19107
|
+
.docx[data-v-848ea3f5] {
|
|
19095
19108
|
border: 1px solid #DFDFDF;
|
|
19096
19109
|
pointer-events: auto;
|
|
19097
19110
|
}
|
|
19098
|
-
.sub-document[data-v-
|
|
19111
|
+
.sub-document[data-v-848ea3f5] {
|
|
19099
19112
|
position: relative;
|
|
19100
19113
|
}
|
|
19101
19114
|
|
|
19102
19115
|
/* Toolbar Styles */
|
|
19103
|
-
.toolbar[data-v-
|
|
19116
|
+
.toolbar[data-v-848ea3f5] {
|
|
19104
19117
|
height: 25px;
|
|
19105
19118
|
background-color: #fff;
|
|
19106
19119
|
margin-bottom: 5px;
|
|
19107
19120
|
}
|
|
19108
|
-
.toolbar-item[data-v-
|
|
19121
|
+
.toolbar-item[data-v-848ea3f5] {
|
|
19109
19122
|
width: 20px;
|
|
19110
19123
|
height: 20px;
|
|
19111
19124
|
border-radius: 8px;
|
|
@@ -19117,12 +19130,12 @@ img[data-v-47d1dee5] {
|
|
|
19117
19130
|
justify-content: center;
|
|
19118
19131
|
transition: all 250ms ease;
|
|
19119
19132
|
}
|
|
19120
|
-
.toolbar-item[data-v-
|
|
19133
|
+
.toolbar-item[data-v-848ea3f5]:hover {
|
|
19121
19134
|
background-color: #DBDBDB;
|
|
19122
19135
|
}
|
|
19123
19136
|
|
|
19124
19137
|
/* Tools Styles */
|
|
19125
|
-
.tools[data-v-
|
|
19138
|
+
.tools[data-v-848ea3f5] {
|
|
19126
19139
|
position: absolute;
|
|
19127
19140
|
width: 50px;
|
|
19128
19141
|
height: 50px;
|
|
@@ -19133,7 +19146,7 @@ img[data-v-47d1dee5] {
|
|
|
19133
19146
|
align-items: center;
|
|
19134
19147
|
justify-content: center;
|
|
19135
19148
|
}
|
|
19136
|
-
.tools .tool-icon[data-v-
|
|
19149
|
+
.tools .tool-icon[data-v-848ea3f5] {
|
|
19137
19150
|
font-size: 20px;
|
|
19138
19151
|
border-radius: 12px;
|
|
19139
19152
|
border: none;
|
|
@@ -19141,11 +19154,11 @@ img[data-v-47d1dee5] {
|
|
|
19141
19154
|
background-color: #DBDBDB;
|
|
19142
19155
|
}
|
|
19143
19156
|
@media (max-width: 768px) {
|
|
19144
|
-
.sub-document[data-v-
|
|
19157
|
+
.sub-document[data-v-848ea3f5] {
|
|
19145
19158
|
max-width: 100%;
|
|
19146
19159
|
overflow: hidden;
|
|
19147
19160
|
}
|
|
19148
|
-
.right-sidebar[data-v-
|
|
19161
|
+
.right-sidebar[data-v-848ea3f5] {
|
|
19149
19162
|
padding: 10px;
|
|
19150
19163
|
width: 55px;
|
|
19151
19164
|
position: relative;
|