@simple-reporting/base 1.0.39 → 1.0.41
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/dev/package.json +1 -1
- package/dev/src/App.vue +1 -0
- package/dev/src/assets/scss/app.scss +0 -1
- package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
- package/dev/src/assets/scss/editor.scss +1 -0
- package/dev/src/assets/scss/general.scss +18 -0
- package/dev/src/assets/scss/pdf.scss +11 -0
- package/dev/src/assets/scss/placeholders/grid.scss +6 -0
- package/dev/src/assets/scss/web.scss +1 -1
- package/dev/src/assets/scss/xbrl.scss +12 -1
- package/dev/src/components/PageMain.vue +5 -3
- package/dev/src/entries/pdf.ts +5 -0
- package/dev/srl.config.json +72 -7
- package/livingdocs/010.Titles/010.title-h1/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
- package/livingdocs/010.Titles/010.title-h1/scss/web.scss +7 -0
- package/livingdocs/010.Titles/020.title-h2/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/020.title-h2/scss/general.scss +12 -2
- package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/030.title-h3/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
- package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/040.title-h4/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
- package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/050.title-h5/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
- package/livingdocs/010.Titles/060.title-h6/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
- package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
- package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -2
- package/livingdocs/020.Text/020.paragraph/scss/general.scss +5 -2
- package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
- package/livingdocs/020.Text/040.link/scss/general.scss +22 -2
- package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
- package/livingdocs/020.Text/060.quote-with-portrait/scss/_spacing-variations.scss +1 -2
- package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +13 -2
- package/livingdocs/020.Text/060.quote-with-portrait/scss/web.scss +7 -0
- package/livingdocs/020.Text/070.footnote-container/scss/_spacing-variations.scss +0 -2
- package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
- package/livingdocs/020.Text/080.footnote-item/scss/word.scss +8 -0
- package/livingdocs/030.Lists/010.unordered-list/scss/_spacing-variations.scss +0 -2
- package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
- package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
- package/livingdocs/040.Media/010.table/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
- package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
- package/livingdocs/040.Media/020.image/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
- package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
- package/livingdocs/040.Media/020.image/scss/web.scss +19 -5
- package/livingdocs/040.Media/030.video/ld-conf.json +1 -6
- package/livingdocs/040.Media/030.video/properties.json +7 -0
- package/livingdocs/040.Media/030.video/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/030.video/scss/editor.scss +10 -0
- package/livingdocs/040.Media/030.video/scss/general.scss +7 -3
- package/livingdocs/040.Media/030.video/scss/pdf.scss +8 -0
- package/livingdocs/040.Media/030.video/video.html +27 -30
- package/livingdocs/040.Media/030.video/video.vue +71 -32
- package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
- package/livingdocs/060.Buttons/020.button/button.html +7 -1
- package/livingdocs/060.Buttons/020.button/scss/general.scss +2 -2
- package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
- package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
- package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +5 -0
- package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +12 -0
- package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
- package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/020.columns-container/scss/app.scss +1 -0
- package/livingdocs/070.Container/020.columns-container/scss/general.scss +5 -0
- package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +7 -0
- package/livingdocs/070.Container/020.columns-container/scss/word.scss +1 -0
- package/livingdocs/070.Container/020.columns-container/scss/xbrl.scss +2 -0
- package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/editor.scss +10 -1
- package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/web.scss +1 -1
- package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
- package/livingdocs/080.CV/020.cv-time-span/scss/_spacing-variations.scss +0 -2
- package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
- package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
- package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
- package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
- package/livingdocs/100.Misc/010.anchor/scss/editor.scss +4 -0
- package/livingdocs/100.Misc/020.accordion/accordion.html +9 -9
- package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +2 -2
- package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +3 -0
- package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/web.scss +1 -0
- package/livingdocs/110.PDF/100.pdf-toc-item/scss/general.scss +6 -8
- package/livingdocs/120.Startpage/010.hero-video/hero-video.html +15 -0
- package/livingdocs/120.Startpage/010.hero-video/ld-conf.json +5 -0
- package/livingdocs/120.Startpage/010.hero-video/properties.json +1 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/editor.scss +9 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +77 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/ld-conf.json +18 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/properties.json +1 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/_spacing-variations.scss +4 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/editor.scss +22 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +40 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +50 -0
- package/livingdocs/120.Startpage/030.teaser-quote/ld-conf.json +25 -0
- package/livingdocs/120.Startpage/030.teaser-quote/properties.json +1 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/editor.scss +6 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +125 -0
- package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +53 -0
- package/livingdocs/120.Startpage/040.teaser/ld-conf.json +23 -0
- package/livingdocs/120.Startpage/040.teaser/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/040.teaser/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/040.teaser/scss/editor.scss +6 -0
- package/livingdocs/120.Startpage/040.teaser/scss/web.scss +72 -0
- package/livingdocs/120.Startpage/040.teaser/teaser.html +39 -0
- package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +6 -2
- package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +11 -44
- package/livingdocs/130.Hosting_Components/020.search/search.html +7 -1
- package/livingdocs/130.Hosting_Components/020.search/search.vue +1 -1
- package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +249 -0
- package/livingdocs/999.Properties/background-color/properties.json +23 -0
- package/livingdocs/999.Properties/font-color/properties.json +15 -0
- package/package.json +1 -1
- package/scripts/config.js +7 -4
- package/scss/colors/mixins.scss +3 -0
- package/scss/helpers/mixins.scss +22 -0
- package/scss/spacer/mixins.scss +121 -12
- package/srl/srl/fa/index.scss +2 -2
- package/srl/srl/fa/source-free.scss +1 -4
- package/srl/srl/pdf/PDFNestedContainers.ts +122 -0
- package/srl/srl/pdf/PDFNotes.ts +4 -2
- package/srl/srl/pdf/PDFSetPageNumbers.ts +3 -1
- package/dev/src/assets/scss/margins.scss +0 -57
- /package/livingdocs/{110.PDF/060.pdf-chapter-navigation-item → 070.Container/020.columns-container}/scss/editor.scss +0 -0
- /package/livingdocs/{110.PDF/021.pdf-columnbreak → 070.Container/020.columns-container}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 020.pdf-columnbreak}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 030.pdf-cover}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 050.pdf-publication-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 060.pdf-chapter-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0
package/srl/srl/pdf/PDFNotes.ts
CHANGED
|
@@ -2,7 +2,7 @@ export interface PDFNotesConfig {
|
|
|
2
2
|
noteClass: string; // kann mehrere Selektoren per Komma enthalten
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
export
|
|
5
|
+
export class PDFNotes {
|
|
6
6
|
private notesArticles: NodeListOf<HTMLElement>;
|
|
7
7
|
private selectors: string[];
|
|
8
8
|
private excludedClasses = ['srl-grid', 'srl-linkable'];
|
|
@@ -68,4 +68,6 @@ export default class PDFNotes {
|
|
|
68
68
|
// last.classList.add(`last-note-${typeKey}`);
|
|
69
69
|
});
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export default PDFNotes
|
|
@@ -3,7 +3,7 @@ export interface PDFSetPageNumbersConfig {
|
|
|
3
3
|
tocItemPageNumberClass: string;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export class PDFSetPageNumbers {
|
|
7
7
|
private tocItems: NodeListOf<HTMLElement>;
|
|
8
8
|
private pageNumberClass: string;
|
|
9
9
|
|
|
@@ -23,3 +23,5 @@ export default class PDFSetPageNumbers {
|
|
|
23
23
|
});
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
+
|
|
27
|
+
export default PDFSetPageNumbers
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
@use "srl";
|
|
2
|
-
@use "srl/system";
|
|
3
|
-
@use "sass:list";
|
|
4
|
-
|
|
5
|
-
@mixin srl-component-margin($spacing-rules) {
|
|
6
|
-
@each $pair, $margin in $spacing-rules {
|
|
7
|
-
$from: list.nth($pair, 1);
|
|
8
|
-
$to: list.nth($pair, 2);
|
|
9
|
-
|
|
10
|
-
@if $to == '*' {
|
|
11
|
-
#{$from} + * {
|
|
12
|
-
@include srl.spacer-margin-top($margin);
|
|
13
|
-
}
|
|
14
|
-
} @else {
|
|
15
|
-
#{$from} + #{$to} {
|
|
16
|
-
@include srl.spacer-margin-top($margin);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@if system.$build == "pdf" {
|
|
21
|
-
@if $to == '*' {
|
|
22
|
-
#{$from}-first + *,
|
|
23
|
-
#{$from}-last + * {
|
|
24
|
-
@include srl.spacer-margin-top($margin);
|
|
25
|
-
}
|
|
26
|
-
} @else {
|
|
27
|
-
#{$from}-first + #{$to}-first,
|
|
28
|
-
#{$from}-last + #{$to}-first {
|
|
29
|
-
@include srl.spacer-margin-top($margin);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
} @else {
|
|
33
|
-
$wrappers: null;
|
|
34
|
-
|
|
35
|
-
@if system.$build != "xbrl" {
|
|
36
|
-
$wrappers: ('.srl-nested-container');
|
|
37
|
-
} @else {
|
|
38
|
-
$wrappers: ('.srl-nested-container', '.ixbrl-element');
|
|
39
|
-
}
|
|
40
|
-
@each $wrapper in $wrappers {
|
|
41
|
-
@if $to == '*' {
|
|
42
|
-
#{$from} + #{$wrapper}:has(:first-child),
|
|
43
|
-
#{$wrapper}:has(#{$from}:last-child) + * {
|
|
44
|
-
@include srl.spacer-margin-top($margin);
|
|
45
|
-
}
|
|
46
|
-
} @else {
|
|
47
|
-
#{$from} + #{$wrapper}:has(#{$to}:first-child),
|
|
48
|
-
#{$wrapper}:has(#{$from}:last-child) + #{$to},
|
|
49
|
-
#{$wrapper}:has(#{$from}:first-child) + #{$wrapper}:has(#{$to}:last-child),
|
|
50
|
-
#{$wrapper}:has(#{$from}:last-child) + #{$wrapper}:has(#{$to}:first-child) {
|
|
51
|
-
@include srl.spacer-margin-top($margin);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss
RENAMED
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 060.pdf-chapter-title}/scss/web.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{070.pdf-cover → 070.pdf-chapter-navigation-container}/scss/web.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss
RENAMED
|
File without changes
|
/package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss
RENAMED
|
File without changes
|