lite-questionnaire 1.0.2 → 1.0.4
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/README.md +12 -5
- package/package.json +7 -3
- /package/image/{/345/217/214/351/200/211/345/261/225/347/244/272.gif" → confirm-demo.gif} +0 -0
- /package/image/{/345/244/232/351/200/211/345/256/232/344/271/211.gif" → multiselect-demo.gif} +0 -0
- /package/image/{/350/257/204/345/210/206/351/207/217/350/241/250.gif" → rating-demo.gif} +0 -0
- /package/image/{/351/200/211/346/213/251/345/261/225/347/244/272.gif" → select-demo.gif} +0 -0
- /package/image/{/346/226/207/346/234/254/350/276/223/345/205/245/345/261/225/347/244/272.gif" → text-demo.gif} +0 -0
package/README.md
CHANGED
|
@@ -35,23 +35,23 @@
|
|
|
35
35
|
|
|
36
36
|
### 单选
|
|
37
37
|
|
|
38
|
-
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image
|
|
38
|
+
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/select-demo.gif" width="600" alt="单选展示" />
|
|
39
39
|
|
|
40
40
|
### 多选
|
|
41
41
|
|
|
42
|
-
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image
|
|
42
|
+
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/multiselect-demo.gif" width="600" alt="多选定义" />
|
|
43
43
|
|
|
44
44
|
### 文本输入
|
|
45
45
|
|
|
46
|
-
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image
|
|
46
|
+
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/text-demo.gif" width="600" alt="文本输入展示" />
|
|
47
47
|
|
|
48
48
|
### 确认
|
|
49
49
|
|
|
50
|
-
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image
|
|
50
|
+
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/confirm-demo.gif" width="600" alt="双选展示" />
|
|
51
51
|
|
|
52
52
|
### 评分
|
|
53
53
|
|
|
54
|
-
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image
|
|
54
|
+
<img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/rating-demo.gif" width="600" alt="评分量表" />
|
|
55
55
|
|
|
56
56
|
## 参数与字段说明
|
|
57
57
|
|
|
@@ -376,5 +376,12 @@ lite-questionnaire/
|
|
|
376
376
|
│ └── rating.ts # 评分滑块 + 表情渲染
|
|
377
377
|
├── design/
|
|
378
378
|
│ └── questionnaire-openapi.yaml
|
|
379
|
+
├── image/
|
|
380
|
+
├── skills/
|
|
381
|
+
│ └── lite-questionnaire/
|
|
382
|
+
│ └── SKILL.md
|
|
383
|
+
├── .gitignore
|
|
384
|
+
├── LICENSE
|
|
385
|
+
├── package.json
|
|
379
386
|
└── README.md
|
|
380
387
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lite-questionnaire",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "轻量级交互式问卷工具 — 单选、多选、文本、确认、评分,带条件子问题和声明式校验",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -17,8 +17,12 @@
|
|
|
17
17
|
"url": "git+https://github.com/yunwuhai/lite-questionnaire.git"
|
|
18
18
|
},
|
|
19
19
|
"pi": {
|
|
20
|
-
"extensions": [
|
|
21
|
-
|
|
20
|
+
"extensions": [
|
|
21
|
+
"./index.ts"
|
|
22
|
+
],
|
|
23
|
+
"skills": [
|
|
24
|
+
"./skills"
|
|
25
|
+
],
|
|
22
26
|
"image": "https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/logo.png"
|
|
23
27
|
},
|
|
24
28
|
"peerDependencies": {
|
|
File without changes
|
/package/image/{/345/244/232/351/200/211/345/256/232/344/271/211.gif" → multiselect-demo.gif}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|