@quan-erp/base-frontend 1.0.7 → 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/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/partner/partner.type.d.ts +8 -0
- package/dist-export/api/partner/partner.type.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 +6 -6
|
@@ -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",
|