@vendure/admin-ui 2.1.0-next.7 → 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/base-list.component.d.ts +1 -0
- 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/extension/register-route-component.d.ts +2 -2
- package/core/providers/alerts/alerts.service.d.ts +6 -1
- package/core/providers/data-table/data-table-filter-collection.d.ts +2 -0
- package/core/providers/data-table/data-table-sort-collection.d.ts +2 -0
- 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/data-table-filter-presets/data-table-filter-presets.component.d.ts +3 -2
- package/core/shared/components/data-table-filters/data-table-filters.component.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/base-list.component.mjs +13 -4
- 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/extension/register-route-component.mjs +1 -1
- package/esm2022/core/providers/alerts/alerts.service.mjs +22 -8
- package/esm2022/core/providers/data-table/data-table-filter-collection.mjs +19 -3
- package/esm2022/core/providers/data-table/data-table-sort-collection.mjs +8 -2
- package/esm2022/core/providers/localization/localization.service.mjs +31 -0
- package/esm2022/core/public_api.mjs +2 -1
- package/esm2022/core/shared/components/affixed-input/affixed-input.component.mjs +2 -2
- package/esm2022/core/shared/components/data-table-2/data-table-custom-component.service.mjs +1 -1
- package/esm2022/core/shared/components/data-table-filter-presets/data-table-filter-presets.component.mjs +7 -5
- package/esm2022/core/shared/components/data-table-filters/data-table-filters.component.mjs +5 -4
- 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/esm2022/order/components/order-data-table/order-data-table.component.mjs +3 -3
- package/esm2022/order/components/order-table/order-table.component.mjs +3 -3
- 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 +403 -307
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +4 -4
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/package.json +2 -2
- package/static/i18n-messages/ar.json +1 -1
- package/static/i18n-messages/cs.json +1 -1
- package/static/i18n-messages/de.json +1 -1
- package/static/i18n-messages/en.json +1 -1
- package/static/i18n-messages/es.json +1 -1
- package/static/i18n-messages/fa.json +29 -8
- package/static/i18n-messages/fr.json +1 -1
- package/static/i18n-messages/he.json +1 -1
- package/static/i18n-messages/hr.json +795 -0
- package/static/i18n-messages/it.json +31 -31
- package/static/i18n-messages/ne.json +795 -0
- package/static/i18n-messages/pl.json +1 -1
- package/static/i18n-messages/pt_BR.json +1 -1
- package/static/i18n-messages/pt_PT.json +1 -1
- package/static/i18n-messages/ru.json +1 -1
- package/static/i18n-messages/uk.json +1 -1
- package/static/i18n-messages/zh_Hans.json +1 -1
- package/static/i18n-messages/zh_Hant.json +1 -1
- package/static/styles/global/_utilities.scss +6 -6
- package/static/theme.min.css +1 -1
- package/static/vendure-ui-config.json +3 -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",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"dashboard": "داشبورد",
|
|
36
36
|
"facets": "ویژگی ها",
|
|
37
37
|
"global-settings": "تنظیمات جهانی",
|
|
38
|
-
"inventory": "انبار",
|
|
39
38
|
"job-queue": "صف کارها",
|
|
40
39
|
"manage-variants": "مدیریت انواع",
|
|
41
40
|
"modifying": "درحال تغییر",
|
|
42
41
|
"orders": "سفارشات",
|
|
43
42
|
"payment-methods": "روش های پرداخت",
|
|
44
43
|
"product-options": "گزینه های محصول",
|
|
44
|
+
"products": "محصولات",
|
|
45
45
|
"profile": "پروفایل",
|
|
46
46
|
"promotions": "تبلیغات",
|
|
47
47
|
"roles": "نقش ها",
|
|
@@ -192,7 +192,6 @@
|
|
|
192
192
|
},
|
|
193
193
|
"common": {
|
|
194
194
|
"ID": "شناسه",
|
|
195
|
-
"actions": "اقدامات",
|
|
196
195
|
"add-filter": "افزودن فیلتر",
|
|
197
196
|
"add-item-to-list": "افزودن آیتم به لیست",
|
|
198
197
|
"add-note": "افزودن یادداشت",
|
|
@@ -224,6 +223,9 @@
|
|
|
224
223
|
"create": "ایجاد",
|
|
225
224
|
"created-at": "ایجاد شده در تاریخ",
|
|
226
225
|
"custom-fields": "فیلد های سفارشی",
|
|
226
|
+
"data-table-filter-date-mode": "حالت تاریخ",
|
|
227
|
+
"data-table-filter-date-range": "بازه تاریخ",
|
|
228
|
+
"data-table-filter-date-relative": "تاریخ نسبی",
|
|
227
229
|
"default-channel": "کانال پیشفرض",
|
|
228
230
|
"default-language": "زبان پیشفرض",
|
|
229
231
|
"default-tax-category": "دسته بندی مالیاتی پیشفرض",
|
|
@@ -240,6 +242,7 @@
|
|
|
240
242
|
"expand-entries": "مشاهده گزینه ها",
|
|
241
243
|
"extension-running-in-separate-window": "اکستنشن درحال اجرا در یک پنجره جداگانه می باشد",
|
|
242
244
|
"filter": "فیلتر",
|
|
245
|
+
"filter-preset-name": "نام تنظیم فیلتر",
|
|
243
246
|
"force-delete": "حذف اجباری",
|
|
244
247
|
"force-remove": "حذف اجباری",
|
|
245
248
|
"general": "عمومی",
|
|
@@ -301,9 +304,11 @@
|
|
|
301
304
|
"remove": "حذف",
|
|
302
305
|
"remove-from-channel": "حذف از کانال",
|
|
303
306
|
"remove-item-from-list": "حذف آیتم از لیست",
|
|
307
|
+
"rename-filter-preset": "تغییر نام تنظیم",
|
|
304
308
|
"reset-columns": "ریست ستون ها",
|
|
305
309
|
"results-count": "{ count } نتیجه",
|
|
306
310
|
"sample-formatting": "فرمت نمونه",
|
|
311
|
+
"save-filter-preset": "ذخیره به عنوان تنظیم",
|
|
307
312
|
"search-and-filter-list": "جستجو و فیلتر لیست",
|
|
308
313
|
"search-by-name": "جستجو براساس نام",
|
|
309
314
|
"select": "انتخاب...",
|
|
@@ -429,9 +434,11 @@
|
|
|
429
434
|
"ago-minutes": "{count} دقیقه پیش",
|
|
430
435
|
"ago-seconds": "{count} ثانیه پیش",
|
|
431
436
|
"ago-years": "{count} سال پیش",
|
|
437
|
+
"day": "روز",
|
|
432
438
|
"duration-milliseconds": "{ms} میلی ثانیه",
|
|
433
439
|
"duration-minutes:seconds": "{m}:{s}",
|
|
434
440
|
"duration-seconds": "{s} ثانیه",
|
|
441
|
+
"month": "ماه",
|
|
435
442
|
"month-apr": "آوریل",
|
|
436
443
|
"month-aug": "اوت",
|
|
437
444
|
"month-dec": "دسامبر",
|
|
@@ -444,6 +451,9 @@
|
|
|
444
451
|
"month-nov": "نوامبر",
|
|
445
452
|
"month-oct": "اکتبر",
|
|
446
453
|
"month-sep": "سپتامبر",
|
|
454
|
+
"relative-past-days": "گذشته {count, plural, one {1 روز} other {{count} روز}}",
|
|
455
|
+
"relative-past-months": "گذشته {count, plural, one {1 ماه} other {{count} ماه}}",
|
|
456
|
+
"relative-past-years": "گذشته {count, plural, one {1 سال} other {{count} سال}}",
|
|
447
457
|
"time": "زمان",
|
|
448
458
|
"weekday-fr": "جمعه",
|
|
449
459
|
"weekday-mo": "دوشنبه",
|
|
@@ -451,7 +461,8 @@
|
|
|
451
461
|
"weekday-su": "یکشنبه",
|
|
452
462
|
"weekday-th": "پنج شنبه",
|
|
453
463
|
"weekday-tu": "سه شنبه",
|
|
454
|
-
"weekday-we": "چهارشنبه"
|
|
464
|
+
"weekday-we": "چهارشنبه",
|
|
465
|
+
"year": "سال"
|
|
455
466
|
},
|
|
456
467
|
"editor": {
|
|
457
468
|
"image-alt": "توضیحات",
|
|
@@ -481,9 +492,12 @@
|
|
|
481
492
|
"create-new-promotion": "ایجاد تبلیغ جدید",
|
|
482
493
|
"ends-at": "تاریخ پایان",
|
|
483
494
|
"per-customer-limit": "محدودیت به ازای مشتری",
|
|
495
|
+
"per-customer-limit-tooltip": "حداکثر تعداد دفعاتی که یک مشتری میتواند از این تخفیف استفاده کند",
|
|
484
496
|
"promotion": "تبلیغات",
|
|
485
497
|
"search-by-name-or-coupon-code": "جستجو براساس نام یا کد تخفیف",
|
|
486
|
-
"starts-at": "تاریخ شروع"
|
|
498
|
+
"starts-at": "تاریخ شروع",
|
|
499
|
+
"usage-limit": "محدودیت کلی تعداد استفاده",
|
|
500
|
+
"usage-limit-tooltip": "حداکثر تعداد دفعاتی که این تخفیف میتواند به کل استفاده شود"
|
|
487
501
|
},
|
|
488
502
|
"nav": {
|
|
489
503
|
"administrators": "مدیران",
|
|
@@ -496,17 +510,18 @@
|
|
|
496
510
|
"customers": "مشتریان",
|
|
497
511
|
"facets": "ویژگی ها",
|
|
498
512
|
"global-settings": "تنظیمات جهانی",
|
|
499
|
-
"inventory": "انبار",
|
|
500
513
|
"job-queue": "صف کارها",
|
|
501
514
|
"marketing": "بازاریابی",
|
|
502
515
|
"orders": "سفارشات",
|
|
503
516
|
"payment-methods": "روش های پرداخت",
|
|
517
|
+
"products": "محصولات",
|
|
504
518
|
"promotions": "تبلیغات",
|
|
505
519
|
"roles": "نقش ها",
|
|
506
520
|
"sales": "فروش",
|
|
507
521
|
"sellers": "فروشندگان",
|
|
508
522
|
"settings": "تنظیمات",
|
|
509
523
|
"shipping-methods": "روش های حمل و نقل",
|
|
524
|
+
"stock-locations": "مکانهای موجودی",
|
|
510
525
|
"system": "سیستم",
|
|
511
526
|
"system-status": "وضعیت سیستم",
|
|
512
527
|
"tax-categories": "دسته های مالیاتی",
|
|
@@ -601,6 +616,7 @@
|
|
|
601
616
|
"order-type-regular": "معمولی",
|
|
602
617
|
"order-type-seller": "فروشنده",
|
|
603
618
|
"orders": "سفارشات",
|
|
619
|
+
"original-quantity-at-checkout": "تعداد اصلی در زمان پرداخت",
|
|
604
620
|
"payment": "پرداخت",
|
|
605
621
|
"payment-amount": "میران پرداخت",
|
|
606
622
|
"payment-metadata": "اطلاعات تکمیلی پرداخت",
|
|
@@ -763,12 +779,17 @@
|
|
|
763
779
|
"health-status": "وضعیت",
|
|
764
780
|
"health-status-down": "پایین",
|
|
765
781
|
"health-status-up": "بالا",
|
|
766
|
-
"hide-settled-jobs": "پنهان کردن وظایف تکمیل شده",
|
|
767
782
|
"job-data": "اطلاعات کار",
|
|
768
783
|
"job-duration": "مدت زمان کار",
|
|
769
784
|
"job-error": "خطای کار",
|
|
770
785
|
"job-queue-name": "نام صف",
|
|
771
786
|
"job-result": "نتیجه کار",
|
|
772
|
-
"job-state": "وضعیت کار"
|
|
787
|
+
"job-state": "وضعیت کار",
|
|
788
|
+
"job-state-all": "همه وضعیتها",
|
|
789
|
+
"job-state-cancelled": "لغو شده",
|
|
790
|
+
"job-state-completed": "تکمیل شده",
|
|
791
|
+
"job-state-failed": "ناموفق",
|
|
792
|
+
"job-state-pending": "در انتظار",
|
|
793
|
+
"job-state-running": "در حال اجرا"
|
|
773
794
|
}
|
|
774
|
-
}
|
|
795
|
+
}
|