@vendure/admin-ui 2.1.0 → 2.1.1
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/catalog/catalog.module.d.ts +0 -2
- package/catalog/components/product-detail/product-detail.component.d.ts +2 -3
- package/catalog/components/product-variant-list/product-variant-list.component.d.ts +3 -2
- package/core/common/version.d.ts +1 -1
- package/core/components/app-shell/app-shell.component.d.ts +5 -3
- package/core/components/notification/notification.component.d.ts +10 -2
- package/core/providers/alerts/alerts.service.d.ts +6 -1
- package/core/providers/localization/localization.service.d.ts +21 -0
- package/core/public_api.d.ts +1 -0
- package/core/shared/components/data-table-2/data-table-custom-component.service.d.ts +1 -1
- package/core/shared/components/dropdown/dropdown-menu.component.d.ts +4 -1
- package/core/shared/components/extension-host/extension-host.component.d.ts +1 -1
- package/core/shared/components/modal-dialog/modal-dialog.component.d.ts +10 -2
- package/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.d.ts +1 -1
- package/core/shared/shared.module.d.ts +100 -101
- package/esm2022/catalog/catalog.module.mjs +2 -28
- package/esm2022/catalog/components/product-detail/product-detail.component.mjs +20 -17
- package/esm2022/catalog/components/product-variant-list/product-variant-list.component.mjs +5 -3
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/components/app-shell/app-shell.component.mjs +21 -21
- package/esm2022/core/components/notification/notification.component.mjs +18 -9
- package/esm2022/core/components/theme-switcher/theme-switcher.component.mjs +2 -2
- package/esm2022/core/core.module.mjs +3 -1
- package/esm2022/core/providers/alerts/alerts.service.mjs +22 -8
- package/esm2022/core/providers/localization/localization.service.mjs +31 -0
- package/esm2022/core/public_api.mjs +2 -1
- package/esm2022/core/shared/components/data-table-2/data-table-custom-component.service.mjs +1 -1
- package/esm2022/core/shared/components/dropdown/dropdown-menu.component.mjs +31 -23
- package/esm2022/core/shared/components/extension-host/extension-host.component.mjs +4 -3
- package/esm2022/core/shared/components/modal-dialog/modal-dialog.component.mjs +19 -10
- package/esm2022/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +6 -1
- package/esm2022/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +5 -3
- package/esm2022/core/shared/shared.module.mjs +1 -5
- package/fesm2022/vendure-admin-ui-catalog.mjs +16 -37
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +357 -294
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/package.json +13 -13
- package/static/i18n-messages/hr.json +795 -0
- package/static/i18n-messages/it.json +32 -32
- package/static/i18n-messages/ne.json +100 -100
- package/static/styles/global/_utilities.scss +6 -6
- package/static/theme.min.css +1 -1
- package/static/vendure-ui-config.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/admin-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular/animations": "^16.2.2",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@ng-select/ng-select": "^11.1.1",
|
|
24
24
|
"@ngx-translate/core": "^15.0.0",
|
|
25
25
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
26
|
-
"@vendure/common": "^2.1.
|
|
26
|
+
"@vendure/common": "^2.1.1",
|
|
27
27
|
"@webcomponents/custom-elements": "^1.6.0",
|
|
28
28
|
"apollo-angular": "^5.0.0",
|
|
29
29
|
"apollo-upload-client": "^17.0.0",
|
|
@@ -71,6 +71,12 @@
|
|
|
71
71
|
"esm": "./esm2022/catalog/vendure-admin-ui-catalog.mjs",
|
|
72
72
|
"default": "./fesm2022/vendure-admin-ui-catalog.mjs"
|
|
73
73
|
},
|
|
74
|
+
"./core": {
|
|
75
|
+
"types": "./core/index.d.ts",
|
|
76
|
+
"esm2022": "./esm2022/core/vendure-admin-ui-core.mjs",
|
|
77
|
+
"esm": "./esm2022/core/vendure-admin-ui-core.mjs",
|
|
78
|
+
"default": "./fesm2022/vendure-admin-ui-core.mjs"
|
|
79
|
+
},
|
|
74
80
|
"./customer": {
|
|
75
81
|
"types": "./customer/index.d.ts",
|
|
76
82
|
"esm2022": "./esm2022/customer/vendure-admin-ui-customer.mjs",
|
|
@@ -83,11 +89,11 @@
|
|
|
83
89
|
"esm": "./esm2022/dashboard/vendure-admin-ui-dashboard.mjs",
|
|
84
90
|
"default": "./fesm2022/vendure-admin-ui-dashboard.mjs"
|
|
85
91
|
},
|
|
86
|
-
"./
|
|
87
|
-
"types": "./
|
|
88
|
-
"esm2022": "./esm2022/
|
|
89
|
-
"esm": "./esm2022/
|
|
90
|
-
"default": "./fesm2022/vendure-admin-ui-
|
|
92
|
+
"./login": {
|
|
93
|
+
"types": "./login/index.d.ts",
|
|
94
|
+
"esm2022": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
95
|
+
"esm": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
96
|
+
"default": "./fesm2022/vendure-admin-ui-login.mjs"
|
|
91
97
|
},
|
|
92
98
|
"./marketing": {
|
|
93
99
|
"types": "./marketing/index.d.ts",
|
|
@@ -95,12 +101,6 @@
|
|
|
95
101
|
"esm": "./esm2022/marketing/vendure-admin-ui-marketing.mjs",
|
|
96
102
|
"default": "./fesm2022/vendure-admin-ui-marketing.mjs"
|
|
97
103
|
},
|
|
98
|
-
"./login": {
|
|
99
|
-
"types": "./login/index.d.ts",
|
|
100
|
-
"esm2022": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
101
|
-
"esm": "./esm2022/login/vendure-admin-ui-login.mjs",
|
|
102
|
-
"default": "./fesm2022/vendure-admin-ui-login.mjs"
|
|
103
|
-
},
|
|
104
104
|
"./order": {
|
|
105
105
|
"types": "./order/index.d.ts",
|
|
106
106
|
"esm2022": "./esm2022/order/vendure-admin-ui-order.mjs",
|