szld-libs 0.3.22 → 0.3.24
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/szld-components.es.js +2846 -2845
- package/dist/szld-components.umd.js +48 -48
- package/es/components/DynamicForm/index.js +12 -12
- package/es/components/DynamicForm/useDynamicForm.js +7 -5
- package/es/hooks/useDetailRender.d.ts +1 -1
- package/es/hooks/useDetailRender.js +2 -2
- package/es/index.css +36 -10
- package/es/mock/index.js +84 -18
- package/lib/components/DynamicForm/index.js +12 -12
- package/lib/components/DynamicForm/useDynamicForm.js +7 -5
- package/lib/hooks/useDetailRender.d.ts +1 -1
- package/lib/hooks/useDetailRender.js +2 -2
- package/lib/index.css +36 -10
- package/lib/mock/index.js +84 -18
- package/package.json +1 -1
package/lib/mock/index.js
CHANGED
|
@@ -4,45 +4,111 @@ const baseAttrList = [];
|
|
|
4
4
|
const attrList = [
|
|
5
5
|
{
|
|
6
6
|
xh: 1,
|
|
7
|
-
asid: "
|
|
7
|
+
asid: "06C6CE201AB44B2CAAB11C753374AA40",
|
|
8
8
|
astype: 0,
|
|
9
|
-
tname: "
|
|
10
|
-
attrid: "
|
|
11
|
-
attrname: "
|
|
9
|
+
tname: "tsyy_table2",
|
|
10
|
+
attrid: "30BDE6E7977E40069B55DDE61C8795AE",
|
|
11
|
+
attrname: "Dates",
|
|
12
12
|
attrtype: 0,
|
|
13
|
-
info: '{"input":"
|
|
13
|
+
info: '{"input":"multiple-date-picker","range-picker-save":"single","dataType":"string","length":1000,"input-width":240,"must":true}',
|
|
14
14
|
info_base64: 0,
|
|
15
|
-
createtime: "2026-02-11 15:
|
|
15
|
+
createtime: "2026-02-11 15:12:26",
|
|
16
16
|
attrvalue: "",
|
|
17
17
|
serialnum: 1,
|
|
18
18
|
children: [],
|
|
19
19
|
json: {
|
|
20
|
-
input: "
|
|
20
|
+
input: "multiple-date-picker",
|
|
21
|
+
"range-picker-save": "single",
|
|
21
22
|
dataType: "string",
|
|
22
|
-
length:
|
|
23
|
-
"input-width":
|
|
24
|
-
|
|
23
|
+
length: 1e3,
|
|
24
|
+
"input-width": 240,
|
|
25
|
+
must: true
|
|
25
26
|
}
|
|
26
27
|
},
|
|
27
28
|
{
|
|
28
29
|
xh: 2,
|
|
29
|
-
asid: "
|
|
30
|
+
asid: "06C6CE201AB44B2CAAB11C753374AA40",
|
|
30
31
|
astype: 0,
|
|
31
|
-
tname: "
|
|
32
|
-
attrid: "
|
|
33
|
-
attrname: "
|
|
32
|
+
tname: "tsyy_table2",
|
|
33
|
+
attrid: "38A7DADC6D64492D83DA607EC121A02D",
|
|
34
|
+
attrname: "How Many Times",
|
|
34
35
|
attrtype: 0,
|
|
35
|
-
info: '{"input":"text","dataType":"string","length":
|
|
36
|
+
info: '{"input":"text","dataType":"string","length":10,"input-width":140,"must":true}',
|
|
36
37
|
info_base64: 0,
|
|
37
|
-
createtime: "2026-02-11 15:
|
|
38
|
+
createtime: "2026-02-11 15:12:26",
|
|
39
|
+
attrvalue: "",
|
|
40
|
+
serialnum: 2,
|
|
41
|
+
children: [],
|
|
42
|
+
json: {
|
|
43
|
+
input: "text",
|
|
44
|
+
dataType: "string",
|
|
45
|
+
length: 10,
|
|
46
|
+
"input-width": 140,
|
|
47
|
+
must: true
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
xh: 3,
|
|
52
|
+
asid: "06C6CE201AB44B2CAAB11C753374AA40",
|
|
53
|
+
astype: 0,
|
|
54
|
+
tname: "tsyy_table2",
|
|
55
|
+
attrid: "7BB9BE8A96824CCF89B721C8F1AF9F38",
|
|
56
|
+
attrname: "Feeding Time",
|
|
57
|
+
attrtype: 0,
|
|
58
|
+
info: '{\r\n "input": "second-picker",\r\n "dataType": "string",\r\n "length": 200,\r\n "input-width": 240,\r\n "format": "HH:mm"\r\n}',
|
|
59
|
+
info_base64: 0,
|
|
60
|
+
createtime: "2026-02-11 15:12:26",
|
|
38
61
|
attrvalue: "",
|
|
39
62
|
serialnum: 3,
|
|
40
63
|
children: [],
|
|
64
|
+
json: {
|
|
65
|
+
input: "second-picker",
|
|
66
|
+
dataType: "string",
|
|
67
|
+
length: 200,
|
|
68
|
+
"input-width": 240,
|
|
69
|
+
format: "HH:mm"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
xh: 4,
|
|
74
|
+
asid: "06C6CE201AB44B2CAAB11C753374AA40",
|
|
75
|
+
astype: 0,
|
|
76
|
+
tname: "tsyy_table2",
|
|
77
|
+
attrid: "665F59E637664037939512C9877EAD75",
|
|
78
|
+
attrname: "Meds Info",
|
|
79
|
+
attrtype: 0,
|
|
80
|
+
info: '{"input":"text","dataType":"string","length":500,"input-width":240}',
|
|
81
|
+
info_base64: 0,
|
|
82
|
+
createtime: "2026-02-11 15:12:26",
|
|
83
|
+
attrvalue: "",
|
|
84
|
+
serialnum: 4,
|
|
85
|
+
children: [],
|
|
86
|
+
json: {
|
|
87
|
+
input: "text",
|
|
88
|
+
dataType: "string",
|
|
89
|
+
length: 500,
|
|
90
|
+
"input-width": 240
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
xh: 5,
|
|
95
|
+
asid: "06C6CE201AB44B2CAAB11C753374AA40",
|
|
96
|
+
astype: 0,
|
|
97
|
+
tname: "tsyy_table2",
|
|
98
|
+
attrid: "290CF33D2AAD45399987987FAB80900B",
|
|
99
|
+
attrname: "Feeding Instruction",
|
|
100
|
+
attrtype: 0,
|
|
101
|
+
info: '{"input":"text","dataType":"string","length":500,"input-width":340}',
|
|
102
|
+
info_base64: 0,
|
|
103
|
+
createtime: "2026-02-11 15:12:26",
|
|
104
|
+
attrvalue: "",
|
|
105
|
+
serialnum: 5,
|
|
106
|
+
children: [],
|
|
41
107
|
json: {
|
|
42
108
|
input: "text",
|
|
43
109
|
dataType: "string",
|
|
44
|
-
length:
|
|
45
|
-
"input-width":
|
|
110
|
+
length: 500,
|
|
111
|
+
"input-width": 340
|
|
46
112
|
}
|
|
47
113
|
}
|
|
48
114
|
];
|