@quan-erp/base-frontend 1.0.6 → 1.0.9
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-export/api/ai-assistant/ai-assistant.api.d.ts +1 -1
- package/dist-export/api/ai-assistant/ai-assistant.api.d.ts.map +1 -1
- package/dist-export/api/ai-model/ai-model.api.d.ts +1 -1
- package/dist-export/api/ai-model/ai-model.api.d.ts.map +1 -1
- package/dist-export/api/area-region/area-region.api.d.ts +8 -0
- package/dist-export/api/area-region/area-region.api.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.api.js +33 -0
- package/dist-export/api/area-region/area-region.constants.d.ts +9 -0
- package/dist-export/api/area-region/area-region.constants.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.constants.js +4 -0
- package/dist-export/api/area-region/area-region.export.d.ts +14 -0
- package/dist-export/api/area-region/area-region.export.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.export.js +16 -0
- package/dist-export/api/area-region/area-region.mutations.d.ts +10 -0
- package/dist-export/api/area-region/area-region.mutations.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.mutations.js +34 -0
- package/dist-export/api/area-region/area-region.queries.d.ts +5 -0
- package/dist-export/api/area-region/area-region.queries.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.queries.js +14 -0
- package/dist-export/api/area-region/area-region.types.d.ts +17 -0
- package/dist-export/api/area-region/area-region.types.d.ts.map +1 -0
- package/dist-export/api/area-region/area-region.types.js +1 -0
- package/dist-export/api/business-unit/business-unit.api.d.ts +8 -0
- package/dist-export/api/business-unit/business-unit.api.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.api.js +33 -0
- package/dist-export/api/business-unit/business-unit.constants.d.ts +9 -0
- package/dist-export/api/business-unit/business-unit.constants.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.constants.js +4 -0
- package/dist-export/api/business-unit/business-unit.export.d.ts +14 -0
- package/dist-export/api/business-unit/business-unit.export.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.export.js +16 -0
- package/dist-export/api/business-unit/business-unit.mutations.d.ts +10 -0
- package/dist-export/api/business-unit/business-unit.mutations.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.mutations.js +34 -0
- package/dist-export/api/business-unit/business-unit.queries.d.ts +5 -0
- package/dist-export/api/business-unit/business-unit.queries.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.queries.js +14 -0
- package/dist-export/api/business-unit/business-unit.types.d.ts +17 -0
- package/dist-export/api/business-unit/business-unit.types.d.ts.map +1 -0
- package/dist-export/api/business-unit/business-unit.types.js +1 -0
- package/dist-export/api/notification/notification.api.d.ts +1 -1
- package/dist-export/api/notification/notification.api.d.ts.map +1 -1
- package/dist-export/api/partner/partner.type.d.ts +8 -0
- package/dist-export/api/partner/partner.type.d.ts.map +1 -1
- package/dist-export/api/role-permission/role-permission.api.d.ts +1 -1
- package/dist-export/api/role-permission/role-permission.api.d.ts.map +1 -1
- package/dist-export/api/setting/setting.api.d.ts +1 -1
- package/dist-export/api/setting/setting.api.d.ts.map +1 -1
- package/dist-export/api/setting/setting.api.js +1 -1
- package/dist-export/api/tag/tag.api.d.ts +2 -2
- package/dist-export/api/tag/tag.api.d.ts.map +1 -1
- package/dist-export/api/user/user.api.d.ts +2 -2
- package/dist-export/api/user/user.api.d.ts.map +1 -1
- package/dist-export/export.d.ts +14 -0
- package/dist-export/export.d.ts.map +1 -1
- package/dist-export/export.js +16 -0
- package/dist-export/page/partner/area-region.export.d.ts +5 -0
- package/dist-export/page/partner/area-region.export.d.ts.map +1 -0
- package/dist-export/page/partner/area-region.export.js +6 -0
- package/dist-export/page/partner/business-unit.export.d.ts +5 -0
- package/dist-export/page/partner/business-unit.export.d.ts.map +1 -0
- package/dist-export/page/partner/business-unit.export.js +6 -0
- package/dist-export/page/partner/component/area-region-form.d.ts +8 -0
- package/dist-export/page/partner/component/area-region-form.d.ts.map +1 -0
- package/dist-export/page/partner/component/area-region-form.js +101 -0
- package/dist-export/page/partner/component/area-region.dropdown.d.ts +16 -0
- package/dist-export/page/partner/component/area-region.dropdown.d.ts.map +1 -0
- package/dist-export/page/partner/component/area-region.dropdown.js +62 -0
- package/dist-export/page/partner/component/business-unit-form.d.ts +8 -0
- package/dist-export/page/partner/component/business-unit-form.d.ts.map +1 -0
- package/dist-export/page/partner/component/business-unit-form.js +101 -0
- package/dist-export/page/partner/component/business-unit.dropdown.d.ts +16 -0
- package/dist-export/page/partner/component/business-unit.dropdown.d.ts.map +1 -0
- package/dist-export/page/partner/component/business-unit.dropdown.js +62 -0
- package/dist-export/page/partner/locales/en-US.json +82 -0
- package/dist-export/page/partner/locales/my-MM.json +82 -0
- package/dist-export/page/partner/locales/zh-CN.json +82 -0
- package/dist-export/page/partner/partner.locale.d.ts +3 -0
- package/dist-export/page/partner/partner.locale.d.ts.map +1 -0
- package/dist-export/page/partner/partner.locale.js +5 -0
- package/package.json +7 -7
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"create-customer": "Create new partner",
|
|
3
|
+
"edit-customer": "Edit partner",
|
|
4
|
+
"general-info": "General Info",
|
|
5
|
+
"first-name": "First name",
|
|
6
|
+
"last-name": "Last name",
|
|
7
|
+
"email": "Email (optional)",
|
|
8
|
+
"phone": "Phone (optional)",
|
|
9
|
+
"phone-2": "Phone 2 (optional)",
|
|
10
|
+
"phone-3": "Phone 3 (optional)",
|
|
11
|
+
"city": "City (optional)",
|
|
12
|
+
"area-region": "Area region",
|
|
13
|
+
"area-region-name": "Name",
|
|
14
|
+
"area-region-code": "Code (optional)",
|
|
15
|
+
"area-region-active": "Active",
|
|
16
|
+
"select-area-region": "Select area region...",
|
|
17
|
+
"search-area-region": "Search area region...",
|
|
18
|
+
"no-area-region-found": "No area region found.",
|
|
19
|
+
"available-area-regions": "Available area regions",
|
|
20
|
+
"create-area-region": "Create area region",
|
|
21
|
+
"edit-area-region": "Edit area region",
|
|
22
|
+
"delete-area-region": "Delete area region",
|
|
23
|
+
"delete-area-region-confirm": "Are you sure you want to delete this area region?",
|
|
24
|
+
"business-unit": "Business unit",
|
|
25
|
+
"business-unit-name": "Name",
|
|
26
|
+
"business-unit-code": "Code",
|
|
27
|
+
"business-unit-active": "Active",
|
|
28
|
+
"select-business-unit": "Select business unit...",
|
|
29
|
+
"search-business-unit": "Search business unit...",
|
|
30
|
+
"no-business-unit-found": "No business unit found.",
|
|
31
|
+
"available-business-units": "Available business units",
|
|
32
|
+
"create-business-unit": "Create business unit",
|
|
33
|
+
"edit-business-unit": "Edit business unit",
|
|
34
|
+
"delete-business-unit": "Delete business unit",
|
|
35
|
+
"delete-business-unit-confirm": "Are you sure you want to delete this business unit?",
|
|
36
|
+
"address": "Address (optional)",
|
|
37
|
+
"save": "Save",
|
|
38
|
+
"saving": "Saving...",
|
|
39
|
+
"internal-notes": "Internal notes",
|
|
40
|
+
"shipping-address": "Shipping address",
|
|
41
|
+
"shipping-addresses": "Shipping addresses",
|
|
42
|
+
"no-address": "There is no address list",
|
|
43
|
+
"country": "Country",
|
|
44
|
+
"state": "State",
|
|
45
|
+
"division": "Division",
|
|
46
|
+
"township": "Township",
|
|
47
|
+
"select-country": "Select country",
|
|
48
|
+
"select-state": "Select state",
|
|
49
|
+
"select-division": "Select division",
|
|
50
|
+
"select-township": "Select township",
|
|
51
|
+
"search-country": "Search country...",
|
|
52
|
+
"search-state": "Search state...",
|
|
53
|
+
"search-division": "Search division...",
|
|
54
|
+
"search-township": "Search township...",
|
|
55
|
+
"no-country-found": "No country found.",
|
|
56
|
+
"no-state-found": "No state found.",
|
|
57
|
+
"no-division-found": "No division found.",
|
|
58
|
+
"no-township-found": "No township found.",
|
|
59
|
+
"address-label": "Address",
|
|
60
|
+
"add-address": "Add address",
|
|
61
|
+
"edit-address": "Edit address",
|
|
62
|
+
"postal-code": "Postal code",
|
|
63
|
+
"update-address": "Update address",
|
|
64
|
+
"save-address": "Save address",
|
|
65
|
+
"latitude": "Latitude",
|
|
66
|
+
"longitude": "Longitude",
|
|
67
|
+
"is-default": "Default address",
|
|
68
|
+
"save-to-contacts": "Save to contacts",
|
|
69
|
+
"share": "Share",
|
|
70
|
+
"loading-partners": "Loading partners...",
|
|
71
|
+
"failed-to-load-partners": "Failed to load partners. Please check your connection.",
|
|
72
|
+
"no-customers-found": "No customers found",
|
|
73
|
+
"no-suppliers-found": "No suppliers found",
|
|
74
|
+
"no-customers-registered": "There are no customers registered yet.",
|
|
75
|
+
"no-suppliers-registered": "There are no suppliers registered yet.",
|
|
76
|
+
"select-partner": "Select Partner...",
|
|
77
|
+
"search-partner": "Search partner...",
|
|
78
|
+
"searching": "Searching...",
|
|
79
|
+
"no-partners-found": "No partners found.",
|
|
80
|
+
"available-partners": "Available Partners",
|
|
81
|
+
"create-partner": "Create New Partner"
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"create-customer": "ဖောက်သည်အသစ်ဖန်တီးမည်",
|
|
3
|
+
"edit-customer": "ဖောက်သည်ပြင်ဆင်မည်",
|
|
4
|
+
"general-info": "အထွေထွေအချက်အလက်",
|
|
5
|
+
"first-name": "ရှေ့နာမည်",
|
|
6
|
+
"last-name": "နောက်နာမည်",
|
|
7
|
+
"email": "အီးမေးလ်",
|
|
8
|
+
"phone": "ဖုန်းနံပါတ်",
|
|
9
|
+
"phone-2": "ဖုန်းနံပါတ် ၂ (မလိုအပ်ပါကလွတ်ထားနိုင်သည်)",
|
|
10
|
+
"phone-3": "ဖုန်းနံပါတ် ၃ (မလိုအပ်ပါကလွတ်ထားနိုင်သည်)",
|
|
11
|
+
"city": "မြို့ (မလိုအပ်ပါကလွတ်ထားနိုင်သည်)",
|
|
12
|
+
"area-region": "ဒေသ/နယ်မြေ",
|
|
13
|
+
"area-region-name": "အမည်",
|
|
14
|
+
"area-region-code": "ကုဒ် (မလိုအပ်ပါကလွတ်ထားနိုင်သည်)",
|
|
15
|
+
"area-region-active": "အသုံးပြုနေသည်",
|
|
16
|
+
"select-area-region": "ဒေသ/နယ်မြေရွေးပါ...",
|
|
17
|
+
"search-area-region": "ဒေသ/နယ်မြေရှာရန်...",
|
|
18
|
+
"no-area-region-found": "ဒေသ/နယ်မြေမတွေ့ပါ။",
|
|
19
|
+
"available-area-regions": "ရရှိနိုင်သော ဒေသ/နယ်မြေများ",
|
|
20
|
+
"create-area-region": "ဒေသ/နယ်မြေဖန်တီးမည်",
|
|
21
|
+
"edit-area-region": "ဒေသ/နယ်မြေပြင်ဆင်မည်",
|
|
22
|
+
"delete-area-region": "ဒေသ/နယ်မြေဖျက်မည်",
|
|
23
|
+
"delete-area-region-confirm": "ဤဒေသ/နယ်မြေကို ဖျက်ရန် သေချာပါသလား?",
|
|
24
|
+
"business-unit": "လုပ်ငန်းယူနစ်",
|
|
25
|
+
"business-unit-name": "အမည်",
|
|
26
|
+
"business-unit-code": "ကုဒ်",
|
|
27
|
+
"business-unit-active": "အသုံးပြုနေသည်",
|
|
28
|
+
"select-business-unit": "လုပ်ငန်းယူနစ်ရွေးပါ...",
|
|
29
|
+
"search-business-unit": "လုပ်ငန်းယူနစ်ရှာရန်...",
|
|
30
|
+
"no-business-unit-found": "လုပ်ငန်းယူနစ်မတွေ့ပါ။",
|
|
31
|
+
"available-business-units": "ရရှိနိုင်သော လုပ်ငန်းယူနစ်များ",
|
|
32
|
+
"create-business-unit": "လုပ်ငန်းယူနစ်ဖန်တီးမည်",
|
|
33
|
+
"edit-business-unit": "လုပ်ငန်းယူနစ်ပြင်ဆင်မည်",
|
|
34
|
+
"delete-business-unit": "လုပ်ငန်းယူနစ်ဖျက်မည်",
|
|
35
|
+
"delete-business-unit-confirm": "ဤလုပ်ငန်းယူနစ်ကို ဖျက်ရန် သေချာပါသလား?",
|
|
36
|
+
"address": "နေရပ်လိပ်စာ (မလိုအပ်ပါကလွတ်ထားနိုင်သည်)",
|
|
37
|
+
"save": "သိမ်းမည်",
|
|
38
|
+
"saving": "သိမ်းနေသည်…",
|
|
39
|
+
"internal-notes": "အမှတ်အသား",
|
|
40
|
+
"shipping-address": "ပို့ဆောင်ရေးလိပ်စာ",
|
|
41
|
+
"shipping-addresses": "ပို့ဆောင်ရေးလိပ်စာများ",
|
|
42
|
+
"no-address": "လိပ်စာစာရင်းမရှိပါ",
|
|
43
|
+
"country": "နိုင်ငံ",
|
|
44
|
+
"state": "ပြည်နယ်",
|
|
45
|
+
"division": "ခရိုင်",
|
|
46
|
+
"township": "မြို့နယ်",
|
|
47
|
+
"select-country": "နိုင်ငံရွေးပါ",
|
|
48
|
+
"select-state": "ပြည်နယ်ရွေးပါ",
|
|
49
|
+
"select-division": "ခရိုင်ရွေးပါ",
|
|
50
|
+
"select-township": "မြို့နယ်ရွေးပါ",
|
|
51
|
+
"search-country": "နိုင်ငံရှာရန်…",
|
|
52
|
+
"search-state": "ပြည်နယ်ရှာရန်…",
|
|
53
|
+
"search-division": "ခရိုင်ရှာရန်…",
|
|
54
|
+
"search-township": "မြို့နယ်ရှာရန်…",
|
|
55
|
+
"no-country-found": "နိုင်ငံရှာမတွေ့ပါ",
|
|
56
|
+
"no-state-found": "ပြည်နယ်ရှာမတွေ့ပါ",
|
|
57
|
+
"no-division-found": "ခရိုင်ရှာမတွေ့ပါ",
|
|
58
|
+
"no-township-found": "မြို့နယ်ရှာမတွေ့ပါ",
|
|
59
|
+
"address-label": "လိပ်စာ",
|
|
60
|
+
"add-address": "လိပ်စာအသစ်ထည့်မည်",
|
|
61
|
+
"edit-address": "လိပ်စာပြင်ဆင်မည်",
|
|
62
|
+
"postal-code": "စာပို့သင်္ကေတ",
|
|
63
|
+
"update-address": "လိပ်စာအသစ်ပြင်မည်",
|
|
64
|
+
"save-address": "လိပ်စာသိမ်းမည်",
|
|
65
|
+
"latitude": "လတ္တီတွဒ်",
|
|
66
|
+
"longitude": "လောင်ဂျီတွဒ်",
|
|
67
|
+
"is-default": "မူလလိပ်စာ",
|
|
68
|
+
"save-to-contacts": "အဆက်အသွယ်သို့သိမ်းမည်",
|
|
69
|
+
"share": "မျှဝေမည်",
|
|
70
|
+
"loading-partners": "ပါတနာများ ဖွင့်နေသည်...",
|
|
71
|
+
"failed-to-load-partners": "ပါတနာများ ဖွင့်ရန် မအောင်မြင်ပါ။ သင့်ကွန်ရက်ကို စစ်ဆေးပါ။",
|
|
72
|
+
"no-customers-found": "ဖောက်သည်များ မတွေ့ပါ",
|
|
73
|
+
"no-suppliers-found": "ပေးသွင်းသူများ မတွေ့ပါ",
|
|
74
|
+
"no-customers-registered": "မှတ်ပုံတင်ထားသော ဖောက်သည်များ မရှိသေးပါ။",
|
|
75
|
+
"no-suppliers-registered": "မှတ်ပုံတင်ထားသော ပေးသွင်းသူများ မရှိသေးပါ။",
|
|
76
|
+
"select-partner": "ပါတနာရွေးပါ...",
|
|
77
|
+
"search-partner": "ပါတနာရှာရန်...",
|
|
78
|
+
"searching": "ရှာဖွေနေသည်...",
|
|
79
|
+
"no-partners-found": "ပါတနာများ မတွေ့ပါ။",
|
|
80
|
+
"available-partners": "ရရှိနိုင်သော ပါတနာများ",
|
|
81
|
+
"create-partner": "ပါတနာအသစ်ဖန်တီးမည်"
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"create-customer": "新建客户",
|
|
3
|
+
"edit-customer": "编辑客户",
|
|
4
|
+
"general-info": "基本信息",
|
|
5
|
+
"first-name": "名",
|
|
6
|
+
"last-name": "姓",
|
|
7
|
+
"email": "邮箱",
|
|
8
|
+
"phone": "手机号",
|
|
9
|
+
"phone-2": "备用电话 2(可选)",
|
|
10
|
+
"phone-3": "备用电话 3(可选)",
|
|
11
|
+
"city": "城市(可选)",
|
|
12
|
+
"area-region": "区域",
|
|
13
|
+
"area-region-name": "名称",
|
|
14
|
+
"area-region-code": "代码(可选)",
|
|
15
|
+
"area-region-active": "启用",
|
|
16
|
+
"select-area-region": "选择区域...",
|
|
17
|
+
"search-area-region": "搜索区域...",
|
|
18
|
+
"no-area-region-found": "未找到区域。",
|
|
19
|
+
"available-area-regions": "可用区域",
|
|
20
|
+
"create-area-region": "创建区域",
|
|
21
|
+
"edit-area-region": "编辑区域",
|
|
22
|
+
"delete-area-region": "删除区域",
|
|
23
|
+
"delete-area-region-confirm": "确定要删除此区域吗?",
|
|
24
|
+
"business-unit": "业务单元",
|
|
25
|
+
"business-unit-name": "名称",
|
|
26
|
+
"business-unit-code": "代码",
|
|
27
|
+
"business-unit-active": "启用",
|
|
28
|
+
"select-business-unit": "选择业务单元...",
|
|
29
|
+
"search-business-unit": "搜索业务单元...",
|
|
30
|
+
"no-business-unit-found": "未找到业务单元。",
|
|
31
|
+
"available-business-units": "可用业务单元",
|
|
32
|
+
"create-business-unit": "创建业务单元",
|
|
33
|
+
"edit-business-unit": "编辑业务单元",
|
|
34
|
+
"delete-business-unit": "删除业务单元",
|
|
35
|
+
"delete-business-unit-confirm": "确定要删除此业务单元吗?",
|
|
36
|
+
"address": "地址(可选)",
|
|
37
|
+
"save": "保存",
|
|
38
|
+
"saving": "保存中…",
|
|
39
|
+
"internal-notes": "备注",
|
|
40
|
+
"shipping-address": "收货地址",
|
|
41
|
+
"shipping-addresses": "收货地址",
|
|
42
|
+
"no-address": "暂无地址列表",
|
|
43
|
+
"country": "国家",
|
|
44
|
+
"state": "省/直辖市",
|
|
45
|
+
"division": "市",
|
|
46
|
+
"township": "区/县",
|
|
47
|
+
"select-country": "选择国家",
|
|
48
|
+
"select-state": "选择省/直辖市",
|
|
49
|
+
"select-division": "选择市",
|
|
50
|
+
"select-township": "选择区/县",
|
|
51
|
+
"search-country": "搜索国家...",
|
|
52
|
+
"search-state": "搜索省/直辖市...",
|
|
53
|
+
"search-division": "搜索市...",
|
|
54
|
+
"search-township": "搜索区/县...",
|
|
55
|
+
"no-country-found": "未找到国家",
|
|
56
|
+
"no-state-found": "未找到省/直辖市",
|
|
57
|
+
"no-division-found": "未找到市",
|
|
58
|
+
"no-township-found": "未找到区/县",
|
|
59
|
+
"address-label": "详细地址",
|
|
60
|
+
"add-address": "添加地址",
|
|
61
|
+
"edit-address": "编辑地址",
|
|
62
|
+
"postal-code": "邮政编码",
|
|
63
|
+
"update-address": "更新地址",
|
|
64
|
+
"save-address": "保存地址",
|
|
65
|
+
"latitude": "纬度",
|
|
66
|
+
"longitude": "经度",
|
|
67
|
+
"is-default": "默认地址",
|
|
68
|
+
"save-to-contacts": "保存到通讯录",
|
|
69
|
+
"share": "分享",
|
|
70
|
+
"loading-partners": "加载合作伙伴中...",
|
|
71
|
+
"failed-to-load-partners": "加载合作伙伴失败。请检查您的网络连接。",
|
|
72
|
+
"no-customers-found": "未找到客户",
|
|
73
|
+
"no-suppliers-found": "未找到供应商",
|
|
74
|
+
"no-customers-registered": "暂无注册客户。",
|
|
75
|
+
"no-suppliers-registered": "暂无注册供应商。",
|
|
76
|
+
"select-partner": "选择合作伙伴...",
|
|
77
|
+
"search-partner": "搜索合作伙伴...",
|
|
78
|
+
"searching": "搜索中...",
|
|
79
|
+
"no-partners-found": "未找到合作伙伴。",
|
|
80
|
+
"available-partners": "可用合作伙伴",
|
|
81
|
+
"create-partner": "新建合作伙伴"
|
|
82
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"partner.locale.d.ts","sourceRoot":"","sources":["../../../src/page/partner/partner.locale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,eAAO,MAAM,iBAAiB,EAAE,cAI/B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quan-erp/base-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "electron.js",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@icon-park/react": "^1.4.2",
|
|
49
49
|
"@lexical/react": "^0.39.0",
|
|
50
50
|
"@lexical/rich-text": "^0.39.0",
|
|
51
|
-
"@quan-erp-capacitor-pluigins/background-location": "
|
|
52
|
-
"@quan-erp/shared-frontend-core": "^1.0.
|
|
53
|
-
"@quan-erp/shared-types": "
|
|
54
|
-
"@quan-erp/shared-ui": "^1.0.
|
|
55
|
-
"@quan-erp/web-thermal-printer": "
|
|
51
|
+
"@quan-erp-capacitor-pluigins/background-location": "1.0.0",
|
|
52
|
+
"@quan-erp/shared-frontend-core": "^1.0.9",
|
|
53
|
+
"@quan-erp/shared-types": "1.0.9",
|
|
54
|
+
"@quan-erp/shared-ui": "^1.0.9",
|
|
55
|
+
"@quan-erp/web-thermal-printer": "1.0.0",
|
|
56
56
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
57
57
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
58
58
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@types/node": "^24.6.0",
|
|
160
160
|
"@types/react": "^19.1.16",
|
|
161
161
|
"@types/react-dom": "^19.1.9",
|
|
162
|
-
"@vitejs/plugin-react-swc": "^4.3.
|
|
162
|
+
"@vitejs/plugin-react-swc": "^4.3.3",
|
|
163
163
|
"autoprefixer": "^10.4.27",
|
|
164
164
|
"cross-env": "^10.1.0",
|
|
165
165
|
"eslint": "^9.36.0",
|