@limetech/lime-elements 37.62.2 → 37.63.0

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 (143) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/index-d1052409.js.map +1 -1
  3. package/dist/cjs/lime-elements.cjs.js +1 -1
  4. package/dist/cjs/lime-elements.cjs.js.map +1 -1
  5. package/dist/cjs/limel-action-bar_4.cjs.entry.js +1 -1
  6. package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +1 -1
  8. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-collapsible-section.cjs.entry.js.map +1 -1
  12. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +1 -1
  14. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  15. package/dist/cjs/limel-file.cjs.entry.js +2 -2
  16. package/dist/cjs/limel-file.cjs.entry.js.map +1 -1
  17. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-info-tile.cjs.entry.js.map +1 -1
  20. package/dist/cjs/limel-linear-progress.cjs.entry.js +1 -1
  21. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
  22. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/cjs/loader.cjs.js.map +1 -1
  25. package/dist/cjs/{translations-e12a6869.js → translations-6c4447f4.js} +89 -2
  26. package/dist/cjs/translations-6c4447f4.js.map +1 -0
  27. package/dist/collection/collection-manifest.json +1 -1
  28. package/dist/collection/components/action-bar/action-bar-item/action-bar-item.css +5 -0
  29. package/dist/collection/components/badge/badge.css +5 -0
  30. package/dist/collection/components/breadcrumbs/breadcrumbs.css +5 -0
  31. package/dist/collection/components/button/button.css +5 -0
  32. package/dist/collection/components/button-group/button-group.css +5 -0
  33. package/dist/collection/components/checkbox/checkbox.css +5 -0
  34. package/dist/collection/components/chip/chip.css +5 -0
  35. package/dist/collection/components/chip-set/chip-set.css +10 -0
  36. package/dist/collection/components/circular-progress/circular-progress.css +5 -0
  37. package/dist/collection/components/code-editor/code-editor.css +5 -0
  38. package/dist/collection/components/collapsible-section/collapsible-section.css +8 -3
  39. package/dist/collection/components/color-picker/color-picker-palette.css +10 -0
  40. package/dist/collection/components/color-picker/color-picker.css +5 -0
  41. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +5 -0
  42. package/dist/collection/components/dialog/dialog.css +5 -0
  43. package/dist/collection/components/dock/dock-button/dock-button.css +5 -0
  44. package/dist/collection/components/dock/dock.css +5 -0
  45. package/dist/collection/components/dynamic-label/dynamic-label.css +5 -0
  46. package/dist/collection/components/file/file.css +62 -3
  47. package/dist/collection/components/file-viewer/file-viewer.css +5 -0
  48. package/dist/collection/components/form/form.css +5 -0
  49. package/dist/collection/components/header/header.css +5 -0
  50. package/dist/collection/components/help/help.css +5 -0
  51. package/dist/collection/components/help/limel-help-content.css +5 -0
  52. package/dist/collection/components/icon-button/icon-button.css +5 -0
  53. package/dist/collection/components/info-tile/info-tile.css +5 -0
  54. package/dist/collection/components/input-field/input-field.css +5 -0
  55. package/dist/collection/components/list/list.css +82 -3
  56. package/dist/collection/components/markdown/markdown.css +5 -0
  57. package/dist/collection/components/menu-list/menu-list.css +82 -3
  58. package/dist/collection/components/popover-surface/popover-surface.css +5 -0
  59. package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +5 -0
  60. package/dist/collection/components/select/select.css +10 -0
  61. package/dist/collection/components/shortcut/shortcut.css +5 -0
  62. package/dist/collection/components/slider/slider.css +5 -0
  63. package/dist/collection/components/split-button/split-button.css +5 -0
  64. package/dist/collection/components/switch/switch.css +5 -0
  65. package/dist/collection/components/table/table.css +20 -0
  66. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.css +5 -0
  67. package/dist/collection/components/text-editor/text-editor.css +5 -0
  68. package/dist/collection/global/translations.js +12 -1
  69. package/dist/collection/global/translations.js.map +1 -1
  70. package/dist/collection/style/mixins.scss +13 -0
  71. package/dist/collection/translations/de.js +39 -0
  72. package/dist/collection/translations/de.js.map +1 -0
  73. package/dist/collection/translations/fr.js +39 -0
  74. package/dist/collection/translations/fr.js.map +1 -0
  75. package/dist/esm/index-6156b4fd.js.map +1 -1
  76. package/dist/esm/lime-elements.js +1 -1
  77. package/dist/esm/lime-elements.js.map +1 -1
  78. package/dist/esm/limel-action-bar_4.entry.js +1 -1
  79. package/dist/esm/limel-breadcrumbs_5.entry.js +1 -1
  80. package/dist/esm/limel-breadcrumbs_5.entry.js.map +1 -1
  81. package/dist/esm/limel-callout.entry.js +1 -1
  82. package/dist/esm/limel-chip_2.entry.js +1 -1
  83. package/dist/esm/limel-collapsible-section.entry.js +1 -1
  84. package/dist/esm/limel-collapsible-section.entry.js.map +1 -1
  85. package/dist/esm/limel-dynamic-label_4.entry.js +1 -1
  86. package/dist/esm/limel-dynamic-label_4.entry.js.map +1 -1
  87. package/dist/esm/limel-file-viewer.entry.js +1 -1
  88. package/dist/esm/limel-file.entry.js +2 -2
  89. package/dist/esm/limel-file.entry.js.map +1 -1
  90. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  91. package/dist/esm/limel-info-tile.entry.js +1 -1
  92. package/dist/esm/limel-info-tile.entry.js.map +1 -1
  93. package/dist/esm/limel-linear-progress.entry.js +1 -1
  94. package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
  95. package/dist/esm/limel-snackbar.entry.js +1 -1
  96. package/dist/esm/loader.js +1 -1
  97. package/dist/esm/loader.js.map +1 -1
  98. package/dist/esm/{translations-d6a1fb0b.js → translations-26583a3b.js} +89 -2
  99. package/dist/esm/translations-26583a3b.js.map +1 -0
  100. package/dist/lime-elements/lime-elements.esm.js +1 -1
  101. package/dist/lime-elements/lime-elements.esm.js.map +1 -1
  102. package/dist/lime-elements/{p-768dc020.entry.js → p-00e3e9be.entry.js} +2 -2
  103. package/dist/lime-elements/p-00e3e9be.entry.js.map +1 -0
  104. package/dist/lime-elements/p-03eea223.entry.js +2 -0
  105. package/dist/lime-elements/p-03eea223.entry.js.map +1 -0
  106. package/dist/lime-elements/{p-b334b138.entry.js → p-126ed7d5.entry.js} +2 -2
  107. package/dist/lime-elements/{p-b334b138.entry.js.map → p-126ed7d5.entry.js.map} +1 -1
  108. package/dist/lime-elements/{p-a80507e5.entry.js → p-195df464.entry.js} +2 -2
  109. package/dist/lime-elements/{p-dd85a0b2.entry.js → p-31a0bdac.entry.js} +2 -2
  110. package/dist/lime-elements/{p-715d4a78.entry.js → p-40e0c71f.entry.js} +2 -2
  111. package/dist/lime-elements/p-443111b3.js.map +1 -1
  112. package/dist/lime-elements/{p-f9d47d38.entry.js → p-484ecb49.entry.js} +2 -2
  113. package/dist/lime-elements/{p-216eb1cf.entry.js → p-497b65ba.entry.js} +3 -3
  114. package/dist/lime-elements/{p-afefcd43.entry.js → p-5d12d8d2.entry.js} +2 -2
  115. package/dist/lime-elements/p-7d215789.entry.js +2 -0
  116. package/dist/lime-elements/{p-b852d3f5.entry.js.map → p-7d215789.entry.js.map} +1 -1
  117. package/dist/lime-elements/{p-1a923e92.entry.js → p-d0fb7554.entry.js} +2 -2
  118. package/dist/lime-elements/{p-502b4476.entry.js → p-d86f8aea.entry.js} +2 -2
  119. package/dist/lime-elements/{p-502b4476.entry.js.map → p-d86f8aea.entry.js.map} +1 -1
  120. package/dist/lime-elements/{p-6b3016bb.entry.js → p-d9b7a208.entry.js} +2 -2
  121. package/dist/lime-elements/p-fe15bcbb.js +2 -0
  122. package/dist/lime-elements/p-fe15bcbb.js.map +1 -0
  123. package/dist/lime-elements/style/mixins.scss +13 -0
  124. package/dist/scss/mixins.scss +13 -0
  125. package/dist/types/translations/de.d.ts +40 -0
  126. package/dist/types/translations/fr.d.ts +40 -0
  127. package/package.json +5 -5
  128. package/dist/cjs/translations-e12a6869.js.map +0 -1
  129. package/dist/esm/translations-d6a1fb0b.js.map +0 -1
  130. package/dist/lime-elements/p-768dc020.entry.js.map +0 -1
  131. package/dist/lime-elements/p-b852d3f5.entry.js +0 -2
  132. package/dist/lime-elements/p-c544c575.entry.js +0 -2
  133. package/dist/lime-elements/p-c544c575.entry.js.map +0 -1
  134. package/dist/lime-elements/p-f63f1114.js +0 -2
  135. package/dist/lime-elements/p-f63f1114.js.map +0 -1
  136. /package/dist/lime-elements/{p-a80507e5.entry.js.map → p-195df464.entry.js.map} +0 -0
  137. /package/dist/lime-elements/{p-dd85a0b2.entry.js.map → p-31a0bdac.entry.js.map} +0 -0
  138. /package/dist/lime-elements/{p-715d4a78.entry.js.map → p-40e0c71f.entry.js.map} +0 -0
  139. /package/dist/lime-elements/{p-f9d47d38.entry.js.map → p-484ecb49.entry.js.map} +0 -0
  140. /package/dist/lime-elements/{p-216eb1cf.entry.js.map → p-497b65ba.entry.js.map} +0 -0
  141. /package/dist/lime-elements/{p-afefcd43.entry.js.map → p-5d12d8d2.entry.js.map} +0 -0
  142. /package/dist/lime-elements/{p-1a923e92.entry.js.map → p-d0fb7554.entry.js.map} +0 -0
  143. /package/dist/lime-elements/{p-6b3016bb.entry.js.map → p-d9b7a208.entry.js.map} +0 -0
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  .mdc-notched-outline {
122
127
  display: flex;
123
128
  position: absolute;
@@ -58,6 +58,11 @@
58
58
  * 2. the CSS variables of `--kompendium-example-font-family`
59
59
  * in the `<style>` tag of `index.html`.
60
60
  */
61
+ /**
62
+ * This mixin is a hack, using old CSS syntax
63
+ * to enable you to truncate a piece of text,
64
+ * after a certain number of lines.
65
+ */
61
66
  /*
62
67
  * This file is imported into every component that uses MDC!
63
68
  *
@@ -925,6 +930,11 @@
925
930
  * 2. the CSS variables of `--kompendium-example-font-family`
926
931
  * in the `<style>` tag of `index.html`.
927
932
  */
933
+ /**
934
+ * This mixin is a hack, using old CSS syntax
935
+ * to enable you to truncate a piece of text,
936
+ * after a certain number of lines.
937
+ */
928
938
  :host(limel-checkbox:focus),
929
939
  :host(limel-checkbox:focus-visible),
930
940
  :host(limel-checkbox:focus-within),
@@ -5374,6 +5384,11 @@ a.mdc-list-item {
5374
5384
  * 2. the CSS variables of `--kompendium-example-font-family`
5375
5385
  * in the `<style>` tag of `index.html`.
5376
5386
  */
5387
+ /**
5388
+ * This mixin is a hack, using old CSS syntax
5389
+ * to enable you to truncate a piece of text,
5390
+ * after a certain number of lines.
5391
+ */
5377
5392
  :host(limel-checkbox:focus),
5378
5393
  :host(limel-checkbox:focus-visible),
5379
5394
  :host(limel-checkbox:focus-within),
@@ -5885,6 +5900,11 @@ a.mdc-list-item {
5885
5900
  * 2. the CSS variables of `--kompendium-example-font-family`
5886
5901
  * in the `<style>` tag of `index.html`.
5887
5902
  */
5903
+ /**
5904
+ * This mixin is a hack, using old CSS syntax
5905
+ * to enable you to truncate a piece of text,
5906
+ * after a certain number of lines.
5907
+ */
5888
5908
  :host(.has-striped-rows) .mdc-deprecated-list {
5889
5909
  border: 1px solid rgb(var(--contrast-400));
5890
5910
  }
@@ -5917,6 +5937,64 @@ a.mdc-list-item {
5917
5937
  z-index: 1;
5918
5938
  }
5919
5939
 
5940
+ /**
5941
+ * Note! This file is exported to `dist/scss/` in the published
5942
+ * node module, for consumer projects to import.
5943
+ * That means this file cannot import from any file that isn't
5944
+ * also exported, keeping the same relative path.
5945
+ *
5946
+ * Or, just don't import anything, that works too.
5947
+ */
5948
+ /**
5949
+ * This can be used on a trigger element that opens a dropdown menu or a popover.
5950
+ */
5951
+ /**
5952
+ * This mixin will mask out the content that is close to
5953
+ * the edges of a scrollable area.
5954
+ * - If the scrollable content has `overflow-y`, use `vertically`
5955
+ * as an argument for `$direction`.
5956
+ - If the scrollable content has `overflow-x`, use `horizontally`
5957
+ * as an argument for `$direction`.
5958
+ *
5959
+ * For the visual effect to work smoothly, we need to make sure that
5960
+ * the size of the fade-out edge effect is the same as the
5961
+ * internal paddings of the scrollable area. Otherwise, content of a
5962
+ * scrollable area that does not have a padding will fade out before
5963
+ * any scrolling has been done.
5964
+ * This is why this mixin already adds paddings, which automatically
5965
+ * default to the size of the fade-out effect.
5966
+ * This size defaults to `1rem`, but to override the size use
5967
+ * `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
5968
+ * when `vertically` argument is set, and use
5969
+ * `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
5970
+ * when `horizontally` argument is set.
5971
+ * Of course you can also programmatically increase and decrease the
5972
+ * size of these variables for each edge, based on the amount of
5973
+ * scrolling that has been done by the user. In this case, make sure
5974
+ * to add a custom padding where the mixin is used, to override
5975
+ * the paddings that are automatically added by the mixin in the
5976
+ * compiled CSS code.
5977
+ */
5978
+ /**
5979
+ * This mixin will add an animated underline to the bottom of an `a` elements.
5980
+ * Note that you may need to add `all: unset;` –depending on your use case–
5981
+ * before using this mixin.
5982
+ */
5983
+ /**
5984
+ * This mixin creates a cross-browser font stack.
5985
+ * - `sans-serif` can be used for the UI of the components.
5986
+ * - `monospace` can be used for code.
5987
+ *
5988
+ * ⚠️ If we change the font stacks, we need to update
5989
+ * 1. the consumer documentation in `README.md`, and
5990
+ * 2. the CSS variables of `--kompendium-example-font-family`
5991
+ * in the `<style>` tag of `index.html`.
5992
+ */
5993
+ /**
5994
+ * This mixin is a hack, using old CSS syntax
5995
+ * to enable you to truncate a piece of text,
5996
+ * after a certain number of lines.
5997
+ */
5920
5998
  :host {
5921
5999
  --line-height-of-secondary-text: 1rem;
5922
6000
  }
@@ -5925,11 +6003,12 @@ a.mdc-list-item {
5925
6003
  height: auto !important;
5926
6004
  }
5927
6005
  .mdc-deprecated-list-item .mdc-deprecated-list-item__secondary-text {
5928
- line-height: var(--line-height-of-secondary-text);
5929
- white-space: normal;
5930
6006
  display: -webkit-box;
5931
- -webkit-line-clamp: var(--maxLinesSecondaryText);
6007
+ overflow: hidden;
6008
+ white-space: normal;
5932
6009
  -webkit-box-orient: vertical;
6010
+ -webkit-line-clamp: var(--maxLinesSecondaryText);
6011
+ line-height: var(--line-height-of-secondary-text);
5933
6012
  }
5934
6013
 
5935
6014
  :host(.has-grid-layout) {
@@ -56,6 +56,11 @@
56
56
  * 2. the CSS variables of `--kompendium-example-font-family`
57
57
  * in the `<style>` tag of `index.html`.
58
58
  */
59
+ /**
60
+ * This mixin is a hack, using old CSS syntax
61
+ * to enable you to truncate a piece of text,
62
+ * after a certain number of lines.
63
+ */
59
64
  /*
60
65
  * This file is imported into every component!
61
66
  *
@@ -64,6 +64,11 @@
64
64
  * 2. the CSS variables of `--kompendium-example-font-family`
65
65
  * in the `<style>` tag of `index.html`.
66
66
  */
67
+ /**
68
+ * This mixin is a hack, using old CSS syntax
69
+ * to enable you to truncate a piece of text,
70
+ * after a certain number of lines.
71
+ */
67
72
  /*
68
73
  * This file is imported into every component that uses MDC!
69
74
  *
@@ -995,6 +1000,11 @@
995
1000
  * 2. the CSS variables of `--kompendium-example-font-family`
996
1001
  * in the `<style>` tag of `index.html`.
997
1002
  */
1003
+ /**
1004
+ * This mixin is a hack, using old CSS syntax
1005
+ * to enable you to truncate a piece of text,
1006
+ * after a certain number of lines.
1007
+ */
998
1008
  :host(limel-checkbox:focus),
999
1009
  :host(limel-checkbox:focus-visible),
1000
1010
  :host(limel-checkbox:focus-within),
@@ -5444,6 +5454,11 @@ a.mdc-list-item {
5444
5454
  * 2. the CSS variables of `--kompendium-example-font-family`
5445
5455
  * in the `<style>` tag of `index.html`.
5446
5456
  */
5457
+ /**
5458
+ * This mixin is a hack, using old CSS syntax
5459
+ * to enable you to truncate a piece of text,
5460
+ * after a certain number of lines.
5461
+ */
5447
5462
  :host(limel-checkbox:focus),
5448
5463
  :host(limel-checkbox:focus-visible),
5449
5464
  :host(limel-checkbox:focus-within),
@@ -5955,6 +5970,11 @@ a.mdc-list-item {
5955
5970
  * 2. the CSS variables of `--kompendium-example-font-family`
5956
5971
  * in the `<style>` tag of `index.html`.
5957
5972
  */
5973
+ /**
5974
+ * This mixin is a hack, using old CSS syntax
5975
+ * to enable you to truncate a piece of text,
5976
+ * after a certain number of lines.
5977
+ */
5958
5978
  :host(.has-striped-rows) .mdc-deprecated-list {
5959
5979
  border: 1px solid rgb(var(--contrast-400));
5960
5980
  }
@@ -5987,6 +6007,64 @@ a.mdc-list-item {
5987
6007
  z-index: 1;
5988
6008
  }
5989
6009
 
6010
+ /**
6011
+ * Note! This file is exported to `dist/scss/` in the published
6012
+ * node module, for consumer projects to import.
6013
+ * That means this file cannot import from any file that isn't
6014
+ * also exported, keeping the same relative path.
6015
+ *
6016
+ * Or, just don't import anything, that works too.
6017
+ */
6018
+ /**
6019
+ * This can be used on a trigger element that opens a dropdown menu or a popover.
6020
+ */
6021
+ /**
6022
+ * This mixin will mask out the content that is close to
6023
+ * the edges of a scrollable area.
6024
+ * - If the scrollable content has `overflow-y`, use `vertically`
6025
+ * as an argument for `$direction`.
6026
+ - If the scrollable content has `overflow-x`, use `horizontally`
6027
+ * as an argument for `$direction`.
6028
+ *
6029
+ * For the visual effect to work smoothly, we need to make sure that
6030
+ * the size of the fade-out edge effect is the same as the
6031
+ * internal paddings of the scrollable area. Otherwise, content of a
6032
+ * scrollable area that does not have a padding will fade out before
6033
+ * any scrolling has been done.
6034
+ * This is why this mixin already adds paddings, which automatically
6035
+ * default to the size of the fade-out effect.
6036
+ * This size defaults to `1rem`, but to override the size use
6037
+ * `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
6038
+ * when `vertically` argument is set, and use
6039
+ * `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
6040
+ * when `horizontally` argument is set.
6041
+ * Of course you can also programmatically increase and decrease the
6042
+ * size of these variables for each edge, based on the amount of
6043
+ * scrolling that has been done by the user. In this case, make sure
6044
+ * to add a custom padding where the mixin is used, to override
6045
+ * the paddings that are automatically added by the mixin in the
6046
+ * compiled CSS code.
6047
+ */
6048
+ /**
6049
+ * This mixin will add an animated underline to the bottom of an `a` elements.
6050
+ * Note that you may need to add `all: unset;` –depending on your use case–
6051
+ * before using this mixin.
6052
+ */
6053
+ /**
6054
+ * This mixin creates a cross-browser font stack.
6055
+ * - `sans-serif` can be used for the UI of the components.
6056
+ * - `monospace` can be used for code.
6057
+ *
6058
+ * ⚠️ If we change the font stacks, we need to update
6059
+ * 1. the consumer documentation in `README.md`, and
6060
+ * 2. the CSS variables of `--kompendium-example-font-family`
6061
+ * in the `<style>` tag of `index.html`.
6062
+ */
6063
+ /**
6064
+ * This mixin is a hack, using old CSS syntax
6065
+ * to enable you to truncate a piece of text,
6066
+ * after a certain number of lines.
6067
+ */
5990
6068
  :host {
5991
6069
  --line-height-of-secondary-text: 1rem;
5992
6070
  }
@@ -5995,11 +6073,12 @@ a.mdc-list-item {
5995
6073
  height: auto !important;
5996
6074
  }
5997
6075
  .mdc-deprecated-list-item .mdc-deprecated-list-item__secondary-text {
5998
- line-height: var(--line-height-of-secondary-text);
5999
- white-space: normal;
6000
6076
  display: -webkit-box;
6001
- -webkit-line-clamp: var(--maxLinesSecondaryText);
6077
+ overflow: hidden;
6078
+ white-space: normal;
6002
6079
  -webkit-box-orient: vertical;
6080
+ -webkit-line-clamp: var(--maxLinesSecondaryText);
6081
+ line-height: var(--line-height-of-secondary-text);
6003
6082
  }
6004
6083
 
6005
6084
  :host(.has-grid-layout) {
@@ -58,6 +58,11 @@
58
58
  * 2. the CSS variables of `--kompendium-example-font-family`
59
59
  * in the `<style>` tag of `index.html`.
60
60
  */
61
+ /**
62
+ * This mixin is a hack, using old CSS syntax
63
+ * to enable you to truncate a piece of text,
64
+ * after a certain number of lines.
65
+ */
61
66
  :host(limel-popover-surface) {
62
67
  isolation: isolate;
63
68
  position: relative;
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  .mdc-floating-label {
122
127
  -moz-osx-font-smoothing: grayscale;
123
128
  -webkit-font-smoothing: antialiased;
@@ -1846,6 +1851,11 @@ select.limel-select__native-control {
1846
1851
  * 2. the CSS variables of `--kompendium-example-font-family`
1847
1852
  * in the `<style>` tag of `index.html`.
1848
1853
  */
1854
+ /**
1855
+ * This mixin is a hack, using old CSS syntax
1856
+ * to enable you to truncate a piece of text,
1857
+ * after a certain number of lines.
1858
+ */
1849
1859
  :host(limel-select:focus),
1850
1860
  :host(limel-select:focus-visible),
1851
1861
  :host(limel-select:focus-within),
@@ -53,6 +53,11 @@
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
55
  /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
60
+ /**
56
61
  * @prop --shortcut-border-radius: defines the radius of corners of the shortcut. Defaults to `1rem`
57
62
  * @prop --shortcut-icon-color: defines the fill color of the shortcut icon. Defaults to `--contrast-1000`
58
63
  * @prop --shortcut-label-color: defines the color of the shortcut label. Defaults to `--contrast-1100`
@@ -975,6 +975,11 @@
975
975
  * 2. the CSS variables of `--kompendium-example-font-family`
976
976
  * in the `<style>` tag of `index.html`.
977
977
  */
978
+ /**
979
+ * This mixin is a hack, using old CSS syntax
980
+ * to enable you to truncate a piece of text,
981
+ * after a certain number of lines.
982
+ */
978
983
  :host(limel-slider:focus),
979
984
  :host(limel-slider:focus-visible),
980
985
  :host(limel-slider:focus-within),
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  :host(limel-split-button.has-menu) {
56
61
  --button-padding-right: 2rem;
57
62
  --button-padding-left: 1rem;
@@ -904,6 +904,11 @@ label {
904
904
  * 2. the CSS variables of `--kompendium-example-font-family`
905
905
  * in the `<style>` tag of `index.html`.
906
906
  */
907
+ /**
908
+ * This mixin is a hack, using old CSS syntax
909
+ * to enable you to truncate a piece of text,
910
+ * after a certain number of lines.
911
+ */
907
912
  :host(limel-switch:focus),
908
913
  :host(limel-switch:focus-visible),
909
914
  :host(limel-switch:focus-within),
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -1293,6 +1298,11 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
1293
1298
  * 2. the CSS variables of `--kompendium-example-font-family`
1294
1299
  * in the `<style>` tag of `index.html`.
1295
1300
  */
1301
+ /**
1302
+ * This mixin is a hack, using old CSS syntax
1303
+ * to enable you to truncate a piece of text,
1304
+ * after a certain number of lines.
1305
+ */
1296
1306
  /*
1297
1307
  * This file is imported into every component!
1298
1308
  *
@@ -1482,6 +1492,11 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
1482
1492
  * 2. the CSS variables of `--kompendium-example-font-family`
1483
1493
  * in the `<style>` tag of `index.html`.
1484
1494
  */
1495
+ /**
1496
+ * This mixin is a hack, using old CSS syntax
1497
+ * to enable you to truncate a piece of text,
1498
+ * after a certain number of lines.
1499
+ */
1485
1500
  /*
1486
1501
  * This file is imported into every component!
1487
1502
  *
@@ -1645,6 +1660,11 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
1645
1660
  * 2. the CSS variables of `--kompendium-example-font-family`
1646
1661
  * in the `<style>` tag of `index.html`.
1647
1662
  */
1663
+ /**
1664
+ * This mixin is a hack, using old CSS syntax
1665
+ * to enable you to truncate a piece of text,
1666
+ * after a certain number of lines.
1667
+ */
1648
1668
  /*
1649
1669
  * This file is imported into every component!
1650
1670
  *
@@ -466,6 +466,11 @@ li {
466
466
  * 2. the CSS variables of `--kompendium-example-font-family`
467
467
  * in the `<style>` tag of `index.html`.
468
468
  */
469
+ /**
470
+ * This mixin is a hack, using old CSS syntax
471
+ * to enable you to truncate a piece of text,
472
+ * after a certain number of lines.
473
+ */
469
474
  /*
470
475
  * This file is imported into every component!
471
476
  *
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  /**
122
127
  * @prop --text-editor-max-height: the tallest height the text editor can become when auto-resizing itself. Defaults to `calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)) - 4rem)`.
123
128
  * @prop --text-editor-fade-out-background-color: the color of the fade-out effect at the top and bottom of the text editor, when the text-editor is in readonly state. Defaults to rgb(var(--contrast-100)).
@@ -1,10 +1,21 @@
1
1
  import da from '../translations/da';
2
+ import de from '../translations/de';
2
3
  import en from '../translations/en';
3
4
  import fi from '../translations/fi';
5
+ import fr from '../translations/fr';
4
6
  import nl from '../translations/nl';
5
7
  import no from '../translations/no';
6
8
  import sv from '../translations/sv';
7
- const allTranslations = { da: da, en: en, fi: fi, no: no, nl: nl, sv: sv };
9
+ const allTranslations = {
10
+ da: da,
11
+ de: de,
12
+ en: en,
13
+ fi: fi,
14
+ fr: fr,
15
+ no: no,
16
+ nl: nl,
17
+ sv: sv,
18
+ };
8
19
  export class Translations {
9
20
  get(key, language = 'en') {
10
21
  return allTranslations[language][key];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/global/translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEpC,MAAM,eAAe,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;AAE3E,MAAM,OAAO,YAAY;EACd,GAAG,CAAC,GAAG,EAAE,QAAQ,GAAG,IAAI;IAC3B,OAAO,eAAe,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC;EAC1C,CAAC;CACJ;AAED,MAAM,YAAY,GAAG,IAAI,YAAY,EAAE,CAAC;AACxC,eAAe,CAAC,GAAG,EAAE;EACjB,OAAO,YAAY,CAAC;AACxB,CAAC,CAAC,EAAE,CAAC","sourcesContent":["import da from '../translations/da';\nimport en from '../translations/en';\nimport fi from '../translations/fi';\nimport nl from '../translations/nl';\nimport no from '../translations/no';\nimport sv from '../translations/sv';\n\nconst allTranslations = { da: da, en: en, fi: fi, no: no, nl: nl, sv: sv };\n\nexport class Translations {\n public get(key, language = 'en') {\n return allTranslations[language][key];\n }\n}\n\nconst translations = new Translations();\nexport default (() => {\n return translations;\n})();\n"]}
1
+ {"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/global/translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEpC,MAAM,eAAe,GAAG;EACpB,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,OAAO,YAAY;EACd,GAAG,CAAC,GAAG,EAAE,QAAQ,GAAG,IAAI;IAC3B,OAAO,eAAe,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC;EAC1C,CAAC;CACJ;AAED,MAAM,YAAY,GAAG,IAAI,YAAY,EAAE,CAAC;AACxC,eAAe,CAAC,GAAG,EAAE;EACjB,OAAO,YAAY,CAAC;AACxB,CAAC,CAAC,EAAE,CAAC","sourcesContent":["import da from '../translations/da';\nimport de from '../translations/de';\nimport en from '../translations/en';\nimport fi from '../translations/fi';\nimport fr from '../translations/fr';\nimport nl from '../translations/nl';\nimport no from '../translations/no';\nimport sv from '../translations/sv';\n\nconst allTranslations = {\n da: da,\n de: de,\n en: en,\n fi: fi,\n fr: fr,\n no: no,\n nl: nl,\n sv: sv,\n};\n\nexport class Translations {\n public get(key, language = 'en') {\n return allTranslations[language][key];\n }\n}\n\nconst translations = new Translations();\nexport default (() => {\n return translations;\n})();\n"]}
@@ -361,3 +361,16 @@
361
361
  @error "Please specify the font-family #{$letterform}!";
362
362
  }
363
363
  }
364
+
365
+ /**
366
+ * This mixin is a hack, using old CSS syntax
367
+ * to enable you to truncate a piece of text,
368
+ * after a certain number of lines.
369
+ */
370
+ @mixin truncate-text-on-line($max-lines) {
371
+ display: -webkit-box;
372
+ overflow: hidden;
373
+ white-space: normal;
374
+ -webkit-box-orient: vertical;
375
+ -webkit-line-clamp: $max-lines;
376
+ }
@@ -0,0 +1,39 @@
1
+ export default {
2
+ remove: 'Entfernen',
3
+ save: 'Speichern',
4
+ cancel: 'Abbrechen',
5
+ loading: 'Laden…',
6
+ 'callout.note': 'Hinweis',
7
+ 'callout.important': 'Wichtig',
8
+ 'callout.tip': 'Tipp',
9
+ 'callout.caution': 'Vorsicht',
10
+ 'callout.warning': 'Warnung',
11
+ 'date-picker.today': 'Heute',
12
+ 'date-picker.month.heading': 'Monat',
13
+ 'date-picker.quarter.heading': 'Quartal',
14
+ 'date-picker.year.heading': 'Jahr',
15
+ 'chip-set.clear-all': 'Alles löschen',
16
+ 'snackbar.dismiss': 'Schließen',
17
+ 'file.drag-and-drop-tips': 'Ziehen Sie Ihre Datei hierher oder klicken Sie, um zu durchsuchen.',
18
+ 'file-viewer.message.unsupported-filetype': 'Diese Datei kann nicht angezeigt werden!',
19
+ 'file-viewer.download': 'Herunterladen',
20
+ 'file-viewer.exit-fullscreen': 'Vollbildmodus beenden',
21
+ 'file-viewer.open-in-fullscreen': 'Im Vollbildmodus öffnen',
22
+ 'file-viewer.open-in-new-tab': 'In einem neuen Tab öffnen',
23
+ 'file-viewer.more-actions': 'Mehr…',
24
+ 'editor-menu.bold': 'Fett',
25
+ 'editor-menu.italic': 'Kursiv',
26
+ 'editor-menu.h1': 'Überschrift 1',
27
+ 'editor-menu.h2': 'Überschrift 2',
28
+ 'editor-menu.h3': 'Überschrift 3',
29
+ 'editor-menu.bulleted-list': 'Aufzählungsliste',
30
+ 'editor-menu.numbered-list': 'Nummerierte Liste',
31
+ 'editor-menu.blockquote': 'Zitatblock',
32
+ 'editor-menu.link': 'Link',
33
+ 'editor-link-menu.text': 'Text',
34
+ 'editor-link-menu.link': 'Link',
35
+ 'editor-menu.code-block': 'Codeblock',
36
+ 'editor-menu.code': 'Code',
37
+ 'progress-bar': 'Fortschrittsbalken',
38
+ };
39
+ //# sourceMappingURL=de.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"de.js","sourceRoot":"","sources":["../../src/translations/de.ts"],"names":[],"mappings":"AAAA,eAAe;EACX,MAAM,EAAE,WAAW;EACnB,IAAI,EAAE,WAAW;EACjB,MAAM,EAAE,WAAW;EACnB,OAAO,EAAE,QAAQ;EACjB,cAAc,EAAE,SAAS;EACzB,mBAAmB,EAAE,SAAS;EAC9B,aAAa,EAAE,MAAM;EACrB,iBAAiB,EAAE,UAAU;EAC7B,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAAE,OAAO;EAC5B,2BAA2B,EAAE,OAAO;EACpC,6BAA6B,EAAE,SAAS;EACxC,0BAA0B,EAAE,MAAM;EAClC,oBAAoB,EAAE,eAAe;EACrC,kBAAkB,EAAE,WAAW;EAC/B,yBAAyB,EACrB,oEAAoE;EACxE,0CAA0C,EACtC,0CAA0C;EAC9C,sBAAsB,EAAE,eAAe;EACvC,6BAA6B,EAAE,uBAAuB;EACtD,gCAAgC,EAAE,yBAAyB;EAC3D,6BAA6B,EAAE,2BAA2B;EAC1D,0BAA0B,EAAE,OAAO;EACnC,kBAAkB,EAAE,MAAM;EAC1B,oBAAoB,EAAE,QAAQ;EAC9B,gBAAgB,EAAE,eAAe;EACjC,gBAAgB,EAAE,eAAe;EACjC,gBAAgB,EAAE,eAAe;EACjC,2BAA2B,EAAE,kBAAkB;EAC/C,2BAA2B,EAAE,mBAAmB;EAChD,wBAAwB,EAAE,YAAY;EACtC,kBAAkB,EAAE,MAAM;EAC1B,uBAAuB,EAAE,MAAM;EAC/B,uBAAuB,EAAE,MAAM;EAC/B,wBAAwB,EAAE,WAAW;EACrC,kBAAkB,EAAE,MAAM;EAC1B,cAAc,EAAE,oBAAoB;CACvC,CAAC","sourcesContent":["export default {\n remove: 'Entfernen',\n save: 'Speichern',\n cancel: 'Abbrechen',\n loading: 'Laden…',\n 'callout.note': 'Hinweis',\n 'callout.important': 'Wichtig',\n 'callout.tip': 'Tipp',\n 'callout.caution': 'Vorsicht',\n 'callout.warning': 'Warnung',\n 'date-picker.today': 'Heute',\n 'date-picker.month.heading': 'Monat',\n 'date-picker.quarter.heading': 'Quartal',\n 'date-picker.year.heading': 'Jahr',\n 'chip-set.clear-all': 'Alles löschen',\n 'snackbar.dismiss': 'Schließen',\n 'file.drag-and-drop-tips':\n 'Ziehen Sie Ihre Datei hierher oder klicken Sie, um zu durchsuchen.',\n 'file-viewer.message.unsupported-filetype':\n 'Diese Datei kann nicht angezeigt werden!',\n 'file-viewer.download': 'Herunterladen',\n 'file-viewer.exit-fullscreen': 'Vollbildmodus beenden',\n 'file-viewer.open-in-fullscreen': 'Im Vollbildmodus öffnen',\n 'file-viewer.open-in-new-tab': 'In einem neuen Tab öffnen',\n 'file-viewer.more-actions': 'Mehr…',\n 'editor-menu.bold': 'Fett',\n 'editor-menu.italic': 'Kursiv',\n 'editor-menu.h1': 'Überschrift 1',\n 'editor-menu.h2': 'Überschrift 2',\n 'editor-menu.h3': 'Überschrift 3',\n 'editor-menu.bulleted-list': 'Aufzählungsliste',\n 'editor-menu.numbered-list': 'Nummerierte Liste',\n 'editor-menu.blockquote': 'Zitatblock',\n 'editor-menu.link': 'Link',\n 'editor-link-menu.text': 'Text',\n 'editor-link-menu.link': 'Link',\n 'editor-menu.code-block': 'Codeblock',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Fortschrittsbalken',\n};\n"]}
@@ -0,0 +1,39 @@
1
+ export default {
2
+ remove: 'Supprimer',
3
+ save: 'Enregistrer',
4
+ cancel: 'Annuler',
5
+ loading: 'Chargement…',
6
+ 'callout.note': 'Note',
7
+ 'callout.important': 'Important',
8
+ 'callout.tip': 'Conseil',
9
+ 'callout.caution': 'Prudence',
10
+ 'callout.warning': 'Avertissement',
11
+ 'date-picker.today': "Aujourd'hui",
12
+ 'date-picker.month.heading': 'Mois',
13
+ 'date-picker.quarter.heading': 'Trimestre',
14
+ 'date-picker.year.heading': 'Année',
15
+ 'chip-set.clear-all': 'Tout effacer',
16
+ 'snackbar.dismiss': 'Fermer',
17
+ 'file.drag-and-drop-tips': 'Glissez-déposez votre fichier ici, ou cliquez pour parcourir.',
18
+ 'file-viewer.message.unsupported-filetype': "Impossible d'afficher ce fichier!",
19
+ 'file-viewer.download': 'Télécharger',
20
+ 'file-viewer.exit-fullscreen': 'Quitter le mode plein écran',
21
+ 'file-viewer.open-in-fullscreen': 'Ouvrir en plein écran',
22
+ 'file-viewer.open-in-new-tab': 'Ouvrir dans un nouvel onglet',
23
+ 'file-viewer.more-actions': 'Plus…',
24
+ 'editor-menu.bold': 'Gras',
25
+ 'editor-menu.italic': 'Italique',
26
+ 'editor-menu.h1': 'Titre 1',
27
+ 'editor-menu.h2': 'Titre 2',
28
+ 'editor-menu.h3': 'Titre 3',
29
+ 'editor-menu.bulleted-list': 'Liste à puces',
30
+ 'editor-menu.numbered-list': 'Liste numérotée',
31
+ 'editor-menu.blockquote': 'Bloc de citation',
32
+ 'editor-menu.link': 'Lien',
33
+ 'editor-link-menu.text': 'Texte',
34
+ 'editor-link-menu.link': 'Lien',
35
+ 'editor-menu.code-block': 'Bloc de code',
36
+ 'editor-menu.code': 'Code',
37
+ 'progress-bar': 'Barre de progression',
38
+ };
39
+ //# sourceMappingURL=fr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.js","sourceRoot":"","sources":["../../src/translations/fr.ts"],"names":[],"mappings":"AAAA,eAAe;EACX,MAAM,EAAE,WAAW;EACnB,IAAI,EAAE,aAAa;EACnB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,aAAa;EACtB,cAAc,EAAE,MAAM;EACtB,mBAAmB,EAAE,WAAW;EAChC,aAAa,EAAE,SAAS;EACxB,iBAAiB,EAAE,UAAU;EAC7B,iBAAiB,EAAE,eAAe;EAClC,mBAAmB,EAAE,aAAa;EAClC,2BAA2B,EAAE,MAAM;EACnC,6BAA6B,EAAE,WAAW;EAC1C,0BAA0B,EAAE,OAAO;EACnC,oBAAoB,EAAE,cAAc;EACpC,kBAAkB,EAAE,QAAQ;EAC5B,yBAAyB,EACrB,+DAA+D;EACnE,0CAA0C,EACtC,mCAAmC;EACvC,sBAAsB,EAAE,aAAa;EACrC,6BAA6B,EAAE,6BAA6B;EAC5D,gCAAgC,EAAE,uBAAuB;EACzD,6BAA6B,EAAE,8BAA8B;EAC7D,0BAA0B,EAAE,OAAO;EACnC,kBAAkB,EAAE,MAAM;EAC1B,oBAAoB,EAAE,UAAU;EAChC,gBAAgB,EAAE,SAAS;EAC3B,gBAAgB,EAAE,SAAS;EAC3B,gBAAgB,EAAE,SAAS;EAC3B,2BAA2B,EAAE,eAAe;EAC5C,2BAA2B,EAAE,iBAAiB;EAC9C,wBAAwB,EAAE,kBAAkB;EAC5C,kBAAkB,EAAE,MAAM;EAC1B,uBAAuB,EAAE,OAAO;EAChC,uBAAuB,EAAE,MAAM;EAC/B,wBAAwB,EAAE,cAAc;EACxC,kBAAkB,EAAE,MAAM;EAC1B,cAAc,EAAE,sBAAsB;CACzC,CAAC","sourcesContent":["export default {\n remove: 'Supprimer',\n save: 'Enregistrer',\n cancel: 'Annuler',\n loading: 'Chargement…',\n 'callout.note': 'Note',\n 'callout.important': 'Important',\n 'callout.tip': 'Conseil',\n 'callout.caution': 'Prudence',\n 'callout.warning': 'Avertissement',\n 'date-picker.today': \"Aujourd'hui\",\n 'date-picker.month.heading': 'Mois',\n 'date-picker.quarter.heading': 'Trimestre',\n 'date-picker.year.heading': 'Année',\n 'chip-set.clear-all': 'Tout effacer',\n 'snackbar.dismiss': 'Fermer',\n 'file.drag-and-drop-tips':\n 'Glissez-déposez votre fichier ici, ou cliquez pour parcourir.',\n 'file-viewer.message.unsupported-filetype':\n \"Impossible d'afficher ce fichier!\",\n 'file-viewer.download': 'Télécharger',\n 'file-viewer.exit-fullscreen': 'Quitter le mode plein écran',\n 'file-viewer.open-in-fullscreen': 'Ouvrir en plein écran',\n 'file-viewer.open-in-new-tab': 'Ouvrir dans un nouvel onglet',\n 'file-viewer.more-actions': 'Plus…',\n 'editor-menu.bold': 'Gras',\n 'editor-menu.italic': 'Italique',\n 'editor-menu.h1': 'Titre 1',\n 'editor-menu.h2': 'Titre 2',\n 'editor-menu.h3': 'Titre 3',\n 'editor-menu.bulleted-list': 'Liste à puces',\n 'editor-menu.numbered-list': 'Liste numérotée',\n 'editor-menu.blockquote': 'Bloc de citation',\n 'editor-menu.link': 'Lien',\n 'editor-link-menu.text': 'Texte',\n 'editor-link-menu.link': 'Lien',\n 'editor-menu.code-block': 'Bloc de code',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Barre de progression',\n};\n"]}