@agile-team/wl-skills-kit 2.11.1 → 2.11.3
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/CHANGELOG.md +25 -0
- package/README.md +38 -21
- package/bin/wl-skills.js +27 -3
- package/files/.wl-skills/docs/jh-pagination.md +505 -505
- package/files/.wl-skills/docs/request.md +940 -940
- package/files/.wl-skills/docs/validate-exempt.md +113 -0
- package/files/.wl-skills/guides/architecture.md +1 -1
- package/files/.wl-skills/skills/_compat/headers/cursor-mdc.txt +1 -1
- package/files/.wl-skills/skills/_compat/headers/kiro.txt +1 -1
- package/files/.wl-skills/skills/_compat/headers/trae.txt +1 -1
- package/files/.wl-skills/skills/core/convention-audit/SKILL.md +3 -3
- package/files/.wl-skills/skills/core/spec-doc-parse/SKILL.md +332 -332
- package/files/.wl-skills/skills/core/spec-doc-parse/USAGE.md +97 -97
- package/files/.wl-skills/skills/sync/permission-sync/USAGE.md +107 -107
- package/files/.wl-skills/src/components/global/C_ParentView/index.vue +3 -3
- package/files/.wl-skills/src/components/global/C_RightToolbar/index.vue +157 -157
- package/files/.wl-skills/src/components/global/C_SvgIcon/index.vue +31 -31
- package/files/.wl-skills/src/components/global/C_SvgIcon/svgicon.js +10 -10
- package/files/.wl-skills/src/components/global/C_TagStatus/README.md +264 -264
- package/files/.wl-skills/src/components/global/C_TagStatus/config.ts +192 -192
- package/files/.wl-skills/src/components/global/C_TagStatus/index.vue +106 -106
- package/files/.wl-skills/src/components/global/C_TagStatus/types.ts +64 -64
- package/files/.wl-skills/src/components/global/C_Tree/README.md +153 -153
- package/files/.wl-skills/src/components/global/C_Tree/index.scss +42 -42
- package/files/.wl-skills/src/components/global/C_Tree/index.vue +78 -78
- package/files/.wl-skills/src/components/global/C_Tree/types.ts +59 -59
- package/files/.wl-skills/src/components/local/c_formModal/README.md +235 -235
- package/files/.wl-skills/src/components/local/c_formModal/data.ts +95 -95
- package/files/.wl-skills/src/components/local/c_formModal/index.scss +8 -8
- package/files/.wl-skills/src/components/local/c_formModal/index.vue +107 -107
- package/files/.wl-skills/src/components/local/c_formSections/data.ts +175 -175
- package/files/.wl-skills/src/components/local/c_formSections/index.scss +280 -280
- package/files/.wl-skills/src/components/local/c_formSections/index.vue +429 -429
- package/files/.wl-skills/src/components/local/c_listModal/data.ts +41 -41
- package/files/.wl-skills/src/components/local/c_listModal/index.vue +136 -136
- package/files/.wl-skills/src/components/local/c_spliterTitle/index.scss +25 -25
- package/files/.wl-skills/src/components/local/c_spliterTitle/index.vue +21 -21
- package/files/.wl-skills/src/components/remote/AGGrid/README.md +530 -530
- package/files/.wl-skills/src/components/remote/BaseForm/README.md +508 -508
- package/files/.wl-skills/src/components/remote/BaseQuery/README.md +865 -865
- package/files/.wl-skills/src/components/remote/BaseTable/README.md +941 -941
- package/files/.wl-skills/src/components/remote/BaseToolbar/README.md +496 -496
- package/files/.wl-skills/src/types/page.ts +24 -24
- package/files/.wl-skills/standards/04-coding-basics.md +39 -1
- package/files/.wl-skills/standards/09-typescript.md +26 -3
- package/files/.wl-skills/standards/12-base-table.md +56 -4
- package/files/.wl-skills/standards/13-platform-components.md +1 -0
- package/files/.wl-skills/standards/index.md +2 -2
- package/files/.wl-skills/templates/README.md +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/api.md +54 -54
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/data.ts +346 -346
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/index.vue +28 -28
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/data.ts +115 -115
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/index.scss +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/index.vue +43 -43
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/data.ts +338 -338
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/index.vue +28 -28
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/data.ts +115 -115
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/index.scss +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/index.vue +43 -43
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/api.md +88 -88
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/data.ts +601 -601
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/index.vue +64 -64
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/api.md +67 -67
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/data.ts +286 -286
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/index.scss +139 -139
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/index.vue +318 -318
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/api.md +98 -98
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/data.ts +543 -543
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/index.vue +52 -52
- package/files/.wl-skills/templates/sale/demo/add-demo/data.ts +518 -518
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/data.ts +524 -524
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/index.scss +154 -154
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/index.vue +117 -117
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/data.ts +308 -308
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/index.scss +99 -99
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/index.vue +77 -77
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/data.ts +367 -367
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/index.scss +100 -100
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/index.vue +170 -170
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/meltDialog.vue +320 -320
- package/files/.wl-skills/templates/sale/demo/metallurgical-spec/data.ts +824 -824
- package/lib/ast-rules.js +395 -12
- package/mcp/config.js +46 -46
- package/mcp/registry.js +6 -1
- package/mcp/tools/projectTools.js +9 -1
- package/package.json +2 -2
|
@@ -1,139 +1,139 @@
|
|
|
1
|
-
.temp-customer-detail {
|
|
2
|
-
padding: 0 !important;
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.temp-customer-detail .title-bar {
|
|
9
|
-
padding: 10px 16px 8px;
|
|
10
|
-
background: #f5f7fa;
|
|
11
|
-
border-bottom: 1px solid #e4e7ed;
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
gap: 8px;
|
|
15
|
-
flex-shrink: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.temp-customer-detail .title-bar .customer-name {
|
|
19
|
-
font-size: 15px;
|
|
20
|
-
font-weight: 600;
|
|
21
|
-
color: #303133;
|
|
22
|
-
}
|
|
23
|
-
.temp-customer-detail .title-bar .status-tag {
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.temp-customer-detail .page-toolbar {
|
|
28
|
-
padding: 8px 16px;
|
|
29
|
-
border-bottom: 1px solid #e4e7ed;
|
|
30
|
-
background: #fff;
|
|
31
|
-
flex-shrink: 0;
|
|
32
|
-
display: flex;
|
|
33
|
-
gap: 8px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.temp-customer-detail .detail-form {
|
|
37
|
-
flex: 1;
|
|
38
|
-
overflow-y: auto;
|
|
39
|
-
padding: 0 16px 16px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.temp-customer-detail .header-info {
|
|
43
|
-
padding: 12px 0 4px;
|
|
44
|
-
border-bottom: 1px solid #f0f2f5;
|
|
45
|
-
margin-bottom: 8px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.temp-customer-detail .form-section {
|
|
49
|
-
margin-top: 16px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.temp-customer-detail .form-section .section-title {
|
|
53
|
-
font-size: 13px;
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
color: #303133;
|
|
56
|
-
padding: 0 0 8px 10px;
|
|
57
|
-
border-left: 3px solid var(--el-color-primary);
|
|
58
|
-
margin-bottom: 12px;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.temp-customer-detail .name-field {
|
|
62
|
-
display: flex;
|
|
63
|
-
align-items: center;
|
|
64
|
-
gap: 6px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.temp-customer-detail .name-field .el-input {
|
|
68
|
-
flex: 1;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.temp-customer-detail .name-field .name-badge {
|
|
72
|
-
background: #e8f4ff;
|
|
73
|
-
color: #409eff;
|
|
74
|
-
font-size: 11px;
|
|
75
|
-
font-weight: 600;
|
|
76
|
-
padding: 2px 5px;
|
|
77
|
-
border-radius: 3px;
|
|
78
|
-
white-space: nowrap;
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.temp-customer-detail .upload-box {
|
|
83
|
-
width: 100%;
|
|
84
|
-
height: 88px;
|
|
85
|
-
border: 1px dashed #d9d9d9;
|
|
86
|
-
border-radius: 4px;
|
|
87
|
-
display: flex;
|
|
88
|
-
align-items: center;
|
|
89
|
-
justify-content: center;
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
background: #fafafa;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.temp-customer-detail .upload-box:hover {
|
|
95
|
-
border-color: var(--el-color-primary);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.temp-customer-detail .upload-box .upload-placeholder {
|
|
99
|
-
text-align: center;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.temp-customer-detail .upload-box .upload-icon {
|
|
103
|
-
font-size: 20px;
|
|
104
|
-
color: #c0c4cc;
|
|
105
|
-
line-height: 1;
|
|
106
|
-
margin-bottom: 4px;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.temp-customer-detail .upload-box .upload-text {
|
|
110
|
-
font-size: 12px;
|
|
111
|
-
color: #909399;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.temp-customer-detail .link-text {
|
|
115
|
-
color: #409eff;
|
|
116
|
-
text-decoration: none;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.temp-customer-detail .link-text:hover {
|
|
120
|
-
text-decoration: underline;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.temp-customer-detail .add-row-btn {
|
|
124
|
-
margin-top: 8px;
|
|
125
|
-
padding: 6px 12px;
|
|
126
|
-
color: #409eff;
|
|
127
|
-
cursor: pointer;
|
|
128
|
-
font-size: 13px;
|
|
129
|
-
display: inline-flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
gap: 4px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.temp-customer-detail .add-row-btn:hover {
|
|
135
|
-
color: #66b1ff;
|
|
136
|
-
}
|
|
137
|
-
.temp-customer-detail .el-form-item {
|
|
138
|
-
margin-bottom: 10px;
|
|
139
|
-
}
|
|
1
|
+
.temp-customer-detail {
|
|
2
|
+
padding: 0 !important;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.temp-customer-detail .title-bar {
|
|
9
|
+
padding: 10px 16px 8px;
|
|
10
|
+
background: #f5f7fa;
|
|
11
|
+
border-bottom: 1px solid #e4e7ed;
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
gap: 8px;
|
|
15
|
+
flex-shrink: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.temp-customer-detail .title-bar .customer-name {
|
|
19
|
+
font-size: 15px;
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
color: #303133;
|
|
22
|
+
}
|
|
23
|
+
.temp-customer-detail .title-bar .status-tag {
|
|
24
|
+
font-size: 12px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.temp-customer-detail .page-toolbar {
|
|
28
|
+
padding: 8px 16px;
|
|
29
|
+
border-bottom: 1px solid #e4e7ed;
|
|
30
|
+
background: #fff;
|
|
31
|
+
flex-shrink: 0;
|
|
32
|
+
display: flex;
|
|
33
|
+
gap: 8px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.temp-customer-detail .detail-form {
|
|
37
|
+
flex: 1;
|
|
38
|
+
overflow-y: auto;
|
|
39
|
+
padding: 0 16px 16px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.temp-customer-detail .header-info {
|
|
43
|
+
padding: 12px 0 4px;
|
|
44
|
+
border-bottom: 1px solid #f0f2f5;
|
|
45
|
+
margin-bottom: 8px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.temp-customer-detail .form-section {
|
|
49
|
+
margin-top: 16px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.temp-customer-detail .form-section .section-title {
|
|
53
|
+
font-size: 13px;
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
color: #303133;
|
|
56
|
+
padding: 0 0 8px 10px;
|
|
57
|
+
border-left: 3px solid var(--el-color-primary);
|
|
58
|
+
margin-bottom: 12px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.temp-customer-detail .name-field {
|
|
62
|
+
display: flex;
|
|
63
|
+
align-items: center;
|
|
64
|
+
gap: 6px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.temp-customer-detail .name-field .el-input {
|
|
68
|
+
flex: 1;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.temp-customer-detail .name-field .name-badge {
|
|
72
|
+
background: #e8f4ff;
|
|
73
|
+
color: #409eff;
|
|
74
|
+
font-size: 11px;
|
|
75
|
+
font-weight: 600;
|
|
76
|
+
padding: 2px 5px;
|
|
77
|
+
border-radius: 3px;
|
|
78
|
+
white-space: nowrap;
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.temp-customer-detail .upload-box {
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: 88px;
|
|
85
|
+
border: 1px dashed #d9d9d9;
|
|
86
|
+
border-radius: 4px;
|
|
87
|
+
display: flex;
|
|
88
|
+
align-items: center;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
background: #fafafa;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.temp-customer-detail .upload-box:hover {
|
|
95
|
+
border-color: var(--el-color-primary);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.temp-customer-detail .upload-box .upload-placeholder {
|
|
99
|
+
text-align: center;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.temp-customer-detail .upload-box .upload-icon {
|
|
103
|
+
font-size: 20px;
|
|
104
|
+
color: #c0c4cc;
|
|
105
|
+
line-height: 1;
|
|
106
|
+
margin-bottom: 4px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.temp-customer-detail .upload-box .upload-text {
|
|
110
|
+
font-size: 12px;
|
|
111
|
+
color: #909399;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.temp-customer-detail .link-text {
|
|
115
|
+
color: #409eff;
|
|
116
|
+
text-decoration: none;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.temp-customer-detail .link-text:hover {
|
|
120
|
+
text-decoration: underline;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.temp-customer-detail .add-row-btn {
|
|
124
|
+
margin-top: 8px;
|
|
125
|
+
padding: 6px 12px;
|
|
126
|
+
color: #409eff;
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
font-size: 13px;
|
|
129
|
+
display: inline-flex;
|
|
130
|
+
align-items: center;
|
|
131
|
+
gap: 4px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.temp-customer-detail .add-row-btn:hover {
|
|
135
|
+
color: #66b1ff;
|
|
136
|
+
}
|
|
137
|
+
.temp-customer-detail .el-form-item {
|
|
138
|
+
margin-bottom: 10px;
|
|
139
|
+
}
|