@harbour-enterprises/superdoc 1.0.0-alpha.27 → 1.0.0-alpha.29
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 +55 -65
- package/dist/superdoc.cjs.js +17184 -31622
- package/dist/superdoc.cjs.js.map +1 -1
- package/dist/superdoc.es.js +17184 -31622
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +13 -5
package/dist/style.css
CHANGED
|
@@ -16773,23 +16773,9 @@ body {
|
|
|
16773
16773
|
min-height: 100%;
|
|
16774
16774
|
display: flex;
|
|
16775
16775
|
margin: 0;
|
|
16776
|
-
padding: 0;
|
|
16777
|
-
}
|
|
16778
|
-
.super-editor .ProseMirror {
|
|
16779
|
-
min-height: 400px;
|
|
16780
|
-
border: 1px solid #999;
|
|
16781
|
-
border-radius: 8px;
|
|
16782
|
-
white-space: pre-wrap;
|
|
16783
|
-
color: black !important;
|
|
16784
16776
|
padding: 20px;
|
|
16785
|
-
|
|
16786
|
-
|
|
16787
|
-
height: fit-content;
|
|
16788
|
-
}
|
|
16789
|
-
.super-editor .ProseMirror > * {
|
|
16790
|
-
color: black;
|
|
16791
|
-
font-family: 'Arial', sans-serif;
|
|
16792
|
-
font-size: 12px !important;
|
|
16777
|
+
position: relative;
|
|
16778
|
+
overflow: hidden;
|
|
16793
16779
|
}
|
|
16794
16780
|
@media (max-width: 768px) {
|
|
16795
16781
|
|
|
@@ -18377,6 +18363,8 @@ body {
|
|
|
18377
18363
|
width:100%;
|
|
18378
18364
|
height:100%;
|
|
18379
18365
|
margin:0;
|
|
18366
|
+
top:0;
|
|
18367
|
+
left:0;
|
|
18380
18368
|
}
|
|
18381
18369
|
.superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers{
|
|
18382
18370
|
position:absolute;
|
|
@@ -18959,6 +18947,9 @@ body {
|
|
|
18959
18947
|
--hcm-highlight-filter:invert(100%);
|
|
18960
18948
|
}
|
|
18961
18949
|
}
|
|
18950
|
+
.superdoc-viewer .pdfViewer.copyAll{
|
|
18951
|
+
cursor:wait;
|
|
18952
|
+
}
|
|
18962
18953
|
.superdoc-viewer .pdfViewer .canvasWrapper{
|
|
18963
18954
|
overflow:hidden;
|
|
18964
18955
|
width:100%;
|
|
@@ -19066,7 +19057,7 @@ body {
|
|
|
19066
19057
|
border:2px solid transparent;
|
|
19067
19058
|
}
|
|
19068
19059
|
.superdoc-viewer{
|
|
19069
|
-
|
|
19060
|
+
|
|
19070
19061
|
position: relative;
|
|
19071
19062
|
display: flex;
|
|
19072
19063
|
flex-direction: column;
|
|
@@ -19085,22 +19076,19 @@ body {
|
|
|
19085
19076
|
mix-blend-mode: difference;
|
|
19086
19077
|
}
|
|
19087
19078
|
|
|
19088
|
-
.comment-doc[data-v-
|
|
19079
|
+
.comment-doc[data-v-73492d6f] {
|
|
19089
19080
|
position: relative;
|
|
19090
19081
|
}
|
|
19091
|
-
.comments-layer[data-v-
|
|
19082
|
+
.comments-layer[data-v-73492d6f] {
|
|
19092
19083
|
position: relative;
|
|
19093
19084
|
}
|
|
19094
|
-
.comment-anchor[data-v-
|
|
19085
|
+
.comment-anchor[data-v-73492d6f] {
|
|
19095
19086
|
position: absolute;
|
|
19096
19087
|
cursor: pointer;
|
|
19097
19088
|
z-index: 3;
|
|
19098
19089
|
border-radius: 4px;
|
|
19099
19090
|
transition: background-color 250ms ease;
|
|
19100
19091
|
}
|
|
19101
|
-
.comments-container[data-v-df7ef0d6] {
|
|
19102
|
-
/* pointer-events: none; */
|
|
19103
|
-
}
|
|
19104
19092
|
|
|
19105
19093
|
.ProseMirror {
|
|
19106
19094
|
height: 800px;
|
|
@@ -19150,7 +19138,7 @@ span[data-v-36fffb56] {
|
|
|
19150
19138
|
}
|
|
19151
19139
|
|
|
19152
19140
|
|
|
19153
|
-
.comments-dialog[data-v-
|
|
19141
|
+
.comments-dialog[data-v-e7a86897] {
|
|
19154
19142
|
position: absolute;
|
|
19155
19143
|
display: flex;
|
|
19156
19144
|
flex-direction: column;
|
|
@@ -19163,14 +19151,14 @@ span[data-v-36fffb56] {
|
|
|
19163
19151
|
box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.15);
|
|
19164
19152
|
z-index: 5;
|
|
19165
19153
|
}
|
|
19166
|
-
.is-active[data-v-
|
|
19154
|
+
.is-active[data-v-e7a86897] {
|
|
19167
19155
|
z-index: 10;
|
|
19168
19156
|
}
|
|
19169
|
-
.overflow-menu[data-v-
|
|
19157
|
+
.overflow-menu[data-v-e7a86897] {
|
|
19170
19158
|
flex-shrink: 1;
|
|
19171
19159
|
display: flex;
|
|
19172
19160
|
}
|
|
19173
|
-
.overflow-menu i[data-v-
|
|
19161
|
+
.overflow-menu i[data-v-e7a86897] {
|
|
19174
19162
|
width: 20px;
|
|
19175
19163
|
height: 20px;
|
|
19176
19164
|
display: flex;
|
|
@@ -19182,69 +19170,69 @@ span[data-v-36fffb56] {
|
|
|
19182
19170
|
margin-left: 2px;
|
|
19183
19171
|
cursor: pointer;
|
|
19184
19172
|
}
|
|
19185
|
-
.overflow-menu i[data-v-
|
|
19173
|
+
.overflow-menu i[data-v-e7a86897]:hover {
|
|
19186
19174
|
background-color: #DBDBDB;
|
|
19187
19175
|
}
|
|
19188
|
-
.comment-entry[data-v-
|
|
19176
|
+
.comment-entry[data-v-e7a86897] {
|
|
19189
19177
|
flex-grow: 1;
|
|
19190
19178
|
margin: 5px 0;
|
|
19191
19179
|
}
|
|
19192
|
-
.comment-entry input[data-v-
|
|
19180
|
+
.comment-entry input[data-v-e7a86897] {
|
|
19193
19181
|
border-radius: 12px;
|
|
19194
19182
|
padding: 6px 10px;
|
|
19195
19183
|
outline: none;
|
|
19196
19184
|
border: 1px solid #DBDBDB;
|
|
19197
19185
|
width: 100%;
|
|
19198
19186
|
}
|
|
19199
|
-
.comment-header[data-v-
|
|
19187
|
+
.comment-header[data-v-e7a86897] {
|
|
19200
19188
|
display: flex;
|
|
19201
19189
|
align-items: center;
|
|
19202
19190
|
justify-content: space-between;
|
|
19203
19191
|
}
|
|
19204
|
-
.comment-header-left[data-v-
|
|
19192
|
+
.comment-header-left[data-v-e7a86897] {
|
|
19205
19193
|
display: flex;
|
|
19206
19194
|
justify-content: space-between;
|
|
19207
19195
|
align-items: center;
|
|
19208
19196
|
}
|
|
19209
|
-
.avatar[data-v-
|
|
19197
|
+
.avatar[data-v-e7a86897] {
|
|
19210
19198
|
margin-right: 10px;
|
|
19211
19199
|
}
|
|
19212
|
-
.user-info[data-v-
|
|
19200
|
+
.user-info[data-v-e7a86897] {
|
|
19213
19201
|
display: flex;
|
|
19214
19202
|
flex-direction: column;
|
|
19215
19203
|
font-size: 12px;
|
|
19216
19204
|
}
|
|
19217
|
-
.user-name[data-v-
|
|
19205
|
+
.user-name[data-v-e7a86897] {
|
|
19218
19206
|
font-weight: 600;
|
|
19219
19207
|
line-height: 1.2em;
|
|
19220
19208
|
}
|
|
19221
|
-
.user-timestamp[data-v-
|
|
19209
|
+
.user-timestamp[data-v-e7a86897] {
|
|
19222
19210
|
line-height: 1.2em;
|
|
19223
19211
|
font-size: 12px;
|
|
19224
19212
|
color: #999;
|
|
19225
19213
|
}
|
|
19226
|
-
.sd-button[data-v-
|
|
19214
|
+
.sd-button[data-v-e7a86897] {
|
|
19227
19215
|
margin-right: 5px;
|
|
19228
19216
|
font-size: 12px;
|
|
19229
19217
|
}
|
|
19230
|
-
.comment[data-v-
|
|
19218
|
+
.comment[data-v-e7a86897] {
|
|
19231
19219
|
font-size: 14px;
|
|
19232
19220
|
margin: 5px 0;
|
|
19233
19221
|
}
|
|
19234
|
-
.conversation-item[data-v-
|
|
19222
|
+
.conversation-item[data-v-e7a86897] {
|
|
19235
19223
|
border-bottom: 1px solid #DBDBDB;
|
|
19236
19224
|
padding-bottom: 10px;
|
|
19237
19225
|
}
|
|
19238
|
-
.comment-footer[data-v-
|
|
19226
|
+
.comment-footer[data-v-e7a86897] {
|
|
19239
19227
|
margin: 5px 0;
|
|
19240
19228
|
}
|
|
19241
19229
|
|
|
19242
|
-
.section-wrapper[data-v-
|
|
19230
|
+
.section-wrapper[data-v-6cfcb7d7] {
|
|
19243
19231
|
position: relative;
|
|
19244
19232
|
min-height: 100%;
|
|
19245
19233
|
width: 300px;
|
|
19246
19234
|
}
|
|
19247
|
-
.floating-comment[data-v-
|
|
19235
|
+
.floating-comment[data-v-6cfcb7d7] {
|
|
19248
19236
|
position: absolute;
|
|
19249
19237
|
min-width: 300px;
|
|
19250
19238
|
}
|
|
@@ -19294,62 +19282,55 @@ img[data-v-47d1dee5] {
|
|
|
19294
19282
|
}
|
|
19295
19283
|
|
|
19296
19284
|
/* Right sidebar drawer */
|
|
19297
|
-
.right-sidebar[data-v-
|
|
19285
|
+
.right-sidebar[data-v-e89145d7] {
|
|
19298
19286
|
width: 320px;
|
|
19299
19287
|
padding: 0 10px;
|
|
19300
19288
|
min-height: 100%;
|
|
19301
19289
|
position: relative;
|
|
19302
19290
|
}
|
|
19303
|
-
.docx-editor[data-v-16f7efdd] {
|
|
19304
|
-
margin-bottom: 20px;
|
|
19305
|
-
min-width: 600px;
|
|
19306
|
-
}
|
|
19307
19291
|
|
|
19308
19292
|
/* General Styles */
|
|
19309
|
-
.box-sizing[data-v-
|
|
19293
|
+
.box-sizing[data-v-e89145d7], .layers[data-v-e89145d7] {
|
|
19310
19294
|
box-sizing: border-box;
|
|
19311
19295
|
}
|
|
19312
|
-
.cursor-pointer[data-v-
|
|
19296
|
+
.cursor-pointer[data-v-e89145d7], .tools i[data-v-e89145d7], .toolbar-item[data-v-e89145d7] {
|
|
19313
19297
|
cursor: pointer;
|
|
19314
19298
|
}
|
|
19315
|
-
.flex[data-v-
|
|
19299
|
+
.flex[data-v-e89145d7] {
|
|
19316
19300
|
display: flex;
|
|
19317
19301
|
}
|
|
19318
|
-
.flex-column[data-v-
|
|
19302
|
+
.flex-column[data-v-e89145d7] {
|
|
19319
19303
|
flex-direction: column;
|
|
19320
19304
|
}
|
|
19321
|
-
.flex-center[data-v-
|
|
19305
|
+
.flex-center[data-v-e89145d7] {
|
|
19322
19306
|
display: flex;
|
|
19323
19307
|
align-items: center;
|
|
19324
19308
|
justify-content: center;
|
|
19325
19309
|
}
|
|
19326
19310
|
|
|
19327
19311
|
/* Layer Styles */
|
|
19328
|
-
.comments-layer[data-v-
|
|
19312
|
+
.comments-layer[data-v-e89145d7] {
|
|
19329
19313
|
position: absolute;
|
|
19330
19314
|
top: 0;
|
|
19331
19315
|
height: 100%;
|
|
19332
19316
|
}
|
|
19333
|
-
.layers[data-v-16f7efdd] {
|
|
19334
|
-
position: relative;
|
|
19335
|
-
}
|
|
19336
19317
|
|
|
19337
19318
|
/* Document Styles */
|
|
19338
|
-
.docx[data-v-
|
|
19319
|
+
.docx[data-v-e89145d7] {
|
|
19339
19320
|
border: 1px solid #DFDFDF;
|
|
19340
19321
|
pointer-events: auto;
|
|
19341
19322
|
}
|
|
19342
|
-
.sub-document[data-v-
|
|
19323
|
+
.sub-document[data-v-e89145d7] {
|
|
19343
19324
|
position: relative;
|
|
19344
19325
|
}
|
|
19345
19326
|
|
|
19346
19327
|
/* Toolbar Styles */
|
|
19347
|
-
.toolbar[data-v-
|
|
19328
|
+
.toolbar[data-v-e89145d7] {
|
|
19348
19329
|
height: 25px;
|
|
19349
19330
|
background-color: #fff;
|
|
19350
19331
|
margin-bottom: 5px;
|
|
19351
19332
|
}
|
|
19352
|
-
.toolbar-item[data-v-
|
|
19333
|
+
.toolbar-item[data-v-e89145d7] {
|
|
19353
19334
|
width: 20px;
|
|
19354
19335
|
height: 20px;
|
|
19355
19336
|
border-radius: 8px;
|
|
@@ -19361,12 +19342,12 @@ img[data-v-47d1dee5] {
|
|
|
19361
19342
|
justify-content: center;
|
|
19362
19343
|
transition: all 250ms ease;
|
|
19363
19344
|
}
|
|
19364
|
-
.toolbar-item[data-v-
|
|
19345
|
+
.toolbar-item[data-v-e89145d7]:hover {
|
|
19365
19346
|
background-color: #DBDBDB;
|
|
19366
19347
|
}
|
|
19367
19348
|
|
|
19368
19349
|
/* Tools Styles */
|
|
19369
|
-
.tools[data-v-
|
|
19350
|
+
.tools[data-v-e89145d7] {
|
|
19370
19351
|
position: absolute;
|
|
19371
19352
|
width: 50px;
|
|
19372
19353
|
height: 50px;
|
|
@@ -19377,19 +19358,28 @@ img[data-v-47d1dee5] {
|
|
|
19377
19358
|
align-items: center;
|
|
19378
19359
|
justify-content: center;
|
|
19379
19360
|
}
|
|
19380
|
-
.tools i[data-v-
|
|
19361
|
+
.tools i[data-v-e89145d7] {
|
|
19381
19362
|
font-size: 20px;
|
|
19382
19363
|
border-radius: 12px;
|
|
19383
19364
|
border: none;
|
|
19384
19365
|
outline: none;
|
|
19385
19366
|
background-color: #DBDBDB;
|
|
19386
19367
|
}
|
|
19368
|
+
.layers[data-v-e89145d7] {
|
|
19369
|
+
position: relative;
|
|
19370
|
+
height: 100%;
|
|
19371
|
+
width: 100%;
|
|
19372
|
+
overflow: auto;
|
|
19373
|
+
}
|
|
19374
|
+
.document[data-v-e89145d7] {
|
|
19375
|
+
position: relative;
|
|
19376
|
+
}
|
|
19387
19377
|
@media (max-width: 768px) {
|
|
19388
|
-
.sub-document[data-v-
|
|
19378
|
+
.sub-document[data-v-e89145d7] {
|
|
19389
19379
|
max-width: 100%;
|
|
19390
19380
|
overflow: hidden;
|
|
19391
19381
|
}
|
|
19392
|
-
.right-sidebar[data-v-
|
|
19382
|
+
.right-sidebar[data-v-e89145d7] {
|
|
19393
19383
|
padding: 10px;
|
|
19394
19384
|
width: 55px;
|
|
19395
19385
|
position: relative;
|