@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.
Files changed (194) hide show
  1. package/dev/package.json +1 -1
  2. package/dev/src/App.vue +1 -0
  3. package/dev/src/assets/scss/app.scss +0 -1
  4. package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
  5. package/dev/src/assets/scss/editor.scss +1 -0
  6. package/dev/src/assets/scss/general.scss +18 -0
  7. package/dev/src/assets/scss/pdf.scss +11 -0
  8. package/dev/src/assets/scss/placeholders/grid.scss +6 -0
  9. package/dev/src/assets/scss/web.scss +1 -1
  10. package/dev/src/assets/scss/xbrl.scss +12 -1
  11. package/dev/src/components/PageMain.vue +5 -3
  12. package/dev/src/entries/pdf.ts +5 -0
  13. package/dev/srl.config.json +72 -7
  14. package/livingdocs/010.Titles/010.title-h1/scss/_spacing-variations.scss +0 -2
  15. package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
  16. package/livingdocs/010.Titles/010.title-h1/scss/web.scss +7 -0
  17. package/livingdocs/010.Titles/020.title-h2/scss/_spacing-variations.scss +0 -2
  18. package/livingdocs/010.Titles/020.title-h2/scss/general.scss +12 -2
  19. package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
  20. package/livingdocs/010.Titles/030.title-h3/scss/_spacing-variations.scss +0 -2
  21. package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
  22. package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
  23. package/livingdocs/010.Titles/040.title-h4/scss/_spacing-variations.scss +0 -2
  24. package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
  25. package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
  26. package/livingdocs/010.Titles/050.title-h5/scss/_spacing-variations.scss +0 -2
  27. package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
  28. package/livingdocs/010.Titles/060.title-h6/scss/_spacing-variations.scss +0 -2
  29. package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
  30. package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
  31. package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -2
  32. package/livingdocs/020.Text/020.paragraph/scss/general.scss +5 -2
  33. package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
  34. package/livingdocs/020.Text/040.link/scss/general.scss +22 -2
  35. package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
  36. package/livingdocs/020.Text/060.quote-with-portrait/scss/_spacing-variations.scss +1 -2
  37. package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +13 -2
  38. package/livingdocs/020.Text/060.quote-with-portrait/scss/web.scss +7 -0
  39. package/livingdocs/020.Text/070.footnote-container/scss/_spacing-variations.scss +0 -2
  40. package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
  41. package/livingdocs/020.Text/080.footnote-item/scss/word.scss +8 -0
  42. package/livingdocs/030.Lists/010.unordered-list/scss/_spacing-variations.scss +0 -2
  43. package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
  44. package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
  45. package/livingdocs/040.Media/010.table/scss/_spacing-variations.scss +0 -2
  46. package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
  47. package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
  48. package/livingdocs/040.Media/020.image/scss/_spacing-variations.scss +0 -2
  49. package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
  50. package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
  51. package/livingdocs/040.Media/020.image/scss/web.scss +19 -5
  52. package/livingdocs/040.Media/030.video/ld-conf.json +1 -6
  53. package/livingdocs/040.Media/030.video/properties.json +7 -0
  54. package/livingdocs/040.Media/030.video/scss/_spacing-variations.scss +0 -2
  55. package/livingdocs/040.Media/030.video/scss/editor.scss +10 -0
  56. package/livingdocs/040.Media/030.video/scss/general.scss +7 -3
  57. package/livingdocs/040.Media/030.video/scss/pdf.scss +8 -0
  58. package/livingdocs/040.Media/030.video/video.html +27 -30
  59. package/livingdocs/040.Media/030.video/video.vue +71 -32
  60. package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
  61. package/livingdocs/060.Buttons/020.button/button.html +7 -1
  62. package/livingdocs/060.Buttons/020.button/scss/general.scss +2 -2
  63. package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
  64. package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
  65. package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
  66. package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +5 -0
  67. package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +12 -0
  68. package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
  69. package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
  70. package/livingdocs/070.Container/020.columns-container/scss/app.scss +1 -0
  71. package/livingdocs/070.Container/020.columns-container/scss/general.scss +5 -0
  72. package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +7 -0
  73. package/livingdocs/070.Container/020.columns-container/scss/word.scss +1 -0
  74. package/livingdocs/070.Container/020.columns-container/scss/xbrl.scss +2 -0
  75. package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
  76. package/livingdocs/080.CV/010.cv/scss/editor.scss +10 -1
  77. package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
  78. package/livingdocs/080.CV/010.cv/scss/web.scss +1 -1
  79. package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
  80. package/livingdocs/080.CV/020.cv-time-span/scss/_spacing-variations.scss +0 -2
  81. package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
  82. package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
  83. package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
  84. package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
  85. package/livingdocs/100.Misc/010.anchor/scss/editor.scss +4 -0
  86. package/livingdocs/100.Misc/020.accordion/accordion.html +9 -9
  87. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +1 -0
  88. package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +1 -0
  89. package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +2 -2
  90. package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +3 -0
  91. package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/editor.scss +1 -0
  92. package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/web.scss +1 -0
  93. package/livingdocs/110.PDF/100.pdf-toc-item/scss/general.scss +6 -8
  94. package/livingdocs/120.Startpage/010.hero-video/hero-video.html +15 -0
  95. package/livingdocs/120.Startpage/010.hero-video/ld-conf.json +5 -0
  96. package/livingdocs/120.Startpage/010.hero-video/properties.json +1 -0
  97. package/livingdocs/120.Startpage/010.hero-video/scss/_spacing-variations.scss +3 -0
  98. package/livingdocs/120.Startpage/010.hero-video/scss/app.scss +2 -0
  99. package/livingdocs/120.Startpage/010.hero-video/scss/editor.scss +9 -0
  100. package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +77 -0
  101. package/livingdocs/120.Startpage/020.teaser-title-image-quote/ld-conf.json +18 -0
  102. package/livingdocs/120.Startpage/020.teaser-title-image-quote/properties.json +1 -0
  103. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/_spacing-variations.scss +4 -0
  104. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/app.scss +2 -0
  105. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/editor.scss +22 -0
  106. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +40 -0
  107. package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +50 -0
  108. package/livingdocs/120.Startpage/030.teaser-quote/ld-conf.json +25 -0
  109. package/livingdocs/120.Startpage/030.teaser-quote/properties.json +1 -0
  110. package/livingdocs/120.Startpage/030.teaser-quote/scss/_spacing-variations.scss +3 -0
  111. package/livingdocs/120.Startpage/030.teaser-quote/scss/app.scss +2 -0
  112. package/livingdocs/120.Startpage/030.teaser-quote/scss/editor.scss +6 -0
  113. package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +125 -0
  114. package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +53 -0
  115. package/livingdocs/120.Startpage/040.teaser/ld-conf.json +23 -0
  116. package/livingdocs/120.Startpage/040.teaser/scss/_spacing-variations.scss +3 -0
  117. package/livingdocs/120.Startpage/040.teaser/scss/app.scss +2 -0
  118. package/livingdocs/120.Startpage/040.teaser/scss/editor.scss +6 -0
  119. package/livingdocs/120.Startpage/040.teaser/scss/web.scss +72 -0
  120. package/livingdocs/120.Startpage/040.teaser/teaser.html +39 -0
  121. package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +6 -2
  122. package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +11 -44
  123. package/livingdocs/130.Hosting_Components/020.search/search.html +7 -1
  124. package/livingdocs/130.Hosting_Components/020.search/search.vue +1 -1
  125. package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +249 -0
  126. package/livingdocs/999.Properties/background-color/properties.json +23 -0
  127. package/livingdocs/999.Properties/font-color/properties.json +15 -0
  128. package/package.json +1 -1
  129. package/scripts/config.js +7 -4
  130. package/scss/colors/mixins.scss +3 -0
  131. package/scss/helpers/mixins.scss +22 -0
  132. package/scss/spacer/mixins.scss +121 -12
  133. package/srl/srl/fa/index.scss +2 -2
  134. package/srl/srl/fa/source-free.scss +1 -4
  135. package/srl/srl/pdf/PDFNestedContainers.ts +122 -0
  136. package/srl/srl/pdf/PDFNotes.ts +4 -2
  137. package/srl/srl/pdf/PDFSetPageNumbers.ts +3 -1
  138. package/dev/src/assets/scss/margins.scss +0 -57
  139. /package/livingdocs/{110.PDF/060.pdf-chapter-navigation-item → 070.Container/020.columns-container}/scss/editor.scss +0 -0
  140. /package/livingdocs/{110.PDF/021.pdf-columnbreak → 070.Container/020.columns-container}/scss/web.scss +0 -0
  141. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
  142. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
  143. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
  144. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
  145. /package/livingdocs/110.PDF/{030.pdf-publication-title → 020.pdf-columnbreak}/scss/web.scss +0 -0
  146. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
  147. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
  148. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
  149. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
  150. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
  151. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
  152. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
  153. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
  154. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
  155. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
  156. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
  157. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 030.pdf-cover}/scss/web.scss +0 -0
  158. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
  159. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
  160. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
  161. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
  162. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
  163. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
  164. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
  165. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
  166. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
  167. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
  168. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
  169. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 050.pdf-publication-title}/scss/web.scss +0 -0
  170. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
  171. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
  172. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
  173. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
  174. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
  175. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
  176. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
  177. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 060.pdf-chapter-title}/scss/web.scss +0 -0
  178. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
  179. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
  180. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
  181. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
  182. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
  183. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
  184. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
  185. /package/livingdocs/110.PDF/{070.pdf-cover → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
  186. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
  187. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
  188. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
  189. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
  190. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
  191. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
  192. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
  193. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
  194. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0
@@ -2,7 +2,7 @@ export interface PDFNotesConfig {
2
2
  noteClass: string; // kann mehrere Selektoren per Komma enthalten
3
3
  }
4
4
 
5
- export default class PDFNotes {
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 default class PDFSetPageNumbers {
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
- }