@simple-reporting/base 1.0.23 → 1.0.25
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/cli.js +5 -1
- package/dev/index.html +1 -1
- package/dev/livingdocs.config.json +6 -6
- package/dev/package.json +6 -1
- package/dev/src/Dialog.vue +3 -0
- package/dev/src/assets/scss/word.scss +44 -1
- package/livingdocs/010.Titles/010.title-h1/scss/word.scss +3 -0
- package/livingdocs/010.Titles/020.title-h2/scss/word.scss +10 -0
- package/livingdocs/010.Titles/030.title-h3/scss/word.scss +10 -0
- package/livingdocs/010.Titles/040.title-h4/scss/word.scss +10 -0
- package/livingdocs/010.Titles/050.title-h5/scss/word.scss +5 -0
- package/livingdocs/010.Titles/060.title-h6/scss/word.scss +5 -0
- package/livingdocs/020.Text/010.lead/scss/word.scss +5 -0
- package/livingdocs/020.Text/020.paragraph/scss/word.scss +5 -0
- package/livingdocs/020.Text/030.paragraph-strong/scss/word.scss +6 -0
- package/livingdocs/020.Text/040.link/scss/word.scss +5 -0
- package/livingdocs/020.Text/050.quote/scss/word.scss +7 -0
- package/livingdocs/020.Text/060.quote-with-portrait/scss/word.scss +7 -0
- package/livingdocs/020.Text/080.footnote-item/scss/word.scss +6 -0
- package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +0 -5
- package/livingdocs/030.Lists/010.unordered-list/scss/word.scss +6 -0
- package/livingdocs/030.Lists/020.ordered-list/scss/word.scss +9 -0
- package/livingdocs/030.Lists/030.alphanumeric-list/scss/word.scss +9 -0
- package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +2 -2
- package/livingdocs/030.Lists/040.list-item/scss/word.scss +19 -0
- package/livingdocs/040.Media/010.table/scss/general.scss +22 -17
- package/livingdocs/040.Media/010.table/scss/word.scss +21 -0
- package/livingdocs/040.Media/020.image/scss/word.scss +5 -0
- package/livingdocs/040.Media/030.video/scss/word.scss +5 -0
- package/livingdocs/040.Media/030.video/video.html +2 -2
- package/livingdocs/060.Buttons/020.button/scss/word.scss +6 -1
- package/livingdocs/080.CV/010.cv/cv.html +7 -7
- package/livingdocs/090.Signatures/010.signature-container/scss/word.scss +5 -0
- package/livingdocs/090.Signatures/020.signature-item/scss/word.scss +6 -0
- package/livingdocs/100.Misc/010.anchor/anchor.html +2 -1
- package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +1 -1
- package/livingdocs/110.PDF/010.pdf-pagebreak/scss/word.scss +5 -0
- package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +1 -0
- package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +1 -0
- package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/pdf-chapter-navigation.html +1 -0
- package/livingdocs/110.PDF/070.pdf-cover/pdf-cover.html +1 -1
- package/livingdocs/110.PDF/080.pdf-toc-page/pdf-toc-page.html +2 -2
- package/livingdocs/110.PDF/080.pdf-toc-page/scss/editor.scss +2 -2
- package/livingdocs/110.PDF/100.pdf-toc-item/pdf-toc-item.html +3 -3
- package/package.json +2 -1
- package/scripts/beaver.js +14 -18
- package/scripts/build/variables.d.ts +6 -0
- package/scripts/build/variables.js +6 -0
- package/scripts/build.d.ts +1 -1
- package/scripts/build.js +227 -99
- package/scripts/dotenv.d.ts +1 -0
- package/scripts/dotenv.js +8 -0
- package/scripts/init.js +1 -1
- package/scripts/ldd/mapLdd.js +2 -2
- package/scripts/utils.d.ts +1 -0
- package/scripts/utils.js +22 -0
- package/scss/colors/functions.scss +2 -10
- package/scss/colors/mixins.scss +0 -18
- package/scss/colors/root.scss +10 -0
- package/scss/core-styles.scss +4 -1
- package/scss/fonts/root.scss +4 -0
- package/scss/grid/functions.scss +8 -6
- package/scss/grid/mixins.scss +0 -77
- package/scss/grid/root.scss +80 -0
- package/scss/helpers/root.scss +4 -0
- package/scss/init-root.scss +12 -0
- package/scss/meta/root.scss +4 -0
- package/scss/spacer/functions.scss +2 -1
- package/scss/spacer/mixins.scss +0 -52
- package/scss/spacer/root.scss +55 -0
- package/scss/system/functions.scss +70 -5
- package/scss/system/root.scss +0 -3
- package/scss/system/variables.scss +1 -0
- package/scss/typography/functions.scss +12 -12
- package/scss/typography/mixins.scss +0 -221
- package/scss/typography/root.scss +226 -0
- package/srl/.srl/components/Srl/Article/Dialog/Button.vue +18 -20
- package/srl/.srl/components/Srl/Article/Root.vue +4 -3
- package/srl/.srl/components/Srl/Page/Dialog.vue +17 -19
- package/srl/.srl/types/nswow.d.ts +3 -0
- package/srl/.srl/utils/pageState.ts +2 -2
- package/srl/srl/pdf.scss +0 -2
package/cli.js
CHANGED
|
@@ -79,8 +79,12 @@ commander
|
|
|
79
79
|
commander
|
|
80
80
|
.command('build')
|
|
81
81
|
.description('Build ldd, app, pdf and word for production')
|
|
82
|
-
.argument('[version]', '
|
|
82
|
+
.argument('[version]', 'Livingdocs version')
|
|
83
83
|
.option('-c, --customer <customer>', 'The customer to build for')
|
|
84
|
+
.option(
|
|
85
|
+
'-t, --target <targets>',
|
|
86
|
+
'Comma separated targets: app,pdf,word,xbrl,ldd (default: all)'
|
|
87
|
+
)
|
|
84
88
|
.action(async (version, options) => {
|
|
85
89
|
await build(version, options);
|
|
86
90
|
});
|
package/dev/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
>this page requires javascript to work properly. please enable javascript in your
|
|
13
13
|
browser</noscript
|
|
14
14
|
>
|
|
15
|
-
<div id="app" class="
|
|
15
|
+
<div id="app" class="srl-page"></div>
|
|
16
16
|
<script type="module" src="src/entries/main.ts"></script>
|
|
17
17
|
</body>
|
|
18
18
|
</html>
|
|
@@ -110,24 +110,24 @@
|
|
|
110
110
|
"identifier": "wp_cf_prettyTitle",
|
|
111
111
|
"type": "text",
|
|
112
112
|
"matches": [
|
|
113
|
-
"title-h1.title-h1
|
|
113
|
+
"title-h1.title-h1",
|
|
114
114
|
"title-h2.title-h2-text",
|
|
115
115
|
"title-h3.title-h3-text",
|
|
116
116
|
"title-h4.title-h4-text",
|
|
117
|
-
"title-h5.title-h5
|
|
118
|
-
"title-h6.title-h6
|
|
117
|
+
"title-h5.title-h5",
|
|
118
|
+
"title-h6.title-h6"
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"identifier": "menuTitle",
|
|
123
123
|
"type": "text",
|
|
124
124
|
"matches": [
|
|
125
|
-
"title-h1.title-h1
|
|
125
|
+
"title-h1.title-h1",
|
|
126
126
|
"title-h2.title-h2-text",
|
|
127
127
|
"title-h3.title-h3-text",
|
|
128
128
|
"title-h4.title-h4-text",
|
|
129
|
-
"title-h5.title-h5
|
|
130
|
-
"title-h6.title-h6
|
|
129
|
+
"title-h5.title-h5",
|
|
130
|
+
"title-h6.title-h6"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
{
|
package/dev/package.json
CHANGED
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"dev": "vite",
|
|
12
12
|
"build": "srl build",
|
|
13
|
+
"build-app": "srl build --target app",
|
|
14
|
+
"build-pdf": "srl build --target pdf",
|
|
15
|
+
"build-word": "srl build --target word",
|
|
16
|
+
"build-xbrl": "srl build --target xbrl",
|
|
17
|
+
"build-ldd": "srl build --target ldd",
|
|
13
18
|
"build-type-check": "run-p type-check \"build {@}\" --",
|
|
14
19
|
"preview": "vite preview",
|
|
15
20
|
"test:unit": "vitest",
|
|
@@ -19,7 +24,7 @@
|
|
|
19
24
|
"postinstall": "srl prepare"
|
|
20
25
|
},
|
|
21
26
|
"dependencies": {
|
|
22
|
-
"@simple-reporting/base": "^1.0.
|
|
27
|
+
"@simple-reporting/base": "^1.0.25",
|
|
23
28
|
"axios": "^1.12.2",
|
|
24
29
|
"chalk": "^5.6.2",
|
|
25
30
|
"exceljs": "^4.4.0",
|
package/dev/src/Dialog.vue
CHANGED
|
@@ -1,2 +1,45 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
.srl-chapter,
|
|
4
|
+
.srl-article {
|
|
5
|
+
page-break-after: always;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.srl-article[class*="srl-category-notes_"],
|
|
9
|
+
.srl-article[class*="srl-category-notes-"],
|
|
10
|
+
.srl-article[class*="srl-category-note_"],
|
|
11
|
+
.srl-article[class*="srl-category-note-"] {
|
|
12
|
+
page-break-after: avoid;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[class*="srl-category-notes_"] + .srl-article,
|
|
16
|
+
[class*="srl-category-notes-"] + .srl-article,
|
|
17
|
+
[class*="srl-category-note_"] + .srl-article,
|
|
18
|
+
[class*="srl-category-note-"] + .srl-article {
|
|
19
|
+
page-break-after: always;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/*
|
|
23
|
+
Hold titles and the following component on the same page
|
|
24
|
+
*/
|
|
25
|
+
.srl-title-h1,
|
|
26
|
+
.srl-title-h2,
|
|
27
|
+
.srl-title-h3,
|
|
28
|
+
.srl-title-h4,
|
|
29
|
+
.srl-title-h5 {
|
|
30
|
+
& + * {
|
|
31
|
+
page-break-before: avoid;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.srl-article + [class*="srl-category-notes_"],
|
|
36
|
+
.srl-article + [class*="srl-category-notes-"],
|
|
37
|
+
.srl-article + [class*="srl-category-note_"],
|
|
38
|
+
.srl-article + [class*="srl-category-note-"] {
|
|
39
|
+
margin-top: srl.spacer-get(800);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
strong,
|
|
43
|
+
[class*="bold"] {
|
|
44
|
+
font-weight: bold;
|
|
45
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@use "srl";
|
|
2
|
+
|
|
3
|
+
.srl-list-group__item {
|
|
4
|
+
font-family: 'Arial', sans-serif;
|
|
5
|
+
|
|
6
|
+
&:before {
|
|
7
|
+
.srl-list-group--ul & {
|
|
8
|
+
display: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.srl-list-group--ol & {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.srl-list-group--alphanumeric & {
|
|
16
|
+
display: none;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -49,7 +49,7 @@ td {
|
|
|
49
49
|
);
|
|
50
50
|
vertical-align: #{map.get(srl.$meta, table, vertical-align)};
|
|
51
51
|
border-bottom: (
|
|
52
|
-
|
|
52
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
53
53
|
map.get($table-border-regular, style)
|
|
54
54
|
srl.colors-get(map.get($table-border-regular, color))
|
|
55
55
|
);
|
|
@@ -93,7 +93,7 @@ td {
|
|
|
93
93
|
*/
|
|
94
94
|
&[class*="head"] {
|
|
95
95
|
border-bottom: (
|
|
96
|
-
|
|
96
|
+
srl.system-root-style(srl-table-border-bold-width)
|
|
97
97
|
map.get($table-border-bold, style)
|
|
98
98
|
srl.colors-get(map.get($table-border-bold, color))
|
|
99
99
|
);
|
|
@@ -109,7 +109,7 @@ td {
|
|
|
109
109
|
|
|
110
110
|
&[class*="blinetop"] {
|
|
111
111
|
border-top: (
|
|
112
|
-
|
|
112
|
+
srl.system-root-style(srl-table-border-bold-width)
|
|
113
113
|
map.get($table-border-bold, style)
|
|
114
114
|
srl.colors-get(map.get($table-border-bold, color))
|
|
115
115
|
);
|
|
@@ -117,21 +117,21 @@ td {
|
|
|
117
117
|
|
|
118
118
|
&[class*="nolinetop"] {
|
|
119
119
|
border-top: (
|
|
120
|
-
|
|
120
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
121
121
|
map.get($table-border-regular, style)
|
|
122
122
|
transparent
|
|
123
123
|
);
|
|
124
124
|
|
|
125
125
|
&[class*="head"] {
|
|
126
126
|
border-top-width: (
|
|
127
|
-
|
|
127
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
128
128
|
);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
&[class*="linebottom"] {
|
|
133
133
|
border-bottom: (
|
|
134
|
-
|
|
134
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
135
135
|
map.get($table-border-regular, style)
|
|
136
136
|
srl.colors-get(map.get($table-border-regular, color))
|
|
137
137
|
);
|
|
@@ -139,7 +139,7 @@ td {
|
|
|
139
139
|
|
|
140
140
|
&[class*="blinebottom"] {
|
|
141
141
|
border-bottom: (
|
|
142
|
-
|
|
142
|
+
srl.system-root-style(srl-table-border-bold-width)
|
|
143
143
|
map.get($table-border-bold, style)
|
|
144
144
|
srl.colors-get(map.get($table-border-bold, color))
|
|
145
145
|
);
|
|
@@ -147,19 +147,19 @@ td {
|
|
|
147
147
|
|
|
148
148
|
&[class*="nolinebottom"] {
|
|
149
149
|
border-bottom: (
|
|
150
|
-
|
|
150
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
151
151
|
map.get($table-border-regular, style)
|
|
152
152
|
transparent
|
|
153
153
|
);
|
|
154
154
|
|
|
155
155
|
&[class*="head"] {
|
|
156
|
-
border-bottom-width:
|
|
156
|
+
border-bottom-width: srl.system-root-style(srl-table-border-regular-width);
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
&[class*="lineleft"] {
|
|
161
161
|
border-left: (
|
|
162
|
-
|
|
162
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
163
163
|
map.get($table-border-regular, style)
|
|
164
164
|
srl.colors-get(map.get($table-border-regular, color))
|
|
165
165
|
);
|
|
@@ -167,7 +167,7 @@ td {
|
|
|
167
167
|
|
|
168
168
|
&[class*="blineleft"] {
|
|
169
169
|
border-left: (
|
|
170
|
-
|
|
170
|
+
srl.system-root-style(srl-table-border-bold-width)
|
|
171
171
|
map.get($table-border-bold, style)
|
|
172
172
|
srl.colors-get(map.get($table-border-bold, color))
|
|
173
173
|
);
|
|
@@ -175,7 +175,7 @@ td {
|
|
|
175
175
|
|
|
176
176
|
&[class*="nolineleft"] {
|
|
177
177
|
border-left: (
|
|
178
|
-
|
|
178
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
179
179
|
map.get($table-border-regular, style)
|
|
180
180
|
transparent
|
|
181
181
|
);
|
|
@@ -183,7 +183,7 @@ td {
|
|
|
183
183
|
|
|
184
184
|
&[class*="lineright"] {
|
|
185
185
|
border-right: (
|
|
186
|
-
|
|
186
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
187
187
|
map.get($table-border-regular, style)
|
|
188
188
|
srl.colors-get(map.get($table-border-regular, color))
|
|
189
189
|
);
|
|
@@ -191,7 +191,7 @@ td {
|
|
|
191
191
|
|
|
192
192
|
&[class*="blineright"] {
|
|
193
193
|
border-right: (
|
|
194
|
-
|
|
194
|
+
srl.system-root-style(srl-table-border-bold-width)
|
|
195
195
|
map.get($table-border-bold, style)
|
|
196
196
|
srl.colors-get(map.get($table-border-bold, color))
|
|
197
197
|
);
|
|
@@ -199,7 +199,7 @@ td {
|
|
|
199
199
|
|
|
200
200
|
&[class*="nolineleft"] {
|
|
201
201
|
border-right: (
|
|
202
|
-
|
|
202
|
+
srl.system-root-style(srl-table-border-regular-width)
|
|
203
203
|
map.get($table-border-regular, style)
|
|
204
204
|
transparent
|
|
205
205
|
);
|
|
@@ -231,9 +231,14 @@ td {
|
|
|
231
231
|
DEFINE HERE; DIFFERENT CSS CLASSES IN EVERY PROJECT
|
|
232
232
|
*/
|
|
233
233
|
@for $i from 1 through 10 {
|
|
234
|
-
$suffix:
|
|
234
|
+
$suffix: "#{$i}";
|
|
235
|
+
|
|
236
|
+
@if $i < 10 {
|
|
237
|
+
$suffix: "0#{$i}";
|
|
238
|
+
}
|
|
239
|
+
|
|
235
240
|
&[class*="background-#{$suffix}"] {
|
|
236
|
-
background-color:
|
|
241
|
+
background-color: srl.system-root-style(srl-table-background-#{$suffix}, transparent);
|
|
237
242
|
}
|
|
238
243
|
}
|
|
239
244
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@use "srl";
|
|
2
|
+
|
|
3
|
+
.srl-table {
|
|
4
|
+
page-break-inside: avoid;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
th,
|
|
8
|
+
td {
|
|
9
|
+
font-family: 'Arial', sans-serif;
|
|
10
|
+
|
|
11
|
+
&[class*="head"],
|
|
12
|
+
&[class*="bold"],
|
|
13
|
+
&[class*="regular"] {
|
|
14
|
+
font-family: 'Arial', sans-serif;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&[class*="head"],
|
|
18
|
+
&[class*="bold"] {
|
|
19
|
+
font-weight: bold;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<div class="srl-video">
|
|
1
|
+
<div class="srl-video" data-remove-from-word="complete">
|
|
2
2
|
<div class="srl-grid srl-grid--media">
|
|
3
3
|
<div class="srl-grid__inner srl-video__inner">
|
|
4
4
|
<srl-ld-video data-remove-from-xbrl="transient" data-remove-from-pdf="transient">
|
|
5
|
-
<div class="srl-video__video-container" doc-html="free-html"
|
|
5
|
+
<div class="srl-video__video-container" doc-html="free-html" data-remove-from-pdf="complete"></div>
|
|
6
6
|
<img class="srl-video__thumbnail" doc-image="video-thumbnail"></img>
|
|
7
7
|
<div class="srl-video__play" data-remove-from-pdf="complete">
|
|
8
8
|
<button class="srl-button srl-has-icon" type="button">
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
<div class="srl-cv__header-content">
|
|
10
10
|
<p class="srl-title-h3">
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
<span class="srl-title-h3__text" doc-editable="cv-title-h3">
|
|
12
|
+
Max Mustermann
|
|
13
|
+
</span>
|
|
14
14
|
</p>
|
|
15
15
|
<p class="srl-title-h4">
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
<span class="srl-title-h4__text" doc-editable="cv-title-h4">
|
|
17
|
+
Chairman of the Group Management, Chief Executive Officer (CEO)
|
|
18
|
+
</span>
|
|
19
19
|
</p>
|
|
20
20
|
<p class="srl-paragraph" doc-editable="cv-text-excerpt">
|
|
21
21
|
Swiss, born 1956 <br />
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<div class="srl-cv__content srl-article-accordion__content">
|
|
28
28
|
<div class="srl-article-accordion__wrapper" doc-container="cv-content"></div>
|
|
29
29
|
</div>
|
|
30
|
-
<div class="srl-grid srl-cv__button-container">
|
|
30
|
+
<div class="srl-grid srl-cv__button-container" data-remove-from-pdf="complete" data-remove-from-word="complete" data-remove-from-xhtml="complete">
|
|
31
31
|
<div class="srl-grid__inner srl-flex srl-justify-self-center">
|
|
32
32
|
<button type="button" class="srl-cv__button srl-article-accordion__toggle">
|
|
33
33
|
<span class="srl-cv__button-more" doc-editable="cv-text-more">
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
<p class="srl-anchor srl-editor-component" data-remove-from-translate-plus="true" data-remove-from-xhtml="complete"
|
|
1
|
+
<p class="srl-anchor srl-editor-component" data-remove-from-translate-plus="true" data-remove-from-xhtml="complete"
|
|
2
|
+
data-is-anchor="true">
|
|
2
3
|
<span class="srl-anchor__text srl-editor-component__text" doc-editable="anchor-text">
|
|
3
4
|
Must start with a letter (A–Z or a–z); a number is not allowed. After the
|
|
4
5
|
first letter, any combination of letters (a–z, A–Z), digits (0–9), hyphens
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div class="srl-pdf-pagebreak srl-editor-component" data-remove-from-web="complete">
|
|
2
|
-
<span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete">
|
|
2
|
+
<span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete" data-remove-from-word="complete">
|
|
3
3
|
PDF page break
|
|
4
4
|
</span>
|
|
5
5
|
</div>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<p
|
|
2
2
|
class="srl-pdf-publication-title srl-editor-component"
|
|
3
3
|
data-remove-from-web="complete"
|
|
4
|
+
data-remove-from-word="complete"
|
|
4
5
|
>
|
|
5
6
|
<span class="srl-pdf-publication-title__text srl-editor-component__text" doc-editable="pdf-publication-titletext">
|
|
6
7
|
Publication title
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<div class="srl-pdf-toc-page">
|
|
1
|
+
<div class="srl-pdf-toc-page" data-remove-from-word="complete" data-is-toc-page="true">
|
|
2
2
|
<div class="srl-pdf-toc-page__inner">
|
|
3
3
|
<div class="srl-pdf-toc-page__title" doc-editable="pdf-toc-page-title">
|
|
4
4
|
Chapter title
|
|
5
5
|
</div>
|
|
6
|
-
<div class="srl-pdf-toc-page__toc-container" doc-container="toc"></div>
|
|
6
|
+
<div class="srl-pdf-toc-page__toc-container" doc-container="toc" data-is-toc-container="true"></div>
|
|
7
7
|
</div>
|
|
8
8
|
</div>
|
|
@@ -24,8 +24,8 @@ $page-margin-left: srl.system-size-unit(map.get(srl.$meta, pdf, margin, left));
|
|
|
24
24
|
|
|
25
25
|
display: grid;
|
|
26
26
|
grid-template-columns: repeat(8, 1fr);
|
|
27
|
-
column-gap:
|
|
28
|
-
row-gap:
|
|
27
|
+
column-gap: srl.system-root-style(srl-gutter-column-gap);
|
|
28
|
+
row-gap: srl.system-root-style(srl-gutter-row-gap);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.srl-pdf-toc-page__title,
|