@icij/murmur-next 4.0.4 → 4.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/components/AccordionStep.vue.d.ts +2 -3
- package/dist/lib/components/AccordionWrapper.vue.d.ts +1 -2
- package/dist/lib/components/ActiveTextTruncate.vue.d.ts +2 -2
- package/dist/lib/components/AdvancedLinkForm.vue.d.ts +5 -6
- package/dist/lib/components/Brand.vue.d.ts +8 -8
- package/dist/lib/components/BrandExpansion.vue.d.ts +6 -7
- package/dist/lib/components/ConfirmButton.vue.d.ts +1 -2
- package/dist/lib/components/ContentPlaceholder.vue.d.ts +2 -3
- package/dist/lib/components/CustomPagination.vue.d.ts +9 -10
- package/dist/lib/components/DigitsInput.vue.d.ts +3 -3
- package/dist/lib/components/DonateForm.vue.d.ts +4 -5
- package/dist/lib/components/EmbedForm.vue.d.ts +7 -8
- package/dist/lib/components/FollowUsPopover.vue.d.ts +4 -5
- package/dist/lib/components/GenericFooter.vue.d.ts +1 -2
- package/dist/lib/components/GenericHeader.vue.d.ts +283 -284
- package/dist/lib/components/HapticCopy.vue.d.ts +6 -8
- package/dist/lib/components/ImddbHeader.vue.d.ts +282 -283
- package/dist/lib/components/OrdinalLegend.vue.d.ts +8 -9
- package/dist/lib/components/RangePicker.vue.d.ts +10 -14
- package/dist/lib/components/ResponsiveIframe.vue.d.ts +2 -3
- package/dist/lib/components/ScaleLegend.vue.d.ts +2 -2
- package/dist/lib/components/SecretInput.vue.d.ts +3 -3
- package/dist/lib/components/SelectableDropdown.vue.d.ts +6 -7
- package/dist/lib/components/SharingOptions.vue.d.ts +1 -2
- package/dist/lib/components/SharingOptionsLink.vue.d.ts +2 -3
- package/dist/lib/components/SignUpForm.vue.d.ts +5 -6
- package/dist/lib/components/SlideUpDown.vue.d.ts +3 -4
- package/dist/lib/components/TexturedDeck.vue.d.ts +3 -4
- package/dist/lib/components/TinyPagination.vue.d.ts +15 -16
- package/dist/lib/composables/chart.d.ts +7 -8
- package/dist/lib/composables/resizeObserver.d.ts +1 -2
- package/dist/lib/composables/sendEmail.d.ts +1 -2
- package/dist/lib/config.d.ts +3 -2
- package/dist/lib/datavisualisations/BarChart.vue.d.ts +6 -8
- package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +7 -4
- package/dist/lib/datavisualisations/LineChart.vue.d.ts +17 -9
- package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +4 -8
- package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +4 -4
- package/dist/lib/i18n.d.ts +1 -0
- package/dist/lib/main.d.ts +11 -8
- package/dist/lib/maps/ChoroplethMap.vue.d.ts +10 -4
- package/dist/lib/maps/ChoroplethMapAnnotation.vue.d.ts +3 -3
- package/dist/lib/maps/SymbolMap.vue.d.ts +8 -8
- package/dist/lib/murmur.css +1 -1
- package/dist/lib/murmur.js +17563 -16205
- package/dist/lib/murmur.js.map +1 -1
- package/dist/lib/murmur.umd.cjs +60 -52
- package/dist/lib/murmur.umd.cjs.map +1 -1
- package/dist/lib/types.d.ts +4 -7
- package/dist/lib/utils/assets.d.ts +1 -1
- package/dist/lib/utils/iframe-resizer.d.ts +1 -0
- package/dist/lib/utils/placeholder.d.ts +1 -0
- package/dist/lib/utils/placeholderTypes.d.ts +2 -3
- package/lib/components/Brand.vue +9 -9
- package/lib/components/OrdinalLegend.vue +1 -1
- package/lib/components/RangePicker.vue +15 -9
- package/lib/composables/chart.ts +10 -7
- package/lib/composables/resizeObserver.ts +1 -1
- package/lib/composables/sendEmail.ts +0 -1
- package/lib/config.ts +2 -2
- package/lib/locales/en.json +1 -1
- package/lib/locales/fr.json +1 -1
- package/lib/main.ts +18 -12
- package/lib/maps/ChoroplethMap.vue +1 -1
- package/lib/maps/ChoroplethMapAnnotation.vue +2 -2
- package/lib/maps/SymbolMap.vue +5 -4
- package/lib/shims-pym.d.ts +7 -0
- package/lib/shims-vue.d.ts +1 -1
- package/lib/types.ts +5 -5
- package/lib/utils/iframe-resizer.ts +1 -1
- package/lib/utils/placeholder.ts +0 -1
- package/package.json +49 -43
- package/lib/locales/locales/en.json +0 -140
- package/lib/locales/locales/fr.json +0 -117
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"advanced-link-form": {
|
|
3
|
-
"raw": {
|
|
4
|
-
"tab": "Text"
|
|
5
|
-
},
|
|
6
|
-
"rich": {
|
|
7
|
-
"tab": "Formatted Text",
|
|
8
|
-
"description": "Copy this link in Libre Office, Word, Google Document, etc."
|
|
9
|
-
},
|
|
10
|
-
"markdown": {
|
|
11
|
-
"tab": "Markdown",
|
|
12
|
-
"description": "Copy this link for online platforms supporting Markdown."
|
|
13
|
-
},
|
|
14
|
-
"html": {
|
|
15
|
-
"tab": "HTML"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"generic-header": {
|
|
19
|
-
"navbar": {
|
|
20
|
-
"investigations": "Investigations",
|
|
21
|
-
"leak": "Leak to us",
|
|
22
|
-
"support": "Support us",
|
|
23
|
-
"follow": "Follow ICIJ"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"imddb-header": {
|
|
27
|
-
"navbar": {
|
|
28
|
-
"leak": "Leak to us",
|
|
29
|
-
"support": "Support us",
|
|
30
|
-
"follow": "Follow ICIJ"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"embeddable-footer": {
|
|
34
|
-
"share": "Share"
|
|
35
|
-
},
|
|
36
|
-
"embed-form": {
|
|
37
|
-
"heading": "Embed on your website",
|
|
38
|
-
"introduction": "Copy the code below to embed this on your website.",
|
|
39
|
-
"responsive-optin": "Responsive iFrame",
|
|
40
|
-
"copy": "Copy"
|
|
41
|
-
},
|
|
42
|
-
"follow-us-popover": {
|
|
43
|
-
"heading": "Follow us"
|
|
44
|
-
},
|
|
45
|
-
"generic-footer": {
|
|
46
|
-
"investigations": "Investigations",
|
|
47
|
-
"follow-us": "Follow us",
|
|
48
|
-
"all-rights": "All rights reserved",
|
|
49
|
-
"version": "Version %{version}"
|
|
50
|
-
},
|
|
51
|
-
"donate-form": {
|
|
52
|
-
"support": "Support us",
|
|
53
|
-
"introduction": "ICIJ’s investigations are supported by readers like you. Help keep our databases free and open to the public by joining our <strong><a target=\"_blank\" href=\"https://icij.org/donate\">ICIJ Insiders</a></strong> community.",
|
|
54
|
-
"join-heading": "Won't you join us today?",
|
|
55
|
-
"label": "I would like to donate",
|
|
56
|
-
"frequency": {
|
|
57
|
-
"monthly": "Monthly",
|
|
58
|
-
"yearly": "Yearly",
|
|
59
|
-
"onetime": "One time"
|
|
60
|
-
},
|
|
61
|
-
"result": {
|
|
62
|
-
"sentence": "With this donation, you are <strong>changing the %{target}</strong>.",
|
|
63
|
-
"conversation": "conversation",
|
|
64
|
-
"rules": "rules",
|
|
65
|
-
"world": "world"
|
|
66
|
-
},
|
|
67
|
-
"suggesteddonation": {
|
|
68
|
-
"conversation": {
|
|
69
|
-
"monthly": 10,
|
|
70
|
-
"yearly": 25,
|
|
71
|
-
"onetime": 50
|
|
72
|
-
},
|
|
73
|
-
"rules": {
|
|
74
|
-
"monthly": 25,
|
|
75
|
-
"yearly": 180,
|
|
76
|
-
"onetime": 200
|
|
77
|
-
},
|
|
78
|
-
"world": {
|
|
79
|
-
"monthly": 100,
|
|
80
|
-
"yearly": 600,
|
|
81
|
-
"onetime": 600
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"submit": "Donate now",
|
|
85
|
-
"benefits": {
|
|
86
|
-
"heading": "ICIJ Insiders benefits",
|
|
87
|
-
"introduction": "Your monthly or annual donation will give you the following benefits.",
|
|
88
|
-
"more": "More about donations",
|
|
89
|
-
"list": [
|
|
90
|
-
"Invitation to exclusive chat with ICIJ staff about our latest major project after publication",
|
|
91
|
-
"Opportunity to submit your questions to ICIJ staff. Several questions will be answered in our quarterly ICIJ Insider newsletter",
|
|
92
|
-
"Sneak previews behind the scenes of ICIJ’s work (monthly)",
|
|
93
|
-
"ICIJ Insider Newsletter (quarterly)",
|
|
94
|
-
"ICIJ’s Weekly Update"
|
|
95
|
-
],
|
|
96
|
-
"impacts": {
|
|
97
|
-
"conversation": {
|
|
98
|
-
"level": "conversation",
|
|
99
|
-
"heading": "Change the conversation",
|
|
100
|
-
"highlight": "$1-$179/Year <span class='monthly'>or $1-$14/Month</span>"
|
|
101
|
-
},
|
|
102
|
-
"rules": {
|
|
103
|
-
"level": "rules",
|
|
104
|
-
"heading": "Change the rules",
|
|
105
|
-
"highlight": "$180-$599/Year <span class='monthly'>or $15-$49/Month</span>"
|
|
106
|
-
},
|
|
107
|
-
"world": {
|
|
108
|
-
"level": "world",
|
|
109
|
-
"heading": "Change the world",
|
|
110
|
-
"highlight": "$600+/Year <span class='monthly'>or $50+/Month</span>"
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"sign-up-form": {
|
|
116
|
-
"label": "Stories in your inbox",
|
|
117
|
-
"placeholder": "Enter your email",
|
|
118
|
-
"submit": "Sign up"
|
|
119
|
-
},
|
|
120
|
-
"haptic-copy": {
|
|
121
|
-
"label": "Copy",
|
|
122
|
-
"tooltip": {
|
|
123
|
-
"succeed": "Copied!",
|
|
124
|
-
"failed": "Unable to copy the text"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"custom-pagination": {
|
|
128
|
-
"placeholder": "Jump to page",
|
|
129
|
-
"compact-placeholder": "Jump to...",
|
|
130
|
-
"total-pages": "No pages | 1 page | {count} pages total",
|
|
131
|
-
"invalid-number-error": "Invalid page number"
|
|
132
|
-
},
|
|
133
|
-
"tiny-pagination": {
|
|
134
|
-
"page": "Page",
|
|
135
|
-
"aria": "Jump to page",
|
|
136
|
-
"total": "of {numberOfPages}",
|
|
137
|
-
"previous": "Previous page",
|
|
138
|
-
"next": "Next page"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"imddb-header": {
|
|
3
|
-
"navbar": {
|
|
4
|
-
"leak": "Leak to us",
|
|
5
|
-
"support": "Soutenez nous",
|
|
6
|
-
"follow": "Suivez l'ICIJ"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
"generic-header": {
|
|
10
|
-
"navbar": {
|
|
11
|
-
"investigations": "Enquêtes",
|
|
12
|
-
"leak": "Contact securisé",
|
|
13
|
-
"support": "Soutenez nous",
|
|
14
|
-
"follow": "Suivez l'ICIJ"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"embeddable-footer": {
|
|
18
|
-
"share": "Partager"
|
|
19
|
-
},
|
|
20
|
-
"embed-form": {
|
|
21
|
-
"heading": "Intégrer sur votre site",
|
|
22
|
-
"introduction": "Copiez le code ci-dessous pour l'intégrer à votre site.",
|
|
23
|
-
"responsive-optin": "Hauteur dynamique",
|
|
24
|
-
"copy": "Copier"
|
|
25
|
-
},
|
|
26
|
-
"follow-us-popover": {
|
|
27
|
-
"heading": "Suivez nous"
|
|
28
|
-
},
|
|
29
|
-
"generic-footer": {
|
|
30
|
-
"investigations": "Enquêtes",
|
|
31
|
-
"follow-us": "Suivez nous",
|
|
32
|
-
"all-rights": "Tous droits réservés",
|
|
33
|
-
"version": "Version %{version}"
|
|
34
|
-
},
|
|
35
|
-
"donate-form": {
|
|
36
|
-
"support": "Soutenez nous",
|
|
37
|
-
"introduction": "ICIJ’s investigations are supported by readers like you. Help keep our databases free and open to the public by joining our <strong><a target=\"_blank\" href=\"https://icij.org/donate\">ICIJ Insiders</a></strong> community.",
|
|
38
|
-
"join-heading": "Won't you join us today?",
|
|
39
|
-
"label": "I would like to donate",
|
|
40
|
-
"frequency": {
|
|
41
|
-
"monthly": "Monthly",
|
|
42
|
-
"yearly": "Yearly",
|
|
43
|
-
"onetime": "One time"
|
|
44
|
-
},
|
|
45
|
-
"result": {
|
|
46
|
-
"sentence": "With this donation, you are <strong>changing the %{target}</strong>.",
|
|
47
|
-
"conversation": "conversation",
|
|
48
|
-
"rules": "rules",
|
|
49
|
-
"world": "world"
|
|
50
|
-
},
|
|
51
|
-
"suggesteddonation": {
|
|
52
|
-
"conversation": {
|
|
53
|
-
"monthly": 10,
|
|
54
|
-
"yearly": 25,
|
|
55
|
-
"onetime": 50
|
|
56
|
-
},
|
|
57
|
-
"rules": {
|
|
58
|
-
"monthly": 25,
|
|
59
|
-
"yearly": 180,
|
|
60
|
-
"onetime": 180
|
|
61
|
-
},
|
|
62
|
-
"world": {
|
|
63
|
-
"monthly": 100,
|
|
64
|
-
"yearly": 600,
|
|
65
|
-
"onetime": 600
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"submit": "Donate now",
|
|
69
|
-
"benefits": {
|
|
70
|
-
"heading": "ICIJ Insiders benefits",
|
|
71
|
-
"introduction": "Your monthly or annual donation will give you the following benefits.",
|
|
72
|
-
"more": "More about donations",
|
|
73
|
-
"list": [
|
|
74
|
-
"Invitation to exclusive chat with ICIJ staff about our latest major project after publication",
|
|
75
|
-
"Opportunity to submit your questions to ICIJ staff. Several questions will be answered in our quarterly ICIJ Insider newsletter",
|
|
76
|
-
"Sneak previews behind the scenes of ICIJ’s work (monthly)",
|
|
77
|
-
"ICIJ Insider Newsletter (quarterly)",
|
|
78
|
-
"ICIJ’s Weekly Update"
|
|
79
|
-
],
|
|
80
|
-
"impacts": {
|
|
81
|
-
"conversation": {
|
|
82
|
-
"level": "conversation",
|
|
83
|
-
"heading": "Change the conversation",
|
|
84
|
-
"highlight": "$1-$179/Year <span class='monthly'>or $1-$14/Month</span>"
|
|
85
|
-
},
|
|
86
|
-
"rules": {
|
|
87
|
-
"level": "rules",
|
|
88
|
-
"heading": "Change the rules",
|
|
89
|
-
"highlight": "$180-$599/Year <span class='monthly'>or $15-$49/Month</span>"
|
|
90
|
-
},
|
|
91
|
-
"world": {
|
|
92
|
-
"level": "world",
|
|
93
|
-
"heading": "Change the world",
|
|
94
|
-
"highlight": "$600+/Year <span class='monthly'>or $50+/Month</span>"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"sign-up-form": {
|
|
100
|
-
"label": "Recevez nos articles par email",
|
|
101
|
-
"placeholder": "Adresse email",
|
|
102
|
-
"submit": "S'abonner"
|
|
103
|
-
},
|
|
104
|
-
"haptic-copy": {
|
|
105
|
-
"label": "Copier",
|
|
106
|
-
"tooltip": {
|
|
107
|
-
"succeed": "Copié!"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
"tiny-pagination": {
|
|
111
|
-
"page": "Page",
|
|
112
|
-
"aria": "Allez à la page",
|
|
113
|
-
"total": "sur {numberOfPages}",
|
|
114
|
-
"previous": "Page suivante",
|
|
115
|
-
"next": "Page précédente"
|
|
116
|
-
}
|
|
117
|
-
}
|