@vendure/admin-ui 3.0.4 → 3.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/core/common/version.d.ts +1 -1
- package/core/shared/components/product-variant-selector/product-variant-selector.component.d.ts +1 -1
- package/esm2022/catalog/components/product-variant-quick-jump/product-variant-quick-jump.component.mjs +2 -2
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/components/theme-switcher/theme-switcher.component.mjs +1 -1
- package/esm2022/core/data/data.module.mjs +1 -1
- package/esm2022/core/data/query-result.mjs +5 -3
- package/esm2022/core/providers/alerts/alerts.service.mjs +1 -1
- package/esm2022/core/providers/auth/auth.service.mjs +1 -1
- package/esm2022/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +2 -2
- package/esm2022/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +2 -2
- package/esm2022/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +7 -1
- package/esm2022/order/components/refund-order-dialog/refund-order-dialog.component.mjs +3 -3
- package/esm2022/order/order.routes.mjs +1 -2
- package/fesm2022/vendure-admin-ui-catalog.mjs +1 -1
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +14 -6
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +2 -3
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/package.json +14 -14
- package/static/i18n-messages/sv.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/admin-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular/animations": "^17.2.4",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@ng-select/ng-select": "^12.0.7",
|
|
24
24
|
"@ngx-translate/core": "^15.0.0",
|
|
25
25
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
26
|
-
"@vendure/common": "^3.0.
|
|
26
|
+
"@vendure/common": "^3.0.6",
|
|
27
27
|
"@webcomponents/custom-elements": "^1.6.0",
|
|
28
28
|
"apollo-angular": "^6.0.0",
|
|
29
29
|
"apollo-upload-client": "^18.0.1",
|
|
@@ -76,30 +76,30 @@
|
|
|
76
76
|
"esm": "./esm2022/customer/vendure-admin-ui-customer.mjs",
|
|
77
77
|
"default": "./fesm2022/vendure-admin-ui-customer.mjs"
|
|
78
78
|
},
|
|
79
|
-
"./dashboard": {
|
|
80
|
-
"types": "./dashboard/index.d.ts",
|
|
81
|
-
"esm2022": "./esm2022/dashboard/vendure-admin-ui-dashboard.mjs",
|
|
82
|
-
"esm": "./esm2022/dashboard/vendure-admin-ui-dashboard.mjs",
|
|
83
|
-
"default": "./fesm2022/vendure-admin-ui-dashboard.mjs"
|
|
84
|
-
},
|
|
85
79
|
"./core": {
|
|
86
80
|
"types": "./core/index.d.ts",
|
|
87
81
|
"esm2022": "./esm2022/core/vendure-admin-ui-core.mjs",
|
|
88
82
|
"esm": "./esm2022/core/vendure-admin-ui-core.mjs",
|
|
89
83
|
"default": "./fesm2022/vendure-admin-ui-core.mjs"
|
|
90
84
|
},
|
|
91
|
-
"./marketing": {
|
|
92
|
-
"types": "./marketing/index.d.ts",
|
|
93
|
-
"esm2022": "./esm2022/marketing/vendure-admin-ui-marketing.mjs",
|
|
94
|
-
"esm": "./esm2022/marketing/vendure-admin-ui-marketing.mjs",
|
|
95
|
-
"default": "./fesm2022/vendure-admin-ui-marketing.mjs"
|
|
96
|
-
},
|
|
97
85
|
"./login": {
|
|
98
86
|
"types": "./login/index.d.ts",
|
|
99
87
|
"esm2022": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
100
88
|
"esm": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
101
89
|
"default": "./fesm2022/vendure-admin-ui-login.mjs"
|
|
102
90
|
},
|
|
91
|
+
"./dashboard": {
|
|
92
|
+
"types": "./dashboard/index.d.ts",
|
|
93
|
+
"esm2022": "./esm2022/dashboard/vendure-admin-ui-dashboard.mjs",
|
|
94
|
+
"esm": "./esm2022/dashboard/vendure-admin-ui-dashboard.mjs",
|
|
95
|
+
"default": "./fesm2022/vendure-admin-ui-dashboard.mjs"
|
|
96
|
+
},
|
|
97
|
+
"./marketing": {
|
|
98
|
+
"types": "./marketing/index.d.ts",
|
|
99
|
+
"esm2022": "./esm2022/marketing/vendure-admin-ui-marketing.mjs",
|
|
100
|
+
"esm": "./esm2022/marketing/vendure-admin-ui-marketing.mjs",
|
|
101
|
+
"default": "./fesm2022/vendure-admin-ui-marketing.mjs"
|
|
102
|
+
},
|
|
103
103
|
"./order": {
|
|
104
104
|
"types": "./order/index.d.ts",
|
|
105
105
|
"esm2022": "./esm2022/order/vendure-admin-ui-order.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"administrators": "Administratörer",
|
|
29
29
|
"assets": "Filer",
|
|
30
30
|
"channels": "Kanaler",
|
|
31
|
-
"collections": "
|
|
31
|
+
"collections": "Samlingar",
|
|
32
32
|
"countries": "Länder",
|
|
33
33
|
"customer-groups": "Kundgrupper",
|
|
34
34
|
"customers": "Kunder",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"calculated-price-tooltip": "Det finns en anpassad prisberäkning konfigurerad som ändrar priset ovan:",
|
|
77
77
|
"cannot-create-variants-without-options": "Produktvarianter kan inte läggas till förrän en alternativgrupp med minst två produktalternativ har definierats",
|
|
78
78
|
"channel-price-preview": "Förhandsgranskning av kanalpris",
|
|
79
|
-
"collection": "
|
|
80
|
-
"collection-contents": "Innehåll i
|
|
81
|
-
"collections": "
|
|
79
|
+
"collection": "Samling",
|
|
80
|
+
"collection-contents": "Innehåll i samlingen",
|
|
81
|
+
"collections": "Samlingar",
|
|
82
82
|
"confirm-bulk-delete-products": "Vill du radera {count} produkter?",
|
|
83
83
|
"confirm-cancel": "Avbryt?",
|
|
84
84
|
"confirm-delete-assets": "Radera {count} {count, plural, one {fil} other {filer}}?",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"confirm-deletion-of-unused-variants-body": "Följande produktvarianter har blivit överflödiga på grund av tillägg av nya alternativ. De kommer att raderas vid skapandet av nya produktvarianter.",
|
|
92
92
|
"confirm-deletion-of-unused-variants-title": "Radera överflödiga produktvarianter?",
|
|
93
93
|
"create-draft-order": "Lägg till utkast till order",
|
|
94
|
-
"create-new-collection": "Lägg till ny
|
|
94
|
+
"create-new-collection": "Lägg till ny samling",
|
|
95
95
|
"create-new-facet": "Lägg till ny etikett",
|
|
96
96
|
"create-new-product": "Lägg till ny produkt",
|
|
97
97
|
"create-new-stock-location": "Lägg till lagerplats",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"live-preview-contents": "Förhandsgranska innehåll",
|
|
118
118
|
"manage-variants": "Hantera varianter",
|
|
119
119
|
"move-collection-to": "Flytta till { name }",
|
|
120
|
-
"move-collections": "Flytta
|
|
121
|
-
"move-collections-success": "Flyttade {count, plural, one {1
|
|
120
|
+
"move-collections": "Flytta samlingar",
|
|
121
|
+
"move-collections-success": "Flyttade {count, plural, one {1 samling} other {{count} samlingar}}",
|
|
122
122
|
"move-down": "Flytta nedåt",
|
|
123
123
|
"move-to": "Flytta till",
|
|
124
124
|
"move-up": "Flytta uppåt",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"remove-option": "Ta bort alternativ",
|
|
164
164
|
"remove-product-from-channel": "Ta bort produkt från kanal",
|
|
165
165
|
"remove-product-variant-from-channel": "Ta bort produktvariant från kanal",
|
|
166
|
-
"reorder-collection": "Ordna om
|
|
166
|
+
"reorder-collection": "Ordna om samlingar",
|
|
167
167
|
"root-collection": "Rotkatalog",
|
|
168
168
|
"run-pending-search-index-updates": "Sökindex: kör {count, plural, one {1 avvaktande uppdatering} other {{count} avvaktande uppdateringar}}",
|
|
169
169
|
"running-search-index-updates": "Kör {count, plural, one {1 uppdatering} other {{count} uppdateringar}} till sökindex",
|
|
@@ -282,10 +282,10 @@
|
|
|
282
282
|
"notify-assign-to-channel-success-with-count": "Lyckades tilldela {count, plural, one {1 objekt} other {{count} objekt}} till { channelCode }",
|
|
283
283
|
"notify-bulk-update-success": "Uppdaterade { count } { entity }",
|
|
284
284
|
"notify-create-error": "Ett fel uppstod, kunde inte lägga till { entity }",
|
|
285
|
-
"notify-create-success": "
|
|
285
|
+
"notify-create-success": "Ny { entity } tillagd",
|
|
286
286
|
"notify-delete-error": "Ett fel uppstod, kunde inte radera { entity }",
|
|
287
287
|
"notify-delete-error-with-count": "Kunde inte radera {count, plural, one {1 objekt} other {{count} objekt}}",
|
|
288
|
-
"notify-delete-success": "
|
|
288
|
+
"notify-delete-success": "{ entity } borttagen",
|
|
289
289
|
"notify-delete-success-with-count": "Lyckades radera {count, plural, one {1 objekt} other {{count} objekt}}",
|
|
290
290
|
"notify-duplicate-error": "Kunde inte duplicera { name } på grund av ett fel: { error }",
|
|
291
291
|
"notify-duplicate-error-excess": "Ytterligare { count } {count, plural, one {objekt} other {objekt}} kunde inte dupliceras på grund av fel",
|
|
@@ -513,10 +513,10 @@
|
|
|
513
513
|
},
|
|
514
514
|
"nav": {
|
|
515
515
|
"administrators": "Administratörer",
|
|
516
|
-
"assets": "
|
|
516
|
+
"assets": "Filer",
|
|
517
517
|
"catalog": "Katalog",
|
|
518
518
|
"channels": "Kanaler",
|
|
519
|
-
"collections": "
|
|
519
|
+
"collections": "Samlingar",
|
|
520
520
|
"countries": "Länder",
|
|
521
521
|
"customer-groups": "Kundgrupper",
|
|
522
522
|
"customers": "Kunder",
|