@schukai/monster 4.150.0 → 4.150.2
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/package.json +1 -1
- package/source/components/accessibility/locale-picker.mjs +22 -14
- package/source/components/accessibility/locale-select.mjs +2 -0
- package/source/components/content/stylesheet/camera-capture.mjs +1 -1
- package/source/components/content/stylesheet/copy.mjs +1 -1
- package/source/components/content/viewer/message.mjs +22 -0
- package/source/components/content/viewer/stylesheet/message.mjs +1 -1
- package/source/components/content/viewer.mjs +6 -6
- package/source/components/datatable/datatable.mjs +139 -7
- package/source/components/datatable/filter/date-range.mjs +168 -3
- package/source/components/datatable/filter/input.mjs +47 -3
- package/source/components/datatable/filter/range.mjs +91 -3
- package/source/components/datatable/filter-button.mjs +47 -3
- package/source/components/datatable/filter.mjs +11 -0
- package/source/components/datatable/save-button.mjs +47 -3
- package/source/components/datatable/style/datatable.pcss +8 -0
- package/source/components/datatable/stylesheet/datatable.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
- package/source/components/files/file-manager.mjs +96 -13
- package/source/components/form/buy-box.mjs +87 -87
- package/source/components/form/cart-control.mjs +24 -24
- package/source/components/form/control-bar.mjs +26 -6
- package/source/components/form/credential-button.mjs +13 -0
- package/source/components/form/field-set.mjs +80 -3
- package/source/components/form/login.mjs +143 -96
- package/source/components/form/register-wizard.mjs +298 -298
- package/source/components/form/select.mjs +103 -79
- package/source/components/form/style/button-bar.pcss +17 -1
- package/source/components/form/style/control-bar.pcss +6 -0
- package/source/components/form/style/mixin/field-set-layout.pcss +2 -0
- package/source/components/form/style/toggle-switch.pcss +4 -0
- package/source/components/form/stylesheet/button-bar.mjs +6 -4
- package/source/components/form/stylesheet/confirm-button.mjs +1 -1
- package/source/components/form/stylesheet/context-error.mjs +1 -1
- package/source/components/form/stylesheet/context-help.mjs +1 -1
- package/source/components/form/stylesheet/control-bar.mjs +3 -3
- package/source/components/form/stylesheet/digits.mjs +1 -1
- package/source/components/form/stylesheet/field-set.mjs +2 -2
- package/source/components/form/stylesheet/login.mjs +1 -1
- package/source/components/form/stylesheet/popper-button.mjs +1 -1
- package/source/components/form/stylesheet/repeat-field-set-items.mjs +1 -1
- package/source/components/form/stylesheet/select.mjs +1 -1
- package/source/components/form/stylesheet/toggle-switch.mjs +2 -2
- package/source/components/form/variant-select.mjs +17 -17
- package/source/components/form/wizard.mjs +20 -20
- package/source/components/layout/details.mjs +47 -3
- package/source/components/layout/stylesheet/popper.mjs +1 -1
- package/source/components/layout/tabs.mjs +65 -10
- package/source/components/layout/vertical-tabs.mjs +65 -10
- package/source/components/style/floating-ui.css +13 -0
- package/source/components/style/floating-ui.pcss +4 -0
- package/source/components/stylesheet/floating-ui.mjs +1 -1
- package/source/components/time/month-calendar.mjs +75 -2
- package/source/i18n/internal.mjs +60 -18
- package/source/i18n/map/languages.mjs +2 -1
- package/source/i18n/time-ago.mjs +129 -0
- package/test/cases/components/datatable/datasource-rest-lifecycle.mjs +9 -1
- package/test/cases/components/datatable/mobile-layout.mjs +13 -0
- package/test/cases/components/form/button-bar.mjs +21 -0
- package/test/cases/components/form/control-bar.mjs +123 -0
- package/test/cases/components/form/field-set.mjs +11 -0
- package/test/cases/components/form/locale-defaults.mjs +58 -0
- package/test/cases/components/form/popper-button.mjs +12 -0
- package/test/cases/components/form/register-wizard.mjs +15 -0
- package/test/cases/components/form/toggle-switch.mjs +13 -0
- package/test/cases/i18n/built-in-locales.mjs +151 -0
- package/test/cases/i18n/time-ago.mjs +52 -32
|
@@ -25,7 +25,7 @@ try {
|
|
|
25
25
|
FilterControlsDefaultsStyleSheet.insertRule(
|
|
26
26
|
`
|
|
27
27
|
@layer filtercontrolsdefaults {
|
|
28
|
-
[data-monster-role=control]{outline:none;width:100%;box-sizing:border-box}[data-monster-role=control].flex{display:flex;flex-direction:row;align-items:center}:host{display:block;box-sizing:border-box}div[data-monster-role=popper]{box-sizing:border-box;display:none;opacity:1;padding:1.1em;max-width:var(--monster-popper-max-width,calc(100vw - 2rem));max-height:var(--monster-popper-max-height,calc(100vh - 2rem));z-index:var(--monster-z-index-modal);background:var(--monster-bg-color-primary-1);color:var(--monster-color-primary-1);border-radius:var(--monster-border-radius);border-width:var(--monster-border-width);border-style:var(--monster-border-style);border-color:var(--monster-bg-color-primary-4);box-shadow:var(--monster-box-shadow-1);justify-content:space-between;align-content:center;width:-moz-max-content;width:max-content;position:absolute;top:0;left:0;transition:opacity var(--monster-popper-fade-duration,.14s) var(--monster-popper-fade-timing,cubic-bezier(.2,0,0,1))}div[data-monster-role=popper][data-monster-appearance=opening]{opacity:0}div[data-monster-role=popper][data-monster-appearance=open]{opacity:1}@media (prefers-reduced-motion:reduce){div[data-monster-role=popper]{transition:none}}div[data-monster-role=popper]>[part=content]{overflow:auto;max-width:100%;max-height:var(--monster-popper-content-max-height,calc(100vh - 4.2rem))}div[data-monster-role=popper]>[part=content][data-monster-overflow-mode=horizontal]{overflow-x:auto;overflow-y:visible;clip-path:none}div[data-monster-role=popper]>[part=content][data-monster-overflow-mode=visible]{overflow:visible;clip-path:none;max-width:none;max-height:none}div[data-monster-role=popper] div[data-monster-role=arrow]{position:absolute;width:calc(max(var(--monster-popper-witharrrow-distance), -1 * var(--monster-popper-witharrrow-distance))*2);height:calc(max(var(--monster-popper-witharrrow-distance), -1 * var(--monster-popper-witharrrow-distance))*2);z-index:-1;pointer-events:none;background:var(--monster-bg-color-primary-1)}input,meter,progress,select,textarea{accent-color:var(
|
|
28
|
+
[data-monster-role=control]{outline:none;width:100%;box-sizing:border-box}[data-monster-role=control].flex{display:flex;flex-direction:row;align-items:center}:host{display:block;box-sizing:border-box}div[data-monster-role=popper]{box-sizing:border-box;display:none;opacity:1;padding:1.1em;max-width:var(--monster-popper-max-width,calc(100vw - 2rem));max-height:var(--monster-popper-max-height,calc(100vh - 2rem));z-index:var(--monster-z-index-modal);background:var(--monster-bg-color-primary-1);color:var(--monster-color-primary-1);border-radius:var(--monster-border-radius);border-width:var(--monster-border-width);border-style:var(--monster-border-style);border-color:var(--monster-bg-color-primary-4);box-shadow:var(--monster-box-shadow-1);justify-content:space-between;align-content:center;width:-moz-max-content;width:max-content;position:absolute;top:0;left:0;transition:opacity var(--monster-popper-fade-duration,.14s) var(--monster-popper-fade-timing,cubic-bezier(.2,0,0,1))}div[data-monster-role=popper][data-monster-appearance=opening]{opacity:0}div[data-monster-role=popper][data-monster-appearance=open]{opacity:1}@media (prefers-reduced-motion:reduce){div[data-monster-role=popper]{transition:none}}div[data-monster-role=popper]>[part=content]{overflow:auto;max-width:100%;max-height:var(--monster-popper-content-max-height,calc(100vh - 4.2rem))}div[data-monster-role=popper]>[part=content]:not([data-monster-overflow-mode=visible]){padding:var(--monster-popper-focus-bleed,max(0px,calc(var(--monster-focus-ring-width, 2px) + var(--monster-focus-ring-offset, 2px))))}div[data-monster-role=popper]>[part=content][data-monster-overflow-mode=horizontal]{overflow-x:auto;overflow-y:visible;clip-path:none}div[data-monster-role=popper]>[part=content][data-monster-overflow-mode=visible]{overflow:visible;clip-path:none;max-width:none;max-height:none}div[data-monster-role=popper] div[data-monster-role=arrow]{position:absolute;width:calc(max(var(--monster-popper-witharrrow-distance), -1 * var(--monster-popper-witharrrow-distance))*2);height:calc(max(var(--monster-popper-witharrrow-distance), -1 * var(--monster-popper-witharrrow-distance))*2);z-index:-1;pointer-events:none;background:var(--monster-bg-color-primary-1)}input,meter,progress,select,textarea{accent-color:var(
|
|
29
29
|
--monster-theme-accent,var(--monster-color-secondary-2)
|
|
30
30
|
);box-sizing:border-box;color:var(--monster-color-primary-1);background-color:var(--monster-bg-color-primary-1);font-family:inherit;font-size:100%;margin:0;outline:none;border-width:var(--monster-theme-control-border-width);border-radius:var(--monster-theme-control-border-radius);border-style:var(--monster-theme-control-border-style);border-color:var(--monster-theme-control-border-color)}input[readonly]:not([type=checkbox]):not([type=radio]),textarea[readonly]{background-color:var(--monster-bg-color-primary-2);color:var(--monster-color-primary-2);cursor:default}input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:var(--monster-control-min-block-size,auto);padding:var(--monster-control-padding-block,.4rem) var(--monster-control-padding-inline,.6rem);height:-moz-fit-content;height:fit-content}input:is([type=checkbox],[type=radio]){block-size:1rem;inline-size:1rem;min-height:0;padding:0;vertical-align:middle}textarea{resize:vertical;min-height:6rem}input[type=color]{padding:.1rem;margin:0;height:2rem;width:2rem}input:hover:not([type=radio]):not([type=checkbox]):not([type=range]):not([readonly]):not([disabled]),select:hover:not(:disabled),textarea:hover:not([readonly]):not([disabled]){transition:background .8s,color .25s .0833333333s;box-shadow:var(--monster-box-shadow-2)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--monster-focus-ring-width,2px) var(--monster-focus-ring-style,solid) var(--monster-focus-ring-color,currentColor);outline-offset:var(--monster-focus-ring-offset,2px)}:host{width:100%;height:100%}div[data-monster-role=control]{height:100%;position:relative;display:flex}div[data-monster-role=control] .form-container{box-sizing:border-box;inline-size:100%}:is(div[data-monster-role=control] .form-container) .form-group{align-items:center;display:grid;gap:.5rem;grid-template-columns:auto minmax(5rem,auto) minmax(8rem,1fr) minmax(7rem,.75fr);margin-bottom:.2rem}[data-monster-range-type=from-to]:is(:is(div[data-monster-role=control] .form-container) .form-group){grid-template-columns:auto auto minmax(8rem,1fr) auto minmax(8rem,1fr)}:is(:is(div[data-monster-role=control] .form-container) .form-group) input[type=number]{min-width:0;width:100%;text-align:right}:is(:is(div[data-monster-role=control] .form-container) .form-group) input[type=number]::-webkit-inner-spin-button,:is(:is(div[data-monster-role=control] .form-container) .form-group) input[type=number]::-webkit-outer-spin-button{margin-left:10px}:is(:is(div[data-monster-role=control] .form-container) .form-group) input[type=radio]{accent-color:var(
|
|
31
31
|
--monster-theme-accent,var(--monster-bg-color-primary-3)
|
|
@@ -2082,50 +2082,133 @@ function getTranslations() {
|
|
|
2082
2082
|
title: "Dateien",
|
|
2083
2083
|
save: "Speichern",
|
|
2084
2084
|
saveAll: "Alle speichern",
|
|
2085
|
-
empty: "Datei aus dem Baum
|
|
2085
|
+
empty: "Wählen Sie eine Datei aus dem Baum aus, um sie zu öffnen.",
|
|
2086
2086
|
};
|
|
2087
2087
|
case "fr":
|
|
2088
2088
|
return {
|
|
2089
2089
|
title: "Fichiers",
|
|
2090
2090
|
save: "Enregistrer",
|
|
2091
2091
|
saveAll: "Tout enregistrer",
|
|
2092
|
-
empty: "
|
|
2092
|
+
empty: "Sélectionnez un fichier dans l’arborescence pour l’ouvrir.",
|
|
2093
2093
|
};
|
|
2094
|
-
case "
|
|
2094
|
+
case "es":
|
|
2095
2095
|
return {
|
|
2096
2096
|
title: "Archivos",
|
|
2097
2097
|
save: "Guardar",
|
|
2098
2098
|
saveAll: "Guardar todo",
|
|
2099
|
-
empty: "Seleccione un archivo del
|
|
2099
|
+
empty: "Seleccione un archivo del árbol para abrirlo.",
|
|
2100
|
+
};
|
|
2101
|
+
case "zh":
|
|
2102
|
+
return {
|
|
2103
|
+
title: "文件",
|
|
2104
|
+
save: "保存",
|
|
2105
|
+
saveAll: "全部保存",
|
|
2106
|
+
empty: "从树中选择一个文件以将其打开。",
|
|
2107
|
+
};
|
|
2108
|
+
case "hi":
|
|
2109
|
+
return {
|
|
2110
|
+
title: "फ़ाइलें",
|
|
2111
|
+
save: "सहेजें",
|
|
2112
|
+
saveAll: "सभी सहेजें",
|
|
2113
|
+
empty: "फ़ाइल खोलने के लिए ट्री से उसे चुनें।",
|
|
2114
|
+
};
|
|
2115
|
+
case "bn":
|
|
2116
|
+
return {
|
|
2117
|
+
title: "ফাইল",
|
|
2118
|
+
save: "সংরক্ষণ করুন",
|
|
2119
|
+
saveAll: "সব সংরক্ষণ করুন",
|
|
2120
|
+
empty: "খোলার জন্য ট্রি থেকে একটি ফাইল নির্বাচন করুন।",
|
|
2121
|
+
};
|
|
2122
|
+
case "pt":
|
|
2123
|
+
return {
|
|
2124
|
+
title: "Arquivos",
|
|
2125
|
+
save: "Salvar",
|
|
2126
|
+
saveAll: "Salvar tudo",
|
|
2127
|
+
empty: "Selecione um arquivo na árvore para abri-lo.",
|
|
2128
|
+
};
|
|
2129
|
+
case "ru":
|
|
2130
|
+
return {
|
|
2131
|
+
title: "Файлы",
|
|
2132
|
+
save: "Сохранить",
|
|
2133
|
+
saveAll: "Сохранить все",
|
|
2134
|
+
empty: "Выберите файл в дереве, чтобы открыть его.",
|
|
2135
|
+
};
|
|
2136
|
+
case "ja":
|
|
2137
|
+
return {
|
|
2138
|
+
title: "ファイル",
|
|
2139
|
+
save: "保存",
|
|
2140
|
+
saveAll: "すべて保存",
|
|
2141
|
+
empty: "開くファイルをツリーから選択してください。",
|
|
2142
|
+
};
|
|
2143
|
+
case "pa":
|
|
2144
|
+
return {
|
|
2145
|
+
title: "ਫਾਈਲਾਂ",
|
|
2146
|
+
save: "ਸੰਭਾਲੋ",
|
|
2147
|
+
saveAll: "ਸਭ ਸੰਭਾਲੋ",
|
|
2148
|
+
empty: "ਫਾਈਲ ਖੋਲ੍ਹਣ ਲਈ ਉਸਨੂੰ ਟ੍ਰੀ ਵਿੱਚੋਂ ਚੁਣੋ।",
|
|
2149
|
+
};
|
|
2150
|
+
case "mr":
|
|
2151
|
+
return {
|
|
2152
|
+
title: "फायली",
|
|
2153
|
+
save: "जतन करा",
|
|
2154
|
+
saveAll: "सर्व जतन करा",
|
|
2155
|
+
empty: "फाइल उघडण्यासाठी ती ट्रीमधून निवडा.",
|
|
2100
2156
|
};
|
|
2101
2157
|
case "it":
|
|
2102
2158
|
return {
|
|
2103
2159
|
title: "File",
|
|
2104
2160
|
save: "Salva",
|
|
2105
2161
|
saveAll: "Salva tutto",
|
|
2106
|
-
empty: "Seleziona un file dall'albero.",
|
|
2162
|
+
empty: "Seleziona un file dall'albero per aprirlo.",
|
|
2107
2163
|
};
|
|
2108
2164
|
case "pl":
|
|
2109
2165
|
return {
|
|
2110
2166
|
title: "Pliki",
|
|
2111
2167
|
save: "Zapisz",
|
|
2112
2168
|
saveAll: "Zapisz wszystko",
|
|
2113
|
-
empty: "Wybierz plik z drzewa
|
|
2169
|
+
empty: "Wybierz plik z drzewa, aby go otworzyć.",
|
|
2170
|
+
};
|
|
2171
|
+
case "nl":
|
|
2172
|
+
return {
|
|
2173
|
+
title: "Bestanden",
|
|
2174
|
+
save: "Opslaan",
|
|
2175
|
+
saveAll: "Alles opslaan",
|
|
2176
|
+
empty: "Selecteer een bestand in de boomstructuur om het te openen.",
|
|
2177
|
+
};
|
|
2178
|
+
case "sv":
|
|
2179
|
+
return {
|
|
2180
|
+
title: "Filer",
|
|
2181
|
+
save: "Spara",
|
|
2182
|
+
saveAll: "Spara alla",
|
|
2183
|
+
empty: "Välj en fil i trädet för att öppna den.",
|
|
2184
|
+
};
|
|
2185
|
+
case "da":
|
|
2186
|
+
return {
|
|
2187
|
+
title: "Filer",
|
|
2188
|
+
save: "Gem",
|
|
2189
|
+
saveAll: "Gem alle",
|
|
2190
|
+
empty: "Vælg en fil i træet for at åbne den.",
|
|
2191
|
+
};
|
|
2192
|
+
case "fi":
|
|
2193
|
+
return {
|
|
2194
|
+
title: "Tiedostot",
|
|
2195
|
+
save: "Tallenna",
|
|
2196
|
+
saveAll: "Tallenna kaikki",
|
|
2197
|
+
empty: "Avaa tiedosto valitsemalla se puusta.",
|
|
2114
2198
|
};
|
|
2115
2199
|
case "no":
|
|
2116
|
-
case "dk":
|
|
2117
2200
|
return {
|
|
2118
2201
|
title: "Filer",
|
|
2119
2202
|
save: "Lagre",
|
|
2120
2203
|
saveAll: "Lagre alle",
|
|
2121
|
-
empty: "Velg en fil
|
|
2204
|
+
empty: "Velg en fil i treet for å åpne den.",
|
|
2122
2205
|
};
|
|
2123
|
-
case "
|
|
2206
|
+
case "cs":
|
|
2124
2207
|
return {
|
|
2125
|
-
title: "
|
|
2126
|
-
save: "
|
|
2127
|
-
saveAll: "
|
|
2128
|
-
empty: "
|
|
2208
|
+
title: "Soubory",
|
|
2209
|
+
save: "Uložit",
|
|
2210
|
+
saveAll: "Uložit vše",
|
|
2211
|
+
empty: "Vyberte soubor ze stromu a otevřete jej.",
|
|
2129
2212
|
};
|
|
2130
2213
|
default:
|
|
2131
2214
|
case "en":
|
|
@@ -2145,12 +2145,12 @@ function getTranslations() {
|
|
|
2145
2145
|
total: "Summe",
|
|
2146
2146
|
variantsAria: "Varianten",
|
|
2147
2147
|
quantityAria: "Menge",
|
|
2148
|
-
selectVariant: "Bitte eine Variante
|
|
2149
|
-
selectQuantity: "Bitte Menge
|
|
2150
|
-
priceUnavailable: "Preis nicht
|
|
2148
|
+
selectVariant: "Bitte eine Variante wählen.",
|
|
2149
|
+
selectQuantity: "Bitte eine Menge wählen.",
|
|
2150
|
+
priceUnavailable: "Preis nicht verfügbar.",
|
|
2151
2151
|
invalidQuantity: "Menge ist nicht erlaubt.",
|
|
2152
|
-
outOfStock: "Nicht
|
|
2153
|
-
addToCartError: "
|
|
2152
|
+
outOfStock: "Nicht genügend Lagerbestand.",
|
|
2153
|
+
addToCartError: "Hinzufügen fehlgeschlagen.",
|
|
2154
2154
|
addToCartNotConfigured: "Warenkorb ist nicht konfiguriert.",
|
|
2155
2155
|
taxIncluded: "inkl. MwSt.",
|
|
2156
2156
|
taxExcluded: "zzgl. MwSt.",
|
|
@@ -2158,8 +2158,8 @@ function getTranslations() {
|
|
|
2158
2158
|
};
|
|
2159
2159
|
case "es":
|
|
2160
2160
|
return {
|
|
2161
|
-
addToCart: "
|
|
2162
|
-
addToCartAria: "
|
|
2161
|
+
addToCart: "Añadir al carrito",
|
|
2162
|
+
addToCartAria: "Añadir al carrito",
|
|
2163
2163
|
quantity: "Cantidad",
|
|
2164
2164
|
total: "Total",
|
|
2165
2165
|
variantsAria: "Variantes",
|
|
@@ -2169,11 +2169,11 @@ function getTranslations() {
|
|
|
2169
2169
|
priceUnavailable: "Precio no disponible.",
|
|
2170
2170
|
invalidQuantity: "Cantidad no permitida.",
|
|
2171
2171
|
outOfStock: "Stock insuficiente.",
|
|
2172
|
-
addToCartError: "Error al
|
|
2172
|
+
addToCartError: "Error al añadir.",
|
|
2173
2173
|
addToCartNotConfigured: "Carrito no configurado.",
|
|
2174
2174
|
taxIncluded: "incl. impuestos",
|
|
2175
2175
|
taxExcluded: "excl. impuestos",
|
|
2176
|
-
deliveryUnknown: "Plazo desconocido",
|
|
2176
|
+
deliveryUnknown: "Plazo de entrega desconocido",
|
|
2177
2177
|
};
|
|
2178
2178
|
case "zh":
|
|
2179
2179
|
return {
|
|
@@ -2242,33 +2242,33 @@ function getTranslations() {
|
|
|
2242
2242
|
quantityAria: "Quantidade",
|
|
2243
2243
|
selectVariant: "Escolha uma variante.",
|
|
2244
2244
|
selectQuantity: "Escolha uma quantidade.",
|
|
2245
|
-
priceUnavailable: "
|
|
2246
|
-
invalidQuantity: "Quantidade
|
|
2245
|
+
priceUnavailable: "Preço indisponível.",
|
|
2246
|
+
invalidQuantity: "Quantidade não permitida.",
|
|
2247
2247
|
outOfStock: "Estoque insuficiente.",
|
|
2248
2248
|
addToCartError: "Falha ao adicionar.",
|
|
2249
|
-
addToCartNotConfigured: "Carrinho
|
|
2249
|
+
addToCartNotConfigured: "Carrinho não configurado.",
|
|
2250
2250
|
taxIncluded: "incl. imposto",
|
|
2251
2251
|
taxExcluded: "excl. imposto",
|
|
2252
|
-
deliveryUnknown: "Prazo desconhecido",
|
|
2252
|
+
deliveryUnknown: "Prazo de entrega desconhecido",
|
|
2253
2253
|
};
|
|
2254
2254
|
case "ru":
|
|
2255
2255
|
return {
|
|
2256
|
-
addToCart: "
|
|
2257
|
-
addToCartAria: "
|
|
2258
|
-
quantity: "
|
|
2259
|
-
total: "
|
|
2260
|
-
variantsAria: "
|
|
2261
|
-
quantityAria: "
|
|
2262
|
-
selectVariant: "
|
|
2263
|
-
selectQuantity: "
|
|
2264
|
-
priceUnavailable: "
|
|
2265
|
-
invalidQuantity: "
|
|
2266
|
-
outOfStock: "
|
|
2267
|
-
addToCartError: "
|
|
2268
|
-
addToCartNotConfigured: "
|
|
2269
|
-
taxIncluded: "
|
|
2270
|
-
taxExcluded: "
|
|
2271
|
-
deliveryUnknown: "
|
|
2256
|
+
addToCart: "В корзину",
|
|
2257
|
+
addToCartAria: "В корзину",
|
|
2258
|
+
quantity: "Количество",
|
|
2259
|
+
total: "Итого",
|
|
2260
|
+
variantsAria: "Варианты",
|
|
2261
|
+
quantityAria: "Количество",
|
|
2262
|
+
selectVariant: "Выберите вариант.",
|
|
2263
|
+
selectQuantity: "Выберите количество.",
|
|
2264
|
+
priceUnavailable: "Цена недоступна.",
|
|
2265
|
+
invalidQuantity: "Недопустимое количество.",
|
|
2266
|
+
outOfStock: "Недостаточно на складе.",
|
|
2267
|
+
addToCartError: "Не удалось добавить.",
|
|
2268
|
+
addToCartNotConfigured: "Корзина не настроена.",
|
|
2269
|
+
taxIncluded: "с НДС",
|
|
2270
|
+
taxExcluded: "без НДС",
|
|
2271
|
+
deliveryUnknown: "Срок доставки неизвестен",
|
|
2272
2272
|
};
|
|
2273
2273
|
case "ja":
|
|
2274
2274
|
return {
|
|
@@ -2331,33 +2331,33 @@ function getTranslations() {
|
|
|
2331
2331
|
return {
|
|
2332
2332
|
addToCart: "Ajouter au panier",
|
|
2333
2333
|
addToCartAria: "Ajouter au panier",
|
|
2334
|
-
quantity: "
|
|
2334
|
+
quantity: "Quantité",
|
|
2335
2335
|
total: "Total",
|
|
2336
2336
|
variantsAria: "Variantes",
|
|
2337
|
-
quantityAria: "
|
|
2337
|
+
quantityAria: "Quantité",
|
|
2338
2338
|
selectVariant: "Veuillez choisir une variante.",
|
|
2339
|
-
selectQuantity: "Veuillez choisir une
|
|
2339
|
+
selectQuantity: "Veuillez choisir une quantité.",
|
|
2340
2340
|
priceUnavailable: "Prix indisponible.",
|
|
2341
|
-
invalidQuantity: "
|
|
2341
|
+
invalidQuantity: "Quantité non autorisée.",
|
|
2342
2342
|
outOfStock: "Stock insuffisant.",
|
|
2343
|
-
addToCartError: "
|
|
2344
|
-
addToCartNotConfigured: "Panier non
|
|
2343
|
+
addToCartError: "Échec de l’ajout.",
|
|
2344
|
+
addToCartNotConfigured: "Panier non configuré.",
|
|
2345
2345
|
taxIncluded: "TTC",
|
|
2346
2346
|
taxExcluded: "HT",
|
|
2347
|
-
deliveryUnknown: "
|
|
2347
|
+
deliveryUnknown: "Délai de livraison inconnu",
|
|
2348
2348
|
};
|
|
2349
2349
|
case "it":
|
|
2350
2350
|
return {
|
|
2351
2351
|
addToCart: "Aggiungi al carrello",
|
|
2352
2352
|
addToCartAria: "Aggiungi al carrello",
|
|
2353
|
-
quantity: "
|
|
2353
|
+
quantity: "Quantità",
|
|
2354
2354
|
total: "Totale",
|
|
2355
2355
|
variantsAria: "Varianti",
|
|
2356
|
-
quantityAria: "
|
|
2356
|
+
quantityAria: "Quantità",
|
|
2357
2357
|
selectVariant: "Seleziona una variante.",
|
|
2358
|
-
selectQuantity: "Seleziona una
|
|
2358
|
+
selectQuantity: "Seleziona una quantità.",
|
|
2359
2359
|
priceUnavailable: "Prezzo non disponibile.",
|
|
2360
|
-
invalidQuantity: "
|
|
2360
|
+
invalidQuantity: "Quantità non consentita.",
|
|
2361
2361
|
outOfStock: "Scorte insufficienti.",
|
|
2362
2362
|
addToCartError: "Aggiunta fallita.",
|
|
2363
2363
|
addToCartNotConfigured: "Carrello non configurato.",
|
|
@@ -2386,56 +2386,56 @@ function getTranslations() {
|
|
|
2386
2386
|
};
|
|
2387
2387
|
case "sv":
|
|
2388
2388
|
return {
|
|
2389
|
-
addToCart: "
|
|
2390
|
-
addToCartAria: "
|
|
2389
|
+
addToCart: "Lägg i kundvagn",
|
|
2390
|
+
addToCartAria: "Lägg i kundvagn",
|
|
2391
2391
|
quantity: "Antal",
|
|
2392
2392
|
total: "Summa",
|
|
2393
2393
|
variantsAria: "Varianter",
|
|
2394
2394
|
quantityAria: "Antal",
|
|
2395
|
-
selectVariant: "
|
|
2396
|
-
selectQuantity: "
|
|
2397
|
-
priceUnavailable: "
|
|
2398
|
-
invalidQuantity: "
|
|
2399
|
-
outOfStock: "
|
|
2400
|
-
addToCartError: "
|
|
2395
|
+
selectVariant: "Välj en variant.",
|
|
2396
|
+
selectQuantity: "Välj antal.",
|
|
2397
|
+
priceUnavailable: "Priset är inte tillgängligt.",
|
|
2398
|
+
invalidQuantity: "Antalet är inte tillåtet.",
|
|
2399
|
+
outOfStock: "Otillräckligt lager.",
|
|
2400
|
+
addToCartError: "Det gick inte att lägga till.",
|
|
2401
2401
|
addToCartNotConfigured: "Kundvagn ej konfigurerad.",
|
|
2402
2402
|
taxIncluded: "inkl. moms",
|
|
2403
2403
|
taxExcluded: "exkl. moms",
|
|
2404
|
-
deliveryUnknown: "
|
|
2404
|
+
deliveryUnknown: "Leveranstid okänd",
|
|
2405
2405
|
};
|
|
2406
2406
|
case "pl":
|
|
2407
2407
|
return {
|
|
2408
2408
|
addToCart: "Dodaj do koszyka",
|
|
2409
2409
|
addToCartAria: "Dodaj do koszyka",
|
|
2410
|
-
quantity: "
|
|
2410
|
+
quantity: "Ilość",
|
|
2411
2411
|
total: "Suma",
|
|
2412
2412
|
variantsAria: "Warianty",
|
|
2413
|
-
quantityAria: "
|
|
2413
|
+
quantityAria: "Ilość",
|
|
2414
2414
|
selectVariant: "Wybierz wariant.",
|
|
2415
|
-
selectQuantity: "Wybierz
|
|
2416
|
-
priceUnavailable: "Cena
|
|
2417
|
-
invalidQuantity: "Niepoprawna
|
|
2415
|
+
selectQuantity: "Wybierz ilość.",
|
|
2416
|
+
priceUnavailable: "Cena niedostępna.",
|
|
2417
|
+
invalidQuantity: "Niepoprawna ilość.",
|
|
2418
2418
|
outOfStock: "Brak na stanie.",
|
|
2419
|
-
addToCartError: "Nie
|
|
2420
|
-
addToCartNotConfigured: "Koszyk nie skonfigurowany.",
|
|
2419
|
+
addToCartError: "Nie udało się dodać.",
|
|
2420
|
+
addToCartNotConfigured: "Koszyk nie jest skonfigurowany.",
|
|
2421
2421
|
taxIncluded: "z VAT",
|
|
2422
2422
|
taxExcluded: "bez VAT",
|
|
2423
2423
|
deliveryUnknown: "Czas dostawy nieznany",
|
|
2424
2424
|
};
|
|
2425
2425
|
case "da":
|
|
2426
2426
|
return {
|
|
2427
|
-
addToCart: "
|
|
2428
|
-
addToCartAria: "
|
|
2429
|
-
quantity: "
|
|
2427
|
+
addToCart: "Læg i kurv",
|
|
2428
|
+
addToCartAria: "Læg i kurv",
|
|
2429
|
+
quantity: "Mængde",
|
|
2430
2430
|
total: "Total",
|
|
2431
2431
|
variantsAria: "Varianter",
|
|
2432
|
-
quantityAria: "
|
|
2433
|
-
selectVariant: "
|
|
2434
|
-
selectQuantity: "
|
|
2435
|
-
priceUnavailable: "
|
|
2436
|
-
invalidQuantity: "
|
|
2432
|
+
quantityAria: "Mængde",
|
|
2433
|
+
selectVariant: "Vælg en variant.",
|
|
2434
|
+
selectQuantity: "Vælg en mængde.",
|
|
2435
|
+
priceUnavailable: "Prisen er ikke tilgængelig.",
|
|
2436
|
+
invalidQuantity: "Mængden er ikke tilladt.",
|
|
2437
2437
|
outOfStock: "Ikke nok lager.",
|
|
2438
|
-
addToCartError: "Kunne ikke
|
|
2438
|
+
addToCartError: "Kunne ikke tilføje.",
|
|
2439
2439
|
addToCartNotConfigured: "Kurv ikke konfigureret.",
|
|
2440
2440
|
taxIncluded: "inkl. moms",
|
|
2441
2441
|
taxExcluded: "ekskl. moms",
|
|
@@ -2443,18 +2443,18 @@ function getTranslations() {
|
|
|
2443
2443
|
};
|
|
2444
2444
|
case "fi":
|
|
2445
2445
|
return {
|
|
2446
|
-
addToCart: "
|
|
2447
|
-
addToCartAria: "
|
|
2448
|
-
quantity: "
|
|
2449
|
-
total: "
|
|
2446
|
+
addToCart: "Lisää koriin",
|
|
2447
|
+
addToCartAria: "Lisää koriin",
|
|
2448
|
+
quantity: "Määrä",
|
|
2449
|
+
total: "Yhteensä",
|
|
2450
2450
|
variantsAria: "Vaihtoehdot",
|
|
2451
|
-
quantityAria: "
|
|
2451
|
+
quantityAria: "Määrä",
|
|
2452
2452
|
selectVariant: "Valitse vaihtoehto.",
|
|
2453
|
-
selectQuantity: "Valitse
|
|
2454
|
-
priceUnavailable: "Hinta ei saatavilla.",
|
|
2455
|
-
invalidQuantity: "
|
|
2456
|
-
outOfStock: "Varasto ei
|
|
2457
|
-
addToCartError: "
|
|
2453
|
+
selectQuantity: "Valitse määrä.",
|
|
2454
|
+
priceUnavailable: "Hinta ei ole saatavilla.",
|
|
2455
|
+
invalidQuantity: "Määrä ei ole sallittu.",
|
|
2456
|
+
outOfStock: "Varasto ei riitä.",
|
|
2457
|
+
addToCartError: "Lisääminen epäonnistui.",
|
|
2458
2458
|
addToCartNotConfigured: "Ostoskori ei ole konfiguroitu.",
|
|
2459
2459
|
taxIncluded: "sis. alv",
|
|
2460
2460
|
taxExcluded: "ei sis. alv",
|
|
@@ -2481,22 +2481,22 @@ function getTranslations() {
|
|
|
2481
2481
|
};
|
|
2482
2482
|
case "cs":
|
|
2483
2483
|
return {
|
|
2484
|
-
addToCart: "
|
|
2485
|
-
addToCartAria: "
|
|
2486
|
-
quantity: "
|
|
2484
|
+
addToCart: "Přidat do košíku",
|
|
2485
|
+
addToCartAria: "Přidat do košíku",
|
|
2486
|
+
quantity: "Množství",
|
|
2487
2487
|
total: "Celkem",
|
|
2488
2488
|
variantsAria: "Varianty",
|
|
2489
|
-
quantityAria: "
|
|
2489
|
+
quantityAria: "Množství",
|
|
2490
2490
|
selectVariant: "Vyberte variantu.",
|
|
2491
|
-
selectQuantity: "Vyberte
|
|
2492
|
-
priceUnavailable: "Cena
|
|
2493
|
-
invalidQuantity: "
|
|
2494
|
-
outOfStock: "Nedostatek na
|
|
2495
|
-
addToCartError: "Nelze
|
|
2496
|
-
addToCartNotConfigured: "
|
|
2497
|
-
taxIncluded: "
|
|
2491
|
+
selectQuantity: "Vyberte množství.",
|
|
2492
|
+
priceUnavailable: "Cena není dostupná.",
|
|
2493
|
+
invalidQuantity: "Neplatné množství.",
|
|
2494
|
+
outOfStock: "Nedostatek na skladě.",
|
|
2495
|
+
addToCartError: "Nelze přidat.",
|
|
2496
|
+
addToCartNotConfigured: "Košík není nakonfigurován.",
|
|
2497
|
+
taxIncluded: "vč. DPH",
|
|
2498
2498
|
taxExcluded: "bez DPH",
|
|
2499
|
-
deliveryUnknown: "
|
|
2499
|
+
deliveryUnknown: "Dodací lhůta neznámá",
|
|
2500
2500
|
};
|
|
2501
2501
|
default:
|
|
2502
2502
|
return {
|
|
@@ -551,12 +551,12 @@ function getTranslations() {
|
|
|
551
551
|
items: "Artikel",
|
|
552
552
|
statusIdle: "Warenkorb bereit",
|
|
553
553
|
statusPending: "Warenkorb wird aktualisiert",
|
|
554
|
-
statusVerified: "Warenkorb
|
|
555
|
-
statusError: "
|
|
554
|
+
statusVerified: "Warenkorb bestätigt",
|
|
555
|
+
statusError: "Warenkorbfehler",
|
|
556
556
|
};
|
|
557
557
|
case "es":
|
|
558
558
|
return {
|
|
559
|
-
items: "
|
|
559
|
+
items: "Artículos",
|
|
560
560
|
statusIdle: "Carrito listo",
|
|
561
561
|
statusPending: "Carrito actualizando",
|
|
562
562
|
statusVerified: "Carrito verificado",
|
|
@@ -596,11 +596,11 @@ function getTranslations() {
|
|
|
596
596
|
};
|
|
597
597
|
case "ru":
|
|
598
598
|
return {
|
|
599
|
-
items: "
|
|
600
|
-
statusIdle: "
|
|
601
|
-
statusPending: "
|
|
602
|
-
statusVerified: "
|
|
603
|
-
statusError: "
|
|
599
|
+
items: "Товары",
|
|
600
|
+
statusIdle: "Корзина готова",
|
|
601
|
+
statusPending: "Корзина обновляется",
|
|
602
|
+
statusVerified: "Корзина подтверждена",
|
|
603
|
+
statusError: "Ошибка корзины",
|
|
604
604
|
};
|
|
605
605
|
case "ja":
|
|
606
606
|
return {
|
|
@@ -615,7 +615,7 @@ function getTranslations() {
|
|
|
615
615
|
items: "ਆਈਟਮ",
|
|
616
616
|
statusIdle: "ਕਾਰਟ ਤਿਆਰ",
|
|
617
617
|
statusPending: "ਕਾਰਟ ਅੱਪਡੇਟ ਹੋ ਰਿਹਾ ਹੈ",
|
|
618
|
-
statusVerified: "ਕਾਰਟ
|
|
618
|
+
statusVerified: "ਕਾਰਟ ਦੀ ਪੁਸ਼ਟੀ ਹੋ ਗਈ ਹੈ",
|
|
619
619
|
statusError: "ਕਾਰਟ ਗਲਤੀ",
|
|
620
620
|
};
|
|
621
621
|
case "mr":
|
|
@@ -629,9 +629,9 @@ function getTranslations() {
|
|
|
629
629
|
case "fr":
|
|
630
630
|
return {
|
|
631
631
|
items: "Articles",
|
|
632
|
-
statusIdle: "Panier
|
|
633
|
-
statusPending: "
|
|
634
|
-
statusVerified: "Panier
|
|
632
|
+
statusIdle: "Panier prêt",
|
|
633
|
+
statusPending: "Mise à jour du panier",
|
|
634
|
+
statusVerified: "Panier vérifié",
|
|
635
635
|
statusError: "Erreur du panier",
|
|
636
636
|
};
|
|
637
637
|
case "it":
|
|
@@ -640,15 +640,15 @@ function getTranslations() {
|
|
|
640
640
|
statusIdle: "Carrello pronto",
|
|
641
641
|
statusPending: "Carrello in aggiornamento",
|
|
642
642
|
statusVerified: "Carrello verificato",
|
|
643
|
-
statusError: "Errore carrello",
|
|
643
|
+
statusError: "Errore del carrello",
|
|
644
644
|
};
|
|
645
645
|
case "nl":
|
|
646
646
|
return {
|
|
647
647
|
items: "Artikelen",
|
|
648
648
|
statusIdle: "Winkelwagen klaar",
|
|
649
|
-
statusPending: "Winkelwagen
|
|
649
|
+
statusPending: "Winkelwagen wordt bijgewerkt",
|
|
650
650
|
statusVerified: "Winkelwagen bevestigd",
|
|
651
|
-
statusError: "
|
|
651
|
+
statusError: "Winkelwagenfout",
|
|
652
652
|
};
|
|
653
653
|
case "sv":
|
|
654
654
|
return {
|
|
@@ -656,7 +656,7 @@ function getTranslations() {
|
|
|
656
656
|
statusIdle: "Kundvagn redo",
|
|
657
657
|
statusPending: "Kundvagn uppdateras",
|
|
658
658
|
statusVerified: "Kundvagn verifierad",
|
|
659
|
-
statusError: "
|
|
659
|
+
statusError: "Kundvagnsfel",
|
|
660
660
|
};
|
|
661
661
|
case "pl":
|
|
662
662
|
return {
|
|
@@ -664,21 +664,21 @@ function getTranslations() {
|
|
|
664
664
|
statusIdle: "Koszyk gotowy",
|
|
665
665
|
statusPending: "Koszyk aktualizowany",
|
|
666
666
|
statusVerified: "Koszyk potwierdzony",
|
|
667
|
-
statusError: "
|
|
667
|
+
statusError: "Błąd koszyka",
|
|
668
668
|
};
|
|
669
669
|
case "da":
|
|
670
670
|
return {
|
|
671
671
|
items: "Varer",
|
|
672
672
|
statusIdle: "Kurv klar",
|
|
673
673
|
statusPending: "Kurv opdateres",
|
|
674
|
-
statusVerified: "Kurv
|
|
674
|
+
statusVerified: "Kurv bekræftet",
|
|
675
675
|
statusError: "Kurv fejl",
|
|
676
676
|
};
|
|
677
677
|
case "fi":
|
|
678
678
|
return {
|
|
679
679
|
items: "Tuotteet",
|
|
680
680
|
statusIdle: "Ostoskori valmis",
|
|
681
|
-
statusPending: "Ostoskoria
|
|
681
|
+
statusPending: "Ostoskoria päivitetään",
|
|
682
682
|
statusVerified: "Ostoskori vahvistettu",
|
|
683
683
|
statusError: "Ostoskorin virhe",
|
|
684
684
|
};
|
|
@@ -692,11 +692,11 @@ function getTranslations() {
|
|
|
692
692
|
};
|
|
693
693
|
case "cs":
|
|
694
694
|
return {
|
|
695
|
-
items: "
|
|
696
|
-
statusIdle: "
|
|
697
|
-
statusPending: "
|
|
698
|
-
statusVerified: "
|
|
699
|
-
statusError: "Chyba
|
|
695
|
+
items: "Položky",
|
|
696
|
+
statusIdle: "Košík připraven",
|
|
697
|
+
statusPending: "Košík se aktualizuje",
|
|
698
|
+
statusVerified: "Košík potvrzen",
|
|
699
|
+
statusError: "Chyba košíku",
|
|
700
700
|
};
|
|
701
701
|
default:
|
|
702
702
|
return {
|
|
@@ -667,10 +667,11 @@ function initEventHandler() {
|
|
|
667
667
|
};
|
|
668
668
|
|
|
669
669
|
self[resizeObserverSymbol] = new ResizeObserver((entries) => {
|
|
670
|
-
if (
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
670
|
+
if (
|
|
671
|
+
!hasLayoutResizeEntry.call(self, entries, {
|
|
672
|
+
suppressItemResize: self[layoutStateSymbol]?.suppressResize === true,
|
|
673
|
+
})
|
|
674
|
+
) {
|
|
674
675
|
return;
|
|
675
676
|
}
|
|
676
677
|
scheduleLayout.call(self, { measure: true, layout: true });
|
|
@@ -1184,7 +1185,7 @@ function applyControlSizing(element) {
|
|
|
1184
1185
|
"minHeight",
|
|
1185
1186
|
"var(--monster-control-bar-height)",
|
|
1186
1187
|
) || changed;
|
|
1187
|
-
if (isWrapperElement(element)) {
|
|
1188
|
+
if (element !== this[popperNavElementSymbol] && isWrapperElement(element)) {
|
|
1188
1189
|
changed = setStylePropertyIfChanged(element, "display", "flex") || changed;
|
|
1189
1190
|
changed =
|
|
1190
1191
|
setStylePropertyIfChanged(element, "alignItems", "stretch") || changed;
|
|
@@ -2064,9 +2065,10 @@ function suppressLayoutFeedback() {
|
|
|
2064
2065
|
/**
|
|
2065
2066
|
* @private
|
|
2066
2067
|
* @param {ResizeObserverEntry[]} entries
|
|
2068
|
+
* @param {{suppressItemResize?: boolean}} options
|
|
2067
2069
|
* @return {boolean}
|
|
2068
2070
|
*/
|
|
2069
|
-
function hasLayoutResizeEntry(entries) {
|
|
2071
|
+
function hasLayoutResizeEntry(entries, options = {}) {
|
|
2070
2072
|
const stackedBreakpointContainer =
|
|
2071
2073
|
resolveStackedBreakpointContainer.call(this);
|
|
2072
2074
|
return entries.some((entry) => {
|
|
@@ -2074,8 +2076,26 @@ function hasLayoutResizeEntry(entries) {
|
|
|
2074
2076
|
entry.target === this.parentElement ||
|
|
2075
2077
|
entry.target === stackedBreakpointContainer
|
|
2076
2078
|
) {
|
|
2079
|
+
if (options.suppressItemResize === true) {
|
|
2080
|
+
const path =
|
|
2081
|
+
entry.target === this.parentElement
|
|
2082
|
+
? "data.containerWidth"
|
|
2083
|
+
: "data.stackedBreakpointContainerWidth";
|
|
2084
|
+
let previousInlineSize;
|
|
2085
|
+
try {
|
|
2086
|
+
previousInlineSize = this[dimensionsSymbol].getVia(path);
|
|
2087
|
+
} catch {}
|
|
2088
|
+
return (
|
|
2089
|
+
typeof previousInlineSize !== "number" ||
|
|
2090
|
+
Math.abs(getElementLayoutWidth(entry.target) - previousInlineSize) >
|
|
2091
|
+
LAYOUT_RESIZE_EPSILON
|
|
2092
|
+
);
|
|
2093
|
+
}
|
|
2077
2094
|
return true;
|
|
2078
2095
|
}
|
|
2096
|
+
if (options.suppressItemResize === true) {
|
|
2097
|
+
return false;
|
|
2098
|
+
}
|
|
2079
2099
|
|
|
2080
2100
|
if (
|
|
2081
2101
|
!(entry.target instanceof HTMLElement) ||
|
|
@@ -646,6 +646,19 @@ function getTranslations() {
|
|
|
646
646
|
messageSuccess: "Adgangskoden er ændret.",
|
|
647
647
|
messageFailed: "Noget gik galt, prøv igen senere.",
|
|
648
648
|
};
|
|
649
|
+
case "fi":
|
|
650
|
+
return {
|
|
651
|
+
button: "Vaihda salasana",
|
|
652
|
+
title: "Vaihda salasana",
|
|
653
|
+
password: "Uusi salasana",
|
|
654
|
+
description:
|
|
655
|
+
"Valitse vahva salasana pitääksesi tilisi turvassa. Käytä isoja ja pieniä kirjaimia, numeroita ja symboleja. Vältä helposti arvattavia sanoja, kuten nimiä tai syntymäpäiviä.",
|
|
656
|
+
submit: "Vaihda salasana",
|
|
657
|
+
messageEmptyPassword: "Anna uusi salasana",
|
|
658
|
+
messageNotConfigured: "Tätä lomaketta ei ole määritetty.",
|
|
659
|
+
messageSuccess: "Salasana päivitettiin onnistuneesti.",
|
|
660
|
+
messageFailed: "Jokin meni pieleen. Yritä myöhemmin uudelleen.",
|
|
661
|
+
};
|
|
649
662
|
case "no":
|
|
650
663
|
return {
|
|
651
664
|
button: "Endre passord",
|